﻿.carousel-inner {
    /*height: 380px;*/
}

.carousel-control-prev {
    width: 5%;
    justify-content: left;
}

.carousel-control-next {
    width: 5%;
    justify-content: right;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230096c4'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 3em 3em;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230096c4'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 3em 3em;
}

.carousel-item-title {
    color: #23397d;
    /*background-color: #1e3a8a;*/
    display: inline-block;
    padding: 0.25rem 0.5rem;
}

.carousel-item-title h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.carousel-item-title1 {
    color: #23397d;
    font-weight: bold;
    font-size: 2.15rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.banner-fasttrack-title {
    color: #23397d;
    font-weight: bold;
    font-size: 2.15rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding: 1rem;
    background-color: rgb(95, 200, 221);
    color: #23397d;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-66px);
}

.carousel-item .transport-contact-title {
    color: white;
    background-color: #1e3a8a;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

.carousel-item .transport-type-row {
    height: 100px;
    color: #23397d;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    column-gap: 0.5rem;
    -webkit-justify-content: center;
    justify-content: center;
}

.transport-type-row .transport-type-item {
    background-color: #93c5fd;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.zalo-icon-sm {
    display: inline-block;
    background: url('/lib/icons/zalo-icon.svg') no-repeat;
    width: 24px;
    height: 23px;
    vertical-align: middle;
}

.badge-container {
    display: inline-flex;
    align-items: center;
    border: 2px solid #1d3f72; /* dark navy blue */
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #1d3f72;
    white-space: nowrap;
}

.ribbon {
    width: 1.8rem;
    height: 100%;
    background-color: #1d3f72;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-right: 15px;
}

#introductionSection, #fastTrackSection, #airFreightSection, #contactHomeSection {
    margin-top: 2rem;
}

#introductionSection {
    background-color: white;
    overflow: hidden;
    border: 1px solid #F3F4F6;
}

#introductionSection #btnBookNow1 {
    background-color: #23397d;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: bold;
    border: none;
}

#introductionSection #btnBookNow1:hover {
    background-color: #1a2b5e;
}

#introductionSection .btnAboutUs {
    background-color: white;
    color: #374151;
    border: 1px solid #E5E7EB;
    padding: 0.75rem 2rem;
    font-weight: bold;
}
#introductionSection .btnAboutUs:hover {
    background-color: #F9FAFB !important;
}

#introductionSection .home-intro-img-box {
    height: 26rem;
    min-height: 400px;
}

#introductionSection .fastTrackImg {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
}

#fastTrackSection {
    background-color: white;
}

#fastTrackSection .ftHeader {
    margin-bottom: 1.75rem;
    text-align: center;
}
#fastTrackSection .fastTrackItem {
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    box-shadow: var(--bs-box-shadow-sm);
}
#fastTrackSection .fastTrackItem:hover {
    box-shadow: var(--bs-box-shadow);
    /* transition-all */
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
#fastTrackSection .fastTrackItem .ftItem-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
}
#fastTrackSection .fastTrackItem:hover .ftItem-icon { color: white; }
#fastTrackSection .fastTrackItem:hover .ftItem-icon.bg-primary-blue-light { background-color: #23397d; }
#fastTrackSection .fastTrackItem:hover .ftItem-icon.bg-green-50 { background-color: #16A34A; }
#fastTrackSection .fastTrackItem:hover .ftItem-icon.bg-orange-50 { background-color: #EA580C; }
#fastTrackSection .fastTrackItem .ftItem-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0;
}
#fastTrackSection .fastTrackItem .ftItem-desc {
    color: #4B5563;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.625;
}
#fastTrackSection .fastTrackItem a.icon-link {
    font-weight: bold;
    text-decoration: none;
}
#fastTrackSection .fastTrackItem a.icon-link:hover svg.lucide-arrow-right {
    transform: translateX(0.25rem); /* translate-x-1 */
}

#airFreightSection {
    background-color: #23397d;
    color: white;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
#airFreightSection .btnViewAirFreight {
    background-color: white;
    color: #23397d;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    white-space: nowrap;
    box-shadow: var(--bs-box-shadow);
    font-weight: bold;
    border: none;
}
#airFreightSection .btnViewAirFreight:hover {
    background-color: #f0f4ff;
}

#contactHomeSection {
    border: 1px solid #E5E7EB;
}
#contactHomeSection .addressLine {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #111827;
    font-weight: 700;
    margin-bottom: 0;
}
#contactHomeSection .btnLienHe {
    margin-top: 2.5rem;
    background-color: #111827;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    white-space: nowrap;
    box-shadow: var(--bs-box-shadow);
    font-weight: bold;
}
#contactHomeSection .btnLienHe:hover { background-color: #1F2937; }
#contactHomeSection .btnLienHe:hover svg { transform: translateX(0.25rem); /* translate-x-1 */ }

/* Styles applied when screen width is 1400px or larger (Bootstrap's 'xxl' breakpoint) */
@media (min-width: 1400px) {
}

/* Custom styles for screens smaller than 1400px (Bootstrap's 'xl' breakpoint) */
@media (max-width: 1399.98px) {

}

/* Custom styles for screens smaller than 1200px (Bootstrap's 'lg' breakpoint, ex: iPad Pro) */
@media (max-width: 1199.98px) {
    .banner-fasttrack-title {
        font-size: 1.8rem;
        padding: 0.75rem;
        transform: translateX(-70px);
    }
}

/* Custom styles for screens smaller than 992px (Bootstrap's 'md' breakpoint) */
@media (max-width: 991.98px) {
    .carousel-item-title1 {
        font-size: 2rem;
    }

    .banner-fasttrack-title {
        font-size: 1.3rem;
        padding: 0.75rem;
        transform: translateX(-58px);
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-size: 2em 2em;
    }

    #introductionSection, #fastTrackSection, #airFreightSection, #contactHomeSection {
        margin-top: 1.75rem;
    }
}

/* Custom styles for screens smaller than 768px (Bootstrap's 'sm' breakpoint) */
@media (max-width: 767.98px) {
    .carousel-item-title1 {
        font-size: 1.5rem;
    }
    
    .banner-fasttrack-title {
        font-size: 1rem;
    }

    #introductionSection .home-intro-img-box {
        height: auto;
        min-height: 360px;
    }

    #fastTrackSection .fastTrackItem {
        padding: 1.5rem;
    }
}

/* Styles applied when screen width is 575.98px or smaller (Bootstrap's 'extra small' breakpoint. Ex: iPhone 14 Pro Max) */
@media (max-width: 575.98px) {
    .carousel-control-prev-icon {
        background-size: 2em 2em;
    }
    .carousel-control-next-icon {
        background-size: 2em 2em;
    }
    .carousel-item-title1 {
        font-size: 1rem;
    }

    .carousel-item-title h1 {
        font-size: 1.5rem;
    }

    .banner-fasttrack-title {
        font-size: 0.75rem;
        padding: 0.4rem;
        transform: translateX(-40px);
    }

    #introductionSection, #fastTrackSection, #airFreightSection, #contactHomeSection {
        margin-top: 1.5rem;
    }

    #introductionSection .home-intro-img-box {
        height: auto;
        min-height: 300px;
    }
}

@media (max-width: 420px) {
}
