@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500 900;
    font-display: swap;
    src: url(../Font/Helvetica/helvetica-neue-medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../Font/Helvetica/helvetica-neue-regular.ttf) format('truetype');
}

:root {
    --text-color: #3F3F3F;
    --main-color: #00597F;
    --sub-color: #2AC6C5;
    --gray-color: #96969E;
    --gray-color2: #CDCDCF;
}

/*
 *  STYLE 4
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px var(--sub-color);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 0;
}

.mb-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .mb-scroll ::-webkit-scrollbar {
        display: none;
    }

html, body, button {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-mon {
    font-family: "Montserrat", sans-serif !important;
}

.font-h {
    font-family: 'Helvetica Neue', sans-serif;
}


input:focus,
input:focus-visible {
    outline: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 2;
}

    header .menu-button {
        display: none;
    }

.hover-icon:hover .on,
.clicked-icon .on,
.active .on {
    display: block;
}

    .hover-icon:hover .on.important,
    .active .on.important {
        display: block !important;
    }

.max-md\:hidden.important {
    display: none !important;
}

.hover-icon:hover .off,
.clicked-icon .off,
.active .off {
    display: none;
}

.header-menu .menu-item {
    position: relative;
    cursor: pointer;
}

.header-menu .bridge {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    top: 18px;
}

.map-item {
    min-width: 120px;
    width: auto;
    padding: 0 5px;
}

    .map-item:hover,
    .map-item.active {
        background-color: rgb(7 89 133 / var(--tw-bg-opacity));
        color: white;
        cursor: pointer;
    }

    .map-item h3 {
        white-space: nowrap;
    }

.phuongtien-item:hover,
.phuongtien-item.active {
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
    color: white;
    cursor: pointer;
}

@media(min-width: 800px) {
    .header-menu .menu-item:hover + .sub-menu, .sub-menu:has(.sub-menu-content:hover) {
        display: block;
        /* background-color: black; */
    }

    .sub-menu .sub-menu-content {
        border-top: 1px solid #e8e8e8;
    }
}


.header-menu .menu-item .rotate,
.header-menu .menu-item:hover .downnnn {
    display: none;
}

.header-menu .menu-item:hover .rotate {
    display: block;
}

.sub-menu {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    z-index: 2;
    min-width: 250px;
    background-color: #00000050;
    border-top: 1px solid #96969E;
    box-shadow: 0px 5px 7px #00000050;
    /* border-bottom: 1px solid #96969E; */
}


    .sub-menu .sub-menu-content {
        background-color: white;
        width: 100%;
        z-index: 1;
        position: relative;
        top: -1px;
    }

    .sub-menu.menu-small .sub-menu-content {
        position: absolute;
        bottom: unset;
        right: unset;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        overflow: hidden;
        width: 320px;
        left: 520px;
    }

    .sub-menu ul {
        display: flex;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .sub-menu.menu-small ul {
        padding: 20px;
    }


    .sub-menu .sub-menu-item {
        height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: var(--text-color);
        width: 25%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .sub-menu .sub-menu-item.text-color_main {
            color: var(--sub-color);
        }

            .sub-menu .sub-menu-item.text-color_main:hover {
                color: #07abab;
            }

    .sub-menu.fifty .sub-menu-item {
        width: 50%;
    }

    .sub-menu.menu-small .sub-menu-item {
        width: 100%;
    }

    .sub-menu .sub-menu-item:hover {
        color: var(--sub-color);
        font-weight: bold;
    }

.tab-item {
    cursor: pointer;
    /* padding: 8px 0; */
}

    .tab-item.active, .tab-item:hover {
        border-bottom: 2px solid var(--sub-color);
        color: var(--text-color);
    }

@media (max-width: 800px) {
    .header-operation {
        display: none !important;
    }

    header .menu-button {
        display: block;
        width: 40px;
    }

        header .menu-button .hamburger-m {
            display: block;
        }

        header .menu-button.close .hamburger-m {
            display: none;
        }

        header .menu-button .close-x {
            display: none;
        }

        header .menu-button.close .close-x {
            display: block;
        }

    .header-menu {
        position: fixed;
        left: -100%;
        top: 58px;
        bottom: 0;
        width: 100%;
        background-color: white;
        z-index: 1;
        border-right: 1px solid #e8e8e8;
        display: block !important;
        transition: 0.3s;
        overflow: auto;
    }

        .header-menu.active {
            left: 0;
        }

        .header-menu .menu-item {
            width: 100%;
            height: 50px !important;
            padding: 0 20px;
            justify-content: space-between;
            border-bottom: 1px solid #CDCDCF;
        }

            .header-menu .menu-item.fxb {
                display: none;
            }

        .header-menu.active .menu-item.fxb {
            display: flex;
            justify-content: center;
        }

        .header-menu .menu-item.fxb {
            height: auto !important;
            z-index: 99;
        }

    .sub-menu {
        position: unset;
        width: 100%;
        display: block;
        box-shadow: none;
    }

        .sub-menu ul {
            flex-wrap: wrap;
            padding: 10px 0;
            background: #f5f5f5;
        }

        .sub-menu .sub-menu-item {
            width: 100% !important;
            padding: 0 20px;
        }

    .breadcrumb-list {
        font-size: 14px !important;
        color: #96969E !important;
    }

        .breadcrumb-list img {
            opacity: 0.7;
        }

    .sub-menu.menu-small .sub-menu-content {
        position: unset;
        border-radius: 0;
        width: 100%;
    }

    .sub-menu.menu-small ul {
        padding: 10px 0;
    }

    .md-will-input {
        width: calc(100% - 60px) !important;
    }

    .md-will-icon {
        width: 40px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 8px;
}

.slick-dots {
    display: block;
    bottom: -60px;
    right: 0;
    left: unset;
    text-align: right;
}

    .slick-dots li button {
        width: 25px;
        height: 4px;
        padding: 0;
        background: #e8e8e8;
        border-radius: 6px;
    }

        .slick-dots li button:before {
            content: none;
        }

    .slick-dots li.slick-active button {
        background: var(--sub-color);
    }

.affixe {
    top: 90px;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    z-index: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

    .affixe .affixe-child {
        border-radius: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

.room_info {
    height: calc(100vh - 250px);
    overflow: auto;
}

    .room_info.h360 {
        height: calc(100vh - 360px);
    }

.h360 {
    height: calc(100vh - 360px) !important;
}

.box-right {
    padding-bottom: 200px;
}

.btn-ct {
    border: 1px solid #96969E;
    background-color: #F1F1F1;
    color: #96969E;
}

    .btn-ct:hover,
    .btn-ct.active {
        background: var(--sub-color);
        border: 1px solid var(--sub-color);
        color: white;
    }

@media (max-width: 800px) {
    .filtter .home-ft-input {
        border: none;
        background-color: white;
        height: 40px;
        border-radius: 12px;
    }

    .filtter .mb-pop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        border-radius: 0;
    }

    .filtter .child-local {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        top: 0;
        padding: 0;
    }

    .filtter ul li {
        font-size: 16px;
    }
}

.hl {
    background: linear-gradient(90deg, #00597F 0%, #2AC6C5 100%);
}

.page button:hover,
.page button.active {
    background-color: var(--sub-color);
    color: white;
    cursor: pointer;
}

.slider-product .slick-track {
    margin-left: 0;
}

.slider-product .slick-prev:before, .slider-product .slick-next:before,
.slider-news .slick-prev:before, .slider-news .slick-next:before {
    padding: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
}

.slider-product .slick-prev, .slider-product .slick-next,
.slider-news .slick-prev, .slider-news .slick-next {
    width: 32px;
    height: 32px;
}

.slick-prev:before {
    content: '';
    background: url(../imgs/home/1.svg) no-repeat center;
}

.slick-next:before {
    content: '';
    background: url(../imgs/home/2.svg) no-repeat center;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    border-radius: 9px;
    border: 0px;
    background: #F9F5F1;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

    .slider-container .price-slider,
    .slider-container .price-slider2,
    .slider-container .dientich-slider {
        height: 100%;
        position: absolute;
        border-radius: 5px;
        background: var(--sub-color);
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        background: none;
        top: -5px;
        pointer-events: none;
        cursor: pointer;
        -webkit-appearance: none;
    }

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: var(--sub-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 2px 4px #00000050;
}

.filter-button {
    min-width: 125px;
    justify-content: space-between;
}

.list-ft-input.active {
    border: 1px solid var(--main-color);
    background-color: #F8F5F1;
}

.filter-button .filter-button_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.filter-option ul li {
    cursor: pointer;
}

.filter-header a:hover {
    color: var(--sub-color);
}

.sc-div {
    overflow: auto;
    display: flex;
    gap: 10px;
}

.btn-ft {
    border: 1px solid var(--text-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 36px;
    padding: 0 15px;
    white-space: nowrap;
}

    .btn-ft.active {
        border: 1px solid var(--sub-color);
    }

.filter-panel {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.f-item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CDCDCF;
    padding: 16px 24px;
    flex-flow: column;
}

.btn-sort:hover {
    background-color: white !important;
    color: var(--text-color) !important;
    border: 1px solid #96969E;
    border-radius: 12px;
    position: relative;
    z-index: 12;
    cursor: pointer;
}

.btn-sort div:hover {
    color: var(--sub-color);
}

.btn-sort:hover div:nth-child(n+2) {
    display: block;
}

.btn-sort-item.active {
    background-color: var(--sub-color);
    color: white;
}

.btn-readmore-1 {
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 40%);
    margin-top: -40px;
    height: 80px;
    padding: 40px 0;
    text-decoration: underline;
}

.HouseRules {
    position: relative;
}

    .HouseRules.overflow-hidden::after {
        display: inline-block;
        content: '';
        position: absolute;
        inset: 0;
        top: unset;
        height: 80px;
        background-image: linear-gradient(rgba(255, 255, 255, 0), white 100%);
    }

.hidden-room-hetphong {
    display: none;
}

    .hidden-room-hetphong.show-all {
        display: block;
    }

.home-ft-input {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex: 1;
    border-right: 1px solid #ccc;
    padding: 0 5px;

    @media (max-width: 800px) {
        padding: 0;
    }
}

    .home-ft-input:last-child {
        border-right: 0;
    }

.home-ft-input_baby {
    border: 1px solid white;
    border-radius: 5px;
    padding: 3px 8px;

    @media (max-width: 800px) {
        border-radius: 12px;
    }
}

    .home-ft-input_baby.active {
        border: 1px solid var(--sub-color);
        background-color: #F8F5F1;

        @media (max-width: 800px) {
            border: 2px solid #00597fc5;
            border-radius: 12px;
        }
    }

.home-ft-input_close {
    position: absolute;
    right: 17px;
    top: 8px;
    background-color: #F8F5F1;

    @media (max-width: 800px) {
        right: 12px;
        top: 13px;
    }
}

.filtter .title-pc {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    color: var(--main-color);
    font-weight: 500;
    font-size: 17px;

    @media (max-width: 800px) {
        display: none;
    }
}

.li-item-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    cursor: pointer;
    height: 40px;
    margin-bottom: 10px;
}

    .li-item-btn.active {
        border: 1px solid var(--sub-color);
        background-color: #F8F7F6;
    }

    .li-item-btn:hover {
        background-color: #e4e4e4;
    }

.li-filter-input {
    position: relative;
    border: 1px solid var(--sub-color);
    border-radius: 15px;
    height: 38px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .li-filter-input input {
        padding-left: 40px;
        height: 38px;
        border: none;
        font-weight: normal;
        font-size: 16px;
        background-color: white;
    }

@media(max-width: 800px) {
    .li-filter-input input {
        width: 100%;
        height: 35px;
        padding-right: 10px;
    }
}

.li-filter-input img {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 25px;
}

.reset-bottom-mb {
    align-items: center;
}

    .reset-bottom-mb .btn-save {
        height: 38px;
        padding: 0 15px;
        border-radius: 10px;
        background-color: #F1F1F1;
        color: #CDCDCF;
        font-weight: 500;
    }

        .reset-bottom-mb .btn-save.active {
            color: white;
            background-color: var(--main-color);
        }

    .reset-bottom-mb .datlai {
        color: var(--gray-color2);
        text-decoration: underline;
        font-weight: 500;
    }

        .reset-bottom-mb .datlai.active {
            color: var(--main-color);
        }

@media (max-width: 800px) {
    .reset-bottom-mb {
        position: fixed;
        bottom: 0;
        border-top: 1px solid #e8e8e8;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .ul-filter_wappermb {
        padding-top: 70px;
        height: calc(100vh - 100px);
        max-height: unset !important;
    }

    .li-filter-input_wappermb {
        background-color: var(--sub-color);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-bottom: 5px;
        z-index: 9;
        position: fixed;
        width: 100%;
        top: 65px;
    }

    .list-mb-ft-keyword.active {
        border: 1px solid var(--main-color);
        overflow: hidden;
    }

        .list-mb-ft-keyword.active,
        .list-mb-ft-keyword.active div,
        .list-mb-ft-keyword.active input {
            background-color: #F8F7F6 !important;
        }
}

.btn-tiemkiemmb {
    background-color: #F1F1F1;
    color: #CDCDCF;
}

    .btn-tiemkiemmb.active {
        background-color: var(--main-color);
        color: white;
    }

.drd-keywords {
    z-index: 1;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    border-radius: 10px;
    display: inline-block;
    max-height: 400px;
    background-color: white;
}

    .drd-keywords ul {
        padding: 20px 0;
        display: flex;
        width: 100%;
        flex-flow: column;
    }

        .drd-keywords ul li {
            display: flex;
            justify-content: start;
            gap: 8px;
            align-items: center;
            font-size: 16px;
            color: var(--text-color);
            font-weight: normal;
            padding: 8px 20px;
            cursor: pointer;
        }

            .drd-keywords ul li b {
                color: var(--sub-color);
            }

            .drd-keywords ul li:hover {
                background-color: #e8e8e8;
            }

@media(max-width: 800px) {
    .drd-keywords-md {
        z-index: 9999;
    }
}

.filter-vmax:not(.all) a:nth-child(n+8) {
    display: none;
}

.filter-vmax.all .more {
    display: none;
}

.filter-vmax.all .less {
    display: flex;
}

    .filter-vmax.all .less img {
        transform: rotate(180deg);
    }

.need-to-js {
    display: none !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    .snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.page ul {
    display: flex;
    gap: 10px;
}

    .page ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border-radius: 12px;
        background-color: #F8F5F1;
    }

        .page ul li.active a,
        .page ul li a:hover {
            background-color: var(--sub-color);
            color: white;
        }

/*.voucher-box {
    position: fixed;
    bottom: 20px;
    z-index: 100;
    max-width: 560px;
    background: #FF971A;
    height: 98px;
    font-size: 20px;
    padding-right: 30px !important;*/
/*left: calc(50% - 200px);*/
/*cursor: pointer;
    border-radius: 8px;
}*/

.voucher-box {
    position: fixed;
    bottom: 20px;
    z-index: 100;
    background: #FF971A;
    cursor: pointer;
    border-radius: 8px;
}

    .voucher-box .icon-v {
        position: absolute;
        left: 0;
        top: -70%;
    }

    .voucher-box .x-button {
        position: absolute;
        top: -30px;
        right: 10px;
    }

.v-overlay {
    z-index: 100;
    padding: 20px;
}

    .v-overlay .v-content {
        text-align: center;
    }

    .v-overlay .text-pr {
        font-size: 36px;
        color: rgba(0, 89, 127, 1);
        font-weight: bold;
    }

    .v-overlay h2 {
        margin-top: 60px;
    }

    .v-overlay .input-frm {
        position: relative;
        margin-top: 10px;
    }

        .v-overlay .input-frm span {
            position: absolute;
            top: 20px;
            left: 20px
        }

    .v-overlay input {
        background-color: rgba(248, 247, 246, 1);
        /*border: none;*/
        /*border: 1px solid #2AC6C5;*/
        height: 52px;
        width: 100%;
        padding-left: 40px;
        border-radius: 12px;
    }

.input-frm #icon-mobile {
    position: absolute;
    top: 16px;
    left: 16px
}


.v-button {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: rgba(0, 89, 127, 1);
    color: white;
    border-radius: 12px;
}

    .v-button:hover {
        width: 100%;
        height: 50px;
        margin-top: 20px;
        background-color: rgb(0, 58, 83);
        color: white;
    }

    .v-button.disable {
        background-color: rgba(241, 241, 241, 1);
        color: rgba(205, 205, 207, 1);
    }

.result-frm {
    border: 2px dashed rgb(0, 89, 127, 0.40);
    background: rgba(248, 247, 246, 1);
    height: 52px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: rgba(0, 89, 127, 1);
}

.text-grayy {
    color: rgba(150, 150, 158, 1);
}

.v-overlay .x-button {
    position: absolute;
    top: -32px;
    right: 10px;
    z-index: 101;
    border: none;
    background-color: transparent;
}

@media(max-width: 800px) {
    .voucher-box {
        width: calc(100% - 40px) !important;
        font-size: 15px;
        left: 20px;
    }
}
