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

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

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

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


body {
    padding: 0;
    margin: 0;
    font-family: 'Calibri-Light', sans-serif;
    font-size: 18px;
    color: #7d7d7d;
    line-height: 1.5;
    overflow-x: hidden;
}

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

a {
    color: inherit;
    cursor: pointer;
    font-weight: 100;
    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{
    font-family: 'DBGillSiamX-Light', sans-serif;
    font-size: 55px;
    margin: 0;
    color: #000;
}
h3{
    font-size: 24px;
    margin: 0;
}
.brand_logo {
    background-image: url('../images/icon/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 152px;
    height: 111px;
    transition: all 0.5s;
    position: absolute;
    top: 0;
}
.section_slide{
    position: relative;
    overflow: hidden;
    height: 800px;
    /*top: -5px;*/
    /*z-index: -1;*/
}
.container{
    padding: 0;
    margin: 0 auto;
}
.section_menu .container{
    width: 100%;
}
.section_menu{
    background: #fec51d;
    color: #000;
    font-family: 'DBGillSiamX-Light', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.navbar-brand{
    position: relative;
    text-align: center;
    width: 250px;
    line-height: inherit;
}
.navbar-brand:before{
    content: '';
    position: absolute;
    background: #fec51e;
    padding: 10px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align: center;
    top: -120px;
    left: -5px;
    z-index: 1;
    transition: all 0.5s;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 70px;
}
.navbar-brand > img{
    width: auto;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    transition: all 0.5s;
}
.navbar-nav .active:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.navbar-nav a:before{
    content: '';
    width: 0;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    transition: all 0.5s;
}
.navbar-nav a:hover:before{
    background: #000;
    width: 100%;
}
.navbar-nav > li{
    padding: 0 15px;
}
.social_media img{
    width: auto;
    height: 35px;
    vertical-align: middle;
    transition: all 0.5s;
}
.social_media li{
    float: left;
    list-style: none;
    line-height: 70px;
    padding: 0 5px;
}
.social_media ul{
    margin: 0;
    padding: 0;
}
.navbar-nav{
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    float: none!important;
    display: table;
}
.social_media{
    position: absolute;
    right: 0;
    top: 0;
}
.image_slide {
    width: 100%;
    height: 800px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    filter: blur(5px);
}
.form_property{
    text-align: center;
    color: #000;
    display: inline-block;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    padding: 20px;
}
.form_property ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 24px;
    font-family: 'Calibri-Bold','sans-serif';
}
.form_property li{
    float: left;
    list-style: none;
    padding: 0 10px;
}
.select_property{
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #dadada;
    cursor: pointer;
}
.row_select{
    position: relative;
    padding: 0 10px;
}
.row_select i{
    position: absolute;
    font-size: 25px;
    background: #fec51e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}
.row_select select{
    font-size: 20px;
}
.btnbook_go{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    background: #fec51e;
    border: none;
    border-radius: 50%;
    bottom: 0;
    top: 10px;
    margin: auto;
    font-family: 'Calibri-Bold','sans-serif';
    font-size: 30px;
    text-transform: uppercase;
    padding: 30px 0;
    transition: all 0.5s;
}
.btnbook_go:hover{
    background: #000;
    color: #fec51e;
}
.text_slide{
    color: #fff;
    text-align: center;
    font-family: 'DBGillSiamX-Light', sans-serif;
    margin-top: 50px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.text_slide h1{
    font-size: 120px;
    margin: 0;
    text-transform: uppercase;
    line-height: initial;
    color: #fff;
}
.text_slide h3{
    font-size: 40px;
    margin: 0;
    line-height: initial;
}
.wechat{
    height: 40px!important;
}
.section_spotlight{
    padding: 50px 0;
    text-align: center;
}
.section_spotlight span, .section_findlocation span, .section_aboutus span{
    color: #fec51e;
}
hr{
    width: 150px;
    border-top: 1px solid #000;
}
.image_spotlight {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.details_spotlight{
    background: #fec51e;
    color: #000;
    text-align: left;
    padding: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: -10px;
}
.details_spotlight p{
    margin: 0;
    font-family: 'Calibri-Bold','sans-serif';
}
.details_spotlight h3{
    font-family: 'Calibri-Bold','sans-serif';
}
.details_spotlight h1{
    font-family: 'Calibri-Bold','sans-serif';
    font-size: 24px;
}
.details_spotlight h1:before{
    content: '';
    width: 160px;
    height: 160px;
    position: absolute;
    background: #fec51e;
    z-index: 0;
    border-radius: 50%;
    top: -50px;
    right: -40px;
}
.details_spotlight span{
    color: #000;
    font-size: 60px;
    line-height: initial;
}
.details_spotlight .col-xs-3{
    position: relative;
}
.details_spotlight label{
    z-index: 1;
    position: absolute;
    top: -5px;
    right: 0;
}
.box_spotlightlist{
    overflow: hidden;
    cursor: pointer;
}
.box_spotlight .col-xs-4{
    padding: 25px;
}
.row_spotlight{
    margin-right: -25px;
    margin-left: -25px;
}
.scroll_menu{
    position: fixed;
    width: 100%;
    z-index: 2;
}
.scroll_menu .navbar-brand > img{
    height: 80px;
}
.scroll_menu .navbar-brand:before{
    height: 220px;
}
.box_spotlightlist:hover .image_spotlight{
    transform: scale(1.1);
}
.section_findlocation{
    padding: 0;
    text-align: center;
}
.box_findlocation .image_findlocation{
    filter: blur(3px);
}
.image_findlocation {
    width: 100%;
    height: 370px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.box_findlocationlist{
    overflow: hidden;
    cursor: pointer;
}
.text_onslide{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 370px;
}
.details_findlocation{
    font-family: 'DBGillSiamX-Light', sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 135px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.details_findlocation h3{
    font-size: 45px;
}
.box_findlocation .col-xs-4{
    padding: 25px;
}
.box_findlocation .row_findlocation{
    margin-left: -25px;
    margin-right: -25px;
}
.box_findlocationlist:hover .image_findlocation{
    transform: scale(1.1);
    filter: blur();
}
.section_aboutus{
    padding: 25px 0 50px 0;
    text-align: center;
}
.details_about{
    text-align: left;
}
.row_about p{
    margin: 0;
}
.row_about{
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.row_about h3{
    color: #000;
    font-family: 'Calibri-Bold','sans-serif';
}
.details_about .col-xs-6{
    padding: 0 25px;
}
.row_detailsabout{
    margin-right: -25px;
    margin-left: -25px;
}
.row_about img{
    width: 100%;
    vertical-align: middle;
}
.row_about .col-xs-10{
    padding-left: 15px;
}
.row_detailsabout .row_about:nth-child(1){
    margin-top: 20px;
}
.section_footer{
    padding: 50px 0;
    background: #242424;
    color: #e2e2e2;
    font-family: 'DBAdmanX','sans-serif';
    font-size: 20px;
}
.section_footer h3{
    font-size: 30px;
}
.section_footer p{
    margin: 10px 0 0;
}
.section_footer table{
    margin-top: 10px;
}
.qr_wechat{
    float: right;
    margin-left: 30px;
}
.tel_footer h1{
    font-family: 'DBAdmanX','sans-serif';
    color: #fec51e;
    line-height: initial;
}
.section_footer ul{
    margin: 0;
    padding: 0;
}
.section_footer li{
    list-style: none;
    float: left;
}
.section_footer li:nth-child(2){
    padding: 0 50px;
}
.contact_footer{
    display: none;
}
.menu_mobile{
    display: none;
}
.button_container {
    position: relative;
    top: 25px;
    right: 0;
    height: 30px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    float: right;
}

.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: #000;
    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: 11px;
}

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

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
    transition: all 0.5s;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp 1.5s ease forwards;
    animation: fadeInUp 1.5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.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: .45s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .50s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .60s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .80s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .80s;
    animation-delay: .90s;
}

.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: #fec51e;
}
.overlay .active{
    color: #fec51e;
}

.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;
    }
}
.social_media img:hover{
    filter: brightness(0) invert(1);
}
.slide_show .owl-stage-outer{
    overflow: initial;
}
.section_slidedetails .image_slide{
    filter: none;
}
.slide_show .owl-item .image_slide{
    filter: brightness(25%);
}
.slide_show .active .image_slide{
    filter: none!important;
}
.section_slide .owl-nav{
    position: absolute;
    bottom: 0;
    top: 0;
    height: 150px;
    margin: auto;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 120px;
    line-height: initial;
}
.section_slide .owl-prev{
    position: absolute;
    left: -100px;
}
.section_slide .owl-next{
    position: absolute;
    right: -100px;
}
.owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.section_details span{
    color: #fec51e;
}
.section_details{
    padding: 50px 0;
}
.details_location ul{
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #000;
}
.details_location li{
    float: left;
    padding: 0 20px;
    list-style: none;
    line-height: initial;
}
.details_location li:nth-child(1){
    border-right: 2px solid #000;
    padding-left: 0;
}
.details_location label{
    font-family: 'Calibri-Bold','sans-serif';
}
.icon_facilities ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.icon_facilities li{
    width: 20%;
    float: left;
    padding: 10px;
    list-style: none;
    text-align: center;
}
.icon_facilities img{
    height: 40px;
}
.icon_facilities p{
    margin: 0;
}
.icon_facilities{
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}
.btn_description{
    background: #fec51e;
    color: #000;
    font-family: 'Calibri-Bold','sans-serif';
    font-size: 24px;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    width: 200px;
    transition: all 0.5s;
}
.btn_description:hover{
    background: #000;
    color: #fec51e;
}
.btn_map{
    background: #f1f1f1;
}
.btn_map:hover{
    background: #000;
    color: #fff;
}
.details_info{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.details_info h3{
    font-family: 'Calibri-Bold','sans-serif';
}
.section_details h1{
    text-transform: uppercase;

}
#profile-description {
    position:relative;
}
#profile-description .show-more {
    border: 1px solid #000;
    padding: 15px 40px;
    width: 400px;
    border-radius: 50px;
    margin: auto;
    background: #fff;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 22px;
    transition: all 0.5s;
}
#profile-description .show-more:hover {
    background: #000;
    color: #fff;
}
#profile-description .show-more-height {
    height: 200px;
    overflow:hidden;
}
.icon_amenities li{
    padding: 10px 3px;
}
.show-more:before{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin: 5px 0 5px 5px;
    font-size: 22px;
}
.circle_price{
    padding: 20px;
    text-align: center;
    border-radius: 100%;
    background: #fec51e;
    width: 300px;
    height: 300px;
    margin: auto;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.details_circleprice ul{
    font-family: inherit;
    font-size: inherit;
}
.details_circleprice li:nth-last-child(1){
    text-align: left;
    margin-top: 5px;
}
.details_circleprice li{
    line-height: initial;
    font-size: 18px;
    padding: 0 5px;
}
.circle_price p{
    margin: 0;
    line-height: initial;
}
.circle_price span{
    font-family: 'Calibri-Bold','sans-serif';
    color: #000;
    font-size: 50px;
}
.btn_reser{
    background: #000;
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 10px 30px;
    font-family: 'Calibri-Bold','sans-serif';
    transition: all 0.5s;
}
.btn_reser:hover{
    background: #fff;
    color: #000;
}
.details_circleshort{
    font-size: 24px;
    padding-top: 165px;
}
.details_circleshort a{
    font-size: 16px;
    text-decoration: underline;
}
.details_circleshort a:hover{
    color: #fff;
}
.details_circleshort p{
    margin: 0;
    line-height: initial;
}
.circle_short{
    background: #000;
    color: #7d7d7d;
    display: inline-block;
    z-index: 0;
    top: -170px;
    margin-top: 0;
}
.float_right{
    float: right;
}
.section_details .form_property{
    padding: 0;
}
.text_slideqrcode ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.text_slideqrcode li{
    float: left;
    padding: 0 15px;
    list-style: none;
}
.text_slideqrcode img{
    border: 1px solid #fec51e;
    float: none;
}
.text_slideqrcode p{
    margin: 0;
}

.text_slideqrcode h3{
    color: #000;
    font-family: 'Calibri-Bold','sans-serif';
}
.section_contactus{
    padding: 50px 0;
    text-align: center;
}
.section_contactus span{
    color: #fec51e;
}
.details_contactform{
    text-align: left;
    margin-top: 50px;
}
.details_contactform h3{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Calibri-Bold','sans-serif';
}
.input_contact {
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 15px;
}
.title_contactform{
    margin-bottom: 0;
}
.btn_input {
    border: none;
    padding: 15px 40px;
    font-family: 'Calibri-Bold','sans-serif';
    color: #000;
    display: inline-block;
    background: #fec51e;
    margin-top: 15px;
    transition: all .5s;
}
.btn_input:hover{
    background: #000;
    color: #fec51e;
}
.contactform_box textarea {
    height: 150px;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: inherit;
}
.details_contactform img{
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.icon_smallcontact{
    height: 15px!important;
}