html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: #f8f9fa;
    color: #1d2838;
}

.map-dialog-header {
    min-height: 76px
}

.contact-map {
    display: block;
    width: 100%;
    height: min(65vh, 520px);
    border: 0
}

.currency-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 20px;
    border: 0;
    border-radius: 20px;
    text-align: left;
    font-weight: 700
}

.selected-curr {
    background: rgb(227, 237, 255)
}

.unselected-curr {
    background: #fff
}

.unselected-curr:hover {
    background: #eee
}

.booking-summary #continue-booking {
    display: block;
    color: #e6501d !important;
    background: #fff !important;
    border-color: #fff !important
}

.booking-summary #continue-booking:hover {
    color: #c83d12 !important;
    background: #fff4ed !important;
    border-color: #fff4ed !important
}

.booking-summary #continue-booking.disabled {
    color: #a9a9a9 !important;
    background: rgba(255, 255, 255, .82) !important;
    border-color: transparent !important
}

#editTripModal .modal-dialog {
    max-width: 820px
}

#editTripModal .modal-content {
    border: 0;
    border-radius: 1rem;
    overflow: hidden
}

#editTripModal .modal-header, #editTripModal .modal-footer {
    padding: 1rem 1.25rem
}

#editTripModal .modal-body {
    padding: 1.25rem !important
}

#editTripModal .form-label {
    margin-bottom: .3rem;
    font-size: .82rem
}

#editTripModal .form-control-lg {
    min-height: 42px;
    padding: .45rem .7rem;
    font-size: .95rem
}

#editTripModal .booking-tab {
    font-size: 1rem
}

#editTripModal .row {
    --bs-gutter-y: .85rem
}

@media (max-width: 575.98px) {
    #editTripModal .modal-dialog {
        margin: .5rem
    }

    #editTripModal .modal-body {
        padding: 1rem !important
    }
}

#loginRequiredModal a[href="/forgot-password"], #loginRequiredModal a[href="/register"] {
    display: none !important
}

#loginRequiredModal a[href="/register"] {
    display: none !important
}

#loginRequiredModal p:has(a[href="/register"]) {
    display: none !important
}

.account-initials, .google-account-avatar {
    display: grid !important;
    place-items: center;
    border-radius: 50%;
    background: #e8f0fe !important;
    color: #1967d2 !important;
    font-weight: 600 !important;
    box-shadow: none
}

.account-initials {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0 !important;
    border: 0 !important;
    font-size: .82rem;
    line-height: 1
}

/* Bootstrap removes the right radius of a button inside .btn-group. The
   account button is followed by its dropdown menu, but must remain circular. */
#navbarSupportedContent .btn-group > .btn.account-initials:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50% !important
}

.mobile-account-dropdown .dropdown-menu {
    z-index: 1031
}

.google-account-avatar {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    flex: 0 0 48px
}

.booking-detail-sidebar {
    width: 100%;
    min-width: 270px
}

.booking-detail-sidebar-avatar {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    font-size: 1rem
}

.min-width-0 {
    min-width: 0
}

.booking-detail-sidebar-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1d2838
}

.booking-detail-sidebar-name .bi-patch-check-fill {
    color: #1b73e8;
    font-size: .95rem
}

.booking-detail-sidebar-email {
    color: #6c757d;
    font-size: .75rem
}

.booking-detail-sidebar-link {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    margin-top: .5rem;
    padding: .6rem .75rem;
    color: #1d2838;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    border: 0;
    border-radius: .375rem;
    background: transparent;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease
}

.booking-detail-sidebar-link:first-child {
    margin-top: 0
}

.booking-detail-sidebar-link:hover {
    color: #1d2838;
    background: #f5f5f5
}

.booking-detail-sidebar-link.active, .booking-detail-sidebar-link.active:hover {
    color: #fff;
    background: var(--bs-primary)
}

.booking-detail-sidebar-link > i {
    width: 1rem;
    text-align: center;
    font-size: 1.05rem
}

.booking-detail-sidebar-divider {
    margin: 1.25rem 0;
    border: 0;
    border-top: 1px solid #e6e9ed;
    opacity: 1
}

.booking-detail-sidebar-signout {
    color: #dc3545
}

.booking-detail-sidebar-signout:hover {
    color: #dc3545;
    background: #fff4f4
}

.booking-card-item {
    position: relative;
    cursor: pointer
}

.booking-card-item:hover {
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .12) !important
}

.booking-chevron {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%)
}

.img-empty-state {
    max-width: 180px;
    max-height: 130px;
    object-fit: contain
}

#loginRequiredModal .login-password-field {
    position: relative
}

#loginRequiredModal #login-password {
    padding-right: 3.25rem
}

#loginRequiredModal #toggle-login-password {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 3.25rem;
    padding: 0;
    color: #6c757d;
    font-size: 1.2rem;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer
}

#loginRequiredModal #toggle-login-password:hover {
    color: var(--bs-primary)
}

#loginRequiredModal #toggle-login-password:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: -3px;
    border-radius: .25rem
}

.search-page {
    min-height: 70vh;
    background: #f6f8fb
}

.search-trip-card {
    border: 1px solid #e6ebf1
}

.search-time {
    font-size: 1.35rem;
    font-weight: 700;
    color: #213247
}

.search-time small {
    font-size: .72rem;
    color: #7a8186
}

.search-trip-card {
    transition: border-color .18s ease, box-shadow .18s ease
}

.search-trip-card:hover {
    border-color: var(--bs-primary)
}

.wrapper-selected-trip {
    border: 2px solid var(--bs-primary) !important;
    box-shadow: 0 .35rem 1.25rem rgba(253, 87, 30, .2) !important
}

.booking-summary {
    position: sticky;
    top: 100px;
    border: 0;
    background: linear-gradient(135deg, #fd571e 0%, #e74a1c 52%, #ff9a39 100%);
    color: #fff;
    box-shadow: 0 .6rem 1.75rem rgba(220, 78, 24, .25)
}

.booking-summary .text-muted, .booking-summary .summary-label {
    color: rgba(255, 255, 255, .84) !important
}

.booking-summary .summary-route {
    padding: 1rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .96);
    color: #253247
}

.booking-summary .text-primary {
    color: #fff !important
}

.booking-summary .summary-route .text-primary {
    color: var(--bs-primary) !important
}

.booking-summary .border-top {
    border-color: rgba(255, 255, 255, .4) !important
}

.booking-summary .btn-primary {
    color: var(--bs-primary);
    border-color: #fff;
    background: #fff
}

.summary-label {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em
}

@media (max-width: 991.98px) {
    .booking-summary {
        position: static
    }
}

#booking-summary.d-none {
    display: block !important
}

#booking-summary.d-none .p-4 > :not(h2) {
    display: none
}

#booking-summary.d-none h2 {
    margin-bottom: 0 !important
}

#booking-summary.d-none h2::after {
    content: 'Select a departure trip to view your booking summary.';
    display: block;
    margin-top: 1rem;
    color: #6c757d;
    font-size: .875rem;
    font-weight: 400
}

.home-package-card {
    display: block;
    flex: 0 0 300px;
    width: 300px
}

.home-package-card .img-package {
    height: 308px
}

.home-package-card .description-package {
    font-size: 12px;
    min-height: 54px
}

.home-booking-form .passenger-field {
    flex: 0 0 100%;
    max-width: 100%
}

.home-booking-form .passenger-field .row {
    max-width: 520px
}

.box-search {
    max-width: 1280px
}

.booking-tab {
    border: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.home-booking-form #roundtrip-fields {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0
}

#navbar-change-bg {
    transition: background-color .2s ease, box-shadow .2s ease;
    z-index: 1030;
}

#navbar-change-bg.bg-primary {
    background-color: var(--bs-primary) !important;
}

#navbar-change-bg.bg-white {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.navbar-mobile .dropdown-item {
    background: transparent;
    border: 0;
}

#navbarSupportedContent .nav-link.active {
    border-bottom: 2px solid #fff;
}

#navbar-change-bg.bg-white #navbarSupportedContent .nav-link.active {
    border-bottom-color: #fff;
    color: #fff !important;
}

#navbarSupportedContent .dropdown-menu .dropdown-item.active, #navbarSupportedContent .dropdown-menu .dropdown-item.active:focus, #navbarSupportedContent .dropdown-menu .dropdown-item.active:hover {
    color: #fff !important;
    background-color: var(--bs-primary) !important
}

.footer .bg-primary a, .footer .bg-primary .nav-link, .nav-link-footer-bottom {
    color: #fff !important;
}

.search-trip-card .d-flex.align-items-center.justify-content-between.gap-3 > .text-end {
    text-align: left !important;
}

main {
    min-height: 70vh;
}

.navbar {
    min-height: 56px;
}

.img-header {
    width: 136px;
    max-height: 34px;
}

.img-footer {
    width: 155px;
}

.footer a {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.footer-social-link {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.footer-social-link:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 10px rgb(15 23 42 / 15%);
    transform: translateY(-2px);
}

.footer-social-link i {
    color: #1877f2;
    font-size: 1.2rem;
    line-height: 1;
}

.footer-social-link img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.home-hero {
    min-height: 515px;
    padding-top: 150px;
    background: linear-gradient(90deg, rgba(0, 48, 93, .88), rgba(0, 48, 93, .18)), url('/image/banner.jpg') center/cover no-repeat;
}

.hero-content h1 {
    max-width: 750px;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.04em;
}

.search-wrap {
    position: relative;
    margin-top: -105px;
    z-index: 2;
}

.booking-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.booking-tab {
    font-size: 1.125rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
}

.booking-tab.active {
    color: #004b87;
    border-bottom: 3px solid #f6a800;
    padding-bottom: .45rem;
}

.wrapper-video {
    margin-top: 0;
}

.container-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    pointer-events: none;
}

.responsive-iframe {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.header-home {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.text-18-12 {
    font-size: 18px !important;
}

.text-40-14 {
    font-size: 40px !important;
}

.img-bg-home {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 450px;
}

.img-bg-rectangle {
    margin-top: -88px;
    height: 100%;
}

.box-search {
    width: 75%;
    margin-top: -245px;
    box-shadow: 0 4px 40px #0000001a;
}

.box-icon-service {
    width: fit-content;
    padding: 16px;
    background-color: var(--bs-primary);
    border-radius: 16px;
}

.home-feature {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 60px 60px 0;
}

.home-lead {
    line-height: 25.6px;
}

.bg-img-ourvessel {
    width: 45%;
    height: 100%;
    background-color: var(--bs-primary);
}

.wrapper-ourvessel {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.wrapper-img-ourvessel {
    position: relative;
    width: 600px;
}

.img-slide {
    width: 900px;
    height: 675px !important;
    object-fit: cover;
}

.wrapper-facilities {
    margin-left: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.image-route {
    width: 100%;
    max-width: 600px;
}

.home-route-card {
    box-shadow: 0 4px 40px #0000001a;
}

.public-page {
    min-height: 60vh;
}

.route-map-card {
    max-width: 680px;
    padding: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
}

.route-wave {
    width: 100%;
    display: block;
    margin-top: 2rem;
}

.about-intro {
    background: #006ac6;
}

.about-video {
    max-width: 500px;
}

.agent-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background: #006ac6;
    color: #fff;
}

.agent-hero h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 700;
}

.agent-hero p {
    color: #d5e8ff;
    max-width: 540px;
}

.agent-lines {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    opacity: .75;
}

.agent-frame {
    position: absolute;
    z-index: 1;
    right: 13%;
    bottom: 0;
    width: min(30vw, 350px);
}

.agent-benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    margin: .85rem auto;
    max-width: 460px;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, .08);
}

.agent-benefit i, .contact-card i {
    display: grid;
    place-items: center;
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: .85rem;
    background: #006ac6;
    color: #fff;
    font-size: 1.5rem;
}

.agent-benefit h3, .contact-card h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .25rem;
}

.agent-benefit p {
    color: #6c757d;
    margin: 0;
}

.contact-heading {
    max-width: 600px;
}

.contact-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid #e8eef5;
    border-radius: 1rem;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .05);
}

.contact-card h2 {
    margin-top: 1.25rem;
}

.contact-card a {
    color: #006ac6;
    font-weight: 600;
    text-decoration: none;
}

.schedule-page {
    background: #f6f9fc;
    min-height: 70vh;
}

.schedule-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(120deg, #004f91, #087fc9);
    color: #fff;
}

.schedule-eyebrow {
    color: #c3e5ff;
    letter-spacing: .12em;
    font-size: .75rem;
    font-weight: 700;
}

.schedule-date-picker {
    min-width: min(100%, 330px);
}

.schedule-guide {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #e6f4ff;
    color: #125a87;
}

.schedule-guide i {
    font-size: 1.5rem;
}

.schedule-guide span {
    display: block;
    font-size: .9rem;
}

.route-count {
    border-radius: 99px;
    padding: .35rem .75rem;
    background: #e0f1ff;
    color: #005a9e;
    font-size: .85rem;
    font-weight: 700;
}

.schedule-table-card {
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .06);
}

.schedule-table-route-title {
    display: flex;
    gap: .7rem;
    padding: 1rem 1.25rem;
    background: #075f9e;
    color: #fff;
    font-weight: 700;
}

.schedule-table-route-title small {
    font-weight: 400;
    opacity: .85;
}

.departure-time {
    display: inline-block;
    border-radius: .5rem;
    padding: .5rem .65rem;
    background: #eff7fc;
    color: #075f9e;
    font-weight: 700;
}

.departure-time small {
    display: block;
    margin-left: 1.25rem;
    color: #667b8c;
    font-size: .7rem;
    font-weight: 500;
}

.empty-schedule {
    padding: 4rem 1.5rem;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .05);
}

.package-page {
    min-height: 70vh;
    background: #f8f9fa;
}

.package-card {
    overflow: hidden;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.package-catalogue-page {
    min-height: 70vh
}

.package-catalogue-grid {
    row-gap: 5rem
}

.package-catalogue-card {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.package-catalogue-card:hover {
    color: inherit
}

.package-catalogue-card:hover .package-catalogue-image {
    transform: translateY(-2px);
    box-shadow: 0 .45rem 1.25rem rgba(26, 48, 72, .16)
}

.package-catalogue-image {
    display: block;
    width: 100%;
    height: 308px;
    object-fit: cover;
    transition: transform .18s ease, box-shadow .18s ease
}

.package-catalogue-description {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.package-detail-hero {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 620px;
    object-fit: cover
}

.package-detail-gallery {
    display: block;
    width: 100%;
    height: calc(50% - .25rem);
    min-height: 205px;
    object-fit: cover
}

.package-richtext {
    /* Rich-text API responses already use HTML tags and <br>. Collapsing source
       whitespace prevents indentation/newlines from becoming empty visual rows. */
    white-space: normal;
    line-height: 1.45
}

.package-richtext p {
    margin-bottom: .5rem
}

.package-richtext p:last-child {
    margin-bottom: 0
}

.package-richtext ul, .package-richtext ol {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.package-richtext li + li {
    margin-top: .15rem
}

.package-policy-tabs .nav-link {
    padding: .25rem 0 .7rem;
    color: #6c757d !important;
    font-size: 1.05rem;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    background: transparent !important
}

.package-policy-tabs .nav-link:hover,
.package-policy-tabs .nav-link:focus {
    color: var(--bs-primary) !important;
    border-bottom-color: transparent !important
}

.package-policy-tabs .nav-link.active {
    color: var(--bs-primary) !important;
    border-bottom-color: var(--bs-primary) !important
}

.package-redemption {
    width: 200px
}

.package-redemption li {
    position: relative;
    display: grid;
    justify-items: center;
    text-align: center
}

.package-redemption strong {
    padding: .25rem .6rem;
    color: var(--bs-primary);
    font-size: .8rem;
    border-radius: 99px;
    background: var(--bs-primary-light)
}

.package-redemption span {
    max-width: 145px;
    margin-top: .6rem;
    color: #6c757d;
    font-size: .84rem
}

.package-redemption-connector {
    display: block;
    width: 7px;
    height: 43px;
    margin: .45rem 0 0
}

@media (max-width: 991.98px) {
    .package-detail-hero {
        min-height: 260px;
        max-height: 420px
    }

    .package-detail-gallery {
        height: 170px;
        min-height: 0
    }

    .package-redemption {
        width: 100%
    }
}

.package-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #e9f4fb;
}

.package-image-empty {
    display: grid;
    place-items: center;
    color: #087fc9;
    font-size: 3rem;
}

.package-price {
    color: #006ac6;
    font-weight: 800;
}

.line-clamp-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .schedule-hero {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .home-hero {
        min-height: 470px;
        padding-top: 130px;
    }

    .search-wrap {
        margin-top: -70px;
    }

    .booking-card {
        padding: 1.25rem;
    }
}

@media (min-width: 992px) {
    .wrapper-video {
        margin-top: -256px !important;
    }
}

@media (max-width: 992px) {
    .wrapper-img-ourvessel {
        width: 100% !important;
    }

    .wrapper-ourvessel {
        position: unset !important;
        padding: 10px !important;
    }

    .wrapper-facilities {
        margin-left: 0 !important;
    }

    .bg-img-ourvessel {
        width: 100% !important;
    }

    .home-feature {
        padding-right: 30px;
    }
}

@media (max-width: 576px) {
    .box-search {
        width: 92%;
        margin-top: -115px;
    }

    .header-home {
        top: 74px;
    }

    .text-40-14 {
        font-size: 25px !important;
    }

    .text-18-12 {
        font-size: 13px !important;
    }

    .home-feature {
        padding-right: 0;
    }

    .img-slide {
        height: auto !important;
    }
}

/* Schedule page styles. */
.schedule-page {
    min-height: calc(100vh - 160px);
    background: #f6f8fb
}

.schedule-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    color: #fff;
    border-radius: 1rem;
    background: linear-gradient(120deg, var(--bs-primary) 0%, #e54e1b 100%);
    box-shadow: 0 .5rem 1.5rem rgba(253, 87, 30, .2)
}

.schedule-hero p {
    color: rgba(255, 255, 255, .8)
}

.eyebrow, .section-label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em
}

.eyebrow {
    margin-bottom: .5rem;
    color: #9fd6ff
}

.schedule-date-picker {
    flex: 0 0 220px
}

.schedule-date-picker .form-label {
    color: rgba(255, 255, 255, .8);
    font-size: .8rem;
    font-weight: 600
}

.schedule-date-picker .form-control {
    border: 0;
    color: #213247
}

.schedule-guide {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem 1.25rem;
    color: #7d3a24;
    background: var(--bs-primary-light);
    border: 1px solid #f7cdbd
}

.schedule-guide > i, .schedule-table-route-title i, .departure-time i {
    color: var(--bs-primary)
}

.schedule-guide strong, .schedule-guide span {
    display: block
}

.schedule-guide strong {
    margin-bottom: .15rem;
    font-size: .9rem
}

.schedule-guide span {
    font-size: .85rem
}

.route-count, .country-route-count {
    padding: .35rem .7rem;
    color: var(--bs-primary);
    font-size: .8rem;
    font-weight: 700;
    border-radius: 2rem;
    background: var(--bs-primary-light)
}

.country-section {
    display: grid;
    gap: .85rem
}

.country-heading {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .25rem 0 .85rem;
    border-bottom: 2px solid var(--bs-primary)
}

.country-icon {
    display: grid;
    flex: 0 0 2.75rem;
    height: 2.75rem;
    place-items: center;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    background: var(--bs-primary)
}

.country-route-count {
    margin-left: auto
}

.schedule-table-list {
    display: grid;
    gap: 2rem
}

.schedule-table-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: .75rem;
    box-shadow: 0 .25rem 1rem rgba(26, 48, 72, .06)
}

.schedule-table-route-title {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .85rem 1.1rem;
    color: #213247;
    font-size: .9rem;
    font-weight: 700;
    background: #fff7f3;
    border-bottom: 1px solid #f5ddd3
}

.schedule-table-scroll {
    overflow-x: auto
}

.schedule-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    table-layout: fixed
}

.schedule-table th, .schedule-table td {
    width: 50%;
    padding: .8rem 1rem;
    border-right: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
    vertical-align: middle
}

.schedule-table th:last-child, .schedule-table td:last-child {
    border-right: 0
}

.schedule-table th {
    color: #536579;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    background: #f7f9fb
}

.schedule-table tbody tr:last-child td {
    border-bottom: 0
}

.schedule-table tbody tr:nth-child(even) {
    background: #fcfdff
}

.schedule-departure {
    display: grid;
    grid-template-columns:120px 84px;
    align-items: center;
    justify-content: center;
    gap: .45rem
}

.schedule-departure .departure-time {
    grid-column: 1;
    width: 120px;
    justify-content: center
}

.schedule-departure .route-badge {
    grid-column: 2;
    justify-self: start
}

.route-badge {
    display: inline-flex;
    align-items: center;
    padding: .25rem .55rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
    border: 1px solid transparent;
    border-radius: .35rem
}

.route-badge-partner-name {
    color: #0757b5;
    background: #d9efff;
    border-color: #62b9f4
}

.departure-time {
    display: inline-flex;
    align-items: center;
    padding: .5rem .7rem;
    color: #a93a16;
    font-size: .9rem;
    font-weight: 700;
    border: 1px solid #f3cabb;
    border-radius: .5rem;
    background: #fffaf8
}

.empty-schedule {
    padding: 4rem 1.5rem;
    background: #fff;
    border: 1px solid #e6ebf1;
    box-shadow: 0 .25rem 1rem rgba(26, 48, 72, .06)
}

.search-empty-trip-image {
    width: auto;
    height: 120px;
}

.search-trip-unavailable {
    border: 0;
    box-shadow: none;
}

.open-ticket-result {
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.empty-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    place-items: center;
    color: var(--bs-primary);
    font-size: 1.5rem;
    border-radius: 50%;
    background: var(--bs-primary-light)
}

@media (max-width: 767.98px) {
    .schedule-hero {
        align-items: stretch;
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem
    }

    .schedule-date-picker {
        flex-basis: auto
    }

    .country-heading {
        align-items: flex-start
    }

    .country-route-count {
        margin-top: .35rem
    }

    .schedule-table {
        min-width: 580px
    }

    .schedule-table th, .schedule-table td {
        padding: .7rem
    }
}

.wrapper-header {
    box-shadow: 0 4px 40px #0000001a;
    background: linear-gradient(24deg, var(--bs-primary) 35.59%, var(--bs-primary-yellow) 119.28%);
    padding: 40px
}

.about-client-video {
    border-radius: 12px;
    max-width: 500px
}

.contact-page {
    background-image: url('/image/bg_contact_us.jpg');
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .08)
}

.contact-intro {
    max-width: 720px
}

.contact-intro p {
    color: #5f6368
}

.contact-region:last-child {
    margin-bottom: 0 !important
}

.contact-region h2, .office-card h3 {
    color: #27364b
}

.office-card {
    background-color: rgba(248, 249, 250, .92);
    border: 1px solid #e9ecef
}

.office-detail {
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    color: #4f555b;
    font-size: .925rem;
    line-height: 1.5
}

.office-detail > i {
    color: #0d6efd;
    flex: 0 0 1rem;
    margin-top: .2rem
}

.office-detail strong {
    color: #343a40;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .03em
}

.office-detail a {
    color: inherit;
    text-decoration: none
}

.office-detail a:hover {
    text-decoration: underline
}

.agent-header {
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center
}

.agent-text-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    color: #fff
}

.agent-text-info {
    font-size: 14px;
    line-height: 18px;
    color: #bdd8ff
}

.wrapper-agent-frame {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 210px
}

.wrapper-agent-linss {
    position: absolute;
    right: 0;
    bottom: 0
}

.agent-content {
    padding-top: 120px;
    padding-bottom: 120px
}

.txt-benefit, .txt-our-agent {
    font-size: 40px;
    line-height: 80px
}

.txt-benefit {
    font-weight: 400
}

.txt-our-agent {
    font-weight: 600
}

.box-benefit-items {
    width: 445px;
    padding: 20px;
    gap: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 15px 20px 40px #00000014;
    display: flex;
    align-items: center
}

.box-benefit-icons {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 15.21px;
    color: #fff;
    font-size: 26px
}

.bg-agent-orange {
    background: #ff7341
}

.bg-agent-green {
    background: #1ec9ac
}

.bg-agent-cyan {
    background: #41d3e5
}

.bg-agent-yellow {
    background: #ffd166
}

.title-benefit-items {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #000;
    margin: 0
}

.subtitle-benefit-items {
    font-size: 16px;
    line-height: 21px;
    color: #969696
}

.wrapper-agent-footer {
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.txt-interested, .txt-interested-our-agent {
    font-size: 40px;
    line-height: 80px;
    color: #fff
}

.txt-interested {
    font-weight: 400
}

.txt-interested-our-agent {
    font-weight: 600
}

@media (max-width: 991.98px) {
    .agent-header {
        height: auto;
        min-height: 430px
    }

    .agent-content {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .box-benefit-items {
        width: 100%
    }

    .txt-benefit, .txt-our-agent, .txt-interested, .txt-interested-our-agent {
        font-size: 30px;
        line-height: 1.3
    }

    .wrapper-agent-linss {
        opacity: .35
    }
}

@media (max-width: 575.98px) {
    .wrapper-header {
        padding: 24px
    }

    .contact-page {
        background-size: 180px
    }

    .agent-text-title {
        font-size: 36px;
        line-height: 1.2
    }

    .agent-header {
        padding: 50px 0
    }

    .agent-content {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .box-benefit-items {
        padding: 16px;
        gap: 16px
    }

    .title-benefit-items {
        font-size: 20px
    }

    .subtitle-benefit-items {
        font-size: 14px
    }
}
