@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

.top-bar {
    background-color: #3C50A2;
    font-size: 13px;
}

.top-bar .slogan {
    font-style: italic;
}

.hotline {
    color: #FFFFFF;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13.5px;
    padding: 0.8rem 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #0083C7;
}

.search-form {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
}

.search-form h5 {
    color: #3C50A2;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.search-form .input-group .form-control-lg,
.search-form .input-group .form-select-lg {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    font-weight: 400;
}

.search-form .input-group .input-group-text {
    background-color: #f8f9fa;
    padding: 0.6rem 0.75rem;
}

.search-form .input-group .input-group-text .bi {
    font-size: 1rem;
}

.search-button {
    background-color: #0083C7;
    border-color: #0083C7;
    font-size: 0.95rem;
    padding: 0.65rem 1rem;
    color: #fff;
}

.search-button:hover {
    background-color: #006DAA;
    border-color: #006DAA;
    color: #fff;
}

.quick-destinations {
    margin-top: 0.75rem;
}

.quick-destinations a {
    border-color: #3C50A2;
    color: #3C50A2;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
}

.quick-destinations a:hover {
    background-color: #3C50A2;
    color: #fff;
}

.homepage-slider-section .carousel-item {
    height: 500px;
    background-color: #777;
}

.homepage-slider-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-slider-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 5px;
}

.homepage-slider-section .carousel-indicators .active {
    background-color: #0083C7;
    border-color: #006DAA;
}

.homepage-slider-section .carousel-control-prev-icon,
.homepage-slider-section .carousel-control-next-icon {
    background-color: rgba(0, 131, 199, 0.6);
    border-radius: 0.25rem;
    padding: 1.2rem 0.8rem;
    width: 3rem;
    height: 3rem;
}

.homepage-slider-section .carousel-control-prev-icon:hover,
.homepage-slider-section .carousel-control-next-icon:hover {
    background-color: rgba(0, 109, 170, 0.8);
}

.hero-section {
    min-height: auto;
    padding: 3rem 0;
    background: #f8f9fa;
    color: #333;
}

.hero-section::before {
    background-color: transparent;
}

.hero-section h1,
.hero-section .lead {
    text-shadow: none;
    color: #3C50A2;
}

.hero-section .search-form {
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
    margin-top: 1rem;
}

.section-title {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #3C50A2;
    font-size: 1.8rem;
}

.section-title span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.bg-light .section-title span {
    background-color: #f8f9fa;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #ddd;
    z-index: 0;
}

.special-program-section {
    background-color: #f4f7fc;
}
.special-program-card-re {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(60, 80, 162, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}
.special-program-card-re:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(60, 80, 162, 0.15);
}
.special-program-img-link {
    display: block;
    height: 100%;
}
.special-program-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.special-program-img-link:hover img {
    transform: scale(1.05);
}
.special-program-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.special-program-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3C50A2;
    margin-bottom: 0.75rem;
}
.special-program-overview {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    flex-grow: 1;
}
.special-program-content .info-item h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #0083C7;
    margin-bottom: 0.5rem;
}
.special-program-content .info-item .bi {
    margin-right: 8px;
}
.special-program-content .departure-list {
    font-size: 0.9rem;
    padding-left: 0;
    margin-bottom: 0;
}
.special-program-content .departure-list li {
    margin-bottom: 4px;
}
.special-program-content .price-highlight {
    color: #dc3545;
    font-weight: 600;
}
.special-program-content .airline-logo-special {
    height: 25px;
    width: auto;
    object-fit: contain;
}
.special-program-content .airline-names-special {
    font-weight: 500;
    color: #495057;
}
.special-program-btn {
    align-self: flex-start;
    background-color: #0083C7;
    border-color: #0083C7;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
}
.special-program-btn:hover {
    background-color: #006DAA;
    border-color: #006DAA;
    transform: scale(1.03);
}
.special-program-btn .bi {
    margin-left: 0.5rem;
    transition: transform 0.2s ease-in-out;
}
.special-program-btn:hover .bi {
    transform: translateX(4px);
}

.price-highlight {
    color: #0083C7;
    font-size: 1.05em;
}

.service-category-item .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service-category-item:hover .icon-circle {
    background-color: #3C50A2;
}

.service-category-item:hover .icon-circle i {
    color: #fff;
}

.service-category-item h6 {
    font-weight: 500;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.service-category-item:hover h6 {
    color: #0083C7;
}

.promo-banner {
    background: linear-gradient(45deg, #0083C7, #3C50A2);
    min-height: 250px;
    border-radius: 0.5rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.promo-banner h2 {
    font-weight: 700;
    font-size: 2rem;
}

.promo-banner .summer-text {
    font-style: italic;
    color: #E0E6F1;
}

.promo-btn {
    font-weight: bold;
    color: #0083C7;
    font-size: 1.1rem;
}

.promo-btn:hover {
    color: #006DAA;
}

.tour-card-redesigned {
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tour-card-redesigned .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.tour-card-redesigned .card-header .bi-geo-alt-fill {
    color: #0083C7;
}

.tour-card-redesigned .card-header .bi-calendar-check {}

.tour-card-redesigned .card-header .bi-plus-circle {
    color: #0083C7;
}

.tour-card-redesigned .card-header .small {
    font-size: 12.5px;
}

.tour-card-redesigned .tour-card-redesigned-other-departures-trigger i {
    transition: transform 0.2s ease-in-out;
}

.tour-card-redesigned .tour-card-redesigned-other-departures-trigger.active i {
    transform: rotate(45deg);
}

.tour-card-redesigned .card-img-top-redesigned {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.tour-card-redesigned:hover .card-img-top-redesigned {
    transform: scale(1.05);
}

.tour-card-redesigned .tour-discount-badge {
    position: absolute;
    top: 10px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    font-size: 12.5px;
    font-weight: bold;
    padding: 0.3em 0.7em;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tour-card-redesigned .tour-discount-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 22px 5px;
    border-color: transparent transparent #dc3545 transparent;
}

.tour-card-redesigned .tour-title-redesigned {
    font-size: 1rem;
    font-weight: 600;
    color: #3C50A2;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    height: calc(1.4em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.tour-card-redesigned .tour-title-redesigned a {
    color: #3C50A2;
    text-decoration: none;
}

.tour-card-redesigned .tour-title-redesigned a:hover {
    color: #0083C7;
}

.tour-card-redesigned .tour-card-top-meta {
    min-height: 45px;
}

.tour-card-redesigned .card-body {
    padding: 0.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tour-card-redesigned .airline-logo-fix {
    height: 20px;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
    vertical-align: middle;
}

.tour-card-redesigned .airline-name-fix {
    font-size: 12.5px;
    color: #555;
    vertical-align: middle;
    display: inline-block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-card-redesigned .price-redesigned .original-price {
    font-size: 12px;
    color: #6c757d;
}

.tour-card-redesigned .price-redesigned .discount-price {
    color: #0083C7;
    font-size: 1.2rem;
}

.tour-card-redesigned .btn-sm {
    font-size: 13px;
    padding: 0.4rem 0.5rem;
    font-weight: 500;
}

.tour-card-redesigned .btn-primary {
    background-color: #0083C7;
    border-color: #0083C7;
    color: #fff;
}

.tour-card-redesigned .btn-primary:hover {
    background-color: #006DAA;
    border-color: #006DAA;
    color: #fff;
}

.tour-card-redesigned .btn-outline-primary {
    border-color: #3C50A2;
    color: #3C50A2;
}

.tour-card-redesigned .btn-outline-primary:hover {
    background-color: #3C50A2;
    color: #fff;
}

.tour-card-mini {
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.tour-card-mini:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .15) !important;
}

.tour-card-mini .tour-card-mini-img-container {
    height: 180px;
    overflow: hidden;
}

.tour-card-mini .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tour-card-mini:hover .card-img-top {
    transform: scale(1.05);
}

.tour-card-mini .tour-card-mini-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 8px 10px;
    color: #fff;
    font-size: 12px;
}

.tour-card-mini .tour-card-mini-departure-info-overlay,
.tour-card-mini .tour-card-mini-date-duration-overlay {
    margin-bottom: 4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-card-mini .tour-card-mini-departure-info-overlay .bi,
.tour-card-mini .tour-card-mini-date-duration-overlay .bi {
    margin-right: 5px;
}

.tour-card-mini .tour-discount-badge-mini {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #dc3545;
    color: white;
    font-size: 11.5px;
    font-weight: bold;
    padding: 0.25em 0.6em;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.tour-card-mini .card-body {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
}

.tour-card-mini .tour-card-mini-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3C50A2;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    height: calc(1.3em * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.tour-card-mini .tour-card-mini-title a {
    color: #3C50A2;
    text-decoration: none;
}

.tour-card-mini .tour-card-mini-title a:hover {
    color: #0083C7;
}

.tour-card-mini .tour-card-mini-price-section .original-price {
    font-size: 12px;
    color: #6c757d;
    display: block;
}

.tour-card-mini .tour-card-mini-price-section .discount-price {
    color: #0083C7;
    font-size: 1.1rem;
    font-weight: bold;
}

.tour-card-mini .btn-outline-primary.tour-card-mini-btn-xem {
    font-size: 13px;
    padding: 0.35rem 0.75rem;
    font-weight: 500;
    border-color: #3C50A2;
    color: #3C50A2;
    transition: all 0.2s ease;
}

.tour-card-mini .btn-outline-primary.tour-card-mini-btn-xem:hover {
    background-color: #3C50A2;
    color: #fff;
}

.tour-card-mini .tour-card-mini-other-departures {
    color: #0083C7;
    text-decoration: none;
    transition: color 0.2s ease;
    cursor: pointer;
}

.tour-card-mini .tour-card-mini-other-departures:hover {
    color: #3C50A2;
}

.tour-card-mini .other-departures-list {
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
}

.tour-card-mini .other-departures-list .d-flex {
    gap: 0.5rem;
}

.tour-card-mini .other-departure-item {
    display: inline-block;
    background-color: #f0f0f0;
    color: #333;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tour-card-mini .other-departure-item:hover {
    background-color: #3C50A2;
    color: #fff;
    border-color: #3C50A2;
}

.tour-card-mini .other-departure-item .other-departure-price {
    font-weight: 500;
    margin-left: 4px;
    font-size: 0.9em;
}

.departure-popover {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.175);
    z-index: 1030;
    width: auto;
    min-width: 260px;
    max-width: 300px;
    display: none;
    font-size: 13px;
}

.departure-popover-header {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
    border-top-left-radius: calc(0.375rem - 1px);
    border-top-right-radius: calc(0.375rem - 1px);
}

.departure-popover-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3C50A2;
}

.departure-popover-list {
    list-style: none;
    padding: 0.5rem 0;
    margin-bottom: 0;
    max-height: 180px;
    overflow-y: auto;
}

.departure-popover-item {
    padding: 0.4rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
    color: #495057;
}

.departure-popover-item:last-child {
    border-bottom: none;
}

.departure-popover-item .fw-bold {
    color: #0083C7;
}

.departure-popover-item .text-muted {
    font-size: 0.85em;
}

.modal-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #3C50A2;
}

.seasonal-tour-item,
.seasonal-theme-card {
    overflow: hidden;
}

.seasonal-tour-item img,
.seasonal-theme-card .card-img-top {
    transition: transform 0.3s ease;
}

.seasonal-tour-item:hover img,
.seasonal-theme-card:hover .card-img-top {
    transform: scale(1.05);
}

.seasonal-tour-item h6 {
    color: #3C50A2;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.seasonal-tour-item:hover h6 {
    color: #0083C7;
}

.seasonal-theme-card .seasonal-theme-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #3C50A2;
    line-height: 1.4;
    height: calc(1.4em * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}

.seasonal-theme-card .seasonal-theme-card-title a {
    color: inherit;
    text-decoration: none;
}

.seasonal-theme-card .seasonal-theme-card-title a:hover {
    color: #0083C7;
}

.seasonal-theme-card .card-text.small.text-muted {
    font-size: 0.8rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}

.destination-section .col-md-5 {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg);
}

.destination-section .destination-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 1.5rem;
    text-align: center;
}

.destination-section .destination-btn {
    background-color: rgba(60, 80, 162, 0.75);
    border: 1px solid rgba(0, 131, 199, 0.9);
    color: #ffffff;
    padding: 0.3rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.destination-section .destination-btn:hover,
.destination-section .destination-btn:focus {
    background-color: rgba(0, 131, 199, 0.9);
    border-color: #ffffff;
    color: #FFFFFF;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px) scale(1.03);
    text-shadow: none;
}

.destination-section .destination-btn .bi-arrow-right {
    font-size: 1.6em;
    margin-left: 0.8rem;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.destination-section .destination-btn:hover .bi-arrow-right {
    transform: translateX(7px);
}

.destination-section h2.display-5 {
    font-size: 2.5rem;
}

.destination-section p.lead {
    font-size: 1.05rem;
}

.departed-tour-card {
    overflow: hidden;
}

.departed-tour-card .card-img-top {
    transition: transform 0.4s ease;
}

.departed-tour-card:hover .card-img-top {
    transform: scale(1.05);
}

.departed-tour-card .card-title,
.testimonial-card h6 {
    color: #3C50A2;
    font-size: 0.9rem;
}

.departed-tour-card .small {
    font-size: 12.5px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    max-width: 700px;
    margin: 0 auto;
    font-size: 0.95rem;
}

.testimonial-card .comment-title-fix {
    font-size: 1.05rem;
    color: #3C50A2;
}

.testimonial-card p.fst-italic {
    font-size: 0.9rem;
}

.testimonial-card h6.fw-bold {
    font-size: 0.95rem;
}

.testimonial-card p.small {
    font-size: 0.8rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.video-clip-item {
    display: block;
    text-decoration: none;
    color: #333;
}

.video-clip-item:hover p {
    color: #0083C7;
}

.video-thumb-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-color: #f0f0f0;
    border-radius: 0.375rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.video-thumb-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.video-clip-item:hover .video-thumb-wrapper img {
    transform: scale(1.05);
    filter: brightness(80%);
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    transition: all 0.3s ease;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    pointer-events: none;
}

.video-clip-item:hover .video-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.news-card {
    overflow: hidden;
}

.news-card .card-img-top {
    transition: transform 0.4s ease;
    height: 180px;
    object-fit: cover;
}

.news-card:hover .card-img-top {
    transform: scale(1.05);
}

.news-card .card-title {
    font-size: 1rem;
}

.news-card .card-title a {
    color: #3C50A2;
    font-weight: 500;
}

.news-card .card-title a:hover {
    color: #0083C7;
}

.news-card .small {
    font-size: 12.5px;
}

.media-logo,
.award-logo {
    max-height: 60px;
    filter: grayscale(50%);
    opacity: 0.8;
    transition: filter 0.3s ease, opacity 0.3s ease;
    object-fit: contain;
}

.media-logo:hover,
.award-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.media-mention-item a {
    display: block;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.media-mention-item a:hover {
    background-color: #f8f9fa;
}

.media-mention-item p.small {
    font-size: 12.5px;
}

.award-item {
    padding: 0.5rem;
}

.award-item p.small {
    font-size: 12.5px;
}

.partner-logo {
    max-height: 40px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease;
    object-fit: contain;
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-item a {
    display: inline-block;
}

.footer-section {
    background-color: #3C50A2;
    font-size: 13.5px;
}

.footer-section h5,
.footer-section h6 {
    color: #E0E6F1;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p,
.footer-section .small {
    color: #adb5bd;
    font-size: 13px;
}

.footer-links li a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 13px;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-section hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.social-icons a i {
    transition: color 0.3s ease, transform 0.3s ease;
    color: #adb5bd;
}

.social-icons a:hover i {
    color: #0083C7;
    transform: scale(1.1);
}

.tour-detail-page .tour-title {
    font-size: 2rem;
    font-weight: 700;
    color: #3C50A2;
    margin-bottom: 0.5rem;
}

.tour-detail-page .tour-meta-info {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.tour-detail-page .tour-meta-info span {
    margin-right: 10px;
}

.tour-detail-page .tour-meta-info .bi {
    margin-right: 5px;
    color: #0083C7;
}

.tour-detail-page .tour-main-image img {
    max-height: 550px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.tour-detail-page .tour-info-tabs .nav-link {
    color: #3C50A2;
    font-weight: 500;
    font-size: 0.95rem;
}

.tour-detail-page .tour-info-tabs .nav-link.active {
    color: #0083C7;
    border-color: #0083C7 #0083C7 #fff;
}

.tour-detail-page .tab-content {
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-top: 0;
    background-color: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
}

.tour-detail-page .content-section-title {
    font-size: 1.4rem;
    color: #3C50A2;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0083C7;
    display: inline-block;
}

.tour-detail-page .tour-overview-content p,
.tour-detail-page #itineraryAccordion .accordion-body,
.tour-detail-page .tour-includes-content ul,
.tour-detail-page .tour-excludes-content ul {
    line-height: 1.8;
    color: #555;
    font-size: 0.95rem;
}

.tour-detail-page .tour-includes-content ul,
.tour-detail-page .tour-excludes-content ul {
    padding-left: 1.5rem;
}

.tour-detail-page .tour-includes-content li,
.tour-detail-page .tour-excludes-content li {
    margin-bottom: 0.5rem;
}

.tour-detail-page #itineraryAccordion .accordion-button {
    font-size: 1.05rem;
    color: #3C50A2;
    background-color: #f8f9fa;
}

.tour-detail-page #itineraryAccordion .accordion-button:not(.collapsed) {
    color: #0083C7;
    background-color: #eef4fa;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.tour-detail-page #itineraryAccordion .accordion-button:focus {
    box-shadow: none;
}

.tour-detail-page #itineraryAccordion .accordion-body {
    font-size: 0.9rem;
}

.tour-detail-page .tour-sidebar .price-box .original-price {
    font-size: 0.95rem;
}

.tour-detail-page .tour-sidebar .price-box .discount-price {
    font-size: 2.2rem;
    color: #0083C7;
}

.tour-detail-page .tour-sidebar .price-box .saved-amount {
    font-size: 0.85rem;
}

.tour-detail-page .tour-sidebar .book-now-btn {
    background-color: #0083C7;
    border-color: #0083C7;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
}

.tour-detail-page .tour-sidebar .book-now-btn:hover {
    background-color: #006DAA;
    border-color: #006DAA;
    color: #fff;
}

.tour-detail-page .departure-dates-list .list-group-item {
    font-size: 0.85rem;
}

.tour-detail-page .departure-dates-list strong {
    color: #3C50A2;
}

.tour-detail-page .airline-logo-fix-detail {
    object-fit: contain;
    vertical-align: middle;
    margin-bottom: 5px;
}

.tour-detail-page .social-share-buttons .btn {
    margin-bottom: 5px;
    font-size: 13px;
}

.tour-detail-page .tour-sidebar .card-body p strong,
.tour-detail-page .tour-sidebar .card-body h6 {
    font-size: 0.95rem;
    color: #3C50A2;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    font-size: 13px;
}

.breadcrumb-item a {
    color: #0083C7;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #006DAA;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.blog-hero-section {
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5rem;
}

.blog-hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.blog-hero-section p {
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.blog-card-modern {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 0.5rem;
}

.blog-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .1) !important;
}

.blog-card-img-modern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card-modern.row .blog-card-img-modern {
    height: 220px;
}

.blog-card-modern:hover .blog-card-img-modern {
    transform: scale(1.05);
}

.blog-category-badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #0083C7;
    text-decoration: none;
    margin-bottom: 0.5rem;
    align-self: flex-start;
}

.blog-category-badge:hover {
    background-color: #006DAA;
    color: #fff;
}

.blog-card-title-modern {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3C50A2;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.blog-card-title-modern a {
    color: inherit;
    text-decoration: none;
}

.blog-card-title-modern a:hover {
    color: #0083C7;
}

.blog-card-summary-modern {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.blog-card-meta-modern {
    font-size: 12px;
}

.blog-card-meta-modern .bi {
    margin-right: 0.25rem;
}

.blog-sidebar .p-4 {
    border: 1px solid #e9ecef;
}

.blog-sidebar h4 {
    font-size: 1.2rem;
    color: #3C50A2;
    margin-bottom: 1rem;
}

.blog-sidebar-link {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.9rem;
}

.blog-sidebar-link:hover,
.blog-sidebar-link:hover h6 {
    color: #0083C7;
}

.blog-sidebar-link img {
    object-fit: cover;
}

.blog-sidebar .list-unstyled li {
    margin-bottom: 0.5rem;
}

.blog-sidebar .list-unstyled h6 {
    font-size: 0.85rem;
    color: #3C50A2;
}

.blog-sidebar .list-unstyled small.text-muted {
    font-size: 0.75rem;
}

.blog-post-hero {
    position: relative;
    height: 45vh;
    min-height: 300px;
    max-height: 450px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin-bottom: 2.5rem;
}

.blog-post-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
}

.blog-post-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
    max-width: 800px;
}

.blog-post-hero .blog-post-title-detail {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.blog-post-hero .blog-post-meta-hero {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.blog-post-hero .blog-post-meta-hero a {
    color: #E0E6F1;
    text-decoration: none;
}

.blog-post-hero .blog-post-meta-hero a:hover {
    text-decoration: underline;
}

.blog-article-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #343a40;
}

.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4,
.blog-article-content h5,
.blog-article-content h6 {
    color: #3C50A2;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-article-content h1 {
    font-size: 1.9rem;
}

.blog-article-content h2 {
    font-size: 1.7rem;
}

.blog-article-content h3 {
    font-size: 1.5rem;
}

.blog-article-content h4 {
    font-size: 1.3rem;
}

.blog-article-content h5 {
    font-size: 1.1rem;
}

.blog-article-content h6 {
    font-size: 1rem;
}

.blog-article-content p {
    margin-bottom: 1.2rem;
}

.blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-article-content blockquote {
    border-left: 4px solid #0083C7;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #555;
    font-size: 0.95rem;
}

.blog-article-content ul,
.blog-article-content ol {
    margin-bottom: 1.2rem;
    padding-left: 2rem;
}

.blog-article-content li {
    margin-bottom: 0.5rem;
}

.blog-article-content a {
    color: #0083C7;
    text-decoration: underline;
}

.blog-article-content a:hover {
    color: #006DAA;
}

.blog-post-actions h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #3C50A2;
}

.btn-social {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
}

.author-bio-card {
    border: 1px solid #e0e0e0;
}

.author-bio-card .card-title {
    font-size: 1.1rem;
    color: #3C50A2;
}

.author-bio-card .small.text-muted {
    font-size: 0.85rem;
}

.related-posts-section .section-title span {
    background-color: #f8f9fa;
}

.related-posts-section .blog-card-modern .blog-card-title-modern {
    font-size: 1rem;
}

.related-posts-section .blog-card-modern .blog-card-meta-modern small {
    font-size: 12px;
}

.autocomplete-suggestions-container {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: auto;
    min-width: 280px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    z-index: 1050;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.suggestion-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.9rem;
}

.suggestion-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

@media (max-width: 767.98px) {
    body {
        font-size: 13.5px;
    }

    .top-bar {
        font-size: 12px;
    }

    .top-bar .slogan {
        display: none;
    }

    .homepage-slider-section .carousel-item {
        height: auto;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .special-program-card-re .special-program-title {
        font-size: 1.5rem;
    }
    .special-program-card-re .special-program-overview {
        font-size: 0.9rem;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .search-form .col-md-3,
    .search-form .col-md-2 {
        margin-bottom: 0.75rem;
    }

    .search-form .col-md-2 button {
        width: 100%;
        margin-top: 0;
    }

    .search-form .input-group .form-control-lg {
        font-size: 0.9rem;
    }

    .search-form h5 {
        font-size: 1.1rem;
    }

    .quick-destinations a {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .destination-section .row {
        text-align: center;
    }

    .destination-section img {
        margin-bottom: 1.5rem;
    }

    .destination-section h2.display-5 {
        font-size: 2rem;
    }

    .footer-section .text-md-end {
        text-align: center !important;
        margin-top: 1rem;
    }

    .tour-card-redesigned .tour-discount-badge {
        font-size: 12px;
        padding: 0.2em 0.5em;
        right: 5px;
    }

    .tour-card-redesigned .tour-discount-badge::before {
        display: none;
    }

    .tour-card-mini .tour-discount-badge-mini {
        font-size: 11px;
        padding: 0.2em 0.5em;
    }

    .tour-card-mini .d-grid {
        gap: 0.25rem !important;
    }

    .tour-card-mini .d-md-flex .btn,
    .tour-card-mini .d-flex .btn {
        width: 100%;
    }

    .tour-card-mini .d-md-flex .btn+.btn,
    .tour-card-mini .d-flex .btn+.btn {
        margin-top: 0.25rem;
        margin-left: 0;
    }

    .tour-detail-page .tour-title {
        font-size: 1.8rem;
    }

    .tour-detail-page .tour-sidebar .price-box .discount-price {
        font-size: 1.8rem;
    }

    .blog-hero-section h1 {
        font-size: 2rem;
    }

    .blog-hero-section p {
        font-size: 1rem;
    }

    .blog-card-modern.row .col-md-5,
    .blog-card-modern.row .col-md-7 {
        width: 100%;
    }

    .blog-card-modern.row .blog-card-img-modern {
        height: 200px;
        border-radius: 0.5rem 0.5rem 0 0;
    }

    .blog-card-modern.row .card-body {
        border-radius: 0 0 0.5rem 0.5rem;
    }

    .blog-post-hero {
        height: auto;
        min-height: 220px;
        padding: 1.5rem 0;
    }

    .blog-post-hero .blog-post-title-detail {
        font-size: 1.6rem;
    }

    .blog-article-content {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) {
    .tour-card-mini .d-md-flex .btn+.btn {
        margin-top: 0;
        margin-left: 0.25rem;
    }

    .blog-card-modern.row .blog-card-img-modern {
        height: 100%;
        border-radius: 0.5rem 0 0 0.5rem;
    }

    .blog-card-modern.row .card-body {
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

.airline-logo-fix {
    object-fit: contain;
    vertical-align: middle;
}

.airline-name-fix {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.stretched-link-card-title::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.comment-title-fix {
    font-weight: 600;
    color: #3C50A2;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .tour-detail-page .tour-sidebar.sticky-top {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}

.tour-card-redesigned,
.departed-tour-card,
.news-card,
.seasonal-theme-card,
.blog-card-modern {
    transition: box-shadow 0.3s ease;
}

.tour-card-redesigned:hover,
.departed-tour-card:hover,
.news-card:hover,
.seasonal-theme-card:hover,
.blog-card-modern:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .15) !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animated-card-row>[class*="col-"] {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

.tour-detail-page-redesigned .tour-header-redesigned .tour-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #3C50A2;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.tour-detail-page-redesigned .meta-and-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.75rem;
}

.tour-detail-page-redesigned .tour-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    color: #555;
}

.tour-detail-page-redesigned .tour-meta-info span {
    margin-bottom: 5px;
}

.tour-detail-page-redesigned .tour-meta-info .bi {
    margin-right: 5px;
    color: #0083C7;
}

.tour-detail-page-redesigned .social-share-buttons-header .btn-social-header {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #ced4da;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.tour-detail-page-redesigned .social-share-buttons-header .btn-social-header:hover {
    background-color: #0083C7;
    color: #fff;
    border-color: #0083C7;
}

.tour-detail-page-redesigned .tour-main-image img {
    width: 100%;
    object-fit: cover;
}

.tour-detail-page-redesigned .tour-info-tabs-redesigned {
    border-bottom: 2px solid #dee2e6;
}

.tour-detail-page-redesigned .tour-info-tabs-redesigned .nav-link {
    color: #495057;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1.25rem;
    margin-bottom: -2px;
}

.tour-detail-page-redesigned .tour-info-tabs-redesigned .nav-link .bi {
    margin-right: 0.5rem;
}

.tour-detail-page-redesigned .tour-info-tabs-redesigned .nav-link.active,
.tour-detail-page-redesigned .tour-info-tabs-redesigned .nav-link:hover {
    color: #0083C7;
    background-color: transparent;
    border-color: #0083C7;
}

.tour-detail-page-redesigned .tour-tab-content-wrapper {
    padding: 1.5rem 0.5rem;
    background-color: #fff;
    font-size: 0.95rem;
}

.tour-detail-page-redesigned .booking-box-redesigned {
    border: 1px solid #0083C7;
}

.tour-detail-page-redesigned .booking-box-redesigned .price-section .original-price {
    font-size: 0.9rem;
}

.tour-detail-page-redesigned .booking-box-redesigned .price-section .discount-price {
    font-size: 2rem;
    line-height: 1;
}

.tour-detail-page-redesigned .booking-box-redesigned .price-section .original-price-strikethrough {
    font-size: 0.85rem;
}

.tour-detail-page-redesigned .hotline-sidebar a {
    color: #dc3545;
    font-size: 1.1em;
}

.tour-detail-page-redesigned .departure-title-sidebar {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3C50A2;
}

.tour-detail-page-redesigned .departure-dates-list-sidebar {
    font-size: 0.85rem;
}

.tour-detail-page-redesigned .departure-dates-list-sidebar .list-group-item {
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px dashed #e0e0e0;
}

.tour-detail-page-redesigned .departure-dates-list-sidebar .list-group-item:last-child {
    border-bottom: none;
}

.tour-detail-page-redesigned .departure-dates-list-sidebar .bi {
    color: #0083C7;
}

.tour-detail-page-redesigned .departure-dates-list-sidebar .float-end {
    color: #dc3545;
}

.tour-detail-page-redesigned .sidebar-box-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3C50A2;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.tour-detail-page-redesigned .why-us-list {
    font-size: 0.9rem;
    padding-left: 0;
}

.tour-detail-page-redesigned .why-us-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
}

.tour-detail-page-redesigned .why-us-list .bi {
    color: #28a745;
    margin-right: 0.75rem;
    margin-top: 4px;
}

.tour-detail-page-redesigned .related-tour-item {
    text-decoration: none;
    color: #343a40;
    transition: background-color 0.2s ease;
    border-radius: 0.25rem;
}

.tour-detail-page-redesigned .related-tour-item:hover {
    background-color: #f8f9fa;
}

.tour-detail-page-redesigned .related-tour-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-right: 1rem;
}

.tour-detail-page-redesigned .related-tour-item .related-tour-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #3C50A2;
    line-height: 1.4;
}

.tour-detail-page-redesigned .related-tour-item .related-tour-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: #dc3545;
}

@media (max-width: 991.98px) {
    .tour-detail-page-redesigned .meta-and-sharing {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour-detail-page-redesigned .social-share-buttons-header {
        margin-top: 0.5rem;
    }
}

.animated-card-row>[class*="col-"]:nth-child(1) {
    animation-delay: 0.05s;
}

.animated-card-row>[class*="col-"]:nth-child(2) {
    animation-delay: 0.1s;
}

.animated-card-row>[class*="col-"]:nth-child(3) {
    animation-delay: 0.15s;
}

.animated-card-row>[class*="col-"]:nth-child(4) {
    animation-delay: 0.2s;
}

.animated-card-row>[class*="col-"]:nth-child(5) {
    animation-delay: 0.25s;
}

.animated-card-row>[class*="col-"]:nth-child(6) {
    animation-delay: 0.3s;
}

.animated-card-row>[class*="col-"]:nth-child(7) {
    animation-delay: 0.35s;
}

.animated-card-row>[class*="col-"]:nth-child(8) {
    animation-delay: 0.4s;
}

.chi-tiet-lich-trinh {
    position: relative;
    padding: 20px 0;
}

.chi-tiet-lich-trinh::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
}

.chi-tiet-lich-trinh .item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.chi-tiet-lich-trinh .item:last-child {
    margin-bottom: 0;
}

.chi-tiet-lich-trinh .day {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0083C7;
    color: #0083C7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.chi-tiet-lich-trinh .day span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.chi-tiet-lich-trinh .day strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.chi-tiet-lich-trinh .content {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 20px;
    position: relative;
}

.chi-tiet-lich-trinh .content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e9ecef transparent transparent;
}

.chi-tiet-lich-trinh .content::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f9fa transparent transparent;
}

.chi-tiet-lich-trinh .content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3C50A2;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.chi-tiet-lich-trinh .show-more-content {
    font-size: 0.95rem;
    line-height: 1.7;
}

.chi-tiet-lich-trinh .show-more-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0083C7;
    margin-top: 1rem;
}

.search-form .select2-container--bootstrap-5 .select2-selection--single {
    height: auto;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.search-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 0;
    color: #212529;
}

.search-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.search-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}
.fixed-social-and-top-group {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1030;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#backToTopBtn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-color 0.2s ease;
}

#backToTopBtn:hover {
    background-color: #006DAA;
}

.fixed-social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
    font-size: 1.4rem;
}
.social-icon.zalo img {
    width: 60%;
    height: 60%;
    object-fit: contain;

}
.social-icon:hover {
    transform: scale(1.1) translateY(-2px);
    color: #fff;
}

.social-icon.facebook { background-color: #1877F2; }
.social-icon.youtube  { background-color: #FF0000; }
.social-icon.zalo     { background-color: #0A68FE; }
.social-icon.phone    { background-color: #28a745; }
.seasonal-theme-card .card-img-top-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 55%;
    background-color: #f0f0f0;
}

.seasonal-theme-card .card-img-top-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.seasonal-theme-card:hover .card-img-top-wrapper img {
    transform: scale(1.05);
}
.seasonal-tour-item .seasonal-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    background-color: #f0f0f0;
    border-radius: 0.375rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 0.5rem;
}

.seasonal-tour-item .seasonal-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.seasonal-tour-item:hover img {
    transform: scale(1.05);
}

.tour-carousel-image {
    height: 400px;
    object-fit: cover;
}

.tour-key-info li {
    line-height: 1.8;
}

.tour-key-info .bi {
    font-size: 1.1rem;
}

.price-display .fw-bold {
    font-size: 1.5rem;
}

.content-section-title {
    font-size: 1.6rem;
    color: #3C50A2;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #0083C7;
    display: inline-block;
}

.content-box ul {
    padding-left: 1.2rem;
}

.content-box ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .tour-carousel-image {
        height: 250px;
    }

    .tour-detail-page h1.h2 {
        font-size: 1.5rem;
    }

    .content-section-title {
        font-size: 1.3rem;
    }

    .price-display .fw-bold {
        font-size: 1.3rem;
    }

    .chi-tiet-lich-trinh::before {
        left: 29px;
    }

    .chi-tiet-lich-trinh .item {
        padding-left: 80px;
    }

    .chi-tiet-lich-trinh .day {
        width: 60px;
        height: 60px;
    }

    .chi-tiet-lich-trinh .day span {
        font-size: 12px;
    }

    .chi-tiet-lich-trinh .day strong {
        font-size: 24px;
    }

    .chi-tiet-lich-trinh .content::before,
    .chi-tiet-lich-trinh .content::after {
        top: 20px;
    }

    .chi-tiet-lich-trinh .content h3 {
        font-size: 1.1rem;
    }
}