/*************************/
/* HEADER */
/*************************/
header {
    font-family: var(--font-title);
}
.wrap-menu {
    background: #fff
}
.navbar ul li {
    color: var(--grey-color);
}
.navbar ul li .sub_menu li {
    color: #cccccc;
}

.navbar ul li > a {
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar ul li .sub_menu li > a {
    color: #fff;
}
.navbar ul li .sub_menu li > a:hover {
    color: var(--main-color);
}
/*************************/
/* SLIDERS */
/*************************/
.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.hero-slider:after {
    content: '';

}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .slide-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    z-index: 1;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    padding: 15px;
    color: #fff;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev {
    left: 100px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 100px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
}

.hero-slider .text-swiper {
    position: relative;
    z-index: 2;
}

.hero-style .slide-title,
.hero-style .slide-text {
    /*max-width: 690px;*/
    width: 100%;
    text-align: center;
}

.hero-style .slide-title h2 {
    font-size: 40px;
    line-height: 1;
    color: #ffffff !important;
    margin: 0;
    transition: all .4s ease;

}

.hero-style .slide-text p {
    color: #ffffff;
    text-transform: capitalize;
    transition: all .4s ease;
    font-family: var(--font-title);
}

.hero-slider .elementor-shape {
    bottom: 0;
    transform: rotate(180deg);
}

/*************************/
.wrap-box {
    padding: 80px 0;
}
.wrap-box.content_child {
    padding: 80px 0 ;
}
.slide_bottom {
    padding: 0 0 80px;
}
.footer .wrap-box {
    padding: 50px 0;
}

/*************************/
.bg_color {
    background: #000;
    color: #eee;
}
.bg_images{
    /*background-image: url("../images/icon/bg.png");*/
    /*background-position: center;*/
    /*background-repeat: repeat;*/
    overflow: hidden;
}
.bg_images:before,.bg_images:after{
    content: '';
    position: absolute;
    background: url("../images/icon/pattern_laya.svg");

    display: block;
    opacity: .2;
}
.bg_images:before {
    width: 350px;
    height: 460px;
    left: -25px;
    top: -150px;
    transform: rotate(80deg);
}
.bg_images:after {
    width: 200px;
    height: 300px;
    right: 50px;
    bottom: -140px;
    transform: scaleX(-1);
}
.bg_lightcolor {
    background: var(--light-color);
}
.bg_color hgroup h2 + h3 {
    color: #fff;
}

body.thai_lang, .thai_lang h1, .thai_lang  h2, .thai_lang  h3,
.thai_lang .detail-room, .thai_lang hgroup h1 + h5, .thai_lang header,
.thai_lang hgroup h2 + h5, .thai_lang .hero-style .slide-text p, .thai_lang .reservation_box{
    font-family: var(--font-thai) !important;
}

.top-menu, .owl-theme .owl-dots .owl-dot span, .mask span,
.reservation_box .btnbook_reser, #popup_room_list input {
    background: var(--main-color);
}

.sub_menu,.copy-right,.wrap-box-menu-mobile  {
    background: var(--secondary-color);
}
.wrap-box-menu-mobile {
    color: #acacac;
}

.nav-lang .lang_parent li a:hover, .navbar ul li a:hover, .navbar ul li a.active,
.footer a:hover, .section_sitemap a:hover,.show-box a.active, .show-box a:hover,
.copy-right a:hover{
    color: var(--main-color);
}

.wrap-box.contact .editable a:hover {
    color: var(--secondary-color);
}
.btn-wrap-main.btn-offers:hover {
    background: var(--grey-color);

}

.base_plus_icon .plus_icon:before, .base_plus_icon .plus_icon:after, .base_plus_icon:hover .plus_icon:before, .base_plus_icon:hover .plus_icon:after {
    background: #acacac;
}
.top-menu a:hover {
    opacity: 0.6;
}
.logo {
    margin: 15px 0;
}

.logo img {
    height: 30px;
    display: block;
}
.footer img {
    height: 40px;
}

.arrow-lang {
    font-size: 9px;
    margin-left: 5px;
    transform: rotate(0);
    display: inline-block
}

.arrow-lang.rotate {
    transform: rotate(180deg);
}

.nav-lang .lang_parent {
    left: -6px;
}

main {
    overflow: hidden;
}


h1, h2, h3, .text-color, .contact a:hover {
    color: var(--main-color)
}


hgroup h2 + h3, .box-content hgroup h2 + h3,
.box-content hgroup h3 + h4, hgroup h1 + h2 {
    font-size: 16px;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-title);
    font-weight: lighter;
    color: #000;
}


hgroup h2 + h5,
.box-text-info h4, .box-content h4, hgroup h1 + h2{
    font-family: var(--font-title);
    color: var(--secondary-color);
}
.bg_color hgroup h2 + h5 {
    color: #fff;
}

.bg_white, .box-content {
    color: #000;
}

.item_box {
    padding-top: 35px;
}


.map {
    display: flex;
}

.contact_from {
    position: relative;
    text-align: center;
}
.row_form {
    margin-right: -10px;
    margin-left: -10px;
}

.box_form {
    position: relative;
}

.contact_from input,
.contact_from textarea {
    width: 100%;
    padding: 10px 25px;
    outline: none;
    border: none;
    border-bottom: 1px solid #e2dad0;
    background: none;
    color: var(--body-color);
    font-family: var(--font-title);
    /*border-radius: 10px;*/
}

.contact_from input::-webkit-input-placeholder,
.contact_from textarea::-webkit-input-placeholder {
    color: var(--body-color);
}

.contact_from input:focus::-webkit-input-placeholder,
.contact_from textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}


.contact_from [class*=col-xs-] {
    padding: 10px;
    text-align: left;
}

/*.notificationAtInput {*/
/*    border: 1px solid var(--main-color) !important;*/
/*}*/

.contact_from input + span {
    display: none;
    color: var(--main-color);
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    font-style: italic;
}

.contact_from input.notificationAtInput + span {
    display: block;
}

.form_contact .col-xs-6, .form_contact .col-xs-12 {
    position: relative !important;
}


.icon_contact {
    position: absolute;
    top: 24px;
    left: 10px;
    font-size: 16px;
    color: var(--main-color);
}

.error p {
    font-size: 100px;
    margin: 0;
    line-height: 1;
}

.clear_fix {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 0 10px;
}

.hotel_facilities h4 {
    font-weight: bold;
    font-size: 16px;
}

.attraction ul {
    text-align: left;
    width: 100%;
    columns: 2;
}

.attraction ul li {
    padding: 9px;
}

.editable {
    width: 100%;
}


.award_sha {
    height: 80px;
    display: inline-block;
    margin-top: 2px;
    padding-left: 25px;
}

.btn-wrap-main {
    text-transform: uppercase;
    font-family: var(--font-title);
    padding: 10px 25px;
    border: 1px solid var(--rgba-main-color);
}

.btn-wrap-main.btn-offers {
    background: var(--main-color);
    color: #fff;
    margin: 0;
}


.box-content hgroup {
    width: 100%;
    margin: 0 0 10px;
}

.box-content hgroup + .btn-wrap-main {
    margin: 10px 0 0;
}


.images_icon {
    object-fit: cover;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--main-color);
}

.social-footer a {
    width: 45px;
    height: 45px;
    font-size: 17px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    margin: 0 1px;
    transition: all .6s;
    color: #fff;
}

.social-footer a:hover  {

    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.social-footer a:hover i {
    color: #fff;
}
.social-footer .icon_tripadvisor {
    font-size: 20px;
    padding: 8px;
    vertical-align: top;
}


.lg-actions .lg-next, .lg-actions .lg-prev {
    border: none;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--main-color);
}

.info_content table {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
}

.info_content table thead {
    background: var(--main-color);
    color: #fff;
}

.info_content table th,
.info_content table td {
    border: 1px solid #ddd7cd;
}

.info_content table th, .info_content table td {
    padding: 10px 15px;
}

.info_content table tbody {
    text-align: left;
}

.info_content tr:nth-child(even) {
    background: rgba(135, 110, 75, 0.15);
}

.info_content ol {
    text-align: left;
}

.album .uk-icon svg:not(:root) {
    vertical-align: top;
}
.base_plus_icon {
    width: 20px;
    height: 20px;
    top: 7px;
}
.base_plus_icon .plus_icon {
    width: 100%;
    height: 100%;
    top: auto;
}

.base_plus_icon.active .plus_icon:before,
.base_plus_icon.active .plus_icon:after {
    background-color: var(--main-color);
}

.box-alosolike hgroup {
    width: 100%;
}

.also-like:after {
    background: rgba(0, 0, 0, 0.35);
}

.slide-fac .box-content {
    background: #edeae3 !important;
}

.full-text h4 {
    font-size: 16px;
}

.editable {
    text-align: initial;
}

.album {
    padding: 15px 0 0;
}

.album h3 {
    margin: 0;
}
.demo-gallery {
    padding: 0;
}

b, strong {
    color: var(--secondary-color);
}
.box_container {
    width: 1600px;
    margin: auto;
    padding: 0;
}

.top-menu i {
    vertical-align: middle;
}
.slide-fac {
    padding: 0;
}
.slide-fac .img-slide {
    position: relative;
}
.slide-fac .img-slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    transition: all .5s;
}
.slide:hover .img-slide:after {
    height: 100%;
}
.title_fac {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 25px 15px;
    z-index: 2;
}
.title_fac hgroup {
    margin: 0;
}
.title_fac h3 {
    font-size: 22px;
    color: #fff;
}
.title_fac h4 {
    font-size: 16px;
    color: #c9c9c9;
}
.owl-carousel .owl-stage {
    margin: auto;
}
.detail-room {
    width: 100%;
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-title);
    margin: 10px 0 20px;
}
.detail-room > div {
    display: inline-block;
    padding: 0 10px;
}
.detail-room > div:nth-child(1) {
    padding: 0 10px 0 0;
}
.detail-room i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 2px;
    color: var(--main-color);
}
.detail-room span {
    color: var(--grey-color);
}

hgroup h1 + h5 {
    font-size: 16px;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-title);
    font-weight: lighter;
    color: #000;
}
.box-content {
    background: rgba(134,110,75,0.15);
    color: var(--body-color);
}

.amenities li {
    padding: 15px 30px;
    width: auto;
    float: none;
    display: inline-block ;
}
.footer {
    background: #000;
    color: #fff;
}
.copy-right {
    border-top: 1px solid rgba(255,255,255,0.15);
}
.img-slide-offers:before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.img-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    transition: all .5s;
}
.slide_rooms .img-slide:before,
.slide-info .img-slide:before,
.content_child .img-slide:before {
    display: none;
}
.slide:hover .img-slide:before,
.also-like:hover:before {
    height: 100%;
}
.title_fac, .full-text {
    transition: all .5s;
}
.slide:hover .title_fac , .slide:hover .full-text {
    bottom: 20px;
}
.box-alosolike {
    height: auto;
    bottom: -30px;
    top: auto;
}
.box-alosolike hgroup {
    margin: 0 0 10px;
}
.box-alosolike h3 {
    font-size: 20px;
}
.also-like:hover .box-alosolike {
    bottom: 30px;
}
.also-like:after {
    display: none;
}
.slide-info {
    margin: 80px 0 0;
}
.contact .social-footer a {
    border: none;
    background: var(--main-color);
}
.contact .social-footer img {
    height: 20px;
    margin: 0;
    filter: brightness(0) invert(1);
}
.map {
    display: flex;
}
.contact .social-footer a:hover {
    background: #000;
}
.owl-carousel {
    z-index: auto;
}
.info_content > div {
    overflow-x: auto;
}
.nav-lang .lang_parent li {
    border: none;
}
.show-detail  {
    display: inline-block;
}
.gallery_video #index-video {
    width: 100%;
    height: 600px;
    display: block;
    margin: 25px 0 0;
}