.swiper-home-banner {
    height: 160px !important;
}

.item-slide-banner {
    position: relative;
}

.item-slide-banner .slide-text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
}

.item-slide-banner .slide-text .h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.item-slide-banner .slide-text a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 500px;
    font-size: 9px;
    color: #fff;
}

.item-slide-banner .slide-text a span {
    display: block;
    position: relative;
    padding-right: 10px;
}

.item-slide-banner .slide-text a span::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

#top {
    margin-top: 97px;
}

.header__outer {
    border: none;
    height: auto;
}

.swiper-home-banner .swiper-slide {
    max-height: none;
}

@media screen and (min-width: 768px) {
    #top {
        margin-top: 91px;
    }

    .swiper-home-banner {
        height: 350px !important;
    }

    .swiper-home-banner .swiper-slide {
        max-width: 950px !important;
    }

    .item-slide-banner .slide-text {
        padding: 0 50px 0 20px;
        bottom: 75px;
    }

    .item-slide-banner .slide-text .h3 {
        font-size: 24px;
    }

    .item-slide-banner .slide-text a {
        padding: 0 30px;
        font-size: 14px;
        height: 38px;
    }

    .item-slide-banner .slide-text a  span {
        padding-right: 15px;
    }

    .item-slide-banner .slide-text a span::after {
        width: 8px;
        height: 8px;
    }
}

.center-box {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.btn-see-more {
    display: flex;
    align-items: center;
    padding: 0 5px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #c43527;
}

.btn-see-more .arrow {
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
}
.top-slide-1-img {
    height: 160px!important;
}
@media screen and (min-width: 768px) {
    .btn-see-more {
        font-size: 20px;
    }
    .top-slide-1-img {
        height: 350px!important;
    }
}

/* ===== Charter Flight ===== */
.charter-flight {
    padding-bottom: 40px;
}

.charter-flight-list {
    --cols: 2;
    --gap: 10px;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
    flex-flow: row wrap;
    column-gap: var(--gap);
    row-gap: 20px;
}

.charter-flight-item {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    box-sizing: border-box;
}

.charter-flight-image {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.charter-flight-image img {
    width: 100%;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
}

.charter-flight-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.charter-flight-info {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.charter-flight-info h3 {
    flex: 1;
    font-size: 16px;
}

.charter-flight-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}

.charter-flight-plan span {
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
    font-weight: bold;
}

.number-font {
    font-family: Montserrat;
}

.charter-flight-list {
    --cols: 1;
    --gap: 30px;
    column-gap: var(--gap);
    row-gap: var(--gap);
}

@media screen and (min-width: 600px) {
    .charter-flight-list {
        --cols: 2;
    }
}

@media screen and (min-width: 1024px) {
    .charter-flight-list {
        --cols: 3;
    }
}

/* ===== Sightseeing Plan ===== */
.sightseeing-plan-list {
    --cols: 1;
    --gap: 20px;
    display: flex;
    margin-top: 10px;
    padding-bottom: 40px;
    flex-flow: row wrap;
    gap: var(--gap);
}

.sightseeing-plan-item {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}

.sightseeing-area {
    position: absolute;
    padding: 0 12px;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.sightseeing-image {
    width: 100%;
    overflow: hidden;
}

.sightseeing-image img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    transition: 0.3s;
}

.sightseeing-plan-item:hover .sightseeing-image img {
    transform: scale(1.05);
}

.sightseeing-info-item {
    padding: 2px 3px 2px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 12px;
    min-height: 45px;
    transition: 0.3s;
}

.sightseeing-info-item.disable {
    background-color: #F4F4F4 !important;
    color: #666 !important;
    padding-right: 15px;
}

.sightseeing-info a:not(:last-child) .sightseeing-info-item {
    border-bottom: 1px solid #e0e0e0;
}

.sightseeing-info-item span.plan-type {
    font-size: 16px;
    font-weight: bold;
    margin-right: 3px;
}

.sightseeing-info-item span.plan-price {
    font-size: 18px;
    font-weight: 500;
    margin-right: 3px;
    font-family: Montserrat;
}

.sightseeing-info-item span.plan-price-tax {
    font-size: 10px;
}

.sightseeing-info-item .info-right {
    display: flex;
    align-items: center;
}

.sightseeing-info-item .arrow {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
}

.sightseeing-info-item:hover,
.sightseeing-info-item:focus {
    background-color: #c43527;
    color: #fff;
}

.sightseeing-info-item:hover .arrow,
.sightseeing-info-item:focus .arrow {
    width: 6px;
    height: 6px;
    border-top-color: #fff;
    border-right-color: #fff;
}

@media screen and (min-width: 768px) {
    .sightseeing-plan-list {
        --cols: 2;
        --gap: 30px;
    }

    .sightseeing-image img {
        aspect-ratio: 5 / 3;
    }
}

@media screen and (min-width: 1024px) {
    .sightseeing-plan-list {
        --cols: 3;
    }
    
    .sightseeing-image img {
        aspect-ratio: 5 / 4;
    }
}

/* ===== Social Media ===== */
.common__inner.social-media {
    margin-top: 10px;
    padding-bottom: 20px;
}
.social-media-box {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 40px 0;
}

.social-media-box-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn-social-media-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
}

.btn-social-media {
    flex: 0 0 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 5px 4px 16px;
    background-color: #fff;
    border-radius: 5px;
}

.social-media-icon {
    width: 20px;
}

.social-media-name {
    flex: 1 0;
    text-align: center;
}

.btn-social-media .arrow {
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

@media screen and (min-width: 768px) {
    .common__inner.social-media {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* ===== Private Jet ===== */
.common_drop {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.home_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.home_title h2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 23px;
    font-weight: bold;
}

.maxW30 {
    max-width: 30px;
}

@media screen and (min-width: 768px) {
    .home_title h2 {
        font-size: 25px;
    }
}

.private-jet {
    margin-top: 10px;
    padding-bottom: 40px;
}

.private-jet-wrapper {
    padding: 10px 20px 15px;
    margin-bottom: 15px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.private-jet-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.private-jet-col {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    box-sizing: border-box;
}

.private-jet-image img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    border-radius: 10px;
}

.private-jet-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 14px;
    color: #333;
}

.private-jet-note {
    color: #9B9D9F;
}

.private-jet-title {
    margin-bottom: 5px;
    font-size: 24px;
    color: #333;
}

.private-jet-label {
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
}

.private-jet-label span {
    display: inline-block;
    padding: 3px 20px;
    background-color: #333;
    color: #fff;
    font-size: 9px;
    border-radius: 500px;

}

.private-jet-des {
    flex: 1;
    margin-bottom: 12px;
    font-size: 12px;
}

.private-jet-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.private-jet-price {
    font-size: 12px;
}

.private-jet-price span {
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.private-jet-more {
    display: inline-flex;
    width: 135px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(45deg, #333, #999);
}

.private-jet-more span {
    display: block;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
}

.private-jet-more span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(45deg);
}

.top-btn-read-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #C43527;
}

.top-btn-read-more span {
    display: block;
    position: relative;
    padding-right: 20px;
}

.top-btn-read-more span::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(45deg);
}

.private-jet-service-list {
    --cols: 3;
    --gap: 15px;
    display: flex;
    gap: 15px;
    font-size: 10px;
    padding: 12px 0;
}

.private-jet-service {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0 8px;
    border: 1px solid #bebebe;
    border-radius: 4px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.private-jet-service img {
    align-self: center;
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 45px;
    object-fit: contain;
    flex-grow: 1;
}

.private-jet-service-name {
    padding: 0 15px;
}

.private-jet-info .top-btn-read-more {
    align-self: center;
}

@media screen and (min-width: 768px) {
    h2.home-sub-title img {
        width: 30px;
    }

    .private-jet-wrapper {
        padding: 20px 40px 30px;
        margin-bottom: 25px;
    }

    .private-jet-content {
        flex-direction: row;
        gap: 30px;
    }

    .private-jet-image {
        flex: 0 0 40%;
    }

    .private-jet-info {
        flex: 1;
    }

    .private-jet-title {
        font-size: 24px;
    }

    .private-jet-info .top-btn-read-more {
        align-self: unset;
    }

    .private-jet-bottom {
        gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .private-jet-price span {
        font-size: 26px;
    }
}

/* VIP */
.top__vip {
    margin: 20px 0;
    --gold: #d5b167;
}

.top__vip-wrapper {
    padding: 20px;
    color: #fff;
    background-color: #333;
    border-radius: 10px;
}

.top__vip span.top_vip_icon {
    display: inline-block;
    padding: 2px 8px;
    color: var(--gold);
    font-size: 14px;
    font-weight: normal;
    border: 2px solid var(--gold);
    border-radius: 3px;
    letter-spacing: 1px;
}

.top__vip-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.top__vip-image img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    border-radius: 5px;
}

.top__vip-info {
    display: flex;
    flex-direction: column;
}

.top__vip-note {
    font-size: 12px;
    color: var(--gold);
}

.top__vip-info h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top__vip-action {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.top__vip-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    padding:5px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 500px;
    color: #fff;
    font-size: 9px;
}

.top__vip-info p {
    flex: 1;
    font-size: 12px;
    margin-bottom: 12px;
}

.top__vip-info p span.text-gold {
    color: var(--gold);
    font-weight: bold;
}

.top__vip-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.top__vip-price {
    font-size: 12px;
}

.top__vip-price span {
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.top__vip-link {
    display: inline-flex;
    width: 135px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    background: linear-gradient(45deg, var(--gold), #FFDF9D);
}

.top__vip-link span {
    display: block;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
}

.top__vip-link span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
    .top__vip {
        margin: 30px 0;
    }

    .top__vip h2 span {
        font-size: 16px;
    }

    .top__vip-wrapper {
        padding: 20px 45px 35px;
        
    }

    .top__vip-content {
        flex-direction: row;
        gap: 50px;
    }

    .top__vip-image {
        flex: 0 0 40%;
    }

    .top__vip-image img {
        border-radius: 10px;
    }

    .top__vip-info {
        flex: 1;
    }

    .top__vip-note {
        font-size: 14px;
    }

    .top__vip-info h3 {
        font-size: 24px;
    }

    .top__vip-info p {
        font-size: 14px;
    }

    .top__vip-bottom {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px;
    }

    .top__vip-price span {
        font-size: 26px;
    }
}

/* ===== Search Scene ===== */
.search-scene-content {
    margin-top: 10px;
    padding-bottom: 10px;
}

.search-scene-list {
    --cols: 1;
    --gap: 20px;
    display: flex;
    flex-flow: row wrap;
    gap: var(--gap);
}

.search-scene-item {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
}

.search-scene-top {
    position: relative;
}

.search-scene-recommend {
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    padding: 2px 12px;
    background-color: #C43527;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 30px;
}

.search-scene-image {
    aspect-ratio: 3 / 1.15;
    object-fit: cover;
}

.search-scene-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.search-scene-icon img {
    max-width: 35px;
}

.search-scene-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.search-scene-title {
    font-size: 16px;
    font-weight: bold;
}

.search-scene-des {
    flex-grow: 1;
    margin-bottom: 10px;
}

.btn-scene-see-more {
    width: 175px;
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 10px 0;
}

.search-scene-bottom-action {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 20px 55px;
    gap: 10px;
}

.search-scene-bottom-action .btn-scene-see-more {
    width: 115px;
}

@media screen and (min-width: 768px) {
    .search-scene-list {
        --cols: 3;
        --gap: 35px;
    }

    .search-scene-bottom-action .btn-scene-see-more {
        width: 163px;
    }

    .sm-order-1 {
        order: 1;
    }

    .sm-order-2 {
        order: 2;
    }

    .sm-order-3 {
        order: 3;
    }

    .sm-order-4 {
        order: 4;
    }
}

/* ===== Flight Status ===== */
.common__inner.flight-status {
    background-color: #f4f4f4;
}

.flight-status-content {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    background-color: #f4f4f4;
    gap: 10px;
}

.flight-status-label {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.flight-status-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.flight-status-time {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.flight-status-list-wrapper {
    flex: 1;
}

.flight-status-list {
    --cols: 3;
    --gap: 5px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
  }
  
  .flight-status-item {
    border-radius: 3px;
    overflow: hidden;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    font-size: 12px;
  }
  
  .flight-status-item:last-child {
    flex-grow: 1;
  }
  
  .flight-status-title {
    text-align: center;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    padding: 1px 0;
  }
  
  .flight-status-des {
    text-align: center;
    padding: 6px 0;
    color: #333;
    background-color: #fff;
  }

  .icon-flight-status {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }

  .icon-flight-status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
  }

  .icon-flight-status.success::before {
    background: url("../img/icon-success.png") no-repeat center center / cover;
  }

  .icon-flight-status.danger::before {
    background: url("../img/icon-delete.png") no-repeat center center / cover;
  }

  .icon-flight-status.warning::before {
    background: url("../img/icon-warning.png") no-repeat center center / cover;
  }

  .flight-status-memo {
    font-size: 10px;
    color: #666;
  }

  @media screen and (min-width: 768px) {
    .common__inner.flight-status {
        background-color: transparent;
        padding-bottom: 15px;
    }

    .flight-status-content {
        flex-direction: row;
        padding: 20px 80px;
        gap: 40px;
    }

    .flight-status-label {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .flight-status-item {
        /* flex-basis: 115px; */
        flex: 1 0 calc((100% - 50px) / 5);
    }
}

/* ===== Tab On Top Mobile ===== */
.tab_on_top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 42px;
}

.tab_on_top .hero__tab-item {
    flex-basis: calc((100% / 3) - 5px);
    height: 100%;
    padding: 0 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
}

.tab_on_top .hero__tab-item.actived {
    border-bottom-color: #c43527;
}

.tab_on_top .hero__tab-item:last-of-type {
    flex: 1;
}

.tab_on_top .hero__tab-item .tab-icon {
    padding-left: 40px;
}

.tab_on_top .hero__tab-item .tab-icon::before {
    content: "";
    position: absolute;
    right: calc(100% - 35px);
    top: 50%;
    width: 33px;
    height: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.tab-icon.helicopter.on::before {
    width: 24px;
}

.tab-icon.airplane.on {
    line-height: 1.2;
}

.tab-icon.airplane.on::before {
    width: 22px;
}

/* ===== Form Search ===== */
#home-hero-tab.hero__tab {
    --mg-item: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: unset;
    position: relative;
    z-index: 2;
}

.hero__tab-list {
    display: flex;
    width: 100%;
}

.hero__tab-node {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    height: 55px;
    background-color: #f4f5f6;
    border: 1px solid #e2e6e9;
    font-size: 11px;
    font-weight: bold;
    color: #7E7E7E;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
    border-radius: 3px;
    position: relative;
}

.hero__tab-node:not(:nth-child(1)) {
    margin-left: -1px;
}

.hero__tab-node .hp_icon {
    width: 25px;
    height: 25px;
}

.hero__tab-node:nth-child(1) .hp_icon {
    width: 40px;
    height: 25px;
}

.hero__tab-node.actived {
    color: #C43527;
    border-color: #fff;
    background-color: #fff;
    box-shadow: unset;
}

.hero__tab-node.actived::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #C43527;
    position: absolute;
    top: -1px;
    left: 0;
}

.hero__tab-node.actived .hp_icon {
    background-color: #C43527;
}

.hero__tab-item {
    flex: 0 0 calc((100% - (var(--mg-item) * 2)) / 3);
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    font-size: 12px !important;
    font-weight: bold;
    color: #666;
    transition: 0.3s;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__tab-item:first-of-type {
    margin-left: var(--mg-item);
}

.hero__tab-item:last-of-type {
    margin-right: var(--mg-item);
}

.hero .hero__tab input:checked + .hero__tab-item {
    background-color: #fff;
    color: #c43527;
    border-bottom-color: #c43527;
}

.hero .hero__tab input:not(:checked) + .hero__tab-item:hover {
    color: #333;
    border-bottom-color: #333;
}

.hero__tab-item .tab-icon {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.hero__tab-content {
    width: 100%;
    padding: 8px;
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: unset;
}

.hero__tab-content.actived {
    display: block;
}

.hero__tab-content select,
.hero__tab-content-01-radio {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tab-icon.helicopter-moutain::before {
    background: url("../img/icon-helicopter-moutain.png") no-repeat center center / contain;
}

.tab-icon.helicopter-moutain.on::before {
    background: url("../img/icon-helicopter-moutain-actived.png") no-repeat center center / contain;
}

.tab-icon.helicopter::before {
    background: url("../img/icon-helicopter.png") no-repeat center center / contain;
}

.tab-icon.helicopter.on::before {
    background: url("../img/icon-helicopter-actived.png") no-repeat center center / contain;
}

.tab-icon.airplane::before {
    background: url("../img/icon-airplane-actived.png") no-repeat center center / contain;
}

.tab-icon.airplane.on::before {
    background: url("../img/icon-airplane-actived.png") no-repeat center center / contain;
}

.tab-icon.skydiving::before {
    background: url("../img/icon-skydiving.png") no-repeat center center / contain;
}

.hero__tab-content-01-radio-inner-night {
    border-left-color: #e0e0e0;
}

@media screen and (min-width: 768px) {
    #home-hero-tab.hero__tab {
        --mg-item: 0;
        margin-top: -55px;
        margin-bottom: 30px;
    }

    .hero__tab-item {
        font-size: 14px !important;
        padding: 0 0 10px 0;
    }

    .hero__tab-item .tab-icon {
        padding-left: 40px;
    }
    
    .hero__tab-item .tab-icon::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 33px;
        height: 100%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 1;
    }

    .hero__tab-node {
        flex-direction: row;
        gap: 8px;
    }

    .hero__tab-node .hp_icon {
        width: 30px;
        height: 30px;
    }
    
    .hero__tab-node:nth-child(1) .hp_icon {
        width: 40px;
        height: 30px;
    }

    .hero__tab-content {
        padding: 20px 20px 25px;
    }
}

/* ===== TOP Large Slide ===== */
.top-slide2 {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.top-slide2 .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 4px;
}

.top-slide2 .swiper-slide .btn-type {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 1px 15px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.btn-type.tourism {
    background-color: #026BDA;
}

.btn-type.movement {
    background-color: #14E092;
}

.btn-type.lover {
    background-color: #DA02C9;
}

.top-slide2 .swiper-slide img {
    width: 100%;
    aspect-ratio: 1.8 / 1.5;
    object-fit: cover;
    border-radius: 5px;
}

.top-slide2 .swiper-slide a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .top-slide2 .swiper-slide img {
        aspect-ratio: 2.4 / 1.5;
    }
}

.header {
    --top-space: 60px;
    border-bottom: 1px solid #c43527;
}
.header,
.header__inner {
    height: var(--top-space);
}

.header__inner {
    position: relative;
}

.header_menu.menu-icon {
    position: absolute;
    right: 10px;
}

.hero {
    padding-top: var(--top-space);
}

@media (max-width: 900px) {
    .header__inner {
        justify-content: start;
    }

    .header__inner .menu-logo {
        flex: 1;
        justify-content: center;
    }

    .header__nav-lists-top {
        height: 60px;
        border-bottom: 1px solid #c43628;
    }

    .header__nav-list-sp-plans {
        margin-top: 3px;
    }
}

@media (min-width: 901px) {
    .header__nav {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header__nav-lists-buttom {
        flex: 1 0;
        justify-content: left;
    }

    .list-line-front, 
    .list-line {
        border: 0;
        padding: 0 10px;
        position: relative;
    }

    .parent-nav {
        padding-right: 30px;
        position: relative;
    }

    .parent-nav::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(135deg);
        width: 6px;
        height: 6px;
        border-top: 1px solid #444;
        border-right: 1px solid #444;
    }

    .header__nav-list-link {
        white-space: nowrap;
    }

    .header__nav-lists-buttom .list-line.last-child {
        flex: 1 0;
        display: flex;
        justify-content: end;
        gap: 15px;
    }

    .header .hover_menu {
        top: -1025px;
    }
    
    .header_language {
        display: inline-block;
        padding: 7px 20px 7px 10px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }
    
    .header_language::after {
        position: absolute;
        right: 5px;
        top: 50%;
        content: "";
        width: 6px;
        height: 6px;
        border-top-width: 1px;
        border-right-width: 1px;
        transform: translateY(-50%) rotate(135deg);
    }
    
    .list-line a.header_line_social {
        display: inline-block;
        padding: 5px 22px 5px 47px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background-color: #00B901;
        position: relative;
        border-radius: 20px;
        text-wrap: nowrap;
    }
    
    .list-line a.header_line_social::before {
        content: "";
        position: absolute;
        left: 22px;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background: url("../img/icon-line-o.png") no-repeat center center / contain;
        pointer-events: none;
        z-index: 1;
    }
    
    .list-line .list_language {
        position: absolute;
        width: 100%;
        left: 0;
        top: 80%;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        z-index: 1;
        transition: 0.5s;
        border-radius: 3px;
        overflow: hidden;
        width: 130%;
    }
    
    .list-line .list_language a {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        padding: 5px 12px;
    }

    .list-line .list_language a:hover {
        color: #c43527;
    }
    
    .list-line .header_language:hover .list_language {
        top: 99%;
        opacity: 1;
        visibility: visible;
    }
}

.add-friend-line-box {
    margin: 15px 0;
}

@media screen and (min-width: 640px) {
    .add-friend-line-box {
        display: none;
    }
}

/* Booking Search Form Custom Display */
.hero__tab-content .pr_booking_wrapper {
    max-width: 100% !important;
}

.hero__tab-content .pr_booking_tab_content,
.hero__tab-content .pr_booking_action {
    padding-bottom: 0 !important;
}

.hero__tab-content .pr_booking_dialog {
    max-width: 900px;
}

.hero__tab-content .pr_booking_form {
    margin-bottom: 0;
}


.hero__tab-content .pr_booking_guide {
    display: none;
}

/* Home Page Tab Icon */
.hp_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #333;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.icon_plane_45 {
    mask-image: url("../img/common_icon/plane_45.svg");
    -webkit-mask-image: url("../img/common_icon/plane_45.svg");
}
.icon_heli_mountain {
    mask-image: url("../img/common_icon/heli_mountain.svg");
    -webkit-mask-image: url("../img/common_icon/heli_mountain.svg");
}
.icon_heli {
    mask-image: url("../img/common_icon/heli.svg");
    -webkit-mask-image: url("../img/common_icon/heli.svg");
}

/* New Header Style - Updated at 2024-12-21 */
.head_link_social {
    display: flex;
    align-items: center;
    gap: 6px;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 11px;
    cursor: pointer;
}

.head_btn {
    width: 100%;
    padding: 0 12px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #333;
}

.head_btn_primary {
    background-color: #c43628;
    color: #fff;
}

.head_btn_light {
    border: 1px solid #f4f4f4;
}

.head_btn_secondary {
    background-color: #f9f9f9;
}

.head_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #666;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.head_icon_user {
    mask-image: url("../img/common_icon/circle-user.svg");
}

.head_icon_phone {
    mask-image: url("../img/common_icon/phone_volume.svg");
}

.head_icon_line {
    background-color: #03b903;
    mask-image: url("../img/common_icon/line_square.svg");
}

.head_icon_global {
    mask-image: url("../img/common_icon/global.svg");
}

/* Drop menu */
.fh__menu_box {
    position: relative;
}

.fh__menu_group .fixed_header__menu_link {
    padding-right: 30px !important;
    position: relative;
}

.fh__menu_group .fixed_header__menu_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0, -80%) rotate(135deg);
}

.fh__dropmenu {
    padding-top: 5px;
    min-width: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s;
}

.fh__dropmenu ul {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}

.fh__dropmenu.secondary ul {
    background-color: #f4f4f4;
}

.fh__dropmenu a {
    display: flex;
    height: 30px;
    align-items: center;
    padding: 0 15px;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: bold;
    transition: all 0.3s;
}

.fh__dropmenu a:hover {
    color: #c43528;
}

.fh__menu_box:hover .fh__dropmenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.no-scroll {
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .fh__menu_box:hover .fh__dropmenu {
        top: 80%;
        opacity: 0;
        visibility: hidden;
    }

    .fh__menu_box .fh__dropmenu.showed {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

/* ========== Fixed Header Style ========== */
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    font-size: 12px;
    transition: all 0.3s;
}

.fixed_header__line {
    border-bottom: 1px solid #f7f7f7;
}

.fixed_header__container {
    max-width: 1030px;
    margin: 0 auto;
}

.fixed_header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

.fixed_header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
}

/* === TOP STYLE === */
/* Logo box */
.fixed_header__logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fixed_header__image {
    width: 112px;
}

.fixed_header__image img {
    max-width: 100%;
}

.fixed_header__intro {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 14px;
}

.fixed_header__topright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

/* Social button group */
.fixed_header__social {
    padding: 0 30px;
    gap: 20px;
}

.fixed_header__social .fh__dropmenu {
    padding-top: 10px;
}

/* Select language */
.fixed_header__language {
    flex: 0 0 120px;
    gap: 5px;
    cursor: pointer;
}

/* Contact button */
.fixed_header__contact {
    flex: 0 0 120px;
}

/* === BOTTOM STYLE === */
.fixed_header__nav {
    flex: 1;
}

.fixed_header__menu {
    display: flex;
    gap: 10px;
}

.fixed_header__menu_link {
    display: flex;
    height: 36px;
    align-items: center;
    padding: 0 15px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.fixed_header__menu > li:hover .fixed_header__menu_link,
.fixed_header__menu > li .fixed_header__menu_actived {
    border-color: #c43528;
}

.fixed_header__menu ul li a.actived {
    color: #c43528;
}

.fixed_header__bottomright {
    display: flex;
    gap: 25px;
}

.fixed_header__bottomright a {
    font-weight: bold;
}

.fixed_header__bottomright a:hover {
    color: #c43528;
}

@media screen and (max-width: 768px) {
    .fixed_header {
        transform: translateY(-100%);
    }

    .fixed_header.showed {
        transform: translateY(0);
    }

    .fixed_header__top {
        position: relative;
        justify-content: space-between;
        padding: 0 15px;
    }

    /* Mobile header layout */
    .fixed_header__logo {
        justify-content: flex-start;
        flex: 1;
        padding-right: 15px;
    }

    .fixed_header__mobile_right {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
        padding-left: 15px;
    }

    .fixed_header__mobile_right .fixed_header__language {
        padding: 8px 12px;
        background: rgba(196, 53, 39, 0.1);
        border-radius: 4px;
        font-size: 12px;
    }

    .fixed_header__mobile_right .fixed_header__language .head_icon {
        width: 14px;
        height: 14px;
    }

    .fixed_header__line_mb {
        border-bottom-color: #c43527;
    }

    .btn-toggle-menu {
        width: 25px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        transition: all 0.3s;
        flex-shrink: 0;
    }

    .btn-toggle-menu span {
        display: block;
        height: 2px;
        background-color: #333;
        transform-origin: center;
        transition: all 0.3s;
    }

    .btn-toggle-menu.opened span:first-of-type {
        width: 20px;
        transform: translate(0, 7px) rotate(45deg);
    }

    .btn-toggle-menu.opened span:nth-of-type(2) {
        opacity: 0;
        visibility: hidden;
    }

    .btn-toggle-menu.opened span:last-of-type {
        width: 20px;
        transform: translate(0, -7px) rotate(-45deg);
    }

    /* Fixed heade Mobile */
    .fixed_header_mb {
        width: 100%;
        height: calc(100vh - 54px);
        overflow-y: auto;
        position: fixed;
        z-index: 101;
        top: 55px;
        left: 50%;
        background-color: #fff;
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: all 0.3s;
    }

    .fixed_header_mb.expanded {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .fixed_header_mb_item {
        display: flex;
        gap: 15px;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #f7f7f7;
    }

    .fixed_header_mb_item .fixed_header__language,
    .fixed_header_mb_item .fixed_header__contact {
        flex: 1 1 50%;
    }

    .fixed_header_mb_menu {
        width: 100%;
    }

    .fixed_header_mb_menu_item {
        display: block;
        padding: 0 10px;
    }

    .fixed_header_mb_menu_item.actived {
        color: #c43528;
    }

    .fixed_header_mb_menu_group {
        position: relative;
    }

    .fixed_header_mb_menu_group::after {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        display: block;
        content: "\002B";
    }

    .fixed_header_mb_menu_group.actived::after {
        color: #c43528;
    }

    .fixed_header_mb_menu_group.expanded::after {
        content: "\2212";
    }

    .fixed_header_mb_submenu {
        display: none;
        background: #f9f9f9;
        padding: 10px 15px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .fixed_header_mb_menu_group.expanded + .fixed_header_mb_submenu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .fixed_header_mb_submenu a {
        display: block;
    }

    .fixed_header_mb_submenu a.actived {
        color: #c43528;
    }
}
/* New Header Style - End */