.page-login {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background-image: url("/sites/all/themes/cassiopeia_admin_theme/images/login-page.jpg");
    background-size: cover;
}

.login-index {
    float: none;
    margin-top: 50px;
}

.login-index .block-login {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 50px 50px 20px;
}

.login-index .copyright {
    text-align: center;
    color: #fff !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-index .copyright * {
    color: #fff;
}

.login-index p.hotline {
    color: #fff;
    line-height: 70px;
    text-align: right;
    margin-bottom: 20px;
}

.login-index p.hotline * {
    color: white;
}

.login-index p.hotline span {
    font-size: 20px;
    line-height: 40px;
}

.login-index .block-login h3 {
    color: #3b88c8;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 0;
}

form#user-login input {
    height: 38px;
    border-radius: 0px;
}

form#user-login button {
    height: 38px;
    border-radius: 0px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*--------------------- Message dialog -----------------------*/

#message-model .modal-dialog {
    margin: 20% auto;
}

#message-model .modal-content {
    border-radius: 4px;
}

#message-model button.close {
    background-image: url(/sites/all/themes/cassiopeia_theme/img/icons/close.jpg);
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    opacity: 1;
    top: -18px;
    right: -18px;
    position: absolute;
    background-size: cover;
    border-radius: 50%;
}

.tabs {
    position: fixed;
    bottom: 50%;
    z-index: 11;
    right: 30px;
    height: 52px;
}

.tabs>.element-invisible ::before {
    content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 22px;
}

.tabs>ul {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    border-bottom: none;
    width: 52px;
}

.tabs .nav-tabs>li {
    float: left;
    margin-bottom: 8px;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:hover,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li>a {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    background-color: #f4bc00;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* ---------- /.SPACING ---------- */
/* ---------- ELEMENT ---------- */
.footer {
    margin: 0;
}

.main-container {
    padding: 0 202px;
}

.text-underline {
    text-decoration: underline;
}

.underline-no {
    text-decoration: unset !important;
}

.h-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.img-full {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.scroll-vertical {
    overflow-x: hidden;
    overflow-y: auto;
}

.no-border {
    border: 0rem !important;
}

.no-shadow {
    box-shadow: unset !important;
}

.custom-nav {
    padding: 0px;
    margin: 0px;
}

.custom-nav li {
    list-style: none;
}

/* ---------- /.ELEMENT ---------- */
/* ---------- Flex ---------- */
.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.alg-center {
    align-items: center;
}

.jsc-center {
    justify-content: center;
}

.jsc-between {
    justify-content: space-between;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-box-align: center;
}

/* ---------- /.Flex ---------- */
/* ---------- SLIDER SHADOW ---------- */
.shadow-slider {
    overflow: hidden;
    margin: -15px;
}

.shadow-slider .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}

/* ---------- /.SLIDER SHADOW ---------- */
/* ----------- Slider Cover ----------- */
.slider-cover {
    position: relative;
}

.shadow-slider>div {
    padding: 15px !important;
}

.slider-cover .owl-nav .owl-prev,
.slider-cover .owl-nav .owl-next,
.slider-cover .customNavSlide {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    color: var(--clr-white);
    font-size: 16px;
    text-align: center;
    z-index: 2;
}

.slider-cover .owl-nav .owl-prev,
.slider-cover .customPrevBtn {
    left: -18px;
}

.slider-cover .owl-nav .owl-next,
.slider-cover .customNextBtn {
    right: -18px;
}

.slider-cover .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.slider-cover .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid transparent;
    background-color: #d9d9d9 !important;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    display: none !important;
}

.slider-cover .owl-dots .owl-dot.active span,
.slider-cover .owl-dots .nav-icons ul li>a.owl-dot:hover:not(.active) span,
.nav-icons ul .slider-cover .owl-dots li>a.owl-dot:hover:not(.active) span {
    background-color: var(--clr-primary) !important;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.slider-cover .box-full-img .box-info {
    padding: 8px 16px !important;
}

.slider-cover .box-full-img .box-info .title {
    font-size: 22px !important;
    margin-bottom: 0px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

/* ----------- /.Slider Cover ----------- */
/* ----------- Custom Scrollbar ----------- */
.custom-scrollbar {
    position: relative;
    height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: linear-gradient(to right,
            #fff,
            #fff 49%,
            rgba(0, 0, 0, 0.15) 50%,
            #fff 51%);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--clr-primary);
    border-radius: 5px;
}

/* ----------- /.Custom Scrollbar ----------- */
.play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.text-base {
    font-size: var(--font-base);
    line-height: 26px;
}

.text-xl {
    font-size: 26px;
    line-height: 36px;
}

.text-md {
    font-size: 22px;
    line-height: 36px;
}

.text-2xl {
    font-size: 30px;
    line-height: 40px;
}

.w-full {
    width: 100%;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.line-break-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gap-1 {
    gap: 8px;
}

.swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.swiper-actions>div {
    display: flex;
    align-items: center;
    gap: 32px;
}

.swiper-actions .swiper-button-next,
.swiper-actions .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background-color: #ececec;
    font-size: 22px;
    color: var(--clr-black);
    color: var(--clr-black);
}

.swiper-actions .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: normal;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.swiper-actions .swiper-pagination .swiper-pagination-current {
    font-size: 40px;
    line-height: 1.5;
    color: var(--clr-black);
}

body.component-body {
    margin: 30px;
}

b {
    font-family: var(--font-primary-bold);
    font-weight: inherit;
}

@font-face {
    font-family: "Inter-Regular";
    src: url(../font/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: "Inter-Thin";
    src: url(../font/Inter/Inter-Thin.ttf);
}

@font-face {
    font-family: "Inter-Light";
    src: url(../font/Inter/Inter-Light.ttf);
}

@font-face {
    font-family: "Inter-Medium";
    src: url(../font/Inter/Inter-Medium.ttf);
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url(../font/Inter/Inter-SemiBold.ttf);
}

@font-face {
    font-family: "Inter-Bold";
    src: url(../font/Inter/Inter-Bold.ttf);
}

@font-face {
    font-family: "Inter-Black";
    src: url(../font/Inter/Inter-Black.ttf);
}

@font-face {
    font-family: "iCielMillanova-Regular";
    src: url(../font/iCielMillanova-Regular.otf);
}

@font-face {
    font-family: "FreightBigBlack";
    src: url(../font/FreightBigBlack/Freight-Big-Black.ttf);
}

@font-face {
    font-family: "FreightBigBlack-Italic";
    src: url(../font/FreightBigBlack/Freight-Big-Black-Italic.ttf);
}

@font-face {
    font-family: "PlayfairDisplay-Bold";
    src: url(../font/PlayfairDisplay/PlayfairDisplay-Bold.ttf);
}

body {
    font-family: var(--font-primary-regular);
    color: var(--clr-dark);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0px;
}

.heading {
    margin: 0px;
}

.heading a {
    text-decoration: none;
    color: inherit;
}

.heading-primary {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 48px;
}

.heading-secondary {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: 600;
}

.heading-tertiary {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
}

.caption {
    font-family: var(--font-primary-semiBold);
    font-size: 22px;
    line-height: 24px;
}

.paragraph {
    font-family: var(--font-primary-regular);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.paragraph:hover {
    text-decoration: none;
}

.text {
    font-family: var(--font-primary-regular);
    font-size: 16px;
    line-height: 32px;
}

.footer {
    /*padding-top: 24px;*/
    background: #012060;
}

.footer-bot {
    padding: 0 0 24px 0;
    margin-top: 24px;
    border-top: 1px rgba(51, 148, 214, 0.2) solid;
}

.footer .h-line {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.footer .copy-right {
    position: relative;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    border-top: 1px rgba(51, 148, 214, 0.2) solid;
}

.footer .copy-right>p {
    font-size: 16px;
    line-height: 26px;
    z-index: 1;
    color: #fff;
}

.footer .copy-right .share {
    padding: 0 0 0 32px;
    z-index: 1;
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    --color: #002756;
    --btn-color: #002756;
    --border-color: #002756;
    background-color: transparent;
}

.bg-header {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 19;
    top: 0;
}

.header-inner {
    position: relative;
    z-index: 22;
}

.header.fixed,
.header.active,
.nav-icons ul li>a.header:hover:not(.active) {
    background-color: #0f1621;
    --color: #002756;
    --border-color: #002756;
    --btn-color: #002756;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.header.fixed .logo-collapse,
.header.active .logo-collapse,
.nav-icons ul li>a.header:hover:not(.active) .logo-collapse {
    display: block;
}

.header-logo .logo-collapse {
    display: none;
}

.header-container {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.header-top {
    padding: 4px 0;
    background-color: var(--clr-dark);
}

.header-top .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-left ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-top-left ul li a {
    font-family: var(--font-primary-medium);
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.header-bot {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 12px 0;
    background-color: #1f513f;
}

.header-bot .inner {
    width: 640px;
    margin-inline: auto;
}

.header-bot .inner .swiper-button-next,
.header-bot .inner .swiper-button-prev {
    color: #fff;
    font-size: 20px;
}

.header-language .dropdown>div.toggle-language {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    color: #999;
}

.header-language .dropdown .dropdown-menu {
    min-width: 24px;
    padding: 4px;
    margin: 5px 0 0;
}

.header-main .inner {
    display: flex;
    padding: 8px 0;
    align-items: center;
    justify-content: space-between;
}

.header-logo h1 {
    margin: 0px;
}

.header-search {
    position: relative;
    width: 100%;
    max-width: 48px;
    margin-left: auto;
}

.header-search form>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.header-search form>div .form-group {
    position: absolute;
    overflow: hidden;
    width: 420px;
    max-width: 420px;
    top: 80px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.header-search form>div .form-group .form-control {
    height: 40px;
    background: #fff;
    border: 0px;
    box-shadow: unset;
    border-radius: 0px;
    padding-right: 20px;
}

.header-search form>div .form-group .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray);
    z-index: 2;
}

.header-search form>div .form-actions {
    position: relative;
}

.header-search form>div .form-actions>button {
    display: block;
    color: #fff;
    font-size: 16px;
    background: transparent;
}

.header-search:hover .search .form-group {
    top: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
}

.header-utils {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-utils .hotline a,
.header-utils .block-user a {
    display: flex;
    font-family: var(--font-primary-medium);
    align-items: center;
    font-size: 16px;
    gap: 8px;
    color: var(--clr-dark);
    text-decoration: none;
}

.header-utils>a {
    display: block;
    width: 165px;
    line-height: 40px;
    border-radius: 2px;
    border: solid thin var(--border-color);
    text-align: center;
    color: var(--btn-color);
    text-decoration: unset;
    font-family: var(--font-secondary-bold);
    text-transform: uppercase;
}

.header-navigator {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-navigator .navigator ul.menu {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.header-navigator .navigator ul.menu>li {
    position: relative;
    list-style: none;
    padding: 24px 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-navigator .navigator ul.menu>li+li {
    margin-left: 24px;
}

.header-navigator .navigator ul.menu>li>span,
.header-navigator .navigator ul.menu>li>a,
.language-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.header-navigator .navigator ul.menu>li>a:hover {
    text-decoration: none;
}

.header-navigator .navigator ul.menu>li:hover>ul {
    transform: scale(1, 1) translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    margin: 5px 0;
}

.header-navigator .navigator ul.menu>li:hover .megaMenu {
    display: flex;
}

.header-navigator .navigator ul.menu>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px;
    min-width: 10rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    transform: scale(1, 0) translateX(-50%);
    transform-origin: top;
    background-color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s ease;
    background-color: var(--clr-white);
}

.header-navigator .navigator ul.menu>li>ul>li {
    position: relative;
    list-style: none;
}

.header-navigator .navigator ul.menu>li>ul>li+li {
    margin-top: 5px;
}

.header-navigator .navigator ul.menu>li>ul>li>a,
.language-link {
    display: block;
    font-family: var(--font-primary-regular);
    color: var(--clr-black);
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s;
}

.language-link {
    text-align: center;
}

.header-navigator .navigator ul.menu>li>ul>li>a:hover {
    transform: translateX(5px);
    color: #ff8a04;
}

.header-navigator .navigator ul.menu>li>ul>li>ul {
    display: none !important;
}

.header-navigator .navigator ul.menu-expanded {
    margin-left: auto;
}

.header-navigator .navigator ul.menu-expanded li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding: 4px 16px;
    color: #19475d;
    border: solid 2px transparent;
}

.header-navigator .navigator ul.menu-expanded li:nth-child(1) a {
    color: #fff;
    background-color: #19475d;
    border-radius: 4px;
}

.header-navigator .navigator ul.menu-expanded li:nth-child(2) a {
    border-color: #19475d !important;
    border-radius: 4px;
    margin-left: 8px;
}

.header-right {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 16px;
}

.header-right .line {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.50);
}

.header-right .icon-language span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.btn-login-header a {
    padding: 9px 32px;
    color: #fff;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--White, #fff);
}

.btn-login-header a:hover {
    color: #fff;
}

.header.fixed .bg-header,
.header.active .bg-header {
    display: none;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
    padding: 8px 0;
    display: flex;
}

.breadcrumb a {
    color: rgba(140, 140, 140, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}

.breadcrumb>.active {
    color: rgba(72, 48, 34, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.breadcrumb-container {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.sec-64 {
    padding: 64px 0;
}

.bg-secgray {
    background: #f5f5f5;
}

.sec-title {
    color: #483022;
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.sec-description {
    width: 80%;
    margin: auto;
    margin-top: 16px;
    color: #483022;
}

.offers-list,
.blog-list,
.explore-list,
.sustainability-page .content,
.hightlight-content,
.list-all-inclusive-cruises,
.welcome-content {
    padding: 48px 0 0 0;
}

.blog-item img,
.blog-item,
.offer-img img,
.offer-item {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.blog-item .category {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 8px !important;
}

.blog-item .category .cross {
    background-color: #fff;
}

.blog-item .blog-style .category .cross {
    background-color: #483022;
}


.offer-item {
    cursor: pointer;
}

.offer-title p:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.offer-title p:last-child {
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.offer-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 71.9%,
            rgba(0, 0, 0, 0.9) 95.95%);
}

.blog-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 41%,
            rgba(0, 0, 0, 0.9) 86%);
}

.cruises-list {
    margin-top: 48px;
}

.cruise-title {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cruise-title .view-detail {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cruise-title p {
    color: #434343;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.cruise-title p:first-child {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
    height: auto;
}

.blog-item p {
    margin: 0;
}

.banner {
    position: relative;
}

.blog-item .date {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sec-blog .blog-item .title {
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.blog-item .blog-title div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-item .description {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.blog-item .category {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.crew-content {
    position: absolute;
    width: 608px;
    padding: 64px;
    background: rgba(245, 245, 245, 1);
}

.crew-item:nth-child(2n + 1) .crew-content {
    left: 0;
}

.crew-item:nth-child(2n) .crew-content {
    right: 0;
}

.crew-content .cc-heading {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(72, 48, 34, 1);
}

.crew-content .cc-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(38, 38, 38, 1);
    margin: 24px 0 8px 0;
}

.crew-content .cc-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
}

.crew-item .crew-img {
    width: 66%;
}

.crew-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 48px;
}

.crew-item:last-child {
    margin-bottom: 0;
}

.crew-item:nth-child(2n + 1) {
    justify-content: flex-end;
}

.crew-item:nth-child(2n) {
    justify-content: flex-start;
}

.sec-blog,
.awards,
.our-crew {
    padding: 64px 0;
}

.our-fleet {
    padding: 64px 0;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}

.welcome .heading {
    padding-top: 128px;
    font-family: var(--font-millanova);
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: rgba(193, 168, 48, 1);
}

.sec-blog .title,
.awards .title,
.our-fleet .title,
.welcome .title {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(72, 48, 34, 1);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.welcome .title {
    margin-top: -24px;
}

.awards .description,
.our-fleet .description,
.welcome .description {
    width: 82%;
    margin: auto;
    color: rgba(72, 48, 34, 1);
}

.count-number {
    padding: 42px 112px;
    background: rgba(222, 195, 120, 1);
    margin-top: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.count-number .number {
    text-align: center;
}

.count-number .number span {
    font-family: var(--font-primary-bold);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: rgba(129, 113, 35, 1);
}

.count-number .text {
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(72, 48, 34, 1);
}

.blog-header {
    display: flex;
    justify-content: space-between;
}

.blog-img img {
    border-radius: 8px 8px 0 0;
}

.blog-heading {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.blog-style {
    /* box-shadow: 0px 2px 4px 0px #06155626; */
    border-radius: 8px;
    background-color: #fff;
}

.blog-body {
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-description {
    font-family: var(--font-primary-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-style .view-detail {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cross {
    width: 24px;
    height: 1px;
    background: #483022;
}

.blog-header .category {
    color: #483022;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-header .date {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.menu-deal {
    position: absolute;
    margin: auto;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #00000080;
}

.menu-deal ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-deal ul li {
    padding: 24px 32px;
}

.menu-deal ul li.active {
    border-bottom: 3px solid #daac07;
}

.menu-deal ul li a {
    padding: 24px 32px;
    color: #fff;
}

.footer {
    background: #0f1621;
}

.partner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid #1d2531;
}

.partner-item img {
    height: 80px;
}

.partner-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-name {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.list-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #483022;
    text-transform: uppercase;
}

.search-cruise {
    padding: 16px;
    background: #f5f5f5;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 24px 0;
}

.search-cruise label {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #483022;
    margin-bottom: 8px;
}

.search-cruise input,
.search-cruise select {
    height: 42px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
}

.search-cruise .form-item {
    margin-right: 16px;
    width: 30%;
}

.search-cruise .form-action button {
    padding: 9px 32px;
    background: var(--Foundation-Yellow-yellow-500);
    border-radius: 4px;
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.search-cruise .form-group {
    margin-bottom: 0;
}

.cruise-left {
    width: 750px;
    position: relative;
}

.cruise-left>img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruise-right {
    flex: 1;
}

.cruise-left .map {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 8px;
}

.cruise-left .tag {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #F9F6EA;
    backdrop-filter: blur(2px);
    color: #DAAC07;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.cruise-left .mac-price {
    padding: 6px 8px;
    background: #f9f6ea;
    font-family: var(--font-primary-regular);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #daac07;
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 4px;
}

.cl-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 61.51%,
            rgba(0, 0, 0, 0.9) 95.95%);
    border-radius: 4px;
}

.cl-text {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
}

.cl-category {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #483022;
    text-transform: uppercase;
    padding: 6px 8px;
    background: #f9f6ea;
    backdrop-filter: blur(4px);
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 16px;
}

.cruise {
    display: flex;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    margin-bottom: 48px;
}

.cruise-right {
    padding: 8px 30px;
}

.cr-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #483022;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cr-info .highlight {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cr-info .highlight .title {
    color: #8c8c8c;
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.cr-info .highlight ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px 20px;
}

.cr-info .highlight ul li {
    width: 100%;
}

.crf-left .price {
    display: flex;
    gap: 8px;
    align-items: center;
}

.crf-left .discount {
    padding: 2px 8px;
    border-radius: 46px;
    background: #f5f5f5;
    display: flex;
    gap: 8px;
    display: none;
}

.crf-left>p {
    color: #434343;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.crf-left .original {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.crf-left .original span {
    color: #da0707;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.book-now {
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    cursor: pointer;
}

.view-itineraries {
    color: var(--Foundation-Yellow-yellow-500) !important;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
}

.cruise-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.crf-right {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 8px;
}

.cr-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 24px;
    border-top: 1px solid #d9d9d9;
}

.cr-info .visiting {
    margin: 16px 0;
}

.cr-info strong {
    color: #262626;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cruise:last-child {
    margin-bottom: 0;
}

.mice-list {
    margin-top: 48px;
}

.mice-item {
    display: flex;
}

.mice-item .mice-content {
    padding: 52px;
    background: #f5f5f5;
    width: 50%;
}

.mice-item .mice-content>h5 {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    text-transform: uppercase;
}

.mice-item .mice-content>h6 {
    color: #000;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.mice-item .mice-img {
    width: 50%;
}

.mice-item .mc-title {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.mice-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.strengths-list {
    padding: 48px 0 64px 0;
}

.strengths-img {
    position: relative;
}

.strengths-img img {
    border-radius: 8px;
}

.strengths-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    top: 0;
    left: 0;
    padding: 16px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 41%,
            rgba(0, 0, 0, 0.9) 86%);
    border-radius: 8px;
}

.strengths-title {
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    transform: translateY(30px);
    transition: 0.5s linear;
}

.strengths-item:hover .strengths-title {
    transform: translateY(0);
}

.strengths-link {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
    transform: translateY(30px);
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.strengths-item:hover .strengths-link {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.strengths-item {
    margin-bottom: 24px;
}

.sec-contact {
    background-image: url(../img/bg-contact.png);
}

.contact-overview-title {
    color: #fff;
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.contact-form {
    margin-top: 48px;
}

.contact-form label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact-form input {
    height: 48px;
    border-radius: 4px;
}

.contact-form .form-action button {
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 32px;
    border: none;
}

.contact-form .form-action p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-primary-regular);
    width: min(100%, 900px);
}

.contact-form .form-action {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 32px 0;
}

.essentials-item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.essentials-item .essentials-img img {
    border-radius: 8px 8px 0 0;
}

.essentials-item .essentials-content {
    padding: 16px;
    transition: 0.5s ease-in-out;
    background-color: #fff;
}

.essentials-item .essentials-title {
    color: #262626;
    font-family: var(--font-primary-semiBold);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.essentials-item .essentials-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    height: 48px;
    animation: 2s infinite alternate;
}

.essentials-item:hover .essentials-description {
    overflow: visible;
    -webkit-line-clamp: 4;
}

.essentials-item:hover .essentials-content {
    transform: translateY(-60px);
}

.sec-faq .description {
    width: 80%;
    margin: auto;
    margin-top: 16px;
}

.schedule-collapse-item {
    margin-bottom: 8px;
}

.schedule-collapse-content {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    padding: 16px;
}

.schedule-collapse-title {
    padding: 16px;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    color: #262626;
    font-family: var(--font-primary-medium);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.delight-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
}

.delight-content .delight-item {
    display: flex;
    background: #f5f5f5;
}

.delight-content .delight-item .delight-img {
    width: min(100%, 870px);
}

.delight-content .delight-item .delight-body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.delight-content .delight-item .title {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}

.delight-content .delight-item .link {
    padding: 9px 24px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    display: block;
    width: fit-content;
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 32px;
}

.delight-content .delight-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.highlight-tab ul {
    display: flex;
    justify-content: center;
    list-style: none;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    width: fit-content;
    margin: auto;
    padding: 0;
    overflow: hidden;
}

.highlight-tab ul li {
    padding: 12px 16px;
}

a:focus {
    text-decoration: none;
}

.highlight-tab ul li a {
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--Foundation-Yellow-yellow-500);
}

.highlight-tab ul li.active {
    background: var(--Foundation-Yellow-yellow-500);
}

.highlight-tab ul li.active a {
    color: #fff;
}

.highlight-item .highlight-img {
    position: relative;
}

.highlight-item .highlight-img img {
    border-radius: 4px;
}

.highlight-item .logo {
    position: absolute;
    top: 16px;
    left: 28px;
}

.breadcrumb {
    align-items: center;
}

.categories ul {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    list-style: none;
}

.categories ul li a {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-bold);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    display: block;
    padding: 6px 16px;
}

.sec-box-detail {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    margin-top: -70px;
    z-index: 1;
    position: relative;
    border-radius: 4px;
    margin-bottom: 32px;
}

.sec-box-detail .csd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 24px;
}

.sec-box-detail .date,
.sec-box-detail .cate {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sec-box-detail .cate-share {
    display: flex;
    align-items: center;
}

.sec-box-detail .cross {
    background: var(--Foundation-Yellow-yellow-500);
}

.sec-box-detail .cate span {
    width: 24px;
    height: 1px;
    background: var(--Foundation-Yellow-yellow-500);
}

.sec-box-detail .title {
    color: #483022;
    font-family: var(--font-primary-bold);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 24px 0;
}

.sec-box-detail .body {
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.sec-box-detail .breakcrumb span {
    color: #483022;
}

.sec-box-detail .share {
    padding: 0 24px;
    margin-left: 24px;
    border-left: 1px solid #d9d9d9;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.sec-box-detail .cate {
    color: var(--Foundation-Yellow-yellow-500);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.sec-box-detail .breakcrumb {
    color: #8c8c8c;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.landing-page {
    padding: 32px 0;
}

.active-relative {
    position: relative;
    background-color: #0f1621;
    --color: #002756;
    --border-color: #002756;
    --btn-color: #002756;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.active-relative.fixed {
    position: fixed;
}

.landing-page .title {
    color: #483022;
    font-family: var(--font-primary-bold);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.landing-page .date {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 8px 0 16px 0;
}

.mice-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    margin-bottom: 32px;
}

.sustainability-page {
    padding: 64px 0;
}

.sustainability-page .tab {
    background: rgba(245, 245, 245, 1);
    backdrop-filter: blur(2px);
    padding-top: 8px;
    display: flex;
    justify-content: center;
}

.sustainability-page .tab .tab-item {
    width: 240px;
    text-align: center;
    padding: 16px 0;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(38, 38, 38, 1);
    cursor: pointer;
}

.sustainability-page .tab .tab-item.active {
    border-top: 2px solid rgba(193, 168, 48, 1);
    background: rgba(255, 255, 255, 1);
}

.sustainability-page .title {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.sustainability-page .description {
    width: 80%;
    margin: 16px auto 0 auto;
    text-align: center;
}

.sustainability-page .tab-content-item-inner {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.sustainability-page .tab-content-item-icon {
    width: 48px;
}

.sustainability-page .tab-content-item-image,
.sustainability-page .tab-content-item-body {
    width: 47%;
}

.sustainability-page .tab-content-item-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
}

.sustainability-page .tab-content-item-description {
    margin: 32px 0;
}

.sustainability-page .tab-content-link {
    padding: 9px 32px;
    background: rgba(193, 168, 48, 1);
    border-radius: 4px;
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.sustainability-page .tab-content-item {
    display: none;
}

.sustainability-page .tab-content-item.active {
    display: block;
}

.cruise-nav {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.cruise-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.cruise-nav ul li a {
    display: block;
    padding: 24px 32px;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.cruise-nav ul li.active a {
    border-bottom: 3px solid rgba(218, 172, 7, 1);
}

.explore,
.hightlight {
    padding: 64px 0;
}

.blog,
.itineraries {
    padding: 64px 0;
    background: rgba(245, 245, 245, 1);
}

.blog .title,
.explore .title,
.itineraries>div>.title,
.hightlight .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.blog .description,
.itineraries .description {
    width: 80%;
}

.blog .description,
.itineraries .description,
.hightlight .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(67, 67, 67, 1);
    margin: 16px auto 0 auto;
}

.hightlight-item {
    position: relative;
    height: auto;
}

.hightlight-image {
    width: 100%;
    height: 100%;
}

.hightlight-image img {
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.hightlight-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding: 0 20px;
}

.hightlight-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin-top: 4px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.hightlight-info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    justify-content: flex-end;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.2) 61.51%,
            rgba(0, 0, 0, 0.9) 95.95%);
    border-radius: 8px;
    padding: 16px 0;
}

.explore-list {
    margin-top: 0;
}

.explore-image img {
    border-radius: 8px;
}

.explore-item {
    position: relative;
}

.explore-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    justify-content: flex-end;
    border-radius: 8px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 71.9%,
            rgba(0, 0, 0, 0.9) 95.95%);
    padding: 16px;
    color: rgba(255, 255, 255, 1) !important;
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.owl-carousel .owl-item img {
    width: auto;
}

.dp-group {
    display: flex;
}

.plan-collapse-item {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.plan-collapse-item .collapse {
    padding-bottom: 16px;
}

.plan-collapse-item a.item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(72, 48, 34, 1);
    padding: 16px 0;
}

.dp-left {
    background: rgba(245, 245, 245, 1);
    width: 65%;
    border-right: 1px solid rgba(217, 217, 217, 1);
}

.dpl-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 24px 300px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.dp-left .button-download {
    color: rgba(193, 168, 48, 1);
    border: 1px solid rgba(193, 168, 48, 1);
    padding: 9px 20px;
    font-family: var(--font-primary-bold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    border-radius: 4px;
}

.dp-title {
    font-family: var(--font-primary-bold);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.dp-right {
    width: 35%;
    padding: 24px;
}

.dpl-bottom {
    background: #fff;
    padding: 43px 0;
    display: flex;
    justify-content: flex-end;
}

.dpr-title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    margin-bottom: 32px;
}

.do-title {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(72, 48, 34, 1);
    margin-bottom: 16px;
}

.do-option {
    display: flex;
    gap: 16px;
}

.do-option a {
    padding: 16px 12px;
    border: 1px solid rgba(217, 217, 217, 1);
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(72, 48, 34, 1);
    border-radius: 2px;
}

.do-option a.active {
    background: rgba(249, 246, 234, 1);
    border: 1px solid rgba(193, 168, 48, 1);
}

.do-image {
    margin: 24px 0 32px 0;
}

.plan-collapse-item a.item[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.hl-tab ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.hl-tab ul li a {
    padding: 9px 16px;
    color: rgba(193, 168, 48, 1);
    border: 1px solid rgba(193, 168, 48, 1);
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
}

.hl-tab ul li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hl-tab ul li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hl-tab ul li.active a {
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.itinerary-page .hightlight-title {
    padding: 24px;
}

.hightlight-itineraries-item {
    cursor: pointer;
}

.hightlight-itineraries-item .hightlight-logo {
    z-index: 10;
    left: 16px;
    top: 16px;
    transform: unset;
}

.hightlight-itineraries-item .hightlight-title {
    padding: 0;
    transform: translateY(62px);
    transition: all 0.3s ease-in-out;
}

.hightlight-itineraries-item .hightlight-info {
    padding: 20px 24px;
    gap: 12px;
}

.hightlight-itineraries-item .hightlight-description {
    padding: 0;
    margin: 0;
    height: 48px;
    transform: translateY(62px);
    transition: all 0.3s ease-in-out;
}

.hightlight-itineraries-item:hover .hightlight-title,
.hightlight-itineraries-item:hover .hightlight-description {
    transform: translateY(0);
}

.itinerary-page .hightlight-content {
    margin-top: 0;
}

.slider-cover {
    position: relative;
}

.shadow-slider {
    overflow: hidden;
    margin: -15px;
}

.meals {
    padding: 64px 0;
}

.meals .title,
.gourmet-journey-inner .title {
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.meals .description,
.gourmet-journey-inner .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
    text-align: center;
    margin-top: 16px;
}

.meals .meals-content {
    margin-top: 48px;
}

.meals-item {
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.meals-info {
    padding: 16px;
}

.meals-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(38, 38, 38, 1) !important;
}

.meals-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-info {
    padding: 64px 0;
    background: rgba(245, 245, 245, 1);
}

.other-info .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.other-info .other-content,
.fares-inner .other-content {
    padding: 24px 36px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    margin-top: 48px;
}

.fares-inner .other-content {
    margin: 0;
    width: 100%;
}

.exclusion-title,
.inclusions-title,
.oc-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    margin-bottom: 24px;
}

.exclusion-content ul,
.inclusions-content ul {
    list-style: none;
    padding: 0;
}

.exclusion-content ul li,
.inclusions-content ul li {
    position: relative;
    padding-left: 25px;
}

.inclusions-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/check-icon.png");
    background-size: cover;
}

.exclusion-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/exclusion-icon.png");
    background-size: cover;
}

.other-line {
    height: 1px;
    width: 100%;
    margin: 24px 0;
    background: rgba(217, 217, 217, 1);
}

.tab-group {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    margin-top: 48px;
}

.tab-left,
.tab-right {
    width: 50%;
}

.itineraries .hl-tab ul {
    gap: 16px;
}

.itineraries .hl-tab ul li a {
    border-radius: 4px;
}

.timeline {
    position: relative;
    padding: 24px 32px 0 32px;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 370px;
    overflow-y: scroll;
    margin: 4px 4px 0 0;
}

.timeline::-webkit-scrollbar {
    width: 8px;
}

.timeline::-webkit-scrollbar-track {
    background: #F9F6EA;
    border-radius: 40px;
}

.timeline::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 40px;
}

.timeline-icon {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0;
    top: 10%;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.timeline-item:not(:last-child):before {
    content: "";
    width: 2px;
    height: 74%;
    border-radius: 39px;
    background: #DAAC07;
    position: absolute;
    left: 15px;
    top: 38px;
}

.timeline-content {
    padding: 0 0 24px 0;
    margin-left: 16px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
}

.timeline-item:last-child .timeline-content {
    border-bottom: unset;
    padding: 0;
}

.timeline-content span {
    color: rgba(72, 48, 34, 1);
    font-size: 16px;
    line-height: 24px;
}

.timeline-content {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(38, 38, 38, 1);
}

.timeline-content strong {
    display: block;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
}

.timeline-item:first-child .timeline-content {
    padding-top: 0;
}

.timeline-item:last-child .timeline-content {
    border-bottom: unset;
}

.timeline-button {
    margin-left: 32px;
    margin-top: 32px;
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 26px;
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.timeline-button:hover {
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.t2-timeline {
    position: relative;
    margin-top: 48px;
    background: rgba(255, 255, 255, 1);
    padding: 24px 30px;
    border-radius: 4px;
}

.t2-timeline-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.t2-timeline-item:first-child {
    padding-top: 0;
}

.t2-timeline-item:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.t2-timeline-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.t2-timeline-header span {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(72, 48, 34, 1);
}

.t2-timeline-header h3 {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(38, 38, 38, 1);
    margin: 0;
}

.t2-timeline-content {
    margin-top: 24px;
    display: flex;
    gap: 30px;
}

.t2-timeline-content .body {
    color: rgba(0, 0, 0, 1);
    padding: 33px 0;
    flex: 1;
}

.hl-tab-2 {
    display: none;
}

.inspired {
    padding: 64px 0;
}

.inspired .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.inspired .description {
    width: min(100%, 1032px);
    margin: 16px auto;
    text-align: center;
    color: rgba(67, 67, 67, 1);
}

.inspired-image {
    display: flex;
    gap: 12px;
    width: 100%;
}

.inspired-group {
    width: calc((100% - 60px) / 6);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inspired-group:nth-child(2n) {
    flex-direction: column-reverse;
}

.inspired-group img {
    border-radius: 4px;
}

.inspired .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 48px;
}

.btn_quan_tri {
    position: fixed;
    bottom: 50%;
    left: 10px;
    background: #ccc;
    border-radius: 5px;
    padding: 5px;
    z-index: 999;
}

.hightlight-content.tab-2 {
    display: none;
}

.intro-left {
    width: 480px;
    float: right;
}

.introduce {
    padding: 64px 0;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    width: 383px !important;
    border-radius: 39px;
    height: 4px !important;
}

.swiper-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(193, 168, 48, 1) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(193, 168, 48, 1) !important;
}

.explore-card {
    position: relative;
}

.ecard-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 61.27%,
            rgba(0, 0, 0, 0.9) 95.95%);
    overflow: hidden;
}

.eci-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.ecard-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding-top: 8px;
}

.introduce .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
}

.introduce .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(67, 67, 67, 1);
    margin-top: 16px;
}

.explore-card img {
    border-radius: 8px;
}

.ecard-info-content {
    transform: translateY(60px);
    transition: all 0.3s ease-in-out;
}

.ecard-info-content .ecard-description {
    display: block;
    max-height: 54px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.explore-card:hover .ecard-info-content {
    transform: translateY(0);
}

.explore-card:hover .ecard-info-content .ecard-description {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    transform: unset !important;
}

.footer .footer-navigation>ul {
    justify-content: space-between;
    padding: 40px 0;
}

.footer .footer-navigation>ul li span {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-navigation>ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
}

.footer-logo .logo {
    position: relative;
    z-index: 2;
    background: #111621;
    width: fit-content;
}

.footer-logo .line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(29, 37, 49, 1);
    z-index: 1;
}

.footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 24px 0 42px 0;
    color: rgba(255, 255, 255, 1);
}

.fares-container {
    width: 100%;
}

.fares-inner {
    width: min(95%, 1320px);
    display: flex;
    margin: 0 auto;
    padding: 64px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.fares-title {
    font-family: "Playfair Display";
    color: var(--Title, #483022);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    /* 125% */
    text-transform: uppercase;
}

.fares-filter-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 16px;
}

.fares-filter-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    gap: 8px;
    display: flex;
    padding: 16px;
    border-radius: 4px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.fares-filter-item {
    flex: 1;
}

.fares-filter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.fares-filter-item-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    /* 162.5% */
}

.fares-filter-form,
.custom-trip-form-item-input {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
}

.fares-filter-form input,
.fares-filter-form>div:not(.datepicker.datepicker-inline),
.custom-trip-form-item-input input,
.custom-trip-form-item-input>div {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.fares-filter-form>div:not(.datepicker.datepicker-inline) {
    display: flex;
    align-items: center;
}

.custom-trip-form-item-input>div {
    display: flex;
    align-items: center;
}

.fares-filter-form input::placeholder {
    color: var(--gray-6---subtle-text, #8c8c8c);
}

.btn-action-filter {
    width: 154px;
    display: flex;
    height: 48px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

.fares-filter-result {
    padding: 24px 32px;
    border-radius: 8px;
    background: #fff;

    /* Rest */
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.fares-filter-result,
.fares-filter-result-items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fares-filter-result-header,
.fares-filter-result-item {
    display: flex;
    align-items: center;
}

.fares-filter-result-header-item {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
    background-color: #dce7fa;
}

.fares-filter-result-item-content {
    display: flex;
    height: 72px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.fares-filter-result-price {
    font-family: var(--font-primary-bold);
}

.fares-filter-result-item-content .sold-out {
    color: var(--gray-7, #595959);
    text-transform: uppercase;
    font-family: var(--font-primary-semiBold);
}

.fares-filter-result-item-content .btn-book-now,
.btn-color-yellow {
    display: flex;
    height: 32px;
    padding: 4px 16px;
    align-items: center;
    gap: 4px;
    width: max-content;
    border-radius: 48px;
    background: var(--Foundation-Yellow-yellow-500);
    color: #fff !important;
    text-align: center;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
    cursor: pointer;
}

.btn-color-yellow {
    height: 42px;
    border-radius: 4px;
}

.fares-filter-result-item-content a {
    color: #4c9444;
    font-family: var(--font-primary-semiBold);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.fares-filter-result-item {
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    backdrop-filter: blur(1px);
}

.fares-filter-result-item:nth-child(even) {
    background: var(--bg, #f5f5f5);
}

.fares-filter-result-item-content:last-child {
    flex-direction: column;
}

.booking-container {
    width: 100%;
}

.booking-container-steps {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 56px;
    background: var(--gray-2, #f5f5f5);
}

.booking-container-steps-btn-prev {
    display: flex;
    height: 100%;
    padding: 0px 24px;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.booking-container-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    height: 100%;
    position: relative;
}

.booking-container-step .booking-container-step-bg {
    opacity: 0;
}

.booking-container-step.active .booking-container-step-bg {
    opacity: 1;
}

.booking-container-step.active {
    background-color: #d9d9d9;
}

.booking-container-step-bg img {
    width: 100%;
    height: 100%;
}

.booking-container-steps .booking-container-step.last-active {
    background: transparent;
}

.booking-container-step .booking-container-step-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
}

.booking-container-step.active {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-container-step.active:last-child {
    background: transparent;
}

.booking-container-step.active>svg,
.booking-container-step.active>span {
    z-index: 10;
}

.booking-inner {
    width: min(95%, 1320px);
    margin: 0 auto;
    padding: 48px 0 64px 0;
}

.booking-form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.booking-form-left {
    width: min(100%, 870px);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.booking-form-filter {
    padding: 16px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-form-tour-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.booking-form-tour-info-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-tour-info-content {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-form-tour-info-img {
    border-radius: 8px;
    overflow: hidden;
    width: 322px;
}

.booking-form-tour-info-text {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.booking-form-tour-info-text-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
    text-transform: uppercase;
}

.booking-form-tour-info-text-desc {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.booking-form-tour-info-text-desc strong {
    font-family: var(--font-primary-semiBold);
}

.booking-form-tour-list-category {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-form-tour-list-category-title {
    color: var(--gray-6---subtle-text, #8c8c8c);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.booking-form-tour-list-category ul {
    width: 60%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px 40px;
    padding-left: 28px;
    margin: 0;
}

.booking-form-tour-list-category ul li {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    width: 40%;
}

.booking-form-tour-info-content .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.booking-form-tour-info-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.booking-form-tour-info-price-title,
.booking-form-tour-info-price-text {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-form-tour-info-price-value {
    color: #da0707;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-tour-info-price-text {
    color: var(--gray-7, #595959);
}

.booking-form-right {
    flex: 1;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: #fff;
}

.booking-form-right-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.booking-form-right-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    /* 140% */
}

.booking-form-right-info-from-to {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.booking-form-right-info-from-to-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.booking-form-right-info-from-to-item svg {
    margin-top: 4px;
}

.booking-form-right-info-from-to-text {
    display: flex;
    flex-direction: column;
}

.booking-form-right-info-from-to-text-date {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-info-from-to-text-time {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    /* 166.667% */
}

.booking-form-right-header-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form-right-link,
.btn-modal-form {
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-decoration: none;
    cursor: pointer;
}

.booking-form-right .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.booking-form-right-number-people {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.booking-form-right-number-people .line,
.booking-form-right-custom-trip-item-content-item-desc .line {
    width: 1px;
    height: 20px;
}

.booking-form-right-number-people span,
.booking-form-right-custom-trip-item-header span {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-list-price {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.booking-form-right-list-price-header,
.booking-form-right-list-price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form-right-list-price-header {
    margin-bottom: 4px;
}

.booking-form-right-list-price-header span {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.booking-form-right-list-price-item-name,
.booking-form-right-list-price-item-price {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-list-price-item-price {
    font-family: var(--font-primary-regular);
}

.booking-form-right-total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -24px;
    padding: 16px 24px;
    background: #fff;
    width: calc(100% + 48px);
    box-shadow: 0px -2px 4px 0px rgba(6, 21, 86, 0.05);
}

.booking-form-right-total-price div {
    display: flex;
    flex-direction: column;
}

.booking-form-right-total-price-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.booking-form-right-total-price-subtitle {
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    /* 166.667% */
}

.booking-form-right-total-price-price {
    color: var(--Foundation-Yellow-yellow-600, #b0992c);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-right-button {
    display: flex;
    height: 56px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    outline: none;
    border: none;
    cursor: pointer;
}

.custom-trip-form {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.custom-trip-form-img {
    width: 269px;
    border-radius: 8px;
    overflow: hidden;
}

.custom-trip-form-info,
.custom-trip-form-info-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-trip-form-info-form {
    padding: 16px 16px 16px 0;
}

.custom-trip-form-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.custom-trip-form-item label {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.custom-trip-form-item label span {
    color: var(--Blue-Dolphin-blue-500, #135581);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

.custom-trip-form-item-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-trip-form-note {
    width: 100%;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-wrapper label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.custom-radio {
    height: 20px;
    width: 20px;
    border: 2px solid #888;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.radio-label-text {
    flex: 1;
}

input[type="radio"]:checked+label .custom-radio {
    border-color: var(--Foundation-Yellow-yellow-500);
}

input[type="radio"]:checked+label .custom-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--Foundation-Yellow-yellow-500);
    border-radius: 50%;
    display: block;
}

label {
    cursor: pointer;
}

.custom-trip-form-info-form .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.custom-trip-form-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.custom-trip-form-total-text {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.custom-trip-form-total-value {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.custom-trip-form-btn-submit {
    display: flex;
    width: 160px;
    height: 42px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    border: none;
    outline: none;
}

.btn-disabled {
    background: var(--gray-3, #f0f0f0);
    color: var(--gray-6---subtle-text, #8c8c8c);
    cursor: not-allowed;
}

.radio-label-text {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.custom-trip-title {
    font-size: 20px;
}

.custom-trip-form-info-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-trip-form-info-form-header-subtitle {
    color: var(--Blue-Dolphin-blue-500, #135581);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    /* 150% */
}

.custom-trip-form-info-content-items,
.custom-trip-form-info-content-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-trip-form-info-content-item-more {}

.custom-trip-form-info-form:not(:first-child) {
    padding: 16px 16px 16px 0;
}

.custom-trip-form-info-content-item-more {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(217, 217, 217, 0.5);
}

.btn-add-more-package {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.custom-trip-form-item-count {
    display: flex;
    align-items: center;
}

.custom-trip-form-item-btn {
    cursor: pointer;
}

.custom-trip-form-item-count .custom-trip-form-item-input {
    display: flex;
    width: 72px;
    height: 100%;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    border: none;
}

.custom-trip-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-trip-form-footer a {
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

.booking-form-right-custom-trip {
    margin-top: -4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-form-right-custom-trip-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-form-right-custom-trip-item-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-form-right-custom-trip-item-content {
    padding: 0 0 0 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-form-right-custom-trip-item-content-item {
    display: flex;
    flex-direction: column;
}

.booking-form-right-custom-trip-item-content-item-title {
    color: var(--gray-6---subtle-text, #8c8c8c);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.booking-form-right-custom-trip-item-content-item-desc,
.booking-form-right-custom-trip-item-content {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-custom-trip-item-content {
    align-items: flex-start;
}

.form-information-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.booking-form-tour-info-desc {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    margin-top: -8px;
}

.booking-form-information {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-form-information-header {
    display: flex;
    width: 100%;
    padding: 8px 16px 0px 16px;
    align-items: center;
    background: var(--bg, #f5f5f5);
    backdrop-filter: blur(1px);
}

.booking-form-information-header-item {
    display: flex;
    width: 194px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-top: 2px solid;
    border-color: transparent;
    background: transparent;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-form-information-header-item:hover,
.booking-form-information-header-item.active {
    background-color: #fff;
}

.booking-form-information-header-item.active {
    border-color: var(--Foundation-Yellow-yellow-500);
}

.booking-form-information-footer {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    background: var(--bg, #f5f5f5);
    backdrop-filter: blur(1px);
    gap: 16px;
}

.btn-form {
    width: max-content;
}

.form-information-content {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.form-information-item-group {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.form-information-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.booking-form .form-information-item {
    position: relative;
    gap: 4px;
}

.text-error {
    padding: 2px 8px;
    border-radius: 2px;
    background: var(--Danger-100, #fef1f1);
    color: var(--Danger-700, #f2271c);
    font-family: var(--font-primary-regular);
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    /* 145.455% */
    position: absolute;
    bottom: -22px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.booking-form .form-information-item label {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.booking-form .form-information-item>input,
.booking-form .form-information-item>textarea,
.booking-form .form-information-item>.select-input,
.booking-form .form-information-item>.select-date,
.booking-form .form-information-item>.input-tel {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    width: 100%;
    resize: none;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    outline: none;
}

.booking-form .form-information-item>input::placeholder,
.booking-form .form-information-item>textarea::placeholder {
    color: var(--gray-6---subtle-text, #8c8c8c);
}

.booking-form .form-information-item>textarea {
    height: auto;
}

.booking-form .form-information-item>.select-input {
    justify-content: space-between;
}

.booking-form .form-information-item>label {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-form .form-information-item>label>span {
    color: #da0707;
}

.booking-form .form-information-item>.input-tel .line {
    width: 1px;
    height: 100%;
    background-color: var(--gray-4---stroke, #d9d9d9);
}

.booking-form .form-information-item>.input-tel input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
}

.booking-form .checkbox-form {
    display: flex;
}

.booking-form .checkbox-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkbox-form .custom-checkbox {
    height: 24px;
    width: 24px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 6px;
    position: relative;
    background-color: white;
}

.checkbox-form input[type="checkbox"]:checked+label .custom-checkbox {
    background-color: var(--Foundation-Yellow-yellow-500);
    border-color: var(--Foundation-Yellow-yellow-500);
}

.checkbox-form input[type="checkbox"]:checked+label .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
}

.checkbox-form .custom-checkbox::after {
    display: none;
}

.checkbox-form label {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.checkbox-form label span:not(.custom-checkbox) {
    flex: 1;
    color: var(--text-icon-primary-black, #1d2433);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.checkbox-form label span:not(.custom-checkbox) a {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-bold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.btn-skip-and-continue {
    background-color: transparent;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    color: var(--Foundation-Yellow-yellow-500);
}

.booking-confirm-main .booking-form-right {
    width: 420px;
    position: absolute;
    top: 44px;
    right: 82px;
}

.booking-confirm-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-bottom: 230px;
}

.booking-confirm-main-img {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.booking-confirm-main-info {
    position: absolute;
    bottom: 16px;
    left: 32px;
    width: 100%;
    display: flex;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-confirm-main-info-title {
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBoldnt);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    text-transform: uppercase;
}

.booking-confirm-main-info-subtitle {
    color: var(--White, #fff);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-confirm-pay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.booking-confirm-pay-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.booking-confirm-pay-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-confirm-pay-btn {
    margin-right: 82px;
    width: 420px;
    height: 56px;
}

.booking-confirm-pay-items {
    display: flex;
    align-items: center;
    gap: 64px;
}

.booking-confirm-pay-items .radio-wrapper label {
    align-items: center;
}

.booking-confirm-pay-content .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.booking-confirm-pay-items .radio-wrapper {
    margin: 0;
}

.booking-confirm-pay-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 675px;
}

.booking-confirm-pay-content .checkbox-form label span:not(.custom-checkbox) a {
    font-family: var(--font-primary-regular);
}

.booking-reservation-accepted-content {
    width: min(100%, 930px);
    margin: 0 auto;
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.booking-reservation-accepted-title {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-bold);
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    /* 128.571% */
}

.booking-reservation-accepted-text {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-reservation-accepted-text span,
.booking-reservation-accepted-code span {
    color: var(--Foundation-Yellow-yellow-500);
}

.booking-reservation-accepted-text a {
    color: var(--Foundation-Yellow-yellow-500);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.booking-reservation-accepted-code {
    width: 100%;
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-reservation-accepted-content {
    min-height: 688px;
}

.overlay-drawer-detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay-drawer-detail.active {
    opacity: 1;
    visibility: visible;
}

.drawer-detail-container.active {
    transform: translateX(0);
}

.drawer-detail-container {
    transform: translateX(100%);
    width: min(80%, 800px);
    background: var(--White, #fff);
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
    transition: all 0.3s ease;
}

.drawer-detail-container::-webkit-scrollbar {
    width: 0;
}

.drawer-detail-header {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--gray-4---stroke, #d9d9d9);
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.drawer-detail-content {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

.drawer-detail-content-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.drawer-detail-content-header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.drawer-detail-content-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.drawer-detail-content-header-address {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.drawer-detail-content-header-address>strong {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    text-transform: uppercase;
}

.drawer-detail-content-header-img {
    width: 260px;
    border-radius: 8px;
    overflow: hidden;
}

.drawer-detail-content .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.drawer-detail-inclusions-exclusion {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.drawer-detail-inclusions-exclusion-item,
.drawer-detail-itineraries {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.drawer-detail-inclusions-exclusion-item-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.drawer-detail-inclusions-exclusion-item ul {
    list-style: none;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 0;
}

.drawer-detail-inclusions-exclusion-item ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.drawer-detail-inclusions-exclusion-item ul li span {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    flex: 1;
}

.drawer-detail-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
}

.drawer-detail-close {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.drawer-detail-itineraries {
    width: 100%;
}

.drawer-detail-itineraries-list {
    display: flex;
    flex-direction: column;
    padding: 16px;
    align-items: center;
    align-self: stretch;
    background: var(--bg, #f5f5f5);
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
}

.drawer-detail-itineraries-list::-webkit-scrollbar {
    width: 8px;
}

.drawer-detail-itineraries-list::-webkit-scrollbar-track {
    border-radius: 39px;
    opacity: 0.5;
    background: var(--gray-4---stroke, #d9d9d9);
    padding-right: 16px;
}

.drawer-detail-itineraries-list::-webkit-scrollbar-thumb {
    border-radius: 39px;
    background: var(--Foundation-Yellow-yellow-500);
    padding-right: 16px;
}

.drawer-detail-itineraries-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    padding-left: 48px;
    position: relative;
}

.border-line {
    position: absolute;
    top: 30px;
    left: 18px;
    width: 3px;
    height: 85%;
    background-color: #daac07;
    border-radius: 16px;
}

.border-icon {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.drawer-detail-itineraries-item .line {
    margin: 24px 0;
}

.drawer-detail-itineraries-time {
    color: var(--Title, #483022);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.drawer-detail-itineraries-desc {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.modal-price {
    max-width: 800px !important;
}

.modal-price-body {
    display: flex;
    padding: 24px 32px !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    height: 70vh;
    overflow-y: scroll;
}

.modal-price-body-title {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal-price-body-guest-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.modal-price-body-guest-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.modal-price-body-guest-item-header {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    background: rgba(217, 217, 217, 0.5);
    width: 100%;
}

.modal-price-body-guest-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.modal-price-body-guest-item-content-item {
    display: flex;
    height: 24px;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.guest-item-content-item-title {
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
}

.guest-item-content-item-value {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.guest-item-content-item-sale>span {
    color: #37a13b;
}

.modal-price-body-guest-item .line,
.modal-body.modal-price-body .line {
    width: 100%;
    height: 1px;
    background: var(--gray-4---stroke, #d9d9d9);
}

.guest-item-content-item-total .guest-item-content-item-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.modal-price-total {
    display: flex;
    width: 375px;
    height: 24px;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
}

.modal-price-total-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.modal-price-total-value {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.modal-price-total-price-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.modal-price-total-price-value {
    color: var(--Foundation-Yellow-yellow-600, #b0992c);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.custom-select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.custom-select,
.input-group.date {
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.input-group.date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-select {
    background-image: url(../img/icon/icon-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 20px;
    padding-right: 30px;
    cursor: pointer;
}

.custom-datepicker-input {
    display: flex;
    /* S&#7917; d&#7909;ng flexbox &#273;&#7875; c&#259;n ch&#7881;nh icon v� input */
    align-items: center;
    /* C&#259;n ch&#7881;nh theo chi&#7873;u d&#7885;c */
    border: 1px solid #ccc;
    /* Vi&#7873;n m�u x�m nh&#7841;t */
    border-radius: 5px;
    /* Bo g�c */
    padding: 8px 12px;
    /* Padding b�n trong input */
    background-color: #fff;
    /* N&#7873;n tr&#7855;ng */
    width: 200px;
    /* &#272;i&#7873;u ch&#7881;nh chi&#7873;u r&#7897;ng t&#7893;ng th&#7875; n&#7871;u c&#7847;n */
    box-sizing: border-box;
    /* &#272;&#7843;m b&#7843;o padding kh�ng l�m t&#259;ng k�ch th&#432;&#7899;c t&#7893;ng th&#7875; */
}

.datepicker-icon {
    margin-right: 10px;
    /* Kho&#7843;ng c�ch gi&#7919;a icon v� input field */
    /* C�c style cho icon n&#7871;u c&#7847;n (m�u s&#7855;c &#273;� set trong SVG) */
    flex-shrink: 0;
    /* Ng&#259;n icon b&#7883; co l&#7841;i */
}

.datepicker-field {
    border: none;
    /* B&#7887; border m&#7863;c &#273;&#7883;nh c&#7911;a input */
    outline: none;
    /* B&#7887; outline khi focus */
    padding: 0;
    /* B&#7887; padding m&#7863;c &#273;&#7883;nh c&#7911;a input */
    font-size: 1em;
    /* K�ch th&#432;&#7899;c ch&#7919; */
    flex-grow: 1;
    /* Cho input field chi&#7871;m h&#7871;t kh�ng gian c�n l&#7841;i */
    background-color: transparent;
    /* N&#7873;n trong su&#7889;t &#273;&#7875; th&#7845;y n&#7873;n c&#7911;a container */
}

.input-group-text {
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.datepicker-field::placeholder {
    color: #aaa;
}

.datepicker-dropdown {
    z-index: 10000;
}

.datepicker-dropdown table tr,
.datepicker-dropdown table thead tr th {
    border: none;
    padding: 0;
    background-color: #fff;
    color: #000;
}

.ecard-img,
.hightlight-image {
    border-radius: 8px;
    overflow: hidden;
}

.offer-img>img,
.cruise-img img,
.hightlight-image img,
.ecard-img img {
    transition: scale 0.3s ease;
}

.cruise-img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    display: block;
}

.cruise-item {
    border-radius: 8px;
    overflow: hidden;
}

.offer-item:hover .offer-img>img,
.explore-card:hover .ecard-img img,
.hightlight-item:hover .hightlight-image img,
.cruise-item:hover .cruise-img img {
    scale: 1.1;
}

.suites-fares-container {
    width: 100%;
    background: var(--White, #fff);
}

.suites-fares-inner {
    width: min(95%, 1320px);
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.suites-fares-title {
    color: var(--Title, #483022);
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    /* 125% */
    text-transform: uppercase;
}

.suites-fares-content,
.suites-fares-result-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.suites-fares-result {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.suites-fares-result-item {
    display: flex;
    width: 100%;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.suites-fares-result-item-img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: auto;
}

.suites-fares-result-img-number {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 42px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.suites-fares-result-img-number span {
    flex: 1;
    color: var(--White, #fff);
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.suites-fares-result-item-content {
    flex: 1;
    display: flex;
    padding: 8px 30px;
    align-items: flex-end;
    gap: 64px;
    height: 312px;
}

.suites-fares-result-item-content-book {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
    align-items: flex-end;
}

.suites-fares-result-item-content-book-title {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-result-item-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.suites-fares-result-item-price-sale {
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 46px;
    background: var(--bg, #f5f5f5);
}

.suites-fares-result-item-price-sale span {
    flex: 1;
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-decoration-line: line-through;
}

.suites-fares-result-item-price>div:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.suites-fares-result-item-price-value {
    color: #da0707;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.suites-fares-result-item-price-desc {
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.btn-booking {
    display: flex;
    width: max-content;
    margin-top: 16px;
    height: 42px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    cursor: pointer;
    border: none;
}

.suites-fares-result-item-content-first {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.suites-fares-result-item-content-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.suites-fares-result-category {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.suites-fares-result-category span {
    color: var(--gray-6---subtle-text, #8c8c8c);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.suites-fares-result-category ul {
    padding-right: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.suites-fares-result-category ul li {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-result-item-content-first .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.btn-modal-detail-suites {
    cursor: pointer;
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-decoration: underline;
}

.suites-fares-detail-info {
    padding: 24px 32px;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.suites-fares-detail-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.suites-fares-detail-desc {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-detail-size-and-sleep {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.suites-fares-detail-size-and-sleep-item {
    display: flex;
    width: 166px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.suites-fares-detail-size-and-sleep-item-title {
    color: #000;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-detail-size-and-sleep-item-desc {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-detail-info .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.suites-fares-detail-service {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    width: 360px;
    margin: 0;
}

.suites-fares-detail-service li {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 13px;
}

.suites-fares-detail-service li span {
    flex: 1;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.suites-fares-detail-info .suites-fares-detail-content-book {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.suites-fares-detail-info .suites-fares-result-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.modal-detail-suites-fares {
    width: min(95%, 1600px);
    max-width: 1600px;
}

.modal-detail-body {
    display: flex;
    align-items: flex-start;
}

.suites-fares-detail-slider {
    width: 928px;
    padding: 32px;
}

.suites-fares-detail-slider .owl-nav .owl-prev,
.suites-fares-detail-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 46px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suites-fares-detail-slider .owl-nav .owl-next {
    left: unset;
    right: 46px;
}

.suites-fares-detail-slider .owl-dots,
.delight-img-slide .owl-dots,
.our-strengths-slide .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.suites-fares-detail-slider .owl-dots .owl-dot,
.delight-img-slide .owl-dots .owl-dot,
.our-strengths-slide .owl-dots .owl-dot {
    width: 53px;
    height: 3px;
    border-radius: 16px;
    background-color: var(--attention, #daac07);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.suites-fares-detail-slider .owl-dots .owl-dot span {
    display: none;
}

.suites-fares-detail-slider .owl-dots .owl-dot.active,
.delight-img-slide .owl-dots .owl-dot.active,
.our-strengths-slide .owl-dots .owl-dot.active {
    opacity: 1;
}

.suites-fares-detail-slider-item {
    border-radius: 8px;
    overflow: hidden;
}

.suites-fares-filters {
    width: 100%;
    display: flex;
    height: 110px;
    padding: 16px;
    align-items: flex-end;
    gap: 8px;
    border-radius: 4px;
    background: var(--bg, #f5f5f5);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.suites-fares-filter {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    position: relative;
}

.input-date-range {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
    width: 100%;
}

.input-date-range-input {
    flex: 1;
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.input-date-range-input::placeholder {
    color: var(--gray-6---subtle-text, #8c8c8c);
}

.suites-fares-filter:first-child {
    align-items: flex-end;
}

.suites-fares-filter-title {
    color: var(--gray-9---body-text, #262626);
    text-align: center;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    /* 162.5% */
}

.suites-fares-filter-input {
    position: relative;
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
    width: 100%;
    cursor: pointer;
}

.suites-fares-filter-input-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.popup-filter-room {
    display: flex;
    width: 512px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.2);
    background: var(--White, #fff);
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.popup-filter-room.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.popup-filter-room-items {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.popup-filter-room-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
}

.popup-filter-room-item-header {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: rgba(217, 217, 217, 0.5);
    color: var(--Title, #483022);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.popup-filter-room-item-add {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.popup-filter-room-guest-item-add-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popup-filter-room-guest-item-add-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.popup-filter-room-guest-item-add-item-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.popup-filter-room-guest-item-add-item-desc {
    color: var(--gray-6---subtle-text, #8c8c8c);
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.popup-filter-room-items .line {
    width: 100%;
    height: 1px;
    background: var(--gray-4---stroke, #d9d9d9);
}

.btn-add-more-room {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.btn-add-more-room span {
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.popup-filter-room-footer {
    display: flex;
    width: 100%;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    box-shadow: 0px -2px 4px 0px rgba(6, 21, 86, 0.05);
}

.popup-filter-room-guest-item-add-input {
    width: 160px;
    display: flex;
    align-items: center;
}

.popup-filter-room-guest-item-add-btn-minus,
.popup-filter-room-guest-item-add-btn-add {
    cursor: pointer;
}

.popup-filter-room-guest-item-add-btn-minus {
    position: relative;
}

.popup-filter-room-guest-item-add-btn-minus svg {
    transition: all 0.1s ease;
}

.popup-filter-room-guest-item-add-btn-minus svg:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.popup-filter-room-guest-item-add-btn-minus.btn-disable svg:first-child {
    opacity: 0;
}

.popup-filter-room-guest-item-add-btn-minus.btn-disable svg:last-child {
    opacity: 1;
}

.popup-filter-room-guest-item-add-btn-minus.btn-disable {
    cursor: no-drop;
}

.popup-filter-room-guest-item-add-input input {
    display: flex;
    width: 72px;
    height: 34px;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    outline: none;
}

.popup-filter {
    display: flex;
    width: 460px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 32px;
    gap: 24px;
    align-self: stretch;
    background: #fff;
    position: absolute;
    left: 0;
    top: 90px;
    box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-filter.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 2;
}

.popup-filter .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

.popup-rate-filter-item,
.filter-cruise-duration-item,
.find-form-cruise {
    width: 100%;
    margin: 0;
}

.popup-rate-filter-item label,
.filter-cruise-duration-item label,
.find-form-cruise label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker .table-condensed thead tr {
    background-color: #fff;
}

.daterangepicker .table-condensed thead tr th {
    background-color: transparent;
    color: #000;
}

.daterangepicker .table-condensed tr td {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.in-range {
    background: var(--bg-2, #0f1621) !important;
    color: #fff !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: var(--gray-5---disabled, #bfbfbf) !important;
}

.daterangepicker .table-condensed tr {
    font-family: var(--font-primary-regular);
    font-size: 14px;
}

.daterangepicker .table-condensed thead tr th {
    font-family: var(--font-primary-medium);
    font-size: 14px;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-buttons {
    padding: 16px;
    background: var(--White, #fff);
    box-shadow: 0px -2px 4px 0px rgba(6, 21, 86, 0.05);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.daterangepicker .drp-buttons .btn {
    display: flex;
    width: max-content;
    height: 42px;
    margin: 0;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
    border: none;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: transparent;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    color: var(--Foundation-Yellow-yellow-500);
}

.banner-container {
    position: relative;
}

.countdown-container {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 15px 30px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    color: #333;
    width: max-content;
}

.countdown-label {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.countdown-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
    gap: 4px;
}

.countdown-value {
    color: var(--Title, #483022);
    font-family: var(--font-primary-bold);
    font-size: 24px;
    font-style: normal;
    line-height: 22px;
    width: 32px;
}

.countdown-unit {
    color: var(--Title, #483022);
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.countdown-separator {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.banner-item-info-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-item-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: min(95%, 617px);
}

.banner-item-desc {
    color: var(--White);
}

.banner-item-name-discount {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
}

.banner-item-name {
    color: #FFF;
    font-family: var(--font-millanova);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.banner-item-name p {
    color: var(--White, #fff);
    font-family: var(--font-primary-black);
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    text-transform: uppercase;
    margin: -12px 0 0 0;
}

.btn-banner-view {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 67px;
    background: var(--Foundation-Yellow-yellow-500);
    cursor: pointer;
}

.btn-banner-view span {
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.main-slider .item {
    position: relative;
}

.find-form-form .suites-fares-filter:first-child {
    align-items: flex-start;
}

.find-form-container {
    width: 100%;
    background: var(--bg, #f5f5f5);
    backdrop-filter: blur(13.5px);
    z-index: 100;
    position: relative;
}

.find-form-inner {
    width: min(95%, 1320px);
    margin: 0 auto;
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.find-form-form {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.find-form-form .btn-find-form,
.btn-register {
    height: 48px;
    margin: 0;
}

.find-form-form .suites-fares-filter-input,
.find-form-form .fares-filter-form {
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    background: var(--White, #fff);
}

.form-register-home-inner .custom-select {
    border: 1px solid var(--Foundation-Yellow-yellow-500);
}

.find-form-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.find-form-header .line {
    flex: 1;
    height: 1px;
    background: #d9d9d9;
}

.find-form-title {
    color: var(--Title, #483022);
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    /* 128.571% */
    text-transform: uppercase;
    font-weight: 700;
}

.form-register-home-inner {
    padding: 32px 0;
    align-items: flex-start;
    gap: 16px;
}

.form-register-home-inner .suites-fares-filter-input input,
.form-register-home-inner .suites-fares-filter-input select {
    flex: 1;
    border: none;
    outline: none;
    width: 100%;
}

.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none;
}

.datepicker-dropdown tr th,
.datepicker-dropdown tr td {
    font-size: 14px;
}

.header-logo h1 a {
    position: relative;
}

.header-logo h1 a .logo-yellow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.header-logo h1 a img {
    transition: all 0.3s ease;
}

.header.active .header-logo h1 a .logo {
    opacity: 0;
}

.header.active .header-logo h1 a .logo-yellow {
    opacity: 1;
}

.header.active,
.header.active .header-main .inner {
    height: 80px;
}

.btn-login-header a,
.header {
    transition: all 0.3s ease;
}

.header.active .btn-login-header a {
    background: var(--Foundation-Yellow-yellow-500);
    border-color: var(--Foundation-Yellow-yellow-500);
}

.booking-room .fares-filter-item {
    position: relative;
}

.booking-room .suites-fares-result-item-img {
    width: 400px;
}

.booking-room .suites-fares-result-item,
.booking-room .booking-room-info {
    width: 100%;
}

.booking-room .suites-fares-result-item {
    gap: 16px;
}

.booking-room .booking-room-info-content {
    flex: 1;
}

.booking-room-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.booking-room .booking-room-price .suites-fares-detail-content-book {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.booking-room-item-footer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-room-item-add {
    display: flex;
    padding: 0px 4px;
    align-items: center;
    align-self: stretch;
    border-radius: 73px;
    background: var(--bg, #f5f5f5);
    width: 120px;
    height: 42px;
}

.booking-room-item-add input {
    border: none;
    outline: none;
    background: var(--bg, #f5f5f5);
    color: var(--Title, #483022);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    text-align: center;
    line-height: 24px;
    width: 50px;
}

.booking-room-item-footer .btn-booking {
    flex: 1;
    margin: 0;
}

.booking-room-item-footer {
    margin-top: 16px;
}

.booking-room-item-add,
.booking-room-item-minus {
    cursor: pointer;
}

.other-add-package .line,
.spa-add-package .line {
    margin: 16px 0;
}

#form-booking select.error {
    border: 1px solid red;
}

.blog-header {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.blog-header .sec-title {
    width: 620px;
}

.blog-header .blog-link {
    display: flex;
    height: 48px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Yellow-yellow-500);
    color: var(--Foundation-Yellow-yellow-500) !important;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

ol.breadcrumb li:first-child a::before {
    display: none;
}

.dropdown-language {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 4px;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.dropdown-language.active {
    opacity: 1;
    visibility: visible;
}

.dropdown-language>li>div {
    padding: 4px 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: var(--font-primary-medium);
    color: rgba(67, 67, 67, 1) !important;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

.language-content {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-style .blog-header {
    margin-bottom: 0;
}

.blog-slide .owl-dots {
    display: none;
}

.add-on-services-offers .offers-list {
    padding-bottom: 0 !important;
}

.form-search-cruise {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: flex-end;
    gap: 16px;
    border-radius: 4px;
    background: #F5F5F5;
}

.form-search-cruise .suites-fares-filter {
    align-items: flex-start !important;
    margin: 0 !important;
}

.form-search-cruise .suites-fares-filter .form-input {
    height: 42px;
}

.list-all-inclusive-cruises-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list-all-inclusive-cruises {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list-all-inclusive-cruises-title {
    margin: 0;
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    text-transform: uppercase;
}

.countdown-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.countdown-sale-title {
    color: var(--Foundation-Yellow-yellow-500);
    font-family: var(--font-primary-medium);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
}

.countdown-sale-value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.countdown-sale-value .countdown-item {
    margin: 0;
}

.countdown-sale-value .countdown-item .countdown-value {
    color: #DA0707;
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    width: max-content;
}

.countdown-sale-value .countdown-item .countdown-unit {
    color: #483022;
    font-family: var(--font-primary-medium);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    width: max-content;
    text-transform: lowercase;
}

.countdown-sale-value .countdown-separator {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}

.crf-left>p {
    margin: 0;
}

.crf-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.list-all-inclusive-cruises .cruise {
    margin: 0;
}

.hl-tab {
    margin-top: 16px;
}

.offers-cruises .owl-prev,
.offers-cruises .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid var(--White, #FFF);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    left: 32px;
}

.offers-cruises .owl-next {
    left: auto;
    right: 32px;
}

.welcome {
    padding-bottom: 0 !important;
    background-color: #f5f5f5;
}

.welcome-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 64px;
}

.welcome-title {
    margin: 0;
    color: var(--Foundation-Yellow-yellow-500);
    text-align: center;
    font-family: var(--font-millanova);
    font-size: 32px;
    font-style: normal;
    line-height: 24px;
}

.welcome-subtitle {
    color: var(--Title);
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: -24px;
}

.welcome-description {
    text-align: center;
    width: min(100%, 1096px);
    margin: 16px auto 0 auto;
    color: #483022;
    text-align: center;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
}

.welcome-content {
    width: 100%;
    display: flex;
    height: 156px;
    padding: 23px 0;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    background: #DEC378;
    margin-top: 48px;
}

.welcome-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.welcome-content-value {
    color: #817123;
    text-align: center;
    font-family: var(--font-primary-bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.welcome-content-text {
    color: #483022;
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
}

.box-3-content-title {
    margin: 0;
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    text-transform: uppercase;
}

.box-3-content {
    display: flex;
    width: 608px;
    padding: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: #F5F5F5;
    margin-right: -186px;
    z-index: 10;
}

.box-3-item:nth-child(2n) .box-3-content {
    margin-right: 0;
    margin-left: -186px;
    align-items: flex-end;
}

.box-3-content>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box-3-item:nth-child(2n) .box-3-content>div {
    align-items: flex-end;
}

.box-3-item:nth-child(2n) .box-3-content .box-3-content-desc {
    text-align: end;
}

.box-3-content-subtitle {
    color: var(--gray-9---body-text);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.box-3-content .btn-color-yellow {
    height: 42px;
    padding: 12px 32px;
    justify-content: center;
}

.box-3-item {
    display: flex;
    align-items: center;
}

.box-3-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.box-3-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.sec-blog .title {
    margin-bottom: 24px;
}

.awards-header {
    display: flex;
    width: min(100%, 1096px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
}

.awards-title {
    margin: 0;
    color: #483022;
    font-family: var(--font-primary-bold);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.awards-desc {
    color: #434343;
    text-align: center;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
}

.awards-slider {
    width: 500px;
    height: 256px;
}

.awards-slider .swiper-slide {
    width: 256px !important;
    height: 100%;
}

.awards {
    background: #F5F5F5;
}

.contact-left {
    display: flex;
    width: min(100%, 533px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.contact-title {
    margin: 0;
    color: #483022;
    font-family: var(--font-primary-black);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.contact-info-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-item:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.contact-info-title {
    color: #262626 !important;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.contact-inner {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 30px;
}

.contact-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-contact-us {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #F5F5F5;
}

.contact-us-form .form-group {
    margin-bottom: 16px;
}

.contact-us-form .row {
    margin: 0 -8px;
}

.contact-us-form .row>div {
    padding: 0 8px;
}

.contact-us-form .form-group label {
    color: #483022;
    text-align: center;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    font-weight: unset;
}

.contact-us-form .form-group .form-control {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.contact-us-form .form-group .form-control:not(textarea) {
    height: 48px;
}

.contact-us-form .form-group .form-control input,
.contact-us-form .form-group .form-control textarea {
    width: 100%;
    border: none;
    outline: none;
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    resize: none;
}

.contact-us-form .form-group .form-control:has(textarea) {
    height: auto;
}

.contact-us-form .form-button {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-contact-us {
    flex: 1;
    display: flex;
    height: 56px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #C1A830;
    color: #FFF;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    border: none;
}

.form-select-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    cursor: pointer;
}

.form-select-header-title {
    flex: 1;
}

.form-select-custom {
    position: relative;
}

.popup-select-list {
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    left: 0;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease;
}

.popup-select-list.active {
    visibility: visible;
    opacity: 1;
}

.popup-select-item {
    padding: 8px;
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

.contact-map {
    margin-bottom: 80px;
}

.contact-media-item {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #C1A830;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 150px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    animation: pulse-shadow 1.3s infinite ease-in-out;
}

.contact-media-item.active {
    opacity: 1;
    visibility: visible;
}

.contact-media-item.active.contact-media-zalo {
    bottom: 220px;
}

.contact-media-item.active.contact-media-mess {
    bottom: 180px;
    right: 70px;
}

.contact-media-item.active.contact-media-hotline {
    bottom: 120px;
    right: 70px;
}

.contact-media-item.active.contact-media-what-app {
    bottom: 85px;
}

.contact-media-btn-show {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #C1A830;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 150px;
    z-index: 10000;
    transform: rotate(0);
    transition: all 0.3s ease;
    cursor: pointer;
    animation: pulse-shadow 1.3s infinite ease-in-out;
}

.follow-us {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.follow-us-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.text-yellow {
    color: #DAAC07 !important;
}

.header-comming-soon {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.comming-soon {
    width: 100%;
    height: 100vh;
    background-image: url(../img/img-coming-soon.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.coming-soon-title {
    font-family: var(--font-millanova);
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
}

.coming-soon-subtitle {
    color: #FFF;
    font-family: var(--font-primary-bold);
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    text-transform: uppercase;
    margin: -26px 0 0 0;
}

.coming-soon-description {
    color: #FFF;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    width: min(100%, 572px);
    margin: 8px 0 0 0;
}

.coming-soon-form {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.coming-soon-form-title {
    margin: 0;
    color: #DAAC07;
    font-family: var(--font-primary-semiBold);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

.form-coming-soon {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 6px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}

.form-coming-soon .form-group {
    margin: 0;
    flex: 1;
}

.form-coming-soon .form-group .form-control {
    display: flex;
    height: 40px;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.form-coming-soon .form-group .form-control input {
    border: none;
    outline: none;
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    width: 100%;
}

.btn-coming-soon {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #DAAC07;
    border: none;
    color: #FFF;
    font-family: var(--font-primary-medium);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}

.comming-soon-form {
    width: 659px;
    position: absolute;
    top: 56%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.hightlight-slide .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.hightlight-slide .owl-dot {
    width: 52px;
    height: 4px;
    background-color: #DAAC07;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.hightlight-slide .owl-dot span {
    display: none;
}

.hightlight-slide .owl-dot.active {
    opacity: 1;
}

.hightlight-logo {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.itineraries-slide .owl-prev,
.itineraries-slide .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #DAAC07;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    left: -64px;
}

.itineraries-slide .owl-next {
    left: auto;
    right: -64px;
}

.form-action a {
    color: #DAAC07;
    font-family: var(--font-primary-bold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.sec-delight .description-2 {
    width: min(100%, 1096px);
    margin: 0 auto;
}

.btn-delight-menu {
    display: flex;
    width: 148px;
    height: 42px;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #C1A830;
    color: #C1A830 !important;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.delight-img-slide .owl-next,
.delight-img-slide .owl-prev,
.our-strengths-slide .owl-next,
.our-strengths-slide .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    left: 16px;
}

.delight-img-slide .owl-next,
.our-strengths-slide .owl-next {
    left: auto;
    right: 16px;
}

.delight-img-slide .owl-dots,
.our-strengths-slide .owl-dots {
    position: absolute;
    bottom: 16px;
}

.delight-img-slide .owl-dots .owl-dot,
.our-strengths-slide .owl-dots .owl-dot {
    background-color: #fff;
}

.list-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.dpl-image {
    display: none;
}

.dpl-image.active {
    display: block;
}

.do-option a {
    cursor: pointer;
}

.dropdown-language .vi,
.dropdown-language .en {
    display: block !important;
}

.gourmet-journey-content {
    position: relative;
}

.gourmet-journey-content-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.gourmet-journey-content-text-item {
    width: 513px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease-in-out;
}

.gourmet-journey-content-text-item.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.gourmet-journey-content-text-item-tag {
    color: var(--White);
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.gourmet-journey-content-text-item-name {
    color: var(--White);
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 56px;
    font-style: normal;
    line-height: 64px;
}

.gourmet-journey-content-text-item-desc {
    margin-top: 32px;
    color: var(--White);
}

.gourmet-journey-content-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.gourmet-journey-content-menu-item {
    flex: 1;
    display: flex;
    padding: 16px 84px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: rgba(9, 71, 88, 0.50);
    backdrop-filter: blur(2.5px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.gourmet-journey-content-menu-item-img {
    filter: grayscale(100%) brightness(300%);
    transition: all 0.3s ease-in-out;
}

.gourmet-journey-content-menu-item-title {
    color: var(--White);
    font-family: var(--font-primary-medium);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.gourmet-journey-content-menu-item.active,
.gourmet-journey-content-menu-item:hover {
    background-color: var(--White);
}

.gourmet-journey-content-menu-item.active .gourmet-journey-content-menu-item-title,
.gourmet-journey-content-menu-item:hover .gourmet-journey-content-menu-item-title {
    color: var(--BG-3);
}

.gourmet-journey-content-menu-item.active .gourmet-journey-content-menu-item-img,
.gourmet-journey-content-menu-item:hover .gourmet-journey-content-menu-item-img {
    filter: none;
}

.gourmet-journey-container {
    padding: 64px 0 0 0;
}

.gourmet-journey-content-inner {
    margin-top: 48px;
}

.banner-cruise-item {
    height: 600px;
}

.banner-cruise-item>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.plan-multi-collapse {
    display: none;
}

.plan-multi-collapse.active {
    display: block;
}

.banner-item-info-first {
    width: max-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-item-tag {
    display: flex;
    padding: 5px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 93px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    color: #FFF;
    font-family: var(--font-primary-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

/* .banner-item-name {
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary-black);
    font-size: 48px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
} */

.banner-item-info-price {
    width: min(95%, 485px);
    height: 88px;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}

.banner-item-info-price>p {
    margin: 0;
}

.banner-item-info-price .price {
    color: #FFF;
    font-family: var(--font-primary-semiBold);
    font-size: 72px;
    font-style: normal;
    line-height: auto;
}

.banner-item-info-price {
    margin: 0;
    color: #FFF;
    font-family: var(--font-primary-regular);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
}

.gourmet-journey-img-item {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.gourmet-journey-img-item.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.modal-our-strengths .modal-dialog {
    width: min(90%, 1600px);
}

.modal-our-strengths .modal-content {
    border-radius: 0;
}

.modal-our-strengths .modal-content .modal-header {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-bottom: 1px solid #D9D9D9;
}

.modal-our-strengths .modal-content .modal-header::after,
.modal-our-strengths .modal-content .modal-header::before {
    display: none;
}

.modal-our-strengths .modal-title {
    flex: 1;
    color: #483022;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}

.modal-our-strengths .modal-close {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
}

.modal-our-strengths .modal-body {
    padding: 24px 32px;
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.our-strengths-img {
    width: 736px;
}

.our-strengths-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.our-strengths-title {
    color: #483022;
    font-family: var(--font-primary-medium);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    text-transform: uppercase;
}

.modal-form-send .modal-dialog {
    width: min(95%, 960px);
    margin: 10vh auto;
}

.modal-form-send .modal-content {
    border-radius: 16px;
}

.modal-form-send .modal-header {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--gray-4---stroke, #D9D9D9);
}

.modal-form-send .modal-header::after,
.modal-form-send .modal-header::before {
    display: none;
}

.modal-form-send .modal-body {
    padding: 16px 24px;
}

.modal-form-send-title {
    flex: 1;
    color: #483022;
    font-family: var(--font-primary-medium);
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
}

.close-modal {
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.close-modal>span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.form-send>form .form-button {
    margin-top: 24px;
}

.btn-send-info {
    width: 268px;
}

.form-send>form .form-type-select select {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.form-send .form-item {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    height: 48px;
    width: 100%;
    flex: 1;
    align-self: stretch;
    border-radius: 48px;
    background: #f1f1f1;
    justify-content: space-between;
    gap: 10px;
    border: none;
    outline: none;
    box-shadow: none;
}

.form-send .form-item:has(textarea) {
    height: 120px;
    border-radius: 8px;
}

.form-send .form-item>input,
.form-send .form-item>textarea {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #262626;
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    background-color: transparent;
    padding: 0;
    box-shadow: none !important;
    resize: none;
}

.form-send .form-item::placeholder,
.form-send .form-item>input::placeholder {
    color: #8c8c8c;
}

.select-country-code {
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid var(--gray-4---stroke);
}

.select-country-code-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 78px;
}

.select-country-code-header>i {
    font-size: 12px;
    font-weight: 300;
}

.select-country-code-header>p {
    flex: 1;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    line-height: 20px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    margin: 0
}

.select-country-code {
    position: relative;
}

.select-country-code-popup {
    position: absolute;
    top: calc(100% + 16px);
    left: -12px;
    width: 300px;
    padding: 8px;
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(215, 179, 128, 0.7);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 300px;
    overflow-y: scroll;
}


.select-country-code-popup::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.select-country-code-popup::-webkit-scrollbar-thumb {
    background-color: var(--clr-blue);
    border-radius: 4px;
}

.select-country-code-popup::-webkit-scrollbar-track {
    background-color: transparent;
}


.select-country-code-popup.active {
    opacity: 1;
    visibility: visible;
}

.select-country-code-item {
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    color: var(--gray-9---body-text);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 4px;
}

.form-send>form .form-type-select select {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    outline: none;
    background-image: unset !important;
}

.form-control:has(textarea) {
    height: auto;
}

textarea {
    height: auto;
    border-radius: 0 !important;
}

.btn-send-info {
    border-radius: 32px;
    border: none;
    width: max-content;
}

.offers-item-home {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--White);
    box-shadow: 0 4px 10px 0 rgba(6, 21, 86, 0.15);
    margin-bottom: 50px;
}

.offers-item-home p {
    margin: 0;
}

.offers-item-img {
    position: relative;
    width: 100%;
}

.offers-item-img>img {
    width: 100% !important;
}

.offers-item-discount {
    display: inline-flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    background: var(--White);
    color: #DA251D;
    font-family: var(--font-primary-bold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    width: max-content;
    position: absolute;
    top: 16px;
    left: 16px;
}

.offers-item-discount>img {
    width: 24px !important;
}

.offers-item-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.offers-item-content>.line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.offers-item-content-title {
    color: #0F1621;
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.offers-item-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.offers-item-price-title {
    color: #434343;
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.offers-item-price-value {
    color: #C1A830;
    font-family: var(--font-primary-bold);
    font-size: 22px;
    font-style: normal;
    line-height: 30px;
}

.offers-item-date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-item-date-title {
    color: #8C8C8C;
}

.offers-item-date-value {
    color: #0F1621;
    font-family: var(--font-primary-medium);
}

.offers-item-home-btn {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.btn-offers-detail,
.btn-enquire-now {
    flex: 1;
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #C1A830;
    color: #FFF;
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-enquire-now {
    border-radius: 4px;
    border: 1px solid #C1A830;
    background: #FFF;
    color: #C1A830;
}

.offers-item-content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.offers-item-content-tag {
    color: #00406B;
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.offers-img {
    width: 100% !important;
}

#google_translate_element {
    display: none !important;
}

body>.skiptranslate,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-align-left {
    display: none !important;
}

body {
    top: 0px !important;
}

font.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
}

.advertising-materials-list {
    margin-top: 48px;
}

.advertising-materials-item {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.advertising-materials-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.advertising-materials-name {
    color: #483022;
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    text-transform: uppercase;
}

.advertising-materials-content>.line {
    width: 112px;
    height: 2px;
    background: #C1A830;
}

.banner-item-subtitle {
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary-black);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.banner-item-title {
    color: #FFF;
    text-align: start;
    font-family: var(--font-millanova);
    font-size: 32px;
    font-style: normal;
    line-height: 24px;
    text-shadow: #fff;
    margin-bottom: -20px;
}

.banner-item-name {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.btn-close-menu,
.btn-menu-mobile,
.overlay-header {
    display: none;
}

.popup-filter-room-footer .btn-booking {
    margin: 0;
}

.popup-filter-room-guest-item-add-input {
    width: max-content;
}

.gourmet-journey-content-mobile,
.blog-mobile {
    display: none;
}

.gallery-grid-container {
    display: flex;
    width: 100%;
    gap: 12px;
}

.gallery-grid-container>div{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item>img{
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1320px;
        padding: 0;
    }
}

@media (max-width: 1500px) {

    .main-slider .item {
        height: 500px;
    }

    .page-home .main-slider .item {
        height: 600px;
    }

    .main-slider .item>img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .mice-item .mice-content {
        padding: 44px;
    }

    .itineraries-slide .owl-prev,
    .itineraries-slide .owl-next {
        left: -52px;
    }

    .itineraries-slide .owl-next {
        right: -52px;
        left: auto;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    /* 
    div#block-cassiopeiatheme-content {
        height: 100vh;
    }

    div#block-cassiopeiatheme-content .content {
        display: none;
    } */
}

@media (max-width: 1024px) {
    .header-logo .logo {
        width: 100px;
    }

    .header-navigator .navigator ul.menu>li+li {
        margin-left: 16px;
    }

    .header-right {
        gap: 12px;
    }

    .btn-login-header a {
        padding: 8px 16px;
    }

    .footer .footer-navigation>ul {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer .footer-navigation>ul>li {
        width: calc(50% - 20px);
    }

    .follow-us {
        margin-top: 24px;
        gap: 16px;
    }

    .contact-us-form .form-button {
        flex-direction: column;
    }

    .sec-64,
    .sec-blog,
    .awards,
    .our-crew,
    .sustainability-page,
    .blog,
    .itineraries,
    .explore,
    .hightlight,
    .fares-inner,
    .inspired,
    .introduce {
        padding: 48px 0;
    }

    .contact-left {
        width: 50%;
    }

    .contact-title {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-img img {
        width: 100%;
    }

    .advertising-materials-list {
        margin-top: 32px;
    }

    .advertising-materials-item {
        margin-bottom: 32px;
    }

    .sustainability-page .content {
        padding: 36px 0 0 0;
    }

    .sustainability-page .tab-content-item-description {
        margin: 24px 0;
    }

    .mice-item,
    .mice-item:nth-child(2n) {
        flex-direction: column;
    }

    .mice-item .mice-img,
    .mice-content,
    .delight-img-item>img {
        width: 100% !important;
    }

    .mice-item .mice-content {
        padding: 32px;
    }

    .strengths-list {
        padding: 48px 0;
    }

    .cruise-left {
        flex: 1;
    }

    .itineraries-slide .owl-prev {
        left: -16px;
    }

    .itineraries-slide .owl-next {
        right: -16px;
        left: auto;
    }

    .do-option {
        width: 100%;
        overflow-x: scroll;
    }

    .do-option a {
        white-space: nowrap;
    }

    .dpr-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .delight-content .delight-item .delight-img {
        width: min(100%, 600px);
    }

    .delight-content .delight-item .delight-body {
        padding: 24px;
        gap: 24px;
    }

    .gourmet-journey-content-menu-item {
        padding: 16px 32px;
    }

    .gourmet-journey-img {
        height: 500px;
    }

    .gourmet-journey-img-item.active {
        height: 100%;
    }

    .gourmet-journey-img-item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .fares-inner {
        gap: 42px
    }

    .gourmet-journey-container {
        padding: 48px 0 0 0;
    }

    .explore-item .explore-image img {
        width: 100%;
        height: auto;
    }

    .popup-filter-room {
        width: 400px;
    }

    .intro-left {
        width: 100%;
        float: unset;
    }

    .suites-fares-filter {
        width: calc(25% - 20px);
    }

}

@media (max-width: 768px) {

    .btn-close-menu,
    .btn-menu-mobile,
    .overlay-header {
        display: block;
    }

    .overlay-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    .overlay-header.active {
        opacity: 1;
        visibility: visible;
    }

    .header-navigator {
        position: fixed;
        top: 0;
        left: 0;
        width: min(80%, 600px);
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        z-index: 1000;
        padding: 64px 16px;
        justify-content: flex-start;
        transform: translateX(-100%);
    }

    .header-navigator.active {
        transform: translateX(0);
    }

    .btn-close-menu {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 24px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-navigator .navigator ul.menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-navigator .navigator ul.menu {
        width: 100%;
    }

    .header-navigator .navigator ul.menu>li>span,
    .header-navigator .navigator ul.menu>li>a,
    .language-link {
        color: #262626;
    }

    .header-navigator .navigator ul.menu>li+li {
        margin-left: 0;
    }

    .header-navigator .navigator ul.menu>li {
        padding: 16px 0;
    }

    .header-navigator .navigator ul.menu>li>img {
        filter: grayscale(100%) brightness(0%) contrast(100%);
    }

    .header-navigator .navigator ul.menu>li:hover>ul {
        transform: scale(1, 1);
        left: 0;
    }

    .btn-menu-mobile {
        width: 36px;
        height: 36px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec-64,
    .sec-blog,
    .awards,
    .our-crew,
    .sustainability-page,
    .fares-inner,
    .inspired,
    .introduce {
        padding: 32px 0;
    }

    .fares-inner {
        gap: 32px;
    }

    .contact-inner {
        flex-direction: column;
        gap: 36px;
    }

    .contact-left {
        width: 100%;
        gap: 16px;
        align-items: center;
    }

    .contact-info {
        gap: 12px;
    }

    .contact-info-item:not(:last-child) {
        padding-bottom: 12px;
    }

    .contact-right {
        gap: 16px
    }

    .contact-map {
        margin-bottom: 32px;
    }

    .row {
        margin: 0 -10px;
    }

    .row>div {
        padding: 0 10px;
    }

    .breadcrumb {
        padding: 8px 0;
    }

    .sec-box-detail {
        padding: 20px;
    }

    .sec-box-detail .title {
        margin: 20px 0;
        font-size: 28px;
        line-height: 36px;
    }

    .sec-faq .description {
        width: 100%;
    }

    .faq-content {
        margin-top: 36px !important;
    }

    .advertising-materials-item {
        flex-direction: column;
        gap: 16px;
    }

    .advertising-materials-img {
        width: 100%;
    }

    .advertising-materials-img>img {
        width: 100% !important;
    }

    .advertising-materials-content {
        gap: 8px;
    }

    .sustainability-page .title {
        font-size: 28px;
        line-height: 36px;
    }

    .sustainability-page .description {
        width: 100%;
    }

    .sustainability-page .content {
        padding: 24px 0 0 0;
    }

    .sustainability-page .tab .tab-item {
        padding: 8px 0;
    }

    .tab-content-item-inner {
        flex-direction: column-reverse;
        width: 100%;
        gap: 12px;
    }

    .sustainability-page .tab-content-item-description {
        margin: 16px 0;
    }

    .tab-content-item-icon {
        display: none;
    }

    .tab-content-item-body,
    .tab-content-item-image,
    .tab-content-item-image>img {
        width: 100% !important;
    }

    .mice-list {
        margin-top: 32px;
    }

    .strengths-list,
    .blog,
    .itineraries,
    .explore,
    .hightlight {
        padding: 32px 0;
    }

    .offers-list,
    .blog-list,
    .explore-list,
    .sustainability-page .content,
    .hightlight-content,
    .list-all-inclusive-cruises,
    .welcome-content {
        padding: 32px 0 0 0 !important;
    }

    .cruise {
        flex-direction: column;
        padding: 12px;
    }

    .cruise-left,
    .cruise-right {
        width: 100%;
    }

    .cruise-right {
        padding: 16px 0;
    }

    .cr-footer {
        padding-top: 20px;
    }

    .list-all-inclusive-cruises-header {
        gap: 20px;
    }

    .form-search-cruise {
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    .form-search-cruise .suites-fares-filter {
        width: calc(50% - 8px);
        flex: unset;
    }

    .popup-filter {
        width: 100%;
    }

    .itineraries-slide .owl-prev {
        left: 0;
        top: 30%;
    }

    .itineraries-slide .owl-next {
        right: 0;
        top: 30%;
        left: auto;
    }

    .dp-group {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .dp-right,
    .dp-left {
        width: 100%;
        border: none;
    }

    .dp-right {
        padding: 16px 0
    }

    .dpl-top {
        padding: 16px;
    }

    .do-option a {
        padding: 8px 16px;
    }

    .delight-content .delight-item {
        flex-direction: column !important;
    }

    .delight-content .delight-item .delight-img {
        width: 100%;
    }

    .delight-content .delight-item .delight-body {
        width: 100%;
        padding: 16px;
        gap: 16px;
    }

    .delight-content .delight-item .title {
        font-size: 22px;
        line-height: 30px;
    }

    .popup-filter-room-items,
    .popup-filter-room-footer,
    .fares-filter-result,
    .other-info .other-content,
    .fares-inner .other-content {
        padding: 16px 24px;
    }

    .exclusion-title,
    .inclusions-title,
    .oc-title {
        margin-bottom: 20px;
    }

    .inclusions {
        margin-top: 16px;
    }

    .gourmet-journey-content-menu-item {
        padding: 8px 12px;
    }

    .gourmet-journey-content-menu {
        width: 100%;
        overflow-x: scroll;
    }

    .gourmet-journey-content-menu-item {
        width: max-content;
        flex: unset;
        min-width: 200px;
    }

    .gourmet-journey-content-menu-item-title {
        white-space: nowrap;
    }

    .hl-tab ul {
        padding: 0;
    }

    .tab-group {
        flex-direction: column-reverse;
        gap: 16px;
        margin-top: 32px;
    }

    .tab-right,
    .tab-left {
        width: 100%;
    }

    .tab-right>img {
        width: 100%;
    }

    .tab-left {
        padding-bottom: 20px;
    }

    .timeline {
        padding: 16px 20px 0 20px;
    }

    .t2-timeline-content {
        flex-direction: column;
        gap: 16px;
    }

    .t2-timeline-content .body {
        padding: 0;
    }

    .t2-timeline,
    .gourmet-journey-content-inner {
        margin-top: 32px;
    }

    .banner-item-info-first {
        width: 100%;
        text-align: center;
    }

    .banner-item-name p {
        font-size: 30px;
        line-height: 36px;
    }

    .container-fluid>.row>div {
        width: 100%;
    }

    .sec-blog .row {
        display: none;
    }

    .blog-mobile {
        display: block;
    }

    .blog-item>.blog-img>a>img,
    .explore-card>.ecard-img>img {
        width: 100%;
        height: auto;
    }

    .find-form-form {
        flex-wrap: wrap;
    }

    .suites-fares-filter {
        width: calc(50% - 8px);
        flex: unset;
    }

    .cruise-title p:first-child {
        font-size: 22px;
        line-height: 30px;
    }

    .offers-item-home {
        margin: 0 0 8px 0;
    }

    .btn-offers-detail,
    .btn-enquire-now {
        padding: 12px 16px
    }

    .blog-header .sec-title {
        width: auto;
        flex: 1;
    }

    .tourSwiper,
    .cruises-list {
        margin-top: 24px;
    }

    .banner-item-discount>img {
        width: 140px !important;
    }

    .banner-item-name-discount {
        align-items: center;
        justify-content: flex-start;
    }

    .banner-item-name {
        width: 70%;
    }
}

@media (max-width: 576px) {

    .gourmet-journey-content-text-item-name {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .banner-item-info-price .price {
        font-size: 52px !important;
        line-height: 60px !important;
    }

    .contact-title,
    .sec-blog .title,
    .awards .title,
    .our-fleet .title,
    .welcome .title,
    .landing-page .title,
    .sec-title,
    .sustainability-page .title,
    .blog .title,
    .explore .title,
    .itineraries>div>.title,
    .hightlight .title,
    .contact-overview-title,
    .dpr-title,
    .banner-item-title,
    .banner-item-subtitle,
    .modal-form-send-title,
    .gourmet-journey-content-text-item-tag,
    .fares-title,
    .meals .title,
    .gourmet-journey-inner .title,
    .banner-item-name p,
    .find-form-title,
    .inspired .title,
    .introduce .title {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .sec-box-detail .title,
    .sustainability-page .tab-content-item-title,
    .list-all-inclusive-cruises-title,
    .crf-left .original span,
    .exclusion-title,
    .inclusions-title,
    .oc-title {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .delight-content .delight-item .title,
    .countdown-value {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .schedule-collapse-title,
    .strengths-title,
    .offer-item .price span:nth-child(2),
    .cl-text,
    .cr-title,
    .dp-title,
    .timeline-content,
    .t2-timeline-header h3,
    .banner-item-info-price,
    .eci-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    body,
    .footer .footer-navigation>ul li span,
    .categories ul li a,
    .blog-header .category,
    .blog-header .date,
    .blog-description,
    .sec-box-detail .cate,
    .footer .footer-navigation>ul li a,
    .sec-box-detail .date,
    .sec-box-detail .share,
    .landing-page .date,
    .advertising-materials-name,
    .btn-color-yellow.btn-download,
    .btn-login-header a,
    .sustainability-page .tab .tab-item,
    .cl-category,
    .cruise-left .tag,
    .btn-color-yellow,
    .blog .description,
    .itineraries .description,
    .hightlight .description,
    .dp-left .button-download,
    .btn-delight-menu,
    .hl-tab ul li a,
    .t2-timeline-header span,
    .meals .description,
    .gourmet-journey-inner .description,
    .fares-filter-result-header-item,
    .fares-filter-result-item-content,
    .btn-book-now,
    .blog-header .blog-link,
    .swiper-group,
    .btn-banner-view,
    .btn-banner-view span,
    .countdown-label {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .header-right {
        gap: 8px;
    }

    .btn-menu-mobile {
        justify-content: flex-start;
        width: 28px;
        height: 28px;
    }

    .btn-login-header>a {
        height: 36px;
        display: flex;
        align-items: center;
    }

    .header-logo a>img {
        width: 80px;
    }

    .icon-search>img,
    .language-content>img {
        width: 20px;
    }

    .partner,
    .footer .footer-navigation>ul {
        padding: 16px 0
    }

    .footer .footer-navigation>ul {
        gap: 32px 16px;
    }

    .footer .footer-navigation>ul>li,
    .footer .footer-navigation>ul li,
    .footer .footer-navigation>ul li ul {
        gap: 8px;
    }

    .footer .footer-navigation>ul>li {
        width: calc(50% - 16px);
    }

    .follow-us {
        gap: 8px
    }

    .footer-logo>.logo>img {
        width: 120px;
    }

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

    .contact-img>img {
        width: 120px;
    }

    .form-contact-us {
        padding: 8px 12px;
    }

    .row {
        margin: 0 -8px;
    }

    .row>div {
        padding: 0 8px;
    }

    .categories {
        width: 100%;
        overflow-x: scroll;
    }

    .categories::-webkit-scrollbar {
        display: none;
    }

    .categories ul {
        justify-content: flex-start;
        padding: 0;
    }

    .categories ul li a {
        white-space: nowrap;
    }

    .sec-blog,
    .awards,
    .our-crew,
    .sec-64,
    .landing-page,
    .sustainability-page,
    .blog,
    .itineraries,
    .explore,
    .hightlight,
    .fares-inner,
    .inspired,
    .introduce {
        padding: 24px 0;
    }

    .sec-blog .title {
        margin-bottom: 16px;
    }

    .blog-description {
        height: 44px;
    }

    .sec-box-detail {
        padding: 12px
    }

    .main-slider .item {
        height: 350px;
    }

    .sec-box-detail {
        margin: -35px 0 24px 0;
    }

    .breadcrumb>li+li:before {
        padding: 0 2px;
    }

    .sec-box-detail .title {
        margin: 8px 0 16px 0;
    }

    .sec-box-detail .csd {
        padding: 12px 0;
        margin-bottom: 16px;
        align-items: flex-start;
    }

    .sec-box-detail .cate-share {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec-box-detail .share {
        margin: 0;
        padding: 0;
        border: none;
    }

    body,
    .sec-blog.bg-secgray {
        overflow-x: hidden;
    }

    .schedule-collapse-title,
    .schedule-collapse-content {
        padding: 12px;
    }

    .faq-content {
        margin-top: 20px !important;
    }

    .advertising-materials-list {
        margin-top: 16px;
    }

    .advertising-materials-item {
        gap: 8px;
    }

    .btn-color-yellow.btn-download {
        width: 100%;
        height: 36px;
        display: flex;
        justify-content: center;
    }

    .sustainability-page .tab .tab-item {
        width: auto;
        flex: 1;
    }

    .sustainability-page .tab-content-item-description {
        margin: 0;
    }

    .tab-content-item-body {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tab-content-link {
        width: max-content;
        margin: 0 auto;
    }

    .sustainability-page .content {
        padding-top: 16px;
    }

    .sustainability-page .tab-content-item-inner {
        padding: 16px 0 0 0;
    }

    .sec-description {
        width: 100%;
        margin-top: 8px;
    }

    .mice-list {
        margin-top: 16px;
    }

    .delight-img-slide .owl-next,
    .delight-img-slide .owl-prev,
    .our-strengths-slide .owl-next,
    .our-strengths-slide .owl-prev,
    .offers-cruises .owl-prev,
    .offers-cruises .owl-next {
        width: 36px;
        height: 36px;
    }

    .mice-item .mice-content {
        padding: 16px;
    }

    .strengths-list {
        padding: 24px 0 0 0;
    }

    .delight-img-slide .owl-next img,
    .delight-img-slide .owl-prev img,
    .our-strengths-slide .owl-next img,
    .our-strengths-slide .owl-prev img,
    .offers-cruises .owl-prev img,
    .offers-cruises .owl-next img {
        width: 20px;
        height: 20px;
    }

    .offers-cruises .owl-prev,
    .offers-cruises .owl-next {
        left: 10px;
    }

    .offers-cruises .owl-next {
        right: 10px;
        left: auto;
    }

    .strengths-content {
        padding: 12px;
    }

    .cruise-nav ul li a {
        white-space: nowrap;
        padding: 12px 16px;
    }

    .cruise-nav {
        overflow-x: scroll;
    }

    .cruise-nav ul {
        justify-content: flex-start;
    }

    .list-all-inclusive-cruises-title {
        text-align: center;
    }

    .form-search-cruise {
        flex-direction: column;
        gap: 8px;
        padding: 8px
    }

    .form-search-cruise .suites-fares-filter {
        width: 100%;
    }

    .cruise,
    .cl-title {
        padding: 8px
    }

    .cl-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cruise-left .map {
        top: 8px;
        right: 8px;
        width: 150px;
    }

    .cruise-left .tag {
        top: 8px;
        left: 8px;
    }

    .cl-category {
        margin-bottom: 8px;
    }

    .cr-title {
        margin-bottom: 12px;
    }

    .cr-info .visiting {
        margin: 8px 0;
    }

    .cr-footer {
        padding-top: 16px;
    }

    .btn-color-yellow {
        height: 36px
    }

    .blog .description,
    .itineraries .description,
    .hightlight .description {
        margin: 8px 0 0 0;
    }

    body,
    .main {
        overflow-x: hidden;
    }

    .blog .description,
    .itineraries .description {
        width: 100%;
    }

    .itineraries-slide .owl-prev,
    .itineraries-slide .owl-next {
        width: 36px;
        height: 36px;
        top: 40%;
    }

    .itineraries-slide .owl-prev img,
    .itineraries-slide .owl-next img {
        width: 20px;
        height: 20px;
    }

    .cruise-right {
        min-height: 400px;
    }

    .contact-form {
        margin-top: 24px;
    }

    .contact-form .form-action {
        margin: 20px 0;
        flex-direction: column-reverse;
        gap: 16px
    }

    .dp-right {
        padding-bottom: 0;
    }

    .dp-left .button-download {
        padding: 6px 12px;
    }

    .dpr-title {
        margin-bottom: 16px;
    }

    .do-title {
        margin-bottom: 8px;
    }

    .dpl-top {
        padding: 8px
    }

    .banner-item-subtitle {
        text-align: start;
    }

    .banner-item-name {
        gap: 32px;
    }

    .banner-item-info-container {
        top: 40%
    }

    .banner-cruise-item {
        height: 450px;
    }

    .delight-content .delight-item .delight-body {
        padding: 8px;
        gap: 8px;
    }

    .btn-delight-menu {
        padding: 8px 0
    }

    .modal-form-send .modal-body,
    .modal-form-send .modal-header {
        padding: 8px 16px;
    }

    .book-now,
    .view-itineraries,
    .btn-action-filter {
        height: 36px;
        font-size: 14px;
        line-height: 22px;
    }

    .tab-group {
        margin-top: 24px;
    }

    .gourmet-journey-img {
        height: 350px;
    }

    .gourmet-journey-content-text {
        display: none;
    }

    .gourmet-journey-content-mobile {
        display: block;
        margin-top: 16px;
        padding: 0 8px;
    }

    .gourmet-journey-content-text-item-tag,
    .gourmet-journey-content-text-item-name,
    .gourmet-journey-content-text-item-desc {
        color: #262626;
    }

    .gourmet-journey-content-text-item-name>p {
        margin: 0;
    }

    .gourmet-journey-content-text-item-desc {
        margin: 16px 0;
    }

    .timeline {
        padding: 0 16px;
    }

    .timeline-icon {
        top: 4%
    }

    .t2-timeline {
        margin-top: 16px;
        padding: 8px 16px
    }

    .t2-timeline-icon>img {
        width: 36px;
        height: 36px;
    }

    .t2-timeline-content {
        margin-top: 16px;
        gap: 8px
    }

    .itinerary-page .hightlight-content,
    .gourmet-journey-container {
        padding: 24px 0 0 0 !important
    }

    .timeline-button {
        margin: 20px 0 0 20px;
    }

    .gourmet-journey-content-inner {
        margin-top: 24px;
    }

    .fares-inner {
        gap: 16px
    }

    .fares-filter-content {
        flex-direction: column;
    }

    .fares-filter-item,
    .popup-filter-room {
        width: 100%;
    }

    .popup-filter-room-items,
    .popup-filter-room-footer,
    .fares-filter-result,
    .other-info .other-content,
    .fares-inner .other-content {
        padding: 12px 16px;
    }

    .fares-filter-result-item-content,
    .fares-filter-result-header-item {
        padding: 8px
    }

    .fares-filter-result-header-item:first-child {
        word-wrap: none;
    }

    .fares-filter-result-header {
        align-items: stretch;
    }

    .banner-item-info-price {
        height: auto;
        padding: 12px 20px;
        bottom: 64px;
    }

    .suites-fares-filter {
        width: 100%;
    }

    .blog-header .blog-link {
        height: 36px;
        padding: 8px 20px;
    }

    .blog-header {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .tourSwiper,
    .cruises-list {
        margin-top: 16px;
    }

    .swiper-horizontal>.swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: auto;
        flex: 1;
    }

    .banner-item-discount {
        display: none;
    }

    .banner-item-info {
        gap: 20px;
    }

    .banner-item-name {
        width: 100%;
    }

    .page-home .main-slider .item {
        height: 450px;
    }

    .page-home .main-slider .item>img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }

    .banner-item-info-container {
        top: 50%;
    }

    .btn-banner-view {
        height: 42px
    }

    .countdown-value {
        width: auto;
    }

    .countdown-item {
        margin: 0 4px;
    }

    .countdown-container {
        padding: 12px
    }
}

.hl-tab ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.hl-tab ul li a {
    padding: 9px 16px;
    color: rgba(193, 168, 48, 1);
    border: 1px solid rgba(193, 168, 48, 1);
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
}

.hl-tab ul li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hl-tab ul li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hl-tab ul li.active a {
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.itinerary-page .hightlight-title {
    padding: 24px;
}

.hightlight-itineraries-item {
    cursor: pointer;
}

.hightlight-itineraries-item .hightlight-logo {
    z-index: 10;
    left: 16px;
    top: 16px;
    transform: unset;
}

.hightlight-itineraries-item .hightlight-title {
    padding: 0;
    transform: translateY(62px);
    transition: all 0.3s ease-in-out;
}

.hightlight-itineraries-item .hightlight-info {
    padding: 20px 24px;
    gap: 12px;
}

.hightlight-itineraries-item .hightlight-description {
    padding: 0;
    margin: 0;
    height: 48px;
    transform: translateY(62px);
    transition: all 0.3s ease-in-out;
}

.hightlight-itineraries-item:hover .hightlight-title,
.hightlight-itineraries-item:hover .hightlight-description {
    transform: translateY(0);
}

.itinerary-page .hightlight-content {
    margin-top: 0;
}

.slider-cover {
    position: relative;
}

.shadow-slider {
    overflow: hidden;
    margin: -15px;
}

.meals {
    padding: 64px 0;
}

.meals .title,
.gourmet-journey-inner .title {
    font-family: var(--font-playfairdisplay-Bold);
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.meals .description,
.gourmet-journey-inner .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
    text-align: center;
    margin-top: 16px;
}

.meals .meals-content {
    margin-top: 48px;
}

.meals-item {
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.meals-info {
    padding: 16px;
}

.meals-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(38, 38, 38, 1) !important;
}

.meals-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-info {
    padding: 64px 0;
    background: rgba(245, 245, 245, 1);
}

.other-info .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.other-info .other-content,
.fares-inner .other-content {
    padding: 24px 36px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
    margin-top: 48px;
}

.fares-inner .other-content {
    margin: 0;
    width: 100%;
}

.exclusion-title,
.inclusions-title,
.oc-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    margin-bottom: 24px;
}

.exclusion-content ul,
.inclusions-content ul {
    list-style: none;
    padding: 0;
}

.exclusion-content ul li,
.inclusions-content ul li {
    position: relative;
    padding-left: 25px;
}

.inclusions-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/check-icon.png");
    background-size: cover;
}

.exclusion-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/exclusion-icon.png");
    background-size: cover;
}

.other-line {
    height: 1px;
    width: 100%;
    margin: 24px 0;
    background: rgba(217, 217, 217, 1);
}

.tab-group {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    margin-top: 48px;
}

.tab-left,
.tab-right {
    width: 50%;
}

.itineraries .hl-tab ul {
    gap: 16px;
}

.itineraries .hl-tab ul li a {
    border-radius: 4px;
}

.timeline {
    position: relative;
    padding: 24px 32px 0 32px;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 370px;
    overflow-y: scroll;
    margin: 4px 4px 0 0;
}

.timeline::-webkit-scrollbar {
    width: 8px;
}

.timeline::-webkit-scrollbar-track {
    background: #F9F6EA;
    border-radius: 40px;
}

.timeline::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 40px;
}

.timeline-icon {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0;
    top: 10%;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.timeline-item:not(:last-child):before {
    content: "";
    width: 2px;
    height: 74%;
    border-radius: 39px;
    background: #DAAC07;
    position: absolute;
    left: 15px;
    top: 38px;
}

.timeline-content {
    padding: 0 0 24px 0;
    margin-left: 16px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
}

.timeline-item:last-child .timeline-content {
    border-bottom: unset;
    padding: 0;
}

.timeline-content span {
    color: rgba(72, 48, 34, 1);
    font-size: 16px;
    line-height: 24px;
}

.timeline-content {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(38, 38, 38, 1);
}

.timeline-content strong {
    display: block;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
}

.timeline-item:first-child .timeline-content {
    padding-top: 0;
}

.timeline-item:last-child .timeline-content {
    border-bottom: unset;
}

.timeline-button {
    margin-left: 32px;
    margin-top: 32px;
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 26px;
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.timeline-button:hover {
    background: rgba(193, 168, 48, 1);
    color: #fff;
}

.t2-timeline {
    position: relative;
    margin-top: 48px;
    background: rgba(255, 255, 255, 1);
    padding: 24px 30px;
    border-radius: 4px;
}

.t2-timeline-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.t2-timeline-item:first-child {
    padding-top: 0;
}

.t2-timeline-item:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.t2-timeline-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.t2-timeline-header span {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(72, 48, 34, 1);
}

.t2-timeline-header h3 {
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(38, 38, 38, 1);
    margin: 0;
}

.t2-timeline-content {
    margin-top: 24px;
    display: flex;
    gap: 30px;
}

.t2-timeline-content .body {
    color: rgba(0, 0, 0, 1);
    padding: 33px 0;
    flex: 1;
}

.hl-tab-2 {
    display: none;
}

.inspired {
    padding: 64px 0;
}

.inspired .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
    text-align: center;
}

.inspired .description {
    width: min(100%, 1032px);
    margin: 16px auto;
    text-align: center;
    color: rgba(67, 67, 67, 1);
}

.inspired-image {
    display: flex;
    gap: 12px;
    width: 100%;
}

.inspired-group {
    width: calc((100% - 60px) / 6);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inspired-group:nth-child(2n) {
    flex-direction: column-reverse;
}

.inspired-group img {
    border-radius: 4px;
}

.inspired .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 48px;
}

.btn_quan_tri {
    position: fixed;
    bottom: 50%;
    left: 10px;
    background: #ccc;
    border-radius: 5px;
    padding: 5px;
    z-index: 999;
}

.hightlight-content.tab-2 {
    display: none;
}

.intro-left {
    width: 480px;
    float: right;
}

.introduce {
    padding: 64px 0;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    width: 383px !important;
    border-radius: 39px;
    height: 4px !important;
}

.swiper-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(193, 168, 48, 1) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(193, 168, 48, 1) !important;
}

.explore-card {
    position: relative;
}

.ecard-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 61.27%,
            rgba(0, 0, 0, 0.9) 95.95%);
    overflow: hidden;
}

.eci-title {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.ecard-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding-top: 8px;
}

.introduce .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(72, 48, 34, 1);
}

.introduce .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(67, 67, 67, 1);
    margin-top: 16px;
}

.explore-card img {
    border-radius: 8px;
}

.ecard-info-content {
    transform: translateY(60px);
    transition: all 0.3s ease-in-out;
}

.ecard-info-content .ecard-description {
    display: block;
    max-height: 54px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.explore-card:hover .ecard-info-content {
    transform: translateY(0);
}

.explore-card:hover .ecard-info-content .ecard-description {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    transform: unset !important;
}

.footer .footer-navigation>ul {
    justify-content: space-between;
    padding: 40px 0;
}

.footer .footer-navigation>ul li span {
    font-family: var(--font-primary-semiBold);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-navigation>ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
}

.footer-logo .logo {
    position: relative;
    z-index: 2;
    background: #111621;
    width: fit-content;
}

.footer-logo .line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(29, 37, 49, 1);
    z-index: 1;
}

.footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 24px 0 42px 0;
    color: rgba(255, 255, 255, 1);
}

.fares-container {
    width: 100%;
}

.fares-inner {
    width: min(95%, 1320px);
    display: flex;
    margin: 0 auto;
    padding: 64px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.fares-title {
    font-family: "Playfair Display";
    color: var(--Title, #483022);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    /* 125% */
    text-transform: uppercase;
}

.fares-filter-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 16px;
}

.fares-filter-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    gap: 8px;
    display: flex;
    padding: 16px;
    border-radius: 4px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.fares-filter-item {
    flex: 1;
}

.fares-filter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.fares-filter-item-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    /* 162.5% */
}

.fares-filter-form,
.custom-trip-form-item-input {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: var(--White, #fff);
}

.fares-filter-form input,
.fares-filter-form>div:not(.datepicker.datepicker-inline),
.custom-trip-form-item-input input,
.custom-trip-form-item-input>div {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.fares-filter-form>div:not(.datepicker.datepicker-inline) {
    display: flex;
    align-items: center;
}

.custom-trip-form-item-input>div {
    display: flex;
    align-items: center;
}

.fares-filter-form input::placeholder {
    color: var(--gray-6---subtle-text, #8c8c8c);
}

.btn-action-filter {
    width: 154px;
    display: flex;
    height: 48px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: #fff;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

.fares-filter-result {
    padding: 24px 32px;
    border-radius: 8px;
    background: #fff;

    /* Rest */
    box-shadow: 0px 2px 4px 0px rgba(6, 21, 86, 0.15);
}

.fares-filter-result,
.fares-filter-result-items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fares-filter-result-header,
.fares-filter-result-item {
    display: flex;
    align-items: center;
}

.fares-filter-result-header-item {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
    background-color: #dce7fa;
}

.fares-filter-result-item-content {
    display: flex;
    height: 72px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.fares-filter-result-price {
    font-family: var(--font-primary-bold);
}

.fares-filter-result-item-content .sold-out {
    color: var(--gray-7, #595959);
    text-transform: uppercase;
    font-family: var(--font-primary-semiBold);
}

.fares-filter-result-item-content .btn-book-now,
.btn-color-yellow {
    display: flex;
    height: 32px;
    padding: 4px 16px;
    align-items: center;
    gap: 4px;
    width: max-content;
    border-radius: 48px;
    background: var(--Foundation-Yellow-yellow-500);
    color: #fff !important;
    text-align: center;
    font-family: var(--font-primary-semiBold);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
    cursor: pointer;
}

.btn-color-yellow {
    height: 42px;
    border-radius: 4px;
}

.fares-filter-result-item-content a {
    color: #4c9444;
    font-family: var(--font-primary-semiBold);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.fares-filter-result-item {
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    backdrop-filter: blur(1px);
}

.fares-filter-result-item:nth-child(even) {
    background: var(--bg, #f5f5f5);
}

.fares-filter-result-item-content:last-child {
    flex-direction: column;
}

.booking-container {
    width: 100%;
}

.booking-container-steps {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 56px;
    background: var(--gray-2, #f5f5f5);
}

.booking-container-steps-btn-prev {
    display: flex;
    height: 100%;
    padding: 0px 24px;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.booking-container-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    height: 100%;
    position: relative;
}

.booking-container-step .booking-container-step-bg {
    opacity: 0;
}

.booking-container-step.active .booking-container-step-bg {
    opacity: 1;
}

.booking-container-step.active {
    background-color: #d9d9d9;
}

.booking-container-step-bg img {
    width: 100%;
    height: 100%;
}

.booking-container-steps .booking-container-step.last-active {
    background: transparent;
}

.booking-container-step .booking-container-step-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
}

.booking-container-step.active {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-container-step.active:last-child {
    background: transparent;
}

.booking-container-step.active>svg,
.booking-container-step.active>span {
    z-index: 10;
}

.booking-inner {
    width: min(95%, 1320px);
    margin: 0 auto;
    padding: 48px 0 64px 0;
}

.booking-form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.booking-form-left {
    width: min(100%, 870px);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.booking-form-filter {
    padding: 16px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-form-tour-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.booking-form-tour-info-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-tour-info-content {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 4px 0px rgba(6, 21, 86, 0.15);
}

.booking-form-tour-info-img {
    border-radius: 8px;
    overflow: hidden;
    width: 322px;
}

.booking-form-tour-info-text {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.booking-form-tour-info-text-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
    text-transform: uppercase;
}

.booking-form-tour-info-text-desc {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.booking-form-tour-info-text-desc strong {
    font-family: var(--font-primary-semiBold);
}

.booking-form-tour-list-category {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-form-tour-list-category-title {
    color: var(--gray-6---subtle-text, #8c8c8c);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.booking-form-tour-list-category ul {
    width: 60%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px 40px;
    padding-left: 28px;
    margin: 0;
}

.booking-form-tour-list-category ul li {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
    width: 40%;
}

.booking-form-tour-info-content .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.booking-form-tour-info-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.booking-form-tour-info-price-title,
.booking-form-tour-info-price-text {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-medium);
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 150% */
}

.booking-form-tour-info-price-value {
    color: #da0707;
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-tour-info-price-text {
    color: var(--gray-7, #595959);
}

.booking-form-right {
    flex: 1;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--gray-4---stroke, #d9d9d9);
    background: #fff;
}

.booking-form-right-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.booking-form-right-title {
    color: var(--Title, #483022);
    font-family: var(--font-primary-semiBold);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    /* 140% */
}

.booking-form-right-info-from-to {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.booking-form-right-info-from-to-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.booking-form-right-info-from-to-item svg {
    margin-top: 4px;
}

.booking-form-right-info-from-to-text {
    display: flex;
    flex-direction: column;
}

.booking-form-right-info-from-to-text-date {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-info-from-to-text-time {
    color: var(--gray-8, #434343);
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    /* 166.667% */
}

.booking-form-right-header-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form-right-link,
.btn-modal-form {
    color: #005edc;
    font-family: var(--font-primary-regular);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
    text-decoration: none;
    cursor: pointer;
}

.booking-form-right .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.booking-form-right-number-people {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.booking-form-right-number-people .line,
.booking-form-right-custom-trip-item-content-item-desc .line {
    width: 1px;
    height: 20px;
}

.booking-form-right-number-people span,
.booking-form-right-custom-trip-item-header span {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-list-price {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.booking-form-right-list-price-header,
.booking-form-right-list-price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form-right-list-price-header {
    margin-bottom: 4px;
}

.booking-form-right-list-price-header span {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
}

.booking-form-right-list-price-item-name,
.booking-form-right-list-price-item-price {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-medium);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /* 157.143% */
}

.booking-form-right-list-price-item-price {
    font-family: var(--font-primary-regular);
}

.booking-form-right-total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -24px;
    padding: 16px 24px;
    background: #fff;
    width: calc(100% + 48px);
    box-shadow: 0px -2px 4px 0px rgba(6, 21, 86, 0.05);
}

.booking-form-right-total-price div {
    display: flex;
    flex-direction: column;
}

.booking-form-right-total-price-title {
    color: var(--gray-9---body-text, #262626);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.booking-form-right-total-price-subtitle {
    color: var(--gray-7, #595959);
    font-family: var(--font-primary-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    /* 166.667% */
}

.booking-form-right-total-price-price {
    color: var(--Foundation-Yellow-yellow-600, #b0992c);
    font-family: var(--font-primary-semiBold);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.booking-form-right-button {
    display: flex;
    height: 56px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-500);
    color: var(--White, #fff);
    font-family: var(--font-primary-semiBold);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    /* 144.444% */
    outline: none;
    border: none;
    cursor: pointer;
}

.custom-trip-form {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 1
}