:root{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-main: #004792;
}
.catalogue{
    font-weight: 800;
    line-height: 47px;
    color: var(--color-main);
    font-size: 22px;
    text-align: center;
}
.catalogue-dv{
    font-weight: 800;
    line-height: 47px;
    color: var(--color-main);
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}
.noindex{
    position:relative;
}
.noindex .menu_top>ul>li a span{
    color:#212529 !important;
}
.noindex .menu_top>ul>li>a.active span,
.noindex .menu_top>ul>li>a:hover span {
    color: #fff !important;
}
.header-solid{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #ffffff85 !important;
    backdrop-filter: blur(5px);
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeSlideDown 1s ease-in-out;
    color:#212529;
}

@keyframes fadeSlideDown {
    from {
    opacity: 0;
    transform: translateY(-10px);
    filter: blur(3px);
}
to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
}
.header-top {
    background: var(--color-main);
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
    height:45px;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-contact span {
    margin-right: 20px;
    font-family: var(--font-header);
}
.header-search {
    display: flex;
    align-items: center;
    position: relative;
}
.header-search input::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.header-search input {
    width:300px;
    padding: 5px 10px;
    height:35px;
    border: none;
    border-radius: 30px 30px 30px 30px;
    background: #034181;
}

.color-search{
    color:#fff;
}
.header-search button {
    position:absolute;
    padding: 6px 10px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    right:10px;
    font-size:16px;
}
/**/


/* arrow style */
.slide-prev { left: 30px; }
.slide-next { right: 30px; }


.slide-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.45);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 10;
}
.slide-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.slider-wrap:hover .slide-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-wrap {
    overflow: hidden;
    position:relative;
}
.slider-wrap .slick-slide img{
    max-width:100%;
    object-fit:cover;
    height:auto;
}
.slide-ovelay{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.2);
    width:100%;
    height:100%;
    z-index:1
}
/**/
.intro {
       background: linear-gradient(36deg, rgba(146, 93, 0, 0.2604691534817052) 0%, rgba(0, 69, 146, 0) 23%, rgba(0, 71, 146, 0.21845234675901615) 51%, rgba(0, 71, 146, 0) 76%, rgba(146, 0, 0, 0.11761201062456228) 100%);
    backdrop-filter: blur(11px);
    padding: 50px 0;
}

.intro-row {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap: 70px;
}

.intro-left {
    flex:1;
    text-align: justify;
}

.intro-right {
    flex:1;
    display:flex;
    justify-content:center;
}
.intro-right img{
    border-radius:30px;
}

.intro-label {
    display:inline-block;
    background:var(--color-main);
    color:#fff;
    padding:5px 20px;
    border-radius:20px;
    font-size:16px;
    font-family:var(--font-family)
}

.intro-title {
    font-size: 41px;
    font-weight: 600;
    margin: 10px 0;
    font-family: "Kanit", sans-serif;
    text-align: center;
    color: #1b113e;
    line-height: 52px;
}

.intro-desc {
    font-size:17px;
    color:#3f4457;
    margin:15px 0 25px;
    line-height:1.6;
}

.intro-btn {
    display: inline-flex;
    align-items: center;
    background: var(--color-main);
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    height: 40px;
}
.intro-btn i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    background-color: #003266;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.intro-btn span{
    display: inline-block;
    padding: 0px;
    width: unset;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    transition: .6s;
    color: #fff;
    white-space: nowrap;
    padding: 0 16px;
}

.intro-btn i {
    font-size:14px;
}
.feature_grid{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:8px;
    text-align:center;
}

.intro-features {
  
}
.feature-item{
    display: inline-block;
    border-radius: 50%;
    background: var(--color-main);
    border: 4px double #fff;
}
.feature-item img{

    filter: brightness(0) invert(1);
    padding: 11px;
    width:70px;
}
.feature-content h4 {
    font-size:17px;
    color:#1e2448;
    text-transform: uppercase;
}

.feature-content p {
    font-size:14px;
    color:#555;
}

/* image */
.intro-image-wrap {
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 4px 24px rgba(0,0,0,0.12);
}

.intro-image {
    width:100%;
    border-radius:18px;
    object-fit:cover;
}
@media (max-width:768px){
    .intro-left{
        flex: unset;
        width: 100%;
    }
    .intro-title{
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        line-height: 28px
    }
    .intro{
        padding: 0;
    }
    .pd-ct{
        padding: 0 !important;
    }
}


/**/
.stats {
    padding: 70px 0 40px;
    background:#fff;
}

.stats-header {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    margin-bottom:30px;
}

.stats-title {
    font-size:22px;
    text-align:center;
    font-weight: 800;
    line-height: 47px;
    color: var(--color-main);
    width:400px;
}

.stats-text {
    max-width:550px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    line-height: 1.7;
}

.stats-divider {
    border:0;
    border-top:1px solid #ddd;
    margin:20px 0 40px;
}

.stats-grid {
    display:flex;
    justify-content:space-between;
    text-align:center;
    flex-wrap:wrap;
    gap:20px;
}

.stats-item {
    flex:1;
    min-width:180px;
}

.stats-number {
    font-size: 65px;
    font-weight: 800;
    color: var(--color-main);
    font-family: "Kanit", sans-serif;
    line-height: 60px;
}

.stats-label {
    font-size:16px;
    font-weight: 600;
    color: #555;
}
@media (max-width:576px){
    .stats-header{
        flex-direction:column;
    }
    .stats-number{
        font-size: 50px;
    }
    .stats{
        padding: 30px 0;
    }

}
/**/
.warehouse {
    padding: 70px 0;
}

.warehouse:nth-child(odd) {
    background: #f5f5f5;
}

.warehouse:nth-child(even) {
    background: #fff;
}



.warehouse-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: "Kanit", sans-serif;
    color: var(--color-main);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height:1.8
}
.warehouse-title-main {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: "Kanit", sans-serif;
    color: var(--color-main);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height:1.8
}
.title-contact{
    font-size: 26px;
    color: var(--color-main);
    text-transform: uppercase;
}
.content-title-contact {
    font-weight: 500;

}
.content-title-contact a{
    color: #333;
}
.btn-info{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px 30px;
    background: var(--color-main);
    border-radius: 100px;
    border: none;
    outline: none;
    box-shadow: none !important;
    color: #fff;
}

.warehouse-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid var(--color-main);
}

.warehouse-title span {
    display: inline-block;
    padding: 0 35px;
    position: relative;
    z-index: 1;
}
.warehouse:nth-of-type(odd) .warehouse-title span {
    background: #f5f5f5;
}

.warehouse:nth-of-type(even) .warehouse-title span {
    background: #fff;
}



.warehouse-title span:before{
    
    content: "";
    position: absolute;
    right: -2px;
    top: 22%;
    width: 2px;
    height: 60%;
    border-left: 2px solid var(--color-main);
    transform: rotate(40deg);
}
.warehouse-title span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    width: 2px;
    height: 60%;
    border-left: 2px solid var(--color-main);
    transform: rotate(40deg);
}
/* Grid */
.warehouse-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:15px;
}

/* Item */
.warehouse-item {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: block;
    overflow: hidden;
}

.warehouse-thumb img {
    width:100%;
    object-fit:cover;
    display:block;
}

.warehouse-info {
        position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 16px;
    background: #ffffffe3;
    color: #333;
    opacity: 1;
    transition: .8s;
    min-height: 103px;
}

.warehouse-name {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
}

.warehouse-desc {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Read More Button */
.warehouse-more {
    text-align:center;
    margin:50px 0 0 0;
}

.warehouse-more a {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 100px;
    background: var(--color-main);
    color: #fff;
    font-weight: 600;
    transition: .2s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.warehouse-more a:hover{
    transform: scale(1.05);
    transition: .2s;
}

.warehouse-item:hover img {
    transform:scale(1.05);
    transition:.3s ease;
}
.warehouse-thumb img {
    transition:.3s ease;
}

@media(max-width:1200px){
    .warehouse-grid {
        grid-template-columns:repeat(3, 1fr);
    }
}
@media (max-width: 769px) {
    .warehouse-info {
        position: relative;
        min-height: unset;
        padding: 8px;
    }
    .warehouse-grid {
        grid-template-columns:repeat(2,1fr);
    }.warehouse-title{
        font-size: 20px;
    }
    .warehouse-title span{
        padding: 0 12px;
    }
}

@media (min-width: 576px) and (max-width: 769px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
}

/**/
.news-feature{
    padding:40px 0;
    background: linear-gradient(36deg, rgba(146, 93, 0, 0.2604691534817052) 0%, rgba(0, 69, 146, 0) 23%, rgba(0, 71, 146, 0.21845234675901615) 51%, rgba(0, 71, 146, 0) 76%, rgba(146, 0, 0, 0.11761201062456228) 100%);
}
.news-wrap{
    max-width:1200px;
    margin:auto;
}
.news-layout {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 30px;
}

.news-list {
    height: 450px;
    overflow: hidden;
}
.news-title{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Kanit", sans-serif;
    color: var(--color-main);
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.news-title span{
    display: inline-block;
    border-bottom: 1px solid var(--color-main);
}
.news-vertical {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 16px;
    border-radius: 1.875rem;
    padding: 10px;
}
.slick-vertical .slick-slide{
    display:flex ;
    padding:5px;
}

.news-item-card {
    display: flex;
    gap: 12px;
    border-radius: 30px;
    background: #f0f0f2;
    margin:5px 0;
    position: relative;
}

.news-thumb {
    width: 160px;
    height: 140px;
    flex-shrink: 0;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 1.375rem;
    object-fit: cover;
    display: block;
}
.news-title-item-hot a{
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}
.news-desc-hot{
    margin-bottom: 15px;
    font-size: 15px;
    color: #ffffffd9;
}

.news-title-item a {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
}
.news-hot{
    display: flex;
}
.news-featured-btn{
    height: 64px;
    width: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b113e4d;
    margin-left: 25px;
}
.news-featured-btn i{
    color: #fff;
}
.news-desc{
    font-size: 14px;
    font-style: italic;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.news-more{
        position: absolute;
    bottom: 20px;
    right: 10px;

}
.news-more a {
    padding: 5px 30px;
    background: #281c55;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.news-featured{
    position:relative;
}
.news-featured-info{
    position: absolute;
    left: 16px;
    bottom: 30px;
    right: 16px;
    width: calc(100% - 32px);
    background-color: #ffffff33;
    border-radius: 1.5rem;
    padding: 10px;
    backdrop-filter: blur(4px);
    color: #fff;
}
.desc-news{
    display:flex;
    justify-content:center;
    width: 85%;
}
.news-featured-thumb img{
    border-radius:30px;
    width: 100%;
    height:100%;
    aspect-ratio: 134 / 100;
    object-fit: cover;
}
@media(max-width:768px){
    .news-layout{
        grid-template-columns: 1fr;
    }
}
/**/
.consult-section {
    padding: 40px 0;
    position:relative;
    z-index:1;
}
.consult-section:before{
    opacity: 0.1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nhakhoxuongmay.png) center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact-idex{
    background: #ffffffba;
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-idex-dv{
    background: #ffffffba;
    padding: 10px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.consult-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--color-main);
    text-transform: uppercase;
}
.ct_img img{
    border-radius: 12px;
    height: 100%;
}
/**/
.video-section {
    padding: 40px 0;
    text-align: center;
}

.video-title {
    font-size: 28px;
    font-weight: 700;
    color: #004792;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.video-title span {
    border-bottom: 3px solid #004792;
    padding-bottom: 3px;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    justify-content: center;
    align-items: flex-start;
}

.video-frame {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
}

.video-name {
    margin-top: 10px;
    font-size: 15px;
    color: #222;
}

.video-name i {
    color: red;
    margin-right: 6px;
}
@media (max-width:768px){
    .video-grid{
        grid-template-columns: 1fr;
    }

}

/**/
.partners-section {
    padding: 50px 0;
    text-align: center;
}

.partners-title {
    font-size: 24px;
    font-weight: 700;
    color: #004792;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.partners-title span {
    border-bottom: 3px solid #004792;
    padding-bottom: 3px;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.partner-box{
    height: 120px;
    border: 1px solid #dce6f5;
    border-radius: 14px;
    background: #fff;
    padding: 15px;
    transition: 3s ease;
    display: flex;             
    align-items: center;      
    justify-content: center;   
    overflow: hidden;
}


.partner-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.5s ease;
}

.partners-section .slick-initialized .slick-slide{
    margin:5px;
}

.slick-hover:hover .partner-box img{
    transform:scale(1.1);
}
@media(max-width:576px){
    .partner-box{
        height: 70px;
    }
}
/**/
.footer-section {
    position: relative;
    color: #fff;
    padding: 50px 0 0;
    overflow: hidden;
    z-index:1;
}
.footer-section:before {
    content: "";
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    background: url(../images/ft.png) no-repeat center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}

.footer-container {
    position: relative;
    z-index: 2;
    width: 1250px;
    max-width: 95%;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 270px;
}

.footer-logo {
    width: 160px;
    filter: brightness(0) invert(1);
}

.footer-desc {
    margin: 15px 0;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s ease;
    font-size:15px;
}

.footer-links li:hover a {
    transform: translateX(10px);
    color:yellow;
}


.footer-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.35);
    margin: 25px 0;
}

.footer-middle {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom:70px;
}
.footer-fb iframe {
    width: 400px;
    height: 250px;
}

.footer-map iframe {
    width: 400px;
    height: 250px;
    border: 0;
}

.footer-bottom {
    padding: 15px;
    font-size: 14px;
    background: #0047921f;
    backdrop-filter: blur(9px);
    border-top:1px solid rgba(255,255,255,.35);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-social{
    font-size: 24px;
}

.footer-social a i{
    transition: color .3s ease, transform .3s ease;
}


.footer-social a:hover .fa-facebook-f{
    color: #1877f2;
    transform: translateY(-5px);
}

.footer-social a:hover .fa-tiktok{
    color: #000;
    transform: translateY(-5px);
}

.footer-social a:hover .fa-youtube{
    color: #ff0000;
    transform: translateY(-5px);
}
@media(max-width: 768px) {
    .footer-top {
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .footer-links{
        transform: translate(0,0);
    }
    .footer-middle{
        justify-content: left;
    }
}
.news-vertical {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.service-thumb {
    width: 80px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-info {
    flex: 1;
}

.service-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}

.service-title a {
    color: #222;
    text-decoration: none;
}

.service-meta {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.service-action {
    color: #222;
    font-size: 16px;
    transition: transform .2s ease;
}

.service-item:hover .service-action {
    transform: translateX(4px);
}
.news-vertical .slick-list{
    height: 400px !important;
}