/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
    text-decoration: unset;
}
:root{
    --primary-color: #232767;
    --secondary-color: #f26129;
    --btn-padding: .35rem .5rem .35rem .75rem;
}

/* Btn */
.main-btn{
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: var(--primary-color);
    padding: var(--btn-padding);
    color: #fff;    
    border-radius: 9999px;    
    font-size: clamp(.7rem, .85vw, .85vw) !important;
    transition: all .3s linear;
}
.whatsapp-btn{
    background: #25d366;
}
.main-btn span{
    width: 1.2rem;
    filter: brightness(0) invert(1);
}
.main-btn:hover{
    color: #fff;
    gap: 1rem;
}

/* Text */
h2.title-style{
    font-size: clamp(1.85rem, 2.15vw, 2.15vw);
    font-weight: 900;
    text-align: center;
    color: var(--secondary-color);
}
h4.subtitle-style{
    font-size: clamp(.95rem, 1.5vw, 1.5vw);
    font-weight: 600;
}

/* Nav */
.navbar_type8{
  height: 120px;  
  padding: 1rem 0;
  transition: all .3s linear;
    background: #fff;
}
#main_index .navbar_type8{
    background: transparent;
}
.navbar_type8 .logo{
    margin-left: 8rem;  
    flex: unset;
    min-width: 11%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 8rem;
    gap: 3vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--secondary-color);
    border-width: 2px;
    width: 0;
    transition: all .3s linear;
}
#main_index .navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item a{
    color: var(--primary-color);
    padding: 0;
    font-size: clamp(.85rem, 1vw, .95rem);
    font-weight: 400;
    text-transform: uppercase;    
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--secondary-color);
}
#main_index .navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top: 20px;
}

.dark_nav{
  background: rgba(255, 255, 255, .95) !important;
  height: 80px;
}
.dark_nav .nav_tab .nav_item a:hover{
    color: var(--secondary-color) !important;
}
.dark_nav .nav_tab .nav_item:before{
    border-color: var(--secondary-color) !important;
}

.navbar_mobile{
    background: #fff;
}

.navbar_mobile .row_1{
  height: 100%;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.navbar_mobile .logo_img{
    max-height: 40px;
}

@media(max-width:1300px){
    .navbar_type8 {
        height: 100px;
    }
    .navbar_type8 .logo{
        margin-left: 50px;
    }
    .navbar_type8 .nav_tab{
        padding-right: 50px;
    }
}

/* Slider */
.slider_banner .banner_content{
    overflow: hidden;
}
.hp_banner {
  height: 100%;  
}
.b-content{
  height: 100%;
  position: relative;
}
.b-main-img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 8%;
  margin: auto;
  width: 29vw;
}

.b-title-box{
  position: absolute;
  top: 35%;
  left: 8%;
}
.b-title-box h2{
  color: #232767;
  font-size: clamp(2rem, 3.5vw, 3.5vw);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.b-title-box b{
  display: block;
  text-indent: 6vw;
  font-weight: 800;
  color: var(--secondary-color);
}

.b-content-box{
  position: absolute;
  bottom: 33%;
  right: 8%;
  width: 28%;
}
.b-content-box p{
  color: #232767;
  font-size: clamp(.85rem, 1.35vw, 1.35vw);
}

.b-content.style2 .b-title-box{
    width: 25%;        
}
.b-content.style2 .b-title-box h2{
    font-size: clamp(1.75rem, 2.5vw, 2.5vw);
    line-height: 1.2;
    margin-bottom: 2.5vw;
}
.b-content.style2 .b-title-box h2 b{
    font-size: clamp(2.25rem, 3vw, 3vw);
    text-indent: 0;
}
.b-content.style2 .b-content-box p{
    color: #252968;
    font-size: clamp(.95rem, 1.35vw, 1.35vw);
}

.b-content.style2 .b-main-img{
    right: 0;
    top: 23.5%;    
    width: 30vw;
}

.b-content.style2 .b-content-box{   
  right: 8%;
  width: 22%;
}

@media(min-width:991px){
    .slider_banner{
        margin-top: -120px;
    }
}

@media(max-width:991px){        
    .b-content.style2 .b-title-box{
        top: 25%;
    }    
}

@media(max-width:768px){
    .slider_banner .item > img{
        min-height: 60vw;
        object-fit: cover;
    }
    .b-main-img{
        width: 35vw;
    }
    .b-title-box{
        top: 20%;
        left: 5%;
    }
    .b-content-box{
        bottom: 15%;
        right: 0;
        width: 35%;
        padding-right: 3vw;
    }
}

@media(max-width:568px){
    .slider_banner .item > img{
        min-height: 130vw;
    }
    .b-content{
        padding-top: 3rem;
    }
    .b-title-box{
        position: unset;
        text-align: center;
        margin-bottom: 1rem;
    }
    .b-title-box b{
        text-indent: unset;
    }
    .b-content-box,
    .b-content.style2 .b-content-box{
        position: unset;
        text-align: center;
        width: 75%;        
        margin: auto;
        padding-right: unset;
    }
    .b-content-box .main-btn{
        margin: auto;
    }
    
    .b-main-img{
        width: 45vw;
    }
    
    .b-content.style2 .b-title-box{
        position: unset;
        text-align: center;
        margin-bottom: 1rem;
        width: 100%;
        padding: 0 3%;
    }
    .b-content.style2 .b-title-box h2{
        font-size: clamp(1.3rem, 2.5vw, 2.5vw);
    }
    .b-content.style2 .b-title-box h2 b{
        font-size: clamp(1.8rem, 3vw, 3vw);
    }
    .b-content.style2 .b-main-img{        
        top: unset; 
        bottom: 5%;
        width: 45vw;
    }
    .b-content.style2 .b-content-box p{
        font-size: clamp(0.85rem, 1.35vw, 1.35vw);
    }
}

/* Value */
.hp_value{
    padding: 7rem 0 calc(7rem - 10px);
}
.value-outer{
    padding: 10px;
}
.value-image img{
    border-radius: 2rem 2rem 0 0;
}
.value-content-box{
    border-radius: 0 0 2rem 2rem;
    background: #ededed;
    padding: 2rem 3rem 3rem 3rem;
}
.value-content-box h3{
    color: var(--primary-color);
    font-size: clamp(1.15rem, 1.35vw, 1.35vw);
    font-weight: 900;
}
.value-content-box p{
    font-size: clamp(.95rem, .95vw, .95vw);
}
.value-content-box a{
    color: #333;
    font-size: clamp(.9rem, .95vw, .95vw);
    font-weight: 600;
    gap: .75rem;
    display: flex;
    width: fit-content;
}
.value-content-box a:hover span img{
    margin-left: 1rem;
    transform: rotateX(180deg);
}
.value-content-box a span img{
    max-width: 1.25rem;
    transition: margin-left .3s linear, transform .4s linear;
}

@media(min-width:768px) and (max-width:991px){
    .hp_value .container{
        max-width: 100%;
        padding: 0 8%;
    }
}

@media(max-width:991px){    
    .hp_value{
        padding: 5rem 0 calc(5rem - 10px);
    }
    .value-content-box{
        padding: 2rem;
    }
}

@media(max-width:768px){
    .value-outer{
        padding: 0 15px;
    }
    .value-outer:not(:last-child){
        padding-bottom: 30px;
    }
}

/* Features */
.hp_features{
    padding: calc(7rem - 10px) 0 6rem;
    background: #ededed78;
}
.feature-outer{
    padding: 1rem;
}
.feature-box{
    position: relative;
    text-align: center;    
    transition: all .3s linear;        
    aspect-ratio: 1/.45;
}
.feature-box h3{    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    display: grid;
    place-content: center;
    color: var(--primary-color);
    font-size: clamp(1.15rem, 1.55vw, 1.55vw);
    font-weight: 900;    
    margin-bottom: 0;
    background: #ededed;
    border-radius: 1.5rem;
    transition: all .5s linear;
    transform: rotateY(0deg);
}
.feature-box p{       
    color: #fff;    
    margin-bottom: 0;
    transition: all .4s linear;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: clamp(1rem, 1vw, 1vw);
    display: grid;
    place-content: center;
    border-radius: 1.5rem;
    background: var(--primary-color); 
    transform: rotateY(90deg);
    transform-origin: right;
    padding: 0 1rem;
}
.feature-box.active{     
    cursor: default;
}
.feature-box.active h3{
    color: #fff;
    transform: rotateY(-90deg);
    transform-origin: right;
}
.feature-box.active p{         
    opacity: 1;
    margin: 0;      
    transform: rotateY(0);
}

@media(max-width:991px){
    .hp_features{
        padding: calc(5rem - 10px) 0 5rem;
        background: #ededed78;
    }
}

/*Metric*/
.hp_metric{
    padding: 7rem 0;
}
.hp_metric .container{
    max-width: 100%;
    padding: 0 13%;
}

.metric-top-wrapper,
.metric-bottom-wrapper{
  display: flex;
  gap: 3rem;
}
.metric-top-wrapper{
    margin-bottom: 3rem;
}
.metric-bottom-wrapper{
    align-items: center;
    gap: 4rem;
}
.metric-top-wrapper .metric-box:not(.square-box){
  min-width: 30%;
  display: flex;
  align-items: end;
  gap: 1rem;
  cursor: default;
}
.metric-bottom-wrapper .metric-box:not(.square-box){
    min-width: 53%;
}
.metric-top-wrapper .metric-box.square-box,
.metric-bottom-wrapper .metric-box.square-box{
  width: 100%;
  cursor: default;
}
.metric-box .row-content{
  display: flex;
  gap: 1rem;
  align-items: end;
}

.norm-text{
  font-size: clamp(.9rem, 1vw, 1vw);
  font-weight: 500;
  margin-bottom: 0;   
}
.metric-num{
  font-size: clamp(2rem, 4vw, 4vw);
  font-weight: 800;
  line-height: 1;  
    transition: all .1s linear;
}

.metric-bottom-wrapper .metric-box.square-box{
    .metric-num{
        margin-bottom: 1rem;
    }
}

.sp-text-box{
  display: flex;
  flex-direction: column;
}
.sp-text-big{
  font-size: clamp(2rem, 4vw, 3.6vw);
  font-weight: 800;
  line-height: 1;
}
.sp-text{
  font-size: clamp(.7rem, 1.5vw, 1.3vw);
  font-weight: 700;
}

.metric-title{
    font-size: clamp(1rem, 2.18vw, 2.18vw);
    font-weight: 800;
    white-space: nowrap;
    cursor: default;
}

.metric-box.square-box:hover .metric-num{
    color: var(--secondary-color);
}

@media(min-width:768px){
    .metric-top-wrapper .metric-box.square-box:nth-child(2){
        min-width:40%;
    }
}

@media(max-width:1200px){
    .hp_metric .container{        
        padding: 0 5%
    }
}

@media(max-width:991px){
    .hp_metric{
        padding: 5rem 0;
    }
}

@media(max-width:768px){
    .metric-top-wrapper,
    .metric-bottom-wrapper{
        flex-wrap: wrap;
        gap: 0;
        row-gap: 3rem;
    }            
    .metric-top-wrapper .metric-box.square-box, 
    .metric-bottom-wrapper .metric-box.square-box{
        max-width: 50%;
        flex: 0 1 50%;
    }    
    .metric-top-wrapper .metric-box:not(.square-box),
    .metric-bottom-wrapper .metric-box:not(.square-box){
        min-width: 100%;
    }
    
    .metric-top-wrapper .metric-box:not(.square-box){
        justify-content: center;
    }
    .sp-text-big{
      font-size: clamp(2.5rem, 4vw, 3.6vw);      
    }
    .sp-text{
      font-size: clamp(.9rem, 1.5vw, 1.3vw);      
    }
    
    .metric-bottom-wrapper .metric-box.square-box{
        order: 1;
    }
    .metric-bottom-wrapper .metric-box:not(.square-box){
        order: 2;
    }
    
    .metric-title{
        font-size: clamp(1.5rem, 2.18vw, 2.18vw);                
        text-align: center;
    }
    
    .metric-top-wrapper .metric-box.square-box, 
    .metric-bottom-wrapper .metric-box.square-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .metric-box .row-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media(max-width:568px){
    .metric-top-wrapper,
    .metric-bottom-wrapper{        
        row-gap: 3rem;
    }  
    
    .metric-top-wrapper .metric-box.square-box, 
    .metric-bottom-wrapper .metric-box.square-box{
        max-width: 100%;
        flex: 0 1 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }    
    .metric-top-wrapper .metric-box:not(.square-box){        
        flex-direction: column;
        align-items: center;
    }
    
    
    .metric-title{
        font-size: clamp(1.2rem, 2.18vw, 2.18vw);        
        text-align: center;
        white-space: wrap;
    }       
    
    .metric-bottom-wrapper .metric-box.square-box .metric-num{
        margin-bottom: 1rem;
    }
}

/* Partner */
.hp_partner h4.subtitle-style{
    font-size: clamp(.95rem, 1.25vw, 1.25vw);       
    text-align: center;
    margin-top: 1rem;
}
.partner-box{
    position: relative;
}
.partner-bg img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.partner-info{
    position: absolute;
    top: 0;
    left: 12%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: 25%;
}
.partner-info h3{
    font-size: clamp(1.5rem, 2.25vw, 2.25vw);
    font-weight: 700;
    margin-bottom: 2vw;
}
.partner-info p{
    font-size: clamp(1rem, 1.35vw, 1.35vw);
    line-height: 1.25;
}

.hp_partner .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.hp_partner .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -35px;
}
.hp_partner .slick-dots li button,
.hp_partner .slick-dots li{
    width: 9.6px;
    height: 10px;
}
.hp_partner .slick-dots li button:before {
    color: #000;    
    background: #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .12;
}
.hp_partner .slick-dots li.slick-active button:before {
  opacity:1;
  background: #000;
}

@media(max-width:991px){
    .hp_partner{
        padding-bottom: 0;
    }
    .hp_partner .container{
        max-width: 100%;
    }   
    
    .hp_partner .slick-dots{
        position: absolute;
        bottom: 20px;
    }
    .hp_partner .slick-dots li button:before{
        background: #fff;
        opacity: .5;
    }
    .hp_partner .slick-dots li.slick-active button:before {
      opacity:1;
      background: #fff;
    }
}

@media(max-width:568px){
    .partner-bg img{
        height: 300px;
        object-fit: cover;
    }       
    .partner-info{
        width: 40%;
    }
    .partner-info h3{
        font-size: clamp(1.35rem, 2.25vw, 2.25vw);        
    }
    .partner-info p{
        font-size: clamp(.9rem, 1.35vw, 1.35vw);        
    }
}

/*Testimonial*/
.index_wrapper_7 {
  padding: calc(7rem + 30px) 0 7rem;
  background: #ededed78;
}

.hp_testimonials .testimonials_box .testimonials_card .icon,
.hp_testimonials .testimonials_box .testimonials_card .name h6{
  display: none;
}

.hp_testimonials .testimonials_box .testimonials_card .content h5{
    font-size: clamp(.85rem, 1vw, 1vw);
    line-height: 1.5;
    width: 80%;
    margin: auto;
}

.hp_testimonials .testimonials_box{
  padding: 0;
}

.hp_testimonials .testimonials_box .testimonials_card .name{
  font-size: clamp(.85rem, 1vw, 1vw);
}

.hp_testimonials .slick-prev::before,
.hp_testimonials .slick-next::before {
    text-shadow: unset;
    color: #000;
}

.hp_testimonials .slick-prev{
    left: -12px;
}
.hp_testimonials .slick-next{
    right: -12px;
}

@media(max-width:991px){
  .index_wrapper_7{
    padding: 5rem 0;
  }
}

@media(max-width:568px){
    .hp_testimonials .testimonials_box .testimonials_card{
        padding: 0;
    }
    .hp_testimonials .testimonials_box .testimonials_card .content h5{
        width: 100%;
    }
}

/* Partner Logo */
.hp_partner_logo{
    padding: 7rem 0;
}
.partner-logo{
    padding: 0 0.55vw;
}

.partner-logo-slider .slick-next {
  right: -55px;
  
  &:before{
    font-size: 25px;
    text-shadow: unset;
    color: #1a1a1a;
  }
}
.partner-logo-slider .slick-prev {
  left: -55px;
  
  &:before{    
    font-size: 25px;
    text-shadow: unset;
    color: #1a1a1a;
  }
}

@media(max-width:991px){
    .hp_partner_logo{
        padding: 5rem 0;
    }
    .partner-logo{
        padding: 0 1vw;
    }
}

@media(max-width:568px){
    .partner-logo{
        padding: 0 3vw;
    }
}

/*CTA*/
/*.w-cta{*/
/*    overflow: hidden;*/
/*}*/
/*.cta-content-wrapper{*/
/*  display: flex;*/
/*  padding-bottom: 4%;*/
/*  padding-left: 11%;*/
/*  padding-right: 7%;*/
/*  gap: 4rem;*/
/*}*/

/*.cta-content{*/
/*  padding-top: 3%;*/
/*}*/
/*.cta-content h2{*/
/*  color: var(--secondary-color);*/
/*  font-size: clamp(2rem, 2.7vw, 2.7vw);*/
/*  font-weight: 900;*/
/*}*/
/*.cta-content h4{*/
/*  color: var(--primary-color);*/
/*  font-size: clamp(.95rem, 1.3vw, 1.3vw);*/
/*}*/

/*.cta-qr{*/
/*  text-align: center;*/
/*}*/
/*.qr-wrapper{*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 1rem;*/
/*}*/
/*.qr-image{*/
/*    position: relative;*/
/*}*/
/*.qr-text{*/
/*    font-family: 'Inter', sans-serif;*/
/*    position: absolute;*/
/*    top: 1.35rem;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-size: clamp(1rem, 1.25vw, 1.25vw);*/
/*    font-weight: 700;*/
/*    color: var(--primary-color);*/
/*}*/
/*.qr-title h2{*/
/*    color: var(--secondary-color);*/
/*    font-size: clamp(1rem, 2.2vw, 2.2vw);*/
/*    font-weight: 900;*/
/*    white-space: nowrap;*/
/*    margin-top: 2rem;*/
/*}*/

/*.cta-image{*/
/*    margin-left: -11%;*/
/*    transform: translateY(3%);*/
/*    transition: all .3s linear;*/
/*}*/

/*.w-cta:hover .cta-image{*/
/*    transform: translateY(0) scale(1.03);*/
/*}*/

/*@media(max-width:1200px){*/
/*    .w-cta .row{*/
/*        align-items: center !important;*/
/*    }*/
    
/*    .cta-content-wrapper{*/
/*        padding-bottom: 0;*/
/*    }*/
    
/*    .qr-wrapper{*/
/*        width: 90%;      */
/*        margin: auto;*/
/*    }    */
/*    .qr-title h2{*/
/*        white-space: wrap;*/
/*        margin-top: 1rem;*/
/*    }*/
/*}*/

/*@media(max-width:991px){*/
/*    .cta-image{*/
/*        width: 60%;*/
/*        margin: auto;*/
/*    }*/
/*}*/

/*@media(max-width:768px){*/
/*    .cta-content-wrapper{*/
/*        padding: 0 20px;*/
/*        flex-direction: column; */
/*        gap: 2rem;*/
/*    }*/
/*    .cta-content .title-box{*/
/*        text-align: center;*/
/*    }*/
/*    .cta-content h2{      */
/*      font-size: clamp(1.85rem, 2.7vw, 2.7vw);      */
/*    }*/
    
/*    .qr-text{        */
/*        top: 1.55rem;*/
/*    }*/
/*    .qr-title h2{*/
/*        font-size: clamp(1.85rem, 2.2vw, 2.2vw);*/
/*        margin-top: 2rem;*/
/*    }*/
/*}*/

/*@media(max-width:468px){*/
/*    .qr-text{*/
/*        font-size: clamp(.85rem, 1.25vw, 1.25vw);*/
/*        top: 4vw;*/
/*    }*/
/*}*/

/* New CTA */
.n-cta{
    background: #ededed78;
    padding: 2rem 0;
}
.n-cta .container-fluid{
    max-width: 60%;    
}
.cta-wrapper{
    display: flex;
    align-items: end;
    gap: 4rem;
}

.cta-frame{
    width: 35%;
}

.cta-info{
    margin-bottom: 4vw;    
}

.cta-title{    
    color: var(--secondary-color);
    font-size: clamp(1.65rem, 1.85vw, 1.85vw);
    font-weight: 900;
    
    span{
        display: block;
    }
}

.cta-content{
    font-size: clamp(1rem, 1.2vw, 1.2vw);        
}

.cta-info .btn-group {
    gap: 1rem;
    
    img{
        width: clamp(160px, 13vw,200px);
        cursor: pointer
    }
}

@media(max-width:991px){
    .n-cta .container-fluid{
        max-width: 100%;
    }
    .cta-wrapper{
        flex-direction: column;        
        align-items: center;
    }
    .cta-frame{
        width: 60%;
        margin: auto;
    }
    .cta-info{
        text-align: center;
    }
}

@media(max-width:568px){
    .cta-info .btn-group{        
        flex-direction: column;
    }
}

/*Footer*/
.footer_type4{
  background: #232767;
  padding: 4rem 0;
}
.footer_type4 h6{
  font-size: 140% !important;
  font-weight: 600;
}
.footer_type4 p{
  color: #efefef;
    font-size: clamp(.9rem, .9vw, .9vw);
}

.footer_type4 .copy_right p:nth-of-type(2),
.platinum_website_visitor{
  font-size: 82%;
}

/* Animation */
.swing-in-top-bck {
	animation: swing-in-top-bck cubic-bezier(.12,.12,.67,1.37) both;
}
@keyframes swing-in-top-bck {
  0% {    
      transform: rotateX(70deg);    
      transform-origin: top;
      opacity: 0;
  }
  100% {    
      transform: rotateX(0deg);
      transform-origin: top;
      opacity: 1;
  }
}

/* Homepage Video Section */
.hp_video{
    padding-bottom: 7rem;
}
.vid-sec-01,
.vid-sec-02{
    width: 90%;
    margin: auto;
}
.vid-video-frame{
    position: relative;
    width: 100%;
    padding-top: 120%;
    /*! overflow: hidden; */
    
    video{
        position: absolute;
        width: fit-content;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;        
        border-radius: 1.5rem;       
        margin: auto;        
    }
}
.vid-content h3{
    font-size: clamp(1.85rem, 2.15vw, 2.15vw);
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.vid-content p,  .vid-content h1{
    color: #444;
    font-size: clamp(.95rem, 1.1vw, 1.1vw);
    font-weight: 400;
    line-height: 1.75;
    margin: 1rem 0 1.55rem;    
}


.vid-sec-02{
    padding-top: 7rem;
}
.vid-sec-02 .vid-video-frame {
  display: none;
}



@media(min-width:991px){   
    .vid-sec-01 .vid-video-frame video{
        margin-left: 3rem;
    }
    .vid-sec-02 .vid-video-frame video{
        margin-left: auto;
        margin-right: 3rem;
        border: 1px solid #eee;
        filter: drop-shadow(0px 0px 2px #eee)
    }
/*     .vid-sec-02{
        margin-top: -7rem;
    } */
}   

@media(min-width:991px) and (max-width:1200px){
/*     .vid-sec-02{
        margin-top: -5rem;
    } */
}

@media(max-width:991px){
    .hp_video{
        padding-bottom: 5rem;
    }
    .vid-sec-01{
        padding-bottom: 3rem;
    }
    .vid-content{
        margin-top: 3rem;
        text-align: center;
    }
    .vid-content .main-btn{
        margin: auto;
    }
    .hp_video .main-btn{
        font-size: 110% !important;
    }
    
    .vid-video-frame{
        width: 68%;   
        margin: auto;
    }
    
    .vid-sec-02{
        padding-top: 0;
    }
}

@media(max-width:568px){
    .index_wrapper_6 .container-fluid{
        padding: 0 !important;
    }    
    .hp_video .col-12{
        padding: 0;
    }
    .vid-video-frame{
        width: 100%;
        padding-top: 150%;
/*         margin-left: -3.15rem; */
        
        video{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 0;
        }
    }
    .vid-sec-01{
        padding-bottom: 5rem;
    }
    .vid-sec-02 .vid-content{
        margin-top: 0;
    }
    .vid-content{
        margin-top: 5rem;
        padding: 0 30px;
    }
}

/*other pages*/
.product_nav_pill .nav_pill .active {
    display: none;
}

.product_nav_pill {
    border-bottom: none;
}

/*News Page*/
.latest_new_type4 .news_box .img_frame{
  height: unset;
  padding-top: 100%;
}

/* Language BM */
html:lang(ms){
    /* Banner Style 1 */
    .b-title-box h2{
        font-size: clamp(1.5rem, 2.65vw, 2.65vw);
        line-height: 1.35;
    }
    .b-title-box b{
        text-indent: 5vw;
    }
    
    /* Banner Style 2 */
    .b-content.style2 .b-title-box h2{
        font-size: clamp(1.25rem, 2vw, 2vw);          
        
        b{
            font-size: clamp(1.75rem, 2.5vw, 2.5vw);
        }
    }
    .b-content.style2 .b-content-box p{
        font-size: clamp(.85rem, 1.15vw, 1.15vw);
    }
    
    /* Metric */
    .metric-title{
        white-space: wrap;
    }
    .sp-text{
        font-size: clamp(0.85rem, 1vw, 1vw);
    }    
    .metric-bottom-wrapper .metric-box:not(.square-box){
        min-width: 45%;
    }
    .metric-top-wrapper .metric-box.square-box:nth-child(2){
        min-width: 37%; 
    }
    
    /* Cta */
    .n-cta .container-fluid{
        max-width: 70%;
    }    
}

@media(max-width:768px){
    html:lang(ms){
        .sp-text-big{
            text-align: center;
        }
    }
}

@media(max-width:568px){
    html:lang(ms){
        .b-content-box, .b-content.style2 .b-content-box{
            width: 90%;
        }
    }
}

/* Language CN */
html:lang(zh-Hans){
    /* Banner Style 1 */
    .b-title-box h2{
        line-height: 1.45;
        
        b{
            text-indent: 8vw;
        }
    }
    .b-content-box{
        width: 26%;
    }
    .b-content-box p{
        font-size: clamp(.85rem, 1.2vw, 1.2vw);
    }
    
    /* Banner Style 2 */
    .b-content.style2 .b-title-box h2{
        line-height: 1.35;
    }
    .b-content.style2 .b-content-box p{
        font-size: clamp(.85rem, 1.2vw, 1.2vw);
    }
    
    /* Metric */
    .metric-bottom-wrapper .metric-box:not(.square-box){
        min-width: 35%;
    }
    .sp-text-box{        
        align-items: center;
    }        
}

@media(min-width:768px){
    html:lang(zh-Hans){
        .metric-top-wrapper .metric-box.square-box:nth-child(2){
            min-width: 38%;
        }   
    }    
}

@media(max-width:768px){
    html:lang(zh-Hans){
        .metric-bottom-wrapper{
            justify-content: center;
        }
        .metric-title{
            font-size: clamp(1.65rem, 2.5vw, 2.5vw);
        }        
    }
}

@media(max-width:568px){
    html:lang(zh-Hans){
        .b-title-box h2 b{
            text-indent: 0;
        }
        .b-content-box{
            width: 75%;                        
        }
    }
}