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

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

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

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

body {
    padding: 0;
    margin: 0;
    font-family: 'Candara', 'sans-serif';
    font-size: 17px!important;
    color: #848484;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
}
p{
    margin: 10px 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Centaur','sans-serif';
    color: #525252;
}
h2{
    font-size: 24px;
    font-family: 'Candara','sans-serif';
}

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: 100;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    outline: none;
}
.font_thai {
    font-family: 'ThaiSans Neue','sans-serif';
    font-size: 21px;
}

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

.overlay_slide {
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    /*background: linear-gradient(180deg,rgba(0,0,0,.33) 0,rgba(0,0,0,.25) 86%,rgba(0,0,0,.25) 0,rgba(0,0,0,.25) 0,#000);*/
    height: 100vh;
}
#scrolldown{
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
#scrolldown a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#scrolldown a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#scrolldown a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#scrolldown a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.section_menu{
    text-align: center;
    padding: 25px;
    font-family: 'Cambria','sans-serif';
    position: absolute;
    z-index: 3;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.nav_menu{
    float: none!important;
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-bottom: -8px;
    padding: 0;
}
.nav_menu ul{
    margin: 0;
    padding: 0;
}
.nav_menu li{
    list-style: none;
    float: left;
    position: relative;
    padding: 0 10px;
}
.nav_menu a{
    line-height: 30px;
    padding: 0;
    position: relative;
}
.nav_menu .active:after{
    background: #2b357a;
    width: 100%;
}
.nav_menu a:after{
    content: '';
    width: 0%;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
    transition: all 0.5s;
}
.nav_menu li:hover  a:after{
    background: #2b357a;
    width: 100%;
}
.mobile_book {
    position: absolute!important;
    right: 0;
    padding: 0!important;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.btn_booknow{
    background: #2b357a;
    padding: 10px 15px!important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: all 0.5s;
    display: inline-block;
}
.btn_booknow:hover{
    background: #010a44;
}
.mobile_book img{
    height: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: 5px;
}
.nav_brand img{
    top: 0;
    left: 25px;
    margin: 15px 0;
    width: 270px;
    position: absolute;
}
.text_slide {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 0 25px;
    z-index: 2;
    font-family: 'Centaur','sans-serif';
}

.text_slide h1 {
    color: #fff;
    font-size: 48px;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.7);
}

.text_slide p {
    margin: 0;
}

.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;
}
.section_description{
    text-align: center;
    padding: 50px 0;
}
.container{
    padding: 0;
}
 hr{
    width: 300px;
    border-color: #2b357a;
}
.section_tripadviser{
    padding: 100px 0;
    text-align: center;
    color: #525252;
    font-weight: bold;
    position: relative;
}
.section_tripadviser:before{
    content: '';
    background-image: url("../images/icon/bg_tripadviser.png");
    background-size: cover;
    height: 650px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -250px;
    z-index: -1;
    background-position: center;
}
.section_tripadviser ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.section_tripadviser li{
    list-style: none;
    float: left;
    padding: 0 40px;
}
.section_tripadviser li:nth-child(2) {
    font-size: 36px;
}
.section_tripadviser span{
    font-size: 125px;
    font-family: 'Centaur','sans-serif';
    line-height: initial;
}
.section_rooms{
    padding: 0 0 90px 0;
    text-align: center;
}
.image_rooms {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.image_facilities{
    width: 100%;
    height: 700px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.slide_rooms .owl-stage-outer, .slide_facilities .owl-stage-outer{
    overflow: inherit;
}
.slide_rooms{
    margin-top: 80px;
}
.section_rooms .owl-item{
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0.2;
    transition: all 0.5s;
}
.section_rooms .active{
    -webkit-transform: scale(1.14)!important;
    transform: scale(1.14)!important;
    opacity: 1;
}
.owl-theme .owl-nav{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 70px;
    margin: auto;
}
.owl-theme .owl-nav [class*=owl-]{
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.owl-theme .owl-nav img{
    height: 70px;
}
.owl-theme .owl-prev{
    position: absolute;
    left: -200px;
}
.owl-theme .owl-next{
    position: absolute;
    right: -200px;
}
.details_rooms{
    position: absolute;
    bottom: 0;
    padding: 50px;
    text-align: left;
    color: #fff;
}
.details_rooms h1{
    color: #fff;
    font-size: 48px;
    text-transform: none;
    font-family: 'Constantia','sans-serif';
    line-height: initial;
}
.details_rooms p{
    font-size: 22px;
    margin: 0;
    font-family: 'Constantia','sans-serif';
}
.btn_viewdetails{
    background: #2b357a;
    border: none;
    padding: 12px 30px 10px 30px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
}
.btn_viewdetails:hover{
    background: #010a44;
}
.section_facilities{
    text-align: center;
}
.slide_facilities{
    margin-top: 50px;
}
.owl-carousel .owl-item .details_rooms{
    opacity: 0;
    transition: all 0.5s;
}
.owl-carousel .active .details_rooms{
    opacity: 1;
}
.slide_facilities .owl-item{
    opacity: 0.2;
    transition: all 0.5s;
}
.slide_facilities .active{
    opacity: 1;
}
.slide_facilities .owl-prev{
    display: none!important;
}
.section_location{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.image_map{
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.slide_map .owl-nav{
    display: none;
}
.section_map iframe{
    width: 100%;
    height: 100%;
    border: none;
 }
.section_map{
    padding: 0 0 50px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}
.section_footer{
    background: #000;
    padding: 50px 0;
    font-size: 15px;
    text-align: center;
    color: #959595;
}
.section_footer h1{
   color: #fff;
    font-family: 'Candara', 'sans-serif';
}
.social_media ul{
    padding: 0;
    margin: 0 0 -8px 0;
    display: inline-block;
}
.social_media li{
    list-style: none;
    float: left;
    padding: 15px 20px 5px;
}
.social_media li:nth-last-child(1){
    padding-right: 0;
}
.social_media img{
    height: 25px;
}
.section_footer .col-xs-6:nth-child(1){
    border-right: 1px solid #383838;
}
.copyright a{
    color: #edc939;
}
.copyright p{
    margin: 0;
}
.copyright{
    margin-top: 40px;
}
.section_footer a:hover{
    color: #fff;
}
.social_media img:hover{
    filter: brightness(0) invert(1);
}
.scroll_menu{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 5;
}
.nav_mobile {
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 999;
    display: none;
}

.button_container {
    position: absolute;
    top: 18px;
    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: #2b357a;
    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(33, 33, 33, 0.99);
    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.35);
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.nav_mobile .overlay ul li a:hover {
    color: #fff;
}
.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: #fff;
}
.desktop_book{
    display: block!important;
}
.mobile_book{
    display: none;
}
.section_childtitle h1{
    font-family: 'Candara','sans-serif';
    text-transform: none;
}
.section_childtitle hr{
    border-color: #2b357a;
}
.image_meetingroom{
    width: 100%;
    height: 700px;
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.details_meetingrooms{
    padding: 50px;
    background: #f3f3f3;
    text-align: left;
}
.section_meetingroom{
    display: inline-block;
    width: 100%;
    margin-bottom: -9px;
}
.details_meetingrooms hr{
    margin: 20px 0;
    border-color: #2b357a;
}
.details_meetingrooms h1{
    font-family: 'Candara','sans-serif';
    text-transform: none;
}
.section_meetingroom table{
    width: 100%;
    border: 1px solid #b0b0b0;
}
.section_meetingroom td{
    padding: 10px;
    text-align: center;
    border: 1px solid #b0b0b0;
    width: 20%;
}
.section_meetingroom td:nth-child(1){
    text-align: left;
    width: 60%;
}
.slide_meetingrooms .owl-nav{
    display: none;
}
.slide_meetingrooms .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #2b357a;
}
.section_services{
    padding: 50px;
}
.image_services{
    width: 100%;
    height: 300px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.details_services{
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 50px;
    height: 400px;
}
.details_services hr{
    width: 60%;
    margin: 20px 0;
    border-color: #2b357a;
}
.slide_services .owl-dots{
    display: none;
    margin-top: 50px;
}
.btn_seegallery{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #2b357a;
}
.lg-outer .lg-thumb-outer{
    padding: 0 10px;
}
.section_hotelfacilities{
    padding-bottom: 50px;
}
.section_hotelfacilities li{
    line-height: 30px;
}
.details_meetingrooms table{
    margin: 20px 0;
}
.slide_services .owl-nav{
    display: none;
}
.float_right{
float: right;
}
.nav-pills{
    display: inline-block;
    margin: 50px 0;
}
.height_gallery{
    width: 100%;
    height: 300px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.tab-content h1{
    text-align: left;
    color: #565656;
}
.padding10{
    padding: 10px;
}
.demo-gallery{
    margin-left: -10px;
    margin-right: -10px;
}

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

.list-unstyled .overlay:hover .mask {
    opacity: 1;
}

.list-unstyled .hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(0, 0, 0, 0.4);
}

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

.list-unstyled .view .mask {
    background-attachment: fixed;
}

.list-unstyled .view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}

.list-unstyled .overlay_text_top {
    color: #FFF !important;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.list-unstyled .text_gallery_hover {
    color: #fff;
    font-size: 30px;
    text-align: center;
    opacity: 0.5;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto;
}

.list-unstyled .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;
}
.list-unstyled{
    display: inline-block;
    width: 100%;
}
.nav-pills > li > a{
    background: #f5f5f5;
    border-radius: 0;
    padding: 10px 30px;
}
.nav-pills li{
    padding: 0 5px;
    margin: 0;
    margin-left: 0!important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #343434;
}
.section_slide iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.section_contact{
    padding: 0;
    text-align: left;
    font-family: 'Candara','sans-serif';
}
.section_contact h1{
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Candara','sans-serif';
}
.section_contact ul{
    padding: 0;
    margin: 0;
}
.section_contact li{
    list-style: none;
    float: left;
}
.contact_ul li:nth-last-child(1){
    padding-left: 10px;
}
.section_contact td{
    width: 50%;
    padding: 10px 0;
}
.contact_ul li:nth-child(1){
    width: auto;
}
.contact_ul li:nth-last-child(1){
    width: auto;
}
.input_contact{
    width: 100%;
    border: 1px solid #9b9b9b;
    padding: 15px;
    background: #fff;
    line-height: normal;
    border-radius:0 ;
    font-size: inherit;
    color: #636363;
}
.contactform_box .col-xs-6, .contactform_box .col-xs-12{
    padding: 10px;
}
.contactform_box{
    margin-right: -10px;
    margin-left: -10px;
}
.contactform_box{
    text-align: left;
}
.contactform_box i {
    position: absolute;
    bottom: 30px;
    height: auto;
    margin: auto;
    right: 30px;
    color: #636363;
}
.contactform_box textarea{
    height: 250px;
}
.image_boxintro {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 2;
    top: 0;
}
.section_content {
    position: relative;
    height: 100vh;
    width: 100%;
}
.section_content .col-xs-6{
    position: relative;
}
.logo_brand {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 50px;
}
.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}
.item_img_box:hover .item_img {
    transform: scale(1.05);
}
.item_img_box{
    overflow: hidden;
}
.tab-content{
    padding: 0 25px;
}
.panel-body{
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.section_accommodation .collapse{
    visibility: inherit;
    opacity: 0;
}
.section_accommodation .in{
    opacity: 1;
}
.section_accommodation{
    padding: 0 0 50px 0;
    display: inline-block;
    width: 100%;
}
.column50L, .column50R{
    width: 50%;
    float: left;
}
.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 25px;
}

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

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

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

.bs-example h1 {
    text-transform: none;
    font-size: 34px;
}

.boxtab ul {
    display: inline-block;
    margin: 0 0 -8px 0;
}
.boxtab li {
    padding: 10px;
    width: 50%;
    float: left;
}
.facilities_room li{
    width: 100%;
    padding: 5px;
}
.facilities_room{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    margin: 0 0 20px 0!important;
}

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

.section_accommodation .image_rooms{
    margin-bottom: 25px;
}
.section_accommodation .image_rooms: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%);
}
.section_accommodation .image_rooms:hover:before {
    height: 100%;
}
.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: 0;
    left: 0;
    padding: 50px;
}

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

.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;
}
.section_accommodation .btn_booknow{
    padding: 12px 40px 10px 40px!important;
}
.tab_mobile {
    display: none;
}
.column50L{
    padding-right: 10px;
}
.column50R{
    padding-left: 10px;
}
.row_location{
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 50px;
}
.row_location .col-xs-6{
    padding: 0 100px;
    text-align: left;
}
.row_location .col-xs-6:nth-last-child(1){
    line-height: 24px;
}
.row_location li{
    padding: 5px;
}
.row_location span{
    float: right;
}
.name_facL p{
    color: #fff;
    margin: 0;
}
#maximage_googlemap{
    width: 100%;
    height: 100vh;
}