@font-face {
  font-family: Franko;
  src: url(../fonts/SVN-Franko.ttf);
}
@font-face {
  font-family: Aristote;
  src: url(../fonts/UTM-Aristote.ttf);
}
/*Variable*/
.header.fixed {
    position: fixed!important;
    background-color: white;
}
.header.fixed .header-middle {
    background-color: #fff;
}
.header.hide, .header.hide .header-middle:after, .header.fixed .header-middle:after {
  transform: translateY(-100%);
}
.header.show {
  transform: translateY(0);
}
.header.fixed .menu > li:hover > a, .header.fixed .menu > li.active > a {
    color: var(--color-red);
}
.ab-heading {
    position: relative;
}
.ab-heading .head {
    font-size: 24px;
    z-index: 3;
    position: relative;
    color: #19af61;
    line-height: 40px;
    font-weight: 600;
    font-family: Aristote;
    text-transform: capitalize;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 3px #fff;
}
.ab-heading span {
    font-size: 30px;
    color: #ff213a;
    font-weight: 900;
    font-family: Franko;
}
.progress {
    position: relative;
    height: 3.6rem;
    font-weight: 600;
    font-size: 1.5rem;
    background-color: rgb(255 167 168);
    border-radius: 60px;
}
.progress span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progress .progress-bar {
    border-radius: 60px;
}
.entry .read-more-news {
	color: #283d98;
}
.menu-vertical>li {
    position: relative;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}

.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1rem 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    border-top: 1px solid #e6ebee;
    transition: all .35s;
}

.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu-vertical>li i {
    margin-right: 12px;
}

.menu-vertical .list_menu>ul>li {
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 14px;
}

.menu-vertical .list_menu>ul>li>a {
    display: block;
}

.menu-vertical li.megamenu-container {
    position: relative;
}

.menu-vertical {
    width: 220px;
    height: 41px;
    margin-bottom: 0;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-direction: column;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 20px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    min-width: 220px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-vertical:hover>li:first-child>a {
	border-radius: 10px 10px 0 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows li ul .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 0.2rem;
    margin-top: -1px;
    color: #000;
}

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}
/*End variable*/

.highlight-section {
      background-image: url('https://thamhiemmekong.com/wp-content/uploads/2019/05/langdulichmykhanh-2.jpg'); /* Thay bằng URL ảnh nền của bạn */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 80px 0;
      position: relative;
    }

    .highlight-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgb(39 39 39 / 85%);
      z-index: 1;
    }

    .highlight-content {
      position: relative;
      z-index: 2;
    }
    .section-title {
        color: #fff;
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 25px;
    }

    .service-box {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 30px 50px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .icon-circle-c {
      background-color: #d4f5ea;
      width: 75px;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      font-size: 24px;
      color: #1abc9c;
    }
    
    .icon-circle-c img {
        height: 55px;
        object-fit: contain;
        width: 100%;
        border-radius: 50%;
    }

    .service-title {
        font-weight: 600;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 30px;
        overflow: hidden;
        word-break: break-word;
        line-height: 1.4;
    }

    .service-description {
      font-size: 14px;
      color: #555;
    }
    
    @media screen and (min-width: 768px) {
        .icon-circle-c {
          width: 140px;
          height: 140px;
        }
    
        .icon-circle-c img {
            height: 135px;
        }
    }
    
.header.header-subpage {
    position: relative;
    background: #fff;
}

/* .header.header-subpage .menu > li > a {
    color: #000;
} */

.header-tour-grid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }
        .title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #333;
        }

        .nav-buttons {
            display: flex;
            gap: 8px;
        }

        .nav-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #e74c3c;
            border: 1px solid #fff;
            color: white;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .nav-btn:hover {
            background: #c0392b;
        }

        .tour-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: all 0.2s ease;
        }

        .tour-card:hover {
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }

        .card-image {
            position: relative;
            height: 180px;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .flash-sale-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: #ff8c00;
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: .9rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .flash-sale-badge::before {
            content: '⚡';
            font-size: 0.9rem;
        }
        
        .product-single-details .flash-sale-badge {
            top: 75px;
            font-size: 1.3rem;
            right: 30px;
        }
        
        .product-single-details .flash-sale-badge::before {
            content: none;
        }

        .country-label {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(231, 76, 60, 0.9);
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 500;
        }

        .tour-labels {
            position: absolute;
            bottom: 12px;
            left: 12px;
            display: flex;
            gap: 8px;
        }

        .label {
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 4px 8px;
            border-radius: 8px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .label.hot {
            background: #e74c3c;
        }

        .label.hot::before {
            content: '●';
            color: white;
        }

        .card-content {
            padding: 15px;
        }

        .tour-title {
            /* font-size: 1.1rem; */
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.3;
            min-height: 50px;
        }

        .tour-info {
            margin-bottom: 15px;
        }

        .info-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 6px;
            font-size: 1.5rem;
            color: #666;
        }

        .info-icon {
            width: 14px;
            height: 14px;
            fill: #999;
        }

        .schedule-info {
            /* background: #f0f9ff;
            border: 1px solid #e0f2fe; */
            background: #ecf7f3;
            border: 1px solid #9acfbc;
            padding: 6px 8px;
            border-radius: 8px;
            margin-bottom: 12px;
        }

        .schedule-text {
            font-size: 1.2rem;
            color: #27976a;
            font-weight: 500;
        }

        .availability {
            background: #ef4444;
            color: white;
            text-align: center;
            padding: 8px;
            border-radius: 8px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .price-section {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 15px;
        }

        .price-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .current-price {
            font-size: 2rem;
            font-weight: 700;
            color: #059669;
        }

        .original-price {
            color: #999;
            text-decoration: line-through;
            min-height: 24px;
        }

        .discount-container {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .discount-badge {
            background: #ef4444;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 600;
        }

        .book-section {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .book-button {
            position: relative;
            flex: 1;
            background: rgb(236 247 243/1);
            color: #136550;
            border: none;
            padding: 14px 16px;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .book-button:hover {
            color: #fff!important;
            background: linear-gradient(45deg, #136550, #16a782);
        }
        
        .book-button i {
            padding: 0 5px;
            top: 50%;
            font-size: 24px;
            color: #fff;
            position: absolute;
            right: 10px;
            background-image: linear-gradient(45deg, #39c68d 0, #156947 100%);
            border-radius: 56rem 99rem 99rem 56rem;
            transform: translateY(-50%);
            transition: all 0.2s ease;
        }
        
        .book-button:hover i {
            color: #136550;
            background: #fff;
        }

        .arrow-btn {
            background: #059669;
            color: white;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .arrow-btn:hover {
            background: #047857;
        }

        @media (max-width: 1024px) {
            .tours-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .tours-grid {
                grid-template-columns: 1fr;
            }
            
            .title {
                font-size: 1.8rem;
            }
        }
        .featured-section {
            position: relative;
            padding: 80px 0;
        }
        .listTourTime {
            color: transparent;
            position: absolute;
            opacity: .3;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
        }
        .bg-linear-gradient {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(0deg, #f9f9f9 10%, hsla(0, 0%, 100%, 0) 50%, rgba(249, 249, 249, 1) 100%);
            z-index: 1;
            top: 0;
        }
        .featured-section .container-fluid {
            position: relative;
            z-index: 10;
        }
        @media screen and (min-width: 1600px) {
            .card-image {
                height: 250px;
            }
        }
        
.banner {
            position: relative;
            width: 100%;
            height: 720px;
            background: #f9f9f9;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.3) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.2) 0%, transparent 50%);
        }

        .landmarks {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="5" y="60" width="3" height="30" fill="%23d4af37" opacity="0.4"/><polygon points="5,65 6.5,50 8,65" fill="%23d4af37" opacity="0.4"/></svg>), url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="85" y="40" width="8" height="40" fill="%23cd853f" opacity="0.3"/><rect x="88" y="35" width="2" height="45" fill="%23daa520" opacity="0.3"/></svg>), url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="45" y="20" width="10" height="60" fill="%23b8860b" opacity="0.2"/><circle cx="50" cy="15" r="8" fill="%23daa520" opacity="0.3"/></svg>), url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M15 80 L25 40 L35 80 L30 80 L30 75 L20 75 L20 80 Z" fill="%23ff6b6b" opacity="0.3"/></svg>), url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="75" cy="70" rx="15" ry="8" fill="%234ecdc4" opacity="0.2"/><path d="M60 70 Q75 50 90 70" stroke="%234ecdc4" stroke-width="2" fill="none" opacity="0.3"/></svg>);
            background-size: 150px 150px, 1000px 80px, 180px 180px, 140px 140px, 160px 160px;
            background-position: 10% 60%, 75% 20%, 50% 10%, 20% 40%, 70% 70%;
            background-repeat: no-repeat;
        }

        .team-photo {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 70%;
            height: 100%;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%), url(//mykhanhdemo.superweb.xyz/resource/542247/assets/images/new.png) center / cover;
            background-size: contain;
            background-repeat: no-repeat;
            border-radius: 20px;
        }

        .team-photo::before {
            /* content: ''; */
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(74,144,226,0.1) 0%, rgba(80,200,120,0.1) 100%);
            border-radius: 18px;
        }

        .content {
            position: absolute;
            right: 80px;
            top: 50%;
            transform: translateY(-50%);
            max-width: 500px;
            z-index: 10;
        }

        .main-title {
            font-size: 3.2rem;
            font-weight: 800;
            color: #2c3e50;
            line-height: 1.5;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .main-title .highlight {
            color: #e74c3c;
            position: relative;
        }

        .main-title .highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #e74c3c, #ff6b6b);
            border-radius: 2px;
        }

        .description {
            color: #34495e;
            line-height: 1.6;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .subtitle .bold {
            font-weight: 600;
            color: #2c3e50;
        }

        .cta-section {
            position: relative;
        }

        .cta-circle {
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 
                0 15px 40px rgba(0,0,0,0.15),
                inset 0 1px 0 rgba(255,255,255,0.8);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 3px solid rgba(231,76,60,0.1);
            position: relative;
            overflow: hidden;
        }

        .cta-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(231,76,60,0.05) 100%);
            border-radius: 50%;
        }

        .cta-circle:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 
                0 25px 60px rgba(0,0,0,0.2),
                inset 0 1px 0 rgba(255,255,255,0.9);
            border-color: rgba(231,76,60,0.3);
        }

        .cta-text {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            line-height: 1.3;
            letter-spacing: 0.5px;
        }

        .decorative-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .float-element {
            position: absolute;
            opacity: 0.6;
            animation: float 6s ease-in-out infinite;
        }

        .float-element:nth-child(1) {
            top: 20%;
            left: 15%;
            animation-delay: 0s;
        }

        .float-element:nth-child(2) {
            top: 60%;
            right: 10%;
            animation-delay: 2s;
        }

        .float-element:nth-child(3) {
            bottom: 20%;
            left: 25%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            25% { transform: translateY(-10px) rotate(1deg); }
            50% { transform: translateY(-5px) rotate(-1deg); }
            75% { transform: translateY(-15px) rotate(0.5deg); }
        }

        .wave-decoration {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(139,213,202,0.3) 0%, rgba(166,221,232,0.2) 100%);
            border-radius: 50%;
            transform: translate(100px, 100px);
        }

        @media (max-width: 1024px) {
            .banner {
                height: 450px;
            }
            
            .team-photo {
                width: 391px;
                height: 264px;
                left: -8px;
            }
            
            .content {
                right: 50px;
            }
            
            .main-title {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 768px) {
            .banner {
                height: unset;
                flex-direction: column;
                padding: 20px;
            }
            
            .team-photo {
                position: relative;
                left: 0;
                top: 0;
                transform: none;
                width: 100%;
                max-width: 400px;
                height: 200px;
                margin-bottom: 20px;
            }
            
            .content {
                position: relative;
                right: 0;
                top: 0;
                transform: none;
                text-align: center;
                max-width: 100%;
            }
            
            .main-title {
                font-size: 2.2rem;
            }
            
            .cta-circle {
                width: 150px;
                height: 150px;
                margin: 0 auto;
            }
        }
        
.offer-card {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .offer-card:hover {
      transform: translateY(-5px);
    }
    .offer-card img {
      height: 200px;
      object-fit: cover;
    }
    .highlight-price {
      color: red;
      font-weight: bold;
    }
    @media screen and (min-width: 1600px) {
        .offer-card img {
          height: 270px;
        }
    }
    
    .video-container {
        position: relative;
    }
    .video-container:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .7;
        z-index: 1;
    }
    .video-container .container-fluid {
        position: relative;
        z-index: 2;
    }
    .video-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }
    .video-card:hover {
      transform: scale(1.03);
    }
    .video-img {
      position: relative;
    }
    .video-img img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .play-icon {
      position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: red;
        background: rgb(255 255 255 / 90%);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    .card-body {
      text-align: center;
    }
    .card-date {
      font-size: 12px;
      color: gray;
      margin-bottom: 5px;
    }
    @media screen and (min-width: 1600px) {
        .video-img img {
          height: 270px;
        }
    }
    
    .section_blogs {
        margin-bottom: 80px;
        padding-top: 80px;
    }

.section_blogs h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 20px
}

.section_blogs h2 a {
    display: inline-block;
    color: var(--main-color);
    font-size: 20px;
    display: block;
    height: 52px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background: rgb(0 166 80 / 10%);
    justify-content: center;
    border-radius: 16px;
    padding: 0 20px
}

.section_blogs h2 a:hover {
    color: #fff;
    background: var(--main-color)
}

.section_blogs .inner {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 15px
}

.section_blogs .list-aricle .item .article-image img {
    border-radius: 8px
}

.section_blogs .list-aricle:not(.big) .item .article-image img {
    height: 90px;
    object-fit: cover;
}

.section_blogs .list-aricle .item .article-info h3 {
    font-size: 16px;
}

.section_blogs .list-aricle .item .article-info h3 a {
    color: #2B2F34;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    min-height: 39px;
    line-height: 1.4;
}

.section_blogs .list-aricle .item .article-info h3 a:hover {
    color: var(--main-color)
}

.section_blogs .list-aricle .item .article-info .article-summary {
    color: #76809B;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 3;
    min-height: 39px
}

.section_blogs .list-aricle .item .article-info .view-more {
    margin-top: 15px
}

.section_blogs .list-aricle .item .article-info .view-more a {
    font-size: 16px;
    color: var(--main-color);
}

.section_blogs .list-aricle .item .article-info .view-more a:hover {
    opacity: 0.7
}

.section_blogs .list-aricle .item .article-info .view-more a svg {
    margin-left: 8px;
    position: relative;
    top: -2px
}

.section_blogs .list-aricle.big .item .article-info {
    margin-top: 10px
}

.section_blogs .list-aricle.aricle-small .item {
    display: flex;
    margin-bottom: 20px
}

.section_blogs .list-aricle.aricle-small .item:last-child {
    margin-bottom: 10px
}

.section_blogs .list-aricle.aricle-small .item .article-image {
    width: 120px;
    text-align: center
}

.section_blogs .list-aricle.aricle-small .item .article-info {
    width: calc(100% - 120px);
    padding-left: 15px
}

/* Category */

.category-lists .item .image {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+1) .image {
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+2) .image {
    background-color: #faf7ee;
}

.category-lists .owl-item:nth-child(5n+3) .image {
    background-color: #eeeeee;
}

.category-lists .owl-item:nth-child(5n+4) .image {
    background-color: #f1f1f1;
}

.category-lists .owl-item:nth-child(5n+5) .image {
    background-color: #f8f6ed;
}

.category-lists .item .image img {
    height: 130px;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.category-lists .item:hover .image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
/* End category */
.section {
    padding: 80px 0;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 51.80%;
}
.resp-container.res-about{
    padding-top: 72.75%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-number {
  font-size: 30px;
  font-weight: bold;
  color: #007bff;
  min-width: 47px;
  text-align: left;
}

.info-divider {
  width: 2px;
  height: 40px;
  background-color: #dcdcdc;
  margin: 0 15px;
}

.info-text {
  font-size: 16px;
  color: #000;
}
/*About*/
.intro-section {
    position: relative;
    overflow: hidden;
}

.intro-section .content {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.section {
        padding: 30px 0;
    }
}

/*End about*/

/*Project*/
.project-group-title {
    margin-top: -130px;
}

.project-group-content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.project-group-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(40 61 152 / 70%);
    position: absolute;
    top: 0;
    left: 0;
}

.project-group-content .image img {
    height: 270px;
    object-fit: cover;
}

.project-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.project-title a {
    color: inherit;
}

.project-title a:hover {
    color: rgb(109 207 246);
}

@media screen and (min-width: 992px) {

    .projects-carousel.owl-carousel .owl-nav button.owl-prev,
    .projects-carousel.owl-carousel .owl-nav button.owl-next {
        color: #fff;

    }

    .projects-carousel.owl-theme .owl-nav .owl-prev {
        left: -25px;
    }

    .projects-carousel.owl-theme .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
	.project-group-title {
	    margin-top: 0;
	}

	.project-group-content .image img {
	    height: 155px;
	}
}

/*End project*/

/*News*/

.card-blog {
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    border-radius: 8px;
}

.blog-slider .entry {
    margin-bottom: 15px;
    padding: 0;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.blog-slider .entry-media img {
    height: 185px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-slider .entry-date {
    background-color: #65829d;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 4.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 0 0;
}

.blog-slider .entry-title {
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--color-blue);
}

.blog-slider .entry-content {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

/*End news*/

/*Register*/
.registration-section {
	position: relative;
    padding-top: 4rem;
    padding-bottom: 0.5rem;
    background-color: #202020;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    text-align: center;
}

.registration-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: hsl(229deg 58% 38% / 85%);
    z-index: 1;
}

.registration-section .container {
    position: relative;
    z-index: 2;
}

.registration-section .subtitle {
    color: #FFF;
}

.registration-section .subtitle:before {
    background-color: #fff;
}

.registration-section .subtitle:after {
    background-color: #fff;
}

.registration-section form .form-control {
	height: 4.5rem;
	max-width: none;
    background-color: rgb(238 238 238 / 60%);
    color: #fff;
    border: 0;
}

.registration-section form .form-control:focus {
    background-color: rgb(255 255 255 / 70%);
    color: #283d98;
}

.registration-section .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-moz-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::placeholder {
    color: rgb(255 255 255 / 90%);
}

@media screen and (min-width: 768px) {
	.registration-section form {
		margin: 0 100px;
	}
}

/*End register*/

/*Brands*/
.partners-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.partners-container .image img {
    height: 180px;
    object-fit: cover;
}

.partners-container .partner {
    position: relative;
    display: block;
    margin: -30px 15px 0;
    padding: 18px;
    border-radius: 8px;
    background-color: #fff;
}

.partners-container .partner img {
    height: 49px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .partners-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/*End brands*/

/*Footer*/

.footer-group {
	background: #fff;
	border-radius: 7px;
}

.footer-group .footer-top {
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
}

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/

/*Page about*/
.list-info li {
	margin-bottom: 15px;
}

.list-info li h5{
	font-size: 1.6rem;
    color: #283d98;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.section-activity [class*='item-'] {
	margin-bottom: 20px;
    background-color: #1c4a98;
    color: #fff;
}

.section-activity [class*='item-'] .col-md-9 {
	padding: 20px 30px;
	overflow: hidden;
}

.section-activity [class*='item-'] img {
    height: 196px;
    object-fit: cover;
    width: 100%;
}

.section-activity .visibility {
	position: absolute;
    right: -10px;
    top: -120px;
    font-size: 269px;
    font-family: 'ExtraBold';
    color: hwb(0deg 86% 14% / 30%);
}

.team-section [class*='item-'] .image {
	position: relative;
	padding: 20px;
}

.team-section [class*='item-'] .image:after {
	content: '';
	width: 40%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1c4a98;
	z-index: -1;
}

.team-section .item-even .image:after {
	right: 0;
	left: unset;
}

.team-section [class*='item-'] .content-name {
	position: relative;
	color: #1c4a98;
	font-size: 2rem;
}

.team-section [class*='item-'] .content-position {
	font-family: Bold;
	margin-bottom: 1rem;
}

.content-description {
	text-align: justify;
}

@media screen and (max-width: 991px) {
    .section-activity [class*='item-'] {
    	overflow: hidden;
    }
    .team-section [class*='item-'] .image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .team-section [class*='item-']+[class*='item-'] .image:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 10px;
    }
    
    .section-activity .visibility {
        top: -63px;
        font-size: 195px;
    }
}

@media screen and (min-width: 992px) {
    .team-section .item-odd .content-name:before {
    	content: '';
        position: absolute;
        left: -25px;
        top: 4px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #333;
    }
    
    .team-section .item-even .content-name:before {
    	content: '';
        position: absolute;
        right: -25px;
        top: 4px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #333;
    }
}

/*End page about*/
/*Page product*/
.page-product .featured-section:before, .page-product .featured-section:after {
	content: none;
}
/*End page product*/
/*Page service*/
.service-page .entry-media img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
/*End page service*/
/*Page manufacturing*/
.manufacturing-page .item {
	margin-bottom: 2rem;
}

.manufacturing-page .item h2 {
	color: #fff;
	background-color: #283d98;
	text-align: center;
	padding: 7px 15px;
	text-transform: uppercase;
}

.manufacturing-page .item {
	font-size: 1.7rem;
}

.manufacturing-page .item ul {
	list-style: disc;
	padding-left: 2rem;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.manufacturing-page .item {
		font-size: 2rem;
	}

	.manufacturing-page .item ul {
		font-size: 2rem;
	}
}
/*End Page manufacturing*/

/*Project page*/
.project-item .image {
	margin-bottom: 15px;
}

.project-item .image img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.project-item .heading {
	font-size: 2rem;
    color: #283d98;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.project-item .heading > a {
	color: inherit;
}

.project-item .heading > a:hover {
	color: #d71a21;
}

@media screen and (min-width: 992px) {
	.project-item .image img {
		height: 380px;
	}
}

/*End project page*/

/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Recruitment page*/
.recruitment-page .entry-media img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
/*End recruitment page*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--color-red);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .email {
	padding-top: 1rem;
	border-top: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.module-mailchimp {
    position: relative
}

.module-mailchimp .bg {
    background: var(--main-color);
    border-radius: 16px;
    padding: 45px 60px
}

.module-mailchimp .block-title {
    text-align: center;
    margin-bottom: 40px
}

.module-mailchimp .block-title h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px
}

.module-mailchimp .block-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 20px
}

.module-mailchimp #mc-form {
    width: 400px;
    margin: auto;
    text-align: center;
    position: relative
}

.module-mailchimp #mc-form input {
    width: 100%;
    height: 56px;
    border: initial;
    border-radius: 51px;
    padding: 0 110px 0 20px
}

.module-mailchimp #mc-form input::placeholder {
    color: #76809B
}

.module-mailchimp #mc-form button {
    position: absolute;
    right: 8px;
    border: initial;
    background: var(--main-color);
    height: 44px;
    top: 6px;
    border-radius: 50px;
    color: #fff;
    width: 90px
}

.module-mailchimp #mc-form button:hover {
    background: #333
}

.module-mailchimp .mailchimp-alerts {
    text-align: center;
    color: #fff;
    margin-top: 8px
}

@media (max-width: 767px) {
    .module-mailchimp .bg {
        padding:20px
    }

    .module-mailchimp .block-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.2
    }

    .module-mailchimp #mc-form {
        width: 100%
    }
}

.footer {
    border-top: 1px solid #99A2BC;
    padding-top: 40px;
}

.footer .mid-footer {
    padding: 30px 0 30px
}

.footer .mid-footer .slogan-footer {
    margin-top: 15px;
    font-size: 16px
}

.footer .mid-footer .social-footer {
    display: inline-block
}

.footer .mid-footer .social-footer svg {
    width: 30px;
    height: 30px
}

.footer .mid-footer .social-footer a {
    display: inline-block;
    margin-right: 8px
}

.footer .mid-footer .social-footer a:hover {
    opacity: 0.6
}

.footer .mid-footer .title-menu {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600
}

.footer .mid-footer .list-menu a {
    font-size: 13px;
    display: block;
    padding: 5px 0
}

.footer .mid-footer .list-menu a:hover {
    color: var(--main-color)
}

.footer .mid-footer .contact-footer .item {
    font-size: 13px;
    margin-bottom: 12px;
    position: relative
}

.footer .mid-footer .contact-footer .item strong {
    display: block;
    font-size: 14px
}

.footer .mid-footer .contact-footer .item a:hover {
    color: var(--main-color)
}

.footer .mid-footer .tuvan-khieunai {
    display: block;
    margin-bottom: 20px
}

.footer .mid-footer .tuvan-khieunai .item {
    font-size: 13px;
    padding: 5px 0
}

.footer .mid-footer .tuvan-khieunai .item a {
    color: var(--main-color);
    font-size: 14px
}

.footer .mid-footer .payment {
    margin-top: 15px
}

.footer .mid-footer .payment .item {
    display: inline-flex;
    margin-right: 5px
}

.footer .mid-footer .tmdt {
    margin-top: 15px
}

.footer .mid-footer .tmdt .item {
    display: inline-flex;
    margin-right: 5px
}

.footer #copyright {
    font-size: 13px
}

.footer #copyright .border-top-dash {
    border-top: 1px dashed #99A2BC;
    padding: 15px 0
}

.footer #copyright .logo-footer {
    text-align: right
}

.footer #copyright .wsp {
    text-align: left
}

.footer #copyright a {
    color: var(--main-color);
    margin-left: auto;
}

.footer .module-application {
    margin-top: 30px
}

.footer .module-payment {
    margin-top: 30px
}

.footer .module-payment .item {
    display: inline-block;
    margin-right: 6px
}

.nd-tour-search-index {
    margin-top: -50px;
    position: relative;
    z-index: 999;
    /* margin-bottom: 40px; */
}

.nd-tour-search-index .nd-main-search {
    border-radius: 16px;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .45) !important;
}

.nd-tour-search-index .nd-main-search .btn-search {
    height: 44px;
    border: initial;
    border-radius: 10px;
    color: #e6f4ff;
    background: var(--main-color);
    font-size: 13px;
    width: 100%;
    cursor: pointer
}

.nd-tour-search-index .nd-main-search .btn-search:hover {
    background: #e6f4ff;
    color: var(--main-color)
}

.nd-tour-search-index .nd-main-search .group-search {
    display: flex;
    align-items: center
}

.nd-tour-search-index .nd-main-search .group-search .icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.nd-tour-search-index .nd-main-search .group-search.group-location .group-search-content {
    padding-left: 0;
    width: 100%
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content {
    width: calc(100% - 40px);
    padding-left: 15px;
    position: relative
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .chose {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #76809B
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list {
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 10px;
    background: #fff;
    z-index: 99
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list {
    margin-top: 5px
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list .scroll {
    max-height: 285px;
    overflow: auto
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list .scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list .scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-color)
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list span {
    display: block;
    color: #76809B;
    cursor: pointer
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .list .items-list span:hover {
    color: var(--main-color)
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content p {
    margin-bottom: 5px;
    color: #76809B;
    font-size: 14px;
    font-weight: 500;
    display: none
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content .form-control {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 0 10px;
    background-color: #fff;
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content input::placeholder {
    color: #76809B
}

@media (max-width: 1199px) and (min-width: 991px) {
    .nd-tour-search-index .nd-main-search .group-search .group-search-content input::placeholder {
        font-size:12px
    }
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content select {
    height: 44px;
    border-radius: 10px;
    border-color: var(--main-color);
    color: #76809B;
    width: 100%;
    outline: none
}

@media (max-width: 1199px) and (min-width: 991px) {
    .nd-tour-search-index .nd-main-search .group-search .group-search-content select {
        font-size:12px
    }
}

.nd-tour-search-index .nd-main-search .group-search .group-search-content:hover .list {
    display: block
}

@media (max-width: 991px) and (min-width: 767px) {
    .nd-tour-search-index .nd-main-search .group-search.group-location {
        margin-bottom:15px
    }
}

.bg-fixed {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb-bannner {
  position: relative;
  z-index: 1;
}
.breadcrumb-bannner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: linear-gradient(90deg, rgb(35 150 88 / .6) 0%, rgb(35 150 88 / .6) 18.81%, rgb(53 158 101 / .4) 34.63%, rgb(57 160 104 / .3) 54.23%, rgb(54 159 102 / .2) 67.36%, rgb(56 160 104 / .1) 100%); */
    background: linear-gradient(90deg, rgb(1 2 4 / 60%) 0%, rgb(1 2 4 / 50%) 18.81%, rgb(1 2 4 / 40%) 34.63%, rgb(1 2 4 / 30%) 54.23%, rgb(1 2 4 / 20%) 67.36% 67.36%, rgb(1 2 4 / 10%) 100%);
  z-index: 1;
}
.breadcrumb-bannner .banner__content {
  position: relative;
  z-index: 1;
}
.breadcrumb-bannner .breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb-bannner .breadcrumb .breadcrumb-item {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  font-size: 18px;
}
.breadcrumb-bannner .breadcrumb .breadcrumb-item a {
  font-size: 18px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.breadcrumb-bannner .breadcrumb .breadcrumb-item.active {
  color: #fffc00;
}
.breadcrumb-bannner.style1 {
  padding: 215px 0 120px;
}
.breadcrumb-bannner.graphic-breadcrumb-bannner {
  padding: 144px 0 55px;
}
.breadcrumb-bannner.graphic-breadcrumb-bannner::before {
  background: #080E1A;
}
.breadcrumb-bannner.graphic-breadcrumb-bannner .breadcrumb {
  gap: 8px 18px;
}
@media screen and (max-width: 1199px) {
  .breadcrumb-bannner.graphic-breadcrumb-bannner {
    padding: 100px 0 55px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb-bannner.style1 {
    padding: 150px 0 70px;
  }
}

.product-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.product-meta .item {
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.product-meta .item i {
    font-size: 28px;
}

.product-meta .item .icon {
    font-size: 20px;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.product-meta .item .info {
    padding-left: 10px;
    width: calc(100% - 45px)
}

.product-meta .item .info .title-info {
    color: #76809B;
    font-weight: 300
}

.product-meta .item .info .content-info {
    color: var(--main-color);
    font-weight: 600;
}

.product-meta .item.pt .icon svg {
    width: 21px
}

.product-meta .item.pt .icon svg path {
    fill: #fff;
}

.layout-product .tour_variants .time-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.layout-product .tour_variants .time-block .content-info {
    position: relative;
    width: calc(100% - 45px);
    padding-left: 10px
}

.layout-product .tour_variants .time-block .content-info input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 0 10px
}

.layout-product .tour_variants .time-block .content input::placeholder {
    color: #76809B
}

@media (max-width: 1199px) and (min-width: 991px) {
    .layout-product .tour_variants .time-block .content input::placeholder {
        font-size:12px
    }
}

@media (max-width: 767px) {
    .product-meta {
        flex-wrap: wrap;
    }
        .product-meta .item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.layout-product .tour_variants .time-block .icon {
    font-size: 24px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 16px
}

.layout-product .tour_variants .time-block .icon svg path {
    stroke: #FFF;
}

.layout-product .tour_variants .title-loai-khach {
    font-weight: 700;
    margin-bottom: 10px
}

.layout-product .tour_variants .variant_list {
    margin-bottom: 8px
}

.layout-product .tour_variants .variant_list .variant_title {
    font-size: 13px
}

.layout-product .tour_variants .variant_list .variant_title .stock-multiple strong {
    color: var(--main-color)
}

.layout-product .tour_variants .variant_list .variant_price {
    color: var(--main-color);
    font-size: 13px
}

.layout-product .tour_variants .variant_list .product-quantity {
    position: relative
}

.layout-product .tour_variants .variant_list .product-quantity button {
    position: absolute;
    border: initial;
    background: initial;
    font-size: 18px;
    height: 35px;
    width: 20px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.layout-product .tour_variants .variant_list .product-quantity button.minus {
    padding: initial;
    top: 0;
    left: 0
}

.layout-product .tour_variants .variant_list .product-quantity button.plus {
    padding: initial;
    top: 0;
    right: 0
}

.layout-product .tour_variants .variant_list .product-quantity .qty {
    width: 100%;
    height: 35px;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid var(--main-color);
    padding-left: 10px;
    border-radius: 8px
}

@media (max-width: 1199px) and (min-width: 991px) {
    .layout-product .tour_variants .variant_list .product-quantity .qty {
        padding-left:0
    }
}

.layout-product .tour_variants .totalPrice {
    border-top: 1px solid rgba(43,47,51,0.1);
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px
}

.layout-product .tour_variants .totalPrice .textTotalPrice {
    color: var(--main-color);
    font-size: 20px
}

.product-quantity input[type=number]::-webkit-inner-spin-button, 
.product-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.product-quantity input[type=number] {
  -moz-appearance: textfield;
}

.featured-products {
    margin: 0 -5px;
}
.featured-products.owl-carousel.owl-drag .owl-item {
    padding: 5px;
}

.aside-content-blog {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 20px
}

.aside-content-blog .title-head {
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 10px
}

.aside-content-blog .title-head span {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background: var(--main-color);
    justify-content: center;
    border-radius: 8px;
    padding: 0 20px
}

.aside-content-blog .nav-category>ul>li {
    position: relative;
    font-weight: 600;
    background-color: rgba(255,255,255,0.1)
}

.aside-content-blog .nav-category ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.aside-content-blog .nav-category ul .nav-item .nav-link {
    display: block;
    font-size: 14px;
    padding: 5px 0
}

.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5 {
    padding-right: 30px
}

.aside-content-blog .nav-category ul .nav-item .nav-link:hover {
    color: var(--main-color);
}

.aside-content-blog .nav-category ul .nav-item.active>.nav-link {
    color: var(--main-color)
}

.aside-content-blog .nav-category ul .nav-item.active>.down_icon:before {
    border-color: var(--main-color) transparent transparent transparent
}

.aside-content-blog .nav-category ul .menu_down {
    display: none;
    padding-left: 10px !important
}

.aside-content-blog .nav-category ul .down_icon {
    width: 30px;
    height: 31px;
    top: 0;
    right: 0;
    transition: 0.5s all;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.aside-content-blog .nav-category ul .down_icon:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #59646a transparent transparent transparent;
    transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

.aside-content-blog .nav-category ul .down_icon.cls_mn {
    transform: rotate(180deg)
}

.blog_noibat {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 10px
}

.blog_noibat h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 10px;
    line-height: 1
}

.blog_noibat h2 a {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background: var(--main-color);
    justify-content: center;
    border-radius: 8px;
    padding: 0 20px
}

.blog_noibat h2 a:hover {
    background: var(--main-color);
    color: #fff
}

.blog_noibat .blog_content {
    counter-reset: item
}

.blog_noibat .blog_content .item {
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.blog_noibat .blog_content .item .thumb {
    width: 90px
}

.blog_noibat .blog_content .item h3 {
    font-size: 14px;
    margin: 0;
    min-height: 39px;
    width: calc(100% - 90px);
    padding-left: 10px;
    line-height: 1.5;
}

.blog_noibat .blog_content .item h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_noibat .blog_content .item h3 a:hover {
    color: var(--main-color)
}

.blog_noibat .blog_content .item:last-child {
    border: initial;
    margin: 0
}

.contact-buttons {
      position: fixed;
      bottom: 70px;
      right: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 9999;
    }
    
    .contact-button {
      width: 60px;
      height: 60px;
      background: linear-gradient(145deg, #1c9352, #2e9b60);
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      line-height: 14px;
      padding: 10px 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      text-decoration: none;
      position: relative;
      transition: all 0.3s;
    }
    
    .contact-button:hover {
         color: #fff;
      transform: scale(1.1);
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    
    .contact-button img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 5px auto 0;
    }
    
    .contact-button.zalo img {
        width: 40px;
        height: 40px;
        display: block;
        margin: 1px auto 0;
    }
    
    .contact-button.zalo span {
        color: #2b9a5e;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* ĐẶT TOUR có hiệu ứng viền */
    .contact-button.dat-tour {
      background-color: #2ecc71;
      border: 4px solid #a5fbd2;
      font-size: 13px;
      padding-top: 12px;
    }
    
    /* Dropdown cho Hotline */
.hotline-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -25px;
  left: -250px;
  background-color: #ffffff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding: 12px 12px;
  text-align: left;
  transition: .3s;
}

.hotline-dropdown span {
    position: absolute;
    right: -7px;
    top: 45%;
    color: #fff;
}

.contact-button .hotline-dropdown img {
    width: 27px;
    height: 27px;
    margin: 0 5px 0 0;
}

.hotline-dropdown a {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #333;
  padding: 8px 0;
}

.hotline-dropdown a:hover {
  color: #16a085;
}

.contact-button.hotline:hover .hotline-dropdown {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
    .hotline-dropdown {
        left: -220px;
    }
    .hotline-dropdown a {
        font-size: 16px;
    }
}

/* ===== HERO SECTION ===== */
        .hero-section {
            padding: 60px 20px;
            text-align: center;
        }
        
        .hero-section h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 30px;
            font-family: 'Inter', sans-serif;
            letter-spacing: -0.5px;
        }
        
        .hero-content {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 60px;
        }
        
        .hero-image {
            position: relative;
            height: 400px;
            background: linear-gradient(135deg, #f0f9f7 0%, #e8f5f0 100%);
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(26, 155, 142, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .hero-image img {
            width: 80%;
            height: 80%;
            object-fit: cover;
            border-radius: 10px;
        }
        
        .hero-text h2 {
            font-weight: 600;
            color: #1a9b8e;
            margin-bottom: 20px;
            text-align: left;
        }
        
        .hero-text p {
            line-height: 1.7;
            color: #555;
            text-align: left;
            margin-bottom: 15px;
        }
        
        .highlight-box {
            background: #f0fffe;
            border-left: 4px solid #1dd1a1;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
            text-align: left;
            box-shadow: 0 4px 12px rgba(29, 209, 161, 0.1);
        }
        
        .highlight-box p {
            margin: 0;
            color: #333;
        }
        
        @media screen and (min-width: 1200px) {
            .highlight-box {
                position: absolute;
                max-width: 345px;
                left: 28%;
                text-align: justify;
                transform: rotate(2deg);
            }
        }
        
        /* ===== VISION & MISSION SECTION ===== */
        .vision-mission-section {
            padding: 60px 20px;
            background: linear-gradient(180deg, rgba(212, 241, 234, 0.3) 0%, rgba(224, 247, 244, 0.5) 100%);
        }
        
        .vision-mission-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .vision-card,
        .mission-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 6px 20px rgba(26, 155, 142, 0.1);
            transition: all 0.3s ease;
            border-top: 5px solid #1dd1a1;
            position: relative;
            overflow: hidden;
        }
        
        .vision-card:hover,
        .mission-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 35px rgba(26, 155, 142, 0.2);
        }
        
        .vision-card::before,
        .mission-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(29, 209, 161, 0.03) 0%, rgba(26, 155, 142, 0.03) 100%);
            pointer-events: none;
        }
        
        .vm-icon {
            font-size: 3.5rem;
            margin-bottom: 20px;
            display: inline-block;
            padding: 15px 20px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .vision-icon {
            background: linear-gradient(135deg, rgba(29, 209, 161, 0.2) 0%, rgba(26, 155, 142, 0.1) 100%);
            color: #1dd1a1;
        }
        
        .mission-icon {
            background: linear-gradient(135deg, rgba(26, 155, 142, 0.2) 0%, rgba(29, 209, 161, 0.1) 100%);
            color: #1a9b8e;
        }
        
        .vision-card:hover .vm-icon.vision-icon,
        .mission-card:hover .vm-icon.mission-icon {
            transform: scale(1.1) rotate(5deg);
        }
        
        .vision-card h3,
        .mission-card h3 {
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 15px;
            font-family: 'Inter', sans-serif;
        }
        
        .vision-card p,
        .mission-card p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .vision-list,
        .mission-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .vision-list li,
        .mission-list li {
            color: #666;
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
            line-height: 1.6;
            font-size: 1.4rem;
        }
        
        .vision-list li:before,
        .mission-list li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #1dd1a1;
            font-weight: bold;
            font-size: 1.1rem;
        }
        
        /* ===== EXPERIENCE SECTION ===== */
        .experience-section {
            padding: 60px 20px;
            text-align: center;
        }
        
        .section-label {
            display: inline-block;
            background: #d4f1ea;
            color: #1a9b8e;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .experience-section h2 {
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 20px;
            font-family: 'Inter', sans-serif;
        }
        
        .experience-section p {
            color: #666;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 35px;
            text-align: justify;
            margin-bottom: 40px;
        }
        
        .feature-item {
            display: flex;
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(26, 155, 142, 0.08);
            transition: all 0.3s ease;
            transform: rotate(2deg);
        }
        
        .feature-item:nth-child(2), .feature-item:nth-child(4) {
            transform: translateY(3px) rotate(-2deg);
        }
        
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(26, 155, 142, 0.15);
        }
        
        .feature-item .icon {
            padding: 10px;
            font-size: 2.5rem;
            color: #1dd1a1;
            margin-bottom: 5px;
            background-color: #d0fae5;
            border-radius: 8px;
            margin-right: 20px;
            height: max-content;
        }
        
        .feature-item h3 {
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .feature-item p {
            color: #666;
            margin: 0;
            line-height: 1.6;
        }
        
        /* ===== TRIAL SECTION ===== */
        .trial-section {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(26, 155, 142, 0.12);
            margin-top: 40px;
        }
        
        .trial-section h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 20px;
        }
        
        .trial-section p {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.7;
        }
        
        .trial-list {
            text-align: left;
            margin-bottom: 30px;
        }
        
        .trial-list li {
            color: #555;
            margin-bottom: 12px;
            line-height: 1.6;
            list-style: none;
            padding-left: 25px;
            position: relative;
        }
        
        .trial-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #1dd1a1;
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        /* ===== BENEFITS SECTION ===== */
        .benefits-section {
            padding: 60px 20px;
        }
        
        .benefits-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 40px;
            text-align: center;
            font-family: 'Inter', sans-serif;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .benefit-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(26, 155, 142, 0.08);
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(26, 155, 142, 0.15);
        }
        
        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .benefit-icon.green { color: #1dd1a1; }
        .benefit-icon.blue { color: #0984e3; }
        .benefit-icon.purple { color: #a55eea; }
        .benefit-icon.teal { color: #00b894; }
        
        .benefit-card h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a9b8e;
            margin-bottom: 10px;
        }
        
        .benefit-card p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
            line-height: 1.6;
        }
        
        /* ===== STATISTICS SECTION ===== */
        .stats-section {
            background: linear-gradient(135deg, #1a3a3a 0%, #1f4f4a 100%);
            padding: 50px 20px;
            border-radius: 15px;
            margin: 40px 0;
            color: white;
            box-shadow: 0 10px 40px rgba(26, 155, 142, 0.2);
        }
        
        .stats-title {
            font-weight: 700;
            margin-bottom: 30px;
            /* display: flex;
            align-items: center; */
            gap: 10px;
        }
        
        .stat-icon {
            font-size: 3rem;
            background-color: #00a46d;
            display: inline-block;
            padding: 12px 16px;
            border-radius: 5px;
            margin-bottom: 15px;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-item:nth-child(2) .stat-icon {
            background-color: #2272ff;
        }
        
        .stat-item:nth-child(3) .stat-icon {
            background-color: #a73bff;
        }
        
        .stat-item:nth-child(4) .stat-icon {
            background-color: #00b19f;
        }
        
        .stat-number {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1dd1a1;
            margin-bottom: 10px;
        }
        
        .stat-label {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.5;
        }
        
        /* ===== CTA SECTION ===== */
        .cta-section {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(26, 155, 142, 0.12);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin: 40px 0;
        }
        
        .cta-text h3 {
            font-size: 3rem;
            font-weight: 700;
            color: #1a9b8e;
            margin-bottom: 20px;
        }
        
        .cta-text p {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.7;
        }
        
        .cta-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .btn-primary-custom {
            background: linear-gradient(135deg, #1dd1a1 0%, #1aa873 100%);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(29, 209, 161, 0.3);
        }
        
        .btn-primary-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(29, 209, 161, 0.4);
            background: linear-gradient(135deg, #1aa873 0%, #158d5c 100%);
            color: white;
            text-decoration: none;
        }
        
        .btn-secondary-custom {
            background: transparent;
            color: #1a9b8e;
            border: 2px solid #1a9b8e;
            padding: 10px 28px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .btn-secondary-custom:hover {
            background: #f0fffe;
            transform: translateY(-2px);
            color: #1a9b8e;
            text-decoration: none;
        }
        
        .cta-image {
            height: 300px;
            background: linear-gradient(135deg, #f0f9f7 0%, #e8f5f0 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(26, 155, 142, 0.1);
        }
        
        .cta-image img {
            width: 90%;
            height: 90%;
            object-fit: cover;
            border-radius: 8px;
        }
        
        /* ===== STATS BOX DARK ===== */
        .stats-box-dark {
            background: linear-gradient(135deg, #2a2a3e 0%, #1f3a3a 100%);
            padding: 30px;
            border-radius: 12px;
            color: white;
            margin: 40px 0;
        }
        
        .stats-box-dark .stats-title {
            margin-bottom: 25px;
        }
        
        .hero-text {
            padding: 30px 40px 15px;
        }
        
        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .hero-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .cta-section {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .hero-section h1 {
                font-size: 2rem;
            }
            
            .experience-section h2,
            .benefits-section h2 {
                font-size: 1.6rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-section {
                padding: 40px 15px;
            }
            
            .hero-section h1 {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }
            
            .hero-image {
                height: 300px;
            }
            
            .hero-text h2 {
                font-size: 1.1rem;
            }
            
            .experience-section h2,
            .benefits-section h2 {
                font-size: 1.4rem;
            }
            
            .trial-section {
                padding: 30px;
            }
            
            .stats-section {
                padding: 30px 20px;
            }
            
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .stat-number {
                font-size: 1.5rem;
            }
            
            .cta-image {
                height: 250px;
            }
            
            .cta-buttons {
                flex-direction: column;
            }
            
            .btn-primary-custom,
            .btn-secondary-custom {
                width: 100%;
                text-align: center;
            }
        }
        
        @media (max-width: 576px) {
            
            .hero-section h1 {
                font-size: 1.5rem;
            }
            
            .hero-image {
                height: 250px;
            }
            
            .experience-section h2,
            .benefits-section h2 {
                font-size: 1.2rem;
            }
            
            .features-grid,
            .benefits-grid {
                grid-template-columns: 1fr;
            }
            
            .trial-section {
                padding: 20px;
            }
            
            .trial-section h3 {
                font-size: 1.2rem;
            }
            
            .cta-section {
                padding: 20px;
            }
            
            .cta-text h3 {
                font-size: 1.2rem;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }



