/* 
Theme Name: SaoKim Digital
Theme URI: https://saokim.digital/
Description: A product designed and implemented by SaoKim Digital for customers. Hotline 0964.699.499
Author: Sao Kim Team
Template: hello-elementor
Author URI: https://saokim.digital/
Version: 1.0.0
*/
@font-face {
    font-family: 'geely';
    src: url('./assets/fonts/GEELYVN-Bold.eot');
    src: url('./assets/fonts/GEELYVN-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/GEELYVN-Bold.woff2') format('woff2'),
        url('./assets/fonts/GEELYVN-Bold.woff') format('woff'),
        url('./assets/fonts/GEELYVN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.my_header.scroll_down {
    transform: translateY(-100%);
}
.my_header.scroll_up {
    position: fixed;
    transform: translateY(0);
    background: #fff !important;
    top: 0;
}

.my_header.scroll_up .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
}

.my_header.scroll_up .sub-arrow svg path {
    fill: #000;
}
.next_popup_slide,.prev_popup_slide {
    cursor: pointer;
}
.e-con-full{
    padding-left: 80px;
    padding-right: 80px;
}
@media only screen and (max-width: 1600px) {
  .e-con-full{
    padding-left: 20px;
    padding-right: 20px;
    }
}

.full_width.e-con-full{
    padding-left: 0;
    padding-right: 0;
}
.box-bao .e-con-full{
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
}
body:not(.elementor-editor-active) .carousel_car {
    opacity: 0;
}

.carousel_car.active {
    opacity: 1 !important;
}
@media only screen and (min-width: 1140px) {
    .e-con-boxed > .e-con-inner {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .e-con-boxed > .e-con-inner {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (min-width: 1501px) {
    .e-con-boxed > .e-con-inner {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
body{
    background: #fafafa;
    overflow-x: hidden;
}

.image-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    perspective: 500px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
body.elementor-editor-active .image-container{
    display: none !important;
}
.menu-home{
    position: absolute;
    width: 100%;
}
.image-container.fixmnu{
    display: none;
}







.box-kp-home{
    background: url(./assets/images/bg-1.jpg) center bottom no-repeat;
    background-size: cover;

}
.box-kp-home__title{
    padding: 30px 0 50px;
}
.box-kp-home__title h4{
    color: var(--gray-60, #666);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */

}
.box-kp-home__title h2{
    color: var(--gray-80, #333);
    text-align: center;
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 61.6px */
    text-transform: uppercase;

}
.box-kp-home--tabs-img__suv img{

}
.box-kp-home--tabs{
    position: relative;
}
.box-kp-home--tabs-content{
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
}
.box-kp-home--tabs-content__item>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box-kp-home--tabs-content__number{
    display: flex;
}
.box-kp-home--tabs-content__list{
    border-bottom: 1px solid #999;
    display: flex;
    list-style: none;
    padding-left: 0;

}
.box-kp-home--tabs-content__list li{
    list-style: none;
    border-bottom: 3px solid #394AFC00;
    margin-bottom: -2px;
    color: #999;
    font-family: "geely";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    text-transform: uppercase;
    padding-bottom: 14px;
    min-width: 174px;
    cursor: pointer;
    padding-right: 30px;
}
.box-kp-home--tabs-content__list li.active{
    border-bottom: 3px solid #394AFC;
}

.box-kp-home--tabs-content__list li.active span{
    background: linear-gradient(96deg, #6CDFE3 -96.86%, #C6EE84 -19.7%, #394AFC 35.97%, #EC3D36 95.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-kp-home--tabs-content__number>div:nth-child(2){
    padding: 0 46px;
    margin: 0 46px;
    position: relative;
}
.box-kp-home--tabs-content__number>div:nth-child(2):before,.box-kp-home--tabs-content__number>div:nth-child(2):after{
    content: '';
    position: absolute;
    width: 1px;
    height: 56px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #A5B0F4;
}
.box-kp-home--tabs-content__number>div:nth-child(2):after{
    left: auto;
    right: 0;
}
.box-kp-home--tabs-content__number h4{
    margin-bottom: 0;
    color: var(--Brand-03, #394AFC);
    font-family: "geely";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.box-kp-home--tabs-content__number p{
    margin-bottom: 11px;
}
.box-kp-home--tabs-content__button a{
    border-radius: 4px;
    border: 1px solid #333;
    padding: 16px 20px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
    gap: 4px;
    justify-content: center;
    display: inline-flex;
}
.box-kp-home--tabs-content__button a:nth-child(2){
    background: #333;
    color: #fff;
    margin-left: 14px;
}
.box-kp-home--tabs-content__title h3{
    margin: 0;
    font-family: "geely";
    font-size: 32px;
    text-transform: uppercase;
}
.box-kp-home--tabs-content__title h5{
    margin: 0;
    margin-bottom: 11px;
    color: var(--gray-60, #666);
    font-family: "geely";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.box-kp-home--tabs-content__item>div{
    padding-top: 34px;
}
.box-kp-home--tabs-img{
    max-width: 100%;
    overflow: hidden;
}
.box-kp-home--tabs-img>div{
    text-align: center;
    display: none;
    overflow: hidden;
}
.box-kp-home--tabs-img>div.active{
    display: block;
}
.box-kp-home--tabs-content__item>div{
    display: none;
    z-index: 0;
}
.box-kp-home--tabs-content__item>div.active{
    display: flex;
}

.box-kp-home--tabs-img>div.active {
    animation: slideIn 1s forwards;
}

#site-footer{
    display: none !important;
}

.post-home .elementor-loop-container{
    display: flex;
}
.post-home .elementor-loop-container{
    display: flex;
}
.post-home .elementor-loop-container>div{
    width: calc((100% - 60px) / 4 );
    transition: all .5s;
}
.post-home .elementor-loop-container>div.active{
    width: 50%;
}
.post-home .elementor-loop-container>div.active .elementor-widget-theme-post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-home .elementor-loop-container>div .elementor-widget-theme-post-excerpt,.post-home .elementor-loop-container>div .elementor-widget-button{
    display: none;
}
.post-home .elementor-loop-container>div.active .elementor-widget-theme-post-excerpt,.post-home .elementor-loop-container>div.active .elementor-widget-button{
    display: block;

}
.post-home .elementor-widget-image img{
    height: 550px;
    object-fit: cover;
    width: 100%;
}
.box-ft{
    padding: 48px 160px 20px;
}
.tab-dm-sp li span{
    font-family: "geely";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    color: #999999 !important;
    padding-bottom: 10px;
}
.tab-dm-sp ul li{
    min-width: 178px;
    border-bottom: 3px solid #394AFC00;
    margin-bottom: -2px !important;
}
.tab-dm-sp ul li.active{
    border-bottom: 3px solid #394AFC;
}
.tab-dm-sp ul li.active span{
    color: #394AFC !important;
}

.tab-dm-sp ul{
    padding-bottom: 30px;
    border-bottom: 1px solid #999 !important;
    margin-bottom: 90px !important;
    margin-top: 50px !important;
}

.tab-chinh-sach.tab-dm-sp li span{
    font-family: "Inter";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 183.333% */
    text-transform: capitalize;
}
.tab-chinh-sach.tab-dm-sp ul li{
    width: calc(100% / 4);
    margin: 0 !important;
    text-align: center;
}
.tab-chinh-sach.tab-dm-sp ul li a{
    justify-content: center;
}
.vtc-box-1 img{
    height: 100%;
}



#sk-slick-next,#sk-slick-previous{cursor: pointer;}
.slider-ls--item{
    color:#6E83B3;
    padding-right: 15px;
    padding-left: 45px;
}
.slick-current .slider-ls--item{
    color:#fff;
}
.slider-ls--item h3{
    font-family: "geely";
    font-size: 163.178px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F0F0F0 -356%, rgba(240, 237, 232, 0.00) 69.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*    margin-top: 80px;*/
}
.slider-ls .slick-current .slider-ls--item h3{
    background: linear-gradient(180deg, #F0F0F0 -35.3%, rgba(240, 237, 232, 0.00) 250%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-ls--item__bot .slider-ls--item__content{
    order: 2;
}

.slider-ls--item .slider-ls--item__title{
    height: 230px;
}
.slider-ls--item__content{
    height: 230px;
    padding-bottom: 50px;
}
.slider-ls--item__bot.slider-ls--item h3{
    /*margin-top: 0;
    margin-bottom: 80px;*/
}
.slider-ls--item__bot.slider-ls--item .slider-ls--item__content{
    padding-bottom: 0;
    padding-top: 50px;
}






.slider-ls--item p{
    padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    margin-left: -1px;
}



.slider-ls--item{
    position: relative;
    display: flex !important;
    flex-direction: column;
}
.slider-ls--item .slider-ls--item__content{
    display: flex;
    align-items: flex-end;
}
.slider-ls--item .slider-ls--item__content div{
    width: 50%;
}
.slider-ls--item .slider-ls--item__content div:nth-child(2){
    padding: 30px 30px 0px;
}
.slider-ls--item .slider-ls--item__content img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.slider-ls--item .slider-ls--item__content:before{
    content: '';
    width: 10px;
    height: 100%;
    background: url(./assets/images/line-g-1.svg) top center no-repeat;
    background-size: contain;
    position: absolute;
    left: 9px;
    top: 0;
    transform: translate(-50% , 0);
    z-index: 1;
}
.slider-ls--item.slider-ls--item__bot .slider-ls--item__content:before{
    background: url(./assets/images/line-g.svg) bottom center no-repeat;
    background-size: contain;
}



.slider-ls--item:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #A5B0F4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.slider-ls--item:after{
    content: '';
    width: 18px;
    height: 18px;
    background: url(./assets/images/dot-t.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.slider-ls .slick-current .slider-ls--item:after{
    background: url(./assets/images/dot-key.svg) center center no-repeat;
    background-size: contain;
}

.slider-ls-nav .item{
    color: #B1BFEA;
    font-family: "geely";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 2px solid #FFFfff00;
    margin-bottom: -1px;
    cursor: pointer;
}
.slider-ls-nav .slick-current .item{
    border-bottom: 2px solid #FFFfff;
}

.slider-ls-nav{
    border-bottom: 1px solid #B1BFEA;
    margin-top: 120px;
}
.rank-math-breadcrumb a,.rank-math-breadcrumb span{
    color: var(--Brand-02, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
}
.rank-math-breadcrumb .separator{
    margin: 0 10px;
}








.tab-gobal .e-n-tab-title-text{
    display: flex;
}
.tab-gobal .e-n-tab-title-text span:nth-child(1){
    max-width: 169px;
}

.tab-gobal .e-n-tab-title{
    background: none !important;
    border-bottom: 1px solid #EDECEC ;
}
.tab-gobal .e-n-tab-title{
    background: none !important;
    border-bottom: 1px solid #EDECEC ;
    padding-left: 0;
    outline: none;
}
.tab-gobal .e-n-tab-title span i{
    font-family: "GEELY";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab-gobal .e-n-tab-title[aria-selected="true"] span i{
    background: linear-gradient(100deg, #6CDFE3 -139.35%, #C6EE84 -38.81%, #394AFC 33.74%, #EC3D36 111.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-gobal .e-n-tab-title span{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    flex: 1;
}
.tab-gobal{
    margin-top: -130px;
}
.tab-gobal .e-n-tabs-heading{
    padding-top: 130px;
    padding-right: 100px;
}
.button-color-key a:hover,.box-kp-home--tabs-content__button a:hover{
    background-color: #576EFC !important;
    color: #FFFFFF !important;
    border-color: #576EFC;
}
.button-color-key a:hover svg path,.box-kp-home--tabs-content__button a:hover svg path{
    fill: #FFFFFF;
}
.post-list-cate .elementor-post__read-more{
    position: relative;

}
.post-list-cate .elementor-post__read-more:before{
    content: '';
    background: url(assets/images/seemore-icon.svg) center center no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);

}

.post-list-cate .elementor-post__read-more:hover{
    color: #394AFC !important;

}
.post-list-cate .elementor-post__read-more:hover:before{
    background: url(assets/images/seemore-icon-blue.svg) center center no-repeat;
    background-size: contain;
}
.loop-key-tt-dm .elementor-loop-container{
    padding-bottom: 0 !important;
}
.loop-key-tt-dm .swiper-pagination{
    margin-top: -50px;
    left: 72%;
}

.loop-key-tt-dm .swiper-pagination .swiper-pagination-bullet{
    background: none;
    border: 1px solid #ffffff00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}
.loop-key-tt-dm .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
}

.loop-key-tt-dm .swiper-pagination .swiper-pagination-bullet:before{
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
nav.elementor-pagination{
    margin-top: 50px;
}
nav.elementor-pagination .page-numbers{
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
nav.elementor-pagination .prev svg, nav.elementor-pagination .next svg{
    padding-top: 2px;
}

nav.elementor-pagination .page-numbers.current{
    border-radius: 50%;
    background: #333;
    color: #Fff;
}
.my_share_icons{
    display: flex;
    gap: 8px;
}
.my_share_icons a{
    display: block;
}

.gt-current-lang{display: none;}
.lang-header .elementor-widget-container{align-items: center;display: flex;}
.menu-lien-he a{
    border-radius: 4px;
    border: 1px solid var(--Brand-02, #FFF);
    background: #FFF;
    color: #333 !important;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.menu-lien-he a:hover{
    border: 1px solid var(--Brand-02, #394AFC) !important;
    background: #394AFC !important;
    color: #FFF !important;
}
.header-w .menu-lien-he a{
    border-radius: 4px;
    border: none;
    background: #000;
    color: #fff !important;
    font-size: 14px;
}

.my_header.scroll_up .elementor-nav-menu--main .menu-lien-he a {
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff  !important;
}

.menu-mobile svg{
    fill: #fff;
}
.alignnone{
    margin: auto;
}





/* Map */
.map-tong{
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
}
.vmap-left{
    width: 42%;
}
.vmap-left--header{
    padding: 0px 0 20px;
    border-bottom:  1px solid #DADFEF;
    margin-bottom: 20px;
}
.vmap-left--header .select2-container{
    width: 100% !important;
}
.vmap-left--header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px;
    border: none !important;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
}

.vmap-left--header  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px;
    border-radius: 4px;
    border: 2px solid var(--neutral-4100, #D1D7EA);
    background: #FFF;
}
.vmap-left--main{
    height: 550px;
    max-height: 550px;
    overflow-y: auto;
}
.vmap-left--main__item{
    padding: 23px 26px;
    border-bottom: 1px solid #DADFEF;
    display: flex;
    gap: 24px;
}

.vmap-left--main__item.active{
    background: #F5F3F1;
}
.vmap-left--main__item:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.vmap-left--main__item:last-child{
    border-bottom: none;
}
.vmap-left--main__item>h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-right: 23px;
    cursor: pointer;
}
.vmap-left--main__content i{
    font-size: 13px;
    color: #FF3D00;
    margin-right: 10px;
    margin-top: 2px;
}
.vmap-left--main__item a{
    color: #000;
}
.vmap-left--main__content div{
    width: 100%;
}
.vmap-left--main__content div p:last-child{
    margin-bottom: 0px;
}
.vmap-left--main__content div span{
    width: 50%;
}
.vmap-left--main__content-ah{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FF9900;
    cursor: pointer;
}
.vmap-left--main__ah{
    display: none;
}
.vmap-right{
    width: 58%;
    padding-left: 40px;
}
.vmap-right__item{
    display: none;
    height: 100%;
}
.vmap-right__item.active{
    display: block;
    margin-bottom: -5px;
}
.vmap-right__item iframe{
    width: 100% !important;
    height: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 20px;
    border: none;
}
.select2-container--default .select2-results>.select2-results__options{
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    font-size: 16px;
}
.select2-search--dropdown{
    padding: 0 !important;
}
.select2-results__option--selectable{
    padding: 11px 13px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0068b040 !important;
    color: var(--key-color); !important;
    padding: 11px 13px !important;
}
.vmap-left--header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    outline: none;
    border: 1px solid #D1D7EA !important;
    padding: 15px;
}
.select2-search.select2-search--dropdown{
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50% !important;
    transform: translateY(-50%);
}

.vmap-left--main__content{
    font-size: 16px;
    line-height: 1.6;
}
.vmap-left--main::-webkit-scrollbar,.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: #F0F0F1;
}
.vmap-left--main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #828282;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,.vmap-left--main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F0F0F1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--key-color);
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: var(--key-color);
    animation: l15 1s infinite linear;
}
.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}
.loader::after {
    margin: 8px;
    animation-duration: 3s;
}
@keyframes l15{
    100%{transform: rotate(1turn)}
}
#load-more-an{
    display: none;
    z-index: 9999999;
    background: #f1f1f1e3;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
#load-more-an.active{
    display: flex;
}

.vmap-left--main__button{
    display: flex;
    align-items: center;
    gap: 21px;
}
.vmap-left--main__button a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}
.vmap-left--main__button a:hover{
    color: #576EFC;
}

.vmap-left--main__button a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.vmap-left--main__button a img{
    height: 24px;
    width: autos;
}
.vmap-left--main__logo img{
    width: 88px;
    height: auto;
}
.vmap-left--main__text h3{
    margin-top: 0;
    color: var(--gray-80, #333);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
}

.vmap-left--main__text{
    color:  #666;
    flex: 1;
}



/* End Map */


.gtranslate_wrapper  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 4px;
}

.glink img {
    display: none !important;
}

.glink.gt-current-lang {
    display: none !important;
}

.gtranslate_wrapper:hover .glink {
    display: block;
}


.glink span {
    color: #fff !important;
    line-height: 20px !important;
    font-size: 14px !important;
    vertical-align: middle !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.my_header.scroll_up .glink span {
    color: #000 !important;
}

.glink[data-gt-lang="zh-CN"] span {
    width: 18px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.globe_2 {
    display: none;
}

.my_header.scroll_up .globe_2 {
    display: block;
}

.my_header.scroll_up .globe_1 {
    display: none;
}

.bg_white .glink span {
    color: #000 !important;
}
.hotspot-main{
    transition: all .5s;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
}
.box-mua{
    overflow: hidden;
}
.box-mua-left{
    flex:1 !important;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.box-mua-right{
    width: 0 !important;
    transition: all .5s;
    padding: 0;
}

.box-mua-right>div{display: none;}

.box-mua-right.active{
    width: 670px !important;
    padding: 64px;
    max-width: 100%;
}
.box-mua-right>div.box-text-dot.active{display: block;}

.close-hostspot{
    cursor: pointer;
}
.close-icon-hotspot{
    position: relative;
}
.hotspot-main .e-hotspot.active:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(./assets/images/close-icon-hotspot.svg) center center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);z-index: 99;
    cursor: pointer;
}
.slider-ctsp .slick-slide{
    padding: 0 15px;
}
.slider-ctsp .slick-dots{
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}
.slider-ctsp .slick-dots button{
    display: none;
}
.slider-ctsp .slick-dots li{
    width: 100px;
    height: 6px;
    background: #999;
}
.slider-ctsp .slick-dots li.slick-active{
    background: #394AFC;
}
.tab-gobal.tab-gobal-ctsp .e-n-tabs-heading{
    justify-content: flex-end;
}
.tab-gobal.tab-gobal-ctsp .e-n-tabs-heading{
    justify-content: flex-end ;
}

.tab-gobal.tab-gobal-ctsp .e-n-tab-title{
    max-height: 100px ;
}


.tab-gobal.tab-gobal-ctsp .e-n-tab-title span{
    text-transform: none;
    font-size: 20px;
}
.select-product{
    display: flex;
    gap: 40px;
}
.select-product .select-product-item{
    width: 50%;
}
.select-product-item--nonselect{
    text-align: center;
    padding: 180px 0 80px;
}

.choice-car{
    display: none;
}
.choice-car.active{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: #fafafa;
    width: 100%;
    z-index: 99;
    padding: 50px 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


.choice-car.active .e-con-full{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -20px;
}

.choice-car .choice-car-item{
    padding: 20px;
    cursor: pointer;
    position: relative;
    border: 2px solid #394AFC00;
}
.choice-car .choice-car-item.active{
    border: 2px solid #394AFC;
}
.choice-car .choice-car-item.active:before{
    content: '';
    position: absolute;
    z-index: 9;
    background: url(./assets/images/check.png) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
}

.choice-car .choice-car-item h3{
    color: var(--gray-80, #333);
    font-family: "GEELY";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.choice-car .choice-car-item h5{
    color: var(--Brand-03, #394AFC);
    font-family: "GEELY";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.choice-car .choice-car__button{
    display: none;
}
.choice-car .choice-car__button.active{
    display: block;
    background: #333;
    color: #fff;
    margin-left: 14px;
    border: none;
    font-family: 'Inter';
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.choice-car .choice-car__button.active:hover{
    background: #394AFC;
}
.select-product-item--selected{
    display: none;
}
.box-kp-home--tabs-content__button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.content-s--title{
    border-radius: 4px;
    background: var(--Brand-03, #394AFC);
    display: flex;
    gap: 0;
    align-items: center;
    padding: 10px 0;
}
.content-s--title h3{
    width:50%;
    color: var(--Brand-02, #FFF);
    text-align: center;
    font-family: "GEELY";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin: 0;
}
.content-s--title h3:nth-child(1){
    border-right: 1px solid #E5E0DB;
}

.box-up-down--title{
    border-bottom: 1px solid #E5E0DB;
}
.box-up-down--title span:before{
    content:'+' ;
    font-size: 32px;
    color: #333;
    line-height: 0;
}
.box-up-down--title span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-up-down--title h3{
    color: var(--gray-80, #333);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.box-up-down{
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
}
.box-up-down--title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px 10px;
    border-bottom: 1px solid #E5E0DB;
    cursor: pointer;
}
.box-up-down--content{
    padding: 32px;
}
.box-up-down--content{
    display: flex;
}
.box-up-down--content>div{
    width: 50%;
}
.box-up-down--content>div:nth-child(1){
    border-right: 1px solid #E5E0DB;
}
.box-up-down--content>div:nth-child(2){
    padding-left: 32px;
}

:root {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --t: .5s;
}

.opacity-0 {
    opacity: 0;
}
.invisible {
    visibility: hidden;
}
.fixed {
    position: fixed;
}
.z-40 {
    z-index: 40;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.d-none {
    display: none;
}
.flex {
    display: flex;
}
.overflow-hidden {
    overflow: hidden;
}
.text-white {
    --tw-text-opacity: 1;
    color: #fff;
}

.absolute {
    position: absolute;
}

.my_nav {
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(14, 14, 14, 0.5525) 30.71%, rgba(18, 18, 18, 0.3185) 100%), linear-gradient(0deg, #181818, #181818);
}
.my_nav.active {
    pointer-events: auto;
    opacity: 1;
    visibility: inherit;
    display: block;
}
.nav-menu {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.nav-menu__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 350px !important;
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(90deg, rgba(14, 14, 14, 0.5525) 30.71%, rgba(18, 18, 18, 0.3185) 100%), linear-gradient(0deg, #181818, #181818);
    row-gap: 20px;
    list-style: none;
}

.nav-menu .nav-dropdown__btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.nav-menu .nav-dropdown__btn img {
    width: 16px;
}
.nav-menu__inner li .nav-menu__text, .nav-menu__inner li .dropdown-btn__text {
    position: relative;
    display: inline-block;
}
.nav-menu .nav-dropdown__btn .dropdown-btn__text {
    position: relative;
}
.nav-menu .nav-dropdown__body {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: #000;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 36px;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-duration: var(--t);
}
.nav-menu .nav-dropdown__body {
    left: 350px;
    width: 350px;
    background-color: transparent;
}

.nav-bg {
    left: 350px;
    width: calc(100% - 350px);
}
.nav-menu .nav-image {
    left: 700px;
    width: calc(100% - 700px);
    background-color: transparent;
}

.nav-menu .nav-dropdown__body[data-index="0"] {
    left: 0 !important;
    width: 100%;
}
.nav-menu .nav-dropdown.active > .nav-dropdown__body {
    visibility: visible;
    opacity: 1;
}

.nav-menu .nav-dropdown__body ul {
    --tw-bg-opacity: 1;
    background: linear-gradient(90deg, rgba(14, 14, 14, 0.5525) 30.71%, rgba(18, 18, 18, 0.3185) 100%), linear-gradient(0deg, #181818, #181818);
    width: auto;
    max-width: 350px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 11rem;
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
}

.nav-menu .nav-dropdown__body li a {
    position: relative;
    display: block;
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-right: 1rem;
    opacity: 0;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-duration: var(--t);
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    color: #fff;
}

.nav-menu .nav-dropdown.active .nav-dropdown__body li a {
    --tw-translate-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.nav-menu .nav-dropdown.active .nav-dropdown__body li:nth-of-type(1) a {
    transition-delay: .225s;
}

.nav-menu .nav-dropdown__body li a p {
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

.nav-menu .nav-dropdown .nav-dropdown__body .nav-image {
    visibility: hidden;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-duration: var(--t);
    left: 350px;
    width: calc(100% - 350px);
}

.nav-menu .nav-dropdown-sub .nav-image {
    left: 700px !important;
    width: calc(100% - 700px) !important;
}



.nav-menu .nav-dropdown .nav-dropdown__body .nav-menu__inner li.active>.nav-image {
    visibility: visible;
    opacity: 1;
    position: fixed;
}

.nav-menu .nav-image>div {
    height: 100%;
    width: 100%;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-duration: var(--t);
}

.nav-menu__inner li.active>.nav-image>div {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav-menu .nav-dropdown .nav-dropdown__body .nav-image>div {
    background-position: center center;
}

.close_nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.close_nav svg {
    width: 32px;
    height: 32px;
}

.field-form-cost {
    margin-top: 16px;
}
.field-form-cost b {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4px;
    display: block;
}

.field-form-cost select {
    border-radius: 4px;
    border: 1px solid #D1D7EA;
    display: flex;
    height: 48px;
    padding: 4px 6px;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    outline: 0 !important;
}

.field-form-cost input {
    border-radius: 4px;
    border: 1px solid #D1D7EA;
    display: flex;
    height: 48px;
    padding: 4px 6px;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    outline: 0 !important;
}

.field-form-input {
    position: relative;
}

.field-form-input span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #666;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 19.84px */
}

.field-form-50 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.field-form-50 .field-form-item {
    width: calc(50% - 8px)
}

@media only screen and (max-width: 600px) {
    .field-form-50 .field-form-item {
        width: 100%;
    }
}


.field-form-item-flex-betweem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.field-form-total {
    color: #394AFC;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 124%; /* 39.68px */
}

.colors-lists {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.m_color_item {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: #ccc 1px solid;
}

.m_color_item.active {
    border: #ccc 3px solid;
}

.form-tt-number {
    margin-top: 24px;
}

.short_form_cost{
    position: relative;
}

.short_form_cost.loading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.4);
}

.grid_gallery_wrap {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 24px;
}

.grid_gallery_wrap .grid_item {
    position: relative;
}

.grid_gallery_wrap .grid_item img {
    display:block;
    height: 100%;
    object-fit: cover;
}
.grid_gallery_wrap .grid_item:first-child {
    grid-column: 1 / span 2;
    grid-row: auto / span 2;
}

.grid_gallery_wrap .grid_item:nth-child(2) {
    grid-column: 3 / span 1;
    grid-row: auto / span 1;
}

.grid_gallery_wrap .grid_item:nth-child(3) {
    grid-column: 4 / span 1;
    grid-row: auto / span 1;
}
.grid_gallery_wrap .grid_item:nth-child(4) {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
}
.grid_gallery_wrap .grid_item:nth-child(5) {
    grid-column: 2 / span 1;
    grid-row: auto / span 1;
}

.grid_gallery_wrap .grid_item:nth-child(6) {
    grid-column: 3 / span 2;
    grid-row: 2 / span 2;
}

.grid_gallery_wrap .grid_item:nth-child(7) {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
}

.grid_gallery_wrap .grid_item:nth-child(8) {
    grid-column: 2 / span 1;
    grid-row: auto / span 1;
}

.grid_gallery_wrap .grid_item:nth-child(9) {
    grid-column: 3 / span 1;
    grid-row: auto / span 1;
}

.grid_gallery_wrap .grid_item:nth-child(10) {
    grid-column: 4 / span 1;
    grid-row: auto / span 1;
}
.grid_gallery_wrap .grid_item h3 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    padding: 24px;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}
.title-key-1 .elementor-heading-title, .box-kp-home__title h2, .content-car-box-home .product_title.entry-title{
    font-family: 'geely' !important;
    font-size: 36px !important;
}





/*laptop*/
@media screen and (max-width:1550px){
    .box-ft{
        padding: 30px 100px 20px;
    }
    .box-content-ft .e-con-inner{
        flex-wrap: wrap !important;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .box-content-ft>.e-con-inner>div{
        width: calc((100% - 60px) / 2);
    }
    .box-kp-home--tabs-content__number h4{
        font-size: 20px;
    }
    
    .title-key-1 .elementor-heading-title,.box-kp-home__title h2,.content-car-box-home .product_title.entry-title{
        font-size: 28px !important;
    }
    .box-kp-home--tabs-content__button a {
        padding: 10px 16px;
        font-size: 14px;
    }
    .box-kp-home--tabs-content__title h3 {
        font-size: 30px;
    }
    .box-kp-home--tabs-content__number>div:nth-child(2) {
        padding: 0 30px;
        margin: 0 30px;
    }
    .vtc-box-2{
        padding: 50px !important;
    }
    .vtc-box-2 .elementor-icon{
        font-size: 60px !important;
    }
    .vtc-box-2 .elementor-icon-box-icon{
        margin-bottom: 10px !important;
    }
    .tab-chinh-sach.tab-dm-sp li span{
        font-size: 20px;
    }
    .tab-gobal .e-n-tab-title-text span:nth-child(1){
        max-width: 130px;
    }
    .tab-gobal .e-n-tabs-heading {
        padding-top: 120px;
        padding-right: 40px;
    }
    .tab-gobal .e-n-tabs-heading .e-n-tab-title{
        padding-right: 10px;
    }
    .tab-gobal{
        margin-top: -100px;
    }
    .vmap-left--main__text h3{
        font-size: 20px;
    }
    .vmap-left--main__text{
        font-size: 14px;
    }
    .grid_gallery_wrap .grid_item h3{
        font-size: 20px;
        padding: 10px 15px;
    }
    .box-mua-right.active{
        width: 480px !important;
        padding: 20px;
    }
    .hotspot-main .e-hotspot.active:before {
        width: 40px;
        height: 40px;
    }
    .slider-ls--item h3{
        font-size: 120px;
    }
    .slider-ls--item__bot.slider-ls--item .slider-ls--item__content {
        font-size: 14px;
    }
    .slider-ls--item__content {
        font-size: 14px;
    }

    

}
@media screen and (max-width:1350px) and (min-width:1110px){
    .title-key-1 .elementor-heading-title, .box-kp-home__title h2, .content-car-box-home .product_title.entry-title {
        font-size: 20px !important;
    }
    .grid_gallery_wrap .grid_item h3{
        font-size: 18px;
        padding: 10px 15px;
    }
    .box-mua-right.active{
        width: 400px !important;
        padding: 15px;
    }
    .hotspot-main .e-hotspot.active:before {
        width: 30px;
        height: 30px;
    }
    .slider-ls--item .slider-ls--item__content img {
        height: 135px;
    }
    .slider-ls-nav {
        margin-top: 30px;
    }
    .slider-ls--item__content {
        height: 200px;
        padding-bottom: 30px;
    }
    .elementor-location-header nav a.elementor-item {
        font-size: 12px !important;
    }
}
/*ipad-pro*/
@media screen and (max-width:1110px){
    .box-ft{
        padding: 30px 80px 20px;
    }
    .box-kp-home--tabs-content__item>div.active {
        display: block;
    }
    .e-con-full {
        padding-left: 60px;
        padding-right: 60px;
    }
    .box-kp-home--tabs-content{
        position: relative;
        bottom: 0;
        padding-bottom: 50px;
    }
    .box-kp-home--tabs-content__number{
        padding: 30px 0;
    }
    .box-kp-home__title h2 {
        font-size: 30px;
    }
    .box-kp-home--tabs-content__button a {
        padding: 11px 30px;
    }
    .loop-sp-home .elementor-grid{
        overflow-y: auto;
        flex-wrap: nowrap;
        display: flex;
    }
    .loop-sp-home .elementor-grid>div{
        width: 55%;
        min-width: 55%;
    }
    .post-home .elementor-widget-image img {
        height: 450px;
    }

    .tab-dm-sp ul li{
        min-width: 150px;
        border-bottom: 3px solid #394AFC00;
        margin-bottom: -2px !important;
    }
    .title-key-1 .elementor-heading-title,.box-kp-home__title h2,.content-car-box-home .product_title.entry-title{
        font-size: 22px !important;
    }
    .vtc-box-2{
        padding: 30px !important;
    }
    .slider-ls--item{
        padding-left: 20px;
    }
    .slider-ls--item h3 {
        font-size: 120px;
    }
    .slider-ls--item .slider-ls--item__content div {
        width: 40%;
    }
    .slider-ls--item .slider-ls--item__content div:nth-child(2) {
        padding: 10px 10px 0px;
        width: 60%;
        height: 100px;
        overflow-y: auto;
    }

    .slider-ls--item .slider-ls--item__content img{
        height: 100px;
    }
    .slider-ls--item__content {
        height: 150px;
        padding-bottom: 50px;
    }
    .slider-ls--item .slider-ls--item__title{
        height: 150px;
    }
    .tab-gobal .e-n-tabs-heading {
        padding-top: 110px;
        padding-right: 30px;
    }
    .tab-gobal .e-n-tab-title-text span:nth-child(1) {
        max-width: 100px;
    }
    .slider-ls-nav{
        margin-top: 60px;
    }
    .loop-key-tt-dm .swiper-pagination{
        margin-top: -30px;
        left: 55%;
    }
    .tab-chinh-sach.tab-dm-sp li span{
        font-size: 16px;
    }
    .tab-dm-sp ul{
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }
    .box-content-ft{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        gap: 0 !important;
    }
    .box-content-ft>div{
        width: 50% !important;
    }
    .vmap-right {
        width: 50%;
        padding-left: 20px;
    }
    .vmap-left {
        width: 50%;
    }
    .vmap-left--main {
        height: 400px;
        max-height: 400px;
        overflow-y: auto;
    }
    .vmap-left--main__text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .vmap-left--main__item{
        padding: 20px;
        gap: 10px;
    }
    .vmap-left--main__logo img{
        width: 80px;
    }

}
/*ipad*/
@media screen and (max-width:967px){
    .e-con-full {
        padding-left: 40px;
        padding-right: 40px;
    }
 
    .tab-dm-sp ul li{
        min-width: 120px;
    }
    .tab-dm-sp li span {
        font-size: 18px;
    }
    .slider-ls--item h3 {
        font-size: 100px;
    }
    .slider-ls--item__content {
        height: 160px;
    }
    .tab-gobal .e-n-tab-title span {
        font-size: 14px;
    }
    .tab-gobal .e-n-tab-title-text span:nth-child(1) {
        max-width: 100px;
    }
    .tab-gobal .e-n-tab-title span i {
        font-size: 24px;
    }
    .tab-gobal .e-n-tab-title{
        padding-right: 0;
    }
    .slider-ls-nav{
        margin-top: 40px;
    }
    .loop-key-tt-dm .swiper-pagination{
        margin-top: -30px;
        left: 57%;
    }
    .vmap-left--main__logo img{
        width: 60px;
    }
    .vmap-left--main__button{
        display: block;
    }
    .vmap-left--main__button a:nth-child(1){
        margin-bottom: 10px;
    }


}
/*mobile*/
@media screen and (max-width:767px){
    .box-content-ft>.e-con-inner>div{
        width: 100%;
    }
    .box-ft{
        padding: 30px 15px 20px;
    }
    .e-con-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-kp-home--tabs-content__number{
        display: block;
    }
    .box-kp-home--tabs-content__list li {
        width: calc(100% / 3);
        min-width: 80px;
    }
    .box-kp-home--tabs-content__button a {
        padding: 10px 15px;
        font-size: 12px;
        width: calc(50% - 5px);
    }
    .box-kp-home--tabs-content__number>div{
        display: block;
        width: 100%;
    }
    .box-kp-home--tabs-content__button a:nth-child(2) {
        margin-left: 0;
        margin-top: 15px;
    }
    .box-kp-home--tabs-content__number>div:nth-child(2){
        margin: 20px 0;
        padding: 20px 0;
    }
    .box-kp-home--tabs-content__number>div:nth-child(2):before, .box-kp-home--tabs-content__number>div:nth-child(2):after{
        height: 1px;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .box-kp-home--tabs-content__number>div:nth-child(2):after{
        top: auto;
        bottom: 0;
    }
    .box-kp-home--tabs-content__title h3{
        font-size: 26px;
    }
    .box-kp-home--tabs-content__title h5{
        font-size: 16px;
    }
    .loop-sp-home .elementor-grid>div {
        width: 85%;
        min-width: 85%;
    }
    .post-home .elementor-loop-container {
        display: block;
    }
    .post-home .elementor-loop-container>div {
        width: 100% !important;
    }
    .post-home .elementor-widget-image img {
        height: 420px;
    }
    .post-home .elementor-loop-container>div{
        margin-bottom: 20px;
    }
    .post-home .elementor-loop-container>div .elementor-widget-theme-post-excerpt{
        display: none !important;
    }
    .post-home .elementor-loop-container>div .elementor-widget-button{
        display: block;
    }
    .tab-dm-sp ul li{
        min-width: 0;
        padding-right: 10px !important;
    }
    .tab-dm-sp li span {
        font-size: 16px;
    }
    .tab-dm-sp ul {
        margin-bottom: 50px !important;
        margin-top: 40px !important;
    }
    .title-key-1 .elementor-heading-title,.box-kp-home__title h2,.content-car-box-home .product_title.entry-title{
        font-size: 20px !important;
    }
    .vtc-box-2{
        padding: 30px 15px !important;
    }
    .slider-ls--item h3 {
        font-size: 60px;
    }
    .tab-gobal{
        margin-top: 0px;
    }
    .tab-gobal .e-n-tabs-heading{
        padding-top: 0px;
        padding-right: 15px;
    }
    .loop-key-tt-dm .swiper-pagination{
        left: 50%;
        transform: translateX(-50%);
    }
    .tab-chinh-sach.tab-dm-sp ul li {
        width: calc(100% / 2);
        margin: 0 !important;
        text-align: center;
    }
    .box-content-ft{
        flex-direction: column !important;
        gap: 20px !important;
    }
    .box-content-ft>div{
        width: 100% !important;
    }
    .rank-math-breadcrumb a,.rank-math-breadcrumb span{
        font-size: 14px;
    }




    .map-tong{
        flex-flow: row wrap;
        margin: 0 -15px;
        border: none;
        border-radius: 0;
    }
    .vmap-left{
        order: 2;
        width: 100%;
    }
    .vmap-right{
        order: 1;
        width: 100%;
    }
    .vmap-left--main {
        height: auto;
        max-height: 1000px;
        overflow-y: auto;
        padding: 0 15px;
    }
    .vmap-right iframe{
        height: 300px !important;

    }
    .vmap-left--header {
        padding: 20px;
        border-bottom: 1px solid #A4A4A4;
    }
}

@media only screen and (max-width: 600px) {
  .grid_gallery_wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 16px !important;
    }
    
    .slider-ctsp .slick-dots li {
        width: 40px !important;
    }
    
    .slider-ctsp .slick-dots {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .phien_ban_item {
        font-size: 18px!important ;
    }
    
    .box-mua-left{
        flex: none !important;
    }
    
    .box-mua-right.active {
        padding: 20px 16px !important;
    }
    
    .hotspot-main {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    
    .hotspot-main .e-hotspot.active:before {
        width: 20px !important;
        height: 20px !important;
    }
    .scroll_up .elementor-heading-title{
        color: #000 !important;
    }
    .scroll_up .search-hd:before{
        background: #000 !important;
    }
    .scroll_up{
        z-index: 99;
    }
    .my_list_wrap {
        height: 375px !important;
    }
    .grid_gallery_wrap .grid_item {
        height: auto;
        width: 100%;
    }
    .grid_gallery_wrap .grid_item img{
        height: 250px !important;
        width: 100% !important;
    }

}

