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



body {
    padding: 0;
    margin: 0;
    font-family: 'CenturyGothic', 'sans-serif';
    font-size: 16px;
    color: #000;
    overflow-x: hidden;

}

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

a {
    color: inherit;
    transition: all 0.5s;
}
h1{
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
}

h2{
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
}
h3{
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
p {
    line-height: 26px;
    font-weight: lighter;
}


select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
span{
    color: #1da9b0;
}
.section_slideshow{
    position: relative;
}
.overlay_slide {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.text_slide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    top: 0;
    height: 110px;
    margin: auto;
    padding: 0 30px;
}

.text_slide h1 {
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
}

.text_slide p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.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;
}
.brand_logo {
    background-image: url('../../assets/images/icon/logo_new.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 130px;
    background-size: contain;
    transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.section_menu{
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 50px;
    color: #fff;
    transition: all 0.5s;
}
.nav > li > a{
    line-height: 60px;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.nav > li > a:hover{
    color: #1da9b0;
}

.nav li .active{
    color: #1da9b0;
}
.section_reservation{
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.image_box {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
#slide_box .owl-nav{
    display: none;
    position: absolute;
    width: 100%;
    bottom: 50%;
}
.details_box{
    text-align: center;
    bottom: 50px;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 3;
}
.btn_explore{
    color: #1da9b0;
    padding: 10px;
    text-transform: uppercase;
    background:none;
    border: none;
    display: inline-flex;
    transition: all 0.5s;
}

.btn_explore:hover{
    color: #fff;
}

.overlay_box{
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-image: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.49));
    transition: all 0.5s;
}
.section_description{
    padding: 100px 50px;
    display: inline-block;
    width: 100%;
}
.section_description p{
    text-align: justify;
}
.section_description .col-xs-6{
    padding: 0 50px;
}
.section_description h2{
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
}
#slide_facilities .owl-nav{
    display: none;
}
.image_box iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.text_right{
    text-align: right;
}
.section_sisterhotel{
    text-align: center;
    display: inherit;
}
.section_sisterhotel ul{
    margin: 0;
    padding: 0;
    float: none;
    display: inline-flex;
    text-align: center;
}
.section_sisterhotel li{
    list-style: none;
    float: left;
    padding: 0 25px;
}
.section_social{
    padding: 25px 50px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.scroll_menu {
    background: #fff !important;
    width: 100%;
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    position: fixed;
    color: #000;
    padding: 0 0 0 50px;
    z-index: 6;
}
.scroll_menu .brand_logo{
    background-image: url('../../assets/images/icon/logo_g.png');
    height: 75px;
    background-size: cover;
    width: 90px;
    filter: none;
}
.section_footer .col-xs-5{
    padding: 0 50px;
}
.section_footer .col-xs-4{
    padding: 0 50px;
}
.section_footer .col-xs-3{
    padding: 0 50px;
}
.border_right{
    border-right: 1px solid #d2d2d2;
}
.section_copyright{
    font-size: 14px;
    background: #1da9b0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15px!important;
}
.section_social i{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition:  all 0.5s;
}
.section_social i:hover{
    color: #1da9b0;
    border: 1px solid #1da9b0;
}
.section_social span{
    margin: 0 25px 0 0;
}
.fa-tripadvisor{
    border: none!important;
    font-size: 40px!important;
    vertical-align: middle;
    padding: 0!important;
    width: inherit!important;
    height: inherit!important;
}
.fa-tripadvisor:hover{
    background: none!important;
    color: #000!important;
    border: none!important;
}
.section_footer a:hover{
    color: #1da9b0;
}
.item {
    position: relative;
    overflow: hidden;
}

.item .item_img_box {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}

.item:hover .item_img_box {
    transform: scale(1.05);
}
.border_rightibe:after {
    content: " ";
    border-right: 1px solid #fff;
    height: 50px;
    position: absolute;
    bottom: 16px;
    right: 0;
}
.section_description span:before{
    content: " ";
    border-right: 1px solid #000;
    bottom: 16px;
    right: 0;
    margin: 0 25px;
}
.btn_book{
    color: #fff;
    background: #1ca8af;
    padding: 0 20px!important;
    text-transform: uppercase;
    opacity: 1;
    right: 0;
    position: relative!important;
    /*transition: all 0.5s;*/
    margin-left: 10px;
    transition: all .4s;
}
.btn_book:hover{
    background: #fff;
    color: #1ca8af;
}
.scroll_menu .btn_book{
    position: relative!important;
    /* border: 1px solid #1ca8af; */
    opacity: 1;
    right: 0;
    transition: all .4s;
}
.scroll_menu .btn_book:hover{
    background: #000;
    color: #fff!important;
}
.scroll_menu .btn_book:hover a{
    color: #fff!important;
}
    
.nav_mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.button_container {
    position: absolute;
    top: 20px;
    right: 15px;
    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;
}
.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;
}
.button_container span {
    background: #ffffff;
    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: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: rgba(29, 169, 176, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}
.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}

.overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    position: relative;
    padding: 10px;
    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: #323232;
}
.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: #000;
}
.scroll_menu .button_container span{
    background: #1da9b0;
}
.owl-nav [class*=owl-]{
    background: none!important;
    margin: 0 15px!important;
}
.owl-prev{
    float: left;
}
.owl-next{
    float: right;
}
.section_reservationmobile {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}
.section_reservationmobile i{
    margin-right: 10px;
}

.column_mobilephone {
    width: 50%;
    float: left;
    background: #000;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.5s;
}

.column_reservation {
    width: 50%;
    float: left;
    background: #1da9b0;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.5s;
}
.navbar-brand{
    position: relative;
    z-index: 10;
}
.section_content{
    width: 100%;
}
.details_content h1{
    font-size: 40px;
}
.btn_content{
    padding: 0;
}
.btn_content:hover{
    color: #000;
}
.btn_content i{
    margin: 3px 10px;
}
.details_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background: #f9f9f9;
}
.details_content p{
    margin: 50px 0;
}
.section_contentchild{
    padding: 0 100px 100px;
}
.section_content .col-xs-6{
    padding: 0!important;
}
.section_right{
    float: right;
}
.slide_content .owl-nav{
    display: none;
}
.owl-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 25px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    border-radius: 0;
    transition: all 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #1ca8af;
}
.address i{
    font-size: 30px;
    color: #1ca8af;
    float: left;
    margin-right: 25px;
}
.address label{
    display: inherit;
}
.btn_booknow{
    width: max-content;
    background: #1ca8af;
    color: #fff;
    padding: 10px 20px;
}
.btn_booknow:hover{
    background: #000;
    color: #1ca8af;
}

.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(0, 0, 0, 0.4);
}

.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;
    font-size: 30px;
    text-align: center!important;
    opacity: 0.5;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto;
}

.text_gallery_hover i {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
}

.padding10 {
    padding: 10px;
}
.demo-gallery {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.demo-gallery h2{
    margin: 25px 0;
}
.demo-gallery .col-xs-6{
    padding: 0!important;
}
.demo-gallery .image_box{
    height: 400px;
}
.section_amenities{
    padding-top: 0!important;
}
.section_amenities ul{
    padding-top: 25px;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.section_amenities li{
    width: 33.3%;
    float: left;
    padding: 10px 15px;
    text-align: left;
    list-style: none;
}
.section_amenities .col-xs-12{
    padding: 0 50px;
}
.section_amenities img{
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.item_img_box {
    position: relative;
    overflow: hidden;
}

.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}

.section_content:hover .item_img_box .item_img {
    transform: scale(1.05);
}
.demo-gallery .item_img_box:hover  .item_img {
    transform: scale(1.05);
}
.wi {
    font-size: 40px;
    line-height: normal!important;
    margin: 15px;
}
.section_arrow_slide{
    position: absolute;
    top: 50%;
    width: 100%;
}
.section_arrow_slide img{
    width: 60px;
    opacity: 0.2;
    transition: all 0.5s;
}
.section_arrow_slide img:hover{
    opacity: 1;
    margin: 0 10px;
}
#arrow_right{
    right: 50px;
    position: absolute;
}
#arrow_left{
    left: 50px;
    position: absolute;
}
.section_box{
    padding: 100px 0 0;
    position: relative;
    z-index: 0;
}
.text_welcomemobile{
    display: none!important;
    padding: 50px 0;
    text-align: center;
}
.navbar ul {
    background: rgba(255, 255, 255, 0.6);
    font-weight: bolder;
    color: #000;
}
.dropdown-menu {
    background-color: #fff!important;
}