 .swiper_wrapper .swiper-container .swiper-wrapper .slide-8 {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../../images/indo/slider/slider6.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

.slider-caption.caption-8.slider-caption-center {
    top: 28% !important;
    transform: translateY(-15%) !important;
}

/* Slider 8 Typography */
.w-pos-8-slider-left h2 {
    font-size: 45px !important;
    font-family: 'OpenSans-Bold' !important;
}

.w-pos-8-slider-left h3 {
    font-size: 32px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
}

.w-pos-8-slider-left h3 span.red {
    color: #ED2024 !important;
}

.w-pos-8-slider-left h4 {
    font-size: 25px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
}

/* Slider 8 Gradient Text */
.gradient-gold-slider-8 {
    color: #444;
    background-image: linear-gradient(45deg, #a8804d 0%, #cb9a73 63%, #976f40 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block !important;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px !important;
    font-family: DINPro Black !important;
    font-size: 60px !important;
}

.font-big-slider-8 {
    font-size: 100px !important;
    margin-left: -10px;
    line-height: 0.8;
    margin-right: 2px;
}

/* Slider 8 Layout */
.dis-flex-pos-8 {
    display: flex;
}

.dis-flex-pos-8 .pd-20 {
    padding: 0 25px;
}

.award-slide-8 {
    max-width: 360px;
}

.banner-inner-w-26 {
    float: left;
    width: 26%;
}

.border-hr {
    border-bottom: 1px solid grey;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 8px;
}

/* Dark Theme */
.dark a:hover {
    text-decoration: none !important;
}


/* ==========================================================================
   Slider 12 Styles
   ========================================================================== */

/* Base Slider 12 Styles */
.slider-caption.caption-12.slider-caption-center {
    top: 23% !important;
    transform: translateY(0%) !important;
}

.slider-caption.slider-caption-center {
    max-width: none;
}

/* Slider 12 Title */
.slider-12-title {
    float: left;
}

.slider-12-title-box {
    display: flex;
    align-items: end;
}

h2.slider-12-title,
h3.slider-12-title {
    margin-bottom: 0px !important;
    line-height: 1;
    font-family: 'OpenSans-Bold', sans-serif;
}

img.slider-12-title {
    padding-left: 20px;
    padding-right: 20px;
}

/* Slider 12 Typography */
.w-pos-12-slider-left h2 {
    font-size: 45px !important;
}

.w-pos-12-slider-left h3 {
    font-size: 32px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold', sans-serif;
}

.w-pos-12-slider-left h3 span.red {
    color: #ED2024 !important;
}

.w-pos-12-slider-left h4 {
    font-size: 25px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold', sans-serif;
}

/* Slider 12 Layout */
.dis-flex-pos-12 {
    display: flex;
}

.dis-flex-pos-12 .pd-20 {
    padding: 0 25px;
}

.award-slide-12 {
    max-width: 360px;
}

.content-wrap-60-30{
    position:relative;
    padding:60px 0 30px;
}

.content-wrap-60{
    position:relative;
    padding:60px 0;
}

h2{
    margin-bottom:20px;
}

.milk-brown-bg{
    background-color:#fff7eb;
}

.auto-center{
    margin-left:auto;
    margin-right:auto;
}

h3 {
    font-size: 20px;
}

.flex-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px; /* Space between items */
    flex-wrap: nowrap; /* Prevents wrapping to next line */
}
.flex-third {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between icon and text */
    flex: 1; /* Each item takes equal width */
    font-size: 80%;
    font-weight: bold;
}
.flex-third img {
    flex-shrink: 0; /* Prevents icon from shrinking */
}

.mx-40pc{
    max-width:40%;
}

.mx-20pc{
    max-width:20%;
}

.btn-theme-red {
    display:inline-block;
    padding: 11px 20px;
    background-color: #f50f0f;
    border: 1px solid #f50f0f;
    color: #fff;
    width: max-content;
    border-radius:10px;
    transition:all .5s;
}

.btn-theme-red:hover{
    background-color: #fff;
    color: #f50f0f;
    text-decoration:none! important;
}

.combodia-cta-bg{
    border-radius: 14px;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    align-items: stretch;
    background: url(../../images/indo/bg-assistance.jpg) center / cover no-repeat;
    position: relative;
    padding:30px;
}

.combodia-cta-a{
    background: #24A1DE;
    border:1px solid #24A1DE;
    color:#fff;
    padding: 12px 15px;
    border-radius: 10px;
    text-decoration:none! important;
    transition:all .5s;
    display:flex;
    width: max-content;
    text-decoration: none !important;
    transition:all .5s;
    align-items:center;
}

.combodia-cta-a:hover{
    background:#fff;
    color:#24A1DE;
    text-decoration:none! important;
}

.combodia-cta-a i{
    font-size:25px;
}

.combodia_readmore_btn{
    background: #E5201F;
    border: 1px solid #E5201F;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none ! important;
    transition: all .5s;
    display: flex;
    display:inline-block;
    width: max-content;
    transition:all .5s;
}

.combodia_readmore_btn:hover{
    background:#fff;
    color:#E5201F;
    text-decoration:none! important;
}

.content-wrap-30{
    position:relative;
    padding:30px 0;
}

.content-wrap-30-60{
    position:relative;
    padding:30px 0 60px;
}

.item-group {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-award {
    border:1px solid #b3b2b2;
    border-radius:5px;
    width: calc(25% - 20px);
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    background:#fff;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 180px;
}

.item-award img{
    width:80px! important;
    height:80px;
    margin-bottom:10px;
}

.item-award p{
    display:flex! important;
    align-items:center;
    min-height:48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#coeslider.owl-carousel .owl-dots, #ceoslidermobile.owl-carousel .owl-dots{
    margin-top:30px;
    margin-bottom:30px;
}

.discover-desc{
    min-height:250px;
    padding:30px 20px;
    background-color:#ac8c5e;
    text-align:center;
    border-radius:0 0 20px 20px;
}

.border-15{
    border-radius:15px;
}

.cambodia-bg{
    background: url(../../images/indo/combodia/cambodia_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
}

.cambodia-bg2{
    background: url(../../images/indo/combodia/cambodia_bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

.discover-bg{
    height:250px;
    border-radius:20px 20px 0 0;
}

.db-1{
    background: url(../../images/indo/combodia/cambodia-bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.db-2{
    background: url(../../images/indo/combodia/cambodia-bg-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.db-3{
    background: url(../../images/indo/combodia/cambodia-bg-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.cambodia_btn{
    display: inline-block;
    color: #E5201F;
    background-color: #FFF;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    border:1px solid #E5201F;
    transition:all .5s;
}

.cambodia_btn:hover{
    color:#fff;
    text-decoration:none! important;
    background-color:#E5201F;
}

.news_title{
    text-align:center;
    font-size:16px;
    margin-bottom: 10px;
    min-height: 40px;
}

.flextop{
    display:flex;
    align-items:top;
}
.flextop-icon{
    width:40px;
    text-align:center;
}
.flextop-icon img{
    max-width: 20px;
    max-height: 25px;
    margin-top: 5px;
}
.flextop-desc{
    width:calc(100% - 40px);
}

.flextop-desc p{
    font-family: 'OpenSans-regular', sans serif;
}

.flextop-desc a{
    color:#555;
    transition:all .5s;
}

.flextop-desc a:hover{
    color:#E5201F;
    text-decoration:none! important;
}

.flextop-desc h4{
    margin-bottom:0px;
}

label{
    font-family: 'OpenSans-Regular', sans serif;
    letter-spacing: 0px;
    text-transform: none;
}

.div-grey{
    padding:50px;
    background-color:#DDDDDD;
    border-radius:20px;
}

.combodia_submit_button{
    display:block;
    border:1px solid #E5201F;
    background-color:#E5201F;
    
    color:#fff;
    transition:all .5s;
    padding: 8px 15px;
    text-align:center;
    border-radius:10px;
}

.combodia_submit_button:hover{
    background-color:#fff;
    color:#E5201F;
    text-decoration:none! important;
}

.flextop-desc p.bold{
    font-size:18px;
    font-family: 'OpenSans-Medium';
}

.iti__flag {
    background-image: url(../../css/theme/intl-tel-input/img/flags.png) !important;
}

.product_price{
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content: center;*/
}

.price-old{
    text-decoration: line-through;
    color: #e92829;
    font-size: 14px;
}
.price-now{
    /*font-size: 14px;*/
}

.img-badge{
    position: absolute;
    top: 5px;
    left: 20px;
    background: #ed1c24;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
}

.bdr-30{
    border-radius:30px;
}

/*customize*/

/* ==========================================================================
   Slider 8 Responsive Styles
   ========================================================================== */

/* Large Desktop - 1366px */
@media (max-width: 1366px) {
    .w-pos-8-slider-left h2 {
        font-size: 40px !important;
    }

    .font-big-slider-8 {
        font-size: 90px !important;
    }

    .gradient-gold-slider-8 {
        font-size: 55px !important;
    }

    .award-slide-8 {
        max-width: 280px;
    }

    .w-pos-8-slider-left h3 {
        font-size: 30px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 25px;
    }
}

/* Desktop - 1239px */
@media (max-width: 1239px) {
    .w-pos-8-slider-left h2 {
        font-size: 35px !important;
        margin-bottom: 0px !important;
    }

    .gradient-gold-slider-8 {
        margin-bottom: 0px !important;
    }

    .w-pos-8-slider-left h3 {
        font-size: 26px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 20px;
    }

    .slider-caption.caption-8.slider-caption-center {
        top: 26% !important;
    }
}

/* Tablet Portrait - 979px */
@media (max-width: 979px) {
    .slider-caption:not(.dark) p.gradient-gold-slider-8 {
        display: inline-block !important;
        margin-top: 0px;
    }
}

/* Tablet Portrait - 950px */
@media (max-width: 950px) {
    .slider-caption.caption-8.slider-caption-center {
        top: 20% !important;
    }

    .w-pos-8-slider-left h2 {
        font-size: 30px !important;
    }

    .w-pos-8-slider-left h3 {
        font-size: 24px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 20px;
    }

    .award-slide-8 {
        max-width: 235px;
    }

    .gradient-gold-slider-8 {
        font-size: 55px !important;
    }

    .font-big-slider-8 {
        font-size: 90px !important;
    }

    .dis-flex-pos-8 .pd-20 {
        padding: 0 20px;
    }
}

/* Tablet Portrait - 850px */
@media (max-width: 850px) {
    .slider-caption.caption-8.slider-caption-center {
        top: 20% !important;
    }

    .w-pos-8-slider-left h2 {
        font-size: 26px !important;
    }

    .w-pos-8-slider-left h3 {
        font-size: 20px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 15px;
    }

    .award-slide-8 {
        max-width: 220px;
    }

    .gradient-gold-slider-8 {
        font-size: 50px !important;
    }

    .font-big-slider-8 {
        font-size: 75px !important;
    }
    
}

/* Mobile Landscape - 767px */
@media (max-width: 767px) {
    
    .counter-box{
        padding:0 20px;
        margin-bottom:20px;
    }
    
    .combodia-cta-a{
        width:100%;
        display:flex;
        justify-content:center;
    }
    
    .w-pos-8-slider-left h2 {
        font-size: 20px !important;
    }

    .gradient-gold-slider-8 {
        font-size: 40px !important;
    }

    .font-big-slider-8 {
        font-size: 60px !important;
        margin-left: 0px;
    }

    .award-slide-8 {
        max-width: 180px;
    }

    .w-pos-8-slider-left h3 {
        font-size: 16px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 12px;
    }

    .dis-flex-pos-8 .pd-20 {
        padding: 0 10px;
    }

    .mb-10-767 {
        margin-bottom: 10px !important;
    }
}

/* Mobile Landscape - 600px */
@media (max-width: 600px) {
    .slider-caption.caption-8.slider-caption-center {
        top: 24% !important;
    }

    .w-pos-8-slider-left h2 {
        font-size: 16px !important;
    }

    .gradient-gold-slider-8 {
        font-size: 30px !important;
    }

    .font-big-slider-8 {
        font-size: 45px !important;
    }

    .award-slide-8 {
        max-width: 140px;
    }

    .w-pos-8-slider-left h3 {
        font-size: 13px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 10px;
    }

    .award-slider-8-desc .border-hr {
        margin-top: 3px;
        margin-bottom: 5px;
    }
}

/* Mobile Portrait - 480px */
@media (max-width: 480px) {
    .slider-caption:not(.dark) img.award-slide-8 {
        max-width: 130px;
    }
}

/* Mobile Portrait - 479px */
@media (max-width: 479px) {
    .slider-caption:not(.dark) img.award-slide-8 {
        max-width: 115px;
    }

    .w-pos-8-slider-left h2 {
        font-size: 15px !important;
    }

    .gradient-gold-slider-8 {
        font-size: 25px !important;
    }

    .font-big-slider-8 {
        font-size: 35px !important;
    }

    .w-pos-8-slider-left h3 {
        font-size: 12px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 9px;
    }

    .slider-caption.caption-8.slider-caption-center {
        top: 24% !important;
    }
}

/* Mobile Portrait - 435px */
@media (max-width: 435px) {
    .w-pos-8-slider-left h2 {
        font-size: 12px !important;
    }

    .slider-caption:not(.dark) img.award-slide-8 {
        max-width: 110px;
    }

    .w-pos-8-slider-left h3 {
        font-size: 11px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 7px;
    }
}

/* Mobile Portrait - 410px */
@media (max-width: 410px) {
    .slider-caption.caption-8.slider-caption-center {
        top: 22% !important;
    }
}

/* Mobile Portrait - 400px */
@media (max-width: 400px) {
    .gradient-gold-slider-8 {
        font-size: 20px !important;
    }

    .font-big-slider-8 {
        font-size: 25px !important;
    }

    .w-pos-8-slider-left h2 {
        font-size: 10px !important;
    }

    .slider-caption:not(.dark) img.award-slide-8 {
        max-width: 90px;
    }

    .w-pos-8-slider-left h3 {
        font-size: 7px;
    }

    .w-pos-8-slider-left h4 {
        font-size: 5px;
    }
}


/* ==========================================================================
   Slider 12 Responsive Styles
   ========================================================================== */

/* Desktop - 1239px */
@media (max-width: 1239px) {
    .w-pos-12-slider-left h2 {
        font-size: 35px !important;
        margin-bottom: 0px !important;
    }

    .gradient-gold-slider-12 {
        margin-bottom: 0px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 26px;
    }

    .w-pos-12-slider-left h4 {
        font-size: 20px;
    }

    .slider-caption.caption-12.slider-caption-center {
        top: 26% !important;
    }

    .award-slide-12 {
        max-width: 260px;
    }
}

/* Desktop - 1199px */
@media (max-width: 1199px) {
    img.slider-12-title {
        max-width: 150px;
    }

    .slider-caption.caption-12.slider-caption-center {
        top: 27% !important;
    }
}

/* Tablet Portrait - 991px */
@media (max-width: 991px) {
    
    #coeslider.owl-carousel .owl-dots, #ceoslidermobile.owl-carousel .owl-dots{
        margin-bottom:0;
    }
    
    .discover-desc{
        min-height: 300px;
        padding:20px;
    }
    
    .dis-block-991 {
        display: block;
    }
    
    .flex-img-half, .flex-desc-half, .flex-coe-desc {
        width: 100%;
        float:none;
    }
    
    .content-wrap-60, .content-wrap-60-30, .content-wrap-30-60{
        padding:30px 0;
    }
    
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide, .slider-parallax-inner, .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) {
        height: 310px ! important;
    }
    
    .slider-caption.caption-12.slider-caption-center {
        top: 18% !important;
    }

    img.slider-12-title {
        max-width: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }

    img.award-slide-12 {
        max-width: 230px;
    }

    .w-pos-12-slider-left h2 {
        font-size: 26px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 22px;
    }

    .w-pos-12-slider-left h4 {
        font-size: 16px;
    }
}

/* Tablet Portrait - 850px */
@media (max-width: 850px) {
    
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide, .slider-parallax-inner, .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) {
        height: 215px ! important;
    }
    
    .slider-caption.caption-12.slider-caption-center {
        top: 9% !important;
    }

    img.award-slide-12 {
        max-width: 200px;
    }

    .w-pos-12-slider-left h2 {
        font-size: 24px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 20px;
    }

    .w-pos-12-slider-left h4 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #coeslider.owl-carousel.owl-loaded{
        display:block! important;
    }
    #ceoslidermobile.owl-carousel.owl-loaded{
        display:none! important;
    }
    .mt-50-768{
        margin-top:50px;
    }
}

/* Mobile Landscape - 767px */
@media (max-width: 767px) {
    
    .combodia-cta-bg{
        background-position:center left;
        justify-content:center;
        text-align: center;
    }
    
    .div-grey{
        padding:20px;
    }
    
    .mb-20-767{
        margin-bottom:20px;
    }
    
    .mb-30-767{
        margin-bottom:30px;
    }
    
    .mb-30-767-i{
        margin-bottom:30px! important;
    }
    
    #coeslider.owl-carousel.owl-loaded{
        display:none! important;
    }
    #ceoslidermobile.owl-carousel.owl-loaded{
        display:block! important;
    }
    
    #ceoslidermobile .item-award{
        width: calc(50% - 12px);
    }
    
    .discover-desc{
        min-height:0px;
    }
    .discover-bg{
        width: 100%;
        aspect-ratio: 850 / 550;
        height: auto;
    }
    .discover-box:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .center-767{
        text-align:center;
    }
    
    .col-icon, .col-icon img{
        max-height:40px;
    }
    .counter span, .counter{
        font-size:24px;
    }
    
    .col-767-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    
    }
    
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 215px !important;
    }
    
    img.slider-12-title {
        max-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .w-pos-12-slider-left h2 {
        font-size: 20px !important;
    }

    .gradient-gold-slider-12 {
        font-size: 40px !important;
    }

    .font-big-slider-12 {
        font-size: 60px !important;
        margin-left: 0px;
    }

    img.award-slide-12 {
        max-width: 165px;
    }

    .w-pos-12-slider-left h3 {
        font-size: 16px;
    }

    .w-pos-12-slider-left h4 {
        font-size: 12px;
    }

    .dis-flex-pos-12 .pd-20 {
        padding: 0 10px;
    }
}

/* Mobile Landscape - 650px */
@media (max-width: 650px) {
    .slider-caption.caption-12.slider-caption-center {
        top: 12% !important;
    }
}

/* Mobile Portrait - 550px */
@media (max-width: 575px) {
    
    .mx-40pc, .mx-20pc{
        max-width: 100%;
        justify-content: center;
    }
    .flex-detail{
        display:block;
    }
    .flex-third{
        font-size:100%;
    }
    .mb-10-575{
        margin-bottom:10px;
    }
    
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide, .slider-parallax-inner, .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) {
        height: 165px ! important;
    }
    
    .slider-caption:not(.dark) img.award-slide-12 {
        max-width: 130px;
    }

    .w-pos-12-slider-left h2 {
        font-size: 18px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 12px;
    }

    img.slider-12-title {
        max-width: 80px;
    }

    img.award-slide-12 {
        max-width: 150px;
    }

    .w-pos-12-slider-left h4 {
        font-size: 10px;
    }

    .border-hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* Mobile Portrait - 479px */
@media (max-width: 479px) {
    
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide, .slider-parallax-inner, .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) {
        height: 135px ! important;
    }
    
    img.slider-12-title {
        max-width: 65px !important;
    }

    .w-pos-12-slider-left h2 {
        font-size: 14px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 10px;
    }

    img.award-slide-12 {
        max-width: 100px !important;
    }

    .w-pos-12-slider-left h4 {
        font-size: 8px;
    }

    .slider-caption.caption-12.slider-caption-center {
        top: 14% !important;
    }
}

/* Mobile Portrait - 435px */
@media (max-width: 435px) {
    img.slider-12-title {
        max-width: 55px !important;
    }

    .w-pos-12-slider-left h2 {
        font-size: 14px !important;
    }

    .w-pos-12-slider-left h3 {
        font-size: 10px;
    }

    img.award-slide-12 {
        max-width: 90px !important;
    }

    .w-pos-12-slider-left h4 {
        font-size: 8px;
    }

    .slider-caption.caption-12.slider-caption-center {
        top: 20% !important;
    }
}