﻿/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
    font-family: 'Times New Roman';
    src: url('assets/fonts/SVN-Times_New_Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
td,
th,
input,
textarea,
select,
button {
    font-family: 'Times New Roman', Times, serif !important;
    color: #000;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.icon-number {
    padding-bottom: 0px !important;
}

.icon-number .icon-box-text h5,
.icon-number .icon-box-text h6 {
    color: #fff;
}

.icon-number .icon-box-text h5 {
    font-size: 22px;
}

#footer p,
#footer .ux-menu-link__link .ux-menu-link__text,
#footer li {
    color: #fff;
}

#footer-contact-list li {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0px;
}

#footer-contact-list li p {
    margin-bottom: 0px;
}

#footer .qrcode {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p20);
}

#footer .qrcode .img {
    aspect-ratio: 1 / 1;
    margin-bottom: vaR(--p10);
}

#footer .qrcode .img img {
    width: 100%;
    height: 100%;
}

.IndexBaoZhang {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/wp-content/uploads/2026/06/bz_bg.png);
    color: #fff;
    padding-bottom: 0;
    overflow: hidden;
    /* padding: 80px 0 !important; */
    /* height: 1000px; */
}

.amlab_trip {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/wp-content/uploads/2026/06/if_bg.png);
    color: #fff;
    padding-bottom: 0;
    overflow: hidden;
}

/* .IndexBaoZhang .section-bg {
    background-size: cover;
    background-position: center;
} */

.IndexBaoZhang .section-title {
    color: #fff;
    margin-top: 90px;
    margin-bottom: 90px;
    position: relative;
    z-index: 3;
}

.IndexBaoZhang .section-title b {
    opacity: 0;
}

.IndexBaoZhang .section-title span {
    color: #fff;
    font-size: 30px;
    position: relative;
}

.IndexBaoZhang .section-title span::after {
    content: '';
    width: 96px;
    height: 3px;
    background: #f09722;
    margin: 15px auto;
    position: absolute;
    top: 100%;
    left: calc(50% - 48px);
}

.IndexBaoZhang .camket-item {
    position: relative;
    max-width: 20%;
    flex-basis: 20%;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 0px;
}

/* .IndexBaoZhang .camket-item:hover {
    padding-bottom: 140px;
} */

/* Chỉ transition những property cụ thể, không dùng * */
.IndexBaoZhang .camket-item .box-image,
.IndexBaoZhang .camket-item h4,
.IndexBaoZhang .camket-item .sub,
.IndexBaoZhang .camket-item hr {
    transition: opacity 0.5s, transform 0.5s;
}

.IndexBaoZhang .camket-item .col-inner::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 150vh;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1s;
    will-change: clip-path;
    opacity: 0.4;
    background: url(images/index/bz_bg1.png) 0 0 / cover no-repeat;
}

.IndexBaoZhang .camket-item .col-inner:hover::before {
    clip-path: inset(0% 0 0 0);
}

.IndexBaoZhang .camket-item .col-inner {
    position: relative;
    z-index: 1;
    height: 100%;
}

.IndexBaoZhang .camket-item .box {
    padding: 40px;
    height: 100%;
    background: transparent !important;
    box-shadow: none !important;
}

.IndexBaoZhang .camket-item .box .box-text {
    height: 100%;
}

.IndexBaoZhang .camket-item .box-image {
    transform: translateY(0);
}

.IndexBaoZhang .camket-item .col-inner:hover .box-image {
    opacity: 0;
    transform: translateY(-100px);
}

.IndexBaoZhang .camket-item .col-inner:hover .box-text {
    transition-delay: 0.2s;
    transform: translateY(-100px);
}

.IndexBaoZhang .camket-item h4 {
    margin-top: 50px;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.IndexBaoZhang .camket-item hr {
    margin: 38px auto 30px;
    width: 25px;
    height: 3px;
    background: #fff;
    border: none;
    border-radius: 2px;
    opacity: 1;
}

.IndexBaoZhang .camket-item .sub {
    text-align: center;
    min-height: 3.9em;
    line-height: 1.3em;
    color: #fff;
}

.IndexBaoZhang .camket-item .box-text-inner ul {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-top: 17px;
    padding-left: 1em;
    margin-bottom: 70px;
}

.IndexBaoZhang .camket-item .box-text-inner ul li {
    list-style: disc;
    margin-left: 0;
    color: #fff;
}

.IndexBaoZhang .camket-item .box-text-inner ul li::marker {
    color: #ee9723;
}

.IndexBaoZhang .camket-item .box-text-inner>p:last-child {
    margin: 0;
    height: 0;
}

.IndexBaoZhang .camket-item .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(10em);
    opacity: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 0 40px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.5s;
}

.IndexBaoZhang .camket-item .col-inner:hover .btn {
    opacity: 1;
    transform: translateX(-50%) translateY(-5rem);
    /* transition-delay: 0.5s; */
}

.AboutContact a,
.AboutContact p {
    font-size: 20px;
}

.AboutContact h2 {
    margin-bottom: 20px !important;
}

.AboutContact .col {
    padding-bottom: 0px;
    align-content: center;
}

.gg-map p {
    margin-bottom: 0px;
}

.IndexZhiNeng .banner-grid-wrapper {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.IndexZhiNeng .banner-grid {
    gap: 38px;
}

.IndexZhiNeng .banner {
    height: 100% !important;
    background-color: transparent !important;
    border-radius: 20px;
    overflow: hidden;
    /* transform: translateX(80px); */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.IndexZhiNeng .text-box-content {
    background: transparent !important;
    box-shadow: none !important;
}

.IndexZhiNeng .text-inner {
    padding: 60px 30px;
}

.IndexZhiNeng .text-inner h3,
.IndexZhiNeng .text-inner h3 strong {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-transform: none;
}

.IndexZhiNeng .text-inner p {
    font-size: 18px;
    margin-top: 10px;
    color: #000;
    text-align: left;
}

/* subtitle 让出海企业更简单 */
.IndexMap .img~.text h2 {
    font-size: 24px;
    margin: 40px 0;
    text-align: center;
}

/* animation initial states */
.IndexMap .section-content>.text,
.IndexMap .section-content>.img,
.IndexMap .row-full-width>.col {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.IndexMap .section-content>.text {
    transform: translateY(-30px);
}

.IndexMap .section-content>.img,
.IndexMap .row-full-width>.col {
    transform: translateY(30px);
}

.IndexMap .img-li,
.IndexMap .img-li .img-inner,
.IndexMap .row-collapse .col.medium-2 .col-inner {
    width: 32px !important;
    height: 32px;
    flex-shrink: 0;
}

.IndexMap .img-li img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.IndexMap .p-li p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

/* row items: icon và text align giữa nhau */
.IndexMap .row-collapse {
    align-items: center;
}

/* col icon co lại vừa 32px thay vì chiếm 2/12 grid */
.IndexMap .row-collapse .col.medium-2 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* outer row: space-between gap 20px */
.IndexMap .row-full-width.align-center {
    justify-content: space-between;
    gap: 20px;
}

.IndexFanghu {
    padding: 80px 0 !important;
}

.IndexFanghu .section-content>.text h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.IndexFanghu .section-content>.text h2::after {
    content: '';
    display: block;
    width: 96px;
    height: 3px;
    background: #f09722;
    margin: 15px auto;
}

.IndexFanghu .section-content>.text h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.IndexFanghu .col-inner>.text h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
}

/* animations */
.IndexFanghu .section-content>.text,
.IndexFanghu .row>.col {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}



.IndexJieShao {
    padding: 100px 0 !important;
    text-align: center;
}

.IndexJieShao .section-content>.text h2 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
}

.IndexJieShao .section-content>.text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}


/* ===== AboutIntro (trang Liên Hệ) ===== */
/* Section padding ~100px giống .com (padding: var(--p100) 0) */
.AboutIntro {
    padding: 100px 0 !important;
}

/* Title h2 ~ .titleCom h1 trên .com: font-size 30px, căn giữa, margin-bottom 50px */
.AboutIntro .section-content>.text h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

/* Banner card: bo tròn 20px giống .AboutIntro ul .img trên .com */
.AboutIntro .banner {
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    /* background-color: transparent !important;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease; */
}

.amlab_list_about {
    position: absolute !important;
    top: 685px;
    z-index: 2;
    ;
}

.amlab_lst_service {
    padding-top: 80px !important;
}

/* Delay lần lượt cho từng cột */
.AboutIntro .col:nth-child(1) .banner {
    transition-delay: 0s;
}

.AboutIntro .col:nth-child(2) .banner {
    transition-delay: 0.15s;
}

.AboutIntro .col:nth-child(3) .banner {
    transition-delay: 0.3s;
}

/* Giới hạn chiều cao 385px */
/* .AboutIntro .banner-inner.fill {
    max-height: 385px;
    border-radius: 20px;
    overflow: hidden;
} */

/* .AboutIntro .row,
.col,
.col-inner,
.banner,
.banner-inner.fill {
    max-height: 385px;
} */

/* Di chuyển text-box từ center (y50 = top:50%) xuống bottom giống .con trên .com */
.AboutIntro .banner .text-box.banner-layer {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
}

/* Gradient overlay dưới card để text dễ đọc */
.AboutIntro .banner-inner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 1;
    pointer-events: none;
}

.AboutIntro .banner .text-box.banner-layer {
    z-index: 2;
}

/* Padding nội dung ~ padding: var(--p40) var(--p30) */
.AboutIntro .banner .text-box-content {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 30px 30px !important;
}

/* h3 ~ h5 trên .com: font-weight 400, font-size 36px, không uppercase */
.AboutIntro .banner h3 {
    font-size: 36px;
    font-weight: 400 !important;
    text-transform: none !important;
    margin-bottom: 8px;
}

.AboutIntro .banner h3 strong {
    font-weight: 400 !important;
}

/* p ~ .sub trên .com: font-size 18px, margin-top 10px */
.AboutIntro .banner p {
    font-size: 18px;
    margin: 0;
}

/* ===== AboutInfo (trang Liên Hệ) ===== */
/* Override inline padding = 0 từ page builder (ID động, dùng class + !important) */
.AboutInfo {
    padding-top: 120px !important;
    padding-bottom: 200px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/wp-content/uploads/2026/06/about_info.png);
}

/* Background parallax cố định giống .com (background-attachment: fixed) */
.AboutInfo .section-bg.fill {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.AboutInfo .section-bg.fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.AboutInfo .section-content {
    position: relative;
    z-index: 1;
}

/* Row chứa nội dung - giới hạn max-width như .main trên .com */
.AboutInfo .row.row-full-width {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Tiêu đề h2 ~ .t1 trên .com (font-size: var(--ft36) = 36px) */
.AboutInfo .col-inner h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 36px;
    line-height: 1.3;
}

/* Nội dung text ~ .con trên .com (font-size: var(--ft18) = 18px) */
.AboutInfo .col-inner p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    /* opacity: 0; */
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.AboutInfo .col-inner p.zsy-animated {
    opacity: 1;
    transform: translateY(0);
}

.AboutInfo .col-inner p:nth-child(1) {
    transition-delay: 0s;
}

.AboutInfo .col-inner p:nth-child(2) {
    transition-delay: 0.15s;
}

.AboutInfo .col-inner p:nth-child(3) {
    transition-delay: 0.3s;
}

/* ===== AboutEnvi ===== */
/* Override inline padding 0 + giữ background #f7f7f7 */
.AboutEnvi {
    padding: 80px 0 !important;
    background-color: #f7f7f7 !important;
}

/* h2 ~ .titleLine h1: font-weight 400, font-size 32px */
.AboutEnvi .col-inner h2,
.AboutContact h2 {
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.3;
    color: #000;
}

/* Ảnh line.png dưới tiêu đề ~ .titleLine .line trên .com */
.AboutEnvi .col-inner h2::after {
    content: '';
    display: block;
    width: 63px;
    height: 9px;
    background: url('images/common/line.png') no-repeat center;
    margin: 20px 0 25px;
}

/* Paragraphs ~ .Info .con: font-size 16px, line-height 1.8em */
.AboutEnvi .col-inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* ===== AboutAdvantage ===== */
.AboutAdvantage {
    padding: 80px 0 !important;
    background-color: #f7f7f7 !important;
}

/* titleLine h2 ~ .titleLine h1 trên .com: font-weight 400, 32px, left-aligned */
.AboutAdvantage .titleLine h2 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
}

/* line.png dưới tiêu đề */
.AboutAdvantage .titleLine h2::after {
    content: '';
    display: block;
    width: 63px;
    height: 9px;
    background: url('images/common/line.png') no-repeat left center;
    margin: 20px 0 30px;
}

/* Row max-width 1400px giống --main trên .com */
/* .AboutAdvantage .row[style*="max-width"] {
    max-width: 1400px !important;
    width: 100% !important;
} */

/* Banner: transparent bg, bo tròn */
.AboutAdvantage .banner {
    /* background-color: transparent !important; */
    overflow: hidden;
    /* opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease; */
}

.AboutAdvantage .banner.zsy-animated {
    opacity: 1;
    transform: translateY(0);
}

.AboutAdvantage .col:nth-child(1) .banner {
    transition-delay: 0s;
}

.AboutAdvantage .col:nth-child(2) .banner {
    transition-delay: 0.15s;
}

.AboutAdvantage .col:nth-child(3) .banner {
    transition-delay: 0.3s;
}

.AboutAdvantage .col:nth-child(4) .banner {
    transition-delay: 0.45s;
}

/* Di chuyển text từ center (y50) xuống bottom */
.AboutAdvantage .banner .text-box.banner-layer {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 2;
}

/* Text content */
.AboutAdvantage .banner .text-box-content {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 20px 25px !important;
}

/* h3 ~ h5 trên .com: font-size 32px, căn giữa, trắng */
.AboutAdvantage .banner h3 {
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    /* color: #fff ; */
}

.AboutAdvantage .banner-inner .overlay {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Gradient overlay dưới để text dễ đọc */
/* .AboutAdvantage .banner-inner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
    z-index: 1;
    pointer-events: none;
} */
#footer .col_middle {
    padding: 0 60px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

#footer .col_middle .ux-menu-link__link,
.section-title-normal,
.section-title-normal span {
    border-bottom: none;
}

#footer ul li {
    list-style-type: none;
}



/* =====================================================
   ARCHIVE SERVICE — Banner + Catalog
   ===================================================== */

/* --- Banner --- */
.jcx-sv-banner {
    position: relative;
    width: 100%;
    min-height: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0e3da8;
    color: #fff;
}

.jcx-sv-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
}

.jcx-sv-banner h1 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
}

.jcx-sv-banner .desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.jcx-sv-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.jcx-sv-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

/* --- Catalog wrapper --- */
.jcx-catalog {
    background: #f2f4f8;
    padding: 0 0 60px;
}

/* --- Tab nav --- */
.jcx-catalog .ComNav {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 2px 4px #00000010;
    position: sticky;
    top: 0;
    z-index: 200;
}

.jcx-catalog .ComNav ul {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}

.jcx-catalog .ComNav .item {
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
    min-width: 8em;
    transition: .3s;
    padding: 9px 18px;
    cursor: pointer;
    color: #333;
}

.jcx-catalog .ComNav .item.active {
    background: #1a54d1;
    color: #fff;
}

/* --- Inner wrap --- */
.jcx-catalog .wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

/* --- Tips bar --- */
.jcx-catalog .ProductTips {
    background: #d1ddf7;
    border-radius: 10px;
    padding: 14px 22px;
    font-size: 17px;
    color: #333;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.jcx-catalog .ProductTips p {
    margin: 0;
}

.jcx-catalog .ProductTips .btn-tips {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 22px;
    background: #1a54d1;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s;
}

.jcx-catalog .ProductTips .btn-tips:hover {
    background: #1644b0;
}

/* --- 2-column layout --- */
/* .jcx-catalog .ProductInfo {
    display: grid;
    grid-template-columns: .28fr 1fr;
    gap: 40px;
    align-items: start;
} */

/* --- Left country nav --- */
/* .jcx-catalog .ProductNav ul {
    position: sticky;
    top: 90px;
    padding: 14px 0;
    border-radius: 10px;
    background: #fff;
    list-style: none;
    margin: 0;
} */

.jcx-catalog .ProductNav .item {
    display: block;
    padding: 13px 26px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.jcx-catalog .ProductNav .item a {
    display: block;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jcx-catalog .ProductNav .item.active {
    background: linear-gradient(270deg, rgba(56, 141, 234, 0) 0, rgba(26, 84, 209, .24) 100%);
}

.jcx-catalog .ProductNav .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1.4em;
    border-radius: 3px;
    background: #1a54d1;
    width: 0;
    transition: .3s;
}

.jcx-catalog .ProductNav .item.active::before,
.jcx-catalog .ProductNav .item:hover::before {
    width: 6px;
}

/* --- Country section --- */
.jcx-catalog .ProdBox {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.jcx-catalog .ProdBox .t1 {
    font-size: 23px;
    color: #000;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 2px solid #e0e0e0;
}

/* --- Product grid --- */
.jcx-catalog .proList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --- Product card --- */
.jcx-catalog .productItem {
    display: block;
    background: #fff;
    border-radius: 24px;
    padding: 26px 22px;
    border: 5px solid #fff;
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

.jcx-catalog .productItem:hover {
    border-color: #1a54d1;
    box-shadow: 0 6px 20px rgba(26, 84, 209, .12);
}

.jcx-catalog .productItem .title {
    display: grid;
    grid-template-columns: 2.6em 1fr;
    gap: 10px;
    align-items: center;
}

.jcx-catalog .productItem .title .img_box {
    width: 2.6em;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.jcx-catalog .productItem .title .img_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.jcx-catalog .productItem .title h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.jcx-catalog .productItem .sub {
    font-size: 14px;
    color: #777;
    margin-top: 14px;
    line-height: 1.7em;
    white-space: pre-line;
    min-height: 3.4em;
}

.jcx-catalog .productItem .money {
    margin-top: 12px;
    font-size: 14px;
    color: #e4393c;
}

.jcx-catalog .productItem .money span {
    font-size: 30px;
    font-weight: 700;
}

.jcx-catalog .productItem .oldmoney {
    color: #b9b9b9;
    font-size: 20px;
    margin-top: 6px;
    text-decoration: line-through;
}

.jcx-catalog .productItem .oldmoney span {
    color: #b9b9b9;
}

.jcx-catalog .productItem .btn-buy {
    display: block;
    margin-top: 14px;
    width: 100%;
    background: #1a54d1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
}

.jcx-catalog .productItem .btn-buy:hover {
    background: #1644b0;
}

.jcx-catalog .empty {
    padding: 40px;
    text-align: center;
    color: #999;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .jcx-sv-banner h1 {
        font-size: 34px;
    }

    .jcx-catalog .ProductInfo {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .jcx-catalog .ProductNav ul {
        position: relative;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .jcx-catalog .ProductNav .item {
        padding: 8px 16px;
        font-size: 12px;
    }

    .jcx-catalog .proList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .jcx-sv-banner h1 {
        font-size: 26px;
    }

    .jcx-sv-banner .desc {
        font-size: 15px;
    }

    .jcx-catalog .proList {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =====================================================
   SHORTCODE: amlab_type_service
   ===================================================== */

/* .amlab-ts {
    padding: 50px 20px 60px;
} */

.amlab-ts__title,
.amlab-ts__title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

.titleCom h3 {
    font-size: 18px;
    color: #111;
}

.p-li p {
    margin-bottom: 0px;
}



/* Tabs */
.amlab-ts__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: #e4eaf8;
    border-radius: 50px;
    padding: 8px 10px;
    margin-bottom: 30px;
    line-height: 1 !important;
}

.amlab-ts__tab {
    border: none;
    background: transparent;
    border-radius: 50px;
    padding: 10px 28px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: .3s;
    /* white-space: nowrap; */
    /* font-family: inherit; */
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    text-shadow: none;
    height: 40px;
    font-weight: 600;
}

.amlab-ts__tab.active {
    background: #1a54d1;
    color: #fff;
}

/* Panel */
.amlab-ts__panel {
    display: none;
}

.amlab-ts__panel.active {
    display: block;
}

/* Card — width từ .col.large-4 Flatsome grid */
.amlab-ts__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 28px 22px 22px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .3s;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    border: 5px solid transparent;
}

.amlab-ts__card:hover {
    border-color: #1a54d1;
    box-shadow: 0 8px 28px rgba(26, 84, 209, .14);
    /* transform: translateY(-3px); */
    color: inherit;
}

.amlab-ts__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.amlab-ts__flag {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.amlab-ts__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amlab-ts__name {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

.amlab-ts__price {
    font-size: 15px;
    color: #111;
    margin-bottom: 6px;
    margin-top: auto;
}

.amlab-ts__price span {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1px;
}

.amlab-ts__orig {
    font-size: 18px;
    text-align: center;
    color: #bbb;
    text-decoration: line-through;
    margin-bottom: 16px;
}

.amlab-ts__btn {
    display: block;
    width: 100%;
    background: #1a54d1;
    color: #fff;
    border-radius: 10px;
    padding: 13px 0;
    font-size: 16px;
    text-align: center;
    transition: background .3s;
}

.amlab-ts__card:hover .amlab-ts__btn {
    background: #1644b0;
}

.amlab_map .row_bottom .row {
    justify-content: center;
}

.amlab_map .row_bottom .large-10 {
    align-content: center;
    max-width: max-content !important;
    /* padding-left: 5px; */
}

.amlab_map .row_bottom .large-10 p {
    font-weight: 700;
}

.amlab_map .row_bottom img {
    width: 100%;
    max-width: 32px;
    aspect-ratio: 1 / 1;
}

/* === SECTION: Brands Marquee === */
.amlab_brands {
    padding-bottom: 60px !important;
}

.amlab_brands .section-content {
    overflow: hidden;
}

.amlab_brands .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
    animation: marquee-brands 15s linear infinite;
    margin: 20px 0 !important;

}

.amlab_brands .row:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.amlab_brands .col {
    flex: 0 0 calc(100vw / 4) !important;
    max-width: calc(100vw / 4) !important;
    padding: 0 20px !important;
}

@media (min-width: 1400px) {
    .amlab_brands .col {
        flex: 0 0 calc(100vw / 5) !important;
        max-width: calc(100vw / 5) !important;
    }
}

.amlab_brands .col-inner {
    /* margin: 20px; */
    border-radius: 10px;
    aspect-ratio: 4 / 2;
    padding: 20px;
    /* min-width: 300px; */
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(26, 84, 208, .1);
}

.amlab_brands .col-inner,
.amlab_brands .img,
.amlab_brands .img-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amlab_brands .img img {
    max-height: 70px;
    width: 60% !important;
    height: auto;
    object-fit: contain;
}

.amlab_trip h2 {
    color: #000;
}

.amlab_review .row .large-4 .col-inner {
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(202, 202, 202, 0.5);
    border-image: initial;
    padding: 30px;
    transition: 0.5s;
}

.amlab_review .row .large-4 .col-inner .icon-box .icon-box-img {
    width: 32px !important;
    height: 32px !important;
    aspect-ratio: 1/1;
}

.amlab_review .row .large-4 .col-inner .icon-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    color: #111;
    border-bottom: 1px solid #000;
}

.amlab_review .amlab-ts__title h2 {
    margin-bottom: 80px;
}

.amlab_review .amlab_list_cmt .flickity-prev-next-button {
    top: -40px;
    height: 40px;
    width: 40px;
}

.amlab_review .amlab_list_cmt .flickity-prev-next-button.previous {
    left: 45%;
    /* transform: translateX(-50%); */
}

.amlab_review .amlab_list_cmt .flickity-prev-next-button.next {
    right: 45%;
    left: auto;
    /* transform: translateX(-50%); */
}

.amlab_review .row .large-4 .col-inner .icon-box p {
    font-size: 14px;
    color: #111;
}

@keyframes marquee-brands {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.amlab_cnsp .title_primary h2 {
    margin-bottom: 24px;
}



.amlab_cnsp .amlab_lists_cn .col {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}

.amlab_cnsp .amlab_lists_cn .col .col-inner {
    height: 100%;
}


/* .archive .ProductNav {
} */

.archive .ProductNav ul {
    position: sticky;
    top: 120px;
    z-index: 100;
    padding: 20px 0;
    border-radius: 4px;
    background: #fff;
}

.archive .ProductNav ul li {
    margin-bottom: 0px;
}


#footer .accordion-title span {
    color: #ffffff80;
}

#footer .accordion-title {
    padding-left: 0px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px;
    margin-top: 20px;
}

#footer .accordion .toggle {
    left: auto;
    right: 0;
    top: 0px;
}

#footer .accordion .toggle .icon-angle-down {
    height: 10px;
    width: 10px;
}

#footer .accordion .accordion-title.active .icon-angle-down:before {
    top: -80%;
}

#footer .accordion-inner {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

#footer .accordion-inner .ux-menu-link__link {
    font-size: 14px;
    border: none;
}

#footer .accordion-inner .ux-menu-link__link span {
    color: #000;

}

#footer .accordion .icon-angle-down:before {
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
}

#footer .accordion-title span {
    font-size: 14px;
}

/* Mobile */


@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header .header-inner .show-for-medium.flex-left {
        display: none;
    }

    .amlab_list_about .icon-box .icon-box-img {
        width: 36px !important;
        height: 36px !important;
        aspect-ratio: 1/1;
    }

    .amlab_list_about .icon-box .icon-box-img img {
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .amlab_list_about {
        padding: 15px !important;
    }

    .amlab_list_about .icon-box:nth-child(1),
    .amlab_list_about .icon-box:nth-child(2) {
        padding-bottom: 15px;
    }

    .icon-number .icon-box-text h5 {
        font-size: 14px;
    }

    .icon-number .icon-box-text h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .amlab-ts__title,
    .amlab-ts__title h2 {
        font-size: 14px;
    }

    .amlab-ts__tab {
        line-height: 1;
        padding: 8px 15px;
        font-size: 12px;
        color: #000;
    }

    .amlab-ts__tabs {
        border-radius: 16px;
    }

    .amlab-ts .amlab_slider.flickity-enabled .col {
        /* width: 80vw; */
        max-width: 50%;
        flex-basis: 50%;
        padding: 0 8px;
    }

    .amlab-ts__price span {
        font-size: 32px;
    }

    .amlab-ts__flag {
        width: 28px;
        height: 28px;
    }

    .amlab-ts .amlab_slider .col {

        max-width: 50%;
        flex-basis: 50%;
    }

    .amlab-ts__card {
        height: auto;
    }

    .amlab-ts__price,
    .amlab-ts__orig {
        font-size: 12px;
    }


    .AboutInfo .section-bg.fill {
        position: absolute !important;
    }

    #section_758510691 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .AboutInfo .col-inner h2 {
        font-size: 26px;
    }

    .AboutInfo .col-inner p {
        font-size: 16px;
    }

    .IndexBaoZhang .section-title span {
        font-size: 14px;
    }

    .IndexBaoZhang .section-title {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .IndexBaoZhang .camket-item {
        max-width: 100%;
        flex-basis: 100%;
    }

    .IndexBaoZhang .camket-item .box-image {
        text-align: center;
    }

    .IndexBaoZhang .camket-item .box {
        padding: 15px 0;
    }

    .IndexBaoZhang .camket-item .box-image img {
        /* max-height: 50px; */
        max-width: 50%;
        margin: 0 auto;
        height: auto;
    }

    .IndexBaoZhang .camket-item h4 {
        font-size: 14px;
        margin-top: 15px;
    }

    .IndexBaoZhang .camket-item hr {
        margin: 10px auto;
    }

    .IndexBaoZhang .camket-item .box-text-inner ul {
        text-align: left;
    }

    .IndexBaoZhang .camket-item .btn {
        transform: translateX(-50%) translateY(0em);
    }

    .IndexZhiNeng .text-inner h3,
    .IndexZhiNeng .text-inner h3 strong {
        font-size: 14px;
    }

    .IndexZhiNeng .text-inner p {
        font-size: 12px;
    }

    .IndexZhiNeng .banner-grid-wrapper .col {
        max-height: 130px;
    }

    .IndexZhiNeng .banner-grid-wrapper {
        width: 100%;
    }

    .IndexZhiNeng .banner {
        min-height: 30px;
    }

    .IndexZhiNeng .text-inner {
        padding: 15px;
    }

    .amlab_map .row_bottom img {
        max-width: 24px;
    }

    .amlab_map .row_bottom .large-10 p {
        font-size: 12px;
    }

    .amlab_map .row_bottom .large-2 {
        max-width: max-content !important;
    }

    .amlab_map .row_bottom>.large-2 {
        padding: 10px;
    }

    .amlab_map .row_bottom .row {
        gap: 10px;
    }

    .amlab_brands .col {
        max-width: calc(100vw / 2.5) !important;
        flex-basis: calc(100vw / 2.5) !important;
        padding: 0 8px !important;
    }

    .amlab_brands .col-inner {
        min-width: min-content;
        padding: 10px;

    }

    .amlab_brands,
    .amlab_review {
        padding: 20px 0 !important;
    }

    .amlab_review .amlab-ts__title h2 {
        margin-bottom: 50px;
    }

    .amlab_review .amlab_list_cmt .flickity-prev-next-button.next {
        right: 40%;
        left: auto;
    }

    .amlab_review .amlab_list_cmt .flickity-prev-next-button.previous {
        left: 40%;
        right: auto;
    }

    .amlab_review .row .large-4 .col-inner .icon-box h3 {
        font-size: 12px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-top: 11px;
    }

    .amlab_review .row .large-4 .col-inner .icon-box p {
        font-size: 12px;
    }

    .amlab_review .row .large-4 .col-inner .icon-box .icon-box-img {
        width: 24px !important;
        height: 24px !important;
    }

    .titleCom h3 {
        font-size: 12px;
    }

    .amlab_trip h2 {
        font-size: 14px;
        color: #000;
    }

    .IndexJieShao {
        padding: 20px 0 !important;
    }

    .IndexJieShao .amlab-ts__title {
        margin-bottom: 0px;
    }

    #header #logo img {
        max-height: 30px !important;
    }

    #header .medium-logo-center .logo img {
        margin-left: 0px;
    }

    #header .icon-menu:before {
        content: '';
        background-image: url(./assets/images/bar_menu.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 30px;
        display: block;
        height: 30px;
    }

    #footer .col_middle {
        padding: 0 15px;
    }

    #footer * {
        font-size: 12px;
    }



    .jcx-catalog .ComNav {
        position: relative;
    }

    .archive .ProductNav {
        position: relative;
        top: 0px;
    }

    .jcx-catalog .productItem {
        padding: 15px 10px;
        /* max-width: 48% !important;
        flex-basis: 48% !important; */
    }

    .jcx-catalog .productItem .title .img_box img {
        width: 28px;
        height: 28px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .jcx-catalog .productItem .sub {
        font-size: 12px;
    }

    .jcx-catalog .productItem .money span {
        font-size: 15px;
    }

    .jcx-catalog .productItem .oldmoney {
        font-size: 12px;
    }

    .jcx-catalog .ComNav .item {
        font-size: 12px;
    }

    .jcx-catalog .wrap {
        padding: 20px 15px;
    }

    .jcx-catalog .ComNav ul {
        gap: 10px;
    }

    .ProductTips p {
        font-size: 12px;
    }

    .jcx-catalog .ProdBox .t1 {
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }

    .jcx-catalog .productItem .btn-buy {
        margin: 10px 0px 0px 0px;
        min-height: 40px;
        line-height: 1;
    }

    .jcx-catalog .proList {
        gap: 10px;
    }

    .jcx-catalog .ProdBox {
        margin-bottom: 20px;
    }

    .single-service .ProductDetails-jcx .img_box.Flag h1 {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .ProductDetails-jcx .img_box.Flag img {
        min-width: 100%;
    }

    .single-service .ProductDetails-jcx .Text .t1 h1 {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .single-service .ProductDetails-jcx .Text .desc {
        font-size: 12px;
        padding: 10px;
    }

    .single-service .ProductDetails-jcx .Text ul.type li .name,
    .single-service .ProductDetails-jcx .Text ul.type li dl dd.active {
        font-size: 12px;
    }

    .single-service .ProductDetails-jcx .Text ul.type {
        gap: 10px;
    }

    .single-service .ProductDetails-jcx .ProContent .t1 {
        font-size: 14px;
        color: #000;
    }

    .single-service .ProductDetails-jcx .buyBtn {
        font-size: 12px;
        line-height: 1;
        min-height: 40px;
    }

    .single-service .ProductDetails-jcx .Text ul.type li .money,
    .single-service .ProductDetails-jcx .Text ul.type li .money i {
        font-size: 14px;
    }

    .single-service .ProductDetails-jcx .Text ul.type li .moreTag {
        font-size: 12px;
    }

    .single-service .ProductDetails-jcx .ProDetInfo {
        margin-bottom: 20px;
    }

    .single-service .ProductDetails-jcx .Text ul.type li {
        margin-bottom: 0px;
    }

    .off-canvas-center .mfp-content {
        transform: translateY(-300px) !important;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li {
        border-bottom: 1px solid #777 !important;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        font-size: 12px;
        color: #000;
        justify-content: start !important;

    }

    .AboutAdvantage,
    .AboutEnvi {
        padding: 30px 15px !important;
    }

    .AboutAdvantage .col {
        padding: 0px;
    }

    .AboutAdvantage .col .col-inner {
        padding: 8px;
    }

}