@font-face {
    font-family: VnTravelIcon;
    src: url("../fonts/icon.eot");
    src: url("../fonts/icon.eot") format("embedded-opentype"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" ico-"], [class^=ico-] {
    font-family: VnTravelIcon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a, a em, a b, button, input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #2d9cdb;
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--gold);
    text-decoration: none;
}

.text-black {
    color: #000 !important;
}

img {
    max-width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5, h6 {
    font-size: 18px;
}

p {
    margin-bottom: 5px;
}

:root {
    --navy: #0A1A2F;
    --navy: #003366;
    /*--gold: #D4AF37;*/
    --gold: #F0451A;
    --white: #FFFFFF;
    --black: #000000;
    --light-gray: #F8F8F8;
    --ruby: #9B111E;
    --gray: #808080;
    --primary-color: rgba(77, 166, 39, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Nunito Sans", sans-serif;
    color: var(--black);
    line-height: 1.5;
    background: var(--light-gray);
    font-size: 17px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}


.btn-gold {
    background: var(--gold) !important;
    color: #ffffff !important;
    border-color: var(--gold) !important;
}

.btn-gold:hover {
    background: #C5B358;
    transform: translateY(-2px);
}

.btn-navy {
    background: var(--navy);
    color: var(--white);
}

.hero {
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
}

.hero h1 {
    font-size: 60px;
    margin-bottom: 20px;
    font-family: "Playfair Display", sans-serif;
}

.hero p {
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 40px;
}


.tourmaster-tour-search-submit {

    background: var(--gold);
    color: #ffffff;
    font-weight: bold;
    float: left;
    border: none;
    height: 65px;
}

.tourmaster-tour-search-field-inner {
    position: relative;
}

.tourmaster-combobox-wrap select,
.tourmaster-tour-search-field select,
.tourmaster-tour-search-field-inner input {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #7f7f7f;
    height: 65px;
    padding: 14px 22px;
    padding-right: 22px;
    font-size: 15px;
    width: 100%;
}

.gdlr-core-pbf-wrapper {
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    background: var(--gold);
    color: #ffffff;
    padding: 30px 30px 30px;
    max-width: 992px;
}

.section-title {
    text-align: center;
}

.section-title h2,
.section-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: var(--navy);
}

.section-title p {
    font-size: 18px;
}

/* === PROMOTION BOX === */
.promotion-box {
    width: 100%;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    transition: transform 0.5s;
}

.promotion-box:hover {
    transform: translateY(-10px);
}

/* Ribbon "Limited" */
.ribbon {
    position: absolute;
    top: 15px;
    right: -40px;
    background: var(--gold);
    color: var(--white);
    padding: 8px 40px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Image Section */
.promotion-image {
    flex: 1;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.promotion-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.promotion-badge i {
    margin-right: 8px;
}

/* Content Section */
.promotion-content {
    flex: 1;
    padding: 40px;
    position: relative;
}

.promotion-title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: var(--navy);
    margin-bottom: 15px;
    line-height: 1.3;
}

.promotion-subtitle {
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}

.promotion-description {
    margin-bottom: 20px;
}

.promotion-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.current-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--ruby);
}
.current-price.small {
    font-size: 16px;
}
.original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.promotion-button {
    display: inline-block;
    background: var(--navy);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid var(--navy);
}

.promotion-button:hover {
    background: transparent;
    color: var(--navy);
}

/* Custom Navigation Buttons */
.owl-theme .owl-nav [class*="owl-"],
.luxury-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s;
    border: 1px solid var(--gold);
    padding: 0;
    margin: 0;
}
.owl-theme .owl-nav .owl-next {
    right: 20px;
}
.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.luxury-nav-btn:hover {
    background: var(--gold);
}

.luxury-nav-btn i {
    font-size: 16px;
    color: var(--gold);
}
.luxury-nav-btn:hover i {
    color: #ffffff;
}

.luxury-nav-btn.prev {
    left: 0;
}

.luxury-nav-btn.next {
    right: 0;
}

/* Dots Navigation */
.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.3s;
    border: 2px solid var(--gold);
}

.owl-dot.active {
    background: var(--gold) !important;
}

.list-result-highlights-content ul:first-child {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.list-result-highlights-content li::before {
    content: "\e953";
    font-family: VnTravelIcon;
    color: var(--gold);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}

.list-result-highlights-content ul li {
    padding-left: 20px;
    position: relative;
}

.list-result-highlights-content ul li + li {
    margin-top: 3px;
}

.luxury-slider-container {
    max-width: 14000px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}

/* MAIN BOX STYLE */
.feature-box {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 60px;
    position: relative;
}

/* DECORATIVE ELEMENTS */
.gold-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--gold), var(--navy));
}

.corner-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 40px;
    color: rgba(212, 175, 55, 0.1);
}

/* TYPOGRAPHY */
.section-subtitle {
    display: block;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}

/* TOUR GRID */
.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.tour-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.tour-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.tour-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.tour-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--ruby);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.tour-content .bottom {
    border-top: 1px solid #f0f0f0;
    padding: 10px;
}
.tour-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
}
.tour-title.small {
    font-size: 18px;
}
.tour-location {
    color: var(--gray);
    display: block;
    line-height: 1.4;
}

.tour-description {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tour-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-price {
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
}

.tour-price span {
    color: var(--gold);
    font-size: 16px;
}


.tour-button {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid var(--primary-color);
}

.tour-button:hover {
    background: #61BA3B;
    color: var(--white);
    border-color: #61BA3B;
}

/* VIEW ALL BUTTON */
.view-all {
    text-align: center;
    margin-top: 60px;
}

.view-all-button {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
}

.view-all-button:hover {
    background: var(--gold);
    color: var(--white);
}

.section-subtitle_ {
    display: block;
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}

.section-title_ {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.section-subtitle_::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
}

.luxury-box {
    background: var(--navy);
    overflow: hidden;
    margin: 30px auto;
    color: var(--white);
    padding: 50px 30px;
    margin-bottom: 0;
}

.luxury-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin: 0;
    font-weight: 300;
}

.luxury-title span {
    color: var(--gold);
}

.grid-panel .grid-panel-content {
    display: grid;
    grid-template-columns: .706fr 1fr;
    gap: 10px;
}

.grid-panel .grid-panel-content .grid-panel-left {
    grid-template: 1.5fr 1fr/1.5fr 1fr;
}

.grid-panel .grid-panel-content .grid-panel-left, .grid-panel .grid-panel-content .grid-panel-right {
    display: grid;
    gap: 10px;
}

.grid-panel .grid-panel-content .grid-panel-right {
    grid-template: 1fr 1.5fr/1fr 1.5fr;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item, .grid-panel .grid-panel-content .grid-panel-right .grid-panel-item {
    display: grid;
    align-content: center;
    justify-items: center;
    height: auto;
    border-radius: 8px;
    min-height: 184px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item:last-of-type {
    grid-column: 1/-1;
}

.grid-panel .grid-panel-content .grid-panel-right .grid-panel-item:first-of-type {
    grid-column: 1/-1;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item::before, .grid-panel .grid-panel-content .grid-panel-right .grid-panel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item a, .grid-panel .grid-panel-content .grid-panel-right .grid-panel-item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 999;
    font-size: 0;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item label, .grid-panel .grid-panel-content .grid-panel-right .grid-panel-item label {
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.grid-panel .grid-panel-content .grid-panel-left .grid-panel-item h2, .grid-panel .grid-panel-content .grid-panel-right .grid-panel-item h2 {
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    font-family: "Playfair Display", sans-serif;
}

.grid-panel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-outline-primary {
    border-radius: 50px;
    border: 1px solid var(--navy);
}

.btn-outline-primary {
    color: var(--navy) !important;
}

@media (min-width: 768px) {
    .tab_top_deals {
        max-width: 835px;
    }
}

.tab_top_deals {
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
    margin: 30px auto;
    margin-top: 0;
}

.tab_top_deals .nav-link {
    color: #818181;
    border: none;
    cursor: pointer;
    padding-bottom: 10px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.tab_top_deals .nav-link.active {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
    padding-bottom: 10px;
}

/* Các lớp sao với class star-X */
.star-1 {
    display: inline-block;
}

.star-1:before {
    content: "★ ☆ ☆ ☆ ☆";
}

.star-2:before {
    content: "★ ★ ☆ ☆ ☆";
}

.star-3:before {
    content: "★ ★ ★ ☆ ☆";
}

.star-4:before {
    content: "★ ★ ★ ★ ☆";
}

.star-5:before {
    content: "★ ★ ★ ★ ★";
}

.img-hotel {
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.top-hotel {
    position: relative;
    border-radius: 10px 10px 0 0;
}
.top-hotel::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .64) 1%, rgba(0, 0, 0, .33) 25%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .64) 1%, rgba(0, 0, 0, .33) 25%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .74) 1%, rgba(0, 0, 0, .53) 20%, rgba(0, 0, 0, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: 8
}

.info-hotel {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    z-index: 9;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px 10px;
    position: absolute;
}

.top-hotel img, .img-cruise {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.promotion-price_ .current-price {
    font-size: 36px;
}

.heading-title {
    font-size: 20px;
    font-weight: 700;
}

.text-primary {
    color: var(--gold) !important;
}

.text-grey {
    color: var(--gray) !important;
}

.f14 {
    font-size: 16px;
}

.tour-card .tour-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.tour-card .tour-img img {
    transition: all 0.5s ease-out;
}

.tour-card .tour-img .tour-content-hidden {
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, 0.8);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s ease-in-out;
    padding: 0 18px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tour-card .tour-content {
        right: 4%;
    }
}

.item .content-item-tour {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 25px;
    width: 100%;
    z-index: 11;
}

.owl-category-tour img {
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.owl-category-tour .item::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .74) 20%, rgba(0, 0, 0, .53) 30%, rgba(0, 0, 0, 0) 40%);
    opacity: .4;
    border-radius: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.owl-category-tour .item {
    position: relative;
}

.content-item-tour h3 {
    margin-bottom: 0;
}

#owl-category-tour .item p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Country Cards Grid - 4 columns */
.country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding-bottom: 60px;
}

/* Country Card */
.country-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.country-banner {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #ecf0f1;
}


.country-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.country-flag {
    width: 24px;
    height: 18px;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.country-name {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.country-name a {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--white);
    padding: 5px 20px;
    font-family: "Playfair Display", sans-serif;
    text-transform: uppercase;
}

.country-desc {
    color: #57606f;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 60px;
}

.tour-types {
    border-top: 1px dashed #dfe6e9;
    padding-top: 15px;
}

.tour-types h4 {
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tour-types h4::before {
    content: "✦";
    margin-right: 8px;
    color: #e74c3c;
}

.tour-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tour-tag {
    background: #FFF4E5;
    color: #57606f;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.82rem;
    border: 1px solid #e0e3e7;
}

footer {
    background: var(--navy);
    color: #ffffff;
    padding: 40px 0;
}

footer * {
    color: #ffffff;
}

.h2-footer {
    color: var(--gold);
    font-weight: 500;
}

.h2-footer {
    margin-bottom: 20px;
}

.socials a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: var(--gold);
    color: #fff;
}

.who-we-are-section-three {
    background-image: url("../images/who-we-area-three-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}


.section-title-three .sub-title-three span {
    font-family: "Satisfy", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34.57px;
    color: rgb(77, 166, 39);
    margin: 0;
    position: relative;
}

.section-title-three .sub-title-three span::before {
    position: absolute;
    content: url(../images/sub-title-shape-green.svg);
    left: 0%;
    bottom: -45%;
    width: 100%;
}

.section-title-three .title h2 {
    font-size: 35px;
    line-height: 45px;
}

.who-we-are-section-three .right-side-area .big-image {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 24px;
}

.who-we-are-section-three .right-side-area {
    position: relative;
}

.who-we-are-section-three .right-side-area .experience-area {
    background-color: var(--primary-color);
    border-radius: 43px;
    max-width: 222px;
    width: 100%;
    padding: 7px;
    position: absolute;
    top: 35%;
    left: 30%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .who-we-are-section-three .right-side-area .big-image {
        margin-bottom: 15px;
    }
}

.who-we-are-section-three .right-side-area .experience-area .experience-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 43px;
}

.who-we-are-section-three .right-side-area .experience-area .experience-wrap .number {
    margin-left: -1px;
}

.who-we-are-section-three .right-side-area .experience-area .experience-wrap .number h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 0;
}

who-we-are-section-three .right-side-area .experience-area .experience-wrap .content P {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .who-we-are-section-three .right-side-area .medium-image {
        width: 10%;
    }
}

.who-we-are-section-three .right-side-area .medium-image {
    position: absolute;
    left: 4%;
    bottom: 0%;
}

.who-we-are-section-three .right-side-area .small-image {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .who-we-are-section-three .right-side-area .small-image img {
        width: 35%;
    }
}

.who-we-are-section-three .right-side-area .medium-image img {
    border: 11px solid white;
    border-radius: 10px;
}

.who-we-are-section-three .featured-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.who-we-are-section-three .featured-card .single-featured .icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(77, 166, 39);
    margin-bottom: 24px;
}

.who-we-are-section-three .featured-card .single-featured h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 5px;
}

.who-we-are-section-three .featured-card .single-featured p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.who-we-are-section-three .featured-card .single-featured.two .icon {
    background-color: rgb(243, 128, 53);
}

.who-we-are-section-three .featured-card .single-featured.three .icon {
    background-color: rgb(15, 197, 173);
}

.who-we-are-section-three .right-side-area .experience-area .experience-wrap .content P {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    margin: 0;
}

.fw-semi {
    font-weight: 600;
}

.btn-more {

}

.luxury {
    background:
            radial-gradient(circle at 20% 30%, rgba(120, 180, 100, 0.5) 0%, rgba(247, 245, 241, 1) 30%),
            radial-gradient(circle at 75% 25%, rgba(120, 180, 100, 0.5) 0%, rgba(247, 245, 241, 1) 35%),
            radial-gradient(circle at 60% 80%, rgba(120, 180, 100, 0.45) 0%, rgba(247, 245, 241, 1) 40%),
            #f7f5f1;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes floatBlobs {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.blob-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(166, 206, 152, 0.25), transparent 50%);
    animation: floatBlobs 12s ease-in-out infinite;
    z-index: -1;
}
.left-luxury {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 0 10px 10px 0;
}
.big-image img {
    height: 300px;
}
.h-logo {
    width: 240px;
}
.h-right {
    width: 210px;
}
.h-whatsapp {
    font-size: 46px;color:rgba(77, 166, 39, 1)
}
.f14 {
    font-size: 14px;
}
.phone-whatsapp {
    color:rgba(77, 166, 39, 1);font-size: 18px;font-weight: bold;line-height: 1
}
.text-gray {
    color: #666666;
}
a.text-black:hover,
a.text-black:focus {
    color: var(--gold) !important;
}
/*.outer-transform:hover img, .outer-cover:hover img {*/
/*    transform: scale(1.1);*/
/*    transition-delay: 0.4s;*/
/*}*/
.img-cover {
    transition: transform 0.3s ease;
    will-change: transform;
}
.clamp-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-design {
    position: absolute;
    right: 5px;
    top: 0;
}
.date-design .day,
.date-design .text {
    color: var(--white);
    display: block;
    text-align: center;
}
.date-design .day {
    background: var(--gold);
    font-weight: 700;
    padding: 2px 5px;
}
.date-design .text {
    background: var(--black);
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    padding: 0 5px;
}
.page-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.img-tour-luxury {
    border-radius: 10px 0 0 10px;object-fit: cover;
    height: 220px;
}
.f15 {
    font-size: 16px;
}
.btn-outline-primary:hover {
    background: transparent;
    border-color: var(--gold);
    color: var(--gold)
}
.col-banner-about:nth-of-type(2) {
    margin-top: 30px;
}
.f18 {
    font-size: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.price sub {
    bottom: 0;
    font-size: 14px;
    color: var(--gray)
}
.cruise-destination {
    position: relative;
    padding-left: 22px;
}
.cruise-destination::before {
    content: "\e948";
    color: var(--primary-color);
    font-family: VnTravelIcon;
    position: absolute;
    top: 0;
    left: 0;
}
.col-banner-about img {
    border-radius: 10px;
}
.dest-nav-btn .prev {
    left: -25px;
}
.dest-nav-btn .next {
    right: -25px;
}
.padding-top-60 {
    padding-top: 60px
}
.custom-accordion .accordion-item {
    background: none;
    border: none;
}
.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
    text-align: left;
    color: var(--black)
}
.custom-accordion .accordion-item .btn-link::before {
    font-family: 'VnTravelIcon';
    content: "\e96c";
    position: absolute;
    top: 5px;
    left: 10px;
}
.custom-accordion .accordion-item .btn-link:focus{
    border: none;
    box-shadow: none;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #fff !important;
    background: var(--gold);
    border-radius: 0;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]::before {
    content:"\e968"
}
.subheading {
    font-size: 18px;
    color: var(--gold);
    text-transform: uppercase;
}
.heading {
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--navy);
}
.quote {
    font-size: 60px;
    line-height: 0;
    top: 0;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 0;
    height: 0;
}
.author-name {
    color: var(--gray);
}
.t-title {
    font-size: 18px;
    font-weight: 500;
}
#testimonials .owl-dots {
    text-align: center;
}
.img-guide-index {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.h3-guide {
    font-size: 18px;
}
.slide-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}
.banner-page::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(266deg, rgba(0, 0, 0, 0) 38.52%, rgba(0, 0, 0, 0.6) 80.13%);
}
h1.title {
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
}
.banner-page .breadcrumb a {
    color: #ffffff;
}
.banner-page .breadcrumb {
    color: #ffffff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    background-color: rgba(186, 186, 186, 0.3);
    border: 1px solid rgb(108, 108, 108);
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.main-content {
    padding: 40px 0 40px 0;
}
.list-result-info-theme {
    margin-bottom: 5px;
    font-size: 15px;
}
.list-result-info-theme .ico-check {
    font-size: 12px;
}
.list-result-info-theme label {
    font-weight: 600;
}
.btn-more {
    border: 1px solid var(--navy);
    color: var(--navy);
    border-radius: 20px;
    font-size: 15px;
    padding: 8px 20px;
}
.btn-more:hover,
.btn-more:focus {
    border-color: var(--gold);
    color: var(--gold);
}

.loading-spin {
    position: fixed;
    top: 45%;
    display: flex;
    z-index: 100;
    width: 100%;
    justify-content: center;
    left: 0;
}

.loading-content {
    background-color: #fff;
    border: 2px solid #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.loading-content .l-label {
    font-size: 20px;
    color: #e15d00
}

.loading-content .l-title {
    font-size: 14px;
    color: #121212;
    font-weight: 400
}

.loading-content .ico-loading {
    font-size: 24px;
    margin-bottom: 15px
}

.loading-spin img {
    margin-right: 10px
}

.loading-bgr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3)
}
.img-posts {
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.h4-advice {
    margin: 0;
    margin-top: 0px;
    font-size: 16px;
}
.title-section {
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
}
.tour-travel-styles {
    background: #FFF4E5;
    border-radius: 30px;
}
.tour-travel-styles .prev  {
    left: 10px !important;
}
.tour-travel-styles .next  {
    right: 10px !important;
}

.city-tours-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.city-tours-item {
    border-radius: 15px;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    padding: 5px;
    display: flex;
    width: 100%;
    background: #fff;
    cursor: pointer;
    align-items: center;
    margin-bottom: 5px;
}
.city-tours-item img {
    border-radius: 15px;
    width: 90px;
    height: 80px;
    object-fit: cover;
}
.city-tours-item .tour-name {
    padding-left: 10px;
}
.city-tours-item .tour-name label {
    font-weight: 700;
    cursor: pointer;
}
.city-tours-item .tour-name span {
    font-size: 15px;
    color: #828282;
    display: block;
}
.page-inner header {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}
.page-inner .outer-breadcrumb {
    background: var(--light-gray);
    padding: 15px 0;
}
.page-inner .breadcrumb {
    margin-bottom: 0;
}
.page-inner .breadcrumb a {
    color: var(--gray);
    font-size: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    color: #ffffff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0 5px;
}
.slide-info .outer-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.outer-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--gray);
}
.breadcrumb-item  {
    position: relative;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 18px;
}
.h1-title {
    font-size: 35px;
}
.tour-detail_options li {
    position: relative;
    font-size: 16px;
    margin-left: 5px;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #FFFBF7;
    border: 1px solid #e6e6e6;
}
.tour-detail_options li a {
    position: relative;
    color: var(--black);
}
.tour-detail_options li a i {
    color: var(--primary-color)
}
.owl-tour-gallery .owl-item img {
    height: 280px;
    object-fit: cover;
}
.owl-next i, .owl-prev i {
    color: var(--gold)
}
header {
    background: #ffffff;
}
.feature-area-wrap {
    background: #FFF4E5;
    border-radius: 15px;
    padding: 20px;
}
.feature-area-wrap .single-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}
.feature-area-wrap .single-feature::before {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    background-color: rgba(17, 17, 17, 0.1);
    width: 1px;
    height: 28px;
    transform: translateX(-50%);
}

.feature-area-wrap .single-feature .icon {
    background: rgb(242, 255, 240);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.feature-area-wrap .single-feature .icon.two {
    background: rgb(255, 243, 236);
}
.feature-area-wrap .single-feature .icon.three {
    background: rgba(15, 197, 173, 0.1);
}
.feature-area-wrap .single-feature .icon.four {
    background: rgba(58, 166, 235, 0.1);
}
.feature-area-wrap .single-feature .content {
    padding-right: 8px;
}
.feature-area-wrap .single-feature .content h5{
    font-size: 16px;
}

.feature-area-wrap .item {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.feature-area-wrap i {
    font-size: 20px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: 0;
    flex: 0 0 30px;
    text-align: center;
    padding-right: 5px;
}
.feature-area-wrap label {
    margin-right: 5px;
    white-space: nowrap;
    font-weight: 700;
}
.feature-area-wrap i::before {
    color: #444;
}
.btn-book {
    background: var(--gold);
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
}
.btn-book:hover,
.btn-book:focus{
    background: #D13E17;
    color: #ffffff;
}
.feature-area-wrap i.ico-check::before {
    font-size: 14px;
}
.feature-area-wrap i::before{
    color: var(--primary-color);
}
.nav-tab-detail {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    max-width: 1170px;
}

.list-result-highlights-content ul:first-child {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.list-result-highlights-content li::before {
    content: "\e91b";
    font-family: VnTravelIcon;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
}

.list-result-highlights-content ul li {
    padding-left: 25px;
    position: relative;
}

.list-result-highlights-content ul li + li {
    margin-top: 7px;
}

.list-result-highlights-content ul.list-why {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.list-result-highlights-content ul.list-why li::before {
    content: "";
}

.list-result-highlights-content ul.list-why li {
    padding-left: 0;
}

.list-result-highlights-content ul.list-why li::marker {
    color: #d2d2d2;
    font-size: 1.3em;
    line-height: 16px;
}
.ul-tab {
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(223, 223, 223, 0.5);
    list-style: none;
    padding: 0;
}

.ul-tab li {
    float: left;
    margin: 0 25px 0 0;
    position: relative;
    color: #605d5d;
}

.ul-tab li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.ul-tab li.active a, .ul-tab li:hover a {
    color: var(--gold);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: none;
}

.affix-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 98;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.skip-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 12px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 9;
}
.ul-tab li::after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ul-tab li.active::after, .ul-tab li:hover::after {
    background-color: #fd792c;
}

#tab-details .price-block {
    display: none;
}
.affix-top .price-block {
    display: block !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tour-highlight {
    margin-bottom: 5px;
}
.tour-highlight ul:first-child {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.tour-highlight li::before {
    color: #4586FF;
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    content: "";
    border: 4px solid #4586FF;
}

.tour-highlight ul li {
    padding-left: 20px;
    position: relative;
}
.tour-highlight ul li + li {
    margin-top: 5px;
}
.list-result-highlights {
    margin-top: 10px;
    font-weight: 700;
}
.container-title {
    margin-bottom: 20px;
}
.title-tour-detail {
    font-size: 22px;
    position: relative;
    padding-left: 15px;
}
.title-tour-detail::before {
    content: "";
    width: 4px;
    background: #f47921;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    height: 100%;
}
.content-tour-block {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}


#tab-details .price-block {
    display: none;
}
.card.full-itinerary {
    border: none
}
.itinerary-box {
    margin-left: 50px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.itinerary-box::before {
    position: absolute;
    content: "";
    top: 34px;
    left: -30px;
    padding-top: 0;
    border-left: 1px dashed #c7d0d9;
    width: 0;
    height: 100%;
}
.itinerary-box::after {
    position: absolute;
    content: "";
    left: -40px;
    top: 13px;
    width: 22px;
    height: 22px;
    background: #d2d2d2;
    border-radius: 20px;
    border: 4px solid #fff;
}
.itinerary-box:first-child::after{
    content: "\e95e";
    font-family: VnTravelIcon;
    font-size: 24px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    border-radius: 20px;
    top: 6px;
    left: -48px;
    background-position: center;
    border: 0 !important;
    color: #ffffff;
    text-align: center;
}
.itinerary-box:last-child::after {
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    border-radius: 20px;
    top: 6px;
    left: -48px;
    border: 0 !important;
    content: "\e960";
    font-family: VnTravelIcon;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
}
.itinerary-box:last-child::before {
    border: none;
}
.full-itinerary  button::after {
    position: absolute;
    right: 0;
    top: 12px;
    font-family: VnTravelIcon;
    font-size: 18px;
    content: "\e932";
    color: var(--gold);
}
.full-itinerary  button.collapsed::after {
    content: "\e937";
    color: var(--primary-color);
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}
.full-itinerary-header button {
    padding: 12px 15px 12px 0;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.full-itinerary-header button span {
    color: var(--gray)
}
.control-days .control {
    cursor: pointer;
}
.control-days .control i {
    margin-left: 5px;
}

.itinerary-box:has(.body-days.show)::after {
    background-color: #f47921;
    border: 4px solid #ffe8d6;

}
.list-tour ul li {
    position: relative;
    padding-left: 20px;
}
.list-tour ul {
    list-style: none;
    padding-left: 0;
}
.h4-title {
    font-weight: 500;
}


.spantotal {
    font-size: 18px;
}
.text-red {
    color: red;
}

.form-select.is-valid, .was-validated .form-select:valid,
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da !important;
    background-image: none !important;
    padding: initial !important;
    box-shadow: initial !important;
    padding: .375rem .75rem !important;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: inherit !important;
}

.list-tour ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    color: #b99365;
    position: absolute;
    top: 5px;
    line-height: 1;
    left: 0;
    font-size: 15px;
}

.tour-exclude ul,
.tour-include ul {
    margin-bottom: 0;
}
.tour-exclude ul li::before {
    content: "\f056";
    color: red;
}

.tour-include ul li::before {
    content: "\f055";
    color: var(--primary-color);
}

.table-price {
    border: 1px solid #f2f2f2;
}

.table-price td, .table-price th {
    padding: 8px 10px;
}

.th-price {
    text-align: center;
    background: #f2f2f2;
    font-weight: 700;
}

.table-price td {
    border: 1px solid #e8e8e8;
}

.td-price {
    text-align: center;
    color: #b72020;
    width: 150px;
}
.pack-col {
    font-weight: 500;
}
.td-book {
    width: 120px;
    text-align: center;
}

.th-price:last-child {
    border-color: #f2f2f2;
}
.title_tb_price {
    background: #f2f2f2;
    padding: 8px 10px;
}
.btn-book-price {
    padding: 5px 15px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.btn-book-price:hover,
.btn-book-price:focus{
    background: #61BA3B;
    color: #ffffff;
}
.row-price-table + .row-price-table {
    margin-top: 20px;
}
.widget-inner {
    padding: 15px;
    background: #fff;
}
.widget {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2)
}
.box-whyus {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.title-whyus {
    background: #f47921;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
}
.whyus-content {
    padding: 20px;
    font-size: 15px;
}
.item-whyus h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.item-whyus {
    position: relative;
    padding-left: 30px;
}
.item-whyus::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\e91b";
    font-family: VnTravelIcon;
    color: #f47921;
}
.tour-policy{
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.tour-policy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
}
.item-btn {
    display: block;
    width: 140px;
    text-align: center;
    margin: 10px auto;
    color: #222;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #666;
}
.tour-policy.active {
    height: auto !important;
}
.affix-top .tab-details {
    border-bottom: 0;
    float: left;
    margin-bottom: 0;
}
.affix-top .nav-details {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}
.affix-top  .ul-tab li a {
    padding: 20px 10px;
}
.title-book {
    background: #f2f2f2;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.img-posts-day {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.inner-day-posts {
    border: 1px solid #e0e3e7;
    background: #FFFBF7;
}
.city-hotel-box {
}

.city-name {
    min-width: 180px;
    border-right: 2px solid #ccc;
    background: #FFF4E5;
}

.hotel-img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.city-section + .city-section {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
}
.hotel-name {
    font-size: 18px;
}
.hotel-stars i::before {
    font-size: 14px;
}
.inner-hotel-tour {

}
.hotel-city-name {
    background: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.show-hotel i::before {
    font-size: 13px;
}

.m6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.m6.show {
    opacity: 1;
    visibility: visible
}

.m6_w {
    width: 943px;
    margin: 3rem auto 2rem;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 2px;
    position: relative
}

.m6_x {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}

.m6_a {
    height: 550px
}

.m6_a .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.m6_a .js-gMt {
    height: 60%;
    width: 100%;
    padding: 0;
    background-color: #f2f2f2;
    border: 1px solid #f7f7f7
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.m6_a .js-gMs {
    height: 14.2%;
    box-sizing: border-box;
    padding: 10px 0 0
}

.m6_a .js-gMs .swiper-slide {
    height: 100%;
    border: 3px solid #fff;
    position: relative
}

.m6_a .js-gMs .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border: 1px solid #fff
}

.m6_a .js-gMs .swiper-slide-thumb-active {
    border-color: #2797d1
}

.m6_a .swiper-button-white {
    width: 30px;
    height: 49px;
    background-color: rgba(255, 255, 255, 0.5)
}

.m6_a .swiper-button-white:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.m6_a .swiper-button-white:after {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold
}

.m6_a .swiper-button-next {
    right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.m6_a .swiper-button-prev {
    left: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.show-hotel span {
    position: relative;
    top: 3px;
}
#main-menu {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#main-menu.sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    animation: slideDownFade 0.3s ease-out;
    z-index: 999;
}
@keyframes slideDownFade {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
#main-menu.sticky img.logo {
    height: 70px;
}
#main-menu.sticky  .wsmenu > .wsmenu-list > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-tour-hotel {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1490196078);
    padding: 10px;
    border-radius: 8px;
}
#relate-tours .owl-nav .owl-prev {
    top: 220px;
    left: -20px;
}
#relate-tours .owl-nav .owl-next {
    top: 220px;
    right: -20px;
}
.slideFluid.owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.slideFluid.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}
.slideFluid.owl-carousel .owl-stage {
    display: flex;
}
.slideFluid .tour-card,
.slideFluid .tour-card:hover{
    box-shadow: none;
}
.container-book {
    border: 1px solid #e8e8e8;
    background: #ffffff;
}
.font-weight-semi {
    font-weight: 600;
}
.outline-book {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
}
.alert-info {

}
.more-button {
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
}
.more-button:hover,
.more-button:focus{
    color: #ffffff;
    background: #61BA3B;
}
.cruise-f-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.hotel-rating {
    font-size: 14px;
}
.h3-title-fc {
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 20px;
}
.h3-title-fc i::before{
    color: var(--gold);
}
.ul-cruise-sub li {
    display: inline-block;
    background: var(--primary-color);
    padding: 10px 20px;
    margin-bottom: 5px;
    border: 1px solid #e0e3e7;
    border-radius: 5px;
}
.ul-cruise-sub li a{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.ul-cruise-sub li:hover {
    background: #61BA3B;
}
.ul-cruise-sub li:hover a{
    color: #ffffff;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}

.list-result-cruise {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.list-result-img {
    border-radius: 15px;
}
.img-list-result {
    width: 100%;
    border-radius: 15px;
    max-height: 220px;
    object-fit: cover;
}
.bottom-cruise-list {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
}

.ia {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icond.svg");
    background-repeat: no-repeat
}

.ia-star {
    width: 20px;
    height: 20px;
    background-position: 0 0
}

.ia-map {
    width: 16px;
    height: 21px;
    background-position: -22px 0
}

.ia-bus {
    width: 20px;
    height: 20px;
    background-position: -38px 0
}

.ia-meal {
    width: 20px;
    height: 20px;
    background-position: -58px 0
}

.ia-bath {
    width: 20px;
    height: 20px;
    background-position: -80px 0
}

.ia-jacuzzi {
    width: 21px;
    height: 21px;
    background-position: -102px 0
}

.ia-pool {
    width: 20px;
    height: 20px;
    background-position: -124px 0
}

.ia-kayaking {
    width: 20px;
    height: 21px;
    background-position: -146px 0
}

.ia-wifi {
    width: 20px;
    height: 15px;
    background-position: -89px -51px
}

.ia-fly-car {
    width: 17px;
    height: 21px;
    background-position: -69px -48px
}

.ia-family {
    width: 21px;
    height: 18px;
    background-position: -44px -50px
}

.ia-beach {
    width: 20px;
    height: 22px;
    background-position: -23px -47px
}

.ia-no-smoking {
    width: 21px;
    height: 20px;
    background-position: 0 -47px
}

.ia-spa {
    width: 19px;
    height: 20px;
    background-position: -156px -24px
}

.ia-bar {
    width: 15px;
    height: 21px;
    background-position: -136px -24px
}

.ia-park {
    width: 21px;
    height: 21px;
    background-position: -44px -23px
}

.ia-restaurant {
    width: 20px;
    height: 18px;
    background-position: -111px -27px
}

.ia-receptionist {
    width: 19px;
    height: 21px;
    background-position: -89px -24px
}

.ia-coffee-maker {
    width: 20px;
    height: 21px;
    background-position: -67px -24px
}

.ia-private-beach {
    width: 20px;
    height: 18px;
    background-position: -22px -26px
}

.ia-gym {
    width: 19px;
    height: 20px;
    background-position: -1px -24px
}

.ia-area {
    width: 11px;
    height: 11px;
    background-position: -168px 0
}

.ia-user {
    width: 12px;
    height: 13px;
    background-position: -181px 0
}

.ia-plus {
    width: 10px;
    height: 10px;
    background-position: -195px 0
}

.ia-minus {
    width: 10px;
    height: 10px;
    background-position: -207px 0
}

.cruise-amenitie-item {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 6px;
    color: #828282;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 4px;
    display: inline-block;
}
.list-tours-cruise li{
    position: relative;
    padding-left: 15px;
}
.list-tours-cruise li::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--primary-color);
    border-radius: 50%;
}
.list-result .separation {
    border-bottom: 1px solid #c9c9c9;
    opacity: .4;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.a-tour-cruise-cat {
    display: inline-block;
    background: rgb(255, 244, 229);
    color: rgb(87, 96, 111);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid rgb(224, 227, 231);
    font-weight: 700;
    margin: 0 5px 10px 0;
}
.h1-title .star{
    font-size: 20px;
}
.s19_os {
    padding-bottom: 13px;
}

.s19_os > div {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 12px;
}

.s19_os > div span {
    display: inline-block;
    vertical-align: middle;
    color: var(--gray)
}

.check_rate_form__car_content,
.check_rate_form__content {
    padding: 20px;
    padding-bottom: 0;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.06);
    border-radius: 4px;
}
.check_rate_form__car_content button,
.check_rate_form__button button {
    background: #ffe8d6;
    border-radius: 0 2px 2px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #e2803a;
    height: 100%;
    border-radius: 4px;
    width: 100%;
}
.check_rate_form_car .ico-address {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 5px;
}
.check_rate_form_car .ico-calendar,
.check_rate_form__content .ico-calendar {
    font-size: 34px;
    margin-right: 5px;
}
.check_rate_form__content__date__input {
    width: 100%;
    line-height: 18px;
    padding-right: 10px;
}
.check_rate_form_car .ico-address,
.check_rate_form__content__date__input {
    line-height: 18px;
}
.check_rate_form_car .form-check {
    margin-right: 15px;
}
.check_rate_form_car input[type=text],
.check_rate_form__content__date__input input {
    border: 0;
    outline: 0;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
    color: #555;
}
.label-input-check {
    text-transform: uppercase;
    font-weight: 500;
    color: #828282;
    font-size: 14px;
}
.check_rate_form__content__person .fa-child {
    font-size: 38px;
    margin-right: 5px;
    color: #bababa;
}
.check_rate_form_car label {
    display: block;
}
.check_rate_form__content .ico-user {
    font-size: 34px;
    margin-right: 5px;
}
.check_rate_form_cruise .ico-carbon-time {
    font-size: 34px;
    margin-right: 5px;
}
.check_rate_form_cruise select,
.check_rate_form_car select,
.check_rate_form__content__person select {
    display: block;
    width: 100%;
    border: none !important;
    background: transparent !important;
    border-radius: 0;
    font-weight: bold;
    color: #555;
    padding: 0;
}
.check_rate_form__content__date {
    width: 34%;
    border-bottom: 0 solid #fff;
    position: relative;
}
.check_rate_form__content__person {
    width: 22%;
    line-height: 18px;
}
.check_rate_form_cruise .check_rate_form__content__date {
    width: 60%;
    line-height: 18px;
}
.check_rate_form_cruise .check_rate_form__content__checkin {
    width: 40%;
    line-height: 18px;
}
.check_rate_form_cruise  .check_rate_form__content__person {
    width: 22%;
    line-height: 18px;
}

.s19_pi {
    margin-bottom: 13px;
    border: 1px solid #e8e8e8;
}
.col-info-room-list {
    padding: 10px 0 10px 10px !important;
}
.s19_pi .tb-cell:nth-child(2) {
    width: 140px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

.s19_pi .tb-cell:last-child {
    width: 206px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
}

.s19_pu {
    margin-top: 5px;
    font-size: 14px;
}

.s19_pu .ia {
    vertical-align: -1px;
}

.col-img-room-list {
    width: 200px;
}

.img-room-list {
    width: 100%;
}
.tb-cell {
    display: table-cell;
    border-right: 1px solid #e8e8e8;
}
.s19_wtb .tb + .tb {
    border-top: 1px solid rgba(210, 210, 210, 0.5);
}
.tb {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
.room_rate_list {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .06);
    border-radius: 8px;
}
.h5-amenities {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 12px;
    text-align: center;
    position: relative;
}
.h5-amenities::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    top: 50%;
    transform: translateY(-50%);
}
.room-amenities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.room-amenities ul li {
    padding-left: 25px;
    position: relative;
}
.room-amenities li::before {
    content: "\e91b";
    font-family: VnTravelIcon;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}
.h5-amenities span {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 0 8px;
    background-color: #fff;
}
.s19_qi {
    margin-bottom: 12px;
}

.s19_qh {
    padding: 15px 40px 15px 20px;
    position: relative;
    background-color: #f6f6f6;
    font-weight: bold;
    cursor: pointer;
}

.s19_qb {
    padding: 15px;
    border: 1px solid #f6f6f6;
    border-top: none;
    display: none
}

.s19_qb > * {
    margin-bottom: 15px
}

.s19_qb > *:last-child {
    margin-bottom: 0
}

.s19_qb ul {
    padding-left: 15px;
    list-style: disc
}
.s19_qh {
    font-size: 18px;
}
.s19_qh:after {
    content: '\f078';
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s19_qh.active:after {
    content: '\f077';
    color: #fd792c
}
.collapsing {
    transition-duration: 0.8s !important;
}
.guide-list, .row-cruise-tour {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    transition: .3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.left-tour-cruise {
    width: 300px;
    padding-right: 20px;
}
.left-tour-cruise img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.right-cruise-tour {
    width: 200px;
}
.row-tour-cruise {
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.06);
    padding: 10px 20px;
    margin-bottom: 20px;
}
.tour-policy {
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.tour-policy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
}
.img-cruise-similar {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.s19_wi {
    margin-bottom: 30px;
    border: 1px solid rgba(210, 210, 210, 0.5);
    border-radius: 2px;
}
.s19_wt2 {
    background-color: #f6f6f6;
    padding-top: 14px;
    padding-bottom: 14px;
}
.content-book {
    padding-top: 20px !important;
}
.category-cruise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}
.category-cruise-grid {
    background: white;
    overflow: hidden;
    transition: all 0.3s ease;
}
.name-category-cruise {
    position: absolute;
    bottom: 10px;
    left: 0;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.category-cruise-grid img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}
.shadow-text {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}
.list-result-img {
    border-radius: 15px;
}

.tour-right {
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.box-right {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}
.h3-right {
    font-size: 18px;
    font-weight: 700;
    background: rgb(255, 244, 229);
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.inner-box-right {
    padding: 10px;
    background: #ffffff;
}
.img-tour-right {
    border-radius: 10px;
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.left-tour-right {
    float: left;
    width: 120px;
    border-radius: 10px;
}
.right-tour-right {
    float: left;
    width: calc(100% - 120px);
    padding-left: 12px;
}

.h3-tour-right {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul-widget {
    padding: 0;
    list-style: none;
}
.li-widget {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 22px;
    position: relative;
}
.li-widget::before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
    font-size: 15px;
}
.img-tour-package-right {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.right-tour-right i::before{
    color: var(--primary-color);
}


.block-33 {
    padding: 20px;
    box-shadow: 0 3px 13px rgba(39,79,117,.15);
    margin: 10px;
}

.block-33 .vcard .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

.block-33 .vcard .image img {
    max-width: 100%;
    border-radius: 50%;
}

.block-33 .vcard .name-text .heading-test {
    line-height: 1;
    margin-bottom: 5px;
    padding: 0;
    font-size: 18px;
}

.block-33 .vcard .name-text .meta {
    color: var(--primary-color);
    display: block;
    font-size: 16px;
}

.testimony-wrap .icon {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    z-index: 9;
}

.testimony-wrap .icon span {
    color: #fff;
}
#testimonials.owl-carousel .owl-stage {
    display: flex;
}
.banner-page img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.post-tour {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.block-34, .block-3 {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.img-guide-list {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 200px;
}
.h3-title {
    font-size: 28px;
    font-weight: 700
}
.breadcrumb-item.active {
     color: #ffffff;
 }
.page-inner .breadcrumb-item.active {
    color: #6c757d;
}
.luxury-comparison {
    display: flex;
    min-height: 100vh;
}

/* COMMON COLUMN STYLES */
.region-column {
    width: 50%;
    padding: 40px 40px;
    position: relative;
}

.column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.content-container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.mekong-column {
    background: linear-gradient(rgba(10, 42, 53, 0.7), rgba(10, 42, 53, 0.75)),
    url('../images/halong.jpg') center/cover;
    color: #fff;
}
.region-column .h2-title {
    font-size: 30px;
}
.region-column img.img-tour {
    height: 190px;
}
.mekong-column .h2-title {
    color: #ffffff;
}
.halong-column {
    background: linear-gradient(rgba(249, 245, 237, 0.7), rgba(249, 245, 237, 0.8)),
    url('../images/mekong.jpg') center/cover;
    color: #2a3a40;
}
.halong-cruises {
    margin: 40px 0;
}
.halong-cruises {
    margin: 40px 0;
}

.halong-card {
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    transition: all 0.4s;
    height: 140px;
}

.halong-image {
    width: 220px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.halong-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.double-border {
    border-width: 2px;
}
.btn.border-white{
    color: #ffffff !important;
}

.content-guide-cat {
    background: linear-gradient(transparent 0,rgba(0,0,0,.85));
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #ffffff;
    z-index: 99;
    line-height: 20px;
    height: 80%;
    border-radius: 10px;
}
.content-guide-cat .heading-title {
    font-size: 22px;
}
.h3-title-tour {
    font-size: 25px;
}
.ug-lightbox .ug-textpanel-title {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 22px !important;
    border-radius: 30px;
    padding: 10px 20px !important;
}
.acc-info {
    font-size: 14px;
}
.left-guide-cat {
    order: 1;
}
.right-guide-cat {
    order: 2;
}
.city-tours-list img {
    flex-shrink: 0;
}
.left-luxury  .bottom {
    padding: 0 15px 15px 15px ;
}
.level2 img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.img-cruise-menu {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.link-sub-vietnam-menu:hover {
    color: white;
}
.link-sub-vietnam-menu {
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
}
.name-top-cat {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    font-size: 17px;
    display: block;
    text-align: left;
}
.blur-up {
    filter: blur(20px);
    transition: filter 400ms ease;
}
.blur-up.lazyloaded {
    filter: blur(0);
}
.box-company {
    background: #fff5f0;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    max-width: 992px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.label-cust {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 18px;
    text-decoration: underline;
}

.top-header {
    background: var(--navy);
    color: #ffffff;
    padding: 5px 0;
}

.top-header a{
    color: #ffffff;
}

.top-header a:hover {
    color: var(--gold)
}
.top-header i {
    color: #ffffff;
}
.box-customize {
    padding: 60px 0;
    color: #ffffff;;
    background: linear-gradient(rgba(10,42,53,.4),rgba(10,42,53,.6)),url('../images/bg_cust.jpg') center/cover;
}

.btn-cust {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: none;
}
.h3-cust {
    font-size: 28px;
    font-style: italic;
}
.phone-cust {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
}
.img-avatar {
    border-radius: 50%;
    max-width: 200px !important;
    border: 2px solid #ffffff;
}
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    text-align: center;
    font-weight: bold;
}
