:root {
    --bs-body-font-family: "Inter", "Inter Fallback", sans-serif;
    --bs-font-sans-serif: "Inter", "Inter Fallback", sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", "Inter Fallback", sans-serif;
}

.main {
    background-color: #fff;
}
.h1-page {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .h1-page {
        font-size: 21px;
    } 
}
.card {
    background-color: #fff;
}
p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
h3 {
    margin-bottom: 8px !important;
}
.uppercase {
    text-transform: uppercase;
}
.footer-logo {
    text-align: left;
}
.footer-hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.footer-li__main {
    display: flex;
    align-items: center;
}
.footer-li__main .footer-li {
    color: black;
    text-decoration: none;
    font-size: 12px;
    line-height: 3;
}
.footer-li:hover {
    color: black;
    text-decoration: none;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    margin-bottom: 0;
}
.footer-ml-15 {
    margin-left: 15px;
}
.footer-mb-0 {
    margin-bottom: 0;
}
.hotline {
    text-align: center;
}
.intro-list__text {
    color: #fff;
    position: relative;
    z-index: 10;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.post__thumbnail {
    position: relative;
}
.featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    z-index: 10;
}
.box-title {
    background: #f0f0f0;
    border-left: 4px solid #092047;
    margin-bottom: 16px;
    padding: 8px 16px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    max-width: 300px;
}
.box-title a {
    color: #000;
}
.post-body {
    background-color: #fff !important;
}
.__author__pen_names {
    background-color: #fff !important;
}
#tns1-ow .tns-controls {
    display: none;
}
.uppercase {
    text-transform: uppercase !important;
}
.nav-title {
    color: #282828;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.btn-main {
    background-color: #17479e;
    color: #fff;
}
.btn-main:hover {
    background-color: #17479e;
    color: #fff;
}
.fz-13 {
    font-size: 13px;
}
@media screen and (min-width: 992px) {
    .hidden-desktop {
        display: none;
   }
}
@media screen and (max-width: 991px) {
    .hidden-mobile {
        display: none;
   }
}
@media (min-width: 992px) and (max-width: 1110px) {
    .hidden-home__nav {
        display: none;
   }
}
.w-full {
    width: 100%;
}
.justify-between {
    justify-content: space-between;
}
.post-blockquote {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 1rem;
    text-align: justify;
    width: 100%;
}
.post-blockquote h6 {
    font-weight: normal;
    font-size: 16px;
}
#navSearch {
    color: #282828;
}
a:hover {
    color: #026e94 !important;
}
a:focus {
    color: #026e94 !important;
}
.badge-item {
    background-color: #1a2033;
    line-height: 1.2;
}
.badge-item::before {
    content: "•";
    color: inherit;
    opacity: 0.8;
}
.text-white .btn-link:hover {
    color: #fff !important;
}
header {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.page-post {
    background-color: #fff;
}
.text-justify {
    text-align: justify;
}
.side-bar_text {
    font-weight: 600 !important;
    font-size: 14px;
}
/* Tỷ lệ 4:3 */
.aspect-ratio-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
   /* Tỷ lệ 4:3 (3/4 = 0.75) */
    overflow: hidden;
}
.aspect-ratio-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* Giữ tỷ lệ ảnh mà không bị biến dạng */
}
/* Tỷ lệ 3:4 */
.aspect-ratio-3-4 {
    position: relative;
    width: 100%;
    padding-top: 133.33%;
   /* Tỷ lệ 3:4 (4/3 = 1.3333) */
    overflow: hidden;
}
.aspect-ratio-3-4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* Giữ tỷ lệ ảnh mà không bị biến dạng */
}
.bg-primary-cate {
    background-color: #17479e;
}
.bg-primary-cate h6 {
    color: #fff;
}
.bg-main__custom {
    background-color: #17479e;
}
.text-main__color {
    color: #d0d4d9;
}
.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.nav-item__dots:before {
    content: "•";
    color: inherit;
    padding-right: 0.5rem;
    opacity: 0.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17479e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #17479e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
a:hover {
    color: #17479e;
    text-decoration: none;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item.active:hover {
    z-index: 1;
    color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #17479e;
    border-color: #17479e;
}
.color-dark {
    color: #282828 !important;
}
.nav-link {
    outline: none;
   /* Loại bỏ viền outline khi bấm vào */
    box-shadow: none;
   /* Loại bỏ hiệu ứng shadow nếu có */
}
.nav-link:focus {
    outline: none;
   /* Đảm bảo không có outline khi phần tử được focus */
    box-shadow: none;
   /* Đảm bảo không có shadow khi phần tử được focus */
}
.nav-link.nav-title.dropdown-toggle {
    outline: none;
   /* Loại bỏ viền outline khi bấm vào */
    box-shadow: none;
   /* Loại bỏ hiệu ứng shadow nếu có */
}
.nav-link.nav-title.dropdown-toggle:focus {
    outline: none;
   /* Đảm bảo không có outline khi phần tử được focus */
    box-shadow: none;
   /* Đảm bảo không có shadow khi phần tử được focus */
}
.box-video__title {
    min-width: 300px;
}
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
   /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.banner-nav img {
    max-width: 720px;
    max-height: 100px;
}

@media screen and (min-width: 992px) {
    .banner-mobile {
        display: none;
   }
}
@media screen and (max-width: 991px) {
    .banner-desktop {
        display: none;
   }
    .info-ul__mobile {
        right: 0;
   }
}
.post-content * {
    font-size: 18px !important;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    text-align: justify;
    color: #2d3748 !important;
}
.post-content img {
    aspect-ratio: unset !important;
    height: auto !important;
    display: block;
}
.post-content p {
    padding-bottom: 0 !important;
    margin-top: 0;
}
/* TopNavSlide.css */
.top-nav-slider-wrapper {
    width: 500px !important;
    height: 19.5px !important;
    min-width: 0;
    overflow: hidden;
}
.top-news-ticker {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top-news-ticker__item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.top-news-ticker__item.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.top-news-ticker__item.is-leaving {
    opacity: 0;
    transform: translateY(-100%);
}
.top-news-ticker__item a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .top-news-ticker__item {
        transition: none;
    }
}
.tag-items {
    background: #f5f7fa;
    border-radius: 4px;
    color: #1a2033;
    margin-right: 16px;
    margin-top: 8px;
    padding: 8px 16px;
}
.tag-items:hover {
    color: #026e94;
    cursor: pointer;
}
.container-video {
    background:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAQlBMVEUAAADb9v/k+v/U9fzM8vvC7fbY8/vd9/zl+P/F6/XM8/nU8fnS8fvV3/3b+v3h9v3e9//K8fnO8PrV9PzM8frS8vrmN+lpAAAAFnRSTlMAOTk5OTk+Pj4WGBwZBQg8EykOLjQj+KyTvwAABNVJREFUeNrs1g2vqjAMBuDetJ0RzrhuwP//q9cTrtmRCqeRlbikT0z8iHPttlcA55xzzjnnnHPOOeecc84555xzZxnytYpbHuB0uR+5oil1EU50Hbm+eYCTDIlt9HCKns2MGczFxJY6sJbY1hWeNFe/dQcz28tgp+MTTBGsZD5FAiNx4m0tXA8Sb2shBj1vayEGmfd9egxeB4AwHIR0TgxiYglDFXhGDGYWKFRjH4MbS6Ei6xgMRvUXtjGIo3X9gVjKjQRgQYYx6JaSmYjp/zOH6h6/X+aqFYO8Kp7EAar8Z1rm6StdwcQOUDBA3553gTIcl4h5tb0cTJTCH41QhRj0JAUbSFI6HoDHapSVoWCk5KzM1x8NAAkczNAL+WAApGAHSZpi5QBgMESHYtDNaYXe2IBLuNwfoTjcwZh+mLth84aHNEqBS7F3y3vZxOtm9scj/YrnqD7uEu6tsixIFr4/XtUBTQNIA6k3oBQqCpI7cCde746nNzuYSUMWJ8nCSoGK8UgKCQRVAvBSKFZY0ownjfzeCRJ16YpU03cww8oXaVzOoEsBrKTGGqAsIqDx96Jk38AXPGNShtgekkYPzybtZcDcH1LpxBHSQeNTFJB0BnHfqYaGSCvBSqSmjBHWbqSEhEhIwpnj0wBSnsdvcgI56d53rMePY5ozbLuhxjLRxme24zPsihN+uCnCnhk/Xg87Mn4+im1vwO4WRMIGTLCpwybktk/Q3hn6+P/QxQgb4r927rC5TRgGA7DlfjCh2MrR5v//1ZHFnAjCcgx2Llz1rLe0HLL8WmHdbrt9nUPyIQjJEgD4ejOpY+l3AXT/4dtCAM5/ONjmxd8HwT08LF5dxDLQPYTVM9l6dN304/5T57brQyrA1oLgXFysowyZzZPCewHw3mwB2L1SANZgEjdOITqH7IQTG5ywe+iV1QO6KPab4FZ9MsDG6OFp8zOEgrcOD7g5aYw9Vr2gZALLTURIi8bXO/c4mgV2usJ1+pygW/eJkNcLE5jR2Nx6QQqE4qYnQqBVEOQ95skjr09PYNk4etr0GgKk3++Eh6Dr8y87bOMzZPXSBDiawGYQhCx+4usOIuT1RQG6TRTGiSecD4bShPkRlU8Auxw4pGNaB+Ba7J/YgwHAFZyRrNrxyAHKezjYzeX3fyRA+6egfGk5wL5zwnYBoE4AQNfmHQQ2czKHAxAUujRJgBagSgBiEfH5OxkiwmGPVQnSquUBTkIDFNIAGuDTaADGgp0+oHF9PgAtUt6MrrevTwbgi/Gv5Ybt6+UJ3IGlIvqaFqHr/Fr7+uwEUg1e2si76oUJFGGn96Z6IcBJaIBCGkADfBoNUEgDvBpgtCdhErw9h1+T8mNP4WbMuR+CYM49gptJC0D3OZGtDZ2koxt/vBGMlGDrr547N3+O1QN07F9lLPvT/kPu/5CzUSdqEEBko5s3OePt9/MCuMfp34J5jfc+9KLRVzb2koufmDIXUTCVjRfJ1Uw0wMkC9KL6AeRn4G8GGPrhST/QtfoBaP1lr2jXM7BYiF5n3lQWBo76X3cdieBiqhskwZTz34JgqhuFdv3uFYf4sXI1DfTfUexIzYdQ+UyupgXfV5+3v27OM5hGxmHzuLw5wIe17HInaqeUUkoppZRSSimllFJK7fIPgg4k6GD81SoAAAAASUVORK5CYII=)
            no-repeat right 24px top 4px,
        radial-gradient(ellipse 30% 26% at 80% 0, rgba(204, 243, 255, 0.6), transparent),
        radial-gradient(ellipse 30% 26% at bottom left, rgba(204, 243, 255, 0.6), transparent),
        #f7fafc;
    border-radius: 8px;
    overflow: hidden;
    padding: 24px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 2px 8px 16px 0 rgba(15, 41, 77, 0.08);
    overflow: hidden;
    margin: 8px 0;
    width: 100%;
}
.video-view__more {
    background: #1a2033;
    box-shadow: 0 4px 8px 0 rgba(15, 41, 77, 0.1);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.video-view__more:hover {
    background: #1a2033;
    color: #fff !important;
}
.video-view__more:focus {
    background: #1a2033 !important;
    color: #fff !important;
}
.video-view__more:active {
    background: #1a2033 !important;
    color: #fff !important;
}
.btn-grad {
    background-image: linear-gradient(to right, #ff512f 0%, #f09819 51%, #ff512f 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 38px;
    padding: 8px 16px;
    border-radius: 4px;
    width: 100%;
}
.btn-grad:hover {
    background-position: right center;
   /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
   }
    .top-social__banner {
        width: 100%;
   }
}
@media screen and (min-width: 767px) {
    .top-social__banner {
        width: 376px;
        padding-left: 0;
        padding-right: 8px;
   }
}
.new-guests-gallery-prev-btn {
    position: absolute;
    left: 10px;
   /* Vị trí bên trái */
    top: 50%;
   /* Giữa chiều dọc */
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
   /* Đảm bảo nút hiển thị trên các phần tử khác */
    background: rgba(255, 255, 255, 0.7);
   /* Nền trắng trong suốt */
    padding: 10px;
   /* Thêm khoảng cách cho nút */
    border-radius: 5px;
   /* Bo góc */
}
.new-guests-gallery-prev-btn:hover {
    background: rgba(255, 255, 255, 1);
   /* Hiệu ứng hover */
}
.h-100 {
    height: 100%;
}
.h-100 .slick-list {
    height: 100%;
}
.h-100 .slick-list .slick-track {
    height: 100%;
}
.h-100 .slick-list .slick-track div {
    height: 100%;
}
.h-100 .slick-list .slick-track div div {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .online-new-guest-bg {
        padding: 24px 10px !important;
   }
    .ng-left .cardcoupon {
        padding: 16px 10px !important;
   }
    .new-guests-coupon-wrap-main .new-guests-coupon-wrap-main-desc {
        font-size: 18px;
   }
    .new-guests-gifts-total .new-guests-gifts-total-text {
        margin-top: 24px;
   }
}
.card-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
}
.view-more-button {
    width: 100px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .seo-content {
        display: none;
   }
    .section-sidebar__home {
        display: none;
   }
    .js-tab-wrapper {
        overflow: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
   }
    .js-tab-wrapper::-webkit-scrollbar {
        width: 0 !important;
        display: none;
   }
}
.post-content p iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7777777778;
}
.post-content figure {
    margin: 0 auto;
    text-align: center;
}
img {
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .latest-box2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
   }
}
@media screen and (max-width: 991px) {
    .latest-box2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
   }
}
.font-base {
    font-size: 16px;
}
.title-AZ {
    font-size: 2em;
    color: #333;
    border-bottom: 2px dotted #333;
    margin: 15px 0 15px 0;
}
.artist-information__title {
    text-transform: uppercase;
    background: #f0f0f0;
    border-left: 4px solid #092047;
    margin-bottom: 16px;
    padding: 12px 16px;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    max-width: max-content;
}
.artist-information__li {
    list-style: disc !important;
}
.artist-information__li a {
    font-size: 16px;
}


/* album */
.album-container {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-top: 20px;
}
.album-image {
    max-width: 300px;
    height: auto;
    border: 1px solid #ddd;
    margin: 0;
}
.album-info {
    font-size: 14px;
    text-align: left;
}
.album-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.album-info strong {
    color: #000;
}
.artist-list a {
    color: #0645AD;
    text-decoration: none;
}
.artist-list a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .album-container {
        flex-direction: column; /* Xếp dọc khi màn hình nhỏ */
        text-align: center;
    }
    .album-image {
        width: 100%; /* Ảnh full chiều rộng */
    }
}

.lyrics-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}
.lyrics-content {
    max-height: 250px; /* Ban đầu 600px */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.expanded {
    max-height: none; /* Khi mở rộng */
}
.lyrics-content p {
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
.see-more {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
.see-more:hover {
    text-decoration: underline;
}

#audio-player {
    width: 100%;
}



.tab-link-list.is-active {
    max-height: 200px; 
    overflow: hidden; 
    transition: max-height 0.3s ease; 
}

.tab-link-list.is-active.expanded {
    max-height: none; 
}


.video-iframe .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-iframe .wp-block-embed .wp-block-embed__wrapper iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.post-content .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.post-content .wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.post-tags {
    font-size: 16px;
}

.user-avatar {
    width: 30px !important;
    height: 30px !important;
}

.error-msg {
    color: #d9534f;
    background: #f2dede;
    border: 1px solid #ebccd1;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mt-4px {
    margin-top: 4px;
}

.wp-element-caption {
    text-align: center !important;
}

/* Retained rules from trip.css */
/* onlineHome.css */
.scroll-loader-com {
  box-sizing: border-box;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.scroll-loader-com.relative {
  overflow: hidden;
  position: relative;
}
.scroll-loader-com-wrapper {
  box-sizing: border-box;
  margin: 0;
  overflow: visible;
  padding: 0;
  transition: opacity 1.1s, visibility 1.1s;
  width: 100%;
}
.scroll-loader-com-wrapper.visible {
  opacity: 1;
}
.scroll-loader-com-wrapper.hide {
  opacity: 0;
}
.scroll-loader-com-wrapper.absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-tile__item {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 8px 20px;
}
/* @font-face {
  font-family: fi;
  src: url(./modules/ibu/online-home/0e07d2d504298f98b1928b4a49d5879b.0e07d2d504298f98b1928b4a49d5879b.woff2)
      format("woff2"),
    url(./modules/ibu/online-home/b8ba4f4104ae53045222c30344a1d8e3.b8ba4f4104ae53045222c30344a1d8e3.woff)
      format("woff"),
    url(./modules/ibu/online-home/16be56c544d55f502500d51e6d3dca94.16be56c544d55f502500d51e6d3dca94.ttf)
      format("truetype");
} */
/* .oh-price-plugin__flight {
  background-image: url(./modules/ibu/online-home/8c1720e7f7db0fba237e288f5aebf35d.8c1720e7f7db0fba237e288f5aebf35d.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 60px;
  margin-top: 8px;
  position: relative;
} */
/* .oh-price-plugin__button-chrome {
  background-image: url(./modules/ibu/online-home/c42e0ba5bdadab220860e4c42452d4aa.c42e0ba5bdadab220860e4c42452d4aa.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
} */
/* @font-face {
  font-display: swap;
  font-family: trip-flight-seo;
  src: url(./modules/ibu/online-home/29038c3fe13e54365de3039ecdcad730.29038c3fe13e54365de3039ecdcad730.eot);
  src: url(./modules/ibu/online-home/29038c3fe13e54365de3039ecdcad730.29038c3fe13e54365de3039ecdcad730.eot?#iefix)
      format("embedded-opentype"),
    url(./modules/ibu/online-home/7811671be9ac066d2f12ee1f5a0393d7.7811671be9ac066d2f12ee1f5a0393d7.woff)
      format("woff"),
    url(./modules/ibu/online-home/4baa0dafc80940e01d234e6ace2239e7.4baa0dafc80940e01d234e6ace2239e7.ttf)
      format("truetype"),
    url(./modules/ibu/online-home/36f906e64e101d7dac8ca5dacc7c8bb3.36f906e64e101d7dac8ca5dacc7c8bb3.svg#iconfont)
      format("svg");
} */
.col-xss-1 .short-link-item {
  width: 100%;
}
@media screen and (min-width: 375px) {
  .col-xs-2 .short-link-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-4 .short-link-item {
    width: 25%;
  }
  .col-sm-3 .short-link-item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 835px) {
  .col-md-5 .short-link-item {
    width: 20%;
  }
  .col-md-4 .short-link-item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-5 .short-link-item {
    width: 20%;
  }
  .col-lg-4 .short-link-item {
    width: 25%;
  }
  .col-lg-3 .short-link-item {
    width: 33.33333333%;
  }
}
.short-link-wrapper h2 {
  margin: 0;
  padding: 0;
}
.short-link-wrapper .short-link-list-wrapper {
  background-color: #fff;
  margin-bottom: 3px;
  padding: 12px 16px;
}
.short-link-wrapper .short-link-list-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}
.short-link-wrapper .short-link-list {
  display: flex;
  flex-wrap: wrap;
}
.short-link-wrapper .short-link-item {
  box-sizing: border-box;
  margin: 5px 0;
  padding-right: 10px;
}
.short-link-wrapper .short-link-item .short-link-link {
  color: #27e;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
.short-link-wrapper .short-link-item .short-link-link:hover {
  text-decoration: underline;
}
body,
html {
  height: 100%;
}
body {
  -webkit-text-size-adjust: none;
}
body,
dd,
dl,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
}
button,
li,
ol,
textarea,
ul {
  padding: 0;
}
button {
  background: none;
  cursor: pointer;
  *line-height: normal;
  margin: 0;
}
button,
img {
  vertical-align: middle;
}
img {
  border: 0;
}
em,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
}
input {
  background: none;
  border: 0;
  outline: none;
}
.onlineeu-tab-wrap {
  content-visibility: auto;
  display: flex;
  font-size: 14px;
}
.onlineeu-tab-wrap .onlineeu-tab-list {
  display: flex;
  padding-bottom: 16px;
}
@media screen and (max-width: 835px) {
  .onlineeu-tab-wrap .onlineeu-tab-list {
    overflow: auto;
  }
  .onlineeu-tab-wrap .onlineeu-tab-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .onlineeu-tab-wrap .onlineeu-tab-list {
    flex-wrap: wrap;
  }
}
.onlineeu-tab-wrap .onlineeu-tab-list li {
  flex-shrink: 0;
}
.onlineeu-tab-wrap .onlineeu-tab-list .onlineeu-tab {
  background: #f0f2fa;
  border-radius: 4px;
  color: #1a2033;
  margin-right: 16px;
  margin-top: 8px;
  padding: 8px 16px;
}
.onlineeu-tab-wrap .onlineeu-tab-list .onlineeu-tab.is-active {
  background: #1a2033;
  box-shadow: 0 4px 8px 0 rgba(15, 41, 77, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.onlineeu-tab-wrap .onlineeu-tab-list .onlineeu-tab.is-active:hover {
  color: #fff;
  cursor: pointer;
}
.onlineeu-tab-wrap .onlineeu-tab-list .onlineeu-tab:hover {
  color: #026e94;
  cursor: pointer;
}
.tab-link-wrapper .short-link-wrapper .short-link-list-wrapper {
  padding: 8px;
}
.tab-link-wrapper .short-link-wrapper .short-link-item {
  margin: 0;
}
.tab-link-wrapper .short-link-wrapper .short-link-item .short-link-link {
  color: #0f294d;
  font-size: 14px;
  padding: 8px;
  text-decoration: none;
}
.tab-link-wrapper .short-link-wrapper .short-link-item .short-link-link:hover {
  color: #026e94;
}
* {
  font-family: "Inter", "Inter Fallback", sans-serif;
}
.t-2020-12 > h1,
h1 {
  font-size: 40px;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  .t-2020-12 > h1,
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.t-2020-12,
.t-2020-12 > h2,
h2 {
  color: #0f294d;
  font-weight: 700;
  letter-spacing: 0;
  text-align: start;
}
@media screen and (max-width: 767.9px) {
  .t-2020-12,
  .t-2020-12 > h2,
  h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .t-2020-12,
  .t-2020-12 > h2,
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}
.t-2020-12 > h3 {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .t-2020-12 > h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.m-64-48 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .m-64-48 {
    margin-bottom: 48px;
  }
}
.tab-link-wrapper {
  font-size: 12px;
  transition: height 0.4s;
}
.tab-link-wrapper .tab-link-title {
  margin-bottom: 10px;
}
.tab-link-wrapper .tab-link-list {
  display: none;
}
.tab-link-wrapper .tab-link-list.is-active {
  background: #fff;
  border: 1px solid #f0f2f5;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(69, 88, 115, 0.12);
  display: block;
}
.tab-link-wrapper
  .tab-link-list.is-active
  .short-link-wrapper
  .short-link-list-wrapper {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .tab-link-wrapper .tab-link-list.is-active {
    max-height: 322px;
    overflow: scroll;
  }
  .tab-link-wrapper .tab-link-list.is-active::-webkit-scrollbar {
    display: none;
  }
}
.tab-link-wrapper p {
  color: #0f294d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
}
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after,
.u-clearfix:before {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
/* @font-face {
  font-family: fi;
  src: url(./modules/ibu/online-home/442933c39a10b10dce021cb7ab870c64.442933c39a10b10dce021cb7ab870c64.woff2)
      format("woff2"),
    url(./modules/ibu/online-home/f79a09682f12708aa8880959e35e8f8a.f79a09682f12708aa8880959e35e8f8a.woff)
      format("woff"),
    url(./modules/ibu/online-home/d50cf2eabd6294ed4b1bc72db670950a.d50cf2eabd6294ed4b1bc72db670950a.ttf)
      format("truetype");
} */
.fi {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: fi !important;
  font-size: 16px;
  font-style: normal;
}
/* @font-face {
  font-family: fi-calendar;
  src: url(./modules/ibu/online-home/59c0d89f63e03e6bf96cb6ee70e2f5ec.59c0d89f63e03e6bf96cb6ee70e2f5ec.eot);
  src: url(./modules/ibu/online-home/59c0d89f63e03e6bf96cb6ee70e2f5ec.59c0d89f63e03e6bf96cb6ee70e2f5ec.eot)
      format("embedded-opentype"),
    url(./modules/ibu/online-home/1d989f8cd92220a1748bc4ff6c944f81.1d989f8cd92220a1748bc4ff6c944f81.woff)
      format("woff"),
    url(./modules/ibu/online-home/e3201bc03992baae35efeb12c2177f9e.e3201bc03992baae35efeb12c2177f9e.ttf)
      format("truetype"),
    url(./modules/ibu/online-home/52ea016dd2ae9dec6b7e928a0f84aabe.52ea016dd2ae9dec6b7e928a0f84aabe.svg#fi-calendar)
      format("svg");
} */
.mc-ft__block .mc-ft__block-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}
.mc-ft__block .mc-ft__social {
  display: flex;
  margin-top: 8px;
}
.mc-ft__social-item {
  float: left;
}
.mc-ft__block .mc-ft__social-item a {
  display: inline-block;
  height: 24px;
  width: 24px;
}
.mc-ft__block .mc-ft__social-item a > img {
  display: inline-block;
  height: 100%;
  line-height: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mc-ft__block .mc-ft__social-item + .mc-ft__social-item {
  margin-left: 10px;
}
.mc-ft__link-list {
  font-size: 14px;
}
.mc-ft__list-item {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.mc-ft__list-item a {
  color: inherit;
  text-decoration: none;
}
.mc-ft__list-item a:hover {
  color: #026e94;
  text-decoration: underline;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment {
  width: 256px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment .mc-ft__payment-title {
  color: #8592a6;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment .mc-ft__payment-body {
  display: flex;
  flex-wrap: wrap;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__payment
  .mc-ft__payment-body
  .mc-ft__payment-icon {
  border: 1px solid #dadfe6;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 36px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner {
  width: 256px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner .mc-ft__partner-title {
  color: #8592a6;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner .mc-ft__partner-body {
  display: flex;
  flex-wrap: wrap;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__partner
  .mc-ft__partner-body
  .mc-ft__partner-item {
  margin-right: 25px;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__partner
  .mc-ft__partner-body
  .mc-ft__partner-item
  img {
  height: 16px;
}
.mc-ft_brand {
  align-items: center;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 0;
}
.mc-ft_brand .mc-ft_brand-title {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 9px;
}
.mc-ft,
.mc-ft_line {
  background-color: #fff;
  color: #0f294d;
  font-size: 14px;
  padding-bottom: 35px;
}
.mc-ft,
ul {
  list-style: none;
  margin: 0;
}
ul {
  padding: 0;
}
.mc-ft .l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
}
@media screen and (max-width: 1200px) {
  .mc-ft .l-inner {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.mc-ft__rights {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 30px;
  text-align: center;
}
.mc-ft__cnt,
.mc-ft__rights {
  border-top: 1px solid #e4e4e4;
}
.mc-ft__cnt {
  justify-content: space-between;
  padding-bottom: 32px;
  padding-top: 32px;
}
.mc-ft__cnt,
.mc-ft__cnt .mc-ft__links {
  display: flex;
  flex-direction: row;
}
.mc-ft__cnt .mc-ft__links .mc-ft__block {
  width: 247px;
}
.mc-ft__cnt .mc-ft__others {
  display: flex;
  flex-direction: column;
  width: 256px;
}
.mc-ft__cnt .mc-ft__others > div + div {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .mc-ft__cnt {
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__others {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    width: 100%;
  }
  .mc-ft__cnt .mc-ft__others .mc-ft__partner,
  .mc-ft__cnt .mc-ft__others .mc-ft__payment {
    width: 247px;
  }
  .mc-ft__cnt .mc-ft__others > div + div {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mc-ft__cnt,
  .mc-ft__cnt .mc-ft__links {
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__links .mc-ft__block + .mc-ft__block {
    margin-top: 24px;
  }
  .mc-ft__cnt .mc-ft__others {
    display: flex;
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__others > div + div {
    margin-top: 10px;
  }
}
.ibu-base-marquee {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  width: 100%;
}
.ibu-base-marquee.marquee-above .nav-arrow {
  background-size: 20px 20px;
  border-color: rgba(218, 223, 230, 0.6);
  border-radius: 50%;
  box-shadow: 0 8px 10px 0 rgba(15, 41, 77, 0.08);
  height: 40px;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 10;
}
/* .ibu-base-marquee.marquee-above .nav-arrow.arrow-left {
  background-image: url(./modules/ibu/online-home/54938278a32438a7178092b3c3331ff9.54938278a32438a7178092b3c3331ff9.svg);
  transform: translateX(-50%);
} */
/* .ibu-base-marquee.marquee-above .nav-arrow.arrow-right {
  background-image: url(./modules/ibu/online-home/81abc8852a139d3ac893fdfb3a36eba4.81abc8852a139d3ac893fdfb3a36eba4.svg);
  transform: translateX(50%);
} */
.ibu-base-marquee .blocks-window {
  box-sizing: border-box;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
}

.ibu-base-marquee .blocks-window .blocks-belt {
  box-sizing: border-box;
  display: inline-block;
  overflow: visible;
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
}

.ibu-base-marquee .blocks-window .blocks-belt .block-con {
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
.ibu-base-marquee .nav-arrow {
  background: #fff;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #f0f2f5;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
}
.ibu-base-marquee .nav-arrow:hover {
  background-color: #026e94;
  border: 1px solid #026e94;
  color: #fff;
}
/* .ibu-base-marquee .nav-arrow.arrow-left {
  background-image: url(./modules/ibu/online-home/a5ae8ebea73b688e5367b9898b62bea4.a5ae8ebea73b688e5367b9898b62bea4.svg);
  left: 0;
} */
/* .ibu-base-marquee .nav-arrow.arrow-left:hover {
  background-image: url(./modules/ibu/online-home/a53278b07986c091196890d3c5c8eeaa.a53278b07986c091196890d3c5c8eeaa.svg);
} */
/* .ibu-base-marquee .nav-arrow.arrow-right {
  background-image: url(./modules/ibu/online-home/60a8b28a3f41a6f0fba75ba44c729663.60a8b28a3f41a6f0fba75ba44c729663.svg);
  right: 0;
} */
/* .ibu-base-marquee .nav-arrow.arrow-right:hover {
  background-image: url(./modules/ibu/online-home/5a2a7199692380d56b711774f6c165b4.5a2a7199692380d56b711774f6c165b4.svg);
} */
.ibu-base-marquee .nav-arrow.hide {
  display: none;
}
/* .ibu-base-marquee-single.marquee-default .nav-arrow.arrow-left {
  background-image: url(./modules/ibu/online-home/a5ae8ebea73b688e5367b9898b62bea4.a5ae8ebea73b688e5367b9898b62bea4.svg);
  background-position-x: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
} */
/* .ibu-base-marquee-single.marquee-default .nav-arrow.arrow-right {
  background-image: url(./modules/ibu/online-home/60a8b28a3f41a6f0fba75ba44c729663.60a8b28a3f41a6f0fba75ba44c729663.svg);
  background-position-x: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
} */
/* .ibu-base-marquee-single.marquee-rounded .nav-arrow.arrow-left {
  background-image: url(./modules/ibu/online-home/54938278a32438a7178092b3c3331ff9.54938278a32438a7178092b3c3331ff9.svg);
  background-position-x: 0;
  border-left: 0;
  border-radius: 0 20px 20px 0;
} */
/* .ibu-base-marquee-single.marquee-rounded .nav-arrow.arrow-right {
  background-image: url(./modules/ibu/online-home/81abc8852a139d3ac893fdfb3a36eba4.81abc8852a139d3ac893fdfb3a36eba4.svg);
  background-position-x: 10px;
  border-radius: 20px 0 0 20px;
  border-right: 0;
} */
/* .ibu-base-marquee-single.marquee-default .nav-arrow.arrow-left:hover,
.ibu-base-marquee-single.marquee-rounded .nav-arrow.arrow-left:hover {
  background-image: url(./modules/ibu/online-home/a53278b07986c091196890d3c5c8eeaa.a53278b07986c091196890d3c5c8eeaa.svg);
} */
/* .ibu-base-marquee-single.marquee-default .nav-arrow.arrow-right:hover,
.ibu-base-marquee-single.marquee-rounded .nav-arrow.arrow-right:hover {
  background-image: url(./modules/ibu/online-home/5a2a7199692380d56b711774f6c165b4.5a2a7199692380d56b711774f6c165b4.svg);
} */
.online-advertize-con .nav-arrow.arrow-left,
.online-advertize-con .nav-arrow.arrow-right {
  z-index: 1;
}
.online-advertize-con:not(.new-theme) .ibu-base-marquee .nav-arrow.arrow-left,
.online-advertize-con:not(.new-theme) .ibu-base-marquee .nav-arrow.arrow-right {
  border-radius: 2px;
}

.online-advertize-con.new-theme
  .ibu-base-marquee
  .online-advertize-item
  > .online-advertize-item-link {
  border-radius: 8px;
  overflow: hidden;
  transform: translateZ(0);
}

.online-advertize-con.new-theme .online-advertize-item-link {
  border-radius: 8px;
}
.online-advertize-con.new-theme .online-advertize .title {
  padding-bottom: 16px;
  text-align: left;
}
.online-advertize-con .online-advertize {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.online-advertize-con .online-advertize .title {
  color: #0f294d;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding-bottom: 24px;
  text-align: center;
}
.online-advertize-con .online-advertize .online-advertize-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.online-advertize-con
  .online-advertize
  .online-advertize-item
  .online-advertize-item-link {
  background-color: #f0f2f5;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.online-advertize-con
  .online-advertize
  .online-advertize-item
  .online-advertize-item-link
  .online-advertize-item-image {
  box-sizing: border-box;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s;
  width: 100%;
}
.online-advertize-con
  .online-advertize
  .online-advertize-item
  .online-advertize-item-link
  .online-advertize-item-image:hover {
  transform: scale(1.1);
}
.online-advertize-con[dir="rtl"] .online-advertize > .title {
  text-align: right !important;
}
/* .tripui-h5-input
  .tripui-h5-input-help-text.error
  .tripui-h5-input-help-text-content
  i {
  background-image: url(./modules/ibu/online-home/1e10cff6fa6de4edfc95d33973a782c6.1e10cff6fa6de4edfc95d33973a782c6.svg);
} */
/* .tripui-h5-input
  .tripui-h5-input-help-text.strong-reminder
  .tripui-h5-input-help-text-content
  i {
  background-image: url(./modules/ibu/online-home/fe9dbd4f436e06edded8a0ca57c6ea50.fe9dbd4f436e06edded8a0ca57c6ea50.svg);
} */
.tripui-online-btn-content {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* .tripui-online-input
  .tripui-online-input-help-text.error
  .tripui-online-input-help-text-content
  i {
  background-image: url(./modules/ibu/online-home/fe9dbd4f436e06edded8a0ca57c6ea50.fe9dbd4f436e06edded8a0ca57c6ea50.svg);
} */
/* .tripui-online-input
  .tripui-online-input-help-text.strong-reminder
  .tripui-online-input-help-text-content
  i {
  background-image: url(./modules/ibu/online-home/fe9dbd4f436e06edded8a0ca57c6ea50.fe9dbd4f436e06edded8a0ca57c6ea50.svg);
} */
body {
  font-family: "Inter", "Inter Fallback", sans-serif;
}
.online-new-guest {
  /* background: linear-gradient(-180deg, #2346ff 33.33%, #3e7dff); */
  background-image: url(../images/default/bg-banner-home.webp);
  border-radius: 8px;
  line-height: 1;
  max-height: 464px;
  max-width: 1160px;
  overflow: hidden;
}
.online-new-guest * {
  box-sizing: border-box;
}
.online-new-guest-bg {
  /* background-image: url(https://file.tripcdn.com/files/7/ibu_online_assets/online-new-guest/kv_1.png); */
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  max-height: 464px;
  max-width: 1160px;
  padding: 24px;
  position: relative;
}
.online-new-guest-bg .ng-left {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
}
.online-new-guest-bg .ng-left .carddsc {
  padding-right: 16px;
}
.online-new-guest-bg .ng-left .cardcoupon {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 354px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}
.online-new-guest-bg .ng-right {
  overflow: hidden;
}
@media screen and (min-width: 1160px) {
  .online-new-guest-bg .ng-left {
    width: 50%;
  }
  .online-new-guest-bg .ng-left .carddsc {
    flex-shrink: 0;
    width: 50%;
  }
  .online-new-guest-bg .ng-left .cardcoupon {
    flex-grow: 1;
  }
  .online-new-guest-bg .ng-right {
    width: 50%;
  }
}
@media screen and (max-width: 1160px) {
  .online-new-guest-bg .ng-left {
    width: 50%;
  }
  .online-new-guest-bg .ng-left .carddsc {
    flex-shrink: 0;
    width: 50%;
  }
  .online-new-guest-bg .ng-left .cardcoupon {
    flex-grow: 1;
  }
  .online-new-guest-bg .ng-right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .online-new-guest-bg .ng-left {
    width: 66.66667%;
  }
  .online-new-guest-bg .ng-right {
    width: 33.33333%;
  }
}
@media screen and (max-width: 834px) {
  .online-new-guest-bg .ng-left {
    padding-right: 0;
    width: 100%;
  }
  .online-new-guest-bg .ng-right {
    display: none;
  }
}
.online-new-guest .marginbottom21 {
  margin-bottom: 21px;
}
.new-guests-carddsc {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  padding-bottom: 160px;
}
.new-guests-carddsc-top {
  align-items: center;
  background: red;
  border-radius: 0 0 8px 0;
  box-sizing: border-box;
  display: flex;
  height: 38px;
  left: 0;
  max-width: 254px;
  padding: 0 8px;
  position: absolute;
  top: 0;
}
.new-guests-carddsc-top-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAFpg2qXAAAAAXNSR0IArs4c6QAAAHhlWElmTU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAIdpAAQAAAABAAAATgAAAAAAAACQAAAAAQAAAJAAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAACygAwAEAAAAAQAAACwAAAAALuNfAgAAAAlwSFlzAAAWJQAAFiUBSVIk8AAABTZJREFUWAndmE2IVlUYxx0ndcoy8bMPEMcJLVq4KMwPCiWoFtaqdFGLyFZioVAQURAtWmTRom1RK6FVqxYWQQRNHxNMRkVNxZBimBWVo1mj+Pb73/ec+5577nPvPfedcYQe+L/nOc/zfz7uee8992PePCedTmfQ64URxy+hYUATjJ3QKH2+M3waOgYQ7/g1dBR0pXOyp+BonAwoLGZZLT5eMoatvR+nyOekH3OtqdZqMJ07QwXHfke0hvU5N/C+khudgu9j78+WTU3iuwf8hWOFD0AfRj8qv8Tbs3/GZzDGtTnRUgjoZXIE/+9lU5fxR+ebZr7cSuTJn1U6QwdZzrrM8XDY87T4F5iU+vOEYLxPPYfEhd1F6v7iWxKQ78h0sq+KawdzVS4Kzkmw2VvRF4GHQH4+5i2ERh/gR//vFdbZO6vGkHyVQfrXZzV8RROtfQSOF63ZFX4Mu/+nY3f9nMCvgZfjKPnmgr4EXF6XIV+4KhIJLsMn3lKgZH9wyFOMaUKCCTAbsiWrSKahimx3Yt8IDoG/I84U87fACPg+8ml6Pkyuy2025KCS1q4xVeS/FYwAbTsLwZ/gBDjCWpfOGOy2kOzZftqOs5U6JulJSCtjYtM8vjjCq8nHjnulzeiWrU1Ij0uw1UiPkKqR6HmLi/1Fy55sI4HkijCA+Y7M2ulsC+2xbh4agdsV7MhnUHcHgbuc/kBgS1NJtFOJAyk8WGD/Ii2TwSI4e+xgtPZeI6KFiaQvi67kYA1YCRa0SNGlErQeHAZtRDfi/WYxHFvaZKrhTuQFIN1bQ+zH1b1XE3m+Ilp/3hNg3PB/iW0fWGb4ZBrSH3PQcJ7CtjU/rAoFzv1GrD//s3/9JYvQh003i6FSHxgfAxf6SPgJMYWttrQfh9UgX898I7gG6C6t5+bfgJ4pPmcP7h02hlpx3epGqQesYbAoDsC2AmwGz4FJcFfMKc0h9SPPxInM3S0mJcxvizmlNVa7MSlhfpL1Xh3yCh2Tc23obKGvirmFxDh/igmJ8/eSeHS+F5wDTfIOhPIFkVTFkUiQP8a2iWvNpdBWdziPpgTD3e34O1P4s8ahqHZTbSmhvMpEz4sFwbYA6CK25E2M8blTiJ/RhORPWlUN2xtWIXgvOO7Tlv+i2Sg6CJ5yxf3wGkrhOcxqAM7Vln1ObBTf7rrdOycFXZHSjllVnOb0DqkPM7pLCcPgugBN28U/cH8OMIl+xGGCHbf79oahlagxsAuMgkslqq0etEi24DwAqp6zcF0yUU8HfNfZKYFhDINeaVPkGKRzYF0KuYajm7VyranhhK4xTptN2lPVtN63w29VITHUDxH0YGjwusujHIJeV/TgdBacAVPEqUZJiLsZ4zhoevM4BWepX2FdMO+C20GqnIY4Cr4CE+AHoE/F+pgjTANtdYsdrmUcATeAW4C+vzQ1CSWTD/m9m4PWhVsUjngDeBukPExAuyii2uphQ7G7hs81nkzgcvRtYBPQlnYj0LlXuh1jSxGt/lHwLdDWpq/7o6zg74wzE5pdDAqvFDPLaEerhmrZ3p61ep/rcfR14nWS9Sy2pp3Dn78aJbr4PFLO10fgm88iSiZJaVinQYqooWUOKXyLo5eX2obnW1GRLbXhKKyvaWOtbFurSs1poItKW0ktryq+D7vOuyEuPl2UpjSt8Dqi5qpZNahaw1KqpLZhjlTbjt659oATVUlmwa5b9MNgkJrf1eXra/U4VXRx7QA3Ae3JgrY+bUtXAv89w9+adVfUAWsBhG/ABzTndxOm/1P5D/7LCSG5wkBjAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  display: inline-block;
  flex-shrink: 0;
  height: 22px;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 22px;
}
.new-guests-carddsc-top-text {
  color: #fff;
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-guests-carddsc-cen {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 38px;
}
.new-guests-carddsc-usp {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}
.new-guests-coupon {
  background: linear-gradient(
    -243.63deg,
    #ff512f 1.64%,
    #f09819
  );
  background-size: cover;
  border: 1px solid rgba(249, 76, 134, 0.24);
  border-radius: 4px;
  min-height: 118px;
  position: relative;
  width: 100%;
}
.new-guests-coupon * {
  box-sizing: border-box;
}
.new-guests-coupon-corners {
  height: 100%;
  position: absolute;
  width: 100%;
}
.new-guests-coupon-corners:before {
  border: 1px solid rgba(249, 76, 134, 0.24);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  left: -1px;
}
.new-guests-coupon-corners:after,
.new-guests-coupon-corners:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  width: 6px;
}
.new-guests-coupon-corners:after {
  border: 1px solid rgba(249, 76, 134, 0.24);
  border-radius: 12px 0 0 12px;
  border-right: 0;
  right: -1px;
}
.new-guests-coupon-wrap {
  display: flex;
  height: 100%;
  min-height: 118px;
  width: 100%;
}
.new-guests-coupon-wrap-corner-mark {
  /* background-color: red; */
  border-radius: 4px 0 4px 0;
  /* height: 30px; */
  left: -1px;
  padding: 5px;
  position: absolute;
  top: -1px;
  width: 45px;
}
.new-guests-coupon-wrap-corner-mark .img {
  height: 20px;
  width: 20px;
}
.new-guests-coupon-wrap-main {
  background: url(https://file.tripcdn.com/files/7/ibu_online_assets/online-new-guest/PRECENT.png)
    no-repeat right 0 bottom 0;
  background-size: 100px;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
  text-align: center;
  width: 100%;
}
.new-guests-coupon-wrap-main-desc,
.new-guests-coupon-wrap-main-value {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
}
.new-guests-coupon-wrap-main-desc {
  color: #191a1f;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 18px;
  max-width: 100%;
}
.new-guests-coupon-wrap-main-value {
  color: #191a1f;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2px;
  max-width: 100%;
}
.new-guests-coupon-wrap-stack,
.new-guests-coupon-wrap-stack-children {
  background: #ff512f;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ff512f;
  border-top: none;
  bottom: -7px;
  height: 7px;
  left: 6px;
  position: absolute;
  width: calc(100% - 12px);
}
.new-guests-gifts-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 18px;
  position: relative;
  width: 100%;
}
.new-guests-gifts-total-line {
  background: rgba(249, 76, 134, 0.2);
  flex: 1 1;
  height: 1px;
}
.new-guests-gifts-total-text {
  align-items: center;
  color: #f94c86;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  line-height: 18px;
  margin: 0 4px;
  text-align: center;
}
.new-guests-gallery {
  height: 100%;
  position: relative;
  width: 100%;
}
.new-guests-gallery-next-btn,
.new-guests-gallery-prev-btn {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(3, 42, 80, 0.08);
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 32px;
  z-index: 1;
}
.new-guests-gallery-next-btn .fi,
.new-guests-gallery-prev-btn .fi {
  font-size: 20px;
}
.new-guests-gallery-next-btn:hover,
.new-guests-gallery-prev-btn:hover {
  background-color: #026e94;
  color: #fff;
}
.new-guests-gallery-prev-btn {
  border-radius: 0 100px 100px 0;
  left: 0;
  transform: translateY(-50%);
}
.new-guests-gallery-next-btn {
  border-radius: 100px 0 0 100px;
  right: 0;
  transform: translateY(-50%);
}
.new-guests-gallery-list {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.new-guests-gallery-list-container {
  height: 100%;
  position: relative;
  transition: all 0.65s;
  white-space: nowrap;
  width: 100%;
}
.new-guests-gallery-list-container__card {
  display: inline-block;
  height: 100%;
  margin: 0 8px;
  width: 227px;
}

.new-guests-gallery-list-container__card:first-child {
  margin-left: 0;
}
.new-guests-gallery-list-container__card:last-child {
  margin-right: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
}
.home-wrapper-inner {
  height: 100%;
  margin: auto;
  width: 1160px;
}
.home-wrapper-inner.recommend-wrapper {
  position: relative;
}
@media screen and (max-width: 1160px) {
  .home-wrapper-inner {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
/* h3,
p {
  margin: 0;
} */
.seo-content {
  margin: 0 auto -30px;
  width: 1160px;
}
@media screen and (max-width: 1160px) {
  .seo-content {
    box-sizing: border-box;
    padding: 0 32px;
    width: 100%;
  }
}

/* customerSupport.css */
/* @charset "utf-8"; */
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after,
.u-clearfix:before {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
/* @font-face {
  font-family: fi;
  src: url(./modules/ibu/universal-trip-pages/0e07d2d504298f98b1928b4a49d5879b.0e07d2d504298f98b1928b4a49d5879b.woff2)
      format("woff2"),
    url(./modules/ibu/universal-trip-pages/b8ba4f4104ae53045222c30344a1d8e3.b8ba4f4104ae53045222c30344a1d8e3.woff)
      format("woff"),
    url(./modules/ibu/universal-trip-pages/16be56c544d55f502500d51e6d3dca94.16be56c544d55f502500d51e6d3dca94.ttf)
      format("truetype");
} */
.fi {
  font-family: fi !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul {
  margin: 0;
  list-style: none;
}
html body {
  font-family: "Inter", "Inter Fallback", sans-serif;
}
.mc-ft__block .mc-ft__block-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}
.mc-ft__block .mc-ft__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.mc-ft__social-item {
  float: left;
}
.mc-ft__block .mc-ft__social-item a {
  height: 24px;
  width: 24px;
  display: inline-block;
}
.mc-ft__block .mc-ft__social-item a > img {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mc-ft__block .mc-ft__social-item + .mc-ft__social-item {
  margin-left: 10px;
}
.mc-ft__link-list {
  font-size: 14px;
}
.mc-ft__list-item {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.5;
}
.mc-ft__list-item a {
  color: inherit;
  text-decoration: none;
}
.mc-ft__list-item a:hover {
  color: #026e94;
  text-decoration: underline;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment {
  width: 256px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment .mc-ft__payment-title {
  font-size: 12px;
  line-height: 14px;
  color: #8592a6;
  margin-bottom: 7px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__payment .mc-ft__payment-body {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__payment
  .mc-ft__payment-body
  .mc-ft__payment-icon {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #dadfe6;
  border-radius: 2px;
  width: 36px;
  height: 24px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner {
  width: 256px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner .mc-ft__partner-title {
  font-size: 12px;
  line-height: 14px;
  color: #8592a6;
  margin-bottom: 7px;
}
.mc-ft__cnt > .mc-ft__others > .mc-ft__partner .mc-ft__partner-body {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__partner
  .mc-ft__partner-body
  .mc-ft__partner-item {
  margin-right: 25px;
}
.mc-ft__cnt
  > .mc-ft__others
  > .mc-ft__partner
  .mc-ft__partner-body
  .mc-ft__partner-item
  img {
  height: 16px;
}
.mc-ft_brand {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.mc-ft_brand .mc-ft_brand-title {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 9px;
}
.mc-ft,
.mc-ft_line {
  background-color: #fff;
  padding-bottom: 35px;
  font-size: 14px;
  color: #0f294d;
}
.mc-ft,
ul {
  margin: 0;
  list-style: none;
}
ul {
  padding: 0;
}
.mc-ft .l-inner {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .mc-ft .l-inner {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mc-ft__rights {
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.mc-ft__cnt,
.mc-ft__rights {
  border-top: 1px solid #e4e4e4;
}
.mc-ft__cnt {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
.mc-ft__cnt,
.mc-ft__cnt .mc-ft__links {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mc-ft__cnt .mc-ft__links .mc-ft__block {
  width: 247px;
}
.mc-ft__cnt .mc-ft__others {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 256px;
}
.mc-ft__cnt .mc-ft__others > div + div {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .mc-ft__cnt {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__others {
    margin-top: 24px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .mc-ft__cnt .mc-ft__others .mc-ft__partner,
  .mc-ft__cnt .mc-ft__others .mc-ft__payment {
    width: 247px;
  }
  .mc-ft__cnt .mc-ft__others > div + div {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mc-ft__cnt,
  .mc-ft__cnt .mc-ft__links {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__links .mc-ft__block + .mc-ft__block {
    margin-top: 24px;
  }
  .mc-ft__cnt .mc-ft__others {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mc-ft__cnt .mc-ft__others > div + div {
    margin-top: 10px;
  }
}
.tripui-online-btn-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes circle-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.9);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes circle-zoom {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.9);
    transform: scale(1.9);
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circle-zoom {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.9);
    transform: scale(1.9);
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.onlineCS-preSale {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}
.onlineCS-preSale,
.onlineCS-preSale-head {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.onlineCS-preSale-head {
  color: #0f294d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.onlineCS-preSale-head,
.onlineCS-preSale-head > #animate-icon {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.onlineCS-preSale-head > #animate-icon {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c6edf2;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 8px;
}
.onlineCS-preSale-head > #animate-icon > span {
  background: #06aebd;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-animation: circle-zoom 1.8s ease-in-out infinite;
  -moz-animation: circle-zoom 1.8s ease-in-out infinite;
  animation: circle-zoom 1.8s ease-in-out infinite;
}
.onlineCS-preSale__tabList {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px 0 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}
.onlineCS-preSale__tabList,
.onlineCS-preSale__tabList__item {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.onlineCS-preSale__tabList__item {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.onlineCS-preSale__tabList__item > #triangle {
  /* background-image: url(./modules/ibu/universal-trip-pages/98de032536379f756083ac8776741e0b.98de032536379f756083ac8776741e0b.svg); */
  width: 10px;
  height: 10px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -7px;
  margin-bottom: 4px;
  border-radius: 2px;
}
.onlineCS-preSale__tabList__item__content.selected-tab {
  background-color: #0f294d;
  color: #fff;
}
.onlineCS-preSale__tabList__item__content.selected-tab:hover {
  cursor: default;
  color: #fff;
}
.onlineCS-preSale__tabList__item__content.selected-tab:hover > i,
.onlineCS-preSale__tabList__item__content.selected-tab > i {
  color: #fff;
}
.onlineCS-preSale__tabList__item__content {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #dadfe6;
  line-height: 18px;
}
.onlineCS-preSale__tabList__item__content:hover {
  cursor: pointer;
  color: #026e94;
}
.onlineCS-preSale__tabList__item__content:hover > i {
  color: #026e94;
}
.onlineCS-preSale__tabList__item__content > span {
  font-size: 14px;
}
.onlineCS-preSale__tabList__item__content > i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #455873;
}
.onlineCS-preSale__questionList__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.onlineCS-preSale__questionList__list,
.onlineCS-preSale__questionList__list__item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.onlineCS-preSale__questionList__list__item {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -moz-calc(50% - 4px);
  width: calc(50% - 4px);
  padding: 20px 16px;
  color: #0f294d;
  background-color: #f5f7fa;
  border-radius: 4px;
  margin-bottom: 8px;
  line-height: 18px;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.onlineCS-preSale__questionList__list__item:hover {
  cursor: pointer;
  color: #026e94;
  background-color: rgba(50, 100, 255, 0.08);
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.onlineCS-preSale__questionList__list__item:hover > i {
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.onlineCS-preSale__questionList__list__item:hover > i:before {
  content: "\E78C";
}
.onlineCS-preSale__questionList__list__item > p {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 14px;
}
.onlineCS-preSale__questionList__list__item > i {
  width: 20px;
  height: 20px;
  font-size: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 16px;
}
.onlineCS-preSale__questionList__list__item > i:before {
  content: "\E785";
}
.onlineCS-preSale__faq {
  color: #0f294d;
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
}
.onlineCS-preSale__faq > h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
.onlineCS-preSale__faq__list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.onlineCS-preSale__faq__list > div {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 8px;
  padding: 12px 16px;
  background-color: #f5f7fa;
  margin-bottom: 4px;
}
.onlineCS-preSale__faq__list > div:hover {
  cursor: pointer;
  color: #026e94;
  background-color: rgba(50, 100, 255, 0.08);
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.onlineCS-serviceGuarantee {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px;
  background: -moz-linear-gradient(left, #fff, #e1f5f7);
  background: linear-gradient(90deg, #fff, #e1f5f7);
}
.onlineCS-serviceGuarantee,
.onlineCS-serviceGuarantee > #title {
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.onlineCS-serviceGuarantee > #title {
  color: #0f294d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.onlineCS-serviceGuarantee > #title > #icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.onlineCS-serviceGuarantee > #content {
  color: #455873;
  font-size: 14px;
  line-height: 18px;
}
.onlineCS-serviceGuarantee > #content > span {
  color: #026e94;
}
.onlineCS-serviceGuarantee > #content > span:hover {
  cursor: pointer;
  text-decoration: underline;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
}

.onlineCS-preSale,
.onlineCS-serviceGuarantee {
  border-radius: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 8px 16px 0 rgba(15, 41, 77, 0.08);
  overflow: hidden;
  margin: 8px 0;
  width: 100%;
}
/* @font-face {
  font-family: iconfont;
  src: url(./modules/ibu/universal-trip-pages/cf6674f110dce77686c380aa69d002b5.cf6674f110dce77686c380aa69d002b5.ttf)
    format("truetype");
} */

.onlineCS-preSale__questionList__list__item > i,
.onlineCS-preSale__tabList__item__content > i,
i {
  /* font-family: iconfont !important; */
  font-family: iconfont;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mc-ft__cnt {
  border-top: none;
}
.onlineCS-body__inner {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0;
  max-width: 1160px;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .onlineCS-body__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

/* onlineRecommendHotels.css */
[dir="rtl"] .c-hot-hotel-item-v2__wrapper {
  text-align: right;
}
.c-hot-hotel-item-v2:hover {
  cursor: pointer;
}
.c-hot-hotel-item-v2__wrapper {
  text-align: left;
  vertical-align: top;
}
.c-hot-hotel-item-v2__image-con {
  position: relative;
}
.c-hot-hotel-item-v2__image-clipping {
  background: #dadfe6;
  border-radius: 2px;
  overflow: hidden;
}
.c-hot-hotel-item-v2__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.c-hot-hotel-item-v2__image:hover {
  transform: scale(1.1);
}
.c-hot-hotel-item-v2__overlay-label {
  box-sizing: border-box;
  font-size: 12px;
  margin-top: 16px;
  width: 100%;
}
.c-hot-hotel-item-v2__name {
  color: #0f294d;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1161px) {
  .c-hot-hotel-item-v2__image {
    height: 0;
    padding-top: 197px;
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .c-hot-hotel-item-v2__image {
    padding-top: 70.86%;
  }
}
.recommended-module.recomended-hotel-new-theme {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAQlBMVEUAAADb9v/k+v/U9fzM8vvC7fbY8/vd9/zl+P/F6/XM8/nU8fnS8fvV3/3b+v3h9v3e9//K8fnO8PrV9PzM8frS8vrmN+lpAAAAFnRSTlMAOTk5OTk+Pj4WGBwZBQg8EykOLjQj+KyTvwAABNVJREFUeNrs1g2vqjAMBuDetJ0RzrhuwP//q9cTrtmRCqeRlbikT0z8iHPttlcA55xzzjnnnHPOOeecc84555xzZxnytYpbHuB0uR+5oil1EU50Hbm+eYCTDIlt9HCKns2MGczFxJY6sJbY1hWeNFe/dQcz28tgp+MTTBGsZD5FAiNx4m0tXA8Sb2shBj1vayEGmfd9egxeB4AwHIR0TgxiYglDFXhGDGYWKFRjH4MbS6Ei6xgMRvUXtjGIo3X9gVjKjQRgQYYx6JaSmYjp/zOH6h6/X+aqFYO8Kp7EAar8Z1rm6StdwcQOUDBA3553gTIcl4h5tb0cTJTCH41QhRj0JAUbSFI6HoDHapSVoWCk5KzM1x8NAAkczNAL+WAApGAHSZpi5QBgMESHYtDNaYXe2IBLuNwfoTjcwZh+mLth84aHNEqBS7F3y3vZxOtm9scj/YrnqD7uEu6tsixIFr4/XtUBTQNIA6k3oBQqCpI7cCde746nNzuYSUMWJ8nCSoGK8UgKCQRVAvBSKFZY0ownjfzeCRJ16YpU03cww8oXaVzOoEsBrKTGGqAsIqDx96Jk38AXPGNShtgekkYPzybtZcDcH1LpxBHSQeNTFJB0BnHfqYaGSCvBSqSmjBHWbqSEhEhIwpnj0wBSnsdvcgI56d53rMePY5ozbLuhxjLRxme24zPsihN+uCnCnhk/Xg87Mn4+im1vwO4WRMIGTLCpwybktk/Q3hn6+P/QxQgb4r927rC5TRgGA7DlfjCh2MrR5v//1ZHFnAjCcgx2Llz1rLe0HLL8WmHdbrt9nUPyIQjJEgD4ejOpY+l3AXT/4dtCAM5/ONjmxd8HwT08LF5dxDLQPYTVM9l6dN304/5T57brQyrA1oLgXFysowyZzZPCewHw3mwB2L1SANZgEjdOITqH7IQTG5ywe+iV1QO6KPab4FZ9MsDG6OFp8zOEgrcOD7g5aYw9Vr2gZALLTURIi8bXO/c4mgV2usJ1+pygW/eJkNcLE5jR2Nx6QQqE4qYnQqBVEOQ95skjr09PYNk4etr0GgKk3++Eh6Dr8y87bOMzZPXSBDiawGYQhCx+4usOIuT1RQG6TRTGiSecD4bShPkRlU8Auxw4pGNaB+Ba7J/YgwHAFZyRrNrxyAHKezjYzeX3fyRA+6egfGk5wL5zwnYBoE4AQNfmHQQ2czKHAxAUujRJgBagSgBiEfH5OxkiwmGPVQnSquUBTkIDFNIAGuDTaADGgp0+oHF9PgAtUt6MrrevTwbgi/Gv5Ybt6+UJ3IGlIvqaFqHr/Fr7+uwEUg1e2si76oUJFGGn96Z6IcBJaIBCGkADfBoNUEgDvBpgtCdhErw9h1+T8mNP4WbMuR+CYM49gptJC0D3OZGtDZ2koxt/vBGMlGDrr547N3+O1QN07F9lLPvT/kPu/5CzUSdqEEBko5s3OePt9/MCuMfp34J5jfc+9KLRVzb2koufmDIXUTCVjRfJ1Uw0wMkC9KL6AeRn4G8GGPrhST/QtfoBaP1lr2jXM7BYiF5n3lQWBo76X3cdieBiqhskwZTz34JgqhuFdv3uFYf4sXI1DfTfUexIzYdQ+UyupgXfV5+3v27OM5hGxmHzuLw5wIe17HInaqeUUkoppZRSSimllFJK7fIPgg4k6GD81SoAAAAASUVORK5CYII=) no-repeat right 24px top 4px, radial-gradient(ellipse 30% 26% at 80% 0, rgba(204, 243, 255, .6), transparent), radial-gradient(ellipse 30% 26% at bottom left, rgba(204, 243, 255, .6), transparent), #f7fafc;
border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}
@media screen and (max-width: 767px) {
  .recommended-module.recomended-hotel-new-theme {
      padding: 8px;
    }
}
.recommended-module.recomended-hotel-new-theme[dir="rtl"],
.recommended-module.recomended-hotel-new-theme[dir="rtl"] > * {
  transform: scaleX(-1);
}
.recommended-module.recomended-hotel-new-theme .js-tab-item {
  background: #fff;
}
.new-theme .c-hot-hotel-item-v2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.new-theme .c-hot-hotel-item-v2:hover {
  box-shadow: 0 12px 24px 0 rgba(15, 41, 77, 0.12);
}
.new-theme .c-hot-hotel-item-v2__content {
  -webkit-box-flex: 1;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  padding: 16px;
}
.new-theme .c-hot-hotel-item-v2__overlay-label {
  margin-top: 0;
}
.new-theme .c-hot-hotel-item-v2__image {
  padding-top: 75%;
}
body {
  -webkit-font-smoothing: antialiased;
}
.tripui-online-btn-content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.recommend-module-more-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
  color: inherit;
  cursor: auto;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transform: translateZ(0);
}
.recommend-module-more-card:hover {
  box-shadow: 0 12px 24px 0 rgba(15, 41, 77, 0.12);
}
.recommend-module-more-card .rmmc-bg-full {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.2s ease-in-out;
}
.recommend-module-more-card .rmmc-bg-full:hover {
  transform: scale(1.1);
}
.recommend-module-more-card .rmmc-content {
  color: #fff;
  margin-top: auto;
  padding: 28px 16px 16px;
  position: relative;
  z-index: 2;
}
.recommend-module-more-card .rmmc-content .rmmc-content-text {
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.recommend-module-more-card.more-card-hotels .rmmc-bg-full {
  background-image: url(../images/default/thumb-web1.webp);
}
.recommend-module-more-card.more-card-hotels .rmmc-content {
  background: linear-gradient(180deg, transparent, #1a2033 48px, #1a2033);
}
[dir="ltr"] .new-recommend-list {
  display: flex;
}
[dir="ltr"] .new-recommend-list .l-tile__item {
  box-sizing: content-box;
  display: block;
  padding: 0 16px 0 0;
}
@media screen and (min-width: 1161px) {
  [dir="ltr"] .new-recommend-list .l-tile__item {
    width: calc(25% - 12px);
  }
  [dir="ltr"] .new-recommend-list .l-tile__item:nth-child(n + 4) {
    display: none;
  }
  [dir="ltr"] .new-recommend-list .recommend-module-more-card {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1160px) {
  [dir="ltr"] .new-recommend-list .l-tile__item {
    width: calc(33.33333% - 10.66667px);
  }
  [dir="ltr"] .new-recommend-list .l-tile__item:nth-child(n + 3) {
    display: none;
  }
  [dir="ltr"] .new-recommend-list .recommend-module-more-card {
    width: calc(33.33333% - 10.66667px);
  }
}
@media screen and (max-width: 834px) {
  [dir="ltr"] .new-recommend-list .l-tile__item {
    width: calc(50% - 8px);
  }
  [dir="ltr"] .new-recommend-list .l-tile__item:nth-child(n + 2) {
    display: none;
  }
  [dir="ltr"] .new-recommend-list .recommend-module-more-card {
    width: calc(50% - 8px);
  }
}
[dir="rtl"] .new-recommend-list {
  display: flex;
}
[dir="rtl"] .new-recommend-list .l-tile__item {
  box-sizing: content-box;
  display: block;
  padding: 0 0 0 16px;
}
@media screen and (min-width: 1161px) {
  [dir="rtl"] .new-recommend-list .l-tile__item {
    width: calc(25% - 12px);
  }
  [dir="rtl"] .new-recommend-list .l-tile__item:nth-child(n + 4) {
    display: none;
  }
  [dir="rtl"] .new-recommend-list .recommend-module-more-card {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1160px) {
  [dir="rtl"] .new-recommend-list .l-tile__item {
    width: calc(33.33333% - 10.66667px);
  }
  [dir="rtl"] .new-recommend-list .l-tile__item:nth-child(n + 3) {
    display: none;
  }
  [dir="rtl"] .new-recommend-list .recommend-module-more-card {
    width: calc(33.33333% - 10.66667px);
  }
}
@media screen and (max-width: 834px) {
  [dir="rtl"] .new-recommend-list .l-tile__item {
    width: calc(50% - 8px);
  }
  [dir="rtl"] .new-recommend-list .l-tile__item:nth-child(n + 2) {
    display: none;
  }
  [dir="rtl"] .new-recommend-list .recommend-module-more-card {
    width: calc(50% - 8px);
  }
}
.recommended-module {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
.l-tile__item {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 8px 20px;
}
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after,
.u-clearfix:before {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
/* @font-face {
  font-family: fi;
  src: url(./modules/ibu/online-home/442933c39a10b10dce021cb7ab870c64.442933c39a10b10dce021cb7ab870c64.woff2)
      format("woff2"),
    url(./modules/ibu/online-home/f79a09682f12708aa8880959e35e8f8a.f79a09682f12708aa8880959e35e8f8a.woff)
      format("woff"),
    url(./modules/ibu/online-home/d50cf2eabd6294ed4b1bc72db670950a.d50cf2eabd6294ed4b1bc72db670950a.ttf)
      format("truetype");
} */
.fi {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: fi !important;
  font-size: 16px;
  font-style: normal;
}
body {
  font-family: "Inter", "Inter Fallback", sans-serif;
}
[dir="rtl"] .js-tab-ajax-switch.new-theme .tab-con {
  text-align: right;
}
[dir="rtl"]
  .js-tab-ajax-switch.new-theme
  .tab-con
  .js-tile-tab
  .js-tab-wrapper
  .js-tab-item {
  margin-left: 16px;
  margin-right: 0;
}
.js-tab-ajax-switch {
  overflow: visible;
  width: 100%;
}
.js-tab-ajax-switch.new-theme .tab-con {
  padding: 0;
  text-align: left;
}
.js-tab-ajax-switch.new-theme .tab-con .js-tile-tab .js-tab-wrapper {
  padding: 20px 0;
}
.js-tab-ajax-switch.new-theme
  .tab-con
  .js-tile-tab
  .js-tab-wrapper
  .js-tab-item {
  border-color: transparent;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
}
.js-tab-ajax-switch.new-theme
  .tab-con
  .js-tile-tab
  .js-tab-wrapper
  .js-tab-item.is-active {
  background-color: #0f294d;
  border-color: transparent;
  color: #fff;
}
.js-tab-ajax-switch .tab-con {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.js-tab-ajax-switch .tab-con .js-tile-tab {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.js-tab-ajax-switch .tab-con .js-tile-tab .js-tab-wrapper {
  overflow-x: visible;
  padding: 24px 0;
  transition: transform 0.2s linear 0s;
  white-space: nowrap;
  will-change: transform;
}
.js-tab-ajax-switch .tab-con .js-tile-tab .js-tab-wrapper .js-tab-item {
  border: 1px solid #dadfe6;
  border-radius: 2px;
  color: #0f294d;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 16px;
  padding: 8px 16px;
}
.js-tab-ajax-switch
  .tab-con
  .js-tile-tab
  .js-tab-wrapper
  .js-tab-item.is-active {
  background-color: rgba(50, 100, 255, 0.078);
  border-color: rgba(50, 100, 255, 0.078);
  color: #026e94;
  font-weight: 700;
}
.js-tab-ajax-switch .tab-con .js-tile-tab .js-tab-wrapper .js-tab-item:hover {
  color: #026e94;
}
.js-tab-ajax-switch .content-con {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .js-tab-ajax-switch .tab-con {
    padding: 0 71px;
  }
  .js-tab-ajax-switch .tab-con,
  .js-tab-ajax-switch .tab-con .js-tile-tab {
    box-sizing: border-box;
  }
}
