.w-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.w-content{
    width: 100%;
    height: auto;
}

/* header desktop */
.w-header{
    width: 100%;
    z-index: 100;
}
.w-header-up{
    background-color: #303030;
    padding-top: 13px;
    padding-bottom: 13px;
}
.w-header-down{
    background-color: #FFFFFF;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}
.font-header{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}
.nav-desktop{
    
}
.nd-list{
    list-style: none;
    margin: 0px;
    padding: 15px 0px;
}
.nd-item{
    margin-left: 20px;
    display: inline-block;
    color: #000;
}
.nd-item a{
    color: #000;
}
.nd-item a:hover{
    color: #FF9900;
}
.nd-active a,.nd-active{
    color: #FF9900 !important;
}
/* .nd-drop{
    color: #FF9900 !important;
    cursor: pointer;
} */

/* .nd-drop span::after{
    content: "\e842";
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding-right: 1px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.ps-content{
    width: 100vw;
    position: absolute;
    top:108px;
    left: 0px;
    background-color: #F8F8F8;
    z-index: 100;
    padding: 25px 0px 25px;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms, visibility 500ms;
    transition: opacity 500ms, visibility 500ms;
}
.ps-blok{
    width: 100vw;
    height: 100vh;
    top:109px;
    left: 0px;
    position: absolute;
    z-index: 100;
    background-color: rgb(30 30 30 / 26%);
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.ps-show{
    visibility: visible;
    opacity: 1;
}
.ps-container{
    max-width: 1100px;
    padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 244.3px;
    justify-content: space-between;
}
#ps{
    cursor: pointer;
}
.ps-box{
    position: relative;
    vertical-align: top;
    margin-top: 30px;
    font-family: 'Mulish', sans-serif;
}
.psb-title{
    font-weight: 900;
    font-size: 19px;
    color: #454545;
}
.psb-list{
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 40px;
}
.psb-list li{
    padding: 9px 0px;
}
.psb-list li a{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #454545;
    word-break: break-all;
}
.psb-list li a:hover{
    color: #FF9900;
}
.ps-img{
    position: relative;
    width: 210px;   
    min-height: 244.3px;
    visibility: hidden;
}
.visibility{
    visibility: visible !important;
}
.psi-title{
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 63.54%);
    left: 0px;
    width: 100%;
    padding: 10px 10px 20px;

    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;

}

/* header mobile */
.w-header-mobile{
    padding: 15px 15px;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    position: fixed;
    z-index: 100;
    background: #FFF;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
}
.w-header-mobile-space{
    width: 100%;
    height: 61px;
    display: none;
}
.w-hm-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w-hm-left{
    display: flex;
    align-items: center;
}
.w-hm-nav{
    width: 22px;
    height: auto;
    cursor: pointer;
    margin-right: 10px;
}
.w-hm-nav img{
    width: 22px;
}

.w-hm-logo{
    width: 110px;
    height: auto;
}
.w-hm-logo img{
    width: 110px;
}
.hm-btn-login{
    position: relative;
    padding: 6px 12px;
    text-align: center;
    outline: none;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    line-height: 13.5px;
    color: #000;
    background-color: #FFF;
    border-radius: 37.5px;
    border: 1px solid #000;
    vertical-align: middle;
    min-width: 74px;
}

.hm-btn-register{
    position: relative;
    padding: 7px 13px;
    text-align: center;
    outline: none;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    line-height: 13.5px;
    color: #FFF;
    background-color: #FF9900;
    border-radius: 37.5px;
    vertical-align: middle;
    min-width: 74px;
}

.w-hm-sidebar{
    position: fixed;
    width: 80vw;
    left: -100px;
    top: 0px;
    height: 100vh;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
    background-color: #FFFFFF;
    padding: 50px 4% 0px;
    transition: 0.3s;
}
.w-hm-sidebar .sidebar-btn-wrap{
    display: none;
}
.side-show{
    width: 60vw !important;
    visibility: visible;
    left: 0px;
    min-width: 200px;
}
.side-show .sidebar-btn-wrap{
    display: grid;
}
.sidebar-block{
    position:fixed;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    left: 0px;
    top: 0px;
    height: 100vh;   
}
.sidebar-head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sidebar-close{
    width: 23px;
    height: 23px;
    margin-right: 7%;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* margin-top: -83px; */
    /* margin-right: 10px; */
}
.sidebar-close img{
    width:15px;
    height: 15px;
}
.sidebar-close{
    font-size: 11px;
    color: #727272;
}
.sidebar-logo{
    height: 31px;
}
.sidebar-logo img{
    height: 31px;
}
.sidebar-nav{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 50px;
    display: grid;
    row-gap: 32px;
}
.sidebar-nav li{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.sidebar-nav li a{
    color: #000000;
}
.sidebar-btn-wrap{
    position: fixed;
    bottom: 5%;
    left: 5%;
    display: grid;
    row-gap: 15px;
}
.sidebar-btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    /* position: absolute; */
    /* bottom: 5%; */
}
.sidebar-btn img{
    width: 22px;
    height: auto;
    margin-right: 12px;
}
.sidebar-nav li a:hover{
    /* color: #FF9900; */
}
.sidebar-active-link a{
    color: #FF9900 !important;
}


/* footer */

.w-footer{
    width: 100%;
    position: relative;
    background-color: #303030;
    color: #FFFFFF;

    background-image: url('../img/component/footer-line.svg');
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
}
.w-footer-con{
    max-width: 1100px;
    padding: 20px 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w-footer-box{
    position: relative;
    margin: 0px 30px;
}
.w-footer-box:first-child{
    margin-left: 0px;
}
.w-footer-box:last-child{
    width: 250px;
    margin-right: 0px;
}
.w-footer-link{
    width: 100%;
}
.wflink-wrap{
    display: grid;
    justify-items: center;
    align-content: center;
}
.wflink-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wflink-copy{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 37px;

    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8D8D8D !important;

}
.wflink-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 42px;
    margin-bottom: 15px;
}
.wflink-list li{
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    color: #FFFFFF;
}
.wflink-list li a{
    color: #FFFFFF;
}
.wflink-list li a:hover{
    color: #bababa;
    transition: .4s 0;
}
.line-y{
    height: 18px;
    width: 1px;
    border-right: 1px solid #979797;
}
.wflink-linked{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.wflink-linked img{
    width: 16px;
    transition: all 300ms ease-in-out;
}
.wflink-linked a:hover img{
    transform: scale(1.1);
}
/* version */
.desk-ver{
    display: block !important;
}
.desk-ver-table{
    display: table !important;
}
.desk-ver-inline{
    display: inline !important;
}
.mob-ver-inline{
    display: none !important;
}
.desk-ver-grid{
    display: grid !important;
}
.desk-ver-flex{
    display: flex !important;
}
.mob-ver-grid{
    display: none !important;
}
.mob-ver-flex{
    display: none !important;
}
.mob-ver{
    display: none !important;
}

/* banner main/main swiper */
.main-banner .swiper {
    width: 100%;
    z-index: 99;
    height: 100%;
}
.slide-limit{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.main-banner .swiper-pagination-bullet-active{
    width: 47px;
    border-radius: 20px;
}
.main-banner .swiper-pagination-bullet{
    background: #FFF;
    opacity: 1 !important;
}
.main-banner .slide-main{
    width: 100%;
}
.main-banner .slide-block{
    position: absolute;
    background: rgba(20, 20, 20, 0.53);
    mix-blend-mode: normal;
    opacity: 0.63;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.main-banner .swiper-slide{
    width: 100%;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-banner .swiper-slide img{
    width: 100% !important;
}
.main-banner .slide-content{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%);
    display: grid;
    justify-items: center;
}
.main-banner .slide-content h2{
    font-weight: 900;
    font-size: 47px;
    line-height: 55px;
    width: 660px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 29px;
}


/* quote */
.quote{
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.quote-img{
    width: 100%;
}
.quote-img img{
    width: 100%;
}
.quote-contain{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(84%,-26%);
}
.quote-contain h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FF9900;
    margin-bottom: 15px;
}
.quote-contain p{
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    width: 500px;
    color: #454545;
    margin-bottom: 20px;
}

/* banner page */
.banner-page{
    width: 100%;
    position: relative;
    height: auto;
    background-color: #000000;
}
.banpa-img{
    width: 100%;
    z-index: 5;
}
.banpa-block{
    position: absolute;
    z-index: 1;
    /* z-index: 6; */
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.86);
    opacity: 0.63;
}
.banpa-contain{
    position: absolute;
    z-index: 2;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banpa-subtitle{
    font-family: Mulish;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.banpa-title{
    font-family: Mulish;
    font-weight: 900;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
}

/* breadcumb */
.w-bc{
    width: 100%;
    position: relative;
}
.w-bc-list{
    width: 100%;
    padding: 39px 0px;
    list-style: none;
    margin: 0px;
    /* display: flex; */    
}
.w-bc-item {
    /* padding-right: 15px; */
    margin-right: 5px;
    position: relative;
    display: inline;
}
.w-bc-item::after{
    content: "\e844";
    font-family: 'feather';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    /* position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%); */
    line-height: 1;
    padding-right: 1px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-bc-item:first-child{
    padding-left: 0px;
}
.w-bc-item a, .w-bc-item{
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: #727272;
}
.w-bc-active a, .w-bc-active{
    color: #FF9900;
}   
.w-bc-item:last-child::after{
    content: none;
}

/* block screen */
.block-screen{
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 2;
    /* background: rgba(0, 0, 0, 0.2); */
}
.black-trans{
    background: rgba(0, 0, 0, 0.2);
}

/* paginate */
.w-paginate{
    width: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpag-wrap{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.wpag-prev,.wpag-next{
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #454545;
}
.wpag-no{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #454545;
}
.wpag-no:hover,.wpag-prev:hover,.wpag-next:hover{
    color: #FF9900;
}
.wpag-active{
    width: 36px;
    height: 36px;
    background: #FFF1DC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    border-radius: 18px;
    color: #FF9900;
}

/* bubble contact */
.bubble{
    position: fixed;
    z-index: 99;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.bubble-wrap{
    position: relative;
    width: 100%;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.bubble-down{
    bottom: 20px !important;
}
.bubble-list{
    position: absolute;
    right: 30px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    bottom: 120px;
    transition: all 500ms ease-in-out;
}
.buble-item{
    position: relative;
    margin-bottom: 15px;
}
.buble-item:first-child a:hover img{
    box-shadow:0px 1px 20px rgb(0 114 188);
}
.buble-item:last-child a:hover img{
    box-shadow:0px 1px 20px rgb(76 175 80);
}
.buble-link{
    width: 50px;
    cursor: pointer;
}
.buble-link img{
    transition: all 300ms ease-in-out;
    width: 100%;
    box-shadow:0px 5px 9px rgb(141 141 141 / 42%);
    border-radius: 25px;
}
/* .buble-item:first-child img{
    border: 1px solid #aaaaaa1c;
} */

/* modal form */
.m-form{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    overflow-y:scroll;
    overflow-x:hidden;
}
.m-form-box{
    width: 500px;
    height: auto;
    padding: 38px;
    background-color: #FFF;
    border-radius: 8px;
    position: relative;
    top: 30px;
    margin-bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
}
.mf-close{
    width: 18px;
    min-height: 18px;
    background-image: url('../img/icon/ico-close.svg');
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
}
.mf-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}
.mf-logo img{
    height: 34px;
}
.mf-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #FF9900;
    margin-bottom: 20px;
    text-align: center;
}
.mf-desc{
    font-size: 14px;
    line-height: 17px;
    position: relative;
    text-align: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    color: #5F5F5F;
    margin-bottom: 25px;
}
.mfm-msg{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 380px;
    padding: 12px 15px;
    margin-left: auto;
    font-weight: 500;
    margin-right: auto;
    background-color: #e4e4e4;
    border-radius: 5px;
    color: rgb(111, 111, 111);
    margin-bottom: 25px;
}
.mfm-error .mfm-msg{
    background-color: #FFF;
    color: #e3342f;
    border: 1px solid #e3342f;
}
.mfm-success .mfm-msg{
    background-color: #FFF;
    color: #1eb900;
    border: 1px solid #1eb900;
}
.mf-account{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 18px;
    width: 100%;
    margin-bottom: 40px;
}
.mfa-item{
    padding: 13px 22px;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms ease-out;
}
.mfa-item:hover{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.mfa-icon div{
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}
.mfa-icon{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px !important;
}
.mfa-google{
    width: 22px;
    min-height: 22px;
    background-image: url('../img/icon/ico-google.svg');
}
.mfa-fb{
    width: 22px;
    min-height: 22px;
    background-image: url('../img/icon/ico-fb.svg');
}
.mfa-apple{
    width: 22px;
    min-height: 22px;
    background-image: url('../img/icon/ico-apple.svg');
}
.mfa-person{
    width: 20px;
    height: 20px;
    background-image: url('../img/icon/ico-person.svg');
}
.mfa-phone{
    width: 22px;
    height: 22px;
    background-image: url('../img/icon/ico-phone.svg');
}
.mfa-company{
    width: 21px;
    height: 21px;
    background-image: url('../img/icon/ico-company.svg');
}
.mfa-download{
    width: 22px;
    min-height: 22px;
    background-image: url('../img/icon/ico-download.svg');
}
.mfa-category{
    width: 21px;
    min-height: 21px;
    background-image: url('../img/icon/ico-list.svg');
}
.mfa-line{
    width: 287px; 
    text-align: center; 
    border-bottom: 1px solid #979797;
    line-height: 1px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.mfa-line{
    width: 287px; 
    text-align: center; 
    border-bottom: 1px solid #979797;
    line-height: 1px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.mfa-line span{
    background:#fff; 
    padding:0 10px; 
    font-size: 14px;
    text-align: center;
    color: #5F5F5F;

}
.mfa-mail{
    width: 20px;
    height: 15px;
    background-image: url('../img/icon/ico-mail-gray.svg');
}
.mfa-key{
    width: 16px;
    height: 21px;
    background-image: url('../img/icon/ico-key.svg');
}
.mfa-form{
    width: 95%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
}
.mfa-profile{
    padding-top: 12px;
}
.mfa-foto{
    display: grid;
    align-items: center;
    grid-template-columns: 90px auto;
    margin-bottom: 30px;
    column-gap: 14px;
}
.mfa-foto-show{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    overflow: hidden;
}
.mfa-foto-show img{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    object-fit: cover;
}
.mfa-foto-title{
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D;
    margin-bottom: 10px;
}
.mfa-foto-btn{
    outline: none;
    border: 1px solid #FF9900;
    height: 26px;
    width: 77px;
    font-size: 11px;
    line-height: 12px;
    color: #FF9900;
    background: #FFF;
    border-radius: 13px;
    transition: all 300ms ease-in-out;
}
.mfa-foto-btn:focus{
    outline: none;
    border: 1px solid #7e4d05;
}
.mfa-foto-btn:hover{
    outline: none;
    border: 1px solid #7e4d05;
    color: #7e4d05;
}
.mfa-pass{
    margin: 36px 0px 32px;
    width: 100%;
}
.mfa-pass-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.mfa-ph-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.mfa-group{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    padding: 10px 23px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.mfa-group-disabled{
    background-color: #EDEDED;
}
.mfa-switch{
    opacity: 0px;
    position: absolute;
}
.mfa-switch-box{
    width: 51px;
    height: 30px;
    background-color: #979797;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.mfa-switch-box::after{
    content: "";
    background: #DDDDDD;
    width: 23px;
    height: 23px;
    border-radius: 11.5px;
    position: absolute;
    top: 2.5px;
    left: 4px;
    transition: all 300ms ease-in-out;
}
.mfa-switch-on{
    background-color: #4CAF50;
    transition: all 300ms ease-in-out;
}
.mfa-switch-on::after{
    left: 24px;
}
.mfa-group .mfa-icon{
    margin-right: 12px;
}
.mfa-input{
    height: 100%;
    outline: none;
    border: none;
    width: 100%;
    color: #303030;
    background: transparent;
}
.mfa-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #979797;
    opacity: 1; /* Firefox */
}
.mfa-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #979797;
}
.mfa-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #979797;
}
.mfa-link{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -5px;
}
.mfa-forget{
    position: relative;
    margin-left: auto;
    font-size: 14px;
    line-height: 17px;
    color: #ED1C24;
    margin-bottom: 42px;
}
.mfa-btn{
    width: 100%;
}
.mfa-signin{
    outline: none;
    background: #FF9900;
    border-radius: 32.5px;
    padding: 18px;
    width: 100%;
    border: 0px;

    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.mfa-signin:hover,.mfa-signin:focus{
    outline: none;
}
.mfa-direct{
    display: grid;
    justify-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #5F5F5F;
}
.mfa-direct a{
    color: #FF9900;
    font-weight: 700;
}
.mfa-to{
    margin-bottom: 35px;
}
#form-register .mfa-btn{
    margin-top: 50px;
}
#form-register .mfa-to{
    margin-top: 27px;
    margin-bottom: 0px;
}
#form-forget .mfa-btn{
    margin-top: 30px;
    margin-bottom: 40px;
}
.mfa-number{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.mfa-number-put{
    outline: none;
    width: 23%;
    height: 50px;
    border: 1px solid #9A9A9A;
    border-radius: 5px;

    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #121212;
}
.mfa-number-active{
    border: 1px solid #FF9900 !important;
}
.mfa-number-put:focus-visible{
    border: 1px solid #FF9900;
    outline:none;
}
#form-verif .mfa-to{
    margin-bottom: 15px;
}

/* search */
.news-action{
    width: 100%;
    margin-bottom: 55px;
}
.news-search{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.ns-input{
    width: calc(100% - 60px);
    height: 45px;
    outline: none;
    border: none;
    padding: 13px 22px;
    background: #EDEDED;
}
.ns-btn{
    outline: none;
    border: 0px;
    height: 45px;
    width: 60px;
    background: var(--orange);
    transition: all 300ms ease-in-out;
}
.ns-btn:focus{
    outline: none;
}
.ns-btn:hover{
    background: var(--orange-old);
}
.news-cat{
    width: 100%;
    position: relative;
}
.nc-main{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    cursor: pointer;
}
.nc-title{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
}
.nc-icon{
    display: flex;
    align-items: center;
    justify-content: center;   
}
.nc-icon .feather{
    transition: all 300ms ease-in-out;
}
.nc-icon-rotate .feather{
    transform: rotate(-180deg);
}
.nlat-cat{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FF9900;
    margin-bottom: 2px;
}

.nc-list{
    position: absolute;
    width: 100%;
    top:45px;
    left: 0px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    z-index: 3;
    padding: 25px 0px;
}
.nc-list-free{
    min-width: 100%;
    width: max-content !important;
    max-width: 180%;
}
.nc-item{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #454545;
    padding: 5px 25px;
    word-break: break-all;
}
.nc-item:hover{
    background: #FFE6BF;
    color: var(--orange);
}
.nc-active .nc-item{
    background: #FFE6BF;
    color: var(--orange);
}
.user-nav{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9999;
}
.user-nav-block{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    /* background-color: #3030303d; */
}
.user-nav-wrap{
    display: flex;
    align-items: center;
    column-gap: 12px;
    position: relative;
    cursor: pointer;
    padding-right: 10px;
}
.unav-img{
    width: 40px;
    height: 40px;
}
.unav-img img{
    border-radius: 20px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.unav-name{
    color: #FFF;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.unav-chevron{
    transition: all 300ms ease-in-out;
    margin-top: 1px;
}
.unav-chevron-up{
    transform: rotate(-180deg);
}
.unav-name span{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 200px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.unav-drop{
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 53px;
    z-index: 3;
    background-color: #FFF;
    border: 1px solid #FF9900;
    padding: 25px 0px 25px 0px;
}
.user-nav-list{
    list-style: none;
    display: grid;
    row-gap: 15px;
    margin: 0px;
    padding: 0px;
    width: max-content;
    margin-right: auto;
    margin-left: 50px;
}
.user-nav-list li a,.user-nav-list li span{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
    color: #454545;
}
.user-nav-list li a:hover,.user-nav-list li span:hover{
    color: #FF9900;
}
.hm-user{
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.hm-user-img{
    width: 29px;
    height: 29px;
}
.hm-user-img img{
    border-radius: 14.5px;
    width: 29px;
    height: 29px;
}
.hm-user-name{
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #231F20;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* slide main */
.swiper-slide{
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
/* end slide end */
.row:after, .row:before{
    display: none !important
}