.cboth {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.bsize {
    box-sizing: border-box;
}

.oflow {
    overflow: hidden;
}

.dnone {
    display: none;
}

.tf {
    text-transform: uppercase;
}

.lp1 {
    letter-spacing: 1px;
}

.white-space {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumb-full {
    overflow: hidden;
}

.thumb-full>img {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
}

.mark-content {
    transition: all ease-in-out .5s;
}

/* Mau do */
.main-nav-inner>ul>li>a:hover,
.tour-col-item-title a:hover,
.car-col-item-title a:hover,
.home-news-item-title a:hover,
.footer-item-nav ul li a:hover,
.block-breadcrumb a:hover,
.tour-list-item-title a:hover,
.tour-list-item-tax a:hover,
.archive-new-item-title a:hover,
.sb-post-item-title a:hover,
.sidebar-tour-attr-item-info a:hover,
.cruise-col-item .tour-col-item-title a:hover,
.cruise-list-item .tour-list-item-title a:hover {
    color: var(--th-color-main);
}

/* ─── Cruise System Styles ────────────────────────────────────────── */

/* Badges: nights & cabin type */
.cruise-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.cruise-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.cruise-nights-badge {
    background: var(--th-color-main);
    color: #fff;
}

.cruise-cabin-badge {
    background: #f0f4ff;
    color: #3a4a7d;
    border: 1px solid #c8d4f5;
}

/* Night badge on grid card thumbnail */
.cruise-col-item .tour-col-item-thumb {
    position: relative;
}

.cruise-col-nights-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: var(--th-color-main);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    z-index: 2;
}

/* Price display */
.cruise-list-item .price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    display: inline;
}

.cruise-list-item .price-new {
    color: var(--th-color-main);
    font-weight: 700;
    font-size: 18px;
}

.cruise-col-item .price-old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 12px;
}

/* No results message */
.no-results {
    padding: 32px;
    text-align: center;
    color: #888;
    font-size: 15px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px dashed #ddd;
    width: 100%;
}

/* ─── Cruise Mega-Menu ──────────────────────────────────────────────── */
.cruise-category-menu {
    display: flex;
    margin-top: 2px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    overflow: hidden;
}

/* Cột destination list */
.cruise-destination-list {
    /*width: 200px;*/
    flex-shrink: 0;
    background: #f5f5f5;
    border-right: 1px solid #e8e8e8;
}

.cruise-destination-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cruise-destination-list li {
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    transition: background .15s;
}

.cruise-destination-list li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s;
}

.cruise-destination-list li:hover,
.cruise-destination-list li.active {
    background: #fff;
}

.cruise-destination-list li.active a,
.cruise-destination-list li:hover a {
    color: var(--th-color-main);
    font-weight: 700;
}

.cruise-destination-list li.active {
    border-left: 3px solid var(--th-color-main);
}

/* Cột phải: category panels */
.cruise-category-menu-wrapper {
    flex: 1;
    background: #fff;
    padding: 16px 20px;
    min-height: 200px;
}

.cruise-category-menu-nav {
    display: none;
}

.cruise-category-menu-nav.active {
    display: block;
}

.cruise-cat-menu-title {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.cruise-cat-menu-title a {
    color: var(--th-color-main);
    text-decoration: none;
}

.cruise-cat-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}

.cruise-cat-menu-list li {
    width: 50%;
}

.cruise-cat-menu-list li a {
    display: block;
    padding: 5px 8px 5px 0;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    transition: color .15s;
}

.cruise-cat-menu-list li a:hover {
    color: var(--th-color-main);
}

.cruise-cat-empty {
    color: #aaa;
    font-size: 13px;
    font-style: italic;
}

@media screen and (max-width: 1024px) {
    .cruise-category-menu .cruise-cat-menu-list li {
        width: 100%;
    }
}

/* ─── Cruise List Card v2 ────────────────────────────────────────────── */
.cli-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: box-shadow .25s, transform .25s;
}
.cli-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

/* ── Media column ── */
.cli-media {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
}
.cli-main-thumb {
    display: block;
    height: 190px;
    overflow: hidden;
}
.cli-main-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    display: block;
}
.cli-card:hover .cli-main-thumb img {
    transform: scale(1.05);
}
.cli-thumbs {
    display: flex;
    gap: 3px;
    padding: 3px;
    background: #f0f2f5;
}
.cli-thumb-item {
    flex: 0 0 calc(33.333% - 2px);
    display: block;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.cli-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}
.cli-thumb-item:hover img {
    transform: scale(1.08);
}
.cli-thumb-more {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Info column ── */
.cli-info {
    flex: 1;
    padding: 16px 20px;
    min-width: 0;
    border-right: 1px solid #eaeef3;
}

/* Title + stars row */
.cli-title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.cli-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1f36;
}
.cli-title a {
    color: inherit;
    text-decoration: none;
    transition: color .15s;
}
.cli-title a:hover {
    color: var(--th-color-main);
}
.cli-stars {
    display: flex;
    gap: 2px;
    margin-top: 3px;
    flex-shrink: 0;
}
.cli-stars i {
    color: #f59e0b;
    font-size: 13px;
}

/* Category tags */
.cli-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.cli-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f0f4ff;
    color: #3b5bdb;
    border: 1px solid #d0dcff;
    text-decoration: none;
    transition: background .15s;
}
.cli-tag:hover {
    background: #dce4ff;
}

/* Score */
.cli-review {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.cli-score {
    background: var(--th-color-main);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 6px;
}
.cli-score-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--th-color-main);
}
.cli-review-count {
    color: #888;
    font-size: 13px;
}

/* Location */
.cli-location {
    margin: 0 0 10px;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cli-location i {
    color: var(--th-color-main);
    font-size: 12px;
}

/* Amenity tag chips */
.cli-amenity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.cli-amenity-tag {
    font-size: 12px;
    color: #444;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 10px;
}

/* Why book dropdown */
.cli-whybook {
    margin-bottom: 10px;
}
.cli-whybook-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .15s;
}
.cli-whybook-toggle:hover {
    color: var(--th-color-main);
}
.cli-whybook-toggle i {
    font-size: 11px;
    transition: transform .25s;
}
.cli-whybook-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.cli-whybook-list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    animation: fadeDown .2s ease;
}
.cli-whybook-list[hidden] {
    display: none;
}
.cli-whybook-list li {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    line-height: 1.5;
}
.cli-whybook-list li i {
    color: #2da65a;
    font-size: 11px;
    margin-top: 3px;
    flex-shrink: 0;
}
@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Bottom meta */
.cli-bottom-meta {
    margin: 0;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

/* ── Price column ── */
.cli-price-col {
    flex: 0 0 170px;
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
    min-height: 100%;
}
.cli-discount-badge {
    background: #ff6b35;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 4px;
}
.cli-price-from {
    font-size: 12px;
    color: #888;
    margin: 0 0 2px;
}
.cli-price-from s {
    text-decoration: line-through;
    color: #aaa;
}
.cli-price-main {
    margin: 0 0 4px;
    font-size: 14px;
    color: #555;
    line-height: 1.2;
}
.cli-price-main strong {
    font-size: 28px;
    font-weight: 800;
    color: #e8423a;
}
.cli-price-main small {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}
.cli-btn-view {
    display: block;
    padding: 11px 18px;
    background: #ff6b35;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    text-decoration: none;
    text-align: center;
    transition: background .2s, transform .15s;
    white-space: nowrap;
    margin-top: auto;
}
.cli-btn-view:hover {
    background: #e85a25;
    transform: translateY(-1px);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .cli-card {
        flex-wrap: wrap;
    }
    .cli-media {
        flex: 0 0 200px;
    }
    .cli-price-col {
        flex: 0 0 140px;
    }
}
@media (max-width: 640px) {
    .cli-card {
        flex-direction: column;
    }
    .cli-media {
        flex: none;
        width: 100%;
    }
    .cli-main-thumb {
        height: 200px;
    }
    .cli-info {
        border-right: none;
        border-bottom: 1px solid #eaeef3;
    }
    .cli-price-col {
        flex: none;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .cli-btn-view {
        width: 100%;
        text-align: center;
    }
}

.cruise-list-item {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: box-shadow .2s, transform .2s;
}
.cruise-list-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

/* --- Image panel --- */
.cli-image-wrap {
    position: relative;
    flex: 0 0 280px;
    min-height: 220px;
    overflow: hidden;
}
.cli-image-wrap a {
    display: block;
    height: 100%;
}
.cli-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.cruise-list-item:hover .cli-main-img {
    transform: scale(1.04);
}
.cli-promo-badge {
    position: absolute;
    top: 12px;
    left: 0;
    background: #e8423a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px 4px 10px;
    border-radius: 0 20px 20px 0;
    z-index: 2;
    letter-spacing: .5px;
}

/* --- Body --- */
.cli-body {
    display: flex;
    flex: 1;
    padding: 20px 0 20px 20px;
    gap: 16px;
    min-width: 0;
}
.cli-body-main {
    flex: 1;
    min-width: 0;
}

/* --- Tags --- */
.cli-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.cli-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.cli-tag-cat {
    background: #e8f4ff;
    color: #1a6ec5;
    border: 1px solid #c0daf7;
}
.cli-tag-type {
    background: #f0faf3;
    color: #1a7a40;
    border: 1px solid #b6e3c4;
}

/* --- Title --- */
.cli-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}
.cli-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color .15s;
}
.cli-title a:hover {
    color: var(--th-color-main);
}

/* --- Meta --- */
.cli-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin-bottom: 10px;
}
.cli-meta-item {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cli-meta-item i {
    color: var(--th-color-main);
    font-size: 12px;
    width: 14px;
}

/* --- Review Score --- */
.cli-review {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.cli-score {
    background: var(--th-color-main);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 4px;
}
.cli-score-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.cli-review-count {
    color: #888;
    font-size: 13px;
}

/* --- Highlights --- */
.cli-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cli-highlights li {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    line-height: 1.5;
}
.cli-highlights li i {
    color: #2da65a;
    font-size: 11px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* --- Price + CTA panel --- */
.cli-price-cta {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 20px 0 0;
    text-align: right;
    gap: 4px;
}
.cli-price-from {
    font-size: 12px;
    color: #888;
    margin: 0;
}
.cli-price-old {
    font-size: 13px;
    color: #999;
    margin: 0;
}
.cli-price-old s {
    text-decoration: line-through;
}
.cli-price-new {
    font-size: 26px;
    font-weight: 800;
    color: #e8423a;
    margin: 0;
    line-height: 1.1;
}
.cli-price-new small {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.cli-btn-view {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    background: var(--th-color-main);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}
.cli-btn-view:hover {
    background: #1a6ec5;
    transform: translateY(-1px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .cruise-list-item {
        flex-direction: column;
    }
    .cli-image-wrap {
        flex: none;
        height: 220px;
        width: 100%;
    }
    .cli-body {
        flex-direction: column;
        padding: 16px;
    }
    .cli-price-cta {
        flex: none;
        align-items: flex-start;
        padding: 0;
        text-align: left;
    }
    .cli-btn-view {
        width: 100%;
        text-align: center;
    }
}