body.cbe-site-mode-city-tour .site-home {
    --home-mode-accent: #1d6f95;
    --home-mode-accent-strong: #0f6da8;
    --home-mode-soft: #edf9f5;
    --home-mode-ink: #132b44;
    background:
        linear-gradient(180deg, rgba(237, 249, 245, .86) 0, rgba(255, 255, 255, 0) 190px),
        #fff;
}

body.cbe-site-mode-city-tour .site-home .container {
    max-width: 1180px;
}

body.cbe-site-mode-city-tour .site-home .home-slider-section,
body.cbe-site-mode-city-tour .site-home .home-news-section,
body.cbe-site-mode-city-tour .site-home .home-media,
body.cbe-site-mode-city-tour .site-home .home-page-feature {
    margin-top: 56px;
}

body.cbe-site-mode-city-tour .site-home .home-slider-toolbar {
    align-items: flex-end;
    border-bottom: 1px solid rgba(22, 128, 106, .14);
    margin-bottom: 22px;
    padding-bottom: 16px;
}

body.cbe-site-mode-city-tour .site-home .home-slider-toolbar__icon,
body.cbe-site-mode-city-tour .site-home .home-section-kicker,
body.cbe-site-mode-city-tour .site-home .home-list-card__module {
    background: var(--home-mode-soft);
    color: var(--home-mode-accent);
}

body.cbe-site-mode-city-tour .site-home .home-list-card,
body.cbe-site-mode-city-tour .site-home .home-cruise-card {
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-list-card__media,
body.cbe-site-mode-city-tour .site-home .home-list-card__media img {
    min-height: 190px;
}

body.cbe-site-mode-city-tour .site-home .home-list-card__price strong,
body.cbe-site-mode-city-tour .site-home .home-cruise-card__price strong {
    color: var(--home-mode-accent-strong);
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__media,
body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__media img {
    min-height: 240px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__body {
    gap: 9px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__title {
    min-height: 44px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__meta {
    display: grid;
    gap: 6px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__meta span:nth-child(n+3),
body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__desc {
    display: none;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__footer {
    margin-top: 4px;
    padding-top: 10px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__price strong {
    font-size: 21px;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__quick-actions {
    display: none;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__quick-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(22, 128, 106, .2);
    background: var(--home-mode-soft);
    color: var(--home-mode-accent-strong);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__quick-action:first-child {
    background: var(--site-button-bg);
    color: #fff;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--tour .home-list-card__quick-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(22, 128, 106, .16);
}

body.cbe-site-mode-city-tour .site-home .home-service-card--hotel,
body.cbe-site-mode-city-tour .site-home .home-service-card--bus {
    background: #fbfdff;
}

body.cbe-site-mode-city-tour .site-home .home-service-card--hotel .home-list-card__desc,
body.cbe-site-mode-city-tour .site-home .home-service-card--bus .home-list-card__desc {
    -webkit-line-clamp: 2;
}

body.cbe-site-mode-city-tour .site-home .home-media {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 22px;
    align-items: stretch;
}

body.cbe-site-mode-city-tour .site-home .home-media__col--video .mg_5_a {
    min-height: 0;
}

body.cbe-site-mode-city-tour .site-home .home-media .mg_5_a {
    padding: 24px;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-media .tit_home_bot {
    margin-bottom: 16px;
}

body.cbe-site-mode-city-tour .site-home .home-media .tit_home_bot > a,
body.cbe-site-mode-city-tour .site-home .home-media .tit_home_bot > span:not(.home-section-kicker) {
    font-size: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-media .box_video_home,
body.cbe-site-mode-city-tour .site-home .home-media .box_video_home iframe {
    min-height: 374px;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card {
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__image {
    aspect-ratio: 1.48 / 1;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card:nth-child(n+5) {
    display: none;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__image:after {
    background: linear-gradient(180deg, rgba(16, 40, 66, 0) 42%, rgba(16, 40, 66, .78) 100%);
    opacity: 0;
    transition: opacity .25s ease;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-height: 0;
    padding: 12px 14px;
    background: transparent;
    opacity: 0;
    text-align: left;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__title a {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
}

body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card:hover .home-gallery-card__image:after,
body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card:focus-within .home-gallery-card__image:after,
body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card:hover .home-gallery-card__title,
body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card:focus-within .home-gallery-card__title {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    body.cbe-site-mode-city-tour .site-home .home-slider-section,
    body.cbe-site-mode-city-tour .site-home .home-news-section,
    body.cbe-site-mode-city-tour .site-home .home-media,
    body.cbe-site-mode-city-tour .site-home .home-page-feature {
        margin-top: 38px;
    }

    body.cbe-site-mode-city-tour .site-home .home-slider-toolbar {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    body.cbe-site-mode-city-tour .site-home .home-media {
        grid-template-columns: minmax(0, 1fr);
    }

    body.cbe-site-mode-city-tour .site-home .home-list-card__media,
    body.cbe-site-mode-city-tour .site-home .home-list-card__media img {
        min-height: 180px;
    }

    body.cbe-site-mode-city-tour .site-home .home-media .box_video_home,
    body.cbe-site-mode-city-tour .site-home .home-media .box_video_home iframe {
        min-height: 240px;
    }

    body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__title {
        opacity: 1;
        transform: none;
    }

    body.cbe-site-mode-city-tour .site-home .home-media .home-gallery-card__image:after {
        opacity: 1;
    }
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-layout {
    grid-template-columns: minmax(0, .95fr) minmax(330px, .75fr);
    gap: 22px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 0;
    padding: 22px;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured .img_news_hot {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    box-shadow: none;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured .img_news_hot img,
body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured .img_news_hot > img.h_n1 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured .sub_news_hot {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 18px 2px 0;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .name_news_hot {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.24;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .day_news_hot {
    margin-bottom: 12px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .des_news_hot {
    font-size: 14px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-featured__footer {
    margin-top: 18px;
    padding-top: 16px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .box_news_home {
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 128px;
    padding: 16px;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .img_news_home {
    height: 120px;
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .img_news_home img {
    border-radius: 24px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .name_news_home {
    font-size: 15px;
}

body.cbe-site-mode-city-tour .site-home .home-news-section .des_news_home {
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    body.cbe-site-mode-city-tour .site-home .home-news-section .home-news-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    body.cbe-site-mode-city-tour .site-home .home-news-section .box_news_home {
        grid-template-columns: 96px minmax(0, 1fr);
    }
}

body.cbe-site-mode-city-tour .site-home .home-services-combo {
    margin-top: 64px;
    padding: 64px 0;
    background:
        linear-gradient(135deg, rgba(22, 128, 106, .1), rgba(255, 255, 255, 0) 48%),
        #f7fbfa;
    border-top: 1px solid rgba(22, 128, 106, .12);
    border-bottom: 1px solid rgba(22, 128, 106, .12);
}

body.cbe-site-mode-city-tour .site-home .hsc-head {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

body.cbe-site-mode-city-tour .site-home .hsc-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    color: var(--home-mode-accent-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.cbe-site-mode-city-tour .site-home .hsc-head h2 {
    margin: 12px 0 8px;
    color: var(--home-mode-ink);
    font-size: 32px;
    line-height: 1.2;
}

body.cbe-site-mode-city-tour .site-home .hsc-head p {
    margin: 0;
    color: #5e7584;
    font-size: 15px;
}

body.cbe-site-mode-city-tour .site-home .hsc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 22px;
    align-items: stretch;
}

body.cbe-site-mode-city-tour .site-home .hsc-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 26px;
    border: 1px solid rgba(22, 128, 106, .18);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 59, 77, .08);
}

body.cbe-site-mode-city-tour .site-home .hsc-panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--home-mode-ink);
    font-size: 18px;
    font-weight: 900;
}

body.cbe-site-mode-city-tour .site-home .hsc-panel-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 24px;
    background: var(--home-mode-soft);
    color: var(--home-mode-accent);
}

body.cbe-site-mode-city-tour .site-home .hsc-table-wrap {
    overflow-x: auto;
    margin-bottom: 18px;
}

body.cbe-site-mode-city-tour .site-home .hsc-table {
    width: 100%;
    min-width: 550px;
    margin: 0;
    border-collapse: collapse;
}

body.cbe-site-mode-city-tour .site-home .hsc-table th {
    padding: 11px 8px;
    border-bottom: 1px solid rgba(23, 59, 77, .1);
    color: #6f8593;
    font-size: 11px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

body.cbe-site-mode-city-tour .site-home .hsc-table td {
    padding: 13px 8px;
    border-bottom: 1px solid rgba(23, 59, 77, .08);
    color: #405b6a;
    font-size: 13px;
    line-height: 1.35;
    vertical-align: middle;
}

body.cbe-site-mode-city-tour .site-home .hsc-table tr:last-child td {
    border-bottom: 0;
}

body.cbe-site-mode-city-tour .site-home .hsc-origin a {
    color: var(--home-mode-ink);
    font-weight: 900;
    text-decoration: none;
}

body.cbe-site-mode-city-tour .site-home .hsc-origin a:hover {
    color: var(--home-mode-accent);
}

body.cbe-site-mode-city-tour .site-home .hsc-table .hsc-price {
    text-align: right;
    white-space: nowrap;
}

body.cbe-site-mode-city-tour .site-home td.hsc-price {
    color: var(--home-mode-accent-strong);
    font-weight: 900;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel {
    margin-bottom: 18px;
    overflow: hidden;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .item {
    padding: 0 7px;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-wrapper-outer {
    margin: 0 -7px;
    width: calc(100% + 14px);
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-controls {
    margin-top: 12px;
    text-align: center;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-page {
    display: inline-block;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 999px;
    background: rgba(22, 128, 106, .22);
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-page.active span {
    width: 20px;
    background: var(--home-mode-accent);
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-card {
    display: flex;
    min-width: 0;
    height: 100%;
    min-height: 310px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(23, 59, 77, .1);
    border-radius: 24px;
    background: #fbfdff;
    color: inherit;
    text-decoration: none;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-card:hover {
    border-color: rgba(22, 128, 106, .3);
    box-shadow: 0 12px 26px rgba(22, 128, 106, .13);
    transform: translateY(-2px);
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-img {
    position: relative;
    display: block;
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
    background: #e8f3f0;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    border-radius: 6px;
    background: rgba(13, 86, 73, .94);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-info {
    display: grid;
    grid-template-rows: auto minmax(18px, auto) auto;
    gap: 8px;
    flex: 1;
    padding: 12px;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-name {
    display: -webkit-box;
    min-height: 40px;
    overflow: hidden;
    color: var(--home-mode-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-loc {
    display: flex;
    gap: 6px;
    min-height: 18px;
    color: #607684;
    font-size: 12px;
    line-height: 1.3;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-price {
    align-self: end;
    color: #607684;
    font-size: 12px;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-price strong {
    color: var(--home-mode-accent-strong);
    font-size: 14px;
}

body.cbe-site-mode-city-tour .site-home .hsc-hotel-price small {
    color: #7d919d;
    font-size: 11px;
}

body.cbe-site-mode-city-tour .site-home .hsc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

body.cbe-site-mode-city-tour .site-home .hsc-btn-primary {
    background: var(--site-button-bg);
    color: #fff;
    box-shadow: var(--site-button-shadow);
}

body.cbe-site-mode-city-tour .site-home .hsc-btn-primary:hover {
    background: var(--site-button-bg-hover);
    color: #fff;
}

body.cbe-site-mode-city-tour .site-home .hsc-btn-outline {
    border: 1px solid rgba(22, 128, 106, .22);
    background: #fff;
    color: var(--home-mode-accent-strong);
}

body.cbe-site-mode-city-tour .site-home .hsc-btn-outline:hover {
    background: var(--home-mode-soft);
    color: var(--home-mode-accent-strong);
}

@media (max-width: 991px) {
    body.cbe-site-mode-city-tour .site-home .hsc-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.cbe-site-mode-city-tour .site-home .home-services-combo {
        margin-top: 42px;
        padding: 42px 0;
    }

    body.cbe-site-mode-city-tour .site-home .hsc-head {
        text-align: left;
    }

    body.cbe-site-mode-city-tour .site-home .hsc-head h2 {
        font-size: 25px;
    }

    body.cbe-site-mode-city-tour .site-home .hsc-panel {
        padding: 18px;
    }

    body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .item {
        padding: 0;
    }

    body.cbe-site-mode-city-tour .site-home .hsc-hotel-carousel .owl-wrapper-outer {
        margin: 0;
        width: 100%;
    }
}
