/*************************/
/* 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 #fff;
    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;
}

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

/*************************/
h1 {
    font-size: 40px;
}
body.thai_lang, .thai_lang h1, .thai_lang  h2, .thai_lang  h3 {
    font-family: var(--font-body);
}
.top-menu, .owl-theme .owl-dots .owl-dot span, .mask span,
.reservation_box .btnbook_reser, #popup_room_list input, .copy-right {
    background: var(--main-color);
}

.sub_menu, .btn-wrap-main.btn-offers:hover,.wrap-box-menu-mobile {
    background: var(--secondary-color);
}

.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 {
    color: var(--main-color);
}
.wrap-box p:last-child {
    margin: 8px 0 0;
}
.copy-right a:hover, .wrap-box.contact .editable a:hover {
    color: var(--secondary-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: #d6d6d6;
}
.top-menu a:hover {
    opacity: 0.6;
}
.logo {
    margin: 5px 0;
}
.logo img {
    height: 70px;
    display: block;
    filter: brightness(0) invert(1);
}
.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 {
    font-weight: lighter;
    font-size: 16px;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    font-family: var(--font-body);
}
.bg_white hgroup h2 + h5,
.box-text-info h4, .box-content h5, .bg_white h5{
    color: var(--secondary-color);
    text-transform: capitalize;
}
.bg_white, .box-content {
    color: var(--dark-color);
}
.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 {
    width: 100%;
    padding: 15px 30px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #3b3b3b;
    background: none;
    color: #fff;
}

.contact_from input::-webkit-input-placeholder,
.contact_from textarea::-webkit-input-placeholder {
    color: #fff;
}

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

.contact_from textarea {
    width: 100% !important;
    padding: 15px 30px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #3b3b3b;
    background: none;
    color: #fff;
}

.label-txt {
    color: var(--main-color);
    font-family: var(--font-title);
    text-transform: uppercase;
    margin: 0;
}

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

.notificationAtInput {
    border-bottom: 1px solid #cf1e1e !important;
}

.contact_from input + span {
    display: none;
    color: #cf1e1e;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}

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

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

.contact_from span i {
    position: absolute;
    right: 20px;
    bottom: 50px;
    margin: auto;
    font-size: 16px;
}

.icon_contact {
    position: absolute;
    top: 50px;
    font-size: 16px;
}

.error p {
    font-size: 72px;
    margin: 0;
}

.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);
    border-radius: 20px;
}

.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: 18px;
    padding: 7px;
    border: 1px solid #d8d7d5;
    margin: 0 1px;
}

.social-footer a:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}


.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 0;
    border-collapse: collapse;
}

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

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

.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(174, 158, 123, 0.1);
}

.info_content ol {
    text-align: left;
}

.album .uk-icon svg:not(:root) {
    vertical-align: top;
}

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

.box-alosolike hgroup {
    width: 100%;
}
.box-alosolike hgroup h5 {
    text-transform: capitalize;
}
.also-like:after {
    background: rgba(0, 0, 0, 0.2);
}

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

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

.editable {
    text-align: initial;
}

.album {
    padding: 15px 0 0;
}

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

b, strong {
    color: var(--main-color);
}
.box_container {
    width: 1600px;
    margin: auto;
    padding: 0;
}
.wrap-menu .box_container, .top-menu .box_container {
    width: auto;
}
.wrap-box.content_child {
    padding: 50px 0 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.50));
    z-index: 1;
}
.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;
}
.owl-carousel .owl-stage {
    margin: auto;
}
.slide-info .full-img {
    height: 650px;
}
.footer img {
    height: 100px;
    margin-bottom: 0;
}
.footer i {
    vertical-align: middle;
}
/*.top-menu [class*=col-xs-]:nth-child(2) a {*/
/*    padding: 0 10px;*/
/*}*/
.top-menu [class*=col-xs-]:nth-child(1) a:nth-child(2) {
    padding: 0 0 0 10px;
}
.contact_from ::placeholder {
    color: #d6d6d6 !important;
}
.base_plus_icon .plus_icon {
    top: 7px;
}