@font-face {
    font-family: 'Quicksand_Light';
    src: url('../../assets/font/Quicksand-Light.woff2') format('woff2'),
    url('../../assets/font/Quicksand-Light.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Quicksand_Bold';
    src: url('../../assets/font/Quicksand-Bold.woff2') format('woff2'),
    url('../../assets/font/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand_Regular', 'sans-serif';
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    overflow-x: hidden;
    background-image: url("../images/icon/bg.jpg");
    background-size: cover;
}

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

input, select, button, textarea, a {
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 100;
}

p {
    letter-spacing: normal;
    line-height: 28px;
    font-weight: bold;
}
h1{
    font-size: 50px;
    margin: 0;
    line-height: normal;
    font-family: 'Quicksand_Bold','sans-serif';
    color: #02d5dc;
}
h2{
    font-size: 24px;
    margin: 0;
    line-height: normal;
    font-family: 'Quicksand_Bold','sans-serif';
}
.section_slide{
    position: relative;
}
.brand_logo {
    background-image: url('../images/icon/logo_s.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 43px;
    transition: all 0.5s;
}
.navbar-right{
    float: left!important;
}
.section_menu{
    padding: 0 50px;
    font-family: 'Quicksand_Bold','sans-serif';
    text-transform: uppercase;
    background: #02d5dc;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    position: absolute;
    color: #000;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.navbar-brand{
    margin-right: 25px;
    padding: 10px 0;
    position: relative;
    z-index: 4;
}
.nav > li > a{
    line-height: 45px;
}

.book_top{
    float: right;
}
.book_top li{
    float: left;
}
.book_top a{
    line-height: 45px;
    padding: 10px 30px;
    position: relative;
    display: block;
    background: #fff;
    transition: all 0.5s;
}
.book_top a:hover{
    background: #000;
    color: #fff;
}
.book_top img{
    padding: 0 0 0 50px;
    width: 215px;
    vertical-align: middle;
}
.book_top li:nth-last-child(1){
    line-height: 65px;
}
.dropdown-menu{
    background-color: #04d5dc;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #fff;
    color: #000 !important;
}
.backdrop_slide {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    z-index: 0;
    top: 0;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0));
}
.section_arrow_slide{
    position: absolute;
    height: 290px;
    top: 20%;
    bottom: 0;
    margin: auto;
    padding: 0 50px;
}
.section_arrow_slide i{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
    transition: all 0.5s;
}
.section_arrow_slide i:hover{
    background: #04d5dc;
    border: 1px solid #04d5dc;
    color: #000;
}
.section_arrow_slide p{
    transform: rotate(-90deg);
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 160px;
    color: #fff;
    font-size: 14px;
}
.text_slide {
    position: absolute;
    width: 100%;
    /* top: 0; */
    bottom: 100px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    /* height: 90px; */
    margin: auto;
    padding: 0 25px;
    z-index: 5;
    transform: none;
}

.text_slide h1 {
    color: #fff !important;
    margin: 10px 0;
    font-size: 50px;
    font-family: 'Quicksand_Bold','sans-serif';
}

.text_slide p {
    font-size: 20px;
    margin: 0;
}

.text_slide img {
    width: 100px;
}

.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.border-bottom {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #468e9e;
    margin: 0 10px;
    display: inline-block;
}

.text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    -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.4s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.section_socialmedia{
    position: absolute;
    top: 20%;
    bottom: 0;
    height: 325px;
    margin: auto;
    right: 0;
    padding: 0 50px;
    z-index: 5;
}
.section_socialmedia img{
    width: 50px;
}
.section_socialmedia ul{
    margin: 0;
    padding: 0;
}
.section_socialmedia li{
    list-style: none;
    padding: 5px 0;
}

#maximage{
    height: 95vh!important;
}
.section_logo{
    position: absolute;
    top: 100px;
    right: 0;
    padding: 0 50px;
    z-index: 2;
}
.section_logo img{
    width: 230px;
}
.section_description{
    margin-top: 50px;
    padding: 100px;
    display: inline-block;
    width: 100%;
}
.imagebox_description {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.discoveryhotel{
    background: #02d5dc;
    text-align: center;
    position: relative;
    color: #000;
    z-index: 4;
}

.section_description .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_accommodation .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_offers .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_services .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_typeservices .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_activities .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_contentchild .container{
    padding: 0;
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
}
.section_description .col-xs-3{
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}
.discoveryhotel h2{
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-size: 16px;
}
.details_description{
    display: inline-block;
    margin-top: 50px;
    width: 80%;
}
.imagebox_accommodation {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.details_accommodation{
    display: inline-block;
    width: 100%;
    padding: 50px 0 0 50px;
}
.row_accommodation{
    margin-right: -25px;
    margin-left: -25px;
}
.section_accommodation .col-xs-3, .col-xs-9{
    padding: 0 25px;
position: relative;
}
.title_accommodation{
    padding-bottom: 50px;
    text-align: center;
}
.title_accommodation h1:nth-child(1){
    text-indent: -200px;
}
.title_accommodation h1:nth-child(2){
    text-indent: 200px;
}
.name_accommodation{
    position: absolute;
    right: -250px;
    transform: rotate(90deg);
    bottom: 40%;
}
.details_accommodation h2{
    color: #04d5dc;
}
.section_accommodation{
    padding: 0 100px 0 0;
}
.slide_accommodation .owl-nav{
    display: none;
}
.slide_accommodation .owl-dots{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.slide_accommodation .owl-dot{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.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: rgba(154, 130, 105, 0.6);
}

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

.view .mask {
    /*background-attachment: fixed; */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.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: 0.5;*/
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 3;
}
.text_gallery_hover:after{
    content: '';
    border: 1px solid;
    height: 100px;
}


.text_gallery_hover h2 {
    color: #fff;
    margin-bottom: 15px;
}
.text_gallery_hover p{
    margin-top: 0;
}
.scroll_menu{
    position: fixed;
    z-index: 8;
}
.section_offers{
    padding: 100px 0 100px 100px;
}
.name_offers{
    transform: rotate(-90deg);
    right: auto;
    left: -220px;
    bottom: 10%;
    top: 0;
    margin: auto;
    height: 60px;
}
.slide_offers .owl-dots{
    display: none;
}
.slide_offers .owl-nav{
    position: absolute;
    left: -60px;
    bottom: 0;
}
.slide_offers .owl-nav [class*=owl-]{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
    transition: all 0.5s;
    background: none;
    opacity: 0.3;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    opacity: 1;
    background: #04d4dc;
    color: #000;
    border: 1px solid #04d4dc;
}
.overlay_offers{
    width: 100%;
    height: 100%;
    position: absolute;
     background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1;
    top: 0;
}
.price{
    font-size: 50px;
}

.title_services p{
    margin: 0;
    text-align: left;
}
.section_services{
    text-align: center;
    padding: 0 100px 100px;
}
.title_services{
    display: inline-block;
    position: relative;
}
.title_services:before{
    content: '';
    background-image: url("../images/icon/conversation.png");
    width: 85px;
    height: 81px;
    position: absolute;
    left: -100px;
    background-size: cover;
}
.section_typeservices .col-xs-11{
    float: right;
}
.section_typeservices .col-xs-3{
    position: absolute;
    top: 100px;
    z-index: -1;
}
.section_typeservices{
    padding: 0 100px;
}
.section_typeservices .discoveryhotel h2 {
    width: 100%;
    margin: auto;
    transform: rotate(-90deg);
    left: -33%;
    bottom: auto;
}
.section_typeservices .col-xs-9{
    float: right;
}
.details_services{
    padding: 25px 50px;
}
.details_services p{
    margin: 0;
}
.slide_services .owl-nav{
    display: none;
}
.slide_services .owl-dot{
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    margin: 0 5px;
}
.slide_services .owl-dots{
    position: absolute;
    bottom: 40px;
    left: 110px;
}
.slide_services .owl-dots .owl-dot span{
    background: rgba(0, 0, 0, 0.3);
}
.slide_services .owl-dots .owl-dot.active span, .slide_services .owl-dots .owl-dot:hover span{
    background: #000;
}
.section_activities{
    padding: 100px;
}
.section_activities .col-xs-6{
    padding: 0 25px;
}
.row_activities{
    margin-right: -25px;
    margin-left: -25px;
}
.details_activities{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.text_gallery {
    bottom: auto;
    top: 0;
}
.details_activities h2{
    color: #04d5dc;
}
.section_location{
    padding: 0 0 0 100px;
}
.section_location iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.section_footer{
    color: #000;
    padding: 50px 0;
    background: #04d5dc;
    font-size: 16px;
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.section_footer ul{
    padding: 0;
    margin: 0;
}
.section_footer li{
    list-style: none;
    float: left;
    padding-right: 10px;
}
.social img{
    width: 50px;
}
.section_footer .col-xs-4:nth-last-child(1){
    text-align: right;
}
.section_footer .col-xs-4:nth-last-child(2){
    text-align: center;
}
.logo_restaurant img{
    width: 250px;
}
.logo_restaurant{
    margin: 25px 0;
}
.section_sitemap{
    padding: 25px 0;
    text-align: center;
    font-family: 'Quicksand_Bold','sans-serif';
    font-size: 16px;
    color: #888;
}
.section_sitemap .active{
    color: #fff;
}
.section_sitemap p{
    margin: 0;
}
.section_sitemap ul{
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
}
.section_sitemap li{
    list-style: none;
    float: left;
    padding: 10px 20px;
}
.section_sitemap a:hover{
    color: #fff;
}
.section_sitemap span{
    padding: 0 25px;
}
.reservation{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.nav_mobile {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 12;
    width: 30px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}

.nav_mobile label {
    color: #565656;
    cursor: pointer;
    z-index: 2;
}

.nav_mobile:hover span:nth-of-type(2) {
    width: 27px;
}

.button_container {
    position: absolute;
    left: 0;
    height: 17px;
    width: 27px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #02d5dc;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #02d5dc;
}

.button_container span {
    background: #000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 7px;
    width: 20px;
}

.button_container span:nth-of-type(3) {
    top: 14px;
}

.overlay {
    /*background: #fff;*/
    background-image: url("../images/icon/bg.jpg");
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: all 0.6s;
}

.overlay.open {
    opacity: 1;
    position: fixed;
}

.overlay.open li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.overlay.open li:nth-child(1) {
    animation-delay: 0.1s;
}

.overlay.open li:nth-child(2) {
    animation-delay: 0.2s;
}

.overlay.open li:nth-child(3) {
    animation-delay: 0.3s;
}

.overlay.open li:nth-child(4) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-child(5) {
    animation-delay: 0.5s;
}

.overlay.open li:nth-child(6) {
    animation-delay: 0.6s;
}

.overlay.open li:nth-child(7) {
    animation-delay: 0.7s;
}

.overlay.open li:nth-child(8) {
    animation-delay: 0.8s;
}

.overlay.open li:nth-child(9) {
    animation-delay: 0.9s;
}

.overlay.open li:nth-child(10) {
    animation-delay: 1.0s;
}

.overlay nav {
    position: relative;
    top: 0;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.overlay ul {
    list-style: none;
    padding: 50px 0 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #fff;
    /*font-family: 'avant_guardregular', 'sans-serif';*/
    text-transform: none;
}

.overlay ul li {
    display: block;
    position: relative;
    padding: 10px 0;
    /*opacity: 0;*/
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
}

.overlay ul li a:hover {
    color: #02d5dc;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-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 {
    color: #02d5dc;
}
.menu_mobile nav:after {
    content: "";
    display: table;
    clear: both;
}

.menu_mobile nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.menu_mobile nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

.menu_mobile nav a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
}

.menu_mobile nav ul li ul li:hover {
    background: #000000;
}

.menu_mobile nav a:hover {
    background-color: #000000;
}

.menu li {
    list-style: none;
    padding: 10px;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
    position: relative;
}

.menu li:hover {
    color: #99826a;
}

.menu span {
    float: right;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    color: #fff;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
}

/*.nav_mobile li > a:after {*/
    /*content: ' +';*/
/*}*/

li > a:only-child:after {
    content: '';
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

.menu_humberher {
    margin: 0;
    color: #353535;
}

.submenu_mobile a {
    transition: none;
}

.submenu_mobile li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    /* animation-delay: 6s; */
}
.imagebox_menu {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}
.fix_body {
    overflow: hidden;
}
.overlay-menu .col-xs-8 {
    position: relative;
    height: 100%;
    overflow: hidden;
   width: 66.666667%!important;
}
.overlay-menu .col-xs-4 {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 60px 25px 0 50px;
}
.book_mobile{
    display: none;
}
.logo_footermobile{
    display: none;
}
.details_descriptionchild{
    margin-top: 0;
}
.row_contentchild{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}
.section_contentchild{
    padding: 0 100px 100px;
}
.section_contentchild .col-xs-3 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}
.row_contentchild .col-xs-9{
    padding: 0;
}
.details_roomtype{
    padding: 25px 50px 25px 0;
    display: flex;
    width: 100%;
}
.details_roomtype p{
    margin: 0;
}
.btn_read{
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.btn_read:hover{
    color: #02d5dc;
}
.btn_read i{
    margin-left: 10px;
}
.details_roomtype .col-xs-4{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.details_roomtype h2{
    text-transform: uppercase;
}

.slide_contentchild .owl-nav{
    display: none;
}
.slide_contentchild .owl-dots{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.slide_contentchild .owl-dot{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    margin: 0 5px;
}
.details_roomtype h1{
    font-size: 32px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:focus-within{
    color: #fff!important;
}
.navbar-nav .open a{
    color: #fff;
}
.dropdown-menu > li > a{
    color: #000000!important;
}
.navbar-nav .active{
    color: #fff;
}
.section_contact i{
    font-size: 27px;
    color: #04d4dc;
    margin-right: 25px;
    border: 1px solid;
    padding: 15px 0;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}
.btn_map{
    background: #04d4dc;
    border: none;
    padding: 15px 30px;
    margin-top: 25px;
    font-family: 'Quicksand_Bold','sans-serif';
    color: #000;
}
.btn_map:hover{
    background: #fff;
}
.btn_map i{
    font-size: inherit;
    color: inherit;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.imagebox_description iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.input-contact {
    width: 100%;
    background: none;
    border: 1px solid #303030;
    border-radius: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.5s;
    outline: none;
    cursor: pointer;
}
.paddingcontact{
    padding: 10px 0;
}
.btn_submit {
    width: 100%;
    background: #04d4dc;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #04d4dc;
    text-transform: uppercase;
    font-family: 'Quicksand_Bold','sans-serif';
    transition: all 0.5s;
}
.btn_submit:hover{
    background: #fff;
}
.section_gallery h1{
    cursor: pointer;
    transition: all 0.5s;
}
.section_gallery h1:hover{
    color: #fff;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #04d4dc;
}
.details_about p{
    margin: 15px 0 0 0;
}
.roomamenities{
    text-align: center;
}
.roomamenities ul{
    margin: 50px 0 0 0;
    padding: 0;
}
.roomamenities li{
    width: 20%;
    float: left;
    padding: 10px;
    list-style: none;
}
.roomamenities img{
    width: 35px;
}
.icon_amenities{
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.section_descriptioncontentchild{
    padding: 50px 100px;
}
.section_contentchild .row_contentchild:nth-last-child(1){
    margin-bottom: 0;
}
.virtual img{
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.virtual{
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-family: 'Quicksand_Bold','sans-serif';
    background: rgba(255, 255, 255, 0.84);
    padding: 10px 30px;
}
.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: rgba(154, 130, 105, 0.6);
}

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

.view .mask {
    /*background-attachment: fixed; */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.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;
}

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

.text_gallery_hover i {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}
.overlay_gallery .text_gallery_hover:after{
    content: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
}

#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#cssmenu {
    width: 100%;
}

/*height:auto;width: auto;*/
#cssmenu > ul > li {
    padding: 1em 2em 1em 3em;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    color: #939598;
    font-size: 1.8rem;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease 0s;
}

#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
    color: #04d4dc;
}

#cssmenu > ul > li.has-sub > a::after {
    height: 4px;
    position: absolute;
    right: 10px;
    top: 21px;
    transform: rotate(45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    left: -9999px;
    padding: 10px 50px 10px 10px;
    position: absolute;
    display: block;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    color: #ffffff;
    height: 0;
    transition: height 0.2s ease 0s;
    z-index: 9;
    line-height: 20px;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 182px;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #04d4dc;
}

#cssmenu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 13px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

#cssmenu {
    display: none;
    font-size: 14px;
}

#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
}

#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    height: auto;
    width: 100%;
}

#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
}

#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    display: block;
    float: none;
    text-align: left;
}

#cssmenu ul ul li a {
    background: transparent none repeat scroll 0 0;
    padding: 10px;
    transition: all 0.5s;
    color: #fff;
    text-transform: inherit;
}

#cssmenu ul ul ul li a {
    padding-left: 40px;
}

#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0; /* margin: 0; */
    position: relative;
    right: auto;
    width: 100%;
    background: transparent;
}

#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu .submenu-button {
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -1px;
    border: medium none;
    width: 50px;
    z-index: 10;
    display: none;
}
.has-sub .open{
    display: block!important;
}
.dropdown_menu{
    display: block;
}
#cssmenu .submenu-button::after {
    background: #04d4dc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 18px;
    left: 23px;
    position: absolute;
    top: 15px;
    width: 1px;
    z-index: 99;
}

#cssmenu .submenu-button::before {
    background: #04d4dc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    top: 23px;
    width: 18px;
    z-index: 99;
}

#cssmenu .submenu-button.submenu-opened::after {
    display: none;
}
.section_video .section_arrow_slide{
    display: none;
}
.logo_index .section_logo{
    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: 50px;
    height: 40px;
    right: 0;
    top: 5px;
    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: #04d4dc;
    margin: auto;
    display: block;
    transition: all 0.6s;
}
.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after{
    background-color: #04d4dc;
}
.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-detail {
    position: relative;
    display: none;
    padding-left: 10%;
}

.info-detail.active {
    display: block;
}

.info-detail a.active {
    color: #f88204;
}
.info-detail li{
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;

}
.info-detail li:nth-child(1) {
    animation-delay: 0.3s;
}

.info-detail li:nth-child(2) {
    animation-delay: 0.4s;
}
.info-detail li:nth-child(3) {
    animation-delay: 0.5s;
}
.info-detail li:nth-child(4) {
    animation-delay: 0.6s;
}
.info-detail li:nth-child(5) {
    animation-delay: 0.7s;
}
.info-detail li:nth-child(6) {
    animation-delay: 0.8s;
}
.info-detail li:nth-child(7) {
    animation-delay: 0.9s;
}
.info-detail{
    padding: 0!important;
}
.info-detail li{
    padding-left: 20px!important;
}
.info-detail li:nth-last-child(1){
    padding-bottom: 0!important;
}
.slide_photo img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}