@font-face {
    font-family: 'Cambria', 'sans-serif';
    src: url('../../font/Cambria/Cambria.eot') format('embedded-opentype'),
    url('../../font/Cambria/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Candara';
    src: url('../../font/Candara/Candara.eot');
    src: url('../../font/Candara/Candara.eot?#iefix') format('embedded-opentype'),
    url('../../font/Candara/Candara.woff2') format('woff2'),
    url('../../font/Candara/Candara.woff') format('woff'),
    url('../../font/Candara/Candara.svg#Candara') format('svg');
    font-style: normal;
    font-stretch: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Candara', 'sans-serif';
    font-size: 17px;
    color: #8f8f8f;
}

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

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

h1 {
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
}

p {
    line-height: 30px;
}

.slideshow {
    position: relative;
}

.overlay {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}

.section_arrow_slide {
    position: absolute;
    top: 50%;
    width: 100%;
}

.section_arrow_slide img {
    width: 60px;
    opacity: 0.3;
}

.section_arrow_slide img:hover {
    opacity: 1;
}

#arrow_right {
    float: right;
}

.text_title_slide {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 120px;
    z-index: 3;
    overflow: hidden;
}

.text_title_slide h1 {
    margin: 0;
    color: #e5ce8b;
    font-size: 54px;
    text-shadow: 2px 1px 10px #000;
    text-transform: uppercase;
}

.text_title_slide p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}

.text_title_slide ul {
    padding: 0;
}

.section_menu {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.section_menu .container {
    width: 100%;
}

.text_title_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_title_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_title_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.frist_title {
    font-size: 64px;
}

.active-w {
    background: #fff !important;
    width: 100%;
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    transition: all 0.5s;
    position: fixed;
    z-index: 3;
}

.brand_logo {
    background-image: url("../../../images/icon/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 301px;
    height: 77px;
    transition: all 0.5s;
}

.navbar-nav > li > a {
    font-family: 'Cambria', 'sans-serif';
    line-height: 37px;
    color: #474747;
    font-size: 18px;
    padding: 20px 15px;
    transition: all 0.5s;
}

.navbar ul {
    width: 630px;
    margin: auto;
    float: none;
}

.btn_reser {
    float: right;
    position: absolute;
    top: 25%;
    right: 15px;
    background: #a78c39;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Cambria', 'sans-serif';
    letter-spacing: 1px;
    font-size: 17px;
    transition: all 0.5s;
}

.btn_reser:hover {
    background: #474747;
}

.btn_reser img {
    vertical-align: middle;
    width: 15px;
}

.underline {
    text-decoration: none;
    position: relative;
}

.underline:before {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.underline:hover:before {
    width: 60%;
    background: #a78c39;
}

.section_menu .active {
    text-decoration: none;
    position: relative;
}

.section_menu .active:before {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    background: #a78c39;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section_menu .active:hover:before {
    width: 60%;
    background: #a78c39;
}

.box_content {
    padding: 50px 0;
    text-align: center;
}

.box_content .container_size1000 {
    width: 1000px;
    margin: auto;
}

.box_content h1 {
    color: #565656;
    letter-spacing: 2px;
}

.box_content hr {
    width: 300px;
    border-color: #a78c39;
}

.box_facilities {
    padding: 0;
}

.box_facilities .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.imagebg_fac500 {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.imagebg_fac500:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #0000007a 100%);
}

.imagebg_fac500:hover:before {
    height: 100%;
}

.imagebg_fac800 {
    width: 100%;
    height: 800px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.imagebg_fac800:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #0000007a 100%);
}

.imagebg_fac800:hover:before {
    height: 100%;
}

.column50L {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.column50R {
    width: 50%;
    float: right;
    padding-left: 10px;
}

.scrolldown_button {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 100px;
}

.slideshow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.slideshow a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slideshow a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.slideshow a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.box_footer {
    padding: 50px 0 0;
    background: #000;
    text-align: center;
}

.box_footer a {
    color: #8f8f8f;
}

.box_footer h1 {
    color: #fff;
    text-transform: none;
}

.box_footer p {
    font-size: 15px;
}

.box_footer i {
    padding: 0 10px;
    font-size: 30px;
    transition: all 0.5s;
}

.box_footer i:hover {
    color: #fff;
}

.border_right {
    border-right-style: solid;
    border-right-width: 0.5px;
    border-right-color: rgba(143, 143, 143, 0.7);
}

.box_copyright {
    background: #000;
    text-align: center;
    padding: 20px;
}

.box_copyright a {
    color: #edc939;
}

.box_copyright p {
    line-height: inherit;
    font-size: 15px;
}

.name_facR {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.name_facR h1 {
    text-transform: none;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
}

.name_facL {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.name_facL h1 {
    text-transform: none;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
}

.overlay_fac {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(#fff0, #00000000, #000000d4);
    transition: all 0.5s;
}

.menu_mobile {
    display: none;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15%;
    font-family: 'Cambria', 'sans-serif';
    font-size: 12px;
    transition: all 0.5s;
}

.btn_menumobile {
    background: none;
    border: none;
    width: 80px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.memu-hamberger {
    position: absolute;
    top: 20%;
    right: 0;
    color: #a78c39;
    margin: 0;
    font-size: 14px;
    line-height: inherit;
    transition: all 0.5s;
}

.icon-bar {
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 1px;
    background-color: #a78c39;
    transition: all 0.5s;
}

.icon-bar + .icon-bar {
    margin-top: 4px;
}

.bg_menu {
    width: 50%;
    float: left;
    transition: all 0.5s;
}

.bg_menu {
    background-image: url("../../../images/gallery/facilities/HotelArea_04.jpg");
    box-sizing: border-box;
    min-height: 100vh;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.menu_mobile50 {
    width: 50%;
    float: left;
    position: fixed;
    margin-top: 40%;
    left: 50%;
    padding: 0 50px;
    text-align: left;
    transition: all 0.5s;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
}

.modal {
    background: #474747;
    padding: 0 !important;
}

.modal-content {
    position: relative;
    background: none;
}

.close {
    float: right;
    position: absolute;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    top: 30px;
    right: 30px;
    z-index: 3;
    cursor: pointer;
    transition: all 0.5s;
}

.menu_mobile50 a {
    color: #fff;
    transition: all 0.5s;
}

.menu_mobile50 a:hover {
    color: #a78c39;
}

.menu_mobile50 p {
    line-height: inherit;
    font-size: 16px;
}

.menu_mobile50 ul {
    padding: 0;
}

.menu_mobile50 li {
    list-style: none;
    padding: 10px 0;
    font-size: 16px;
}

.hideme {
    opacity: 0;
}

.panel-body {
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    position: relative;
}

.panel-group {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.panel-default {
    border: none;
    box-shadow: none;
}

#triangleup {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid #f2f2f2;
    top: -50px;
    left: 50%;
}

.boxtab {
    position: relative;
    padding: 20px;
    color: #555555;
}

.bs-example h1 {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.boxtab h1 {
    text-transform: none;
    margin: 0;
    color: #3b3b3b;
    font-size: 30px;
}

.boxtab ul {
    display: inline-block;
}

.boxtab li {
    padding: 10px;
    width: 50%;
    float: left;
}

.boxtab hr {
    border-top: 1px solid #a78c39;
    width: 50%;
    text-align: left;
    margin-left: 0;
}

.btn_booknow {
    background: #a78c39;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 15px 50px;
    text-transform: uppercase;
    font-family: 'Cambria', 'sans-serif';
    transition: all 0.5s;
}

.btn_booknow:hover {
    background: #474747;
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

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

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(167, 140, 57, 0.5);
}

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

.text_gallery_hover {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    transition: all 0.5s;
}

.padding10 {
    padding: 10px;
}

.demo-gallery ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.tab_mobile {
    display: none;
}

.column50L_fac {
    width: 50%;
    float: left;
    background: #f3f3f3;
    padding: 0;
    color: #5d5d5d;
}

.column50R_fac {
    width: 50%;
    float: right;
}

.imagebg_fac680 {
    width: 100%;
    height: 680px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}

.text_left {
    text-align: left;
}

table th {
    font-weight: bold;
    font-size: 20px;
    color: #5d5d5d;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0;
}

.details_meeting {
    padding: 50px;
}

.box_content_fac {
    padding: 50px 0;
}

.box_content_fac .container {
    width: 100%;
}

.box_content_fac img {
    width: 100%;
}
.box_content_fac ul{
    padding: 0;
    text-align: center;
    display: inline-table;
}
.box_content_fac li{
    list-style: none;
    width: 25%;
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: left;
    transition: all 0.5s;
}
.boxfac {
    background: #f3f3f3;
    padding: 0;
}

.details_fac {
    padding: 20px;
}

#slide_fac .owl-nav {
    display: none;
}

.details_fac h1 {
    font-size: 20px;
}

.p100 {
    height: 100px;
    transition: all 0.5s;
}

#slide_fac .owl-nav {
    margin-top: 20px;
}

#slide_fac .owl-prev {
    color: #ffffff;
    margin: 5px;
    padding: 10px 20px;
    background: #474747;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.5s;
}

#slide_fac .owl-prev:hover {
    background: #a78c39;
}

#slide_fac .owl-next {
    color: #ffffff;
    margin: 5px;
    padding: 10px 20px;
    background: #474747;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.5s;
}

#slide_fac .owl-next:hover {
    background: #a78c39;
}

#map {
    width: 100%;
    height: 800px;
    margin-top: -110px;
}

.box_contact {
    text-align: left;
}

.box_contact a{
    color: #8f8f8f;
}

.textblack {
    color: #424242;
    font-size: 18px;
}

.box_contact ul {
    display: inline-block;
    width: 100%;
}

.box_contact li {
    list-style: none;
    padding: 5px;
    float: left;
}

#contact {
    display: inline-block;
}

#contact textarea {
    height: 200px;
}

#contact i {
    position: absolute;
    top: 55%;
    right: 25px;
    font-size: 20px;
}

#contact label {
    color: #474747;
    padding-bottom: 10px;
}

.input_contact {
    width: 100%;
    background: none;
    border: 1px solid #8f8f8f;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0;
    position: relative;
}

.paddingcontact {
    padding: 10px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

.btn_clear {
    background: none;
    border: none;
    color: #8f8f8f;
    border-radius: 0;
    padding: 15px 50px;
    font-family: 'Cambria', 'sans-serif';
    transition: all 0.5s;
}

.btn_clear:hover {
    background: #f7f7f7;
}

.btn_submit {
    background: #a78c39;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 15px 50px;
    text-transform: uppercase;
    font-family: 'Cambria', 'sans-serif';
    transition: all 0.5s;
}

.btn_submit:hover {
    background: #474747;
}

.w_15 {
    width: 15%;
}

.w_35 {
    width: 35%;
}

.box_content_gallery {
    padding: 50px 0;
}
.box_content_gallery .container{
    width: 100%;
}

.demo-gallery_bottom {
    display: inline-block;
}

.demo-gallery_bottom h1 {
    text-transform: none;
    padding: 0 10px;
}
.img_gallery{
    width: 100%;
}