.btn-base {
    align-items: center;
    background-color: #155ED2;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    line-height: 20px;
    outline: none;
    padding: 8px 16px;
}

.btn-base .btn-icon {
    height: 24px;
    width: 24px;
}

.btn-booking-add {
    border: 1px solid #155ED2;
    border-radius: 6px;
    color: white;
    color: #155ED2;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    justify-content: flex-start;
    line-height: 16px;
    padding: 7px 16px;
}

.icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

[type='radio']:checked {
    background-size: 30px 30px;
    border: 1px solid #06081F1A;
    color: white;
}

.custom-radio:checked {
    background-size: 24px 24px;
    border: none;
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 767px) {
    .custom-radio:checked {
        background-size: 20px 20px;
        border-width: 1px;
        height: 16px;
        margin-top: 2px;
        width: 16px;
    }
}

[type='radio'] {
    border: 1px solid #06081F1A;
    box-shadow: none !important;
    color: white;
    height: 24px;
    width: 24px;
}

@media screen and (max-width: 1279px) {
    [type='radio'] {
        height: 20px;
        width: 20px;
    }
}

.custom-radio {
    border: 2px solid #475569;
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 767px) {
    .custom-radio {
        border-width: 1px;
        height: 16px;
        margin-top: 2px;
        width: 16px;
    }
}

[type='checkbox']:checked {
    background-size: 0.8rem 0.8rem;
}

@media screen and (max-width: 1279px) {
    [type='checkbox']:checked {
        background-size: 0.6rem 0.6rem;
    }
}

@media screen and (max-width: 1279px) {
    [type='checkbox'] {
        border-width: 1px;
        height: 16px;
        width: 16px;
    }
}

.order-primary-400 {
    color: #10061F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.order-primary-500 {
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.order-gray-400 {
    color: #7F8EA4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

button:disabled {
    opacity: 20%;
}

.norecord {
    background-color: #FBFCFC;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 24px 12px;
}

.norecord .norecord-icon {
    display: flex;
    height: 160px;
    justify-content: center;
    width: 100%;
}

.norecord .norecord-icon img {
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    width: 160px;
}

.notfound {
    background-color: #FBFCFC;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 24px 12px;
}

.notfound .notfound-icon {
    display: flex;
    height: 160px;
    justify-content: center;
    width: 100%;
}

.notfound .notfound-icon img {
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    width: 160px;
}

.notfound-block {
    min-height: calc(100vh - 610px);
}

.modal-custom {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 20px 0px #10061F40;
    padding: 24px;
}

.backdrop-screen {
    display: none;
}

.drawer-sidebar-close {
    height: 32px;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 32px;
}

.list-sidebar-links {
    background-color: transparent;
    width: 100%;
}

.list-sidebar-links .sidebar-link {
    color: #10061F;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px;
}

.list-sidebar-links .sidebar-link.has-menu .sub-sidebar-links {
    display: none;
    padding-top: 6px;
}

.list-sidebar-links .sidebar-link.has-menu.active svg {
    transform: rotate(180deg);
}

.list-sidebar-links .sidebar-link.has-menu.active .sub-sidebar-links {
    display: block;
}

.list-sidebar-links .sidebar-link+.sidebar-link {
    border-top: 1px dotted #E1E1EA;
    padding-top: 28px;
}

.list-sidebar-links .sidebar-link a {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
}

.list-sidebar-links .sidebar-link.social-link {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 12px;
}

.list-sidebar-links .sidebar-link.social-link a {
    padding: 10px 12px 10px 0;
}

.btn-see-more {
    align-items: center;
    border: 1px solid #F37121;
    border-radius: 6px;
    color: #F37121;
    cursor: pointer;
    display: flex;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    justify-content: center;
    padding: 8px 10px;
}

.btn-back {
    align-items: center;
    color: #155ED2;
    cursor: pointer;
    display: flex;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    padding: 8px 10px;
}

@media screen and (max-width: 767px) {
    .btn-back {
        padding: 0;
    }

    .btn-back span {
        display: none;
    }

    .btn-back .icon-backward {
        display: block;
        width: 16px;
    }
}

.option-label {
    font-size: 14px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F37121;
    box-shadow: 0px 4px 8px 0px #091E4233;
}

@media screen and (max-width: 767px) {
    .swiper-pagination .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
}

@media screen and (max-width: 1279px) {
    html {
        scroll-behavior: smooth;
        scrollbar-width: thin;
    }

    .backdrop-screen {
        background-color: #10061F99;
        bottom: 0;
        height: 100vh;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: 98;
    }

    .backdrop-screen.show {
        display: block;
    }

    .backdrop-screen.show-manual {
        display: block;
    }

    .fixed-action img {
        height: 40px;
        width: 40px;
    }

    .screen-overflow {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .screen-overflow-manual {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #drawer-sidebar {
        border-radius: 0 0 12px 12px;
        height: auto;
        top: 50px;
    }

    #drawer-sidebar.active {
        box-shadow: 0px 10px 20px 0px #10061F40;
        transform: none;
    }
}

@media screen and (max-width: 767px) {
    .btn-see-more {
        font-size: 12px;
        gap: 12px;
        line-height: 16px;
        padding: 6px;
    }

    .btn-see-more span {
        height: 16px;
        width: 16px;
    }

    .option-label {
        font-size: 12px;
    }

    .container {
        padding: 0 12px;
        width: 100%;
    }

    .fixed-action img {
        height: 32px;
        width: 32px;
    }

    #drawer-sidebar {
        height: auto;
        top: 40px;
    }

    .list-sidebar-links .sidebar-link {
        font-size: 14px;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    .list-sidebar-links .sidebar-link+.sidebar-link {
        border-top: 1px dotted #E1E1EA;
        padding-top: 20px;
    }

    .drawer-sidebar-close {
        height: 30px;
        right: 16px;
        width: 30px;
    }

    .drawer-sidebar-close svg {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 565px) {
    .ui-datepicker.ui-datepicker-multi {
        display: flex !important;
        flex-direction: column;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }

    .ui-datepicker-inline .ui-datepicker-group.ui-datepicker-group-first {
        border-right: none !important;
    }
}

@media screen and (min-width: 1280px) {
    .max-w-custom {
        margin-left: auto;
        margin-right: auto;
        max-width: 1064px !important;
        padding: 0;
    }
}

.bg-header-img {
    background: url("//file.smiletrip.vn/images/background/bg-home.webp") no-repeat center center;
    /*    background-image: url("//file.smiletrip.vn/images/background/top-fhd.png");*/
    object-fit: fill;
    background-size: cover;
}

.bg-header-img.search-header {
    height: 230px;
    min-height: unset;
}

.bg-header-img.booking-header {
    height: unset;
    min-height: unset;
}


@media screen and (max-width: 767px) {
    .bg-header-img {
        background-position: -65px 0px;
        /*        min-height: 316px;*/
    }

    .bg-header-img.booking-header {
        background-position: center center;
    }
}

.item-menu .img {
    display: block;
}

.item-menu .img-hover {
    display: none;
}

.item-menu:hover {
    color: #155ed2;
}

.item-menu:hover .img {
    display: none;
}

.item-menu:hover .img-hover {
    display: block;
}

.menu-icon {
    border: 1px solid #155ED2;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px #091E4233;
    height: 28px;
    padding: 5px;
    width: 28px;
}

.swiper {
    height: 100%;
    padding: 1px;
    width: 100%;
}

.swiper-button-prev {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0px #091e4233;
    height: 48px;
    left: -60px;
    width: 48px;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev:hover {
    background: #155ed2;
}

.swiper-button-prev svg {
    width: 24px;
}

@media screen and (max-width: 1439px) {
    .swiper-button-prev {
        height: 44px;
        left: -60px;
        width: 44px;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-button-prev {
        height: 40px;
        left: -60px;
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-button-prev {
        display: none;
        height: 40px;
        left: 16px;
        width: 40px;
    }
}

.swiper-button-next {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0px #091e4233;
    height: 48px;
    right: -60px;
    width: 48px;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-next:hover {
    background: #155ed2;
}

.swiper-button-next svg {
    height: 18px;
}

@media screen and (max-width: 1439px) {
    .swiper-button-next {
        height: 44px;
        right: -60px;
        width: 44px;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-button-next {
        height: 40px;
        right: -60px;
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-button-next {
        display: none;
        height: 40px;
        right: 16px;
        width: 40px;
    }
}

/* custom styles for datepicker */

.ui-datepicker-calendar td a[data-cell-minprice] {
    background: white;
    border: 1px solid #24be4e;
}

.ui-datepicker-calendar td a[data-price] {
    position: relative;
}

.ui-datepicker-calendar td a[data-slot]::before {
    color: #bcbcbc;
    content: attr(data-slot);
    display: block;
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    right: 2px;
    top: -1px;
}

.ui-datepicker-calendar td a[data-price]::after {
    color: #10061f;
    /*STYLE THE CUSTOME DATA HERE*/
    content: attr(data-price);
    display: block;
    font-size: 8px;
    font-weight: 500;
}

.ui-datepicker-inline {
    padding: 0 !important;
    width: 100% !important;
}

.ui-datepicker-inline .ui-datepicker-group {
    padding: 20px 10px;
}

.ui-datepicker-inline .ui-datepicker-group .ui-datepicker-header {
    padding: 0 !important;
}

.ui-datepicker-inline .ui-datepicker-group.ui-datepicker-group-first {
    border-right: 1px solid #ecf0f1;
}

.ui-datepicker-inline .ui-datepicker-group .ui-datepicker-prev {
    background-color: white;
    background-image: url("../images/cheveron-left-datepicker.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.ui-datepicker-inline .ui-datepicker-group .ui-datepicker-prev .ui-icon {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-group .ui-datepicker-next {
    background-color: white;
    background-image: url("../images/cheveron-right-datepicker.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.ui-datepicker-inline .ui-datepicker-group .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-header {
    color: #10061f;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.ui-datepicker-inline th.ui-datepicker-week-end {
    color: #ff6a55;
}

.ui-datepicker-inline .ui-state-default {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #10061f;
    font-size: 14px;
    height: 40px;
    padding: 0;
    padding: 4px 4px;
    text-align: center;
    width: 40px;
}

.ui-datepicker-inline .ui-state-default.ui-state-highlight,
.ui-datepicker-inline .ui-state-default.ui-state-active {
    background: white;
    border: 1px solid #24be4e;
}

.ui-datepicker-inline .ui-state-default:hover {
    background-color: #ecf0f1;
}

.ui-datepicker-inline .ui-datepicker-today .ui-state-default {
    background-color: #ecf0f1;
}

.ui-datepicker-inline .ui-datepicker-today .ui-state-default:not(.ui-state-active) {
    border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
    .ui-datepicker-inline .ui-datepicker-header {
        font-size: 14px;
    }

    /*    .ui-datepicker-inline .ui-datepicker-group.ui-datepicker-group-first {
        padding-left: 0;
        padding-top: 0;
    }*/

    .ui-datepicker table {
        font-size: 14px;
    }

    .ui-datepicker-group.ui-datepicker-group-last {
        border-top: 1px dashed #ecf0f1;
    }
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    background-color: white;
    background-image: url("../images/filter-airplan-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1.5px solid #155ED2 !important;
    border-radius: 50%;
    color: #155ED2 !important;
    cursor: default;
    height: 20px;
    outline: none !important;
    position: absolute;
    touch-action: none;
    width: 20px;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-color: #155ED2;
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    background-color: #10061F;
    height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -9px;
}

.ui-slider-horizontal .ui-slider-handle:first-of-type {
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-of-type {
    margin-left: -1.2em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.icon {
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.vn-icon {
    background: url("../images/vn-icon.png") no-repeat center center;
    display: block;
    height: 18px;
    width: 18px;
}

.with-icon {
    background: url("../images/with-icon.png") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.refresh-icon {
    background: url("../images/refresh-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.cancellation-icon {
    background: url("../images/cancellation-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.signed-luggage-icon {
    background: url("../images/signed-luggage-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.luggage-icon {
    background: url("../images/luggage-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.luggage-direction-icon {
    background: url("../images/luggage-direction-icon.svg") no-repeat center center;
    display: block;
    height: 20px;
    width: 32px;
}

.plus-icon {
    background: url("../images/plus-icon.svg") no-repeat center center;
    display: block;
    height: 20px;
    width: 32px;
}

.information-circle-icon {
    background: url("../images/information-circle-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.currency-dollar-icon {
    background: url("../images/currency-dollar-icon.svg") no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
}

.person-icon {
    background: url("../images/person-icon.svg") no-repeat center center;
    display: block;
    height: 20px;
    width: 20px;
}

.child-icon {
    background: url("../images/child-icon.svg") no-repeat center center;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-copy {
    background: url("../images/icon-copy.svg") no-repeat center center;
    display: block;
    height: 32px;
    width: 32px;
}

.baby-icon {
    background: url("../images/baby-icon.svg") no-repeat center center;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-point {
    background: url("../images/search-item-plain-point.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-backward {
    background: url("../images/icon-backward.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-next {
    background: url("../images/icon-next.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    transform: rotate(180deg);
    width: 24px;
}

.curency-icon {
    background: url("../images/curency-icon.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    transform: rotate(180deg);
    width: 20px;
}

.icon-booking-ticket {
    background: url("../images/icon-booking-ticket.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-global {
    background: url("../images/icon-payment-global.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-incountry {
    background: url("../images/icon-payment-incountry.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-bank {
    background: url("../images/icon-payment-bank.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-cash {
    background: url("../images/icon-payment-cash.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-qr {
    background: url("../images/icon-payment-qr.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-latter {
    background: url("../images/icon-payment-latter.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-location {
    background: url("../images/icon-location.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-phonenumber {
    background: url("../images/icon-phonenumber.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-email {
    background: url("../images/icon-email.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-contact {
    background: url("../images/icon-contact.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-payment-btn {
    background: url("../images/icon-payment-btn.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-ticket-code {
    background: url("../images/icon-ticket-code.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 48px;
    width: 48px;
}

.icon-print {
    background: url("../images/icon-print.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-print-white {
    background: url("../images/icon-print-white.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-step3-logo {
    background: url("../images/step3-logo.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 17.12px;
    width: 69.55px;
}

.icon-document-add {
    background: url("../images/icon-document-add.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.fly-world-icon {
    background: url("../images/fly-world-icon.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 48px;
    width: 62px;
}

.icon-menu-mobile {
    background: url("../images/icon-menu-mobile.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-location-marker {
    background: url("../images/icon-location-marker.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-mail {
    background: url("../images/icon-mail.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-phone {
    background: url("../images/icon-phone.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-user-circle {
    background: url("../images/icon-user-circle.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px;
}

.icon-search {
    background: url("../images/icon-search.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-clock {
    background: url("../images/icon-clock.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 48px;
    width: 48px;
}

.icon-document-search {
    background: url("../images/icon-document-search.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-next-yellow {
    background: url("../images/icon-next-yellow.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px;
}

.journey-way-item-1 {
    background: url("../images/journey-way-item-1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 108px;
    width: 71px;
}

.journey-way-item-2 {
    background: url("../images/journey-way-item-2.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 108px;
    width: 71px;
}

.journey-way-item-3 {
    background: url("../images/journey-way-item-3.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 108px;
    width: 71px;
}

.journey-way-item-4 {
    background: url("../images/journey-way-item-4.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 108px;
    width: 71px;
}

.journey-way-item-5 {
    background: url("../images/journey-way-item-5.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 108px;
    width: 71px;
}

.icon-close-mobile {
    background: url("../images/icon-close-mobile.svg") no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
}

.icon-hot-flame {
    background: url("../images/icon-hot-flame.svg") no-repeat center center;
    height: 20px;
    width: 20px;
}

.service-icon-1 {
    background: url("../images/service-icon-1.svg") no-repeat center center;
}

.service-icon-2 {
    background: url("../images/service-icon-2.svg") no-repeat center center;
}

.service-icon-3 {
    background: url("../images/service-icon-3.svg") no-repeat center center;
}

.service-icon-4 {
    background: url("../images/service-icon-4.svg") no-repeat center center;
}

.service-icon-5 {
    background: url("../images/service-icon-5.svg") no-repeat center center;
}

.checked-icon {
    background: url("../images/checked-icon.svg") no-repeat center center;
}

.ticket-icon {
    display: block;
    height: 20px;
    width: 20px;
}

.ticket-icon.ticket-normal {
    background: url("../images/ticket-normal-icon.svg") no-repeat center center;
    background-size: contain;
}

.ticket-icon.ticket-normal-special {
    background: url("../images/ticket-normal-special.svg") no-repeat center center;
    background-size: contain;
}

.ticket-icon.ticket-economy {
    background: url("../images/ticket-economy.svg") no-repeat center center;
    background-size: contain;
}

.ticket-icon.ticket-best {
    background: url("../images/ticket-best.svg") no-repeat center center;
    background-size: contain;
}

.custom-form-group label {
    color: #475569;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    width: 100%;
}

.custom-form-group label span {
    color: #FF6A55;
}

.custom-form-group.is-error input,
.custom-form-group.is-error textarea,
.custom-form-group.is-error select {
    border: 1px solid #FF6A55 !important;
}

.custom-form-group.is-error .message {
    color: #FF6A55;
}

.custom-form-group.is-warning input,
.custom-form-group.is-warning textarea,
.custom-form-group.is-warning select {
    border: 1px solid #FFAF0F !important;
}

.custom-form-group.is-warning .message {
    color: #FFAF0F;
}

.custom-form-group.is-warning .message::before {
    background-image: url("../images/input-warning.svg");
}

.custom-form-group.is-success input,
.custom-form-group.is-success textarea,
.custom-form-group.is-success select {
    border: 1px solid #26A748 !important;
}

.custom-form-group.is-success .message {
    color: #26A748;
}

.custom-form-group.is-success .message::before {
    background-image: url("../images/input-success.svg");
}

.custom-form-group .custom-form-input {
    position: relative;
}

.custom-form-group .custom-form-input input {
    background-color: #fff;
    border: 1px solid #F6F9FA;
    border-radius: 6px;
    box-shadow: none;
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .custom-form-input input {
        padding: 7px 8px;
    }
}

.custom-form-group .custom-form-flag-input {
    border-radius: 6px;
    position: relative;
}

.custom-form-group .custom-form-flag-input .iti__selected-flag {
    border-radius: 6px 0 0 6px;
}

.custom-form-group .custom-form-flag-input .iti--allow-dropdown {
    width: 100%;
}

.custom-form-group .custom-form-flag-input input {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: unset;
    padding: 12px;
    width: 100%;
}

.custom-form-group .custom-form-flag-input .iti__selected-flag {
    background-color: white !important;
    font-size: 14px !important;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .custom-form-flag-input input {
        padding: 7px 8px;
    }
}

.custom-form-group .custom-form-textarea {
    position: relative;
}

.custom-form-group .custom-form-textarea textarea {
    background-color: #fff;
    border: 1px solid #F6F9FA;
    border-radius: 6px;
    box-shadow: none;
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .custom-form-textarea textarea {
        padding: 7px 8px;
    }
}

.custom-form-group .custom-form-date {
    position: relative;
}

.custom-form-group .custom-form-date input {
    background-color: #fff;
    border: 1px solid #F6F9FA;
    border-radius: 6px;
    box-shadow: none;
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    padding: 12px;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .custom-form-date input {
        padding: 7px 8px;
    }
}

.custom-form-group .custom-form-select {
    position: relative;
}

.custom-form-group .custom-form-select select {
    background-color: #fff;
    background-image: url("../images/select-dropdown-icon.svg");
    border: 1px solid #F6F9FA;
    border-radius: 6px;
    box-shadow: none;
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .custom-form-select select {
        padding: 7px 8px;
    }
}

.custom-form-group .sub-icon {
    position: absolute;
    right: 12px;
    top: 12px;
}

.custom-form-group .message {
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    padding-left: 20px;
    position: relative;
}

.custom-form-group .message::before {
    background-image: url("../images/input-error.svg");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 0.5px;
    width: 16px;
}

@media screen and (max-width: 1279px) {
    .custom-form-group .sub-icon {
        height: 16px;
        top: 8px;
        width: 16px;
    }

    .custom-form-group .sub-icon>svg {
        height: 100%;
        width: 100%;
    }
}

.custom-form-group-ticket label {
    color: #10061F;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    width: 100%;
}

.custom-form-group-ticket label span {
    color: #FF6A55;
}

.custom-form-group-ticket.is-error input {
    border: 1px solid #FF6A55 !important;
}

.custom-form-group-ticket.is-error .message {
    color: #FF6A55;
}

.custom-form-group-ticket.is-warning input {
    border: 1px solid #FFAF0F !important;
}

.custom-form-group-ticket.is-warning .message {
    color: #FFAF0F;
}

.custom-form-group-ticket.is-warning .message::before {
    background-image: url("../images/input-warning.svg");
}

.custom-form-group-ticket.is-success input {
    border: 1px solid #26A748 !important;
}

.custom-form-group-ticket.is-success .message {
    color: #26A748;
}

.custom-form-group-ticket.is-success .message::before {
    background-image: url("../images/input-success.svg");
}

.custom-form-group-ticket .custom-form-input {
    position: relative;
}

.custom-form-group-ticket .custom-form-input input {
    background-color: #fff;
    border: 1px solid #E1E1EA;
    border-radius: 12px;
    box-shadow: none;
    color: #10061F;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 12px 20px 38px;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .custom-form-group-ticket .custom-form-input select {
        padding: 7px 8px;
    }

    .custom-form-group-ticket .custom-form-input input {
        font-size: 14px;
        padding: 12px 12px 12px 38px;
    }
}

.custom-form-group-ticket .prefix-icon {
    left: 12px;
    position: absolute;
    top: 20px;
}

.custom-form-group-ticket .message {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
}

.custom-form-group-ticket .message::before {
    background-image: url("../images/input-error.svg");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0.5px;
    width: 16px;
}

@media screen and (max-width: 1279px) {
    .custom-form-group-ticket .prefix-icon {
        top: 13px;
    }
}

.iti__country-list {
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.iti__country-list::-webkit-scrollbar {
    width: 10px;
}

.iti__country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: #888;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.iti__country-list .iti__country {
    font-size: 14px !important;
}

.custom-radio-group {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .custom-radio-group {
        align-items: flex-start;
    }
}

.item-active {
    background-color: #155ed2 !important;
    color: #fff !important;
}

.item-active svg path {
    fill: white;
}

.page-interactive {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.page-interactive:hover svg path {
    fill: white;
}

.prority-plan {
    /*background-color: #fff;*/
    padding: 48px 0;
    position: relative;
}

@media screen and (max-width: 1439px) {
    .prority-plan {
        padding: 21px 0 30px;
    }
}

@media screen and (max-width: 1279px) {
    .prority-plan {
        border-top-right-radius: 0;
    }
}

.partner-item+.partner-item {
    margin-top: 48px;
}

.block-des {
    color: #10061F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}

.block-des.has-icon-end {
    padding-right: 120px;
    position: relative;
}

.block-des.has-icon-end svg {
    height: 32px;
    position: absolute;
    right: 80px;
    top: 0;
    width: 32px;
}

@media screen and (max-width: 1279px) {
    .block-des {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .block-des {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.journey-way {
    background-color: #fff;
}

.statistics {
    background-color: #fff;
    border-radius: 24px;
    margin-top: 24px;
    padding: 48px;
}

.statistics .statistics-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.statistics .statistics-item .statistics-item-number {
    color: #4576E5;
    font-family: "Dosis", sans-serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -0.02;
    line-height: 96px;
}

.statistics .statistics-item .statistics-item-text {
    color: #26A748;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.vision-block {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.vision-block .vision-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: absolute;
    right: 0;
    width: 736px;
}

.vision-block .vision-content .vision-content-item {
    background-color: #F2F7FBCC;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
}

.vision-block .vision-content .vision-content-item .vision-content-item_head {
    color: #10061F;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.vision-block .vision-content .vision-content-item .vision-content-item_body {
    color: #10061F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.core-value-list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 24px;
    padding-right: 24px;
}

.core-value-item {
    align-items: center;
    background: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 16px;
}

.core-value-item .core-value-item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.core-value-item .core-value-item-content .core-value-item-des {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.map-item {
    background-color: #fff;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}

.map-item .map-content img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.map-item .map-left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    padding: 16px;
}

.map-item .map-left .map-number span {
    background-color: #155ED233;
    border-radius: 4px;
    color: #155ED2;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

.map-item .map-left .map-value {
    color: #10061F;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.map-item .map-left .map-row {
    align-items: center;
    color: #10061F;
    display: flex;
    font-size: 14px;
    gap: 6px;
    justify-content: flex-start;
}

.map-item .map-left .map-row .map-row-value {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 12px;
}

.map-item .map-left .map-row .map-row-value .map-row-item {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
}

.map-item .map-left .map-row .map-row-value .map-row-item span:first-of-type {
    color: #7F8EA4;
}

.certificate-list {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.certificate-list .certificate-col {
    width: 20%;
}

@media screen and (max-width: 1439px) {
    .certificate-list {
        gap: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .certificate-list {
        flex-wrap: wrap;
        gap: 16px;
    }

    .certificate-list .certificate-col {
        width: 31%;
    }
}

@media screen and (max-width: 767px) {
    .certificate-list {
        gap: 12px;
    }

    .certificate-list .certificate-col {
        width: 48%;
    }
}

.journey-way-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -9px;
    width: 233px;
}

.journey-way-item.journey-start {
    margin-left: 0;
}

.journey-way-item .process-item-step {
    left: 0;
    position: relative;
    top: 0;
}

.journey-way-item .journey-way-icon {
    display: flex;
    height: 109px;
    justify-content: center;
    margin-bottom: 10px;
    width: 71px;
}

.journey-way-item .journey-way-info {
    align-items: center;
    color: #10061F;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    gap: 16px;
    height: 119px;
    justify-content: center;
    padding: 0 12px 15px;
    text-align: center;
    width: 100%;
}

.journey-way-item .journey-way-info .journey-way-info-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.journey-way-item.journey-year-2 .process-item-step svg path {
    fill: #B8D215;
}

.journey-way-item.journey-year-3 .process-item-step svg path {
    fill: #15D26C;
}

.journey-way-item.journey-year-4 .process-item-step svg path {
    fill: #1593D2;
}

.journey-way-item.journey-year-5 .process-item-step svg path {
    fill: #1593D2;
}

.journey-way-item.journey-year-type-2 {
    flex-direction: column-reverse;
}

.journey-way-item.journey-year-type-2 .journey-way-icon {
    margin-bottom: 0;
    margin-top: 10px;
}

.journey-way-item.journey-year-type-2 .journey-way-info {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding-bottom: 0;
}

.journey-way-item.journey-year-type-2 .journey-way-info .journey-way-info-icon {
    flex-direction: column-reverse;
}

.item-fly {
    bottom: -29px;
    height: 207px;
    position: absolute;
    right: 10px;
    width: 308px;
}

@media screen and (max-width: 1279px) {
    .item-fly {
        bottom: 0px;
        height: 85px;
        right: 0px;
        width: 200px;
    }

    .item-fly img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
}

.list-item-action>li>button {
    font-size: 16px;
}

.work-process-item {
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 8px 16px 0px #091E4233;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 32px 16px;
    position: relative;
}

.work-process-item .process-item-title {
    color: #10061F;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.service-review .service-review-action .swiper-button-next {
    right: 0;
}

.service-review .service-review-action .swiper-button-prev {
    left: 0;
}

.service-review-item {
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 16px;
    position: relative;
}

.service-review-item .service-review-item-icon {
    position: absolute;
    right: 16px;
    top: 16px;
}

.service-review-item .service-review-item-user {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.service-review-item .service-review-item-user .service-review-item-avatar {
    height: 60px;
    width: 60px;
}

.service-review-item .service-review-item-user .service-review-item-avatar img {
    border-radius: 50%;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.service-review-item .service-review-item-user .service-review-item-name {
    color: #10061F;
    font-weight: 500;
    line-height: 22px;
}

.service-review-item .service-review-item-user .service-review-item-position {
    color: #7F8EA4;
    font-weight: 400;
    line-height: 22px;
}

.service-review-item .service-review-item-comment {
    color: #10061F;
    line-height: 22px;
    text-align: center;
}

.process-item-step {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -23px;
}

.process-item-step span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
}

.current-visa-wrap {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
    min-height: 300px;
    padding-top: 24px;
}

.current-visa-wrap .current-visa-right {
    align-items: center;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.current-visa-wrap .current-visa-right img {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.current-visa-wrap .current-visa-right .current-visa-right-title {
    color: #f37121;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    z-index: 9;
}

.current-visa-item {
    /*background-color: #E5EFF7;*/
    background-color: #FFF;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    padding: 16px;
    box-shadow: 0 1px 2px 0 #091E4233;
}

.current-visa-item .current-visa-item-row {
    /*align-items: center;*/
    display: flex;
    justify-content: space-between;
}

.current-visa-item .current-visa-item-row .current-visa-item-label {
    color: #10061F;
    padding-right: 6px;
    font-size: 0.8em;
    font-weight: 500;
}

.current-visa-item .current-visa-item-row .current-visa-item-label p:first-child {
    text-transform: uppercase;
}

.current-visa-item .current-visa-item-row .current-visa-item-label p:last-child {
    color: #0063A6;
}

.current-visa-item .current-visa-item-row .current-visa-item-value {
    color: #F37121;
    text-align: right;
    font-size: 0.8em;
    font-weight: 600;
}

.current-visa-item .current-visa-item-des {
    color: #475569;
    font-size: 0.8em;
}

.current-visa-item:hover {
    background-color: #F9E9DF;
    box-shadow: 0 4px 8px 0 #091E4233;
}

.intro-block {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 82px;
    margin-right: 82px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.intro-block .intro-block-img {
    border-radius: 12px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    width: 160px;
}

.intro-block .intro-block-img.intro-block-img-1 {
    left: 0;
    top: 0;
}

.intro-block .intro-block-img.intro-block-img-2 {
    bottom: 0;
    right: 0;
}

.intro-block .intro-block-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.intro-block .intro-content {
    align-items: center;
    background-color: #F2F7FB99;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: 32px;
    width: 844px;
    z-index: 9;
}

.intro-block .intro-content div {
    line-height: 28px;
    text-align: center;
}

.tag-item {
    border: 1px solid #26A748;
    border-radius: 32px;
    color: #26A748;
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

.tag-item.special {
    background-color: #FFFFFFCC;
    border: 1px solid #FF6A55;
    color: #FF6A55;
    left: 6px;
    padding-right: 20px;
    position: absolute;
    top: 6px;
}

.subscription-block {
    background-color: #F6F9FA;
}

.other-page {
    padding-bottom: 48px;
    padding-top: 48px;
}

.hot-deal-block {
    padding-bottom: 48px;
    padding-top: 48px;
}

.block-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #F9700D 25.79%, #DA3835 87.37%);
    background-clip: text;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
    text-align: center;
    text-shadow: unset;
}

.other-service-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.other-service-block .block-description {
    margin-bottom: 16px;
    padding: 0 50px;
    text-align: center;
}

.other-service-block .other-service-head {
    color: #10061F;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.other-service-block .other-service-des {
    color: #10061F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    text-align: center;
}

.other-service-block .other-list {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
}

.other-service-block .other-list .other-item {
    align-items: center;
    background: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 16px;
}

.other-service-block .other-list .other-item .other-item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.other-service-block .other-list .other-item .other-item-content .other-item-content-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.other-service-block .other-list .other-item .other-item-content .other-item-content-des {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.other-service-block.visa-support .other-list {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.other-service-block.core-value .other-list {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-center-head {
    align-items: center;
    background: url("../images/service-center.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: center;
    position: relative;
}

.service-center-head .service-center-title {
    color: #fff;
}

.service-center-head .service-center-search {
    background-color: #FFFFFFCC;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    bottom: -30px;
    box-shadow: 10px 10px 20px 0px #10061F1A;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 32px;
    position: absolute;
    width: 1120px;
}

.service-center-head .service-center-search .search-center-input-group {
    background-color: #fff;
    border: 1px solid #E1E1EA;
    border-radius: 12px;
    position: relative;
    width: 100%;
}

.service-center-head .service-center-search .search-center-input-group input {
    background-color: transparent;
    border: none;
    border-radius: 12px;
    padding: 14px 60px 14px 12px;
    width: 100%;
}

.service-center-head .service-center-search .search-center-input-group .search-btn {
    align-items: center;
    background-color: #155ED2;
    border-radius: 12px;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
}

@media screen and (max-width: 1439px) {
    .service-center-head .service-center-search .search-center-input-group input {
        font-size: 14px;
        padding: 11px 60px 11px 12px;
    }

    .service-center-head .service-center-search .search-center-input-group .search-btn {
        height: 44px;
        width: 44px;
    }
}

@media screen and (max-width: 1279px) {
    .service-center-head {
        height: 216px;
    }

    .service-center-head .service-center-search {
        padding: 16px;
        width: 704px;
    }

    .service-center-head .service-center-title {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .service-center-head .service-center-search {
        border-radius: 12px;
        gap: 12px;
        padding: 12px;
        width: calc(100% - 32px);
    }

    .service-center-head .service-center-search .search-center-input-group input {
        font-size: 12px;
        padding: 6px 36px 6px 10px;
    }

    .service-center-head .service-center-search .search-center-input-group .search-btn {
        height: 34px;
        width: 34px;
    }

    .service-center-head .service-center-search .search-center-input-group .search-btn img {
        height: 16px;
        width: 16px;
    }
}

@media screen and (max-width: 1439px) {
    .service-container {
        margin: 0;
        max-width: unset;
        width: 100%;
    }
}

.service-image-action .swiper-button-prev {
    left: 30px;
}

.service-image-action .swiper-button-next {
    right: 30px;
}

@media screen and (max-width: 767px) {
    .service-image-action .swiper-button-prev {
        display: flex;
        height: 24px;
        width: 24px;
    }

    .service-image-action .swiper-button-prev svg {
        height: 12px;
        width: 12px;
    }

    .service-image-action .swiper-button-next {
        display: flex;
        height: 24px;
        width: 24px;
    }

    .service-image-action .swiper-button-next svg {
        height: 9px;
        width: 12px;
    }
}

.visa-top-item {
    border-radius: 12px 12px 15px 15px;
    display: block;
    /*height: 200px;*/
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 2px 1px #091e4233;
    transition: transform 0.3s ease;
}

.visa-top-item:hover {
    transform: scale(1.15);
}

.visa-top-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.visa-top-item .visa-top-item-title {
    background-color: #F2F7FB99;
    /*border: 1px solid #fff;*/
    border-radius: 0 0 12px 12px;
    bottom: 0;
    color: #10061F;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    line-height: 22px;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

.list-top-service {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* padding-left: 60px;
    padding-right: 60px;*/
}

.why-visa-by-smile {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    /*margin-left: 80px;
    margin-right: 80px;*/
    padding-bottom: 48px;
    padding-top: 48px;
    position: relative;
}

.why-visa-by-smile .why-visa-by-smile-bg {
    border-radius: 24px;
    height: 444px;
    overflow: hidden;
    width: 586px;
}

.why-visa-by-smile .why-visa-by-smile-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.why-visa-by-smile .visa-list-answers {
    background-color: #F2F7FB99;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    left: 0;
    padding: 32px;
    position: absolute;
    width: 894px;
}

.why-visa-by-smile .visa-list-answers .visa-answer-item {
    color: #10061F;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

@media screen and (max-width: 1439px) {
    .why-visa-by-smile .why-visa-by-smile-bg {
        border-radius: 16px;
        height: 364px;
        width: 494px;
    }

    .why-visa-by-smile .visa-list-answers {
        border-radius: 16px;
        gap: 12px;
        padding: 12px;
    }

    .why-visa-by-smile .visa-list-answers .visa-answer-item {
        gap: 6px;
    }
}

.visa-section {
    background-color: #F2F7FB;
    padding-bottom: 48px;
    padding-top: 48px;
}

.flight-news-block {
    padding-bottom: 24px;
    padding-top: 24px;
}

.flight-news-block .flight-news-action .swiper-button-next {
    right: -60px;
}

.flight-news-block .flight-news-action .swiper-button-prev {
    left: -60px;
}

.best-price-section {
    padding-bottom: 24px;
    padding-top: 24px;
}

.best-price-section .best-price-action .swiper-button-next {
    right: -60px;
}

.best-price-section .best-price-action .swiper-button-prev {
    left: -60px;
}

.service-center-item+.service-center-item {
    margin-top: 16px;
}

.service-center-item .service-center-item-head {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #091E4240;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.service-center-item .service-center-item-head .service-center-item-title {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

.service-center-item .service-center-item-head .service-center-item-title h4 {
    line-height: 24px;
}

.service-center-item .service-center-item-wrap {
    display: none;
    margin-top: 8px;
}

.service-center-item.active {
    background-color: white;
    border: 1px solid #155ED2;
    border-radius: 6px;
    overflow: hidden;
}

.service-center-item.active .service-center-item-wrap {
    display: block;
    padding: 16px;
}

.service-center-item.active .service-center-item-wrap .question-item .question-head {
    box-shadow: 0px 1px 2px 0px #091E4240;
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
}

.service-center-item.active .service-center-item-wrap .question-item .question-head .question-action {
    height: 20px;
    width: 20px;
}

.service-center-item.active .service-center-item-wrap .question-item .question-head .question-action svg {
    height: 100%;
    width: 100%;
}

.service-center-item.active .service-center-item-head .service-item-action svg {
    transform: rotate(180deg);
}

.service-center-item.active .service-center-item-head .service-item-action svg path {
    fill: #F37121;
    stroke: #F37121;
}

.news-block {
    padding-bottom: 24px;
    padding-top: 24px;
}

.question-item {
    border-radius: 12px;
}

.question-item .question-content {
    display: none;
    padding: 16px;
}

.question-item .question-head {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 1px 2px 1px #091e4233;
    color: #10061F;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    min-height: 80px;
    padding: 16px;
    vertical-align: top;
}

.question-item .question-head .question-action {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.question-item.active {
    border: 1px solid #155ED2;
}

.question-item.active .question-content {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    display: block;
    font-weight: 400;
    line-height: 22px;
    margin-top: -4px;
    padding-top: 0;
}

.question-item.active .question-head .question-action svg {
    transform: rotate(180deg);
}

.question-item.active .question-head .question-action svg path {
    stroke: #F37121;
}

@media screen and (max-width: 767px) {
    .question-item .question-head {
        font-size: 14px;
        padding: 12px;
    }

    .question-item .question-head .question-action {
        height: 20px;
        width: 20px;
    }

    .question-item .question-head .question-action svg {
        height: 100%;
        width: 100%;
    }

    .question-item.active .question-content {
        font-size: 14px;
        line-height: 20px;
        margin-top: -6px;
    }
}

.block-title-black {
    color: #0063A6;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}

.discover-block {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 48px 0;
}

.discover-block .discover-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 744px);
}

.discover-block .discover-right {
    width: 724px;
}

.discover-block .discover-right .discover-image {
    width: 100%;
}

.discover-block .discover-right .discover-image img {
    object-fit: cover;
    width: 100%;
}

.subscription-row {
    display: grid;
    grid-template-columns: 216px auto;
}

.subscription-row .subscription-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.subscription-row .subscription-form {
    background-color: #E5EFF7;
    flex: 1;
    padding: 48px 80px;
}

.subscription-row .subscription-form .subscription-form-head {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    line-height: 26px;
    margin-bottom: 12px;
}

.subscription-row .subscription-form .subscription-form-des {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 16px;
}

.subscription-row .subscription-form .subscription-form-wrap {
    background-color: #FBFCFC;
    border: 2px solid #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
}

.subscription-row .subscription-form .subscription-form-wrap .custom-form-group input {
    border: 1px solid #E1E1EA;
    border-radius: 12px;
}

.subscription-row .subscription-form .subscription-form-wrap .custom-form-select select {
    border: 1px solid #E1E1EA;
    border-radius: 12px;
}

.subscription-row .subscription-form .subscription-form-wrap .subscription-form-row {
    display: grid;
    gap: 16px;
    grid-template-columns: auto max-content;
}

.subscription-row .subscription-form .subscription-form-wrap .subscription-action {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.subscription-row .subscription-form .subscription-form-wrap .subscription-button {
    background-color: #155ed2;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 0px #091E4233;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 16px;
    text-align: center;
}

@media screen and (max-width: 1439px) {
    .subscription-row .subscription-form {
        padding: 24px 48px;
    }

    .subscription-row .subscription-image {
        height: 350px;
    }
}

@media screen and (max-width: 1279px) {
    .subscription-row .subscription-form {
        padding: 24px;
    }

    .subscription-row .subscription-form .subscription-form-head {
        font-size: 16px;
        line-height: 22px;
    }

    .subscription-row .subscription-form .subscription-form-des {
        text-align: center;
    }

    .subscription-row .subscription-form .subscription-form-wrap {
        padding: 24px;
    }

    .subscription-row .subscription-form .subscription-form-wrap .subscription-form-row {
        gap: 12px;
        grid-template-columns: auto 130px;
    }

    .subscription-row .subscription-form .subscription-form-wrap .custom-form-group input {
        border-radius: 6px;
    }

    .subscription-row .subscription-form .subscription-form-wrap .custom-form-select select {
        border-radius: 6px;
    }

    .subscription-row .subscription-form .subscription-form-wrap .subscription-button {
        border-radius: 6px;
        padding: 8px 10px;
    }

    .subscription-row .subscription-image {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .subscription-row {
        display: flex;
        flex-direction: column;
    }

    .subscription-row .subscription-form {
        padding: 12px;
    }

    .subscription-row .subscription-form .subscription-form-head {
        margin-bottom: 6px;
    }

    .subscription-row .subscription-form .subscription-form-wrap {
        border-radius: 12px;
        padding: 12px;
    }

    .subscription-row .subscription-form .subscription-form-wrap .subscription-form-row {
        display: flex;
        flex-direction: column;
    }

    .subscription-row .subscription-form .subscription-form-wrap .subscription-action {
        align-items: center;
        justify-content: center;
    }
}

.service-item {
    border-radius: 14px;
    box-shadow: 0px 1px 2px 0px #091E4240;
    cursor: pointer;
    position: relative;
}

.service-item:hover {
    background-color: #f9e9df;
    box-shadow: 0px 10px 20px 0px #10061F40;
}

.service-item:hover::before {
    background-color: #e5e7eb;
}

.service-item:hover::after {
    background-color: #e5e7eb;
}

.service-item .service-item-content {
    padding: 0 16px 16px;
}

.service-item .service-item-dotted {
    border-top: 2px dotted #83838380;
    margin: 16px -16px 16px;
}

.service-item .service-item-title {
    color: #10061F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.service-item .service-item-des {
    color: #475569;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.service-item .service-item-image {
    border-radius: 14px 14px 0 0;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.service-item .service-item-image img {
    border-radius: 14px 14px 0 0;
    object-fit: fill;
    width: 100%;
}

.service-item::before {
    background: #F6F9FA;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0 #091e4240;
    content: "";
    height: 15px;
    left: -8px;
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}

.service-item::after {
    background: #F6F9FA;
    border-radius: 50%;
    box-shadow: -2px 0px 0px 0 #091e4240;
    content: "";
    height: 15px;
    position: absolute;
    right: -8px;
    top: 72%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}

@media screen and (max-width: 1439px) {
    .service-item .service-item-content {
        padding: 0 12px 12px;
    }

    .service-item .service-item-content .service-item-dotted {
        margin: 12px -12px 12px;
    }

    .service-item .service-item-title {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1279px) {
    .service-item .service-item-content {
        padding: 0 12px 10px;
    }

    .service-item .service-item-content .service-item-dotted {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .service-item .tag-item .tag-item-title {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .service-item {
        border-radius: 6px;
        height: 220px !important;
    }

    .service-item .service-item-image {
        border-radius: 6px 6px 0 0;
    }

    .service-item .service-item-image img {
        border-radius: 6px 6px 0 0;
        min-height: 120px !important;
    }

    .service-item .service-item-content {
        padding: 0 6px 10px;
    }

    .service-item .service-item-content .service-item-dotted {
        margin: 6px -6px 6px;
    }

    .service-item .service-item-title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 2px;
    }

    .service-item .service-item-des {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    .service-item .service-item-image {
        max-height: 120px;
    }

    .service-item::before {
        border-radius: 50%;
        box-shadow: 1px 0px 0px 0 #091e4240;
        height: 8px;
        left: -4px;
        top: 67%;
        width: 8px;
    }

    .service-item::after {
        border-radius: 50%;
        box-shadow: -2px 0px 0px 0 #091e4240;
        height: 8px;
        right: -4px;
        top: 67%;
        width: 8px;
    }

    .service-item .tag-item {
        padding: 0;
    }

    .service-item .tag-item .tag-item-title {
        display: none;
    }

    .service-item .tag-item .vn-icon {
        position: relative;
    }
}

.tour-block {
    padding-bottom: 48px;
    padding-top: 48px;
}

.place-block {
    padding-bottom: 48px;
    padding-top: 48px;
}

.full-service-block {
    padding-bottom: 48px;
    padding-top: 48px;
}

.hot-deal-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.swiper-deal-action .swiper-button-prev {
    left: calc((100vw - 1160px) / 2 - 128px);
    top: 54%;
}

.swiper-deal-action .swiper-button-next {
    right: calc((100vw - 1160px) / 2 - 128px);
    top: 54%;
}

@media screen and (max-width: 1439px) {
    .swiper-deal-action .swiper-button-prev {
        left: calc((100vw - 1160px) / 2 - 54px);
    }

    .swiper-deal-action .swiper-button-next {
        right: calc((100vw - 1160px) / 2 - 54px);
    }
}

@media screen and (max-width: 1279px) {
    .swiper-deal-action .swiper-button-prev {
        left: calc((100vw - 708px) / 2 - 46px);
    }

    .swiper-deal-action .swiper-button-next {
        right: calc((100vw - 708px) / 2 - 46px);
    }
}

@media screen and (max-width: 767px) {
    .swiper-deal-action .swiper-button-prev {
        display: none;
    }

    .swiper-deal-action .swiper-button-next {
        display: none;
    }
}

.hot-deal-item {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 1px 2px 1px #091E4240;
    cursor: pointer;
    position: relative;
}

.hot-deal-item:hover {
    background-color: #f9e9df;
    box-shadow: 0px 10px 20px 0px #10061F40;
}

.hot-deal-item:hover::before {
    background-color: #e5e7eb;
}

.hot-deal-item:hover::after {
    background-color: #e5e7eb;
}

.hot-deal-item .hot-deal-content {
    padding: 0 16px 16px;
}

.hot-deal-item .hot-deal-dotted {
    border-top: 2px dotted #83838380;
    margin: 16px -16px 16px;
}

.hot-deal-item .hot-deal-title {
    color: #10061F;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    /*min-height: 40px;*/
}

.hot-deal-item .hot-deal-des {
    color: #475569;
    font-weight: 400;
    line-height: 16px;
}

.hot-deal-item .hot-deal-image {
    border-radius: 14px 14px 0 0;
    max-height: 230px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hot-deal-item .hot-deal-image img {
    border-radius: 14px 14px 0 0;
    max-height: 230px;
    object-fit: fill;
    width: 100%;
}

.hot-deal-item::before {
    background: #F6F9FA;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0 #091e4240;
    content: "";
    height: 15px;
    left: -8px;
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}

.hot-deal-item::after {
    background: #F6F9FA;
    border-radius: 50%;
    box-shadow: -2px 0px 0px 0 #091e4240;
    content: "";
    height: 15px;
    position: absolute;
    right: -8px;
    top: 72%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}

@media screen and (max-width: 1439px) {
    .hot-deal-item .hot-deal-content {
        padding: 0 12px 12px;
    }

    .hot-deal-item .hot-deal-content .hot-deal-dotted {
        margin: 12px -12px 12px;
    }

    .hot-deal-item .hot-deal-title {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1279px) {
    .hot-deal-item .hot-deal-content {
        padding: 0 12px 10px;
    }

    .hot-deal-item .hot-deal-content .hot-deal-dotted {
        margin-bottom: 6px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 767px) {
    .hot-deal-item {
        border-radius: 6px;
    }

    .hot-deal-item .hot-deal-image {
        border-radius: 6px 6px 0 0;
    }

    .hot-deal-item .hot-deal-image img {
        border-radius: 6px 6px 0 0;
    }

    .hot-deal-item .hot-deal-content {
        padding: 0 6px 10px;
    }

    .hot-deal-item .hot-deal-content .hot-deal-dotted {
        margin: 6px -6px 6px;
    }

    .hot-deal-item .hot-deal-title {
        line-height: 16px;
        margin-bottom: 2px;
    }

    .hot-deal-item .hot-deal-des {
        line-height: 14px;
        margin-bottom: 4px;
    }

    .hot-deal-item .hot-deal-image {
        /*max-height: 72px; */
    }

    .hot-deal-item::before {
        border-radius: 50%;
        box-shadow: 1px 0px 0px 0 #091e4240;
        height: 8px;
        left: -4px;
        top: 67%;
        width: 8px;
    }

    .hot-deal-item::after {
        border-radius: 50%;
        box-shadow: -2px 0px 0px 0 #091e4240;
        height: 8px;
        right: -4px;
        top: 67%;
        width: 8px;
    }
}

.detail-wrap {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
}

.detail-wrap a {
    color: #155ed2;
}

.detail-wrap .detail-wrap-left {
    width: 320px;
}

.detail-wrap .detail-wrap-right {
    flex: 1;
}

.detail-wrap .detail-wrap-right .tag-item {
    display: inline-block;
    left: 0;
    margin-bottom: 8px;
    position: relative;
    top: 0;
    width: auto;
}

.detail-wrap .detail-wrap-right .detail-image {
    border-bottom: 1px dotted #BCBCBC;
    height: 200px;
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.detail-wrap .detail-wrap-right .detail-image img {
    border-radius: 24px 24px 0 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.detail-wrap .detail-wrap-right .wrap-main-content {
    color: #475569;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

@media screen and (max-width: 1279px) {
    .detail-wrap {
        flex-direction: column;
    }

    .detail-wrap .detail-wrap-left {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .detail-wrap .detail-image {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .deal-item-small .deal-item-image {
        background-color: #e5eff7;
        border-radius: 24px;
        height: 100%;
        padding: 12px;
        width: 120px;
    }

    .deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-value {
        font-size: 12px !important;
    }

    .deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-label {
        font-size: 11px !important;
        margin-right: 3px;
    }
}

.deal-item-small {
    align-items: center;
    background: white;
    border-radius: 24px 12px 12px 24px;
    box-shadow: 0px 1px 2px 0px #091E4240;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.deal-item-small:hover {
    background-color: #f9e9df !important;
}

#grid-hot-deals .deal-item-small .deal-item-image {
    padding: 10px !important;
    width: 85px !important;
    border-radius: 24px !important;
}

.deal-item-small .deal-item-image {
    background-color: #e5eff7;
    border-radius: 40px;
    height: 100%;
    /*padding: 7px 6px;
    width: 85px;*/
}

#grid-hot-deals .deal-item-small .deal-item-image img {
    border-radius: 24px !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.deal-item-small .deal-item-image img {
    border-radius: 40px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.deal-item-small .deal-tag {
    background: linear-gradient(to right, #da3835, #f9700d);
    border-radius: 12px;
    color: white;
    font-size: 9px;
    left: 60px;
    padding: 2px 8px;
    position: absolute;
    top: 20px;
    width: 60px;
}

.detail-wrap-left .deal-item-small .deal-tag {
    left: 35px !important;
    top: 0px !important;
}

#grid-hot-deals .deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-value {
    font-size: 14px !important;
}

#grid-hot-deals .deal-item-small .deal-item-content {
    padding: 10px 20px;
}

.deal-item-small .deal-item-content {
    align-items: flex-end;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px;
}

.deal-item-small .deal-item-content .deal-item-origin-price {
    color: #475569;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through;
}

.deal-item-small .deal-item-content .deal-item-price {
    color: #155ED2;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.deal-item-small .deal-item-content .deal-item-content--date {
    color: #F37121;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.deal-item-small .deal-item-content .deal-item-content-row {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-label {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-value {
    color: #10061F;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.hot-deal-item .hot-deal-des .hot-deal-price {
    color: #F37121;
}

/*@media screen and (min-width: 1024px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    
}*/

@media screen and (max-width: 1024px) {
    .deal-swiper .deal-item-small .deal-item-image {
        top: -12px !important;
        left: -12px !important;
        width: 115px !important;
        height: 142px !important;
    }

    .deal-item-small .deal-item-image {
        border-radius: 20px;
        width: 60px;
    }

    .deal-item-small .deal-item-content {
        padding: 6px 12px 6px 0;
    }

    .deal-item-small .deal-item-content .deal-item-content--date {
        font-size: 12px;
        line-height: 16px;
    }

    .deal-item-small .deal-item-content .deal-item-content-row .deal-item-content-value {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .deal-item-small .deal-item-content .deal-item-content-row {
        margin-bottom: 5px;
    }

    .deal-item-small .deal-item-content .deal-item-origin-price {
        font-size: 12px;
        line-height: 16px;
    }

    .deal-item-small .deal-item-content .deal-item-price {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1439px) {
    .vision-block .vision-block-img {
        width: 804px;
    }

    .vision-block .vision-block-img img {
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }

    .vision-block .vision-content {
        gap: 24px;
        width: 712px;
    }

    .vision-block .vision-content .vision-content-item {
        border-radius: 16px;
        gap: 12px;
        padding: 24px;
    }

    .vision-block .vision-content .vision-content-item .vision-content-item_head {
        font-size: 20px;
        line-height: 26px;
    }

    .vision-block .vision-content .vision-content-item .vision-content-item_body {
        font-size: 14px;
        line-height: 22px;
    }

    .block-des {
        font-size: 14px;
        line-height: 22px;
    }

    .block-des.has-icon-end {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 50px;
    }

    .block-des.has-icon-end svg {
        height: 28px;
        right: 20px;
        width: 30px;
    }

    .core-value-list {
        gap: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .core-value-item {
        gap: 16px;
        padding: 24px 12px;
    }

    .core-value-item .core-value-item-img {
        height: 48px;
        width: 48px;
    }

    .core-value-item .core-value-item-content .core-value-item-des {
        font-size: 14px;
    }

    .journey-way-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -9px;
    }

    .journey-way-item.journey-start {
        height: 65px;
    }

    .journey-way-item.journey-end {
        height: 65px;
    }

    .journey-way-item .process-item-step {
        height: 65px;
        width: 222px;
    }

    .journey-way-item .process-item-step span {
        font-size: 18px;
    }

    .journey-way-item .journey-way-info {
        width: 236px;
    }

    .statistics .statistics-item .statistics-item-number {
        font-size: 52px;
        line-height: 64px;
    }

    .statistics .statistics-item .statistics-item-text {
        font-size: 18px;
    }

    .block-title-black {
        font-size: 20px;
        line-height: 26px;
    }

    .list-item-action>li>button {
        font-size: 16px;
    }

    .other-page {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .other-list .other-item .other-item-img {
        width: 48px;
    }

    .other-service-block .other-service-head {
        font-size: 20px;
        line-height: 26px;
    }

    .other-service-block .other-service-des {
        margin-bottom: 16px;
    }

    .other-service-block .other-list {
        gap: 20px;
    }

    .other-service-block .other-list .other-item {
        padding: 24px 16px;
    }

    .block-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .hot-deal-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .tour-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .place-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .full-service-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .discover-block {
        gap: 32px;
    }

    .discover-block .discover-left {
        width: calc(100% - 628px);
    }

    .discover-block .discover-right {
        width: 598;
    }

    .about-block .discover-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .current-visa-wrap {
        gap: 24px;
    }

    .current-visa-wrap .current-visa-right .current-visa-right-title {
        font-size: 20px;
        line-height: 26px;
    }

    .intro-block {
        margin-left: 54px;
        margin-right: 54px;
    }

    .intro-block .intro-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 1279px) {
    .vision-block .vision-block-img {
        border-radius: 24px;
        height: 408px;
        overflow: hidden;
        width: 464px;
    }

    .vision-block .vision-block-img img {
        height: 100%;
        object-fit: cover;
    }

    .vision-block .vision-content {
        width: 400px;
    }

    .vision-block .vision-content .vision-content-item {
        border-radius: 16px;
        gap: 6px;
        padding: 12px;
    }

    .vision-block .vision-content .vision-content-item .vision-content-item_head {
        font-size: 16px;
        line-height: 22px;
    }

    .vision-block .vision-content .vision-content-item .vision-content-item_body {
        font-size: 14px;
        line-height: 20px;
    }

    .core-value-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 12px;
    }

    .core-value-item .core-value-item-img {
        height: 32px;
        width: 32px;
    }

    .journey-way-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -9px;
    }

    .journey-way-item.journey-year-type-2 .journey-way-icon {
        align-items: flex-start;
    }

    .journey-way-item.journey-start {
        height: 40px;
        width: 24px;
    }

    .journey-way-item.journey-end {
        height: 40px;
        width: 24px;
    }

    .journey-way-item .journey-way-icon {
        align-items: flex-end;
        height: 109px;
        width: 43px;
    }

    .journey-way-item .journey-way-icon span {
        height: 70px;
    }

    .journey-way-item .process-item-step {
        height: 40px;
        width: 136px;
    }

    .journey-way-item .process-item-step span {
        font-size: 18px;
    }

    .journey-way-item .journey-way-info {
        font-size: 14px;
        gap: 6px;
        padding: 0;
        width: 142px;
    }

    .journey-way-item .journey-way-info .journey-way-info-icon svg:first-of-type {
        height: 24px;
        width: 3px;
    }

    .journey-way-item .journey-way-info .journey-way-info-icon svg:last-of-type {
        height: 3px;
    }

    .statistics {
        padding: 16px 32px;
    }

    .statistics .statistics-item .statistics-item-number {
        font-size: 42px;
        line-height: 56px;
    }

    .statistics .statistics-item .statistics-item-text {
        font-size: 16px;
    }

    .map-item .map-left .map-row {
        align-items: flex-start;
    }

    .map-item .map-left .map-row .map-row-value {
        gap: 3px;
    }

    .partner-item+.partner-item {
        margin-top: 24px;
    }

    .certificate-item .certificate-content {
        font-size: 14px;
    }

    .current-visa-wrap {
        grid-template-columns: 394px 286px;
        padding-top: 0;
    }

    .current-visa-wrap .current-visa-item {
        padding: 10px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-row {
        align-items: flex-start;
        flex-direction: row;
        gap: 6px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-row .current-visa-item-label {
        font-size: 12px;
        font-weight: 500;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-icon {
        display: none;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-row .current-visa-item-value {
        font-size: 12px;
        /*text-align: left;*/
        font-weight: 500;
        white-space: nowrap;
    }

    .current-visa-item .current-visa-item-des {
        font-size: 12px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item {
        font-size: 12px;
    }

    .intro-block {
        margin-left: 0;
        margin-right: 0;
    }

    .intro-block .intro-block-img {
        height: 120px;
        width: 135px;
    }

    .intro-block .intro-content {
        font-size: 12px;
        width: 500px;
    }

    .intro-block .intro-content div {
        line-height: 18px;
    }

    .work-process-item {
        gap: 12px;
        padding: 12px;
    }

    .work-process-item .process-item-step {
        top: -18px;
    }

    .work-process-item .process-item-step svg {
        height: 32px;
        width: 116px;
    }

    .work-process-item .process-item-step span {
        font-size: 16px;
    }

    .work-process-item .process-item-icon {
        height: 20px;
        width: 20px;
    }

    .work-process-item .process-item-icon svg {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .work-process-item .process-item-title {
        font-size: 14px;
    }

    .service-review-item {
        gap: 16px;
        padding: 16px 12px;
    }

    .service-review-item .service-review-item-icon {
        height: 12px;
        right: 10px;
        top: 10px;
        width: 12px;
    }

    .service-review-item .service-review-item-icon svg {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .service-review-item .service-review-item-user {
        gap: 6px;
    }

    .service-review-item .service-review-item-user .service-review-item-avatar {
        height: 48px;
        width: 48px;
    }

    .service-review-item .service-review-item-user .service-review-user-info {
        gap: 6px;
    }

    .service-review-item .service-review-item-user .service-review-user-info .service-review-item-name {
        font-size: 14px;
        line-height: 20px;
    }

    .service-review-item .service-review-item-user .service-review-user-info .service-review-item-position {
        font-size: 14px;
        line-height: 20px;
    }

    .service-review-item .service-review-item-comment {
        font-size: 14px;
        line-height: 20px;
    }

    .service-review .service-review-action .swiper-button-prev {
        left: -20px;
    }

    .service-review .service-review-action .swiper-button-next {
        right: -20px;
    }

    .list-top-service {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: 0;
        padding-right: 0;
    }

    .list-top-service .visa-top-item {
        height: auto;
    }

    .list-top-service .visa-top-item .visa-top-item-title {
        font-size: 14px;
        line-height: 20px;
        padding: 7px;
    }

    .why-visa-by-smile {
        margin: 0;
        margin-bottom: 130px;
        padding: 0;
    }

    .why-visa-by-smile .why-visa-by-smile-bg {
        height: 364px;
        width: 100%;
    }

    .why-visa-by-smile .visa-list-answers {
        background-color: #F2F7FBCC;
        left: 32px;
        top: 204px;
        width: calc(100% - 64px);
    }

    .why-visa-by-smile .visa-list-answers .visa-answer-item {
        font-size: 14px;
    }

    .why-visa-by-smile .visa-list-answers .visa-answer-item .checked-icon {
        height: 20px;
        width: 20px;
    }

    .discover-block {
        gap: 32px;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .discover-block .discover-left {
        width: calc(100% - 376px);
    }

    .discover-block .discover-right {
        width: 344px;
    }

    .other-service-block .other-service-head {
        font-size: 20px;
        line-height: 26px;
    }

    .other-service-block .other-service-des {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .other-service-block .other-list {
        gap: 20px;
    }

    .other-service-block .other-list .other-item {
        gap: 12px;
        padding: 12px;
    }

    .other-service-block .other-list .other-item .other-item-img {
        width: 32px;
    }

    .other-service-block .other-list .other-item .other-item-content .other-item-content-head {
        font-size: 14px;
    }

    .other-service-block .other-list .other-item .other-item-content .other-item-content-des {
        font-size: 14px;
        text-align: center;
    }

    .other-service-block.visa-support .other-list .other-item {
        padding: 12px 6px;
    }

    .hot-deal-item .hot-deal-title {
        font-size: 12px;
    }

    .hot-deal-item .hot-deal-des {
        font-size: 12px;
    }

    .hot-deal-item .hot-deal-des .hot-deal-price {
        font-size: 14px;
        color: #F37121;
    }

    .hot-deal-item .hot-deal-des .item-hot-price {
        font-size: 14px;
    }

    .list-item-action {
        flex-wrap: nowrap;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .list-item-action li {
        white-space: nowrap;
    }

    .list-item-action li>button {
        font-size: 12px;
    }

    .list-item-action li>button svg {
        height: 16px;
        width: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .journey-way-item .journey-way-info {
        width: 148px;
    }

    .intro-block .intro-block-img {
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 820px) {

    .intro-block .intro-block-img {
        height: 120px;
        width: 135px;
    }
}

@media screen and (max-width: 767px) {
    .vision-block {
        flex-direction: column;
        gap: 12px;
    }

    .vision-block .vision-block-img {
        border-radius: 16px;
        height: 180px;
        margin-left: -12px;
        margin-right: -12px;
        overflow: hidden;
        width: 100%;
    }

    .vision-block .vision-block-img img {
        height: 100%;
        object-fit: cover;
    }

    .vision-block .vision-content {
        gap: 12px;
        position: unset;
        width: 100%;
    }

    .core-value-list {
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .core-value-list .core-value-item-content .core-value-item-des {
        font-size: 12px;
    }

    .block-des.has-icon-end {
        padding-right: 32px;
    }

    .block-des.has-icon-end svg {
        height: 22px;
        right: 0;
        width: 22px;
    }

    .journey-way-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -4px;
        width: calc((100% - 1px) / 5);
    }

    .journey-way-item.journey-year-type-2 .journey-way-icon {
        align-items: flex-start;
    }

    .journey-way-item.journey-start {
        height: 22px;
        width: 9px;
    }

    .journey-way-item.journey-end {
        height: 22px;
        width: 9px;
    }

    .journey-way-item .journey-way-icon {
        align-items: flex-end;
        height: 47px;
        width: 19px;
    }

    .journey-way-item .journey-way-icon span {
        height: 29px;
    }

    .journey-way-item .process-item-step {
        height: 16px;
        width: 96%;
    }

    .journey-way-item .process-item-step span {
        font-size: 8px;
    }

    .journey-way-item .journey-way-info {
        font-size: 8px;
        gap: 6px;
        height: 57px;
        padding: 0;
        width: 100%;
    }

    .journey-way-item .journey-way-info .journey-way-info-icon svg:first-of-type {
        height: 24px;
        width: 3px;
    }

    .journey-way-item .journey-way-info .journey-way-info-icon svg:last-of-type {
        height: 3px;
    }

    .statistics {
        gap: 12px;
        padding: 12px;
    }

    .statistics .statistics-item {
        gap: 0;
    }

    .statistics .statistics-item .statistics-item-number {
        font-size: 24px;
        line-height: 36px;
    }

    .statistics .statistics-item .statistics-item-text {
        font-size: 14px;
        text-align: center;
    }

    .map-item {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .map-item .map-value {
        font-size: 14px;
    }

    .map-item .map-row {
        font-size: 12px;
    }

    .map-item .map-left .map-number span {
        font-size: 16px;
    }

    .partner-item:first-of-type .partner-logo-item {
        max-width: 20%;
    }

    .partner-item:last-of-type .partner-logo-item {
        height: 17px;
        width: auto;
    }

    .partner-item:last-of-type .partner-logo-item img {
        height: 100%;
        object-fit: contain;
    }

    .block-title-black {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .block-title-black.detail-title {
        font-size: 20px;
        line-height: 20px;
    }

    .service-image-action .swiper-button-prev {
        left: 16px;
    }

    .service-image-action .swiper-button-next {
        right: 16px;
    }

    .why-visa-by-smile {
        flex-direction: column;
        margin-bottom: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .why-visa-by-smile .why-visa-by-smile-bg {
        height: 164px;
    }

    .why-visa-by-smile .visa-list-answers {
        background-color: #F2F7FBCC;
        position: unset;
        width: 100%;
    }

    .why-visa-by-smile .visa-list-answers .visa-answer-item {
        font-size: 12px;
    }

    .why-visa-by-smile .visa-list-answers .visa-answer-item .icon {
        height: 16px;
        min-width: 20px;
        width: 16px;
    }

    .visa-section {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .discover-block {
        align-items: center;
        flex-direction: column-reverse;
        gap: 12px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .discover-block .discover-left {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .discover-block .discover-right {
        height: 200px;
        width: 100%;
    }

    .discover-block .discover-right>div {
        height: 100%;
    }

    .discover-block .discover-right>div img {
        height: 100%;
    }

    .subscription-block .container {
        padding: 0;
    }

    .other-page {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .block-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .hot-deal-block {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .tour-block {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .place-block {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .full-service-block {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .list-top-service {
        gap: 16px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding-left: 16px;
        padding-right: 16px;
    }

    .other-service-block .other-service-head {
        font-size: 16px;
        line-height: 22px;
    }

    .other-service-block .other-service-des {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .other-service-block .other-list {
        gap: 12px !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .other-service-block .other-list .other-item {
        border-radius: 16px;
        flex-direction: row;
        gap: 12px;
        padding: 12px;
    }

    .other-service-block .other-list .other-item .other-item-img {
        width: 32px;
    }

    .other-service-block .other-list .other-item .other-item-content {
        gap: 0;
    }

    .other-service-block .other-list .other-item .other-item-content .other-item-content-head {
        font-size: 12px;
        text-align: left;
        width: 100%;
    }

    .other-service-block .other-list .other-item .other-item-content .other-item-content-des {
        font-size: 12px;
        text-align: left;
    }

    .hot-deal-item .hot-deal-des .item-hot-price {
        font-size: 12px;
    }

    .current-visa-wrap {
        gap: 12px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .current-visa-wrap .current-visa-item {
        padding: 6px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-icon svg {
        height: 12px;
        width: 12px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-row .current-visa-item-label {
        font-size: 12px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-row .current-visa-item-value {
        font-size: 12px;
    }

    .current-visa-wrap .current-visa-item .current-visa-item-des {
        font-size: 10px;
    }

    .current-visa-wrap .current-visa-right {
        border-radius: 12px;
        height: 196px;
    }

    .current-visa-wrap .current-visa-right img {
        object-fit: cover;
    }

    .current-visa-wrap .current-visa-right .current-visa-right-title {
        font-size: 16px;
        line-height: 22px;
    }

    .intro-block .intro-block-img {
        height: 60px;
        width: 60px;
    }

    .intro-block .intro-content {
        padding: 12px;
        width: calc(100% - 72px);
    }

    .intro-block .intro-content div {
        font-size: 12px;
        line-height: 18px;
    }

    .work-process-item .process-item-step {
        top: -14px;
    }

    .work-process-item .process-item-step svg {
        height: 24px;
        width: 88px;
    }

    .work-process-item .process-item-step span {
        font-size: 14px;
    }

    /*# AAbout us */
    @media (max-width: 768px) {
        .about-block {
            height: 15rem !important;
        }
    }

    .certificate-item img {
        width: 100%;
        object-fit: contain;
        margin-bottom: 1rem;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        background: #f8f8f8;
        height: 100%;
    }

    .certificate-section .certificate-item p {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0;
        color: #3563ed;
        margin-bottom: 0;
        word-break: break-word;
        white-space: pre-line;
    }

    .airline-partner-section .airline-logo-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        place-content: center;
        gap: 2rem 1.5rem;
        width: 100%;
        justify-items: center;
        align-items: center;
        justify-content: center;
        grid-auto-flow: row;
    }

    .airline-partner-section .airline-logo-grid img {
        display: block;
        margin: 0 auto;
        transition: transform 0.2s;
        width: 100%;
        height: auto;
    }


    .app-breadcrumb {
        padding-block: 24px;
    }

    .border-6 {
        border-radius: 6px !important;
    }

    .core-values-container {
        border-radius: 6px;
    }

    .certificate-grid {
        padding: 24px !important;
    }

    .airline-partner-grid {
        padding: 24px !important;
    }

    .payment-partners-section .container {
        padding: 24px;
    }

    @media (max-width: 567px) {
        .airline-partner-section .airline-logo-grid {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 1.5rem 1rem !important;
            padding: 0.5rem 0 !important;
        }

        .airline-partner-section .airline-logo-grid img {
            width: 70%;
            max-width: none;
            height: auto;
            object-fit: contain;
        }
    }

    @media (max-width: 576px) {
        .title-section {
            font-size: 1.25rem !important;
        }
    }

    img.content-banner-img {
        display: block;
    }

    @media (max-width: 768px) {
        .content-banner-img {
            display: none !important;
        }
    }