.travel-page {
    min-height: 100vh;
    overflow-x: hidden;
    background: radial-gradient(circle at 12% 8%, rgba(213, 161, 74, .18), transparent 28rem), linear-gradient(180deg, #eaf7f2 0%, #ffffff 42%, #e4f4ee 100%);
}

.site-shell {
    margin: 0 auto;
}

.travel-frame {
    position: relative;
    overflow: hidden;
    /*border: 1px solid rgba(255, 255, 255, .55);*/
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(8, 53, 75, .18);
}

.hero {
    position: relative;
    min-height: 500px;
    padding: 162px 48px 52px;
    /*background: linear-gradient(90deg, rgba(255, 242, 203, .94) 0%, rgba(255, 242, 203, .68) 43%, rgba(255, 255, 255, .06) 78%), linear-gradient(12deg, rgba(6, 68, 95, .92) 0%, rgba(10, 125, 82, .35) 36%, rgba(255, 179, 71, .2) 100%), url('/Content/Guest2/images/chuyen-de-ha-tinh.jpg') center / cover no-repeat;*/
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, rgba(5, 73, 95, .9));
}

.hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 8px 16px;
    border: 1px solid rgba(127, 77, 32, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    color: #7f4d20;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 {
    color: #7f4d20;
    font-size: clamp(2.1rem, 3vh, 4.4rem);
    font-weight: 650;
    line-height: 1.24;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .45);
}

.hero p {
    max-width: 650px;
    margin: 18px auto 0;
    color: #173a45;
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.btn-travel-primary,
.btn-travel-outline {
    border-radius: 999px;
    padding: 12px 22px;
    font-size: .86rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.btn-travel-primary {
    border: 2px solid #ffe3a3;
    background: linear-gradient(180deg, #f7cb65, #c9892f);
    color: #45270f;
    box-shadow: 0 10px 22px rgba(101, 62, 20, .25);
}

.btn-travel-outline {
    border: 2px solid rgba(255, 255, 255, .8);
    background: rgba(7, 93, 132, .86);
    color: #ffffff;
}

.btn.btn-travel-primary:hover,
.btn.btn-travel-primary:focus,
.btn.btn-travel-primary:active {
    border-color: #ffe3a3;
    background: linear-gradient(180deg, #f7cb65, #c9892f);
    color: #45270f;
    text-decoration: none;
}

.btn.btn-travel-outline:hover,
.btn.btn-travel-outline:focus,
.btn.btn-travel-outline:active {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(7, 93, 132, .96);
    color: #ffffff;
    text-decoration: none;
}

.section-band {
    position: relative;
    padding: 44px 46px;
}

.section-band--intro {
    margin-top: -1px;
    background: linear-gradient(90deg, #fff8e8, #d8efc2 55%, #80c7c5);
}

.section-band--services {
    background: linear-gradient(90deg, #045d87, #0d7d55);
}

.section-band--tech {
    background: linear-gradient(180deg, #f4fff8, #e6f4f0);
}

.section-heading {
    margin-bottom: 26px;
    color: #7f4d20;
    font-size: clamp(1.55rem, 3vw, 2.4rem);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.section-band--services .section-heading {
    color: #ffe6a6;
}

.section-heading.specialborder {
    margin-top: -100px;
    background: white;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
    border: 3px solid rgba(213, 161, 74, .95);
    border-radius: 20px;
    background: linear-gradient(90deg, #80c7c5, #d8efc2 55%, #fff8e8);
}

.feature-card,
.service-card,
.tech-card {
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(5, 63, 78, .14);
}

.feature-card {
    border: 1px solid rgba(213, 161, 74, .48);
    padding: 18px;
    text-align: center;
    background: #fff3d1;
}

.feature-card__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: #fff3d1;
    color: #7f4d20;
    font-size: 1.8rem;
}

.feature-card h3,
.service-card h3,
.tech-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.feature-card p,
.service-card p,
.tech-card p {
    margin: 8px 0 0;
    color: #31545d;
    font-size: .92rem;
}

.feature-card h3 a {
    color: #000000;
    text-decoration: none;
}

.feature-card h3 a:hover,
.feature-card h3 a:focus,
.feature-card h3 a:active {
    color: #000000;
    text-decoration: none;
}

.service-card h3 a {
    color: #ffffff;
    text-decoration: none;
}

.service-card h3 a:hover,
.service-card h3 a:focus,
.service-card h3 a:active {
    color: #ffffff;
    text-decoration: none;
}

.service-card {
    border: 1px solid rgba(255, 230, 166, .7);
    background: #073d55;
    color: #ffffff;
}

.service-card__image {
    height: 240px;
    background: var(--image) center / cover no-repeat;
    border: 1px solid rgba(213, 161, 74, .48);
}

.service-card__body {
    padding: 16px;
    text-align: center;
}

.service-card h3,
.service-card p {
    color: #ffffff;
}

.tech-card {
    border: 1px solid rgba(7, 93, 132, .18);
}

.tech-card__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 260px;
    background: linear-gradient(135deg, rgba(6, 68, 95, .1), rgba(12, 125, 82, .2)), var(--image) center / cover no-repeat;
    color: #ffffff;
}

.play-button {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    font-size: 1.6rem;
}

.map-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: min(86%, 420px);
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
}

.map-pin {
    display: grid;
    place-items: center;
    min-height: 74px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #dff4ef);
    color: #0a7d52;
    font-weight: 900;
}

.tech-card__body {
    padding: 20px;
}

@media (max-width: 991.98px) {
    .hero {
        min-height: auto;
        padding: 100px 22px 72px;
    }

    .section-band {
        padding-left: 22px;
        padding-right: 22px;
    }

    .section-heading.specialborder {
        width: 60vw;
    }
}

@media (max-width: 575.98px) {
    .site-shell {
        padding: 0;
    }

    .travel-frame {
        border-radius: 0;
    }

    .hero p {
        font-size: 1rem;
    }

    .service-card__image {
        height: 150px;
    }
    .section-heading.specialborder {
        width: 80vw;
    }
}
