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

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

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

body {
    padding: 0;
    margin: 0;
    font-family: 'CenturyGothic', 'Trirong';
    font-size: 16px;
    color: #888;
    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 {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

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: lighter;
    font-family: 'Crimson Text', 'Trirong';
}
h1{
    text-transform: uppercase;
    color: #1d756b;
    font-size: 44px;
}
h2{
    font-size: 34px;
    text-transform: uppercase;
    color: #212121;
}
h3{
    text-transform: uppercase;
    font-size: 24px;
}
h4{
    text-transform: uppercase;
    color: #212121;
    font-size: 18px;
}
p{
    margin-bottom: 0;
}
.section_header{
    position: relative;
    border: 50px solid #fff;
    height: 100%;
}
.overlay_video{
    background: rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.box_menu{
    position: absolute;
    padding: 25px;
    width: 100%;
    z-index: 10;
}
.brand_logo img{
    filter: brightness(0) invert(1);
    height: 75px;
    transition: all 0.5s;
}
.main_menu ul{
    padding: 0;
    margin: 0;
}
.main_menu li{
    float: left;
    list-style: none;
    padding: 0 12px;
}
.main_menu li:nth-last-child(1){
    padding-right: 0;
}
.main_menu{
    position: absolute;
    right: 0;
    top: 25px;
    color: #fff;
    padding: 25px;
    text-transform: uppercase;
    font-size: 14px;
}
.main_menu a{
    line-height: 50px;
    display: inline-block;
    position: relative;
}
.main_menu a:after{
    content: '';
    width: 30px;
    background: transparent;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll_menu .main_menu a:hover{
    color: #1d756b;
}
.main_menu .active:after{
    background: #fff;
}
.dropdown-menu li{
    padding: 0!important;
    width: 100%;
    line-height: initial;
}
.dropdown-menu a{
    width: 100%;
    line-height: initial;
}
.dropdown-menu > li > a{
    color: #1d756b;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #1d756b;
}
.video_layer {
    position: absolute;
    right: 10px;
    bottom: auto;
    width: 30px;
    height: 21px;
    z-index: 3;
    display: block;
    top: -2px;
}

.video_layer .muted_layer {
    cursor: pointer;
}

.video_layer .muted_layer:before {
    position: absolute;
    content: "\f028";
    font-family: 'FontAwesome', 'sans-serif';
    font-size: 16px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: block;
}

.video_layer .muted_layer:after {
    position: relative;
    content: "";
    height: 1px;
    width: 25px;
    background: #fff;
    border-radius: 10px;
    left: -3px;
    margin: 10px auto;
    display: block;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transition: width 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s;
}

.video_layer .muted_layer.active:after {
    width: 0;

}
.box_weather{
    position: absolute;
    padding: 25px 25px 0;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 3;
    font-size: 14px;
}
.box_weather li{
    list-style: none;
    padding: 0 20px;
    border-right: 1px solid #fff;
    position: relative;
    display: inline;
}
.box_weather li:nth-last-child(1){
    border-right: none;
    padding-right: 0;
}
.wi{
    padding-left: 5px;
}
.text_slide{
    position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff;
}
.text_slide h1{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}
.text_slide h4{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.container{
    padding: 0;
}
.section_description{
    padding: 0 0 50px;
}
.section_description h1{
    position: relative;
    padding-left: 60px;
}
.section_description h1:before{
    content: '';
    width: 50px;
    background: #1d756b;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.btn_readmore{
    background: #1d756b;
    color: #fff;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.5s;
}
.btn_readmore:hover{
    background: #212121;
}
.box_content {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    transition: all 0.5s;

}
.box_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_details{
    padding-right: 50px;
}
.slide_photoindex .owl-nav{
    display: none;
}
.slide_photoindex .owl-dots{
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    opacity: 0.5;
    margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #fff;
    opacity: 1;
}
.section_accommodations{
    background: #1e766c1a;;
    padding: 50px 0;
    position: relative;
}
.section_accommodations:after{
    content: '';
    background: #fff;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section_accommodations:before{
    content: '';
    background-image: url("../images/icon/bg.png");
    width: 238px;
    height: 425px;
    position: absolute;
    top: 0;
    left: 0;
}
.slide_accommodation{
    margin-top: 50px;
}
.slide_accommodation .owl-nav{
    display: none;
}
.slide_accommodation .owl-dots{
    margin-top: 15px;
}
.slide_accommodation .owl-dots .owl-dot span{
    background: #1d756b;
    opacity: 0.5;
}
.slide_accommodation .owl-dots .owl-dot.active span{
    background: #1d756b;
    opacity: 1;
}
.box_details p:nth-last-child(1){
    margin-top: 0;
}
.text_accommodation{
    position: absolute;
    left: 0;
    padding: 25px;
    color: #fff;
    bottom: -65px;
    z-index: 2;
    transition: all 0.5s;
}
.text_accommodation h4{
    color: #fff;
    font-size: 16px;
}
.text_accommodation h3{
    margin: 5px 0 0;
}
.text_accommodation .btn_readmore:hover{
    background: #fff;
    color: #1d756b;
}
.section_accommodations .item:hover .text_accommodation{
    bottom: 0;
}
.section_accommodations .item .text_accommodation h4{
    opacity: 0;
    transition: all 0.5s;
}
.section_accommodations .item .text_accommodation .btn_readmore{
    opacity: 0;
    transition: all 0.5s;
}
.section_accommodations .item:hover .text_accommodation h4, .section_accommodations .item:hover .text_accommodation .btn_readmore{
    opacity: 1;
}
.overlay_box{
    background: #001f1b99;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
}
.slide_accommodation .item:hover .overlay_box{
    opacity: 1;
    z-index: 1;
}
.nav_top #lang_primary{
    cursor: pointer;
    color: #fff;
    line-height: 50px;
}
.nav_top .lang_parent{
    position: absolute;
    background-color: #fff;
    padding: 0;
    display: none;
    right: 0;
}
.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 a:hover{
    color: #fff;
    background: #1d756b;
    width: 100%;
    padding: 10px;
}
.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: #1d756b;
    line-height: inherit;
    padding: 10px;
    width: 100%;
}
.nav_top i{
    color: #fff;
}
.nav_top span{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.scroll_menu{
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 50px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    height: 50px;
}
.scroll_menu .main_menu, .scroll_menu .nav_top #lang_primary, .scroll_menu .nav_top i, .scroll_menu .box_weather, .scroll_menu .video_layer .muted_layer:before{
    color: #212121;
}
.scroll_menu .video_layer .muted_layer:after{
    background: #212121;
}
.scroll_menu .nav_top span, .scroll_menu .box_weather li{
    border-color: #212121;
}
.scroll_menu .main_menu{
    padding: 0 50px;
    top: 0;
}
.scroll_menu .box_weather{
    padding: 25px 50px 0;
}
.scroll_menu .brand_logo img{
    filter: none;
    height: 50px;
    padding: 5px 0;
}
.scroll_menu .box_weather{
    display: none;
}
.scroll_menu .main_menu .active:after{
    background: #1d756b;
}
.float_right{
    float: right;
}
.section_offers h2{
    color: #1d756b;
    position: relative;
    padding-left: 60px;
}
.section_offers h2:before{
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box_offers{
    display: inline-block;
    width: 100%;
}
.details_offers{
    height: 400px;
    background: #1e766c1a;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.section_offers .box_content{
    height: 500px;
}
.section_offers img{
    padding-right: 50px;
}
.details_offers:before{
    content: '';
    background: #1e766c1a;
    width: 50px;
    height: 400px;
    left: -50px;
    position: absolute;
}
.details_offers:after{
    content: '';
    background-image: url("../images/icon/bg_offers.png");
    width: 142px;
    height: 253px;
    position: absolute;
    top: 0;
    right: 0;
}
.details_offers h3{
    color: #212121;
    margin-bottom: 5px;
}
.details_offers h4{
    color: #1d756b;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #fff;
    margin: 0;
    padding: 7px 0;
    background: #ffffff4d;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    font-size: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    color: #1d756b;
}
.slide_offers .owl-nav{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-nav i{
    color: inherit;
}
.section_facilities{
    padding: 50px 0;
}
.section_facilities h2{
    color: #1d756b;
    position: relative;
    padding-left: 60px;
}
.section_facilities h2:before{
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box_facilities{
    padding-left: 60px;
}
.section_facilities .item .text_accommodation h4{
    opacity: 0;
    transition: all 0.5s;
}
.section_facilities .item:hover .text_accommodation h4, .section_facilities .item:hover .section_facilities .btn_readmore{
    opacity: 1;
}
.section_facilities .item:hover .text_accommodation{
    bottom: 0;
}
.section_facilities .item:hover .overlay_box{
    opacity: 1;
    z-index: 1;
}
.slide_facilities{
    margin-top: 50px;
}
.slide_facilities .owl-nav [class*=owl-]{
    border: 1px solid #1D756C;
    color: #1D756C;
    margin: 15px 0 0;
    border-radius: 50%;
    background: none;
}
.slide_facilities .owl-nav [class*=owl-]:hover{
    background: #1D756C;
    color: #fff;
}
.slide_facilities .owl-nav{
    position: absolute;
    bottom: 0;
    left: -65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_event{
    padding: 0 50px 50px;
}
.section_event h2{
    position: relative;
    color: #1d756b;
    padding-left: 60px;
}
.section_event h2:before{
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slide_event{
    margin-top: 50px;
}
.slide_event .owl-nav{
    display: none;
}
.slide_event .owl-nav{

}
.section_event .box_content{
    height: 600px;
}
.slide_event .item:hover .overlay_box{
    opacity: 1;
    z-index: 1;
}
.text_event{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 125px;
    margin:auto;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.text_event p{
    margin: 0;
}
.text_event .btn_readmore{
    background: none;
    border: 1px solid #fff;
}
.text_event .btn_readmore:hover{
    background: #fff;
    color: #1d756b;
}
.slide_event .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}
.section_footer{
    padding: 50px 0;
    background: #1d756b;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.section_footer img{
    filter: brightness(0) invert(1);
    height: 75px;
}
.row_footer{
    margin-right: -15px;
    margin-left: -15px;
}
.row_footer .col-xs-3{
    padding: 0 15px;
}
.section_footer h4{
    color: #fff;
}
.box_social, .box_social p{
    margin-top: 15px;
}
.box_social i{
    background: #fff;
    width: 40px;
    height: 40px;
    color: #1d756b;
    text-align: center;
    padding: 12px 0;
    border-radius: 50%;
    margin-right: 5px;
}
.box_social a{
    display: inline-block;
}
.section_footer .col-xs-3:nth-child(1){
    text-align: center;
}
.sitemap_footer{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #ffffff33;
    border-bottom: 1px solid #ffffff33;
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.section_footer:after{
    content: '';
    background-image: url("../images/icon/bg_footer.png");
    width: 230px;
    height: 325px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.sitemap_footer ul{
    display: inline-block;
    margin: auto;
    padding: 0;
}
.sitemap_footer li{
    list-style: none;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 20px;
}
.sitemap_footer li:nth-last-child(1){
    border-right: none;
}
.copyright{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.copyright i{
    color: #fff;
}
.section_accommodations h2{
    position: relative;
    color: #1d756b;
    padding-left: 60px;
}
.section_accommodations h2:before{
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.book_mobile{
    display: none;
}
.btn_booknow{
    background: #1d756b;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
}
.btn_booknow:hover{
    background: #212121;
}
.button_container {
    position: relative;
    top: 12px;
    right: 0;
    height: 27px;
    width: 35px;
    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: #ffff;
    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: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay_menu {
    position: fixed;
    background: rgba(36, 36, 36, 0.95);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
    border: 50px solid #fff;
    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;
    height: 25%;
    position: relative;
    padding: 10px;
    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: #1d756b;
}
.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;
}
.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 25px 25px!important;
    display: inline-block;
}
.navbar_fix .active{
    color: #1d756b;
}
.menu_mobile .button_container.active{
    top: -15px;
}
.fix_body{
    overflow: hidden;
}
.info li{
    padding: 5px!important;
}
.scroll_menu .button_container span{
    background: #1d756b;
}

.scroll_menu .menu_mobile .button_container.active{
    top: 75px;
    right: 25px;
}
.overlay_menu .col-xs-5, .overlay_menu .col-xs-7{
    position: relative!important;
    height: 100%;
}
.overlay_menu .col-xs-5{
    float: right;
}
.overlay_menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_social img{
    width: 35px;
    height: auto;
    filter: none;
    margin-right: 5px;
}
.slide_facilities .owl-dots{
    display: none;
}
#maximage{
    width: 100%!important;
    height: calc(100vh - 100px)!important;
}

.arrow_slide img{
    width: 40px;
    opacity: 0.2;
    transition: all 0.5s;
}
.arrow_slide img:hover{
    opacity: 1;
}
.arrow_slide{
    position: absolute;
    right: 0;
    padding: 0 25px;
    top: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}
.section_contentchild{
    padding: 0 0 50px 0;
}
.section_contentchild h2{
    position: relative;
    color: #1d756b;
    padding-left: 60px;
}
.section_contentchild h2:before {
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_detailscontentchild .box_content {
    height: 500px;
}
.section_detailscontentchild{
    padding: 0 0 50px;
}
.section_detailscontentchild .details_offers:before{
     content: none;
}
.section_detailscontentchild .box_offers:nth-child(2) .images_child, .section_detailscontentchild .box_offers:nth-child(4) .images_child{
    float: right;
}
.section_detailscontentchild .box_offers{
    margin-bottom: 50px;
}
.section_detailscontentchild .box_offers:nth-last-child(1){
    margin-bottom: 0;
}
#arrow_right{
    position: absolute;
    right: 25px;
}
#arrow_left{
    position: absolute;
    left: 25px;
}
.scroll_menu .main_menu .active{
    color: #1d756b;
}
.input_contact{
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px;
    color: #eee;
    width: 100%;
    transition: all 0.5s;
}
.form_contact p{
    margin-bottom: 5px;
}
textarea{
    font-family: inherit;
    font-size: inherit;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
.section_contact .col-xs-7{
    padding-right: 50px;
}
.googlemap{
    margin: 50px 0 0;
}
.image_photo {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.box-gallery {
    text-align: center;
    margin-bottom: 15px;
}
.box-gallery ul {
    padding: 0;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.simplefilter li.active {
    background-color: #1d756b;
    color: #fff!important;
}
.simplefilter li:hover{
    background-color: #1d756b;
    color: #fff;
}
.simplefilter li {
    background-color: #eee;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 5px 0 0 ;
}
.padding_gallery{
    padding: 10px;
}
.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

.overlay_gallery:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgb(29 117 107 / 70%);
}

.overlay_gallery .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .mask {
    background-attachment: fixed;
}

.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}

.overlay_text_top {
    color: #FFF !important;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.text_gallery_hover {
    color: #fff;
    text-align: center!important;
    opacity:1;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: auto;
}

.text_gallery_hover i {
    background: rgb(255 255 255);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 10px 0;
    font-size: 20px;
    color: rgb(29 117 107);
    transition: all 0.5s;
}
.filtr_container .filtr-item{
    position: absolute!important;
}
.tab_gallery ul{
    padding: 0;
}
.section_gallery{
    padding-top: 0;
}
.demo_gallery{
    margin-right: -10px;
    margin-left: -10px;
}
.demo_gallery{
    overflow: hidden;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #1d756b;
}
.section_info .image_photo{
    height: 150px;
}
.section_info .col-xs-7{
    padding-right: 50px;
}
.section_roomsamenities{
    margin-top: 15px;
}
.section_roomsamenities ul{
    padding: 0;
    margin: 0 0 0 60px;
}
.section_roomsamenities li{
    list-style: none;
    padding: 5px 0;
}
.section_roomsamenities img{
    width: 25px;
    float: left;
    vertical-align: bottom;
    margin-right: 10px;
}
.section_infofacilities li{
    width: 20%;
}
.section_sitemap{
    margin-top: 25px;
}
.section_sitemap ul{
    padding: 0;
    margin: 0;
}
.section_sitemap li{
    list-style: none;
    padding: 10px 0;
}
.submenu_sitemap li{
    list-style: disc;
}
.submenu_sitemap li:nth-last-child(1){
    padding-bottom: 0;
}
.submenu_sitemap{
    padding-left: 30px!important;
}
.section_sitemap a:hover{
    color: #1d756b;
}
.list-unstyled{
    margin: 0;
}
/*.slide_otherexperiences .owl-dots, .slide_otherfacilities .owl-dots{*/
/*     display: none;*/
/* }*/
.box_reservation{
    background: #ffffffb3;
}
.box_reservation select, .input_promocode{
    margin: 0;
    border-radius: 0;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    display: none;
}
.box_weather li:nth-child(1){
    display: none;
}
.section_headerhome .box_weather li:nth-child(1){
    display: inline;
}
.box_bookmobile{
    display: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.slide_facilities .btn_readmore{
    opacity: 0;
    transition: all 1s;
}
.slide_facilities .item:hover .btn_readmore{
    opacity: 1;
}