.tt-dataset-destinations .item{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    background: #fff;
}
.hidden{
    display: none;
}

.lw-loading{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    width: 100%;
}

.lw-spinner{
    width:40px;
    height:40px;
    border:4px solid #e5e7eb;
    border-top:4px solid #A4DFE7;
    border-radius:50%;
    animation: lw-spin 0.8s linear infinite;
}

@keyframes lw-spin{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}
.lw-spinner{
    width:42px;
    height:42px;
    border-radius:50%;
    border:3px solid transparent;
    border-top:3px solid #A4DFE7;
    border-right:3px solid #A4DFE7;
    animation: lw-spin 0.7s linear infinite;
}

.menu-cabin {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}
.menu-cabin li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	cursor: pointer;
	background: #fff
}
.menu-cabin li:last-child{
	border: none;
}
.menu-cabin .number-cart {
	width: 50px;
	text-align: center;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	background: #fff
}
.menu-cabin .text{
    width: 60%;
}
.menu-cabin .number {
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 25px;
	position: relative;
	top: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5
}
.menu-cabin .select-number-cart{
    justify-content: space-around;
}
.menu-cabin .align-items-center{
    justify-content: space-between;
}
.menu-cabin .align-items-center .close{
    cursor: pointer;
}
.menu-duration-trip{
    position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}
.menu-duration-trip .itinerary-item{
    padding: 10px;
    width: 200px;
}
.menu-duration-trip .itinerary-item:first-child{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer;
}
.btn-add-cabin {
	color: #212529 !important;
}
.form-filter{
    width: 300px;
    display: flex;
    margin-left: 30px;
}
.form-filter .filter-price-range{
    border: solid 1px #ddd;
}
.form-filter .filter-price-range .dropdown-menu {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .17);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.form-filter .filter-price-range .dropdown-menu li{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    background: #fff;
}
.form-filter .filter-price-range .dropdown-menu li:last-child{
    border-bottom: none;
}

.form-filter .number-cabin-range{
    border: solid 1px #ddd;
}
.form-filter .number-cabin-range .dropdown-menu {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .17);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.form-filter .number-cabin-range .dropdown-menu li{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    background: #fff;
}
.form-filter .number-cabin-range .dropdown-menu li:last-child{
    border-bottom: none;
}
.content-list-tour{
    justify-content: center;
}
.why-choose{
    border: solid 1px #ddd;
    border-radius: 30px;
    background-color: #A4DFE7;
    color: #fff;
}
.why-choose>div{
    justify-content: center;
}
.why-choose h2{
    margin-top: 30px;
}
.icon-amenities{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.dining-file{
    padding: 10px;
    color: #005671;
    background: #ffeee2;
    border-radius: 8px;
    border: 1px solid #ffeee2;
}
.facilities-box{
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    padding: 0px;
}
.facilities-box  li{
    width: 33%;
}
.day-tour-highlight .highlight-box{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
}
.day-tour-highlight .highlight-box li {
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
}

/* tour-container */

.tour-container {
    max-width: 800px;
    margin: 0 auto;
}

.tour-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    transition: border-color 0.3s;
}

.tour-card.selected {
    border: solid #008494 1px;
}

/* Ẩn radio button mặc định và tùy chỉnh */
input[type="radio"] {
    margin-top: 5px;
    margin-right: 15px;
    transform: scale(1.5);
}

.tour-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.tour-content {
    flex: 1;
    padding-right: 20px;
}

.tour-title {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    color: #000;
}

.tour-description {
    font-size: 0.9rem;
    color: var(--text-sub);
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Badges section */
.tour-badge-container {
    background-color: var(--blue-light);
    padding: 12px;
    border-radius: 6px;
}

.badge {
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.badge.urgency {
    color: #004085;
    font-weight: 500;
}

.badge.success {
    color: var(--success-color);
}

.icon {
    margin-right: 8px;
}

/* Right side: Price & Button */
.tour-actions {
    text-align: right;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.total-price {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.price-breakdown {
    font-size: 0.85rem;
    color: var(--text-sub);
}

.btn-book {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.2s;
}
.form-day-tour-booking .calender,.form-day-tour-booking .calender .dropdown{
    width: 40% !important;
}

/* Container chính */
.contact-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e3f2fd; /* Màu xanh nhạt của nền */
    padding: 20px 40px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

/* Phần bên trái chứa ảnh và chữ */
.content-left {
    display: flex;
    align-items: center;
    gap: 20px; /* Khoảng cách giữa ảnh và chữ */
}

/* Hình ảnh đại diện tròn */
.profile-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

/* Định dạng văn bản */
.text-info h2 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.text-info p {
    margin: 5px 0 0 0;
    font-size: 18px;
    color: #333;
}

/* Nút bấm WhatsApp */
.whatsapp-btn {
    background-color: #26a9e1; /* Màu xanh của nút */
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #A4DFE7;
}

/* Responsive: Tự động xếp chồng khi màn hình nhỏ (điện thoại) */
@media (max-width: 600px) {
    .contact-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .content-left {
        flex-direction: column;
    }
}
.blog-highlight {
    border-radius: 10px;
    background-color: #A4DFE7;
    padding: 20px;
}
.content-why-choose{
    width: 100%;
}
.blog-card {
    border: solid 1px #ccc;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}


.tag-search-container {
    display: flex;
    flex-wrap: nowrap;          /* Không xuống dòng */
    overflow-x: auto;           /* Scroll ngang */
    gap: 8px;                   /* Khoảng cách giữa các tag */
    padding: 4px 0;
    scrollbar-width: thin;      /* Firefox */
}

.tag-search-container::-webkit-scrollbar {
    height: 6px;                /* Thanh scroll ngang */
}

.tag-search-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.tag-search {
    flex: 0 0 auto;             /* Không co lại */
    white-space: nowrap;        /* Text không xuống dòng */
    background: #A4DFE7;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.close-tag {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}


.blog-content table{
    overflow-x: scroll;
    width: 100%;
    display: block;
}



/* Container chính */
.custom-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

/* Dòng thông báo số lượng */
.pagination-info {
    font-size: 14px;
    color: #666;
}

/* Danh sách các nút */
.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

/* Style chung cho mỗi ô */
.pagination-list li a,
.pagination-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: #fff;
}

/* Khi hover vào các nút bấm được */
.pagination-list li a:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
    color: #005671;
}

/* Trang hiện tại */
.pagination-list li.active span {
    background-color: #005671;
    color: #fff;
    border-color: #005671;
    font-weight: bold;
}

/* Các nút bị vô hiệu hóa (Disabled) hoặc dấu ... */
.pagination-list li.disabled span {
    color: #ccc;
    background-color: #fafafa;
    cursor: not-allowed;
    border-color: #eee;
}

/* Responsive cho điện thoại */
@media (max-width: 480px) {
    .pagination-list li:not(.active):not(:first-child):not(:last-child) {
        display: none; /* Ẩn các số trang ở mobile, chỉ giữ First/Last/Active */
    }
}

/* Kiểu chung cho các khung trắng */
.info-section, .policy-section {
    background: #fff;
    border: 2px dashed #add8e6;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    position: relative;
}

/* Phần Included & Excluded */
.column {
    flex: 1;
    padding: 40px 25px 20px 25px;
    position: relative;
}

.included {
    border-right: 1px dashed #add8e6;
}

/* Thẻ tiêu đề (Góc bo) */
.header-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 30px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom-right-radius: 25px;
}

.green { background-color: #27ae60; }
.red { background-color: #ff4d4d; }
.orange { background-color: #f39c12; }

/* Danh sách */
.column.excluded  ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.column.excluded  ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.column.excluded ul li::before {
    content: "•";
    color: #333;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.column.excluded ul li::before {
    content: "•";
}

a {
    color: #005671;
    text-decoration: none;
}

/* Phần Chính sách (Policy) */
.policy-section {
    flex-direction: column;
    padding: 20px;
}

.policy-header-container {
    margin-bottom: 20px;
}

.policy-content {
    padding: 20px;
}

.policy-content h3 {
    color: #005671;
    margin-top: 0;
}

.note {
    font-size: 0.85rem;
    margin: 2px 0;
}

.weather-text {
    font-size: 0.9rem;
    text-align: justify;
}


/* Container chính */
.category-slider-wrapper {
    padding: 20px 0;
}

/* Tiêu đề */
.label-h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    padding-left: 15px;
}

.label-h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #005671; /* Màu nhấn */
    border-radius: 2px;
}

/* Style cho các thẻ Badge */
.category-badge {
    display: inline-block;
    padding: 8px 18px;
    background-color: #ffffff;
    color: #555;
    border: 1px solid #e0e0e0;
    border-radius: 50px; /* Bo tròn hoàn toàn */
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* Hiệu ứng khi di chuột vào (Hover) */
.category-badge:hover {
    background-color: #005671; /* Đổi màu nền thành màu chủ đạo */
    color: #ffffff !important;
    border-color: #005671;
    transform: translateY(-3px); /* Nhảy nhẹ lên trên */
    box-shadow: 0 5px 15px rgba(0, 86, 113, 0.3);
    text-decoration: none;
}

/* Làm nổi bật con số số lượng bài viết */
.category-badge span {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-left: 5px;
}

.blog-hero-banner {
    position: relative;
    padding: 120px 0 150px; /* Tăng khoảng cách để banner lớn hơn */
    background-image: url('./assets/image/banner-blog.webp'); /* Thay ảnh Hạ Long chất lượng cao tại đây */
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Lớp phủ gradient để chữ luôn nổi bật */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2; /* Đẩy nội dung lên trên lớp phủ */
}

/* Tùy chỉnh Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255,255,255,0.6);
}
.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
}

/* Chỉnh typography */
.blog-hero-banner h1 {
    letter-spacing: -1px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.blog-hero-banner .lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
}

/* Thanh tìm kiếm */
.search-wrapper {
    max-width: 550px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px;
    border-radius: 50px;
    backdrop-filter: blur(10px); /* Hiệu ứng mờ kính hiện đại */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-wrapper .form-control {
    border-radius: 50px;
    border: none;
    padding: 12px 25px;
    margin-right: 5px;
}

.search-wrapper .form-control:focus {
    box-shadow: none;
}

.search-wrapper .btn-primary {
    border-radius: 50px;
    background-color: #005671;
    border: none;
    font-weight: 600;
    transition: 0.3s;
    color: rgba(255,255,255,0.6);
}

.search-wrapper .btn-primary:hover {
    background-color: #005671;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .blog-hero-banner {
        padding: 80px 0 100px;
    }
    .blog-hero-banner h1 {
        font-size: 2.5rem;
    }
    .content-why-choose .d-sm-none{
        display: none !important;
    }
    .btn-check-rate-mobile{
        display: block !important;
        background-color: #005671 !important;
        width: 100%;
        padding: 10px;
        color: #fff;
        border: solid 1px #ccc;
        border-radius: 10px;
    }
    .menu-cabin{
        width: calc(100% + 24px);
        position: absolute;
        height: 350px;
        left: -12px;
        top: -5px;
    }
    .title-cabin-mobile{
        display: flex;
        justify-content: space-between;
    }
    .clone-menu-cabin-mobile{
        background-color: #005671 !important;
        width: 25px;
        text-align: center;
        color: #ccc;
        border-radius: 10px;
    }
    .why-choose{
        padding: 15px;
    }
}
.content-why-choose > *{
    color: #005671;
}
.activities-item ul{
    margin-left: 0px;
}
.activities-item ul li{
    list-style: none;
}
.activities-item ul li img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.menber-avatar{
    height: 200px;
}

.whatsapp-fixed {
    position: fixed;
    width: 40px;
    height: 41px;
    bottom: 130px; /* Cách đáy 130px */
    right: 37px;  /* Cách phải 40px */
    background-color: #25d366; /* Màu xanh WhatsApp */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999; /* Luôn nằm trên các phần tử khác */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-fixed img {
    width: 35px; /* Kích thước icon bên trong */
    height: 35px;
}

.whatsapp-fixed:hover {
    background-color: #128c7e; /* Đổi màu đậm hơn khi hover */
    transform: scale(1.1); /* Phóng to nhẹ khi hover */
}

@media screen and (max-width: 768px) {
    .whatsapp-fixed {
        width: 40px;
        height: 41px;
        bottom: 130px;
        right: 12px;
    }
}

/* ==========================================================================
   HERO BANNER (Phần ảnh nền phía trên)
   ========================================================================== */
.hero-banner {
    position: relative;
    width: 100%;
    height: 450px; /* Bạn có thể tăng/giảm chiều cao tùy ý */
    /* Thay đường dẫn ảnh của bạn vào đây */
    background-image: url('./images/day-tour.avif');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Lớp phủ tối màu giúp chữ màu trắng nổi bật hơn trên nền ảnh */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
}

/* Breadcrumb điều hướng nhỏ phía trên tiêu đề */
.breadcrumb {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #ddd;
}

/* Tiêu đề chính */
.main-title {
    font-size: 42px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
}

/* ==========================================================================
   BANNER BOTTOM (Phần thông tin bên dưới)
   ========================================================================== */
.banner-bottom {
    padding: 40px 0;
    background-color: #fff;
}

/* --- TRUST BADGES (Hàng 3 cam kết) --- */
.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; /* Khoảng cách giữa các badge */
    margin-bottom: 35px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.badge-icon {
    font-size: 28px;
    color: #008494; /* Tông màu xanh dương/teal giống mẫu */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #f0f9fa;
    border-radius: 50%;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-text strong {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
}

.badge-text span {
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 500;
}

/* --- BANNER DESCRIPTION (Đoạn mô tả dịch vụ) --- */
.banner-description {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.banner-description p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.banner-description .highlight-text {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 15px;
}

/* ==========================================================================
   RESPONSIVE (Tương thích thiết bị di động & Tablet)
   ========================================================================== */
@media (max-width: 768px) {
    .hero-banner {
        height: 300px;
    }

    .main-title {
        font-size: 28px;
    }

    .breadcrumb {
        font-size: 11px;
    }

    .trust-badges {
        flex-direction: column; /* Chuyển thành hàng dọc trên điện thoại */
        gap: 20px;
        align-items: flex-start;
        max-width: 280px;
        margin: 0 auto 30px auto;
    }

    .banner-description p {
        font-size: 13.5px;
        text-align: justify; /* Căn đều 2 bên trên màn hình nhỏ để dễ đọc */
    }

    .facilities-box li{
        width: 50% !important;
    }
}
/* Điều khiển kích thước cho logo mobile */
@media (max-width: 768px) {
    .brand-logo img {
        height: 24px;
        width: auto; /* Để width tự động theo tỉ lệ */
    }
}

/* Điều khiển kích thước cho logo desktop */
@media (min-width: 769px) {
    .brand-logo img {
        height: 24px;
        width: 230px;
    }
}

.logo-icon-cruise{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
