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


@font-face {
    font-family: 'CalisMTBol';
    src: url('../../assets/font/CalisMTBol.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Calibri', 'sans-serif';
    font-size: 17px!important;
    color: #787878;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
}
p{
    margin: 15px 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}
h1{
    font-size: 36px;
    color: #0082ca;
    font-family: 'CalisMTBol','sans-serif';
    font-weight: bold;
}
h3{
    font-size: 18px;
    color: #4c4c4c;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    outline: none;
}
.section_slide {
    position: relative;
}

.section_arrow_slide {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 45px;
    z-index: 1;
    width: 100%;
    margin: auto;
}

.section_arrow_slide img {
    width: 45px;
    opacity: 0.3;
    transition: all 0.5s;
}

.section_arrow_slide img:hover {
    opacity: 1;
}

#arrow_left {
    position: absolute;
    left: 50px;
}

#arrow_right {
    position: absolute;
    right: 50px;
}
.section_menu{
    background: #0082ca;
    color: #fff;
    padding: 10px 0;
    border-top: 3px solid #ffdd00 ;
    position: fixed;
    z-index: 3;
    width: 100%;
}
.container{
    padding: 0 50px;
}
.nav_menu ul{
    padding: 0;
    margin: 0;
    float: right;
    text-transform: uppercase;
}
.nav_menu li{
    list-style: none;
    padding: 0;
    float: left;
    line-height: 38px;
}
.navbar{
    display: inline-block;
    float: right;
}
.nav_menu li:nth-last-child(1){
    padding-right: 0;
}
.nav_menu a{
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 0 15px;
}
.last_menu{
    border-right: none!important;
    padding-right: 0!important;
}
.section_slide:before{
    content: '';
    background-image: url("../images/icon/line_slide.png");
    width: 100%;
    height: 143px;
    background-size: cover;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    right: 0;
    background-position: center;
}
.section_description{
    text-align: center;
}
hr{
    width: 80px;
    border-top: 1px solid #FFF;
}
.section_description p{
    width: 85%;
    margin: 15px auto;
}
.line_hr{
    margin: 50px 0 0 0;
}
.section_room{
    text-align: center;
    padding: 50px 0 0;
}
.section_room h1{
    color: #3b3b3b;
}
.image_rooms {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.slide_rooms .owl-nav, .slide_swimmingpool .owl-nav{
    display: none;
}
.details_rooms{
    position: absolute;
    bottom: 125px;
    left: 125px;
    text-align: left;
    color: #fff;
}
.details_rooms p{
    width: 300px;
}
.details_rooms h1{
    color: #fff;
}
.details_rooms p{
    font-size: 18px;
}
.btn_seeallrooms{
    border: none;
    background: #009f46;
    padding: 15px 30px;
    color: #fff;
}
.overlay_item{
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}
.slide_rooms{
    margin-top: 50px;
}
.slide_rooms .item:hover .overlay_item{
    opacity: 1;
}
.slide_rooms .owl-dots{
    position: absolute;
    left: 125px;
    bottom: 70px;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    background: #fff;
    transition: all 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #0082ca;
}
.image_swimmingpool {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.slide_swimmingpool .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.details_swimmingpool{
    background: #0082ca;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../images/icon/bg.png");
    background-size: cover;
    background-position: center;
}
.text_swimmingpool{
    text-align: center;
    background: #0082ca;
    padding: 50px;
}
.text_swimmingpool h1{
    color: #fff;
}
.float_right{
    float: right;
}
.test_otherfac ul{
    text-align: left;
    margin: 0;
}
.test_otherfac li{
    width: 50%;
    float: left;
}
.section_swimmingpool{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}
.section_otherfac{
    border: none;
}
.section_location{
    text-align: center;
    padding: 50px 0 0 0;
}
.section_location h1{
    color: #3b3b3b;
}
.box_location{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #fff;
    margin-bottom: -8px;
}
.image_swimmingpool iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.slide_location .owl-dots{
    display: none;
}
.section_footer img{
    filter: brightness(0) invert(1);
    width: 25px;
    transition: all 0.5s;
}
.section_footer{
    padding: 25px 0;
    background: #262626;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: -8px;
}
.section_footer ul{
    margin: 0;
    padding: 0;
}
.section_footer li{
    list-style: none;
    float: left;
    padding: 5px 10px;
}
.social_media{
    float: right;
}
.section_footer p{
    margin: 0;
}
.section_footer img:hover{
    filter: brightness(1) invert(1);
}
.section_footer a:hover{
    color: #ffdd00;
}
#maximage{
    height: 90vh!important;
}
.nav_mobile {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 999;
    display: none;
}

.button_container {
    position: absolute;
    top: 16px;
    right: 0;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.overlay-menu img{
    width: 100px;
}
.button_container:after{
    content: none;
    position: absolute;
    right: 45px;
    text-transform: uppercase;
    font-family: 'Candara','sans-serif';
    color: #428699;
    font-size: 18px;
}
.button_container:hover {
    opacity: 1;
}
.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background: #FFF;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 10px;
}
.button_container span:nth-of-type(3) {
    top: 20px;
}

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

.nav_mobile .overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.nav_mobile .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.nav_mobile .overlay ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
}
.nav_mobile .overlay ul li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.nav_mobile .overlay ul li a:hover {
    color: #ffdd00;
}
.nav_mobile .overlay ul li a:hover:after, .nav_mobile .overlay ul li a:focus:after, .nav_mobile .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: #ffdd00;
}
.nav_menu a:hover{
    color: #ffdd00;
}
.section_contentroom{
    margin-top: 50px;
}
.section_contentroom h3{
    color: #fff;
}
.section_contentroom ul{
    text-align: left;
    width: 300px;
    margin: auto;
}
.section_contentroom .section_swimmingpool:nth-child(2){
    border: none;
}
.section_rates{
    padding: 50px 0;
    text-align: center;
}
.section_rates table{
    color: #fff;
    width: 100%;
    margin: 50px 0;
}
.section_rates thead{
    font-size: 20px;
    background: #1ba84c;
    font-weight: bold;
}
.section_rates td{
    padding: 15px;
    border: 1px solid #fff;
}
.section_rates tbody{
    background: #0082ca;
}
.section_rates tbody td:nth-child(1){
    text-align: left;
}
.remark {
    text-align: left;
}
.remark ul{
    padding: 0 0 0 15px;
    margin: 0;
}
.section_gallery{
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
}
.btn:active, .btn.active{
    background: #0082ca;
}
.btn{
    font-size: 20px!important;
    text-transform: uppercase;
    color: #434343;
}
.btn:hover, .btn:focus, .btn.focus{
    outline: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #0082ca;
}
.row{
    margin: 0;
}
.nav_menu .active{
    color: #ffdd00;
}
.section_slide iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.map{
    height: 90vh!important;
}
.section_contact{
    padding: 50px 0;
}
.section_contact td{
    padding: 10px;
    vertical-align: top;
}
.bank_details td{
    padding: 2px 10px;
}
.line_hr{
    text-align: center;
}
.row_contact{
    display: inline-block;
    width: 100%;
}
.section_form{
    padding-bottom: 50px;
    text-align: center;
}
.box_form {
    background: #0082ca;
    background-image: url("../images/icon/bg.png");
    background-position: center;
    padding: 50px;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
.section_form h1{
    color: #fff;
    font-size: 30px;
}
.contactform_box{
    margin-top: 25px;
}
.input_contact {
    width: 100%;
    border: none;
    padding: 15px;
    background: #fff;
    line-height: normal;
    border-radius: 0;
    font-size: inherit;
    color: #636363;
}
.paddingcontact {
    padding: 10px;
    position: relative;
}
.paddingcontact i {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 17px;
    margin: auto;
    right: 22px;
    color: #636363;
}
.btn_submit {
    padding: 15px 50px;
    color: #ffffff;
    background: #ca9969;
    border-radius: 0;
    border: none;
    transition: all 0.5s;
    text-transform: uppercase;
}
.contactform_box{
    text-align: left;
}
.btn_submit:hover{
    background: #262525;
}
.contactform_box textarea {
    height: 200px;
}
.section_form .col-xs-7, .section_form .col-xs-5{
    padding: 0 25px;
}
.row_form{
    margin-left: -25px;
    margin-right: -25px;
}
.row_contact a:hover{
    color: #0082ca;
}
.section_thankyou{
    padding-bottom: 50px;
}