@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Black_1.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-BlackItalic_1.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Bold_1.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-BoldItalic_1.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Extrabold_1.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-ExtraboldItalic_1.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Extrathin_1.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-ExtrathinItalic_1.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Light_1.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-LightItalic_1.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Regular_3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-RegularItalic_1.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Semibold_1.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-SemiboldItalic_1.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-Thin_1.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStdCY-ThinItalic_1.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

.product-card .room-detail .room-name {
    font-family: var(--font-primary);
    color: var(--color-secondary);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-card .inner-detail .inner-title {
    font-size: 16px;
}

.product-card .inner-detail .inner-features ul li {
    font-size: 14px;
    color: #737373;
    margin-bottom: 8px;
}

.post-widget .featured-posts .inner-right .inner-title {
    color: #000000;
}

.form-contact button[type=submit] {
    padding: 12px 100px;
    border-radius: 11px;
    background-color: var(--color-main);
    color: #ffff;
    border: none;
    margin-left: 10px;
}

.booking-form .booking-card .form-control {
    border-radius: 1rem;
    background-color: #E4E4E4;
    height: auto;
}

.visa-container {
    margin-top: unset;
}

.product-item .inner-title {
    height: 2lh;

}

@media (max-width: 767.98px) {
    .banner-hero .search-wrapper .nav-link,
    .banner-hero .search-wrapper .tab-content .form-group label,
    .banner-hero .search-wrapper .form-control {
        font-size: 10px;
    }
}

.ck-content ul {
    list-style: none;
}

.maps-box {
    overflow: visible;
}

.sticky-bar.stick {
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 999
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

body.show-admin-bar {
    .sticky-bar.stick {
        top: 40px;
    }

    .header .inner-menu {
        top: 40px;
    }
}

.header .inner-wrap {
    padding: 0 40px;
}

header .inner-main .logo img {
    padding: 5px;
}

@media (max-width: 768px) {
    header .inner-main .logo img {
        padding: 0;
    }
}

.header .inner-topbar ul li a {
    font-weight: 300;
}

.radius-20 {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .radius-20 {
        border-radius: 0;
    }

    #hotel-filter .inner-rating {
        flex-direction: column;
        align-items: flex-start;
    }

    #hotel-filter .inner-rating .custom-badge-primary {
        margin-top: 5px;
        margin-left: 0;
    }

    #hotel-filter .inner-last-book .custom-badge-blue {
        font-size: 10px;
    }

    #hotel-filter .product-item .inner-price-old {
        font-size: 15px;
    }

    #hotel-filter .product-item .inner-price-new {
        font-size: 22px;
    }
}

.list-style-none {
    list-style: none !important;
}

.section-hotel .inner-filter-location .filter-item {
    display: inline-block;
    margin-bottom: 7px;
}

@media (max-width: 768px) {
    .section-hotel .inner-filter-location .filter-item {
        font-size: 10px;
    }
}

.product-detail-timeline .inner-box {
    margin: 4px 4px 15px 4px;
}

.product-detail-timeline .inner-main,
.product-detail-timeline .inner-desc {
    overflow: hidden;
    height: auto;
    transition: height 0.3s ease;
}

.product-detail-timeline .inner-main.collapsed,
.product-detail-timeline .inner-desc.collapsed {
    height: 0;
}

@media (max-width: 767.98px) {
    .section-tour .container .flex-item .product-item .inner-image {
        width: 130px;
    }

    .banner-full {
        padding: 0 5px;
    }

    .banner-full img {
        border-radius: 10px;
    }
}

.search-wrapper .type-room {
    width: 252px;
    background-color: #fff;
    color: #495057;
}

@media (max-width: 768px) {
    .search-wrapper .type-room {
        font-size: 12px;
        width: 220px;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--color-main);
    border-radius: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
    font-size: 14px;
}

@media (max-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 10px;
    }
}

.header .inner-topbar ul li a {
    font-weight: 400;
}

#dropdownLanguageMenu {
    font-size: 16px;
    font-weight: 400;
}

.custom-language-switcher .dropdown .btn {
    padding: 0 15px 3px 15px;
}

.custom-a-top-bar span,
.custom-language-switcher .dropdown-toggle span {
    line-height: 18px;
    margin-left: 5px;
}

.custom-language-switcher .dropdown-toggle::after {
    vertical-align: middle;
    align-self: center;
}

@media (max-width: 768px) {
    .header .inner-menu {
        right: 0;
        height: 100vh;
        transform: translate3d(-100%, 0, 0);

    }

    .header .inner-menu > ul > li > a {
        border: none;
    }
}

button#overlayMenu {
    background-color: var(--color-secondary);
    border: none;
    color: #ffff;
    border-radius: 3px;
}

.member-card {
    background-color: rgba(242, 248, 253, 1);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    margin: 20px 10px;
}

.member-avatar {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.member-avatar img {
    width: 70px;
    height: 50px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
}

.member-info {
    color: var(--color-secondary);
}

.member-info .member-name {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.member-info .member-name .member-tier {
    color: var(--color-main);
    font-size: 16px;
}

.member-info .member-points {
    margin-bottom: 0;
    font-size: 10px;
    color: var(--color-secondary);
}

.menu-item-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 8px 0;
}

.menu-item-mobile a {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 16px;
}

.menu-item-mobile i {
    color: var(--color-main);
}

@media (max-width: 768px) {
    .header .inner-menu > ul {
        padding: 0 10px;
    }
}

.select2-container {
    width: auto;
}

#tab-1 .select2-container,
.hotel-search-wrapper .select2-container {
    width: 16.75rem !important;
}

#tab-3 .select2-container {
    min-width: 14.75rem !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px 20px 0px 8px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin: 4px 20px !important;
}

.double-range {
    max-width: 90%;
    margin: 5px auto 0;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 2px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    background-color: var(--color-highlight);
}

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: rgba(0, 7, 43, 1);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.double-range .caption {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-highlight);
}

#boxFilter .filter-choice,
#boxFilter .filter-type {
    list-style: none;
    padding: 0;
}

#boxFilter .filter-choice input[type="checkbox"] {
    accent-color: var(--color-highlight);
    margin-right: 12px;
}

#boxFilter input[type=radio] {
    accent-color: var(--color-highlight);
}

.box-filter ul li label {
    color: var(--color-secondary);
}

#boxFilter .filter-type li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#boxFilter .filter-type li label {
    flex: 1;
}

.list-products .product-item .inner-image img {
    height: unset;
}

.list-products .product-item .inner-content {
    padding: 0;
}

.list-products .product-item .inner-price {
    margin-bottom: 0;
    margin-right: 20px;
}

.offer-section {
    background-color: var(--color-main);
    color: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 8px;
    margin: 15px 0 25px;
}

.offer-section .offer-input-group {
    position: relative;
}

.offer-section .icon-mail {
    position: absolute;
    top: 30%;
    left: 25px;
    z-index: 9;
    color: var(--color-main);
}

.offer-section .input-mail {
    padding: 20px 50px;
    border-radius: 8px;
    border: none;
    width: 100%;
    font-size: 14px;
}

.offer-section .btn-mail {
    position: absolute;
    right: 14px;
    top: 24%;
    background-color: var(--color-secondary);
    color: #ffff;
    width: 35px;
    height: 35px;
    line-height: 8px;
    border: none;
    border-radius: 5px;
}

.offer-section .btn-mail i {
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .product-ticket.product-mobile .swiper-slide {
        width: 60%;
    }
}

.fw-400 {
    font-weight: 400;

}

.fw-700 {
    font-weight: 700;
}

.fs-16 {
    font-size: 16px;
}

.fs-32 {
    font-size: 32px;
}

.p-40 {
    padding: 40px;
}

.list-products .tour-item .inner-meta-two {
    padding-top: 20px;
    margin-right: 20px;
}

.list-products .product-item.tour-item .inner-image img {
    height: 215px;
}

@media (max-width: 767.98px) {
    .list-products .product-item.tour-item .inner-image img {
        height: 100%;
    }

    .list-products .product-item.tour-item .inner-content {
        padding: 0 15px 20px 15px;
    }

    .list-products .tour-item .inner-meta-two {
        margin-right: 5px;
    }
}

.page-list-hotels .product-item .inner-image {
    width: 330px;
    height: 221px;
    aspect-ratio: 395 / 254;
}

.page-list-hotels .product-item .inner-image img {
    height: auto;
}

@media (max-width: 767.98px) {
    body.show-admin-bar {
        .header .inner-menu {
            top: 40px;
        }
    }
}

.product-card .swiper-slide .inner-item img {
    height: 200px;
    object-fit: cover;
}

.tour-blogs .blog-item-1 img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .blog-item-1 .inner-date,
    .blog-item-1 .inner-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .blog-item-2 .inner-desc {
        font-size: 10px;
    }
}

.gradient-background {
    right: 0;
    left: 0;
}

.container-custom {
    max-width: 1230px;
}

.text-color {
    color: var(--color-text);
}

.product-item .inner-price-old {
    height: 25px;
}

.product-detail-booking .form-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.product-detail-booking .form-group label {
    font-size: 12px;
    width: 50%;
    margin-bottom: 0;
}

.product-detail-booking .form-group label.color-main {
    color: var(--color-secondary);
}

.product-detail-booking .product-attributes .attribute-values {
    width: 50%;
    font-size: 12px;
}

.fs-12 {
    font-size: 12px;
}

p, ul, li, div, nav {
    padding: 0;
    margin: 0;
}

#cssvmenu {
    position: relative;
    z-index: 2;
}

.parent-menu {
    background-color: #ffffff;
    min-width: 200px;
    float: left;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid var(--color-main);
}

#cssvmenu ul {
    list-style-type: none;
}

#cssvmenu > ul > li {
    padding: 21px 23px 0 23px;
    border-right: 5px solid var(--color-main);
}

#cssvmenu > ul > li:first-child {
    border-top-left-radius: 7px;
}

#cssvmenu > ul > li:first-child > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
    left: 220px;
    transition: none;
}

#cssvmenu > ul > li:last-child {
    border-bottom-left-radius: 7px;
}

#cssvmenu > ul > li:last-child > a {
    border-bottom: unset;
}

#cssvmenu > ul > li > a {
    padding-bottom: 20px;
    display: block;
    color: var(--color-secondary);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(186, 184, 184, 1);
}

#cssvmenu > ul > li:hover {
    background-color: var(--color-main);
}

#cssvmenu > ul > li:hover > a {
    color: #ffffff;
}

#cssvmenu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

#cssvmenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
    left: 220px;
    transition: left 400ms ease-out;
}

#cssvmenu ul li > ul {
    position: absolute;
    background-color: #ffffff;
    top: -1px;
    left: -200px;
    display: none;
    width: 340px;
    z-index: -1;
    height: 100%;
    transition: left 400ms ease-out;
    border: 1px solid var(--color-main);
    border-radius: 0 7px 7px 0;
}

#cssvmenu ul li > ul li {
    padding: 0 27px;
}

#cssvmenu ul li ul li > ul {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

#cssvmenu ul li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    left: 358px;
    z-index: 2;
    transition: left 400ms ease-out;
}

#cssvmenu ul li ul li:hover {
    background-color: var(--color-main);
}

#cssvmenu ul li ul li:hover > a {
    color: #ffffff;
}

#cssvmenu ul li ul li > a {
    color: var(--color-secondary);
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid rgba(186, 184, 184, 1);
}

#cssvmenu ul li ul li:last-child > a {
    border-bottom: unset;
}

#cssvmenu .vertical-menu-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    display: block;
}

#cssvmenu span.menu-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 265px;
    display: block;
}

#cssvmenu .parent-menu {
    position: relative;
}

.jsSwiperSildeMenu img {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 579 / 345;
}

.jsSwiperSildeMenu .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 0.1px solid #CCCCCC;
}

.jsSwiperSildeMenu .swiper-pagination-bullet-active {
    background-color: var(--color-main);
}

@media (max-width: 767.98px) {
    #tab-1 .select2-container,
    #tab-3 .select2-container {
        min-width: 80.6vw !important;
    }

    .search-wrapper .custom-type-room {
        width: 260px;
    }
}

.custom-place-height {
    height: 15rem;
}

@media (max-width: 768px) {
    .custom-place-height {
        height: 10rem;
    }

    .header .inner-wrap {
        padding: 10px 0;
    }
}

.product-item .inner-meta-one {
    min-height: 1.25rem;
}

.banner-hero .custom-banner-v1 .inner-search {
    bottom: 20%;
}

@media (min-width: 768.01px) {
    .header ul.custom-main-submenu {
        width: auto;

    }

    .header ul.custom-main-submenu span.menu-title {
        white-space: nowrap;
    }
}

#loginModal .modal-content {
    border-radius: 16px;
}

.fw-300 {
    font-weight: 400;
}

.fw-400 {
    font-weight: 400;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}

@media (min-width: 576px) {
    .custom-modal-sm-340 {
        max-width: 340px;
    }
}

.header .custom-about-us {
    padding-bottom: 2px;
}

span.custom-username {
    position: absolute;
    top: 5px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cssvmenu ul li ul {
    height: calc(100% + 2px);
}

@media (min-width: 768.01px) {
    .header ul.custom-main-submenu > li > a > span.menu-title {
        font-weight: 700;
        font-size: 18px;
    }

    .header ul.custom-main-submenu li ul li a {
        border-bottom: none;
    }

    .header ul.custom-main-submenu li ul li span.menu-title {
        font-weight: 400;
        font-size: 16px;
        color: var(--color-secondary);
    }
}

.alert-container {
    position: fixed;
    top: 5lh;
    right: 20px;
    z-index: 9999;
}

@media (min-width: 768.01px) {
    .header .inner-menu > ul > li > ul a {
        border-bottom: none;
    }

    .custom-main-submenu > li {
        margin-right: 1rem;
    }
}

@media (max-width: 767.98px) {
    .header .inner-menu {
        z-index: 999;
    }
}

.hotel-place-content h3,
.hotel-place-content p {
    color: var(--color-secondary);
}

.hotel-place-content h3:hover,
.hotel-place-content p:hover {
    color: var(--color-main);
}

.visa-form .booking-form .booking-card .form-control {
    padding: 13px 26px;
}

.visa-form .booking-form .booking-card select.form-control {
    font-size: 1rem;
}

@media (min-width: 768.01px) {
    .header .inner-menu > ul > li > ul.custom-main-submenu > li > a {
        padding-top: 1rem;
    }
}

.product-item .inner-location {
    height: 1.25rem;
}

.check-room .quick-option input[type="checkbox"] {
    accent-color: var(--color-main);
}

.product-detail-booking .inner-buttons .submit-button {
    width: calc(50% - 10px);
}

.section-tour .container .flex-item .product-item .inner-buttons .booking-now {
    width: 100%;
}

@media (max-width: 768px) {
    #hotel-filter .inner-rating .custom-badge-primary {
        min-height: 1rem;
    }
}

.section-product-hot .product-item .inner-price {
    margin-bottom: 0;
    height: 4rem;
    justify-content: flex-end;
}

.image-gallery .image-gallerygrid-4 .overlay {
    position: absolute;
    top: 0;
    left: 10px;
    width: 93%;
    height: 90%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 1;
    border-radius: 5px;
}

.custom-box-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    flex-wrap: wrap;
}

.custom-box-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    background: #fff;
    color: var(--color-main);
}

.btn-apply-coupon-code {
    height: 2.5rem;
    border-radius: 1rem;
}

.custom-form-rating-stars .rating {
    border: none;
    float: left;
}

.custom-form-rating-stars .rating > label {
    color: #90A0A3;
    float: right;
}

.custom-form-rating-stars .rating > input {
    display: none;
}

.custom-form-rating-stars .rating > input:checked ~ label,
.custom-form-rating-stars .rating:not(:checked) > label:hover,
.custom-form-rating-stars .rating:not(:checked) > label:hover ~ label {
    color: #F79426;
}

.custom-form-rating-stars .rating > input:checked + label:hover,
.custom-form-rating-stars .rating > input:checked ~ label:hover,
.custom-form-rating-stars .rating > label:hover ~ input:checked ~ label,
.custom-form-rating-stars .rating > input:checked ~ label:hover ~ label {
    color: #FECE31;
}

.fs-24 {
    font-size: 24px;
}

.banner-hero .search-wrapper .nav-link {
    color: var(--color-secondary);
}

@media (max-width: 768px) {
    .section-promotion .pagination-bottom.swiper-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }

    .section-promotion .gradient-background {
        height: 100%;
    }
}

.header-fixed .inner-topbar {
    position: relative;
    right: auto;
}

.header-fixed .inner-main {
    margin-top: 0;
    padding-top: 10px;
}

.header .inner-wrap {
    padding: 0 20px;
}

.header .inner-topbar ul li {
    margin: 5px 10px 5px 20px;
}

@media (max-width: 768px) {
    .header .custom-header .logo img {
        width: 94px;
        height: 50px;
    }

    .header .custom-header {
        justify-content: space-between;
        align-items: center;
    }
}

.header .inner-topbar ul li a i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .member-card {
        justify-content: center;
    }

    .member-card .member-name a {
        color: var(--color-secondary)
    }

    .member-card .member-avatar a {
        width: 70px;
        height: 50px;
    }

    .member-card .member-avatar img {
        width: 100%;
        height: 100%;
    }

    .header .inner-menu > ul > li > a {
        border-top: 0.5px solid rgba(255, 61, 107, 0.3);
        border-bottom: 0.5px solid rgba(255, 61, 107, 0.3);
    }

    .header .inner-menu > ul > li:not(:last-of-type) > a {
        border-bottom: none;
    }

    .header .inner-menu > ul > li > a i {
        color: var(--color-main);
        margin-right: 24px;
    }

    .menu-item-mobile {
        margin: 1rem 0;
    }

    .menu-item-mobile i {
        font-size: 22px;
    }
}

.header .custom-header .inner-topbar ul {
    justify-content: flex-start;
}

.box-social ul li a.inner-zalo {
    color: #fff;
    background: #ffffff;
}

.box-social-fixed ul li a.inner-search:hover .phone-number,
.box-social-fixed ul li a.inner-search:hover .phone-number::before {
    display: block;
}

.box-social-fixed ul li a.inner-search .phone-number::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid var(--color-main);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: none;
}

.box-social-fixed ul li a.inner-search .phone-number {
    display: none;
    position: absolute;
    left: -270px;
    white-space: nowrap;
    font-size: 20px;
    padding: 5px;
    background-color: var(--color-main);
    color: #fff;
    border-radius: 3px;
}

.tour-order .tour-header .company-info .right img {
    width: auto;
}

.hotel-policies table tbody tr td ul,
.product-detail-tabs .tab-pane ul,
.product-detail-desc .inner-content ul,
.post .content ul {
    padding: 0 25px;
}

.quick-option-title .quick-option {
    flex-wrap: wrap;
}

.post .detail-body .content img {
    width: 100%;
    height: 100%;
}

.product-detail-desc .inner-content *,
.product-detail-timeline .inner-desc .ck-content *,
.product-detail-tabs .tab-content .tab-pane * {
    font-family: var(--font-primary) !important;
}

.border-radius-16 {
    border-radius: 16px;
}

.fs-15 {
    font-size: 15px;
}

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

.font-primary {
    font-family: var(--font-primary) !important;
}

@media (min-width: 768.01px) {
    .header .inner-menu > ul {
        position: absolute;
        width: 80rem;
        justify-content: flex-start;
    }

    #cssvmenu {
        height: 328px;
    }

    #cssvmenu .parent-menu {
        height: 100%;
    }

    #cssvmenu > ul > li {
        padding: 16px 23px 0 23px;
    }

    #cssvmenu > ul > li > a {
        padding-bottom: 15px;
    }

    .header .inner-menu > ul > li {
        padding-bottom: 20px;
    }

    .header .inner-menu > ul > li:hover > a ~ ul {
        margin-top: 20px;
        min-width: 50vw;
        padding: 0.5rem 1.5rem;
    }

    .header .inner-menu > ul > li > ul {
        left: -10rem;
    }

    .custom-main-submenu > li {
        min-width: 15rem;
    }
}

.section-tour .inner-price .inner-price-new,
.tour-item .inner-price-new {
    margin-left: 0;
}

.section-tour .inner-price .inner-price-old,
.tour-item .inner-price-old {
    margin-right: 15px;
}

.fs-20 {
    font-size: 20px !important;
}

.product-item .inner-price-old {
    min-height: 25px;
}

.section-comment .select-hotel-option select {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    border: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

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

.hotel-policies {
    background-color: #ffffff;
    padding: 25px 18px;
    box-shadow: 0 0 5px 0 #00000026;
    border-radius: 16px;
    margin-top: 30px;
}

.hotel-policies {
    background-color: #ffffff;
    padding: 25px 18px;
    box-shadow: 0 0 5px 0 #00000026;
    border-radius: 16px;
    margin-top: 30px;
}

.hotel-policies table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-secondary);
}

.hotel-policies table tbody tr td:nth-child(1) {
    width: 20%;
    min-width: 250px;
}

.hotel-policies table tbody tr td {
    padding: 15px 15px 15px 0;
    border-bottom: 2px solid #ddd;
}

@media (max-width: 768px) {
    .hotel-policies table tbody tr td {
        display: block;
        padding: 5px 0;
        border-bottom: 0;
    }

    .hotel-policies table tbody tr td:nth-child(2) {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd;
    }
}

.detail-head .post-title h1,
.post-related h3 {
    color: var(--color-secondary);
}

.parent-menu {
    min-width: 252px;
}

#cssvmenu > ul > li:first-child > ul,
#cssvmenu > ul > li:hover > ul,
#cssvmenu ul li > ul {
    left: 250px;
    width: 310px;
}

#cssvmenu .vertical-menu-title {
    max-width: 190px;
}

@media (max-width: 767.98px) {
    #tab-1 .select2-container, .hotel-search-wrapper .select2-container {
        min-width: 80.6vw !important;
    }
}

.product-item.tour-item .inner-price-new {
    font-size: 20px;
}

.list-discounts .discount-info::before {
    top: -21px;

}

.list-discounts .discount-info::after {
    bottom: -21px;
}

.section-ticket .inner-price, .section-ticket .inner-meta-one {
    flex-direction: row;
    justify-content: space-between;
}

.section-ticket .inner-price .inner-price-new, .section-ticket .inner-price-new {
    margin-left: 0;
}

.section-ticket .inner-price .inner-price-new {
    font-weight: 700;
    font-size: 16px;
}

.section-ticket .inner-price .inner-price-old {
    font-weight: 400;
    font-size: 14px;
}

.section-ticket .inner-buttons {
    display: flex;
    flex-direction: column;
}

.section-ticket .inner-buttons .booking-now {
    gap: 10px;
    display: flex;
    padding: 8px 6px;
    border: 1px solid #00072B;
    color: #000000;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
}

.personal-body .form-group label {
    min-width: 200px;
}

.hotel-price .inner-price-old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 14px;
    text-align: end;

}

.hotel-price .inner-price-new {
    font-size: 28px;
    color: #ff3d6b;
    font-weight: bold;
}

.header .inner-menu > ul > li > a {
    font-size: 16px;
}

i.commit-icon::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAASCAMAAAD19teXAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAHOUExURf9AcP8+bP89a/89a/89a/88av84aP8+bP89a/89a/89a/88av89av89a/89av88a/87av89a/88av86aP83Z/83Zv84Z/88a/85aP87av9Fcf5ukP2TrPyetP2Ho/5Md/9EcP2Anv2Rqv2Qqv2Pqf14mP1xk/2Eof9PeP9Ldf19nP13l/9Ecf9IdPyUrfvd5Pvj6frj6frs7/y1xv5jiPu7yvvb4/vm6/r4+Pvn6/ypvfyQqvvj6P86af1ukPynu/9Ic/1yk/rq7vy+zf5tj/yOqfrp7fyqvf5hhv5ih/yht/r7+/2asf5Yf/5ZgPro7P9Bbvrt8P51lfydtPrr7v9Db/1+nP80Zf2Govr5+f57mv81Zf87afy5yfvW3/5Xf/5IdPu4yP5agf9KdfyyxPvX3/5kif2IpP9Abf2CoP2Fof1pjPre5Pykuf9Hcv9Hc/yluvrl6v15mP8+bP5fhfy0xf2NqP54l/5xkvrz9f5bgv5Se/1wkfvh5/ysv/yzxPvf5vvP2vvS2/9Nd/rn7PrU3fvJ1fvS3P2Kpfr+/f1/nf8/bf2Cn/r///yluf5Nd/2JpPyxwv5lif5qjfyuwf5kiP5Vffyrvv5pjP///7xEsqAAAAARdFJOUwlY1fjQVQlV6/79WM/U0NVY+Ib+3QAAAAFiS0dEmQHWNqgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfpAgoEMx7hj6NhAAABYklEQVQoz2NgYGRiFiQCsLCyMbBzcBKjVJCLg5uBh4sopYKCnLwMSDwhYRFRMSFxCTEQkBAWEwIKSUjApZmR1EpKScvIyskrKCopqygrqaqpawgKaWpp68AVINQK6erpGxgaGZuYmplbWJpZWduoC9namdk7CGGqFXR0cnYxcXVz9/D08vYx8fXzNw0Q0wsMEsQ0V1wqOERRzDY0zFEwPCIyKjpGKjYuPiExLikGU61Qckpqmq2gYECAoFh6pJaYYEamf1Z2Tm6eEBa1+QWFRRKSxZ4lxRC1Qn7+pWVu5cJY3CAoVFGZWFVdU1sXAFWbXN/Q2FRii1Vts31La5t/u0mxSEdnl5igYHdPZ2+fghA2tYIx/RMmmhZMKha0nTxlKtA4yWnT62YgOUEQJd4kihViQN6OEZEE80VEYgSR1aImMiFBPICBl7hkBkxoPAyMHMQlNE4OVgYGdj5ilDLzC7ABANjwYzjqU89xAAAADmVYSWZNTQAqAAAACAAAAAAAAADSU5MAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDItMTBUMDQ6NTE6MTcrMDA6MDDjJs96AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTAyLTEwVDA0OjUxOjE3KzAwOjAwknt3xgAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNS0wMi0xMFQwNDo1MTozMCswMDowMELsb+oAAAAASUVORK5CYII=');
    display: inline;
    width: 50px;
}

.filter-choice {
    max-height: 110px;
    overflow-y: auto;
    padding: 5px;
}

.contact-form-sidebar {
    background: var(--color-main);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 350px;
    margin: auto;
}

.btn-linear {
    background: linear-gradient(135deg, #D75890, var(--color-main));
}

.jsSwiperHotelLocations .swiper-slide, .jsSwiperHotelLocations2 .swiper-slide {
    width: auto !important;
}

.post p {
    font-size: 16px !important;
    line-height: 1.5;
    margin-top: 6pt;
}

.post h1 {
    font-size: var(--h1-font-size) !important;
}

.post h2 {
    font-size: var(--h2-font-size) !important;
}

.post h3 {
    font-size: var(--h3-font-size) !important;
}

.post h4 {
    font-size: var(--h4-font-size) !important;
}

.post p, .post p * {
    font-size: var(--text-font-size) !important;
}

.post * {
    font-family: 'Averta', sans-serif !important;
}

.form-contact {
    padding: 40px 15rem 0;
}

@media (max-width: 767.98px) {
    .form-contact {
        padding: 40px 0 0;
    }
}

.related-post-feature-image img {
    height: 150px;
    width: 100%;
}

.related-post-title, .related-post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post-title {
    max-height: 2.75em;
}

.related-post-desc {
    max-height: 3em;
}

.post blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 1rem;
    font-size: 30px;
}

.post blockquote {
    display: flex;
    background-color: #A4D4FF;
    padding: 15px;
    align-items: center;
}

.post span strong {
    color: inherit;
}

.custom-hotel-banner-wrapper::before {
    display: none;
}

.blog-page-layout .inner-list-breadcumb {
    margin-top: 0;
    padding-top: 30px;
}

.blog-item-horizontal .inner-image img {
    object-fit: fill;
}

.reset-password .btn-auth-submit {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.reset-password .d-grid {
    text-align: center;
}

@media (min-width: 768.01px) {
    ul.custom-main-submenu.custom-no-child {
        flex-direction: column !important;
        left: auto !important;
        min-width: auto !important;
    }

    ul.custom-main-submenu.custom-no-child span.menu-title {
        font-weight: 400 !important;
        font-size: 16px !important;
        color: var(--color-secondary);
    }
}

.hotel-map {
    width: 100%;
    aspect-ratio: 1/1.4;
}

.hotel-map iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 768.01px) {
    .hotel-map {
        aspect-ratio: 1/1;
    }
}

.toc-h2 {
    margin-left: 15px;
}

.toc-h3 {
    margin-left: 25px;
}

#post-toc {
    background: #f9f9f9;
    border-left: 4px solid #3498db;
    padding: 1rem;
    margin: 2rem 0;
    font-family: Arial, sans-serif;
    border-radius: 6px;
}

#post-toc h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3rem;
}

#post-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#post-toc li {
    margin: 0.5rem 0;
}

#post-toc a {
    text-decoration: none;
    color: #3498db;
    transition: color 0.3s;
}

#post-toc a:hover {
    color: #1d6fa5;
}


#toggle-amenities-btn {
    padding-top: 16px;
}

#toggle-amenities-btn::after {
    content: '\f101';
    font-family: FontAwesome;
}

.check-room {
    padding: 16px 32px;
}

.custom-banner-v5 {
    height: 360px;
    padding-top: 80px;
}

.single-header-meta {
    display: flex;
}

.single-header-meta svg {
    width: 15px;
    margin: 0 5px;
}
