.currlang-vi .title-h2{
    line-height: 1.2 !important;
}
#wrapper:before {
    background-image: url(../images/bg-rs-6.png) !important;
    content: '';
    opacity: 0 !important;
}

.banner-home::before{
    background-image: url(../images/bg-rs-6.png);
    right: -10%;
    top: -17%;
}
.banner-renosight h1{
    line-height: 0.87;
}
.banner-renosight h1 .span-1{
    color: #99F4F4;
}
.banner-renosight h1 .span-2,
.banner-renosight h1 .span-3,
.banner-renosight h1 .span-4
{
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
    line-height: 0.9;
}

.banner-renosight-vi h1{
    font-size: 120px;
    line-height: 125%; 
}

.banner-renosight::after {
    background-image: url(../images/banner-renosight.png);
    width: 660px;
    height: 740px;
    top: 110px;
}

.banner-renosight-vi::after {
    width: 460px;
    height: 630px;
    top: 110px;
}
.aws-badge{
    width: 289px;
    height: 303px;
    flex-shrink: 0;
    fill: #FFF;
    filter: drop-shadow(0px 20px 80px var(--renosight, #99F4F4));
    
    position: absolute;
    top: -60px;
    left: calc(50% + 200px);
}
.section-banner{
    padding-bottom: 50px;
}

.button-page{
    border-radius: 15px 30px 15px 15px;
    background: #FFF;
    box-shadow: 0px 20px 80px 0px rgba(153, 244, 244, 0.70);
}
.button-page:after{
    background-color: #a7f4f4;
}

.container-text-warp{
    background-color: #a7f4f4;
}


.tag-h3 span{
    border-radius: 30px;
    border: 1.5px solid rgba(153, 244, 244, 0.60);
    background: rgba(153, 244, 244, 0.25);
}
.flex{
    display: flex;
}
.gap-32{
    gap: 32px;
}
.column-6{
    flex: 6;
}

.section-users  .title-h2,
.section-technology .title-h2{
    font-size: 90px;
    margin-bottom: 22px;
    text-align: center;
}
.section-technology .description{
    width: 72%;
    margin: 0 auto;
}
.text-1{
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.text-2{
    color: #FFF;
    text-align: left;
    
    /* TITLES/Desktop EN ðŸ‡¬ðŸ‡§/H4 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-transform: capitalize;
}
.section-technology {
    padding: 110px 0 160px;
    text-align: center;
}
.section-technology .button-page{
    margin-top: 30px;
    background-color: transparent;
    color: #FFF;
    box-shadow: none;
    border-color: #FFF;
}
.section-technology .button-page .text-main-button{
    color: #FFF;
}


.section-technology .box-link{
    margin-top: 30px;
}
.section-power .link-more::before,
.section-technology .link-more::before{
    
    background: transparent;
    width: 0;
    height: 0;
}

.button-more:after{
    background-color: #a7f4f4;
    border-color: #FFF;
}

.section-technology .button-more:hover {
    
    background-image: none;
}

.section-users{
    text-align: center;
}

.section-users .user-list{
    padding: 60px;
}

.section-users .user-card{
    position: relative;
    flex: 1;
}
.section-users .user-card h3{
    color: #FFF;
    text-align: center;
    
    
    
    /* Sub-title */
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    margin-bottom: 0;
}
.section-users .user-card .box-description{
    color: #FFF;
    text-align: center;
    
    /* Text */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 32px 32px 0;
}
.section-users .user-card .box-post-content{
    min-height: 220px;
}
.section-users .user-card .box-post-inner{
    padding: 78px 38px 38px;
    margin-top: 176px;
    
    background-color: rgb(0, 0, 54);
    background-image: url(../images/rs-bg-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    
    border: 2px solid rgb(255 255 255 / 20%);
    
}
.currlang-vi .section-users .user-card .box-post-inner{
    min-height: 405px;
}
.section-users .user-card .box-post-image{
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-realtime{
    padding: 160px 0;
}
.section-realtime .tag-h3{
    text-align: left;
}
.section-realtime-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
   
.section-realtime-title {
    width: 38.5%;
    text-align: left;
} 
.section-realtime-title h2{
    
    
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--Primary, #FFF);
    font-family: Bungee;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 85.5px */
   
}

.section-realtime-content {
    width: calc(61.9% - 32px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.currlang-vi .section-intelligence .title-h2,
.currlang-vi .section-realtime-title .title-h2{
        
    /* TITLES/Desktop VN ðŸ‡»ðŸ‡³/H3 */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--Primary, #FFF);
    font-family: Bungee;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 112px */
}
.realtime-item{
    width: calc(50% - 12px);
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 40px;
    border-radius: 15px 70px 15px 15px;
    margin-bottom: 24px;
}
.realtime-item.big{
    display: flex;
    gap: 24px;
    width: calc(60% - 12px);
}
.realtime-item.big .title-h3{
    width: 200px;
    flex-shrink: 0;
}
.realtime-item.img{
    width: calc(40% - 12px);
    background-image: url(../images/realtime-4.png);
        background-repeat: no-repeat;
    background-size: contain !important;
    background-size: 100%;
    background-position: center;
    border: none;
    padding: 0;
}
.realtime-item h3{
    color: var(--Primary, #FFF);
    
    
    
    /* Sub-title */
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
}
   
.section-platform h2,
.section-platform h3,
.section-platform h4{
    text-align: center;
}

.section-platform .column-4{
    flex: 1;
}

.section-platform .platform-list{
    padding: 48px 0;
    gap: 90px;
}
.section-platform .platform-card{
    margin-bottom: 32px;
    opacity: 0.65;
}
.section-platform .card-1{
    margin-top: 48px;
}
.platform-card .box-post-inner{
    padding: 78px 60px 38px;
    background-color: rgb(0, 0, 54);
    background-image: url(../images/rs-bg-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

.platform-card .box-post-inner h3{
    color: var(--Primary, #FFF);
    text-align: center;
    
    
    
    /* Sub-title */
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
}

.platform-card .box-post-inner .box-description{
    color: var(--Primary, #FFF);
    text-align: center;
    
    
    
    /* Text */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

/*.section-platform .platform-card:hover{*/
/*    opacity: 1;*/
/*}*/
.section-impact{
    padding: 160px 0;
}

.section-impact h2,
.section-impact h3,
.section-impact h4{
    text-align: center;
}

.section-impact .title-h2{
    text-align: center;

    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--Primary, #FFF);
    font-family: Bungee;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 85.5px */
    margin-bottom: 50px;
}
.impact-list{
    margin-bottom: 48px;
}
.impact-list .column-3{
    flex: 1;
}
.impact-card h4{
    color: var(--Primary, #FFF);
    text-align: center;
    
    
    
    /* Text Accent */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.impact-card h3{
    color: var(--renosight, #99F4F4);
    text-align: center;
    
    /* H1 */
    font-family: Bungee;
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.impact-card h3>span{
        
    
    /* H2 Menu */
    font-family: Bungee;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.impact-card{
    text-align: center;
    color: var(--Primary, #FFF);
    
    
    
    /* Text Accent */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.impact-card.card-2 h3{
    color: #A84AF1;
}
.impact-card.card-5 h3>span{
    
    font-size: 90px;
   
}
.impact-card.card-5 h3{
    font-size: 90px;
    margin: 32px 0;
}
.impact-card.card-1,
.impact-card.card-4{
    opacity: 0.6;
}

.section-power .box-img-left {
    width: 55%;
    position: relative;
    
}

.section-power .title-h2{
    
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--Primary, #FFF);
    font-family: Bungee;
    font-size: 90px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 85.5px */
}
.section-power .tag-h3{
    text-align: left;
}
.section-power .title-h4{
    width: 75%;
    padding: 38px 0;
}
.section-power .image {
    filter: drop-shadow(0 20px 80px rgba(155, 255, 250, 0.5));
}
.section-intelligence{
    padding: 160px 0;
}
.section-intelligence .title-h2{
    text-align: center;
  
    
    /* H3 */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--Primary, #FFF);
    font-family: Bungee;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    
}

.section-intelligence .box-flex{
    gap: 32px;
    width: 75%;
    margin: 32px auto;
}
.section-intelligence .box-img-left{
    color: #FFF;
    
    
    
    /* Text Accent */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.section-intelligence .box-content-right{
    color: #FFF;



/* Text */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.section-signup-free-demo{
    background: linear-gradient(92deg, var(--renosight, #99F4F4) 0.15%, rgba(168, 74, 241, 0.30) 109.51%);
    /*background: linear-gradient(92deg, #99F4F4 0.15%, rgba(168, 74, 241, 0.00) 109.51%);*/
    background: none;
}
.section-signup-free-demo::before{
    background: linear-gradient(92deg, #99F4F4 0.15%, #000036 109.51%);
    background: linear-gradient(92deg, var(--renosight, #99F4F4) 0.15%, rgba(168, 74, 241, 0.30) 109.51%);
}
.section-signup-free-demo h2,
.section-signup-free-demo .title-h4{
    color: #FFF;
}
.section-signup-free-demo .title-h4{
    width: 50%;
    margin: 0 auto 24px;
}

.section-proof{
    padding: 160px 0 110px;
}

.section-proof h4,
.section-proof h3,
.section-proof h2{
    text-align: center;
}
.currlang-vi .section-proof .title-h2 {
    
    font-size: 80px;
}
.proof-list {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 50px auto 0;
}

.proof-card {
  
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-direction: column;
  
  width: calc(100% / 3); /* cùng kích thước như các ô trên */
  margin-bottom: 32px;
}


/* Các phần tử dòng thứ hai */
.proof-card:nth-child(4) {
  
  margin-left: calc(100% / 6);
}

.proof-card .box-post-image {
  width: 200px;
  aspect-ratio: 1; /* giữ hình vuông để tạo hình đều */
  
  overflow: hidden;
  position: relative;
  /*background-color: #99F4F4;*/
  background-image: url(../images/badge-c.png);
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.proof-card.box-0 .box-post-image,
.proof-card.box-2 .box-post-image{
    /*background-color: #A84AF1;*/
    background-image: url(../images/badge-p.png);
}
.proof-card .box-post-image img {
      width: auto;
}
.proof-card h3{
    color: var(--Primary, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 12px 12px 0;
}
.proof-card .box-description,
.proof-card h3 span.sm{
    font-size: 16px;
    font-weight: 400;
    text-transform: math-auto;
}

.section-timeline h4,
.section-timeline h3,
.section-timeline h2{
    text-align: center;
}

.section-timeline .box-flex{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
    
}
.section-timeline .box-img-left{
    width: 50%;
    flex-shrink: 0;
    
}
.section-timeline .box-content-right{
    flex-grow: 1;
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 40px;
    border-radius: 15px 70px 15px 15px;
   
    
}


.timeline-list{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tl-card {
    width: calc(50% - 12px);
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 24px;
    border-radius: 15px 70px 15px 15px;
    margin-bottom: 24px;
    
    background-color: rgb(0, 0, 54);
    background-image: url(../images/rs-bg-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.tl-card h4{
    color: var(--renosight, #99F4F4);
    
    text-align: left;
    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.tl-card h3{
    text-align: left;
    font-family: Bungee;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background: linear-gradient(249deg, var(--renosight, #99F4F4) 11.34%, #A84AF1 93.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1;
}

.tl-card .subtitle{
    color: var(--Primary, #FFF);
    
    /* TITLES/Desktop EN 🇬🇧/H6 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.tl-card .title{
    color: var(--Primary, #FFF);

    
    
    /* H4 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    text-transform: capitalize;
}
.tl-card.item-3,
.tl-card.item-4{
    margin-bottom: 0;
}

.section-proof,
.section-power,
.section-platform,
.section-realtime,
.section-technology,
.section-users{
    position: relative;
}
.section-technology:before{
    content: '';    
    position: absolute;
    top: -35%;
    left: 0;
    background-image: url(../images/bg-rs-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    
    pointer-events: none;

}
.section-technology:after{
    content: '';
    
    position: absolute;
    top: 0;
    left: 65%;
    background-image: url(../images/bg-rs-6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    fill: var(--renosight, #99F4F4);
    filter: blur(64px);
    pointer-events: none;

}

.section-users:before{
    content: '';
    
    position: absolute;
    top: -15%;
    left: 0;
    background-image: url(../images/bg-rs-7.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    filter: blur(64px);
    pointer-events: none;
}

.section-realtime:before{
    content: '';
    
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bg-rs-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    pointer-events: none;
  
}

.section-platform:before{
    content: '';
    
    position: absolute;
    top: 0;
    right: -10%;
    background-image: url(../images/bg-rs-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    fill: var(--renosight, #99F4F4);
    pointer-events: none;
   filter: blur(64px);

}

.section-platform:after{
    content: '';
    
    position: absolute;
    top: 10%;
    right: -10%;
    background-image: url(../images/bg-rs-6-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    fill: var(--renosight, #99F4F4);
    filter: blur(64px);
    pointer-events: none;

}

.section-power:after{
    content: '';
    
    position: absolute;
    top: -35%;
    right: -5%;
    background-image: url(../images/bg-rs-6-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    fill: var(--renosight, #99F4F4);
    filter: blur(64px);
    pointer-events: none;
}

.section-proof:before{
    content: '';
    
    position: absolute;
    top: 25%;
    left: -5%;
    background-image: url(../images/bg-rs-7.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 902.2px;
    height: 725.15px;
    filter: blur(64px);
    pointer-events: none;
}
.section-form-contact .container-text-warp{
    display: none;
}

input.wpcf7-submit{
    box-shadow: none !important;
}
.mobile{
    display: none;
}

@media (max-width: 768px) {
    .mobile{
        display: block;
    }
    .title-h2{
        font-size: 40px;
    }
    .section-users .title-h2, 
    .section-technology .title-h2,
    .section-realtime-title .title-h2
    {
        font-size: 40px;
        text-align: left;
    }
    
    .section-users .title-h4{
        text-align: left;
    }
    .title-banner-h1 {
        font-size: 40px;
        -webkit-text-stroke-width: 1px;
    }
    .banner-renosight h1 .span-2, .banner-renosight h1 .span-3, .banner-renosight h1 .span-4 {
        -webkit-text-stroke-width: 1px;
    }
    .aws-badge{
              width: 120px;
        height: 120px;
        top: -35px;
        right: 0;
        left: auto;
    }
    
    .aws-badge svg{
        width: 100%;
        height: 100%;
    }
    .banner-renosight::after {
            width: 520px;
        height: 310px;
        top: 110px;
        z-index: 1;
    }
    .banner-inner {
        padding-bottom: 90px;
    }
    
    .mobile\:flex-column{
        flex-direction: column;
    }
    .section-technology {
        padding: 70px 0 80px;
        
    }
    .section-technology .description{
        width: 100%;
    }
    .section-technology .description .text-1{
        margin-bottom: 0;
    }
    .section-technology .box-link {
        text-align: left;
        margin: 0;
    }
    
    .section-users .user-list{
        padding: 0;
    }
    .section-users .user-card .box-post-image{
        left: -20%;
    }
    .section-users .user-card .box-post-inner    {
       padding: 58px 24px 40px 24px;
    }
    .section-users .user-card h3{
        text-align: left;
        font-size: 20px;
    }
    .section-users .user-card .box-post-content {
        min-height: 120px;
        text-align: left;
    }
    .section-users .user-card .box-description{
        padding: 24px 0 0;
        text-align: left;
    }
    .section-realtime{
        padding: 80px 0;
    }
    .section-realtime-inner {
   
        flex-direction: column;
        align-items: start;
    }
    .section-realtime-title {
        width: 100%;
        text-align: left;
    }
    .section-realtime-content{
        width: 100%;
        margin: 38px auto;
    }
    .realtime-item{
               width: 83%;
        padding: 40px 24px;
        margin-bottom: 0;
        position: relative;
    }
    
    .realtime-item h3{
        font-size: 24px;
    }
    .realtime-item.item-2{
        margin-top: -24px;
        margin-left: 24px;
        background-color: #030036;
        position: relative;
    }
    .realtime-item.item-3{
        width: 80%;
        margin-top: -24px;
        margin-left: 60px;
        display: block;
        background-color: #030036;
    }
    .realtime-item.item-4{
        display: none;
    }
    .realtime-item.item-5{
        margin-top: -24px;
        background-color: #030036;
    }
    .realtime-item.item-6{
        margin-top: -24px;
        margin-left: 60px;
        background-color: #030036;
    }
    
    .realtime-item.item-2:before{
        content: '';
        
        position: absolute;
        top: -65px;
        right: -31px;
        background-image: url(../images/rl-m-3.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 124px;
        height: 110px;
        
        pointer-events: none;
    
    }
    .realtime-item.item-3:after{
        content: '';
        
        position: absolute;
        left: -60px;
        bottom: -20px;
        background-image: url(../images/rl-m-3.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100px;
        height: 100px;
        
        pointer-events: none;
    
    }
    .section-platform .tag-h3,
    .section-platform .title-h2,
    .section-platform .title-h4{
        text-align: left;
    }
    
    .section-platform .platform-list{
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
        padding: 16px 0 0;
    }
    
    .section-platform .platform-list .column-4:nth-child(3){
        grid-column: 1 / -1;
    }    
    
    .section-platform .platform-list .column-4 .platform-card:nth-child(2){
        display: none;
    }
    .section-platform .platform-card{
        margin: 0;
        height: 100%;
        opacity: 1;
    }
    
    .platform-card .box-post-inner{
                padding: 24px;
        padding-top: 38px;
        height: 100%;
        border-radius: 15px 30px 15px 15px;
        background-color: rgb(0, 0, 54);
        background-image: unset;
    }
    .platform-card .box-post-inner h3{
        font-size: 20px;
        text-align: left;
    }
    .platform-card .box-post-inner .box-description {
        text-align: left;
    }
    .rino-img{
        display: none;
    }
    .rino-img.mobile{
        display: block;
        margin: 48px 0;
    }
    
    
    .section-impact .tag-h3,
    .section-impact .title-h2,
    .section-impact .title-h4{
        text-align: left;
    }
    .section-impact .title-h2{
       font-size: 40px;
        margin-bottom: 38px;
    }
    .impact-list {
        margin-bottom: 48px;
        flex-wrap: wrap;
    }
    .impact-list .column-3 {
            width: calc(50% - 48px);
        flex: auto;
    }
    .impact-list .impact-card {
         width: 100%;
        display: block;
}
    .impact-card{
        text-align: left;
        opacity: 1 !important;
    }

    .impact-card h4{
        text-align: left;
    }
    .impact-card h3{
        font-size: 75px;
        text-align: left;
        margin-bottom: 12px;
    }
    .impact-card.card-5 h3{
        font-size: 75px;
        margin: 0;
        margin-bottom: 12px;
    }
    .impact-card.card-5 h3>span {
    
        font-size: 20px;
    }
    
    .section-power .tag-h3,
    .section-power .title-h2,
    .section-power .title-h4{
        text-align: left;
        width: 100%;
    
    }
    .section-power .title-h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 38px;
}
    .section-power .title-h2{
        font-size: 40px !important;
    }
    .section-power .box-img-left{
        width: 100%;
    }
    .section-power .box-content-right{
        display: none;
    }
    
    .section-intelligence{
        padding: 80px 0;
    }
    
    .section-intelligence .tag-h3,
    .section-intelligence .title-h2,
    .section-intelligence .title-h4{
        text-align: left;
        width: 100%;
    
    }
    .section-intelligence .title-h2{
        font-size: 40px !important;
    }
    .section-intelligence .box-flex{
      width: 100%;
        margin: 0;
        gap: 16px;
    }
    
    .section-signup-free-demo .title-h4{
        width: 100%;
        margin-top: 24px;
        color: #FFF;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        
        /* H4 */
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        text-transform: capitalize;
    }
    
    .section-proof .tag-h3,
    .section-proof .title-h2,
    .section-proof .title-h4{
        text-align: left;
        width: 100%;
    
    }
    .section-proof .title-h2{
        font-size: 40px !important;
    }
    .proof-list{
        display: flex;
        gap: 24px; /* Khoảng cách giữa các phần tử */
        transition: transform 0.3s ease-in-out;
        flex-wrap: nowrap;
        width: 100%;
    
    }

    .proof-card {
      width: calc(50% - 12px); 
      
    }
    .proof-card h3{
        font-size: 20px;
    }
    .box-description {
        font-size: 18px;
    }
    .navigation {
        display: flex;
        justify-content: center;
        gap: 24px;
    }
    .section-proof .navigation .next-btn, 
    .section-proof .navigation .prev-btn {
        padding: 0;
        margin: 0;
    }
    .proof-card:nth-child(4){
        margin-left: 0;
    }
    
    .section-timeline .tag-h3,
    .section-timeline .title-h2,
    .section-timeline .title-h4{
        text-align: left;
        width: 100%;
    
    }
    .section-timeline .title-h2{
        font-size: 40px !important;
    }
    .section-timeline .box-img-left{
        display: none;
    }
    .section-timeline .box-content-right{
        border: none;
        padding: 0;
    }
    .section-timeline .timeline-list{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .tl-card{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 12px 24px;
        margin-bottom: 12px;
        border-radius: 5px;
        
    }
    .tl-card h3{
        font-size: 40px;
        width: 76px;
    }
    .tl-card.item-3{
        margin-bottom: 12px;
    }
    .tl-card div:nth-child(1){
        display: flex;
        flex-direction: column-reverse;
    }
    
    .tl-card .title{
        font-size: 16px;
    }
    
}