:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-400: 'Averta';
    --font-900: 'Averta Black';
    --font-700: 'Averta Bold';
    --font-1000: 'Averta ExtraBold';
    --font-300: 'Averta Light';
    --font-600: 'Averta Semibold';
    --font-100: 'Averta Thin';
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: #A65228;
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: clip;
    font-family: var(--font-400);
    font-weight: normal;
    font-size: .7rem;
    color: #152A3F;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    pointer-events: none;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .2s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 80px;
    height: 80px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.header-wrapper {
    position: fixed;
    top: 0;
}

.header-main {
    height: auto !important;
}

#logo {
    width: auto !important;
    position: relative;
}
.header-nav li a {
    font-size: .7rem;
    font-family: var(--font-600);
    padding: 0;
    line-height: 4.7rem;
    color: #ffff;
    transition: .5s all;
}

.header-bg-color {
    background: transparent;
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #BB5C2C;
}

.header-nav li {
    margin: 0;
}

ul.header-nav {
    gap: 1.7rem;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 69rem !important;
}

body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}

.top-divider.full-width {
    display: none;
}

.header-wrapper.stuck .header-bg-color,
.style_2 .header-wrapper .header-bg-color{
    background: #FFFFFF;
}

.stuck .header-nav li a,
.style_2 .header-nav li a{
    color: #333333;
}

.header-button a {
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A65228;
    color: #fff !important;
    padding: 0 1rem !important;
}

li.html.header-button-1 a {
    background: #FFFFFF1A;
    color: #fff;
}

div#masthead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 143%;
    background: linear-gradient(180deg, black, transparent);
    opacity: .5;
    transition: .8s all;
    pointer-events: none;
}

.stuck div#masthead:before,
.style_2 div#masthead:before{
    opacity: 0;
}

.stuck div#masthead li.html.header-button-1 a ,
.style_2 div#masthead li.html.header-button-1 a {
    border: 1px solid #172A40;
    color: #333333 !important;
}

li.html.custom.html_topbar_left svg {
    width: 1.2rem;
    height: auto;
    display: block;
}

#logo img {
    height: 2.7rem;
}

#logo img.header-logo-dark {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s all;
}

.stuck #logo img.header-logo-dark,
.style_2 #logo img.header-logo-dark{
    opacity: 1;
}
.bannerSlider img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.col, .columns, .gallery-item {
    padding: 0 10px;
}

section.home_sec_2 {
    padding: 4.5rem 0;
}

.group_heading .sub {
    font-size: 1.75rem;
    color: #A65228;
}

.heading_title {}

.heading_title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
    font-family: var(--font-600);
}

.button_style {
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    background: #A65228;
    text-transform: unset;
    font-size: .8rem;
    margin: 0;
    min-width: 9rem;
}

ul.list_tax {
    list-style: none;
    margin: 1rem 0 0 0;
    gap: 1.5rem;
}

ul.list_tax li {
    margin: 0;
}

ul.list_tax a {
    font-size: .9rem;
    color: #333;
    font-family: var(--font-600);
}

section.home_sec_2 .row {
    max-width: 80rem !important;
}

.home_sec_2_wrap {
    display: flex;
}

.hsec_2_wrap_left {
    width: 12rem;
    flex: 0 0 auto;
    margin-right: 1.2rem;
    position: relative;
}

.hsec_2_wrap_left .item {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4DDDD;
    border-radius: .2rem;
    transition: .5s all;
    cursor: pointer;
}

.hsec_2_wrap_left .item+.item {
    margin-top: .7rem;
}

.hsec_2_wrap_left .item:first-child {
    height: 3.5rem;
    background: #FBF8F6;
}

.hsec_2_wrap_left .item:first-child span {
    color: #A65228;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: var(--font-600);
    transition: .5s all;
}

a.link_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.item_room {
    position: relative;
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
    background: #A652280A;
    border-radius: .2rem;
    overflow: hidden;
}

.hsec_2_wrap_left .item:hover {
    background: #A65228;
    color: #fff;
}

.hsec_2_wrap_left .item:hover span {
    color: #fff;
}

.hsec_2_wrap_left .item:hover {
    background: #FBF8F6;
    border-color: #A65228;
}

.hsec_2_wrap_left .item img {
    max-height: 80%;
    scale: 1;
    transition: .6s all;
    object-fit: contain;
    filter: brightness(1) invert(0);
    max-width: 80%;
}

.hsec_2_wrap_left .item:hover img {
    scale: 1.1;
}

.hsec_2_wrap_left .item:first-child:hover {
    background: #a65228;
    border-color: #A65228;
}

.wrap_room {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem 1rem;
}

.item_room .box_img {
    padding-bottom: 64.25%;
    position: relative;
    overflow: hidden;
}

.item_room .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .7s all;
}

.item_room:hover .box_img img {
    scale: 1.15;
}

.item_room .box_content {
    padding: 1rem;
}

.item_room   h3 {
    font-size: 1rem;
    margin-bottom: .2rem;
    line-height: 1.2;
}

.item_room .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: .5rem;
}

.item_room .price {
    color: #A65228;
}

b, strong {
    font-weight: normal;
    font-family: var(--font-600);
}

.item_room ul.info.flex {
    list-style: none;
    margin: 1rem 0 0 0;
    color: #A65228;
    justify-content: space-between;
}

.item_room ul.info li {
    display: flex;
    align-items: center;
    margin: 0;
}

.item_room ul.info.flex svg {
    width: .8rem;
    height: auto;
    display: block;
    margin-right: .2rem;
}
.home_sec_3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.arrow_slider {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: -3.6rem;
    cursor: pointer;
    transition: .5s all;
}

.arrow_slider svg {
    width: .4rem;
    height: auto;
}

.wrap_slider {
    position: relative;
}

.arrow_slider.next {
    left: unset;
    right: -3.6rem;
}

.arrow_slider:hover {
    background: #A65228;
    border-color: #A65228;
}

.arrow_slider:hover path {
    stroke: #fff;
}

.arrow_slider path {
    transition: .5s all;
}

.heading_title.text_white {
    color: #fff;
}

.hsec_3_slider_for  h3 {
    font-size: 1.5rem;
    color: rgb(255 255 255 / 85%);
    font-family: var(--font-300);
    margin: 0;
    line-height: 1.2;
}

.hsec_3_slider_for  .content {
    margin-bottom: 1rem;
    color: rgb(255 255 255 / 85%);
    font-size: .8rem;
}

.hsec_3_slider_for .box_img img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    border-radius: .2rem;
}

.home_sec_3_content .arrow_slider {
    top: 0;
    transform: unset;
    right: 0;
    left: unset;
    border: 1px solid rgb(255 255 255 / 85%);
}

.home_sec_3_content .arrow_slider.prev {
    right: 2.5rem;
}

.home_sec_4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 4rem 0;
}

.home_sec_4_item {
    background: #DCD4D04D;
    border-radius: .2rem;
    width: calc(100% - 1rem);
    margin: 0 .5rem 1rem;
    padding: 1rem;
}

.home_sec_4_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.home_sec_4_item .icon {
    height: 2.3rem;
    margin-bottom: 2rem;
}

img {
    max-height: 100%;
}

.home_sec_4_item h3 {
    color: #152A3F;
    font-size: .8rem;
    margin-bottom: .5rem;
    font-family: var(--font-700);
}

.home_sec_4_content {
    padding-right: 5rem;
}

.home_sec_4_item.style_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #152A3F;
    min-height: 11rem;
}

.home_sec_4_item.style_2 h3 {
    color: #fff;
    font-family: var(--font-700);
    text-transform: uppercase;
}

.hsec_3_slider_nav {
    height: 33.6rem;
}

.hsec_3_slider_nav .item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #0e1e2f;
    border-radius: .4rem;
    position: relative;
    border: 1px solid transparent;
    transition: .5s all;
    cursor: pointer;
}

.hsec_3_slider_nav h3 {}

.hsec_3_slider_nav {
    color: #fff;
    padding-left: 2.7rem;
    position: relative;
    width: calc(100% + 1rem);
    float: right;
}

.hsec_3_slider_nav span {
    display: block;
}

.hsec_3_slider_nav b {
    font-size: 1rem;
    font-family: var(--font-400);
    line-height: 1.4;
}

.hsec_3_slider_nav .icon {
    width: 3rem;
    height: 3rem;
    position: relative;
    margin-right: 1rem;
}

.hsec_3_slider_nav .icon noscript {}

.hsec_3_slider_nav .icon img.active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s all;
}

.hsec_3_slider_nav .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_sec_3_content {
    padding-left: 4rem;
}

.hsec_3_slider_nav .item:before,.hsec_3_slider_nav .item:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.hsec_3_slider_nav .swiper-slide.swiper-slide-thumb-active .item {
    border-color: #FF9F68;
}

.hsec_3_slider_nav .swiper-slide.swiper-slide-thumb-active img.active {
    opacity: 1;
}

.hsec_3_slider_nav .swiper-slide.swiper-slide-thumb-active img {
    opacity: 0;
}

.hsec_3_slider_nav .item:before {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: .7rem;
    height: .7rem;
    z-index: 9;
    background: #9C9C9C;
    border-radius: 100px;
    left: -1.7rem;
}

.hsec_3_slider_nav .swiper-slide.swiper-slide-thumb-active .item:before {
    background: linear-gradient(45deg, #994b2c, #d4885f);
    outline: .4rem solid rgb(166 82 40 / 30%);
}

.home_sec_3 .col.large-4.medium-4:before {
    content: '';
    background: rgb(255 255 255 / 85%);
    top: -4rem;
    bottom: -4rem;
    width: 1px;
    position: absolute;
    left: 10px;
}
section.banner_page img {
    max-height: 40rem;
    width: 100vw;
    object-fit: cover;
    display: block;
}

nav#breadcrumbs ol {
    list-style: none;
    margin: 1rem 0 0 0;
    display: flex;
}

nav#breadcrumbs ol li {
    margin: 0;
    display: flex;
}

nav#breadcrumbs * {
    color: #666666;
}

nav#breadcrumbs ol li+li:before {
    content: '|';
    margin: 0 .5rem;
}

section.about_1 {
    padding: 4rem 0;
}

.about_1_img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    width: 100%;
}

.about_1_img .box_img {
    width: 18rem;
    height: auto;
    border-radius: .4rem;
    overflow: hidden;
    flex: 0 0 auto;
}

.about_1_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 1rem;
}

.about_1_img .box_img img {
    width: 100%;
    height: auto;
    display: block;
}

.about_1_img b {
    font-size: 1.25rem;
    font-family: var(--font-400);
    line-height: 1.3;
    color: #697586;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
}

.about_1_img b:before {
    width: auto;
    content: '';
    height: 1px;
    display: block;
}

.about_1_img:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-bottom: 2.6rem;
    background: #697586;
    margin-right: 1.5rem;
}

section.about_1 .box_img img {
    border-radius: .4rem;
    width: 100%;
    display: block;
    height: auto;
}

.about_1_content .content {
    margin-top: 4rem;
    max-width: 24rem;
}

.about_1_content .content b,.about_1_content .content strong {
    margin-bottom: 1rem;
    display: block;
    color: #152A3F;
    font-family: var(--font-700);
}

section.about_2 {
    padding: 4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.about_2 h2.heading_title {
    color: #fff;
}

.about_2_items {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -.5rem 0;
}

.about_2_item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
    background: #0d2032;
    color: #fff;
    border-radius: .4rem;
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 0;
}

.about_2_item h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: .8rem;
    line-height: 1.4;
}

.about_2_item .icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transform: rotateY(0deg);
    transition: 1s all;
}

.about_2_item:before,.about_2_item:after {
    content: '';
    top: auto;
    position: absolute;
    background: linear-gradient(44.36deg, #67331C -17.92%, #905433 6.2%, #D9905C 44.64%, #A2633D 79.17%, #67331C 107.52%);
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: .4rem;
    z-index: -1;
}

.about_2_item:after {
    background: #0d2032;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.about_3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5rem 0 7rem;
}

.about_3_slider {
    max-width: 53rem;
    margin: 3rem auto 0;
    text-align: center;
}

.about_3_nav b {
    background: #333333;
    color: #fff;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0 1rem;
    border-radius: 100px;
    font-size: 1rem;
    font-family: var(--font-700);
    transition: .5s all;
}

.about_3_nav .item {
    position: relative;
    margin-bottom: .4rem;
    padding-bottom: 1.6rem;
    cursor: pointer;
}

.about_3_nav .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .5rem;
    height: .5rem;
    background: #434343;
    border-radius: 100px;
    bottom: 0;
}

.about_3_nav:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, transparent, #434343, transparent);
    left: 0;
    bottom: .59rem;
    opacity: .8;
}

.about_3_nav .swiper-slide-thumb-active  b {
    background: #A65228;
}

.about_3_nav .swiper-slide-thumb-active .item:before {
    background: #A65228;
    outline: .4rem solid #a6522829;
}

.about_3_for {
    overflow: unset;
    margin-top: 2rem;
}

.about_3_for h3 {
    font-size: 1.1rem;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--font-700);
    color: #E36B2F;
}

.about_3_for_box {
    background: #172A40;
    color: #fff;
    padding: 2rem;
    border-radius: .4rem;
}

.about_3_for_box .swiper-slide {
    scale: .8;
}

.about_3_for .swiper-slide {
    scale: .8;
    transition: .5s all;
    opacity: .4;
}

.about_3_for .swiper-slide.swiper-slide-active {
    scale: 1;
    opacity: 1;
}

.about_3_projects {
    margin: 0 -0.4rem;
}

.about_3_projects .item {
    width: calc(25% - .8rem);
    margin: 0 .4rem .8rem;,:;,: 0;,: 0-;
}

.about_3_projects .box_img {
    padding-bottom: 100%;
    position: relative;
    border-radius: .4rem;
    overflow: hidden;
    margin-bottom: .7rem;
}

.about_3_projects .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_3_projects h4 {
    color: #E36B2F;
    font-size: .8rem;
    font-family: var(--font-700);
    margin-bottom: .2rem;
}
section.partner_1 {
    padding: 5rem 0;
}

section.partner_1 h1.heading_title {
    margin-bottom: .5rem;
}

.partner_1_items {
    display: flex;
    margin: 2.5rem -.5rem 3rem;
}

.partner_1_item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
    cursor: pointer;
}

.partner_1_item .box_img {
    padding-bottom: 95%;
    position: relative;
    border-radius: .4rem;
    overflow: hidden;
}

.partner_1_item .box_img img {
    scale: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 1s all;
}

.partner_1_item:hover .box_img img {
    scale: 1.1;
}

.partner_1_item .box_content> b {
    color: #A65228;
    font-size: .7rem;
    margin-top: 1rem;
    display: block;
}

.partner_1_item {
    font-size: .8rem;
}

.partner_1_item .box_content {
    padding: 0 1rem;
}

.partner_1_box {
    margin: 0 0.6rem;
}

.partner_1_box {
    width: 25rem;
    flex: 0 0 auto;
    background: #EEF2F6;
    border-radius: .4rem;
    padding: 2.5rem;
}

.partner_1_box.right {
    width: 100%;
    flex: unset;
}

.partner_1_boxs {
    display: flex;
    margin: 0 -0.6rem;
}

.partner_1_box .title b {
    color: #A65228;
    font-size: .9rem;
}

.partner_1_box h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.partner_1_box .item {
    display: flex;
    align-items: center;
}

.partner_1_box .icon {
    width: 1.9rem;
    flex: 0 0 auto;
    margin-right: .7rem;
}

.partner_1_box .item+.item {
    margin-top: 1.5rem;
    line-height: 1.4;
}

.partner_1_box.right .item {
    width: calc(50% - 5rem);
    margin: 0 2.5rem;
}

.partner_1_box.right .list_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5rem;
    row-gap: 1.5rem;
}

.partner_2_items {
    flex-wrap: wrap;
    margin: 1rem -.5rem 0;
}

.partner_2_item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
    background: #F8FAFC;
    text-align: center;
    padding: 2.3rem 3rem;
    color: #333;
    transition: .5s all;
    cursor: pointer;
    border-radius: .4rem;
}

.partner_2_item span.sub {
    color: #A65228;
    font-family: var(--font-600);
}

.partner_2_item  h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: .6rem;
    min-height: 3.5rem;
}

.partner_2_item .box_img {
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0 1rem;
}

section.partner_2 {
    padding-bottom: 4rem;
}

.partner_2_item:hover {
    background: #cdcdcd;
}

.partner_2_item * {
    transition: .5s all;
}

.partner_2_item:hover * {
}

section.partner_3 {
    padding: 4.5rem 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.partner_3 .about_2_items {
    justify-content: center;
    margin-top: 0;
}

section.partner_3 .about_2_items .icon {
    height: 2.1rem;
    margin-bottom: .5rem;
}

section.partner_3 .about_2_items h3 {
    font-size: 1rem;
}

section.partner_3 .about_2_item {
    padding: 1.5rem;
}

.partner_4 .group_heading {
    max-width: 20rem;
}

.partner_4_item .box_number b {
    color: #A65228;
    font-size: 4rem;
    line-height: .8;
    font-family: var(--font-700);
}

.partner_4_item .box_number {
    font-size: 1rem;
    color: #7C7C7C;
    margin-right: 2rem;
    flex: 0 0 auto;
}

.partner_4_items {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.partner_4_item {
    align-items: center;
}

.partner_4_item h3 {
    font-size: 1rem;
    margin-bottom: .2rem;
    font-family: var(--font-700);
    color: #333;
}

.partner_4_item .box_content {
    padding: .8rem 9rem .8rem 1rem;
    border-radius: .5rem;
    background: linear-gradient(90deg, rgba(217, 144, 92, 0.3) 0%, rgba(190, 212, 237, 0) 100%);
}

section.partner_4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 6rem 0 17rem;
}
section.partner_5 {
    background: #F8FAFC;
    padding: 5rem 0;
}

.partner_5_items {
    display: flex;
    gap: 7rem;
    margin-top: 2rem;
}

.partner_5_items .box_img {
    height: 4.5rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.partner_5_items b {
    color: #666666;
    font-size: 2.7rem;
    font-family: var(--font-400);
    line-height: 1.2;
    display: block;
    margin-bottom: .5rem;
}

.partner_5_items h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

b.nau {
    color: #A65228;
    font-family: var(--font-700);
}

.partner_5_item {
    width: calc(100% / 3);
}

section.partner_6 {
    padding: 5rem 0;
}

.item_process  span {
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #172A40;
    border-radius: 100px;
    min-width: 6rem;
    color: #fff;
    font-size: .8rem;
    font-family: var(--font-600);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

.item_process span:before,.item_process span:after {
    content: '';
    position: absolute;
    bottom: -.2rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: .6rem;
    height: .6rem;
    background: #172A40;
}

.item_process span:after {
    bottom: -1.5rem;
    content: '';
    border-radius: 100px;
}

.swiper.slider_process:before {
    content: '';
    position: absolute;
    top: 4.5rem;
    left: .8rem;
    height: 1px;
    border-top: 1px dashed #172A40;
    right: .8rem;
}

.item_process {
    width: calc(100% - 1.6rem);
    margin: 0.8rem;
}

.slider_process {
    margin: 0 -.8rem;
}

.item_process .box_img {
    padding-bottom: 65%;
    position: relative;
    margin-top: .6rem;
}

.item_process .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .4rem .4rem 0 0;
}

.item_process h3 {
    margin: .5rem 0 0;
    font-size: .8rem;
    color: #333;
    background: #F8FAFC;
    padding-bottom: .5rem;
    border-radius: 0 0 .4rem .4rem;
}

section.partner_7 .group_heading sub {
    font-size: 1.1rem;
}

.partner_7_content .sub {
    font-size: 1.1rem;
}

.partner_7_content h2.heading_title {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.partner_7_content .content {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 1.6rem;
}

.partner_7_item {
    padding: 1rem 0;
    border-top: 1px solid #CCCCCC;
}

.partner_7_item>span {
    display: block;
    color: #333;
    font-family: var(--font-600);
}

.partner_7_item a.hotline {
    color: #A65228;
    font-size: 1.4rem;
    font-family: var(--font-600);
}

ul.socials.flex {
    list-style: none;
    margin: 0;
    display: flex;
    gap: .6rem;
    margin-top: .5rem;
}

ul.socials.flex li {
    margin: 0;
}

ul.socials.flex a {
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
}

ul.socials.flex a img {
    max-width: 100%;
}

section.partner_7 {
    padding: 4rem 0;
    background-position: center;
}

section.news_page {}

section.news_page {
    padding: 4rem 0;
}

.lists_post {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    margin: 0 -.5rem;
}

.item_post {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem;
}

.item_post .box_img {
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    border-radius: .4rem;
    margin-bottom: .5rem;
}

.item_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 1;
    transition: .9s all;
    object-fit: cover;
}

.item_post:hover .box_img img {
    scale: 1.15;
}

.item_post .meta {
    font-family: var(--font-600);
    color: #A65228;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.item_post h3 {
    line-height: 1.4;
    margin: .4rem 0;
}

.item_post .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_featured .item_post {
    display: flex;
    align-items: center;
    width: calc(50% - 1rem);
    margin: 0 .5rem 1rem;
    float: left;
}

.post_featured .item_post .box_img {
    width: 15rem;
    flex: 0 0 auto;
    height: 10rem;
    padding: 0;
    margin: 0 1rem 0 0;
}

.post_featured {
    margin: 0 -0.5rem 3rem;
    display: inline-block;
}

.post_featured .item_post:first-child {
    width: calc(50% - 1rem);
    display: block;
}

.post_featured .item_post:first-child .box_img {
    height: 21rem;
    width: 100%;
}

.post_featured .item_post:first-child .box_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    filter: brightness(0) invert(1);
    left: 1.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
}

.post_featured .item_post:first-child .box_content .content {
    display: none;
}

.post_featured .item_post:first-child .box_content h3 {
    margin: .5rem 0 0;
    font-size: 1.1rem;
}

.post_featured .item_post:first-child .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(
            0deg, black, transparent);
    z-index: 2;
    opacity: .5;
    pointer-events: none;
}

section.news_page h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

.banner_box {
    max-width: 80rem;
    margin: auto;
    margin-top: 1.6rem;
}

.banner_box img {
    width: 100%;
    display: block;
    border-radius: .4rem;
}

h1.title_post {
    margin-top: 2.2rem;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.wrap_tg {
    justify-content: center;
    font-size: .8rem;
}

.wrap_tg .box_img {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    margin-right: .5rem;
}

.wrap_tg .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_tg b {
    display: block;
}

.content.mota {
    padding: 2.5rem 0;
    color: #666666;
    border-bottom: 1px solid #E9EAEB;
    margin-bottom: 2.5rem;
}

.content.content_post h2 {
    font-size: 1.5rem;
}

.content.content_post {
    color: #333;
}

.content.content_post h3 {
    font-size: .9rem;
}

.wp-caption .wp-caption-text {
    background: transparent;
    text-align: left;
    font-style: unset;
    padding: 0;
    margin-top: .5rem;
}

.content.content_post ul {
    margin-left: 1rem;
}

.content.content_post  img {
    border-radius: .4rem;
}

.nav_post_bottom ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

.nav_post_bottom li {
    margin: 0;
}

a.copy_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
    border: 1px solid #D5D7DA;
    border-radius: .4rem;
    padding: 0 .6rem;
    font-family: var(--font-600);
    transition: .5s all;
}

a.copy_link svg {
    width: 1rem;
    height: auto;
    display: block;
    margin-right: .4rem;
}

a.copy_link:hover {
    background: #a65228;
    color: #fff;
}

a.copy_link:hover path {
    stroke: #fff;
}

a.copy_link path {
    transition: .5s all;
}

a.share_button {
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #666666;
    margin-left: 1rem;
}

a.share_button svg {
    max-width: 60%;
    width: auto;
    height: auto;
    display: block;
    max-height: 60%;
}

.nav_post_bottom {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E9EAEB;
}

.slider_posts .item_post.relative {
    width: calc(100% - 1rem) !important;
}

.slider_posts {
    margin: 1.5rem -0.5rem 0;
}

section.posts_details {
    padding: 4rem 0;
}
div#map iframe {
    height: 100%;
    width: 100%;
}

div#map {
    height: 100%;
    width: calc(100% + 17rem);
    filter: grayscale(100%);
}

section.contact_page .group_heading {
    margin-top: 2.5rem;
}

section.contact_page .group_heading h1.heading_title {
    margin-bottom: .25rem;
}

section.contact_page .group_heading .content {
    margin-bottom: 2rem;
}

section.contact_page .inner {
    max-width: 18rem;
}

section.contact_page .partner_7_items {
    margin-bottom: 4rem;
}

.partner_7_item .content {
    font-size: .8rem;
    font-family: var(--font-600);
    color: #333;
}

section.contact_page .partner_7_item>span {
    font-family: var(--font-400);
}
.room1_gallery {
    max-width: 85rem;
    margin: auto;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 25% 25%;
}

.room1_gallery_item:nth-child(1) {
    grid-row: 1/3;
}

.room1_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .2rem;
    scale: 1;
    transition: .5s all;
    aspect-ratio: 16 / 12;
}

section.room1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.5rem 0;
}

.room1_gallery_item {
    padding: .15rem;
    overflow: hidden;
}

.room1_gallery_item:hover img {
    scale: .95;
}

.room1_gallery_item a.button {
    bottom: .2rem;
    right: .2rem;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A65228;
    height: 2.4rem;
    border-radius: .2rem;
    z-index: 10;
    text-transform: unset;
    gap: .4rem;
    font-family: var(--font-600);
}

.room1_gallery_item a.button svg {
    width: 1rem;
    height: auto;
}
.nav_section {
    position: sticky;
    top: 4.7rem;
    z-index: 99;
    background: #F8F6F5;
}

.nav_scroll {
    list-style: none;
    margin: 0;
    gap: 2.5rem;
}

.nav_scroll li {
    margin: 0;
}

.nav_scroll a {
    font-size: .75rem;
    color: #333333;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-600);
    transition: .5s all;
}

.nav_scroll a:hover {
    color: #A65228;
}

section.room2 {
    padding: 4.5rem 0 2rem;
}

section.room2 .group_heading {
    padding-right: 4rem;
}

a.address {
    display: inline-flex;
    align-items: center;
    background: #F8F6F5;
    color: #A65228;
    height: 2.7rem;
    border-radius: 100px;
    padding: 0 1.2rem;
    font-family: var(--font-700);
    line-height: 1.2;
    gap: .5rem;
    transition: .5s all;
    margin-bottom: 1.4rem;
}

a.address svg {
    width: .76rem;
    flex: 0 0 auto;
    display: block;
}

a.address path {
    transition: .4s all;
}

a.address:hover {
    background: #A65228;
    color: #fff;
}

a.address:hover path {
    stroke: #fff;
}

section.room2 .content strong {
    font-size: .9rem;
}

section.room2 .content {
    color: #333;
    line-height: 1.4;
}

.room2_img {
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}

.room2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room2_img  a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c0beb6;
    border: none;
    position: absolute;
    top: .5rem;
    left: .5rem;
    border-radius: .4rem;
    height: 2.4rem;
    gap: .5rem;
    text-transform: unset;
    transition: .5s all;
}

.room2_img a.button svg {
    width: 1.2rem;
    flex: 0 0 auto;
}

.room2_img a.button:hover {
    background: #A65228;
}

section.room3 {
    background: linear-gradient(180deg, rgba(245, 240, 237, 0) 0%, #F0EAE7 100%);
    padding: 3rem 0 5rem;
}

section.room3 h2.heading_title {
    margin-bottom: .5rem;
    text-transform: unset;
}

.wrap_ti.flex {
    flex-wrap: wrap;
    row-gap: .7rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.item_ti {
    width: calc(25% - 1.6rem);
    margin: 0 .8rem !important;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    gap: .5rem;
    padding: 0 1.4rem;
    height: 2.8rem;
}

.item_ti img {
    width: 1.6rem;
    height: auto;
    max-height: 50%;
    object-fit: contain;
}
section.room5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10rem;
    padding-bottom: 3rem;
}

section.room5 h2.heading_title {
    margin-bottom: .5rem;
}

section.room5 .group_heading {
    max-width: 36rem;
    margin: 0 auto 2rem;
}
.slider_location {
    padding: 0 25%;
}
.item_location {
    padding: 0 1.8rem;
}

.item_location .inner {padding-bottom: 80%;position: absolute;border-radius: 100%;overflow: hidden;width: 80%;bottom: 0;transition: .7s all;}

.item_location .box_img {
    padding-bottom: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.item_location .inner img {
    position: absolute;
    top: 0;
    left: 0;
}

.item_location .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide-active .item_location .inner, .swiper-slide-next .item_location .inner{
    padding-bottom: 100%;
    position: absolute;
    width: 100%;
}

.mobile_display {
    display: none;
}

.item_location .content {
    font-size: .9rem;
    line-height: 1.2;
    padding-top: 1.4rem;
    margin-top: 1.4rem;
    position: relative;
}

.item_location b {
    font-size: 1.5rem;
}

.item_location .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: .7rem;
    height: .7rem;
    background: #23394E;
    border-radius: 50%;
}

.room5 .wrap_slider:before {
    width: 100vw;
    content: '';
    position: absolute;
    top: 14.7rem;
    background: linear-gradient(90deg, rgba(55, 110, 165, 0) 0%, #152A3F 54.3%, rgba(55, 110, 165, 0) 100%);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.room5 .wrap_slider .arrow_slider {
    top: 14.5rem;
    background: #f7f3f0;
}

.room5 .wrap_slider .arrow_slider path {stroke: #333333;}

.room5 .wrap_slider .arrow_slider:hover path {
    stroke: #fff;
}
.room5 .wrap_slider .arrow_slider:hover{
    background: #A65228;
}

section.room6 {
    background: linear-gradient(
            180deg, #f7f3f0, transparent);
    padding-bottom: 4rem;
}

.slider_room .item_room {
    width: calc(calc(100%) - 1rem);
}
.room_item {
    display: flex;
    background: #F8F6F5;
    border-radius: .4rem;
    overflow: hidden;
    transition: .5s all;
    cursor: pointer;
}

.room_item+.room_item {
    margin-top: 1.5rem;
}

.room_item .box_img {
    width: 30rem;
    flex: 0 0 auto;
}

.room_item .box_img .inner {
    padding-bottom: 79%;
    position: relative;
    min-height: 100%;
}

.room_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_room {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem;
    border-right: 1px solid #F1E2DB;
    width: 66%;
    flex: 0 0 auto;
}

.info_room h3 {
    font-size: 1.76rem;
    font-family: var(--font-600);
    margin-bottom: .7rem;
    line-height: 1.1;
}

.info_room ul.info li {
    margin: 0;
    display: flex;
    align-items: center;
    gap: .3rem;
    flex: 0 0 auto;
    font-family: var(--font-600);
}

.info_room ul.info li svg {
    display: block;
    width: 1.2rem;
    height: auto;
    max-height: 1.2rem;
}

.info_room ul.info .icon {
    flex: 0 0 auto;
}

a.view_details_room {
    display: inline-flex;
    align-items: center;
    color: #A65228;
    gap: .3rem;
    margin-top: 1rem;
}

a.view_details_room svg {
    width: .7rem;
    height: auto;
    display: block;
}

.info_room .item_ti {
    width: auto !important;
    float: left;
    background: #F0E7E2;
    height: 2.2rem;
    margin: .3rem !important;
    cursor: pointer;
    padding: 0 .6rem;
}

.info_room .item_ti img {
    width: 1.2rem;
    height: 1.2rem;
}

.ti_box {
    margin: 0 -.3rem;
}

.item_ti.count_ti {
    padding: 0;
    width: 2.2rem !important;
    display: inline-flex;
    justify-content: center;
}

.room_item .right_box {
    padding: 1.6rem;
    text-align: right;
    width: 100%;
}

.room_item .right_box .price .top {
    justify-content: flex-end;
    gap: .2rem;
}

.room_item .right_box>b {}

.room_item .right_box .price {
    font-size: 1rem;
    line-height: 1.6;
}

.room_item .right_box .price b {
    color: #A65228;
    font-family: var(--font-700);
}

.room_item .right_box .price .bottom {
    color: #636363;
    font-size: .7rem;
}

.room_item .right_box>span {
    color: #A65228;
    line-height: 1.5;
    display: block;
    margin: .2rem 0 .4rem;
}

section.room4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 0;
}

section.room4 .group_heading {
    filter: brightness(0) invert(1);
}

.room_item:hover {
    background: #ffdcca;
}
.lists_room.lists_room_tax .box_img {
    width: 22rem;
}

.lists_room_tax .info_room h3 {
    font-size: 1.2rem;
    margin-bottom: .2rem;
}

.lists_room_tax .fit {
    display: inline-flex;
    gap: .5rem;
    margin-top: 1rem;
    color: #567492;
    font-family: var(--font-600);
}

.lists_room_tax .fit>span {
    flex: 0 0 auto;
}

.lists_room.lists_room_tax {}

.lists_room_tax .info_room {
    padding: 1.4rem;
    width: 64%;
}

.lists_room_tax .info_room .right_box {}

.lists_room_tax .right_box {
    padding: 1.4rem;
}

.lists_room_tax .item_ti {
    height: 1.8rem;
    font-size: .6rem;
}

.lists_room_tax .item_ti img {
    width: .7rem;
    height: .7rem;
}

.lists_room_tax .right_box a.button.button_style {
    min-width: unset;
    height: 2.3rem;
    font-size: .7rem;
    min-width: 7rem;
}

.box_select ul {
    position: absolute;
    opacity: 0;
    list-style: none;
    margin: 0;
    pointer-events: none;
    filter: blur(1rem);
    transition: .3s all;
    bottom: -0.25rem;
    transform: translateY(100%);
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 0.25rem 0.5rem rgb(51 51 51 / 20%);
    backdrop-filter: blur(0.15rem);
    border-radius: 0.4rem;
    padding: 0.5rem;
}

.box_select {
    position: relative;
    margin-top: 2p;
}

.box_select.active ul {
    opacity: 1;
    pointer-events: unset;
    filter: blur(0rem);
    z-index: 9;
}
.box_select ul li {
    cursor: pointer;
}


/*DATE PICKER*/
#datepicker {
    margin-bottom: 1rem;
}

input[type=text] {
    height: 1.5rem;
}

.ui-datepicker-hover a,
.ui-datepicker-hover:after {
    background-color: #8c9baf !important;
    color: #fff !important;
}

.ui-datepicker-select a {
    background-color: #434f5f;
    color: #fff !important;
}

.ui-datepicker {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
.ui-datepicker:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both;
}
.ui-datepicker .ui-datepicker-group {
    float: left;
    width: 50%;
}
.ui-datepicker .ui-datepicker-header {
    color: #62748c;
    font: 0.7rem/1.25rem "Arial";
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background: #000;
    cursor: pointer;
    height: 0.75rem;
    overflow: hidden;
    position: absolute;
    text-indent: -100em;
    top: 0.25rem;
    user-select: none;
    width: 0.75rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: #050505;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0.5rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0.5rem;
}
.ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 0.6rem;
    cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
    z-index: 1;
}
.ui-datepicker .ui-datepicker-calendar th {
    color: #62748c;
    font: 0.4666666667 "Arial";
}
.ui-datepicker .ui-datepicker-calendar td {
    color: #8d8d8d;
    padding: 0.1rem 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:before, .ui-datepicker .ui-datepicker-calendar td:after {
    bottom: 0.1rem;
    content: "";
    left: 0;
    top: 0.1rem;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.ui-datepicker .ui-datepicker-calendar td:before {
    background: #eee;
}
.ui-datepicker .ui-datepicker-calendar td:first-child:before {
    border-radius: 0.75rem 0 0 0.75rem;
}
.ui-datepicker .ui-datepicker-calendar td:last-child:before {
    border-radius: 0 0.75rem 0.75rem 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    color: #d0d0d0;
}
.ui-datepicker .ui-datepicker-calendar a {
    color: inherit;
    display: flex;
    height: 1.5rem;
    text-decoration: none;
    width: 1.5rem;
    border: none !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #51c197;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
    left: 50%;
    width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
    right: 50%;
    width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
    background-color: red;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
    border-radius: 0 50% 50% 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #62748c;
    border-radius: 50%;
    color: #fff;
}

.ui-datepicker-trigger {
    float: left;
    height: 0.75rem;
    margin: 0.65rem 0 0 -1.75rem;
    overflow: hidden;
    text-indent: -100em;
    width: 0.8rem;
}
/*//////*/

.wrap_bo_loc {
    display: flex;
    border-radius: 5rem;
    background: #FFF;
    padding: 1rem 0;
    align-items: center;
}

.wrap_bo_loc .box_item {width: 100%;border-right: 0.05rem solid #666;padding: 0 1rem;}

.wrap_bo_loc .box_item:nth-child(2) {
    width: 40%;
    flex: 0 0 auto;
    display: flex;
}

div#datepicker {
    position: absolute;
    bottom: -1.3rem;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 20;
    opacity: 0;
    filter: blur(1rem);
    transition: .3s all;
    pointer-events: none;
}

.wrap_bo_loc .box_item>b,.wrap_bo_loc .box_item .wrap_item>b {
    display: flex;
    align-items: center;
    font-size: .9rem;
    line-height: normal;
}

.wrap_bo_loc .box_item>b svg, .wrap_bo_loc .box_item .wrap_item>b svg{
    display: block;
    max-width: 1.1rem;
    height: auto;
    margin-right: 0.35rem;
    flex: 0 0 auto;
}

span.show_kq {
    color: #666;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    display: block;
    line-height: normal;
    cursor: pointer;
}

.wrap_bo_loc .box_item:nth-child(2) input#dates {
    display: none;
}

.booking-container {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #f5f5f5;
    box-shadow: 0 0.25rem 0.5rem rgb(51 51 51 / 20%);
    backdrop-filter: blur(0.15rem);
    border-radius: 0.75rem;
    width: 100%;
    z-index: 999;
    padding: 1rem;
    width: 15rem;
    opacity: 0;
    pointer-events: none;
    filter: blur(1rem);
    transition: .3s all;
}

.wrap_bo_loc .box_item input[type="text"] {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    line-height: normal;
    color: #666;
    font-size: 0.8rem;
    height: auto;
    margin-top: 0.5rem;
    pointer-events: none;
}

.wrap_bo_loc .box_item:last-child {
    width: auto;
    flex: 0 0 auto;
    border: none;
    padding: 0;
}

.wrap_bo_loc .box_item a.booking {
    z-index: 2;
    margin: 0;
}

.loc_hotel {
    padding: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    position: sticky;
    top: 4.5rem;
    z-index: 9;
    background: #fff;
}

.wrap_bo_loc .box_item .wrap_item {
    width: 50%;
    padding-right: 1rem;
}

.wrap_bo_loc .box_item .wrap_item:last-child {
    padding-left: 1rem;
}

.wrap_bo_loc .box_item .wrap_item:nth-child(2) {
    padding: 0 0 0 1rem;
    border-left: 0.05rem solid #666;
}

.show_kq_sl {color: #666;line-height: normal;margin-top: 0.5rem;font-size: .8rem;}

.show_kq_sl span span {
    color: #666666;
}

.show_kq_sl>span+span {
    display: inline-block;
    margin-left: 0.6rem !important;
}

.wrap_bo_loc .box_item:nth-child(1) {width: 18%;flex: 0 0 auto;}

.wrap_bo_loc .box_item:nth-child(3) {
    border: none;
    position: relative;
}
.box_select ul li {margin: 0;font-size: 0.7rem;padding: 0.3rem 0;cursor: pointer;color: #333;}

.box_select ul li+li {
    border-top: 0.025rem solid #e3e3e3;
}

.box_select ul li.active {
    color: #A65228;
}
.open_date {
    cursor: pointer;
    position: relative;
}

span.ui-datepicker-year {
    width: auto !important;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 5rem;
    background: #ffffffba;
    border: none;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 0.5rem;
    backdrop-filter: blur(0.125rem);
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

span.ui-icon.ui-icon-circle-triangle-e {
    filter: brightness(1) invert(1);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background-color: transparent !important;
    border-radius: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.ui-datepicker .ui-datepicker-calendar td {
    background: transparent;
}

.ui-datepicker .ui-datepicker-calendar td:before {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #A65228;
    border-color: #A65228;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin a, .ui-datepicker .ui-datepicker-calendar .ui-checkout a {
    background: #A65228;
    border-color: #A65228;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #A65228 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    background: #a65228 !important;
    border-color: #a65228 !important;
    color: #fff;
}

.ui-datepicker-hover a, .ui-datepicker-hover:after {
    background: #A65228 !important;
}

.ui-datepicker-hover a {
    border: red !important;
    border-color: red !important;
}
.open_date.active div#datepicker {
    opacity: 1;
    filter: blur(0rem);
    pointer-events: unset;
}
.open_so_luong{
    cursor: pointer;
}
.booking-section h3 {
    font-size: 0.7rem;
}

.booking-section p {
    font-size: 0.7rem;
    margin: 0;
}

.booking-section {
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
}

.booking-section+.booking-section {
    border-top: 0.05rem solid rgb(51 51 51 / 10%);
}
.booking-section .counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-section .counter button {
    width: 1.4rem !important;
    height: 1.4rem !important;
    border: 0.05rem solid #666;
    display: inline-flex;
    justify-content: center;
    border-radius: 5rem;
    margin: 0;
    padding: 0;
    max-width: unset !important;
    min-height: unset !important;
    line-height: normal !important;
    align-items: center;
    font-weight: normal !important;
}

.booking-section span {
    margin: 0 0.6rem;
    font-size: 0.7rem;
    line-height: normal;
    width: .6rem;
    text-align: center;
}
.open_so_luong.active .booking-container {
    opacity: 1;
    pointer-events: unset;
    filter: blur(0rem);
}

div#price-range .ui-widget.ui-widget-content {
    background: #F0F7F9;
    box-shadow: 0 0.25rem 0.5rem rgb(51 51 51 / 20%);
    backdrop-filter: blur(0.15rem);
    border-radius: 0.75rem;
    border: none;
}
a.booking svg {
    width: 1.2rem;
    height: auto;
    margin-right: 0.35rem;
    margin-top: -0.2rem;
}
#price-range .wrap_left input, #price-range .wrap_right input {
    box-shadow: none;
    border: none;
    padding: 0;
    height: auto;
    color: #A65228;
    background: transparent !important;
    margin: 0;
}

#price-range .wrap_right {border-left: 0.05rem solid#DBDBDB;}

#price-range .wrap_right input {
}

div#price-range label {
    margin: 0;
}

div#price-range .ui-slider-horizontal .ui-slider-range {
    border-radius: 0.521rem 0rem 0rem 0.521rem;
    background: #A65228 !important;
    height: 0.1rem !important;
    top: 0rem !important;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {*/
/*    width: 0.625rem;*/
/*    height: 1.042rem;*/
/*    border-radius: 0.521rem;*/
/*    background: #FFF;*/
/*    box-shadow: 0rem 0rem 0.365rem 0rem #0228E5;*/
/*}*/

div#price-range .ui-widget.ui-widget-content {
    background: #D9D9D9;
    height: 0.1rem;
    border: none;
}
.wrap_filter h3 {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.wrap_filter h3 svg {
    display: block;
    width: 1.25rem;
    height: auto;
    margin-right: 0.5rem;
}

.wrap_items_filter h4 {
    font-size: .9rem;
    margin-bottom: 0.75rem;
}

a.dat_lai {
    float: right;
}

a.dat_lai svg {
    display: block;
    width: 0.9rem;
    height: auto;
    display: block;
}

ul.khoang_gia {}

.wrap_items_filter ul {
    list-style: none;
    margin: 0;
}

.tax_filter li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 !important;
    color: #333333;
}

.tax_filter li span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    border: 1px solid #D9D9D9;
    flex: 0 0 auto;
    margin-right: 0.5rem;
    background-position: center !important;
    background-size: 65% !important;
    background-repeat: no-repeat !important;
}

.tax_filter li+li {
    margin-top: 0.5rem !important;
}

.tax_filter .wrap_items_filter+.wrap_items_filter {
    margin-top: 1.5rem !important;
}

.tax_filter li.active {
    color: var(--Primary-02, #A65228);
}

.tax_filter li.active span {
    background: var(--Primary-02, #A65228);
    background-image: url(../images/check.svg);
}

ul.khoang_gia {
    margin-bottom: 1.5rem;
}

.price-range .wrap_box {
    display: flex;
}

div#price-range .wrap_box {
    display: flex;
    border-radius: 0.2rem;
    background: #F8F6F5;
    padding: 0.3rem 0;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

div#price-range .wrap_box>* {
    width: 50%;
    padding: 0 0.75rem;
}

.wrap_filter .ui-slider .ui-slider-handle {
    height: 0.7rem !important;
    width: 0.7rem !important;
    box-shadow: none;
    background: #A65228 !important;
    border: none !important;
    top: -0.3rem !important;
    cursor: pointer !important;
    outline: none !important;
}

.wrap_items_filter+.wrap_items_filter {
}

.wrap_items_filter:nth-child(2)>h4 {
    margin-bottom: .5rem;
}

ul.khoang_gia li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

ul.khoang_gia li span {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.6rem;
    flex: 0 0 auto;
    border: 1px  solid #D9D9D9;
    border-radius: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.khoang_gia li span:before {
    width: 0.4rem;
    height: 0.4rem;
    background: #A65228;
    content: '';
    border-radius: 5rem;
    opacity: 0;
    transition: .5s all;
}
div#wrapper.style_2 {
    padding-top: 4.5rem;
}

.style_2 .header-wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.wrap_bo_loc .box_item>b svg path, .wrap_bo_loc .box_item .wrap_item>b svg path {
    stroke: #A65228;
}

.filter_hotel_button {
    background: #A65228;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    border-radius: 100px;
    font-family: var(--font-600);
    min-width: 10rem;
    justify-content: center;
    font-size: .8rem;
}

section.room_page>.row {
    margin-top: 0 !important;
}
.wrap_filter {
    padding-left: 1.5rem;
}

.room_page_top {
    margin-top: 2rem;
    margin-bottom: 1rem;
    align-items: center;
}

.room_page_top .result {
    font-size: 1rem;
    color: #A65228;
    font-style: italic;
    font-family: var(--font-300);
}

section.room_page {
    padding-bottom: 4rem;
}
.apartment_style {
    background: #172A40;
}

.apartment_style nav#breadcrumbs {
    filter: brightness(0) invert(1);
}

.apartment_style .result {
    color: #fff;
}

.apartment_style .wrap_filter h3 {
    filter: brightness(0) invert(1);
}

.apartment_style .wrap_items_filter:nth-child(2)>h4 {
    color: #fff;
}

.apartment_style a.dat_lai {
    filter: brightness(0) invert(1);
}

.apartment_style div#price-range .wrap_box {
    background: rgb(255 255 255 / 20%);
}

.apartment_style div#price-range .wrap_box * {
    color: #fff;
}

.apartment_style .wrap_items_filter h4 {
    color: #fff;
}

.apartment_style .tax_filter li {
    color: #fff;
}

.room_page_wrap {
    padding-bottom: 4rem;
}
.hsec_2_wrap_left .inner {
    position: sticky;
    top: 6.5rem;
}
.wrap_select {}

.wrap_select span.select2-selection.select2-selection--single {
    height: 2.3rem;
    line-height: 2.3rem;
    border: none;
    background-color: #EEF2F6;
    padding-left: 1.8rem;
    background-size: .8rem;
    border-radius: .4rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.3rem;
    font-size: .7rem;
    gap: .8rem;
}

.select2-container {
    width: 10rem !important;
}

.select2-search--dropdown {
    display: none;
}

.select2-results__option--selectable {
    margin: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #a65228;
}
.wrap_select span.select2-selection.select2-selection--single:before{
    content: '';
    background-image: url(../images/icon_list.svg);
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: .85rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.select2-dropdown {
    border: none;
    background: #eef2f6;
}
.home_sec_1_content {
    position: absolute;
    width: 100%;
    top: 6rem;
    z-index: 9;
}

section.home_sec_1 {
    position: relative;
}

.home_sec_1_content h1 {
    font-size: 3rem;
    color: #fff;
    margin: 0;
}

.home_sec_1_content .content {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home_sec_1_content .wrap_bo_loc {
    padding: 0;
    justify-content: center;
}

.home_sec_1_content .loc_hotel {
    background: transparent;
}

.home_sec_1_content  .wrap_bo_loc {
    border-radius: 0;
    background: rgb(255 255 255 / 27%);
    backdrop-filter: blur(17px);
}

.home_sec_1_content .wrap_bo_loc input {
    background: transparent;
    color: #fff !important;
}

.home_sec_1_content .box_item>b, .home_sec_1_content .wrap_bo_loc .box_item .wrap_item>b {
    filter: brightness(0) invert(1);
}

.home_sec_1_content span.show_kq {
    color: #fff;
}

.home_sec_1_content a.booking.filter_hotel_button {
    border-radius: 0;
    height: 4.5rem;
}

.home_sec_1_conten .show_kq_sl span {
    color: #fff !important;
}

.home_sec_1_content .show_kq_sl {
    color: #fff;
}

.home_sec_1_content .show_kq_sl * {
    color: #fff;
}
.bannerSlider {
    background: #000;
}

.bannerSlider img {
    opacity: .9;
}
.swiper-pagination-bullet-active {
    width: .9rem !important;
    border-radius: .5rem;
}

.swiper-pagination-bullet {
    background: #fff;
    transition: .5s all;
    width: .5rem;
    height: .5rem;
}
footer#footer {
}

.logo_footer img {
    width: 5rem;
    height: auto;
}

.socials_footer a {
    width: 2.3rem;
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: center;
    border-radius: 100px;
}

.socials_footer .img {
    width: auto !important;
}

.socials_footer a img {
    max-height: 50%;
    max-width: 68%;
}

.socials_footer a .img-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials_footer {
    gap: .8em;
}

.box_footer {
    font-size: .7rem;
    min-height: 2.3rem;
    line-height: 1.4;
    max-width: 11rem;
}

.box_footer+.box_footer {
    margin-top: 1.6rem;
}

.box_footer.top strong {
    font-size: 1.5rem;
}

.box_footer.top {
    font-size: .8rem;
}

.footer_3 .box_footer.top strong {
    font-size: .8rem;
}

.footer_3 .box_footer.top a {
    color: #A65228;
    font-size: 1.1rem;
}

.title_footer {
    font-size: .8rem;
    font-family: var(--font-600);
    display: block;
    margin-bottom: .4rem;
}

.box_footer.bottom strong {
    font-size: .8rem;
    line-height: 1.;
}

.ux-menu >* {
    padding: 0;
    min-height: unset;
    line-height: normal;
}

.ux-menu .ux-menu-title.flex {
    font-size: .8rem;
    font-family: var(--font-600);
    margin-bottom: .2rem !important;
    display: inline-block;
}

.ux-menu a.ux-menu-link__link {
    border: none !important;
    padding: 0 !important;
    min-height: unset;
    font-size: .8rem;
}

.ux-menu {
    gap: 1rem;
}

.footer_nav p {
    margin: 0;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.footer_nav {
    height: 2.5rem;
}

.wrap_form {
    display: flex;
    align-items: flex-start;
}

.wrap_form input {
    margin: 0;
}

.wrap_form  span.wpcf7-spinner {
    margin: 0;
}
.wrap_form [type="submit"] {
    background-image: url(../images/icon_send.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0 .2rem .2rem 0;
    background-color: #A65228;
    background-size: 60%;
    background-position: center;
}
.wrap_form input:not([type="submit"]) {
    height: 2.5rem;
    border-radius: .2rem 0 0 .2rem;
    background: rgb(0 0 0 / 20%);
    border: none;
    color: #fff;
    padding: 0 .9rem;
}
.room4 .wrap_bo_loc {
    padding: 0 !important;
    background: none !important;
    margin-bottom: 1rem;
}

.room4 .loc_hotel {
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(20px);
    box-shadow: none;
    border-radius: .4rem;
    position: relative;
    top: unset;
}

.room4 .loc_hotel .wrap_item>b, .room4 .wrap_bo_loc .box_item>b {filter: brightness(0) invert(1);}

.room4 .show_kq_sl {
    filter: brightness(0) invert(1);
}

.room4 .wrap_bo_loc .box_item input[type="text"] {
    background: transparent;
    color: #fff;
}

.room4 a.booking.filter_hotel_button {
    border-radius: 0;
    height: 4.8rem;
    min-width: 15rem;
    border-radius: 0 .4rem .4rem 0;
}

.room4 .wrap_bo_loc .box_item:nth-child(2) {
    width: 45%;
}
.meta span {
    width: .2rem;
    height: .2rem;
    background: #A65228;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
    gap: .2rem;
}

.pagination a, .pagination  span {
    color: #717680;
    width: 40px;
    height: 40px;
    border-radius: .2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination span {
    background: #A65228;
    color: #fff;
}

a.prev.page-numbers {
    display: none;
}
a.next.page-numbers {
    display: none;
}
.item_room ul.info.flex .icon {
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    margin-right: .2rem;
    flex: 0 0 auto;
}
.hsec_2_wrap_right {width: 100%;}
.button_filter {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    z-index: 99;
    width: 3rem;
    height: 3rem;
    background: #a65228;
    border-radius: .2rem 0 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.button_filter svg {
    width: 67%;
    height: auto;
    fill: #fff;
}
.header-button-2 .header-button a{
    background-image: url(../images/icon_book.svg);
    background-position: left .6rem center;
    padding-left: 2rem !important;
    background-repeat: no-repeat;
    background-size: 1rem;
}

label.error {
    color: red;
    font-size: 0.7rem;
    margin: 0;
}
.booking-card {
    background-color: #a6522814;
    border-radius: 0.75rem;
    padding: 1.9rem;
    /* text-align: center; */
    color: #333;
}

.booking-card h2 {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 0.5em;
}

.booking-card p {
    color: #666;
    margin: 0.5em 0;
}

.booking-card img {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.details p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    padding: 0.55rem 0;
}

.details hr {
    border: 0;
    height: 0.05rem;
    background: #e0e0e0;
    margin: 1em 0;
    display: none;
}

.details .total {
    font-weight: bold;
    color: #007bff;
    text-align: left;
}

.policies {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.policies a {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9em;
}

.policies a:hover {
    text-decoration: underline;
}
.booking_page {
    padding: 3.5rem 0 7.25rem;
}

.booking_page h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.booking_page .box_left input:not([type="checkbox"]) {
    height: 2.25rem;
    border: 0.05rem solid rgba(0, 0, 0, 0.20);
    line-height: normal;
    background: transparent;
    font-size: 0.7rem;
    color: #666;
    margin-bottom: 0.3rem;
    padding: 0 1.4rem;
}

.wrap_col {
    width: calc(50% - 1rem);
    margin: 0 0.5rem 0.7rem;
}

.wrap_form.info_customer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.wrap_col>span {
    font-size: 0.6rem;
    color: #666;
}

.wrap_col>span .sao {
    color: #D80027;
}

.check_dat_phong {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.75rem;
}

.check_dat_phong input {
    margin: 0;
    display: none;
}

.check_dat_phong label {
    margin: 0;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
    line-height: 1;
}

.check_dat_phong label:before, .check_dat_phong label:after, label[for="sucess_button"]:before, label[for="sucess_button"]:after, label[for="sucess_checkout"]:before, label[for="sucess_checkout"]:after {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #A65228;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    margin-right: 0.75rem;
}

.check_dat_phong label:after,
label[for="sucess_checkout"]:after{
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #A65228;
    margin-left: 0.3rem;
    opacity: 0;
    transition: .3s all;
}

.check_dat_phong input:checked +label:after,
#sucess_checkout:checked +label:after{
    opacity: 1;
}
.wrap_col.col_100 {
    width: calc(100% - 1rem);
    margin-top: 1.5rem;
}

.wrap_col textarea {
    border-radius: 0.8rem;
    margin-top: 1rem;
}

.wrap_form.info_customer h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.wrap_col.col_100 .content b {
    display: inline-block;
    font-size: 0.7rem;
    margin: 0;
}

.wrap_col.col_100 .content {
    font-size: 0.7rem;
    margin-top: 1rem;
}

.wrap_col.col_100 .content p {
    margin-bottom: 0.25rem;
}

.wrap_col.col_100 .content a {
    color: #A65228;
    text-decoration: underline;
}
label[for="sucess_button"],[for="sucess_checkout"] {
    font-size: 0.7rem;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

label[for="sucess_button"]:before, label[for="sucess_checkout"]:before {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.5rem;
    flex: 0 0 auto;
}

label[for="sucess_button"]:after,label[for="sucess_checkout"]:after {
    width: 0.35rem;
    height: 0.35rem;
    background: #A65228;
    position: absolute;
    left: 0.15rem;
    top: 0.22\4\2rem;
    opacity: 0;
    transition: .3s all;
    margin: 0;
}

input#sucess_button {
    display: none;
}

input#sucess_button:checked+label[for="sucess_button"]:after {`opacity: 1;opacity: 1;}

button.button_link.xac_nhan_dat_phong,.xac_nhan_thanh_toan {
    margin: 0;
    opacity: .5;
    pointer-events: none;
    background: #A65228;
    border-radius: 100px;
    color: #fff;
    height: 2.3rem;
}

input#sucess_button:checked+label[for="sucess_button"]+button {
    opacity: 1;
    pointer-events: unset;
}

button.button_link.xac_nhan_dat_phong {
    margin-top: 2rem;
}
.booking_page .booking-card h2 {
    font-size: 1.4rem;
    text-transform: unset;
    color: #A65228;
    margin-bottom: 0;
}

.booking-card p {
    font-size: 0.7rem;
    border-bottom: 0.025rem solid rgba(125, 125, 125, 0.50);
    color: #333;
    align-items: flex-end;
}

.booking_page .booking-card h2+p {
    border: none;
    margin-bottom: 1rem;
}

.booking-card p>span {
    flex: 0 0 auto;
}

.details p b.total {
    color: #333;
}

.details p b.total b {
    color: #333;
}

.details p b.total  span {
    color: #666;
}

.details p b.total + span {
    font-size: 0.9rem;
    color: #A65228;
}

.policies a {
    font-size: 0.7rem;
    color: #666;
    text-decoration: underline;
}

.booking-card p:last-child {
    border: none;
}

.booking_page .box_left {
    padding-right: 4.5rem;
}
b.loai_phong {
}
.hinh_thuc_thanh_toan .item {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 0.5rem;
    padding: 1.25rem 0.75rem;
    border: 0.05rem solid transparent;
    cursor: pointer;
    transition: .3s all;
}

.hinh_thuc_thanh_toan .item .span {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-flex;
    align-items: center;
    border-radius: 5rem;
    border: 0.02855rem solid #414141;
    position: relative;
    justify-content: center;
    margin-right: 1.25rem;
    flex: 0 0 auto;
}

.hinh_thuc_thanh_toan .item .span:before {
    width: 0.4rem;
    height: 0.4rem;
    background: #A65228;
    content: '';
    border-radius: 5rem;
    opacity: 0;
    transition: .3s all;
}

.hinh_thuc_thanh_toan .item.active .span:before {
    opacity: 1;
}

.hinh_thuc_thanh_toan .item.active .span {
    border-color: #A65228;
}

.hinh_thuc_thanh_toan .item+.item {
    margin-top: 0.5rem;
}

.hinh_thuc_thanh_toan .item .box_content {
    display: flex;
    align-items: center;
}

.hinh_thuc_thanh_toan .item .box_content .icon {
    flex: 0 0 auto;
    display: flex;
    width: 1.85rem;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.hinh_thuc_thanh_toan .item .box_content h3 {
    font-size: 0.7rem;
    margin-bottom: 0;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.hinh_thuc_thanh_toan .item .box_content .content {
    color: #000;
    font-size: 0.7rem;
    line-height: 1.2;
}

.hinh_thuc_thanh_toan .item.active {
    border: 1px solid var(--Primary-01, #A65228);
    background: #a652281f;
}

.checkout .check_sucess {
    margin-top: 1.8rem;
}

.checkout .check_sucess button.button_link.xac_nhan_thanh_toan {
    margin: 1rem 0 0 0;
}
input#sucess_checkout {
    display: none;
}

input#sucess_checkout:checked+label[for="sucess_checkout"]+button {
    opacity: 1;
    pointer-events: unset;
}
.title_left {
    position: absolute;
    left: 6rem;
    top: 50%;
    transform: translateY(-50%);
}

.title_sidebar h2 {
    opacity: 1;
    background: var(--Gradient-02, linear-gradient(91deg, rgb(99 195 210 / 10%) -0.23%, rgb(0 162 184 / 10%) 100.2%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5rem !important;
    margin: 0 !important;
    line-height: normal;
}

.title_sidebar {
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.title_sidebar h2 span {
    color: #333;
    font-size: 1rem;
    display: inline-flex;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 0.2rem));
    z-index: 9;
    background: var(--Gradient-02, linear-gradient(91deg, #333 -0.23%, #333 100.2%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-items: center;
}

.title_sidebar h2 span:before,.title_sidebar h2 span:after {
    content: '';
    width: 3.25rem;
    height: 0.05rem;
    background: #333;
    display: inline-block;
    margin: 0 1rem;
    transform: translateY(-0.1rem);
}
.title_right {
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
}
.about_sec_2 .title_left {
    top: 33%;
}
.poly_page .box_content .title_left {
    top: 17%;
    left: 1.5rem;
}

.poly_page .box_content .title_left+.title_left {
    top: 73%;
}
[data-name="chi-nhanh"]{
    background-image: url(../images/map_icon.svg);
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.7rem center;
}
select#chi_nhanh {
    padding-left: 1.65rem;
    line-height: 2.1rem;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.5rem;
}
.wpcf7-datepicker,
.walcf7-timepicker{
    background-image: url(../images/date_icon.svg);
    background-repeat: no-repeat;
    background-size: 0.6rem;
    background-position: left 0.7rem center;
    padding-left: 1.75rem !important;
}
.walcf7-timepicker {
    background-image: url(../images/time_icon.svg);
}
.ui-widget.ui-widget-content {
    z-index: 4 !important;
}
section.info_cus {
    text-align: center;
    padding: 6rem 0 3rem;
}

section.info_cus .box_content.text_center {
    max-width: 900px;
    margin: auto;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    border-radius: 100px;
    margin: 0 2px;
}

.info_user {
    background: #5fc1d1;
    border-radius: 1rem;
    padding: 2rem;
    margin-right: 1.5rem;
    position: sticky;
    top: 6rem;
}

.info_user .avatar img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.tai_khoan_page .grid-container {
    display: flex;
    flex-wrap: wrap;
}

.info_user b {
    color: #fff;
    font-size: 1.4rem;
}

.info_user .content {
    color: #fff;
}

.tai_khoan_page {
    padding: 4rem 0;
}

.page-template-account {
    overflow: unset;
}

.item_booing {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.5rem #55bece;
}

.item_booing ul {
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}

.item_booing .wrap_title ul {
    display: flex;
    justify-content: space-between;
}

.item_booing .wrap_title ul li {
    margin: 0;
}

.item_booing .wrap_title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.05rem solid #33333312;
}

.item_booing .wrap_content ul {
    display: flex;
    flex-wrap: wrap;
}

.item_booing .wrap_content ul li {
    width: 50%;
    margin: .4rem 0;
}

.item_booing+.item_booing {
    margin-top: 2rem;
}
.logged-in ul.nav_rigth_header li a.account {
    background: #A65228;
}

.logged-in ul.nav_rigth_header li a.account svg {
    filter: brightness(0) invert(1);
}
.check_sucess {
    position: relative;
}
label[for="sucess_button"] {
    width: 100%;
}
.load_home_page img.logo_center {
    position: absolute;
    width: 20rem;
    max-width: 90vw;
    opacity: 1;
    transition: .5s all;
}
.load_home_page.complete img.logo_center {
    opacity: 0;
}
ul.list_tax a.active {
    color: #a65228;
}

.hsec_2_wrap_left .item:first-child.active {
    box-shadow: none;
}

.hsec_2_wrap_left .item:first-child.active span {
}

.hsec_2_wrap_left .item.active {border-color: #A65228;}

.home_sec_4_box {
    display: flex;
    margin: 0 -0.5rem;
}

.home_sec_4_box .home_sec_4_items {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.home_sec_3_content .sub {
    color: #FF9F68;
}
ul.list_type_brand {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
}

ul.list_type_brand li.type_brand {
    width: calc(50% - .6rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4DDDD;
    height: 2.8rem;
    margin: .3rem !important;
    border-radius: .3rem;
    cursor: pointer;
    transition: .5s all;
    background: #fff;
}

li.type_brand img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

ul.list_type_brand li.type_brand.active {
    border-color: #A65228;
}
div#popup_room {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

div#popup_room .bg_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap_info_room .info {width: 47%;display: flex;flex-direction: column;justify-content: space-between;padding-left: 2.5rem;}

.wrap_gallery_room {
    width: 53%;
    flex: 0 0 auto;
}

.popup_room_inner {
    padding: 3rem;
    background: #fff;
    position: relative;
    width: 71rem;
    border-radius: .3rem;
}

.button_close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    right: .5rem;
    top: .5rem;
    background: #F0F0F0;
    border-radius: .3rem;
    cursor: pointer;
    transition: .5s all;
}

.button_close svg {
    width: .6rem;
    height: auto;
}

.wrap_gallery_room .info {
    width: 47%;
}

.mySwiper2  img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
    border-radius: .3rem;
}

.mySwiper .swiper-slide {
    padding: 0 .3rem;
}
.mySwiper .item {
    height: 6rem;
    border-radius: .3rem;
    overflow: hidden;
    background: #000;
}

.mySwiper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    transition: .5s all;
    cursor: pointer;
}

.mySwiper2 {
    margin-bottom: .6rem;
}

.mySwiper {
    margin: 0 -.3rem;
}

.mySwiper .swiper-slide-thumb-active .item img {
    opacity: 1;
}

.slide_arrow {
    position: absolute;
    display: flex;
    z-index: 9;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slide_arrow svg {
    width: .5rem;
    height: auto;
}

.slide_arrow.next {
    left: unset;
    right: 12%;
}

.wrap_info_roo h2 {
    font-size: 1.75rem;
}

div#popup_room h2 {
    font-size: 1.75rem;
    margin-bottom: .2rem;
}

div#popup_room  .content {
    font-size: .7rem;
}

.wrap_info_room .price {
    font-size: .9rem;
    font-family: var(--font-700);
    color: #A65228;
    margin: .8rem 0;
}

.wrap_info_room .price span {
    color: #333333;
}

.wrap_items_info ul {
    list-style: none;
    margin: 0;
}

.wrap_items_info ul li {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
}

.wrap_items_info ul li img,.wrap_items_info ul li svg {
    max-width: 1rem;
    max-height: 1rem;
    width: 1rem;
    height: auto;
}

.wrap_items_info .item_info {
    padding: 1.2rem 0;
}

.wrap_items_info .item_info {
    border-top: 1px solid #D7D7D7;
}

.wrap_items_info b {
    font-size: .8rem;
    color: #333333;
    display: block;
    margin-bottom: .5rem;
}

.wrap_items_info ul.flex.tien_ich {
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    row-gap: .8rem;
}

.wrap_items_info ul.flex.tien_ich li {
    width: calc(50% - 1rem);
    padding: 0 .5rem;
}

.wrap_items_info  a.book_room {
    width: 100%;
    display: flex;
    align-items: center;
}

div#popup_room a.book_room {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A65228;
    height: 2.3rem;
    color: #fff;
    font-family: var(--font-600);
    border-radius: .2rem;
    margin-top: .4rem;
}

div#popup_room .wrap_bottom>span {
    color: #A65228;
}
.button_close:hover {
    background: #A65228;
}
div#popup_room.active {
    opacity: 1;
    pointer-events: unset;
}

.wrap_filter .button_close {
    display: none;
}
.home_sec_3_content .group_heading {
    margin-bottom: 2rem;
}
.home_sec_4_items a.button.button_style {
    height: 2.5rem;
    font-family: var(--font-400);
}
.about_2 span.sub {
    color: #D9905C;
}
.socials_footer a:hover {
    background: #a65228;
    border-color: #a65228;
}
img.fancybox-image {
    border-radius: 1rem;
}
.item_ti svg {width: 1.2rem;height: auto;max-height: 1.5rem;}

.item_ti svg path {
    stroke-width: .8px;
}
.item_room ul.info span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.apartment_style .wrap_select span.select2-selection.select2-selection--single {
    background-color: rgb(255 255 255 / 10%);
    color: #fff;
    backdrop-filter: blur(8px);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.apartment_style .wrap_select span.select2-selection.select2-selection--single:before {
    filter: brightness(0) invert(1);
}

.apartment_style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.wrap_items_filter.trademark>h4 {
    margin-bottom: 0rem;
}
.wrap_items_filter.toggle_menu>h4:after {
    content: '';
    background-image: url(../images/icon_down.svg);
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 1rem;
}
.wrap_items_filter.toggle_menu>h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.nav_scroll a.active {
    color: #A65228;
}
img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_2_item:hover .icon {
    transform: rotateY(360deg);
}
label[for="sucess_checkout"] {
    width: 100%;
}
.apartment_style .wrap_items_filter.toggle_menu>h4:after {
    filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
    html {
        font-size: 1.15vw;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1.2vw;
    }
    body {
        font-size: 1rem;
    }
    .room_page_wrap .col.large-9.medium-9 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .wrap_filter {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background: rgb(0 0 0 / 60%);
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: flex-end;
        opacity: 0;
        transition: .5s all;
        pointer-events: none;
    }

    .inner_filter {
        padding: 2rem;
        background: #fff;
        max-height: 80vh;
        overflow: auto;
        width: 100%;
        border-radius: 1rem 1rem 0 0;
        transform: translateY(50%);
        transition: .5s all;
    }

    .wrap_filter.active {
        opacity: 1;
        pointer-events: unset;
    }

    .wrap_filter.active .inner_filter {
        transform: translateY(0%);
    }
    .button_filter{
        display: flex;
    }
    .wrap_filter .button_close {
        display: flex;
    }
}
@media only screen and (max-width: 850px) {
    body {
        font-size: 1rem;
    }
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    html {
        font-size: 1.35vw;
    }

    ul.list_tax {
        overflow: auto;
        justify-content: flex-start;
    }

    ul.list_tax li {
        flex: 0 0 auto;
    }
    .bannerSlider img {
        height: 35rem;
    }
    .item_room ul.info.flex {
        flex-direction: column;
    }
    .about_1_content .content {
        margin-top: 1rem;
    }

    .about_1_content {
        padding: 0;
    }

    .about_1_img .box_img {
        width: 14rem;
    }

    .about_1_img {
        margin-bottom: 2rem;
    }

    .about_2_item {
        width: calc(calc(100%) - 1rem);
    }

    .about_3_projects {
        flex-wrap: wrap;
    }

    .about_3_projects .item {
        width: calc(50% - .8rem);
    }

    section.about_3 {
        padding: 4rem 0;
    }
    #logo img {
        max-height: unset !important;
        height: 4rem;
    }

    div#masthead {}

    .header-inner {
        padding: .5rem 15px !important;
    }

    .off-canvas-left .mfp-bg {
        position: fixed !important;
        top: 2rem;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        position: fixed !important;
        top: 5rem;
    }

    .has-off-canvas-left .mfp-wrap {
        top: 5rem !important;
    }

    .has-off-canvas-left .mfp-content {
        top: 5rem;
        box-shadow: none;
        background: #fff;
    }

    .nav_section {
        top: 5rem;
    }

    .off-canvas .nav-vertical>li>a {
        padding: 1.5rem 15px;
        color: #333;
        font-size: 1.2rem;
    }

    button.mfp-close {
        opacity: 1 !important;
        color: #A65228 !important;
        background: #fff !important;
        top: .5rem;
        right: 4.5rem;
    }
    [data-open="#main-menu"] {
        padding: 0;
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/icon_menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
    }

    .medium-logo-left .flex-right {
        flex: 0 0 auto;
    }
    [data-open="#main-menu"] i {
        opacity: 0;
    }

    header_style  button.mfp-close {
    }

    .has-off-canvas-left .header_style header#header {
        pointer-events: none;
    }
    .header-wrapper .header-bg-color{
        background: #FFFFFF;
    }

    .header-nav li a{
        color: #333333;
    }

    div#masthead:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 143%;
        background: linear-gradient(180deg, black, transparent);
        opacity: 0;
        transition: .8s all;
        pointer-events: none;
    }

    div#masthead:before{
        opacity: 0;
    }

    div#masthead li.html.header-button-1 a {
        border: 1px solid #172A40;
        color: #333333 !important;
    }

    #logo img.header-logo-dark{
        opacity: 1;
    }

    div#wrapper {
        padding-top: 5rem;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    html {
        font-size: 3.5vw;
    }

    .bannerSlider img {
        height: 17rem;
    }

    section.home_sec_2 .group_heading {
        text-align: center;
    }

    section.home_sec_2 .col.large-6.medium-6.text-right {
        text-align: center;
    }

    ul.list_tax {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    ul.list_tax a {
        font-size: 1.1rem;
    }

    .wrap_room {
        flex-direction: column;
    }

    .item_room {
        width: calc(calc(100%) - 1rem);
    }

    .home_sec_2_wrap {
        margin-top: 1.5rem;
    }

    .hsec_2_wrap_left {
        width: 8rem;
    }

    .hsec_2_wrap_left .item img {
        max-width: 69%;
    }

    .hsec_2_wrap_left .item {
        height: 3.8rem;
    }

    body {
        font-size: 1rem;
    }

    .item_room ul.info.flex {
        flex-direction: column;
        gap: .5rem;
    }

    .item_room ul.info.flex svg {
        width: 1.2rem;
    }

    .hsec_3_slider_nav {
        display: none;
    }

    .home_sec_3_content {
        padding: 0;
    }

    .home_sec_3 .col.large-4.medium-4:before {
        display: none;
    }

    .hsec_3_slider_for .box_content {
        padding-right: 11rem;
    }

    .home_sec_4 {
        background-position: left center;
    }

    .home_sec_4_content {
        padding: 0;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .home_sec_4_item h3 {
        font-size: 1.1rem;
    }

    .home_sec_4_item {
        width: calc(100% - 1rem);
    }

    .home_sec_4_item .icon {
        height: 3.7rem;
    }
    section.partner_1 {
        padding: 4rem 0;
    }

    .partner_1_items {
        flex-direction: column;
        gap: 1rem;
    }

    .partner_1_item {
        width: calc(calc(100% ) - 1rem);
    }

    .partner_1_item .box_content> b {
        font-size: 1.2rem;
    }

    .partner_1_item {
        font-size: 1.1rem;
    }

    .partner_1_boxs {
        flex-direction: column;
        margin: 0 !important;
        gap: 1rem;
    }

    .partner_1_box {
        width: 100% !important;
        margin: 0;
    }

    .partner_1_box.right .item {
        width: calc(100% - 5rem);
    }

    .partner_2_items {
        flex-direction: column;
    }

    .partner_2_item {
        width: calc(calc(100%) - 1rem);
    }

    section.partner_3 .about_2_items h3 {
        font-size: 1.3rem;
    }

    section.partner_3 .about_2_items .icon {
        height: 3rem;
    }

    .partner_4_item .box_content {
        padding-right: 0;
    }

    section.partner_4 {
        padding-top: 4rem;
    }

    .partner_4_items {
        margin-top: 2rem;
    }

    section.partner_5 {
        padding: 3rem 0;
    }

    .partner_5_items {
        flex-direction: column;
        gap: 2rem;
    }

    .partner_5_item {
        width: 100%;
    }

    section.partner_6 {
        padding: 4rem 0;
    }

    section.partner_7 {
        background-position: left;
    }
    .item_process h3 {
        font-size: 1rem;
    }
    .post_featured .item_post {
        width: calc(100% - 1rem) !important;
        margin: 0;
    }

    .post_featured .item_post {
        flex-direction: column;
        width: 100% !important;
    }

    .post_featured .item_post .box_img {width: 100%;margin: 0;height: 14rem;margin-bottom: 1.2rem;}

    .item_post h3 {
        font-size: 1.3rem;
    }

    .post_featured {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 3rem;
    }

    section.news_page h2 {
        font-size: 2rem;
    }

    .item_post {
        width: calc(calc(100%) - 1rem);
    }
    nav#breadcrumbs ol>*:not(:last-child) {
        flex: 0 0 auto;
    }

    nav#breadcrumbs ol >*:last-child span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .content.mota {
        font-size: 1.1rem;
    }

    .content.content_post h3 {
        font-size: 1.2rem;
    }
    section.contact_page .inner {
        max-width: 100%;
    }

    div#map {
        width: 100%;
    }

    section.contact_page .partner_7_items {
        margin-bottom: 1rem;
    }
    .room_item {
        flex-direction: column;
    }

    .lists_room.lists_room_tax .box_img {
        width: 100%;
    }

    .room_item .box_content {
        flex-direction: column;
        font-size: 1.1rem;
    }

    .room_item .box_content>* {
        width: 100%;
    }

    .room_item .right_box {
        text-align: left;
    }

    .room_item .right_box .price .top {justify-content: flex-start;}

    .lists_room_tax .info_room {
        border: none;
        border-bottom: 1px solid #F1E2DB;
    }

    .room_item .box_img .inner {
        padding-bottom: 68%;
    }

    .lists_room_tax .info_room h3 {
        font-size: 1.5rem;
    }

    .lists_room_tax .item_ti {
        font-size: .8rem;
    }

    .button_style {
        height: 2.7rem;
        font-size: 1rem;
    }
    section.room1 {
        padding: 1rem;
    }

    .room1_gallery_item {
        width: 50%;
    }

    .room1_gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .room1_gallery_item:first-child {
        width: 100%;
    }

    section.room2 .group_heading {
        padding: 0;
    }

    a.address {
        height: auto;
        padding: .7rem 1rem;
    }

    .item_ti {
        width: auto;
        margin: 0 .2rem !important;
        padding: 0 .6rem;
    }

    .item_ti img {
        width: 1.4rem;
    }

    .slider_location {
        padding: 0;
    }

    .room5 .wrap_slider:before {
        top: 10.89rem;
    }
    .mobile_display {
        display: flex;
        justify-content: center;
        position: unset;
    }

    .mobile_display span {
        background: #333;
    }
    img.bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    footer#footer {
    }

    .box_footer {
        font-size: 1.1rem;
        max-width: 100%;
    }

    .box_footer.bottom strong {font-size: 1.2rem;}

    .footer_3 .box_footer.top strong {
        font-size: 1.1rem;
    }

    .footer_3 .box_footer.top a {
        font-size: 1.2rem;
    }

    .title_footer {
        font-size: 1.1rem;
    }

    .ux-menu .ux-menu-title.flex {
        font-size: 1.1rem;
    }

    .ux-menu a.ux-menu-link__link {
        font-size: 1.1rem;
    }

    .ux-menu {
        margin-bottom: 2rem;
    }
    button.mfp-close {
        top: .8rem;
        right: .8rem;
    }
    .header-button-2 .header-button a {
        width: 2.3rem;
        height: 2.3rem;
        font-size: 0;
        padding: 0 !important;
        background-position: center;
    }

    [data-open="#main-menu"] {
        outline: none !important;
    }

    li.html.header-button-1 {
        margin: 0;
    }

    li.html.header-button-2 {
        margin-right: 0 !important;
    }

    [data-open="#main-menu"] {
        width: 3rem;
    }
    .wrap_bo_loc {flex-wrap: wrap;align-items: unset;}

    .wrap_bo_loc .box_item {
        width: 50% !important;
        border: none !important;
        padding: .8rem;
    }

    .bannerSlider img {
        height: 30rem;
    }

    .wrap_bo_loc .box_item .wrap_item:nth-child(2) {
        order: 2;
        border: none !important;
    }

    .wrap_bo_loc .box_item:nth-child(2) {
        order: 2;
        width: 100% !important;
    }

    .wrap_bo_loc .box_item:last-child {
        order: 3;
        width: 100% !important;
    }

    .home_sec_1_content a.booking.filter_hotel_button {
        width: 100%;
        height: 3.8rem;
    }

    .show_kq_sl>span+span {
        margin: 0 !important;
    }
    .loc_hotel {
        position: relative !important;
        top: 0;
    }

    .filter_hotel_button {
        width: 100%;
    }
    .box_item.open_so_luong {
        width: 50% !important;
    }

    .room4 a.booking.filter_hotel_button {
        border-radius: 0;
        height: 3.5rem;
    }
    .off-canvas .sidebar-menu {
        padding: 0;
    }

    .off-canvas .nav-vertical>li>a {
        padding: 1rem 10px;
    }
    .home_sec_4_box {
        flex-direction: column;
    }
    .wrap_info_room.flex {
        flex-direction: column;
    }

    .popup_room_inner {width: 100%;max-height: 100vh;overflow: auto;padding: 1.6rem;}

    .wrap_gallery_room {
        width: 100%;
    }

    .wrap_info_room .info {
        width: 100%;
        padding: 2rem 0 0 0;
    }

    .mySwiper2 img {
        height: 18rem;
    }

    .mySwiper .item img {
        height: 100%;
    }

    .mySwiper .item {
        height: 4rem;
    }

    .wrap_items_info ul.flex.tien_ich li {
        width: calc(100% - 1rem);
    }

    div#popup_room .content {
        font-size: 1rem;
    }

    .wrap_info_room .price {
        font-size: 1.5rem;
    }

    .wrap_items_info b {
        font-size: 1.2rem;
    }
    .booking_page .box_left {
        padding: 0 15px;
    }

    .booking_page .box_left input:not([type="checkbox"]) {
        font-size: 1rem;
        height: 2.8rem;
    }

    .wrap_col>span {
        font-size: 1rem;
        line-height: 1.2;
    }

    .wrap_col {
        width: calc(100% - 1rem);
    }

    .check_dat_phong label {
        font-size: 1rem;
    }

    .wrap_col.col_100 .content {
        font-size: 1rem;
    }

    label[for="sucess_button"], [for="sucess_checkout"] {
        font-size: 1rem;
        align-items: flex-start;
    }

    label[for="sucess_button"]:before, label[for="sucess_checkout"]:before {
        width: 1rem;
        height: 1rem;
    }

    label[for="sucess_button"]:after, label[for="sucess_checkout"]:after {
        width: .7rem;
        height: .7rem;
    }

    .booking-card {
        margin-top: 2rem;
    }

    .booking-card p {
        font-size: 1rem;
    }

    .policies a {
        font-size: 1rem;
    }

    .details p b.total + span {
        font-size: 1.2rem;
    }
    .hinh_thuc_thanh_toan .item .box_content h3 {
        font-size: 1rem;
    }

    .hinh_thuc_thanh_toan .item .box_content .content {
        font-size: 1rem;
    }
    .box_item.open_so_luong .booking-container {
        left: unset;
        right: 0;
    }
    .room4 .box_item.open_so_luong {
        width: 100% !important;
    }
    .apartment_style .inner_filter {
        background: #333;
    }
    ul.list_type_brand li.type_brand {
        height: 4.5rem;
    }
}