@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans Thai';
    src: url('../font/IBMPlexSansThai-Regular.woff2') format('woff2'),
    url('../font/IBMPlexSansThai-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --white: #fff;
    --black: #292626;
    --gray: #666;
    --primary: #8a5d3b;
    --secondary: #85a13d;
    --tertiary: #f3f5ec;
    --quaternary: #8b432324;
    --font-head: "Open Sans", "IBM Plex Sans Thai";
    --font-body: "Open Sans", "IBM Plex Sans Thai";
}
body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--black);
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
    transition: all 0.5s;
}
a:hover {
    color: var(--secondary);
}

button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    text-transform: inherit;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    font-size: inherit;
    letter-spacing: initial;
    outline: none;
    font-family: inherit;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary);
    font-weight: lighter;
    line-height: initial;
    font-family: var(--font-head);
}

h1 {
    font-size: 40px;
    /*letter-spacing: 1px;*/
}

h2 {
    font-size: 30px;
    /*letter-spacing: 1px;*/

}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
    color: #505050;
}

.container {
    padding: 0;
}

.section_slideshow {
    position: relative;
    font-family: var(--font-head);
}

/*#maximage {*/
/*    height: 70vh !important;*/
/*}*/

.brand_logo {
    display: inline-flex;
    float: left;
}

.nav_desktop {
    font-size: 16px;
}

.nav_desktop ul {
    float: right;
    margin: 0;
    padding: 0;
}

.nav_desktop li {
    float: left;
    list-style: none;
    padding: 0;
    line-height: 70px;
}

.nav_desktop a {
    padding: 0 10px;
    position: relative;
    display: inline-block;
}

.nav_desktop a.active, .nav_desktop a:hover {
    color: var(--primary);
}

.nav_desktop a:before {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    bottom: 0;
    background: transparent;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
}
.nav_desktop a.active:before{
    height: 20px;
    background: var(--primary);
}
.dropdown-menu a:before{
    content: none;
}

.nav_top #lang_primary {
    cursor: pointer;
}

.nav_top .lang_parent {
    position: absolute;
    background-color: #fff;
    padding: 0;
    display: none;
    right: 0;
    z-index: 2;
    text-transform: none;
}

.nav_top .lang_parent.active {
    display: block;
}

.nav_top .lang_parent li {
    display: block;
    padding: 0;
    line-height: initial;
    width: 100%;
    text-align: left;
}
.nav_top .lang_parent li.active {
    display: none;
}

.nav_top li {
    list-style: none;
}

.nav_top ul {
    padding: 0;
    margin: 0;
}

.nav_top {
    text-align: right;
    position: relative;
    padding-right: 0 !important;
}

.lang_parent a {
    color: inherit;
    line-height: inherit;
    padding: 10px;
    width: 100%;
}
.nav_top .lang_parent li a:hover {
    color: #fff;
    background: var(--primary);
}
/*.nav_top i {*/
/*    color: #fff;*/
/*}*/

.nav_top span {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.brand_logo img {
    padding: 17px 0;
    height: 70px;
}
.brand_logo a{
    display: flex;
}
.dropdown-menu li, .dropdown-menu > li > a {
    line-height: initial;
    width: 100%;
}

.dropdown-menu > li > a {
    color: #505050;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: var(--primary);
}

.section_header {
    position: absolute;
    z-index: 3;
    transition: all 1s;
    width: 100%;
    background: #fff;
}

.section_header .container {
    width: 100%;
    padding: 0 50px;
}

.btn_booknow {
    background:var(--primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: var(--font-head);
    text-transform: capitalize;
    transition: all 1s;
}
.btn_booknow:hover{
    background: var(--secondary);
    color: #fff;
}
.btn_booknow img {
    filter: brightness(0) invert(1);
    vertical-align: sub;
    margin-right: 5px;
    height: 20px;
}

.btn_lang {
    padding: 10px 15px;
    background: var(--tertiary);
    color: inherit;
    border: 0;
    line-height: 20px;
    transition: all 1s;
}

.text_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.text_slide h1 {
    color: #fff;
}

.overlay_slideshow {
    background: rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
}

.arrow_slide {
    position: relative;
    bottom: 0;
    z-index: 2;
}
.arrow_slide .container{
    position: relative;
}
.arrow_slide img {
    height: 30px;
    opacity: 0.3;
    transition: all 1s;
}
.arrow_slide a:hover img{
    opacity: 1;
}

.arrow_slide a {
    position: absolute;
    background: rgb(255 255 255 / 20%);
    bottom: 0;
    padding: 10px;
    height: 50px;
}

#arrow_left {
    left: 0;
}

#arrow_right {
    left: 50px;
}

.section_description h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.section_description h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_description .col-xs-7 {
    position: relative !important;
    padding-right: 50px;
}

.section_description .col-xs-7:before {
    content: '';
    background-image: url("../images/icon/bg.png");
    width: 230px;
    height: 213px;
    position: absolute;
    right: 25px;
    top: 0;
    margin: auto;
    opacity: 0.5;
    z-index: -1;
    background-repeat: no-repeat;
}

.section_description .col-xs-7 p:nth-last-child(1) {
    margin-bottom: 0
}

.section_description {
    text-align: left;
    padding: 50px 0;
}

.tab_reser {
    text-align: center;
    position: relative;
    z-index: 2;
}

.tab_reser:after {
    content: '';
    background-image: url("../images/icon/giftbox.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: -11px;
    top: -11px;
    background-size: cover;
    filter: brightness(0) invert(1);
}

.tab_reser:before {
    content: '';
    background: var(--primary);
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;

}

.section_offers {
    padding: 50px 0;
    background: var(--tertiary);
}

.images_offers {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.float_right{
    float: right;
}

.section_offers h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: fit-content;
    text-transform: capitalize;
    font-size: 14px;
}

.section_offers h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.images_offers img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images_offers .col-xs-6{
    height: 100%;
}
.details_offers{
    background: #fff;
    text-align: center;
    padding: 0 50px;
}
.details_offers h4:after{
    content: none;
}
.details_offers h4{
    padding: 0;
    width: 100%;
}
.details_offers h2{
    /*text-transform: uppercase;*/
    color: var(--primary);
}
.details_offers p{
    margin: 10px 0 0;
}
.btn_booknowmain{
    margin-top: 15px;
    padding: 10px 40px;
}
.details_offers:after{
    content: '';
    background: var(--primary);
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.details_offers:before{
    content: '';
    background-image: url("../images/icon/giftbox.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -11px;
    margin: auto;
    z-index: 2;
    background-size: cover;
    filter: brightness(0) invert(1);
}
.details_titleoffers{
    padding-left: 50px;
    margin-top: 25px;
}

.slide_offers .item{
    padding-top: 25px;
}
.slide_offers .owl-nav{
    display: none;
}
.slide_offers .owl-dots{
    position: absolute;
    left: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 25px;
    bottom: 0;
}
.section_accommodations{
    padding:  50px 0;
    overflow: hidden;
}
.box_accommodations{
    width: 100%;
    display: inline-block;
}
.images_accom{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.box_accommodations img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide_accommodations, .slide_accommodation {
    margin-top: 50px;
}
.text_accom{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px;
    color: #fff;
    transition: all 1s;
    z-index: 2;
}
.images_accom:after{
    content: '';
    background: #fff;
    width: 1px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
}
.slide_accommodations .owl-stage-outer, .slide_accommodation .owl-stage-outer {
    overflow: inherit;
}
.slide_accommodations.owl-drag .owl-item,.slide_accommodation.owl-drag .owl-item{
    opacity: 0.2;
    transition: all 1s;
}
.slide_accommodations.owl-drag .active,.slide_accommodation.owl-drag .active{
    opacity: 1;
}
.overlay_box{
    /*background: rgb(0 0 0 / 20%);*/
    /*width: 100%;*/
    height: 100%;
    /*position: absolute;*/
    /*transition: all 1s;*/
    /*opacity: 0;*/
}
.slide_accommodations .item:hover .overlay_box,.slide_accommodation .item:hover .overlay_box{
    opacity: 1;
}
.slide_accommodations .item:hover .images_accom:after, .slide_accommodation .item:hover .images_accom:after{
    height: 40px;
}
.slide_accommodations .item:hover .text_accom, .slide_accommodation .item:hover .text_accom {
    bottom: 50px;
}
.scroll_menu{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.slide_accommodations .owl-dots, .slide_accommodation .owl-dots{
    display: none;
    margin-top: 25px;
}
.section_accommodations p:nth-last-child(1){
    margin-bottom: 0;
}
.slide_accommodations .owl-nav, .slide_accommodation .owl-nav{
    position: absolute;
    right: 0;
    top: -70px;
}
.slide_accommodations .owl-nav [class*=owl-], .slide_accommodation .owl-nav [class*=owl-] {
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    font-family: var(--font-head);
}
.slide_accommodations .owl-nav [class*=owl-]:hover, .slide_accommodation .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
}
.slide_accommodations .owl-prev, .slide_accommodation .owl-prev {
    position: relative;
    top: -30px;
    padding: 0!important;
}
.slide_accommodations .owl-prev:before, .slide_accommodation .owl-prev:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    top: 0;
    right: -20px;
    margin: auto;
    background: var(--primary);
    transform: rotate(-45deg);
}
.slide_accommodations .owl-nav [class*=owl-] i,.slide_accommodation .owl-nav [class*=owl-] i {
    opacity: 0;
    transition: all 1s;
}
.slide_accommodations .owl-nav [class*=owl-]:hover i , .slide_accommodation .owl-nav [class*=owl-]:hover i{
    opacity: 1;
}
.btn_seeoffers{
    font-family: var(--font-head);
    color: var(--primary);
    padding: 0;
    border: none;
    background: none;
}
.btn_seeoffers img{
    width: 25px!important;
    vertical-align: middle;
    height: auto!important;
    object-fit: inherit!important;
    transition: all 1s;
}
.btn_seeoffers:hover img{
    margin-left: 10px;
}
.section_facilities{
    padding: 0 0 50px 0;
    text-align: center;
}
.images_facilities{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.details_facilities{
    background: var(--tertiary);
    position: relative;
    text-align: left;
    padding: 50px;
}
.details_facilities:before{
    content: '';
    background: var(--tertiary);
    width: 50px;
    height: 100%;
    position: absolute;
    left: -50px;
    z-index: -1;
}
.details_facilities h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: max-content;
}

.details_facilities h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.images_facilities img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slide_facilities{
    margin-top: 50px;
}
.slide_facilities .owl-nav{
    display: none;
}
.slide_facilities .owl-dots {
    position: absolute;
    right: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}
.section_footer{
    background: var(--primary);
    display: inline-flex;
    width: 100%;
    padding: 50px 0;
    color: #fff;
}
.section_footer h3{
    color: #fff;
}
.section_footer p{
    margin: 15px 0 0;
}
.logo_footer{
    filter: brightness(0) invert(1);
    height: 30px;
}
.section_footer .col-xs-4:nth-child(2){
    text-align: center;
}
.section_footer .col-xs-4:nth-child(3){
    text-align: right;
}
.section_footer .col-xs-4:nth-child(1) h4, .section_footer .col-xs-4:nth-child(3) h4{
    font-size: 20px;
    color: #fff;
}
.section_footer .col-xs-4:nth-child(3) p{
    width: 70%;
    float: right;
}
.section_copyright{
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    display: flex;
    width: 100%;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
}
.secial_media{
    text-align: right;
    font-size: 16px;
}
.secial_media a{
    margin-left: 10px;
}
.brand_logomobile{
    display: none;
}
.menu_mobile{
    display: none;
    position: absolute;
    height: 18px;
    width: 35px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.button_container {
    position: relative;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: 1;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    /*background: #fff!important;*/
}
.button_container.active .middle {
    opacity: 0;
    /*background: #fff;*/
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    /*background: #fff!important;*/
}
.button_container span {
    background: var(--primary);
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 8px;
}
.button_container span:nth-of-type(3) {
    top: 16px;
}
.button_container.active span:nth-of-type(3) {
    top: 22px;
}

.overlay_menu {
    position: fixed;
    background: rgba(60, 151, 223 ,0.95);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9;
}
.overlay_menu.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.overlay_menu.open li {
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay_menu.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}
.overlay_menu.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.overlay_menu.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.overlay_menu.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.overlay_menu.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
.overlay_menu.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay_menu.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}


.overlay_menu nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
/*.overlay_menu ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/
.overlay_menu ul li {
    display: block;
    position: relative;
    padding: 8px 0;
    opacity: 0;
    width: 100%;
}
.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    line-height: inherit;
    transition: all 0.5s;
}
.overlay_menu ul li a:hover {
    color: var(--tertiary);
}
.overlay_menu ul li a:hover:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:active:after {
    width: 100%;
}
.overlay_menu .active:after{
    content: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.nav_mobile .overlay_menu .active a {
    color: var(--tertiary);
}

.base_plus_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: block;
}
.base_plus_icon .plus_icon{
    position: absolute;
    width: 20px;
    height: 40px;
    right: 0;
    top: 0;
    display: block;

}
.base_plus_icon .plus_icon:before,
.base_plus_icon .plus_icon:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    display: block;
    transition: all 0.6s;
}
.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after{
    background-color: #fff;
}
.base_plus_icon .plus_icon:before{
    width: 1px;
    height: 20px;
}
.base_plus_icon .plus_icon:after{
    width: 20px;
    height: 1px;
}
.base_plus_icon .plus_icon.active:before{
    display: none;
}
.info {
    display: none;
    padding: 10px 15px 0!important;
}
.info.active {
    display: block;
}
.navbar_fix{
    padding: 70px 30px 30px!important;
    display: inline-block;
    width: 100%;
}
.navbar_fix .active{
    color: var(--primary);
}
.section_description .col-xs-5{
    z-index: 1;
}
.t-datepicker-day{
    margin: 20px 0;
}
/*.t-arrow-top{*/
/*    bottom: -20px!important;*/
/*}*/
.section_accommodations h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    text-transform: capitalize;
    font-size: 14px;
}

.section_accommodations h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_accom h4:after{
    content: none;
}
.text_slide ul{
    margin: 0;
    padding: 0;
}
.text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
}

.text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.section_contentchild{
    padding: 50px 0;
}
.section_contentchild .box_facilities:nth-child(odd) .col-xs-8{
    float: right;
}
.section_contentchild .box_facilities:nth-child(odd) .details_facilities:before{
    left: auto;
    right: -50px;
}
.section_contentchild .box_facilities{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.section_contentchild .box_facilities:nth-last-child(1){
    margin-bottom: 0;
}
.logo_title{
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span{
    background: none;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span:after{
    content: '';
    background-image: url("../images/icon/favicon.png");
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: all 1s;
}
.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after{
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 5px;
}
.section_contentchildoffers{
    padding-top: 0;
}
.section_contentchildoffers .details_offerschild:after{
    content: '';
    background: var(--primary);
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;

}
.section_contentchildoffers .details_offerschild:before{
    content: '';
    background-image: url("../images/icon/giftbox.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -11px;
    margin: auto;
    z-index: 2;
    background-size: cover;
    filter: brightness(0) invert(1);
}
.section_otheraccommodations{
    padding-bottom: 0;
    margin-bottom: -12px;
}
.section_amenities{
    background: var(--tertiary);
    padding: 50px 0;
    text-align: center;
}
.section_amenities h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.section_amenities h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_amenities ul{
    margin: 25px 0 0 0;
    padding: 0;
}
.section_amenities li{
    width: 20%;
    float: left;
    list-style: none;
    padding: 10px;
}
.section_amenities img{
    height: 25px;
}
.section_amenities p{
    margin: 0;
    text-transform: capitalize;
}
/*.details_facilities .details_offerschild p{*/
/*    margin-bottom: 0;*/
/*}*/
.section_sitemap{
    text-align: left;
}
.section_sitemap ul{
    margin: 25px 0 0;
    padding: 0;
}
.section_sitemap li{
    padding: 5px 0;
    list-style: none;
}
.section_sitemap .submenu_sitemap li{
    list-style: disc;
}
.section_sitemap .submenu_sitemap{
    margin: 0 0 0 30px!important;
}
.section_googlemap{
    padding: 50px 0;
    background: var(--tertiary);
}
.section_googlemap iframe{
    width: 100%;
    height: 100%;
}
.images_map{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}
.section_googlemap .col-xs-7{
    padding-right: 50px;
}
.section_googlemap h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: max-content;
}

.section_googlemap h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.form_contact .input_contact{
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}
.form_contact .col-xs-6, .form_contact .col-xs-12{
    padding: 10px;
}
.form_contact{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
}
::placeholder{
    color: #b1b1b1;
}
/*.btn_sitemap{*/
/*    width: 100%;*/
/*}*/
.image_photo{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover!important;
    transform: scale(1);
    transition: all 1s;
}
.view_photo{
    overflow: hidden;
    cursor: pointer;
}
.view_photo:hover .image_photo{
    transform: scale(1.1);
}

.demo_gallery{
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.demo_gallery .col-xs-3, .demo_gallery .col-xs-6{
    padding: 15px;
}
.row_gallery{
    margin-right: -15px;
    margin-left: -15px;
}
.text_gallery{
    padding:  0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    text-align: left;
}
.text_gallery .col-xs-4{
    text-align: right;
}
.count_photo{
    border-left: 1px solid #eee;
    float: right;
    padding-left: 10px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: var(--primary);
}
.section_gallery{
    position: relative;
}
/*.section_gallery:before {*/
/*    content: '';*/
/*    background-image: url('../images/icon/bg.png');*/
/*    width: 230px;*/
/*    height: 213px;*/
/*    position: absolute;*/
/*    right: 50px;*/
/*    top: 50px;*/
/*    margin: auto;*/
/*    opacity: 0.5;*/
/*}*/
.section_gallery .col-xs-7:before{
    content: none;
}
.tab_reser a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.tab_reser a:hover {
    color: inherit;
}