/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* css reset */

.html1 span{
    text-transform: lowercase !important;
}
.amlab_dot {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #C9A581;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10000;
    will-change: transform, width, height, background-color, opacity; /* Tối ưu hóa hiệu suất */
    transition: width 0.4s ease-out, height 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out;
}
.amlab_dot-hover {
    width: 15px;
    height: 15px;
    background-color: #FF5733;
    opacity: 0.7;
}

@font-face {
    font-family: 'Forum';
    src: url(./assets/fonts/forum.woff2)  format('woff2');;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: 'Jost';
    src: url(./assets/fonts/jost.woff2)  format('woff2');;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

.off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family: 'Forum', sans-serif!important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: 'Forum', sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.text_16,
.text_16 > * {
    font-size: 16px !important;
    line-height: 1;
}
.text_18,
.text_18 > * {
    font-size: 18px !important;
    line-height: 1;
    font-weight: 500;
    line-height: 29px;
}
.text_20,
.text_20 > * {
    font-size: 20px !important;
    font-weight: 500;
}
.text_36,
.text_36 > * {
    font-size: 36px !important;
    line-height:  43px;
}
.text_40,
.text_40 > * {
    font-size: 40px !important;
    line-height:  48px;
}
.text_44,
.text_44 > * {
    font-size: 44px !important;
    line-height: 53px !important;
}
.pd_bt_20{
    padding-bottom: 20px;
}
.main-heading-title h2{
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
}
.info-box-title h3{
    color: #C9A581;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
}
.heading-title h3,
.text-desc p{
    font-size: 16px !important; 
    font-weight: 500;
    line-height: 1.6em;
    color: #fff;
}
.box-desc p{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
}
.text-desc p{
    color: #CECECE; 
}
.count_number span{
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

.stuck {
    display: none;
}
#header .socials_icon .icon-box .icon-box-img{
    width: 20px !important;
    margin-bottom: 0;
}
#header .socials_icon .is-divider{
    height: 20px !important;
    margin: 0 15px;
    width: 1px;
}

#header .socials_icon .icon-box .icon-box-img svg{
    fill: #000;
    padding-top: 0;
}
#header .header-top{
    height: 40px;
    align-items: center;
    background: #C9A581;
}
#header .header-top i{
    font-size: 20px;
    align-self: center;
    color: #121D23;
}
#header .socials_icon{
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
#header .socials_icon .icon-box{
    align-self: center;
}
#header .header-top span{
    font-size: 16px;
    color: #121D23;
}
#header .header-main{
    background-color: #121D23;
}
#header .header-main .header-nav-main .menu-item a{
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
#header .header-main .header-nav-main .menu-item.active a,
#header .header-main .header-nav-main .menu-item a:hover{
    color: #C9A581;
}
#header .header-main .header-nav-main{
    justify-content: center;
}
#header .header-main .flex-right{
    flex: 0 25%;
}
#header .header-main .flex-right .header-nav-main{
    align-items: center;
    justify-content: space-evenly;
}
#header .header-main .flex-right .header-button .button,
.button-hover-fill{
    height: 50px;
    background: transparent !important;
    border: 1px solid #C9A581 !important;
    align-content: center;
    position: relative;
}
.button-fill{
    height: 50px;
    /* background: linear-gradient(90deg, #C9A581 0%, #E4CCB4 50%, #E4CCB4 100%); */
    background: linear-gradient(
        90deg,
        #C9A581 0%,
        #ecddce 50%,
        #C9A581 100%
    );
    border-radius: 100px;
    border: 1px solid #C9A581 !important;
    align-content: center;

    background-size: 200% 100%;
    background-position: left center;

    transition: background-position 1s ease;
}
.button-fill span {
    color: #121D23;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
}
.section_about .col_right .icon-box {
    position: absolute;
    left: -10%;
    bottom: 5%;
    width: 320px;
    padding: 30px;
    border-radius: 32px;
    z-index: 3;

    background: linear-gradient(90deg, #C9A581 0%, #E4CCB4 50%, #C9A581 100%);
    background-size: 200% 100%;
    background-position: left center;

    transition: background-position 1s ease;
}

.section_about .col_right .icon-box:hover ,
.button-fill:hover{
    background-position: right center;
}
/*                  class chung                  */
.section_about .col .icon-box .icon{
    position: relative;
}
#header .header-main .flex-right .header-button .button::before,
.button-hover-fill::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    /* left: 0; */
    opacity: 0;
    background: linear-gradient(90deg, #C9A581 0%, #E4CCB4 100%);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    width: 0;
}
#header .header-main .flex-right .header-button .button:hover::before,
.button-hover-fill:hover::before {
    left: 0;
    width: 100%;
    transform: none;
    opacity: 1;
}
.button-hover-fill:hover{
    background-color: none !important;
    border-color: none !important;
}
#header .header-main .flex-right .header-button .button:hover span,
.button-hover-fill:hover span{
    color: #121D23;
}
#header .header-main .flex-right .header-button .button span,
.button-hover-fill span{
    font-size: 16px;
    font-weight: 600;
    color: #C9A581;
    padding: 0 15px;
}
#header .header-main .flex-right .header-nav-main .icon-menu{
    font-size: 0;
}
#header .header-main .flex-right .header-nav-main .icon-menu:after{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain ;
    display: block;
    position: relative;
    z-index: 1;
    content: '';
    background-color: #C9A581;
    mask-image: url(./assets/images/icon_bar.svg);
    -webkit-mask-image: url(./assets/images/icon_bar.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
/* bânner */

.heading-title h3{
    position: relative;
    padding-left: 30px ;
    font-weight: 500;
    width: fit-content;
}
.heading-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    mask-image: url(./assets/images/icon-sub-heading.svg);
    mask-size: cover;
    background: #C9A581;
    width: 20px;
    height: 20px;
}
.section_banner::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #121D23;
    z-index: 1;
    opacity: 0.7;
}
/* section-animate */
.section_animate {
    background: #C9A581;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.section-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.row.track {
    display: flex;
    width: max-content;
    animation: scroll-track 10s linear infinite;
    will-change: transform;
    margin-left: 0;
}

.row.track .col-inner {
    display: flex;
}

.text_item {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
     white-space: nowrap; 
}

.text_item h2 {
    margin: 0;
    font-size: 44px;
    color: #121D23;
    line-height: 1.4;
    padding-left: 50px;
}

/* Icon trước text */
.text_item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('./assets/images/charm_north-star.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

@keyframes scroll-track {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Mobile chậm hơn */
@media (max-width: 768px) {
    .row.track {
        animation-duration: 20s;
    }
}


/* .section_about::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: ''; 
    background-image: url(./assets/images/about-bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    z-index: 1;
    opacity: 1;
} */
 .section_about{
    padding: 80px 0 !important;
 }
.section_about .main-heading-title h2{
    font-size: 44px;
}
.section_about .info-box-title h3,
.icon_item .info-box-title h3{
    font-family: 'Jost' , sans-serif !important;
    font-size: 22px;
    color: #fff;
}
.section_about .info-box-title p,
.icon_item .info-box-title p{
    color: #CECECE;
}
.section_about .col_left{
    align-content: center;
    align-items: center;
}
.section_about .col_left .col-inner{

    max-width: 90%;
    margin-left: 0;
}
.section_about .col_left .icon-box{  
    display: flex;
}
/* .section_about .col .icon_item:nth-child(1){
    margin-bottom: 30px;
} */
.section_about .col .icon-box .icon-box-img,
.icon_item .icon-box-img{
    margin-right: 20px;
}
.section_about .col .icon-box .icon-box-img .icon,
.icon_item .icon{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #6c757d;
    opacity: 0.7;
    align-items: center;
    justify-content: center;
    display: flex;
}
.section_about .col .icon-box .icon-box-img svg,
.icon_item .icon-box-img svg{
    width: 30px; 
    height: 30px;

}
.section_about .col_left .icon-box .icon-box-img svg path,
.icon_item .icon-box-img svg path{
    fill: #C9A581;
}
.section_about .col.col_left .stack{
    margin-top: 30px;
}
.section_about .col_left .icon-box .icon::before,
.icon_item .icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(90deg, #C9A581 0%, #E4CCB4 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
    z-index: 10;
}

.section_about .col_left .icon-box .icon::before,
.icon_item .icon::before{
    z-index: 10;
}
.section_about .col_left .icon-box:hover .icon::before,
.icon_item:hover .icon::before {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
}
.section_about .col_left .icon-box:hover svg path,
.icon_item:hover svg path{
    fill: #121D23;
}
.section_about .col_right{
    position: relative;
}
.float_hover_img .img-inner {
    justify-items: end;
    position: relative;
    display: inline-block;
    overflow: hidden;     
    border-radius: 100px;            
}
.float_hover_img .img-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translate(-50%, -50%) skewX(-20deg);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.float_hover_img .img-inner:hover::before {
    animation: shine_split 0.4s ease-out forwards;
}
.section_about .about_img .img-inner {
    justify-items: end;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 400px 400px 0 0; 
    aspect-ratio: 1 / 1.237;        
    width: 100%;                    
}

.section_about .about_img .img-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translate(-50%, -50%) skewX(-20deg);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.section_about .about_img .img-inner:hover::before {
    animation: shine_split 0.8s ease-out forwards;
}

@keyframes shine_split {
    0% {
        transform: translate(-50%, -50%) skewX(-20deg) scaleX(0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) skewX(-20deg) scaleX(5); 
        opacity: 0;
    }
}

.section_about  .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    border-radius: inherit;
}



.section_about .col.col_right .icon-box  .icon{
    max-width: 48px;
    max-height: 48px;
    height: auto;
    width: 100%;
    background: #121D23;
}
.section_about .col_right .icon-box .icon-box-img{
    margin: 0;
}
.section_about .col_right .icon-box .info-box-title{
    color: #000;
    padding: 20px 0;
}

.section_about .col_right .icon-box .icon-box-img img{
    width: 24px;
    padding-top: 0;
    object-fit: cover;
}
.section_about .col_right .info-box-title h3,
.section_about .col_right p{
    color: #000;
    font-weight: 600;
}
.section_about .col_right p{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.section_about .col{
    padding-bottom: 0;
}


/* .section_why_choose::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: ''; 
    background: #121D23;    
    z-index: 0;
    opacity: 1;
} */
    .section_why_choose::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: 
                url(./assets/images/why-choose-bg.png);
    background-repeat: no-repeat;
    background-position: left calc(100% - 100px);
    display: inline-block;
    opacity: 1;
}


.section_why_choose .main-heading-title h2,
.section_journey .main-heading-title h2{
    font-size: 44px;
}
.section_why_choose .col_left .col-inner{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.section_why_choose .col_right .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* border-top: 1px solid #444;
    border-left: 1px solid #444; */
}

.section_why_choose .col_right .col-inner .icon_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0 !important;
}
.section_why_choose .col_right .col-inner .icon_item:nth-child(odd){
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    padding: 30px 30px 30px 0;
}
.section_why_choose .col_right .col-inner .icon_item:nth-child(even){
    border-bottom: 1px solid #444;
    padding: 30px;
}

.section_why_choose .col_right .col-inner .icon_item:nth-child(5),
.section_why_choose .col_right .col-inner .icon_item:nth-child(6){
    border-bottom: none;
}

.section_journey::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: ''; 
    background: #121D23;    
    z-index: 1;
    opacity: 0.7;
}

.section_journey .heading-title h3{
    color: #C9A581;
    font-weight: 700;
}
.section_journey .icon_item{
    display: flex;
    align-items: center;
}
.section_journey .icon_item .icon-box-img{
    margin-bottom: 0;
}
.section_journey .icon_item p,
.section_journey .icon_item .count_number h3{
    color: #fff;
    font-weight: 400;
}
.section_journey .icon_item .count_number h3{
    font-size: 44px;
    line-height: 1.2;
}
.section_journey .row_title{
    padding: 120px 0;
}
.section_journey .row_number{
    padding-top: 50px;
    border-top: 1px solid #6c757d;
}
.section_price .heading-title{
    margin-bottom: 10px;
}
.section_price .heading-title h3{
    display: inline;
}
/*                  footer                           */
#footer{
    position: relative;
}
#footer::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #121D23;
    z-index: 1;
    opacity: 0.7;
}
#footer .absolute-footer{
    display: none;
}
.amlab_footer .footer_top .icon-box-img svg{
    color: #C9A581;
    width: 60px;
    height: 60px;
}
.amlab_footer .footer_top .icon-box-img svg path{
    fill: transparent;
}
.amlab_footer .footer_top{
    padding: 50px 0; 
}
.amlab_footer .footer_top .col{
    padding-bottom: 0;
}
.amlab_footer .footer_top .col:nth-child(2){
    border-left: 1px solid #FFFFFF24;
    border-right: 1px solid #FFFFFF24;
}
.amlab_footer .footer_bottom{
    padding: 80px 0;
    border-top: 1px solid #FFFFFF24;
}
.amlab_footer .footer_bottom .row,
.amlab_footer .footer_bottom .col {
    align-items: center;    
}
.amlab_footer .footer_bottom .ft_logo img{
    max-width: 192px; 
    height: auto;
}
.amlab_footer .footer_bottom .col:nth-child(2) .img-inner,
.amlab_footer .footer_bottom .col:last-child .stack.socials_icon{
    justify-items: end;
    justify-content: end;
}
.amlab_footer .footer_bottom .col .stack{
    align-items: center;
    gap: 15px;
}
.amlab_footer .footer_bottom .col:last-child{
    padding-bottom: 0;
}
.amlab_footer .footer_bottom .col .stack .text-center{
    display: none;
}

.amlab_footer .footer_bottom .col .stack .icon{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    background: #C9A581;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
.amlab_footer .footer_bottom .col .stack .icon:hover{
    background: #fff;
}
.amlab_footer .footer_bottom .col .stack .icon:hover svg path{
    fill: #121D23;
}
.amlab_footer .footer_bottom .col .stack .icon-box-img{
    margin-bottom: 0;
}
.amlab_footer .footer_bottom .col .stack .icon .icon-inner{
    width: 32px;
    height: 32px;
}
.amlab_footer .footer_bottom .col .stack .icon svg path{
    fill: #fff;
}
.amlab_footer .footer_bottom .col .box-desc p{
    margin-bottom: 0;
}
.icon_watch_amlab h3{
    color: #fff;
    font-family: 'Jost' , sans-serif !important;
    width: fit-content;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
.icon_watch_amlab .icon-box-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}
.icon_watch_amlab {
    width: fit-content;
}
.ekit-price-menu-caption-separator{
    flex-grow: 1;
}
.ekit-price-menu-caption-separator::before{
    content: "";
    display: block; /* hoặc inline-block nếu cần */
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff24;
    margin: 0px 60px;
        top: 12px;
    position: relative;
}
.ekit-price-menu-item{
        margin-bottom: 30px;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff24;
    padding-bottom: 30px;
}
.ekit-price-menu-item:last-child{
    border: none;
}
.ekit-price-menu-caption-title h3{
   font-size: 22px;
   color: #fff;
   font-weight: 500; 
}
.ekit-price-menu-caption-price > *{
    font-size: 16px;
    font-weight: 700;
     font-family: 'Jost' , sans-serif !important;
}
.amlab_font_jost,.amlab_font_jost>*{
    font-family: 'Jost' , sans-serif !important;
}
.ekit-price-menu-item .icon-box-text>p{
    font-size: 18px;  
     font-family: 'Jost' , sans-serif !important;
     color: #cecece;
     font-weight: 400;
}
.section_price li.active>a:before{
    display: none;
}
.section_price li>a{
        padding: 15px 30px;
    border: 1px solid #c9a581;
    border-radius: 30px;
    color: #c9a581;
         font-family: 'Jost' , sans-serif !important;
         font-size: 16px;
         font-weight: 500;
         overflow: hidden; 
    z-index: 1; 
}
.section_price li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background: linear-gradient(90deg, #C9A581 0%, #E4CCB4 100%);
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    width: 0;
}
.section_price li > a:hover::after {
    left: 0;
    width: 100%;
    opacity: 1;
}
.section_price li > a:hover {
    color: #121D23;
}

.section_price li.active>a{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:#c9a581;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      background: linear-gradient(90deg, #c9a581 0%, #e4ccb4 100%);
}
.section_price .nav-line>li>a:before{
    display: none;
}

.section_price li.tab{
    margin-right: 30px;
}
.section_price .nav{
    margin-bottom: 70px;
}
.btn_app_store .icon-angle-left::before{
    content: "";
    background-image: url(./assets/images/app-store.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}
.btn_gg_play .icon-angle-left::before{
    content: "";
    background-image: url(./assets/images/google-play.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}
.btn_app_store span ,.btn_gg_play span{
    padding: 0 !important;
}
.btn_app_store,.btn_gg_play{
    padding: 0 30px;
}
.div_center_amlab{
    display: flex;
    flex-direction: row;
    justify-content: center; 
}
.accor_home .icon-angle-down:before {
    content: "";
     background-image: url(./assets/images/plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.accor_home .active>.toggle{
    transform: unset !important;
}
.accor_home .active>.toggle .icon-angle-down:before {
    background-image: url(./assets/images/minus.png);
    top: 10px;
}
.accor_home .toggle{
    opacity: 1;
}
.accor_home .accordion-title span{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 31px;
    font-family: 'Jost' , sans-serif !important;
}
.accor_home .accordion-title {
    border: none;
}
.accor_home .accordion-item{
    border-bottom: 1px solid;
        padding-bottom: 20px;
    margin-bottom: 20px;
}
.accor_home .accordion-item:last-child{
    border-bottom: none;
}
.accor_home  .accordion-inner{
    padding: 0;
}
.accor_home  .accordion-inner p {
    margin-bottom: 0;
}
.r_what_offer .img1{
        position: absolute;
    width: 220% !important;
    aspect-ratio: 1 / 1;
    z-index: 10;
    transform: translate(15%, 220%);
}
.r_what_offer .img1 img{
    border-radius: 100px;
    border: 8px solid #fff;
}
.r_what_offer .img2{
        position: absolute;
    width: 220% !important;
    aspect-ratio: 1 / 1;
    z-index: 10;
    transform: translate(-70%, 40%);
}
.r_what_offer .img2 img{
    border-radius: 100px;
    border: 8px solid #fff;
}
.slider_home_text .flickity-prev-next-button{
        width: 60px;
    height: 60px;
}
.slider_home_text .flickity-button-icon{
border: none !important;
    background-color: #666;
    fill: #c9a581 !important;
    padding: 20px;
}
.slider_home_text .flickity-button-icon .arrow{
    fill: #c9a581;
}
.slider_home_text .flickity-prev-next-button:hover svg{
    background-color: #fff;
   fill: #c9a581 !important;
}
.slider_home_text .flickity-prev-next-button:hover .arrow{
    fill: #c9a581 !important;
}

.bg_change 
.section-content {
            position: relative;
        }
    .bg_change     .row {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            transition: background-image 0.8s ease;
            background-size: cover;
            background-position: center;
            min-height: 80vh; /* Ensure row is visible */
        }
    .bg_change     .col {
            flex: 1;
            min-width: 25%;
            padding: 10px;
            border-right: 1px solid #ffffff24;
        }
     .bg_change    .col-inner {
            display: flex;
            flex-direction: column;
            justify-content: flex-end; /* Align box to bottom */
            height: 100%; /* Ensure col-inner takes full column height */
        }
      .bg_change   .box {
            position: relative;
        }
      .bg_change   .box-image img {
            width: 100%;
            height: auto;
            display: block;
        }
      .bg_change   .box-text {
            text-align: center;
            padding: 10px;
        }
      .bg_change   .row.background-active .box-image img {
            opacity: 0; /* Hide all images when background is active */
        }
      .bg_change   .col:hover {
            cursor: pointer; /* Indicate interactivity */
        }
      .bg_change   .row.background-active {
            background-size: cover;
            background-position: center;
        }
    .bg_change   .col.active:before{
        content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0; /* Nằm ở đáy */
    left: 0;
    background: linear-gradient(360deg, #121d23 0%, rgba(18, 29, 35,0.1) 100%);
    }
    .header-top li>a span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost' , sans-serif !important;
        text-transform: capitalize;
}

.header-top .html1::before{
    content: "";
      background-image: url(./assets/images/email.png);
      width: 20px;
      height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.header-top .html1{
    display: flex;
    align-items: center;
    gap: 7px;
}
.pb0{
    padding-bottom: 0 !important;
}
.nav-dropdown-has-shadow .mfp-content{
    --drawer-width: 600px !important;
}
.phone_nav h3{
    font-size: 34px;
    font-weight: 600;
}
.section_price.section_about .icon{
    opacity: 1 !important;
    background: unset !important;
}
.section_price.section_about .icon img{
    border-radius: 50%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.text_18, .text_18 > * {
    font-size: 16px !important;
    line-height: 26px;
}
.text_36, .text_36 > * {
    font-size: 18px !important;
    line-height: 26px;
}
.text_40, .text_40 > * {
    font-size: 24px !important;
}
.text_44, .text_44 > * {
    font-size: 26px !important;
    line-height: 31px !important;
}
.bg_change .col.active:before {
    height: 50%;
}
.center_mb{
    text-align: center !important;
}
.bg_change .col {
    min-width: 100%;
    border-right: none;
}
.bg_change .col-inner {
    height: 270px;
    border-bottom: 0.5px solid;
            padding-bottom: 0 !important;
}
.slider_home_text .flickity-prev-next-button.previous {
        display: unset;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    left: 40%;
    top: 115%;
    width: 45px;
    height: 45px;
}
.slider_home_text .flickity-prev-next-button.next {
        display: unset;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    right: 25%;
    left: unset;
    top: 115%;
    width: 45px;
    height: 45px;
}
.slider_home_text .flickity-button-icon{
    padding: 15px;
}
.info-box-title h3  {
    font-size: 18px;
    margin-bottom: 15px !important;
}
.box-desc p {
    font-size: 18px;
}
.amlab_footer .footer_bottom {
    padding: 30px 0 10px;
}
.r_copy_ft{
    display: flex;
}
.r_copy_ft .col1{
    order: 3;
}
.r_copy_ft .col2{
    order: 1;
}
.r_copy_ft .col3{
    order: 2;
    padding-bottom: 30px !important;
}
.amlab_footer .footer_bottom .col:nth-child(2) .img-inner, .amlab_footer .footer_bottom .col:last-child .stack.socials_icon {
    justify-items: center;
    justify-content: center;
}
.accor_home .accordion-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.accor_home .accordion-title span{
    font-size: 18px;
}
.img_over .img-inner {
    min-height: 410px;
}
.r_what_offer .img1 {
        width: 30% !important;
        transform: translate(-50%, -50%);
        bottom: -440px;
        left: 12%;
    }
.r_what_offer .img2 {
        width: 30% !important;
        transform: translate(-50%, -50%);
        right: -18%;
        bottom: 200px;
    }
.accor_home .icon-angle-down:before {
    width: 16px;
    height: 16px;
}
.ekit-price-menu-item {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.ekit-price-menu-caption-separator::before {
    margin: 0px 15px;
}
.ekit-price-menu-caption-price > *{
    font-size: 14px;
}
.ekit-price-menu-caption-title h3 {
    font-size: 16px;
}
.ekit-price-menu-item .icon-box-img {
    width: 70px !important;
}
.ekit-price-menu-item{
        align-items: center;
}
.section_price .nav.nav-line {
    display: block;
    white-space: nowrap;   
    overflow-x: auto;      
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; 
    margin: 30px 0;
}

.section_price .nav.nav-line::-webkit-scrollbar {
    display: none; 
}
.section_price li>a{
        font-size: 12px;
    padding: 10px;
}
.section_price .nav.nav-line li {
    display: inline-block;
    margin-right: 5px;
}

.count_number span {
    font-size: 26px;
}
.section_journey .amlab_font_jost{ 
    justify-content: center;
    display: flex;
}
.section_journey .icon_watch_amlab{
    margin: 0 auto;

}  
.section_journey .row_title {
    padding: 40px 0;
        text-align: center; 
}
.section_why_choose .col_right .col-inner .icon_item:nth-child(5)
 {
    border-bottom: 1px solid #444;
}
.section_why_choose .col_right .col-inner{
    display: unset;
}
.section_why_choose .col_right .col-inner .icon_item:nth-child(odd){
    border-right: none;
    padding: 15px 15px 15px 0;
}
.section_why_choose .col_right .col-inner .icon_item:nth-child(even){
    padding: 15px 15px 15px 0;
}
.section_about .col .icon-box .icon-box-img svg, .icon_item .icon-box-img svg
 {
    width: 48px !important;
    height: 24px;
    padding: 0;
    max-width: unset;
}
.section_why_choose .main-heading-title h2, .section_journey .main-heading-title h2 {
    font-size: 26px;
}
.section_about .col_right .icon-box {
    padding: 15px;
    border-radius: 15px;
}
.section_about .col_right .icon-box  p {
    margin: 0;
    font-weight: 300;
}
.section_about .main-heading-title h2 {
    font-size: 26px;
}
.section_animate .text_item h2 {
    font-size: 26px;
}
.main-heading-title h2 {
    font-size: 30px;
}
#header .header-top {
    height: 65px;
}
.header-main {
        height: 90px !important;
    }
#logo img {
        margin: 0;
    }
.header-main  .show-for-medium.flex-left{
    display: none;
}
.header-main .logo{
    margin: 0;
}
.header-top  .mobile-nav {
    display: flex;
    flex-direction: column;
            gap: 7px;
}
.header-top  .mobile-nav li>a{
    padding: 0;
}
.header-top .header-newsletter-title{
    display: unset !important;
}
}