@font-face {
    font-family: 'SukhumvitSet';
    src: url('../font/SukhumvitSet-Text.woff2') format('woff2'),
    url('../font/SukhumvitSet-Text.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../font/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #505050;
    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;
}

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;
    line-height: initial;
    font-weight: initial;
}
h1{
    font-size: 50px;
    color: #505050;
}

h2{
    font-size: 40px;
    color: #505050;
}

h3{
    font-size: 30px;
    color: #505050;
}

h4{
    color: #be9e68;
}
#maximage{
    height: 900px;
}
.section_slideshow{
    position: relative;
}
.container{
    padding: 0;
    position: relative;
}
.section_header{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: none;
    transition: all 1s;
}
.section_header .container{
    width: 100%;
    padding: 0 50px;
}
.brand_logo{
    float: left;
    position: absolute;
    top: 0;
    bottom: 30px;
    height: 40px;
    margin: auto;
    transition: all 1s;
}
.brand_logo img{
    height: 70px;
    transition: all 1s;
}
.top_header img{
    height: 15px;
    width: 20px;
    vertical-align: baseline;
    filter: brightness(0) invert(1);
}
.top_header .box_lang img {
    height: 15px;
    width: 16px;
}
.top_header span{
    line-height: 16px;
}
.top_header{
    text-align: right;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}
.top_header ul{
    margin: 0;
    padding: 0;
    float: right;
}
.top_header li{
    float: left;
    padding: 0 15px;
    border-right: 1px solid #d6d6d6;
    list-style: none;
    line-height: initial;
}
.box_header img {
    padding-right: 5px;

}

.top_header li:nth-last-child(1){
    border: none;
    padding-right: 0;
}

.box_lang{
    text-transform: uppercase;
}
.box_lang img{
    filter: none;
}

.nav_desktop{
    float: right;
    background: #fff;
    position: relative;
    font-size: 14px;
    transition: all 1s;
}
.nav_desktop ul{
    padding: 0;
    margin: 0;
}
.nav_desktop li{
    float: left;
    padding: 0 15px;
    list-style: none;
    line-height: 40px;
}
.nav_desktop li:nth-last-child(1){
    padding-right: 0;
}
.nav_desktop img{
    filter: brightness(0) invert(1);
    height: 18px;
    width: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
.nav_desktop:before{
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: -20px;
    transition: all 1s;
}
.btn_reservation{
    background: #404040;
    color: #fff;
    padding: 0 30px!important;
    position: relative;
}
.btn_reservation:before{
    content: '';
    background: #be9e68;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.nav_desktop li:hover .btn_reservation:before{
    width: 100%;
}
.text_slide{
    position: absolute;
    right: 0;
    bottom: 200px;
    color: #fff;
    padding: 0;
    text-align: right;
}
.text_slide h1{
    position: relative;
    padding-right: 50px;
    color: #fff;
    font-size: 50px;
}
.text_slide h1:after{
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_slide p{
    margin: 0;
    padding-right: 50px;
    font-size: 20px;
}
.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.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;
    list-style: none;
}

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

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
div.mc-image{
    width: 100%!important;
    transform: none;
}
#cycle-nav li{
    float: none;
    margin: 5px 0;
    border: none;
    background: #fff;
    opacity: 0.3;
}
#cycle-nav li.activeSlide, #cycle-nav li:hover{
    opacity: 1;
    background: #fff;
}
#cycle-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: auto;
    left: 50px;
    padding: 0;
}
.whybook img{
    filter: none;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    vertical-align: text-top;
}
.section_offers{
    padding: 130px 0 80px;
    background: #f8f5f0;
    position: relative;
}
.section_offers:after{
    content: '';
    background: #f8f5f1;
    width: 100%;
    height: 50px;
    clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
    position: absolute;
    left: 0;
    bottom: -50px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #2c79dc;
    opacity: 0.3;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #2c79dc;
    opacity: 1;
}
.images_offers{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.images_offers img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s;
}
.text_offers{
    text-align: center;
    padding: 25px 25px 0;
    position: relative;
}
.text_offers p{
    margin: 5px 0 0;
}
.btn_booknow{
    background: #be9e68;
    padding: 15px 40px;
    color: #fff;
    border: none;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 1s;
}
.text_offers:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #be9e68;
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    z-index: -1;
    transition: all 1s;
}
.text_offers:after{
    content: '';
    background-image: url("../images/icon/offers.png");
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    z-index: 2;
}
.images_offers:before{
    content: '';
    background: #f8f5ef;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -25px;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
}
.slide_offers .owl-nav, .slide_offers .owl-dots{
    display: none;
}
.slide_offers .item:hover .images_offers img{
    transform: scale(1.1);
}
.slide_offers .item:hover .btn_booknow:after{
    width: 100%;
}
.slide_offers .item:hover .text_offers:before{
    background: #406267;
}
.btn_booknow:after{
    content: '';
    background: #505050;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.btn_booknow span, .btnbook_reser span, .btn_reservation span{
    position: relative;
    z-index: 2;
}
.btnbook_reser:after{
    content: '';
    background: #404040;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.btnbook_reser{
    position: relative;
}
.box_book:hover .btnbook_reser:after{
    width: 100%;
}
.section_description{
    padding: 110px 0 80px 0;
    text-align: center;
    position: relative;
}
.section_description:after{
    content: '';
    background-image: url(../images/icon/bg_right.png);
    width: 285px;
    height: 459px;
    position: absolute;
    bottom: -50px;
    right: -70px;
    background-repeat: no-repeat;
}

.section_description p:nth-last-child(1){
    margin-bottom: 0;
}
.section_description h4{
    font-style: italic;
}
.images_accommodations{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.images_accommodations img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s;
}
.details_accommodations{
    padding: 0 50px;
    background: #f8f5f0;
    margin-top: 50px;
    position: relative;
    overflow: inherit;
}
.details_accommodations:before{
    content: '';
    background: #f8f5f0;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: -100%;
}
.details_accommodations p{
    width: 100%;
    margin-bottom: 0;
}
.slide_accommodations .owl-nav{
    display: none;
}
.slide_accommodations .owl-dots{
    position: absolute;
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}
.slide_accommodations .item:hover .images_accommodations img{
    transform: scale(1.1);
}
.slide_accommodations .item:hover .details_accommodations img{
    transform: none;
}
.btn_readmore{
    padding: 0;
    border: none;
    background: none;
    color: #be9e68;
    margin-top: 25px;
}
.btn_readmore img{
    height: 15px!important;
    vertical-align: middle;
    margin-left: 5px;
    width: auto!important;
}
.slide_accommodations .owl-dots .owl-dot span{
    background: #fff;
    opacity: 0.3;
    margin: 5px 0;
}
.slide_accommodations .owl-dots .owl-dot.active span{
    background: #fff;
    opacity: 1;
}
.section_facilities{
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.row_imagesfacilities .col-xs-6{
    padding: 0 15px;
}
.row_imagesfacilities{
    margin-left: -15px;
    margin-right: -15px;
}
.images_facilities{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.images_facilities img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s;
}
.slide_facilities .item:hover .images_facilities img {
    transform: scale(1.1);
}
.details_facilities{
    padding-right: 50px;
}
.details_facilities p{
    margin-bottom: 0;
}
.slide_facilities .owl-dots .owl-dot span{
    background: #be9e68;
    margin: 5px 0;
}
.slide_facilities .owl-dots .owl-dot.active span{
    background: #be9e68;
}
.slide_facilities .owl-dots {
    position: absolute;
    right: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.slide_facilities .owl-nav {
    position: absolute;
    right: -35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}
.slide_facilities .owl-nav [class*=owl-]{
    background: none;
    padding: 0;
    margin: 0;
    color: #f0c0a4;
    font-size: inherit;
    transition: all 1s;
}
.slide_facilities .owl-nav [class*=owl-]:hover{
    background: none!important;
    color: #505050;
}
.slide_facilities .owl-prev{
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}
.slide_facilities .owl-next{
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
}
.slide_facilities .owl-prev:after{
    content: 'Prev';
    position: absolute;
    top: -3px;
    margin-left: 10px;
}
.slide_facilities .owl-next:before{
    content: 'Next';
    position: absolute;
    bottom: 5px;
    margin-right: 10px;
    left: -43px;
}
.slide_facilities .owl-nav img{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.details_facilities .btn_readmore{
    float: right;
}
.slide_iconfacilities .owl-nav, .slide_iconfacilities .owl-dots{
    display: none;
}
.slide_iconfacilities img{
    height: 30px;
    width: 30px;
    vertical-align: text-bottom;
}
.section_iconfacilities p{
    margin: 0;
    color: #be9e68;
}
.section_iconfacilities h2{
    font-size: 30px;
}
.section_iconfacilities{
    text-align: center;
    position: relative;
    z-index: 2;
}
.section_facilities:before{
    content: '';
    background-image: url("../images/icon/bg_left.png");
    height: 464px;
    width: 285px;
    position: absolute;
    left: -50px;
    bottom: -150px;
    z-index: -1;
    background-repeat: no-repeat;
}
.section_iconfacilities .col-xs-7{
    padding-right: 50px;
}
.section_iconfacilities .col-xs-5{
    text-align: left;
    border-left: 1px solid #2c79dc;
    padding-left: 50px;
}
.box_iconfacilities{
    background: #eaf1fb;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px;
}
.box_iconfacilities:before{
    content: '';
    background: #eaf1fb;
    width: 120px;
    height: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: -60px;
    top: 0;
    z-index: -1;
}
.box_iconfacilities:after{
    content: '';
    background: #eaf1fb;
    width: 120px;
    height: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    right: -60px;
    top: 0;
    z-index: -1;
    transform: rotate(180deg);
}
.box_iconfacilities .col-xs-5{
    float: right;
}
.row_footer{
    margin-left: -50px;
    margin-right: -50px;
}
.row_footer .col-xs-6{
    padding: 0 50px;
}
.section_footer{
    padding: 130px 0 80px;
    position: relative;
    color: #fff;
    margin-top: -50px;
}
.section_footer:before{
    content: '';
    background: #404040;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.section_footer:after{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.copyright{
    display: inline-flex;
    width: 100%;
}
.section_footer p{
    margin: 0;
}
.contact_footer{
    margin: 25px 0;
}
.section_footer h2{
    color: #fff;
    font-size: 34px;
}
.section_footer ul{
    margin: 0;
    padding: 0;
}
.section_footer li{
    list-style: none;
    padding:0;
}
.sitemap_left{
    float: left;
}
.sitemap_right{
    float: right;
}
.secial_media i{
    font-size: 24px;
    margin-right: 10px;
}
.section_footer hr{
    border-top: 1px solid #ffffff26;
}
.scroll_menu{
    position: fixed;
    z-index: 3;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.scroll_menu .brand_logo img, .scroll_menu .top_header img{
    filter: none;
}
.scroll_menu .nav_desktop{
    background: none;
}
.scroll_menu .top_header{
    color: #505050;
}
.nav_desktop .active, .nav_desktop a:hover{
    color: #be9e68;
}
.btn_reservation a:hover{
    color: #fff;
}
.scroll_menu .brand_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
}

.scroll_menu .brand_logo img {
    filter: none;
    height: 65px;
    width: 55px;
}

.slide_facilities .item .col-xs-6:nth-child(1){
    float: right;
}
.dropdown-menu a{
    line-height: initial;
}
.dropdown-menu li{
    padding: 0;
    width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #be9e68;
}
.dropdown-menu > li > a{
    color: #505050;
    padding: 10px 15px;
}
.button_container {
    position: relative;
    top: 0;
    right: 0;
    height: 18px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: 1;
}
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #2C79E1!important;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #2C79E1!important;
}
.button_container span {
    background: #fff;
    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;
}

.overlay_menu {
    position: fixed;
    background: #eaf1fb;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9;
}
.overlay_menu:after{
    content: '';
    background-image: url('../images/icon/bg_right.png');
    width: 285px;
    height: 459px;
    position: absolute;
    bottom: 0;
    right: -70px;
    background-repeat: no-repeat;
    z-index: -1;
}
.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;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
    width: 100%;
}
.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #505050;
    text-decoration: none;
    overflow: hidden;
    line-height: inherit;
    transition: all 0.5s;
}
.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: #1d756b;
}
.menu_mobile{
    display: none;
    position: absolute;
    right: 30px;
    background: #2C79E1;
    padding: 11px 15px;
    height: 40px;
}
.base_plus_icon{
    position: absolute;
    top: 0;
    right: 20px;
    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: #505050;
    margin: auto;
    display: block;
    transition: all 0.6s;
}
.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after{
    background-color: #505050;
}
.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: 0 15px 0!important;
}
.info.active {
    display: block;
}
.navbar_fix{
    padding: 70px 50px 0!important;
    display: inline-block;
    width: 100%;
}
.navbar_fix .active, .overlay_menu ul li a:hover{
    color: #2C79E1;
}
.section_contentchild{
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
}
.box_accommodation{
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.section_contentchild .box_accommodation:nth-last-child(1){
    margin-bottom: 0;
}
.section_contentchild .box_accommodation:nth-child(even) .col-xs-6:nth-child(1){
    float: right;
}
.section_contentchild .box_accommodation:nth-child(even) .col-xs-6:nth-last-child(1) .details_accommodations:before{
    right: -100%;
    left: auto;
}
.section_contentchild .details_accommodations:hover .btn_booknow:after{
    width: 100%;
}
.scroll_menu .nav_desktop:before{
    background: none;
}
.btn_booknow img{
    height: 15px;
    width: auto;
    filter: brightness(0) invert(1);
    vertical-align: inherit;
}
.images_accommodations iframe{
    width: 100%;
    height: 100%;
}
.section_contactform{
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.input_contact{
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}
.form_contact{
    width: 767px;
    margin: auto;
}
.form_contact .col-xs-12{
    padding: 5px 0;
}
.form_contact textarea{
    height: 150px;
}
.btn_contact{
    margin: 0;
}
.slide_photoinfo .owl-dots{
    display: none;
}
.slide_photoinfo .owl-nav{
    position: absolute;
    bottom: 0;
    left: 0;
}
.slide_photoinfo .owl-nav [class*=owl-]{
    color: #404040;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    background: #eaf1fb;
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 30px;
    transition: all 1s;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: #404040;
}
.rooms_amenities ul{
    padding: 0;
    margin: 25px 0 0;
}
.rooms_amenities li{
    padding: 5px;
    width: 50%;
    float: left;
    list-style: none;
}
.rooms_amenities img{
    width: auto;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.section_info {
    padding-bottom: 0 !important;
}

.section_map {
    padding-bottom: 80px !important;
}


.section_imagesfac{
    padding: 0 80px 50px;
    position: relative;
}
.section_imagesfac:after {
    content: '';
    background: #f8f5ef;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    padding-bottom: 50px;

}
.title_other{
    text-align: center;
    padding-bottom: 80px;
}
.section_contactform:before {
    content: '';
    background-image: url('../images/icon/bg_left.png');
    height: 464px;
    width: 285px;
    position: absolute;
    left: -50px;
    bottom: -150px;
    z-index: -1;
    background-repeat: no-repeat;
}
.image_photo{
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.image_photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_gallery{
    padding: 0 80px 80px;
}
.text_gallery{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.view_photo{
    position: relative;
}
.overlay_gallery{
    background: hsl(188deg 23% 33% / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1s;
}
.demo_gallery .col-xs-4:hover .overlay_gallery{
    opacity: 1;
}
.section_gallery .container{
    width: 100%;
}
.section_sitemap ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
.section_sitemap li{
    list-style: none;
    padding: 5px 0;
}
.submenu_sitemap{
    padding-left: 30px!important;
}
.submenu_sitemap li{
    list-style: disc;
}
.popup_content .col-xs-4{
    padding: 0;
}
.box_accommodation:hover .images_accommodations img{
    transform: scale(1.1);
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
     border-color: #2676df;
 }
.t-datepicker-day{
    margin: 25px 0;
}
.hidepic{
    display: none;
}
.row_imagesfacilities .col-xs-6{
    float: left!important;
}
.rooms_amenities p{
    display: inline-block;
    margin: 0;
    width: auto!important;
}
.secial_media img{
    height: 30px;
    width: 30px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.icon-logo {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 15px;

}
.box_accommodation:hover .images_accommodations img.icon-logo {
    transform: scale(1);
}