:root {
    --brandcolor: #ca161c;
    --bggray: #f3f3f3;
}

.brandcolor {
    color: var(--brandcolor);
}

.white {
    color: #fff;
}

.bgred {
    background-color: var(--brandcolor) !important;
}

.bggray {
    background-color: var(--bggray) !important;
}

.t-link {
    text-decoration: underline !important;
    color: var(--brandcolor) !important;
}

.w900 {
    margin: 1em auto;
}

.bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .bg {
        width: 50%;
    }
}

.character-welcome {
    width: 40%;
    max-width: 260px;
    margin: -10% auto 1em;
}

.frame-wrp {
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 3em auto 0;
    position: relative;
}

.frame-inner {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.frame-wrp .img-box {
    width: 35%;
    background-color: #f9f9f9;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .frame-wrp .img-box {
        width: 100%;
    }
}

.frame-wrp .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame-wrp .txt-box {
    width: 65%;
    padding: 1.5em;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width:767px) {
    .frame-wrp .txt-box {
        width: 100%;
    }
}

.frame-wrp .txt-box h2 {
    color: var(--brandcolor);
    font-weight: bold;
    max-width: 290px;
    margin: 0 auto .5em;
}

.frame-wrp .txt-box p {
    line-height: 1.6;
    margin-bottom: 0;
}

.frame-wrp .deal-price {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 9em;
    height: 9em;
    position: absolute;
    top: -3em;
    right: -3em;
    color: #fff;
    font-size: min(.9em, 3vw);
    font-weight: bold;
    background-color: var(--brandcolor);
    border: 5px solid #eae474;
    border-radius: 100%;
    z-index: 2;
}

.vietjet .btn-wrp {
    gap: 1em;
}

.vietjet .btn {
    background-color: #222;
    color: #fff;
    padding: 1em 3em;
    border-radius: 3em;
    font-size: min(1.1em, 3.5vw);
    min-width: 22em;
    text-box: trim-both cap alphabetic;
    position: relative;
}

.vietjet .btn::before,
.vietjet .btn::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 0;
    border-top: solid 1px;
    position: absolute;
    top: 50%;
    right: 1em;
}

.vietjet .btn::after {
    width: .75em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(30deg);
    transform-origin: right bottom;
}

.vietjet .more-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}

.vietjet .more-btn a {
    display: inline-block;
    margin: 0 auto;
    padding: .75em 2em;
    border: solid 1px;
    text-align: center;
    color: currentColor;
    border-radius: 3em;
    text-box: trim-both cap alphabetic;
    transition: all .3s;
}

.vietjet .more-btn a:hover {
    background-color: #fff;
    color: var(--brandcolor);
}

.vj-logo {
    display: flex;
    align-items: center;
}

.vj-logo img {
    height: 30px !important;
}

.vietjet .main-img {
    position: relative;
}

.vietjet .main-img figure {
    width: 100%;
    aspect-ratio: 2/1;
    /* position: relative; */
}

@media screen and (max-width:767px) {
    .vietjet .main-img figure {
        aspect-ratio: 1/1;
    }
}

.vietjet .main-img .credit {
    position: absolute;
    bottom: 1em;
    right: 1em;
    color: #fff;
    font-size: min(.8em, 2.7vw);
    z-index: 100;
}

.vietjet .main-img figure::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
}

/* slick custom animation */

.vietjet .main-img .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    scale: 1;
    transition: all 4s;
}

.vietjet .main-img .slick-slide:not(.init).slick-current img {
    scale: 1.1;
}

.vietjet .main-img .slick-slide.init img {
    scale: 1;
}

.vietjet .main-img .slick-slide.init.slick-current img.init-img {
    scale: 1.1;
}

.vietjet .main-img .main-title-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.vietjet .main-img .main-title {
    font-size: clamp(22px, 10vw, 90px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.vietjet .main-img .main-title .sml {
    display: block;
    font-size: .5em !important;
    letter-spacing: -0.005em;
}

.vietjet .main-img .main-title .with {
    display: block;
    font-size: .7em !important;
    font-style: italic;
    letter-spacing: -0.005em;
    line-height: 1;
}

.vietjet .main-img .main-title .sml.sml2 {
    font-size: .25em !important;
}

.section {
    position: relative;
}

.section>.inner {
    padding: min(80px, 20vw) 1em;
}

.section-title-wrp {
    text-align: center;
}

.section-title {
    font-size: min(2.4em, 8.6vw);
    font-family: var(--en), sans-serif;
    font-weight: 300;
}

.section-title.title-img {
    max-width: 360px;
    margin: 0 auto;
}

.promotion-lead-wrp .promotion-lead-title {
    text-align: center;
    font-size: min(1.6em, 5vw);
    letter-spacing: .1em;
    margin-bottom: 1em;
}

.promotion-lead-wrp p {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 1em;

}

.promotion-instagram .section-title-wrp {
    padding: min(80px, 20vw) 1em 0;
}

.flight-map {
    width: 45%;
    background-color: #96d3d6;
    padding: 0 0 3em;
}

@media screen and (max-width:767px) {
    .flight-map {
        width: 100%;
        padding: 0 0 1em;
    }
}

.flight-map-inner {
    position: sticky;
    top: 60px;
}

.flight-map-title-wrp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2em;
}

.flight-map-title-wrp .flight-character {
    max-width: 130px;
    margin: 2em 0;
    transform: translateX(-5%);
}

@media screen and (max-width:767px) {
    .flight-map-title-wrp .flight-character {
        max-width: 90px;
        margin: 1em 0;
        transform: translateX(-5%);
    }
}

.flight-map .comment {
    padding: 1em 2em;
    margin-top: -1em;
}

.flight-map .flight-character2 {
    width: 25%;
    padding: 0 1em;
    margin-top: -1em;
}

.flight-map p {
    width: 75%;
    font-size: min(.9em, 3vw);
}

table {
    width: 100%;
    max-width: 1100px;
    margin: 2em auto;
}

.fare-rules-table th,
.fare-rules-table td {
    padding: 1em .5em;
    border: 1px solid #fff;
    vertical-align: middle;
    font-size: min(.9em, 3vw);
}

.fare-rules-table td {
    background-color: #f9f9f9;
    text-align: center;
}

.fare-rules-table tr:nth-child(2n) td {
    background-color: #f6eeef;
    text-align: center;
}

.fare-rules-table th {
    padding: .5em 0;
    width: 20%;
    background-color: var(--brandcolor);
    color: #fff;
    font-weight: bold;
}

.fare-rules-table tr td.rule-title {
    color: #222;
    background-color: #f5ecec;
}

.fare-rules-table tr:nth-child(2n) td.rule-title {
    color: #222;
    border: none;
    background-color: #f0dddd;
}

.fare-rules-table tr td.rule-title i {
    display: block;
    width: min(10vw, 60px);
    margin: 0 auto;
}

.fare-rules-table .rule {
    display: block;
    font-size: min(2em, 5vw);
}

.fare-rules-table .rule .sml {
    font-size: .5em !important;
}

.fare-rules-table figure {
    width: 40%;
    max-width: 30px;
    margin: 0 auto 1em;
}

.fare-rules .note-wrp {
    max-width: 1100px;
    margin: 2em auto;
}

.character-happy {
    position: absolute;
    bottom: 1em;
    right: 5vw;
    width: 20%;
    max-width: 240px;
}

/* seat */
.seat-wrp .inner {
    max-width: 1200px;
}

.seat-wrp .cards {
    padding: 3em 1em;
}

.seat-wrp .card {
    width: 47%;
}

@media screen and (max-width:767px) {
    .seat-wrp .card {
        width: 100%;
        margin-bottom: 2em;
    }
}

.seat-wrp .card h3 {
    font-family: var(--en), sans-serif;
    font-size: min(1.2em, 4vw);
    text-align: center;
    font-weight: 500;
}

.seat-wrp .card p {
    font-size: min(.9em, 3vw);
}

.seat-wrp .thumb {
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 2em;
}

.seatmap-wrp {
    background-color: #fff;
    margin: 3em auto 0;
    padding: 2em 3em 3em;
    border-radius: 20px;
}

@media screen and (max-width:767px) {
    .seatmap-wrp {
        background-color: #fff;
        margin: 3em auto 0;
        padding: 1em;
    }
}

.seat-map {
    margin-top: 3em;
}

.seat-map .img-box {
    margin-bottom: 3em;
}

.seat-map h3 {
    font-weight: bold;
    margin-bottom: 1.5em;
}

.legend {
    display: flex;
    gap: 1rem;
    font-family: sans-serif;
    margin: 1em auto 3em;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.color-box {
    width: 1em;
    height: 1em;
}

.skyboss {
    background-color: #a36b2c;
}

.hotseat {
    background-color: #e53935;
}

.frontseat {
    background-color: #7b4397;
}

.exitrow {
    background-color: #29b6f6;
}

.normalseat {
    background-color: #43a047;
}

.booking {
    position: relative;
}

.booking-title {
    width: 180px;
    margin: -1em auto 1em;
}

@media screen and (max-width:767px) {
    .booking h2 {
        font-size: 4vw;
    }
}

/* insta */
.vietjet .promotion-instagram {
    background-color: #fff;
}

.vietjet .insta-list .entry {
    aspect-ratio: 3/4;
}

.vietjet .insta-list .thumb-wrp {
    padding-bottom: 133.3%;
}

/* sns */
.sns-illust {
    width: 50%;
    max-width: 200px;
    margin: -1em auto 0;
}

.vietjet .footer .footer-sponsor-wrp .sponsorsns-box .sponsor-logo {
    max-width: 120px;
    height: 60px;
    margin-bottom: 1em;
}

.vietjet .footer .footer-sponsor-wrp .sponsorsns-box .sponsor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vietjet .footer .footer-sponsor-wrp .sponsorsns-box .sns-list a {}