@font-face {
    font-family: 'Gotham Medium';
    src: url('../font/GothamMedium.woff2') format('woff2'),
    url('../font/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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



@font-face {
    font-family: 'FC Iconic';
    src: url('../font/FCIconicRegular.woff2') format('woff2'),
    url('../font/FCIconicRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet-Text.woff2') format('woff2'),
    url('../font/SukhumvitSet-Text.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --font-gotham: 'Gotham','FC Iconic';
    --font-fciconic: 'FC Iconic','FC Iconic';
}
body{
    font-size: 15px;
}
body, h1, h2, h3, h4, hgroup h2 + h3, .box-content hgroup h2 + h3, .box-content hgroup h3 + h4, h4{
    font-family: var(--font-gotham)!important;
}
.top-menu, .mask span, .copy-right, body, .section_reservationmobile .receiver{
    background: #202020!important;
}
.box_facilities .box-content.slide_bg{
    background: #ffffff!important;
}
.btn-wrap-main, .btn-wrap-main.btn-offers, .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev, .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next{
    border-radius: 0!important;
}

/*************************/
/* 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: var(--white-color);
}

.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 var(--white-color);
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    padding: 13px 15px;
    color: var(--white-color);
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    opacity: .8;
    visibility: visible;
}

.hero-slider .swiper-button-prev {
    left: 100px;
}

.hero-slider .swiper-button-next {
    right: 100px;
}

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

.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: 48px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color) !important;
    margin: 0;
    transition: all .4s ease;
}

.hero-style .slide-text p {
    color: var(--white-color);
    /*text-transform: uppercase;*/
    transition: all .4s ease;
    /*font-weight: bolder;*/
    margin: 0;
}

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

/*************************/
/* Header */
header {
    background: rgba(255,255,255,0.95);
}
.hamburger.open #line1,.hamburger.open #line2,.hamburger.open #line3 {
    background: var(--main-color);
}
.top-menu, .mask span, .copy-right {
    background: var(--main-color);
}

.sub-menu li:hover {
    background: var(--main-color);
}
.sub-menu li:hover a {
    opacity: 1;
}
.dropdown_listmenu {
    position: absolute;
    color: #000;
    background: none;
    left: 135px;
    top: 90px;
    padding: 0 13px ;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all 1s;
}
.dropdown_listmenu li {
    background-color: var(--white-color);
}
.dropdown_listmenu:before {
    content: "";
    background: var(--white-color);
    width: 3px;
    height: 100%;
    display: inline-block;
    top: 0;
    position: absolute;
    z-index: 1;
}
.dropdown_listmenu:after {
    content: "" !important;
    background: var(--white-color);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: 15px;
    z-index: -1;
    width: 20px;
    height: 10px;
    left: -2px;
    right: auto;
    margin: auto;
    display: block;
    transition: none;
    transform: rotate(-90deg);
}

.sub-menu li:hover .dropdown_listmenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.navbar_fix ul.sub_menu {
    padding-left: 20px;
}
.nav-lang ul>li .lang_parent li.active {
    display: none;
}
.nav-lang .lang_parent li a:hover {
    color: var(--main-color);
}
.logo {
    position: relative;
    margin: 0;
    height: 80px;
}

.logo img {
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.teltop i {
    padding-right: 3px;
}

.nav-topbar {
    padding: 12px 100px;
}
/*************************/

/* Body */
a:active, a:hover {
    color: var(--hover-color);
    opacity: 1 !important;
}
.intro {
    font-size: 18px;
    color: var(--font-color);
    width: 100%;
    font-weight: lighter;
    margin: 0 auto;
}
main {
    overflow: hidden;
}
h1, h2, h3, h4 {
    color: var(--main-color);
}
h5 {
    color: var(--font-color);
}
.wrap-main.bg_white figure img {
    height: 70px;
    margin: 0 10px;
}
.bg_white {
    background-size: 350px;
}
.bg_white, .slide_bg {
    color: var(--font-color);
}
.box-content.slide_bg {
    background: var(--light-color);
}

.section_sitemap li ul.sub_menu li {
    list-style: circle;
}

.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(--font-color);
}

.icon-social img {
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.5s;
}

.icon-social li:hover img {
    opacity: .6;
    /*filter: brightness(0) invert(1);*/
}

.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 th{
    background: var(--main-color);
}

.info_content table th,
.info_content table td {
    border: 1px solid var(--main-color);
}

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

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

.info_content tr {
    background: var(--main-color);
}

hgroup h2 + h3, .box-content hgroup h2 + h3,
.box-content hgroup h3 + h4, h4 {
    font-size: 16px;
    width: 100%;
    margin: 0;
    font-family: var(--font-body);
    color: var(--font-color);
}

.info_content ol {
    text-align: left;
}

.album .uk-icon svg:not(:root) {
    vertical-align: top;
}
.demo-gallery {
    padding: 0 100px;
}
.base_plus_icon.active .plus_icon:before,
.base_plus_icon.active .plus_icon:after {
    background-color: var(--main-color);
}
.show-box a {
    width: fit-content;
}
.show-box a.active, .show-box a:hover {
    color: var(--main-color);
}

.box-alosolike hgroup {
    width: 100%;
}
.also-like:after {
    background: rgba(0,0,0,0.45);
}
.wrap-box.content_child {
    padding: 100px 100px 0;
}
.lg-sub-html h4 {
    color: var(--white-color);;
}

.mask i {
    background: var(--main-color);
    border-radius: 50%;
    margin: auto;
    padding: 15px;
    font-size: 15px;
    color: var(--white-color);
    transition: all 0.5s;
}


.box-content.slide_bg h2 {
    font-size: 28px;
}
.sub-menu .menu_list label {
    color: #000;
    font-size: 17px;
}
.sub-menu .menu_list label:hover {
    font-size: 17px
}
.sub-menu li:hover label {
    color: var(--white-color);
}
.sub-menu .menu_list .dropdown_listmenu li a {
    color: #000;
}
.sub-menu .menu_list .dropdown_listmenu li:hover a {
    color: var(--white-color);
}

.text-min {
    color: #ffffff;
}
.owl-theme .owl-nav .owl-next span {
    left: 2px;
}
.owl-theme .owl-nav .owl-prev span {
    vertical-align: middle;
    right: 2px;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-dots .owl-dot span  {
    background: var(--main-color);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--hover-color);
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    padding: 10px;
    border-radius: 50px;
}
.amenities li {
    text-align: left;
    width: 33.33333333%;
}
.amenities p {
    display: inline-block;
}
.amenities .images_icon {
    margin-right: 5px;
    vertical-align: middle;
}
.icon-facilities {
    position: relative;
    width: 100%;
    margin-top: 25px;
}
ul.list-icon-facilities {
    margin: 0;
    padding-left: 0;
}
.list-icon-facilities li {
    position: relative;
    width: 80px;
    height: auto;
    margin: 0 10px;
    display: inline-block;
}
.list-icon-facilities img {
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.5s;
}

.item_box {
    padding-top: 35px;
}

.map {
    display: flex;
}

.contact_from {
    position: relative;
    text-align: center;
}
.box_form {
    position: relative;
}

.contact_from input {
    width: 100%;
    padding: 15px;
    outline: none;
    border: 0;
    color: var(--font-color);
    border-bottom: 1px solid var(--light-color);
}

.contact_from input::-webkit-input-placeholder {
    color: #6d6c6c;
    font-size: 15px;
}

.contact_from textarea {
    width: 100% !important;
    padding: 15px;
    outline: none;
    border: 0;
    color: var(--font-color);
    /* border-bottom: 1px solid var(--light-color); */
    /* background: none; */
}

.label-txt {
    margin: 0;
    font-size: 18px;
}
.contact_from .uk-icon svg {
    color: #000;
}
.contact_from button .uk-icon svg {
    color: var(--white-color);;
}
.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: 55px;
    margin: auto;
    font-size: 16px;
}
.contact_from .btn-wrap-main:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.icon_contact {
    position: absolute;
    top: 50px;
    margin-left: 15px;
}

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

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

.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%;
    text-align: initial;
}

.submenu > li {
    padding: 0 8px;
    font-size: 15px;
}
.submenu li a:hover, .submenu li a.active {
    color: var(--hover-color);
}
.award_sha {
    height: 80px;
    display: inline-block;
    margin-top: 2px;
    padding-left: 25px;
}
.top-menu .col-xs-6 {
    padding: 0;
}
.btn-wrap-main, .btn-wrap-main.btn-offers {
    padding: 8px 20px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: var(--white-color);
    border-radius: 20px;
}
.btn-wrap-main:hover, .btn-wrap-main.btn-offers:hover, .btn-wrap-main.btn-offers:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}
.fa-long-arrow-right {
    padding-left: 3px;
}

/* Affiliated Hotel */
.section_logo_awards {
    padding: 50px;
    background: var(--light-color);
}
.slider-icon .item {
    text-align: center;
    justify-content: center;
    display: flex;
}
.slider-icon .item img {
    height: 70px;
    width: auto;
}
.slider-icon {
    width: 560px;
    margin: auto;
}
.section_logo_awards.none {
    display: none;
}
.slider-icon.owl-carousel .owl-stage {
    margin: auto;
}

/**********************/
/*footer {*/
/*    border-top: 1px solid #f7f7f7;*/
/*}*/
footer p {
    margin: 0;
}
.teltop a:nth-child(1) {
    margin-right: 0;
}
footer .teltop {
    padding-right: 0;
}
.copy-right {
    padding: 25px 50px;
}
.nearby{
    padding-bottom: 0;
}
.nearby ul li>em{
    float: right;
}
.nearby ul li{
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 0;
}
.contact_from p.label-txt{
    color: #ffffff;
}
.uk-icon svg:not(:root){
    vertical-align: sub;
}
.images_map{
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.section_allmap{
    padding: 0;
    display: flow-root;
    width: 100%;
}
.details_map{
    padding: 50px;
    text-align: left;
}
.section_allmap .row_map:nth-child(even) .col-xs-6:nth-child(1){
    float: right;
}
.amenities .text-min, .nearby .text-min, .details_map{
    color: var(--font-color)!important;
}


.wrap-box.contact{
    color: #ffffff;
}
.footer img{
    height: 50px;
}
.col-40{
    width: 30%;
}
.col-20{
    width: 17.5%;
}
.reservation .pull-left{
    padding-right: 10px;
}
.reservation img{
    height: 25px;
    width: auto;
}
.reservation_box select{
    width: 68%;
}
.swal2-title{
    display: inline!important;
}
.wrap-main{
    color: #ffffff;
}
.wrap-main.bg_white, .wrap-main.bg_white .text-min{
    color: var(--font-color);
}
.contact_from input + span, .section_sitemap a:hover, .copy-right a:hover, .nav-topbar a:hover, hgroup h2 + h3, .box-content hgroup h2 + h3, h5{
    color: var(--main-color);
}
.box-content, .box-content.slide_bg{
    background: #0000001a !important;
}
.box-content.slide_bg h2{
    color: #202020!important;
}
.album h3{
    margin: 0;
}
.contact_from{
    width: 768px;
    margin: auto;
}
.base_plus_icon{
    width: 100%;
    height: 30px;
}

.thai_lang{
    font-size: 18px;
}
.section_gallery{
    padding-bottom: 0;
}
body.thai_lang, body.thai_lang .full-text p, body.thai_lang .box-content hgroup + .btn-wrap-main, body.thai_lang h5, body.thai_lang .contact_from input, body.thai_lang ::placeholder, body.thai_lang .show-box li{
    font-size: 20px;
    font-family: var(--font-fciconic)!important;
}
body.thai_lang .top-menu, body.thai_lang .copy-right{
    font-size: 16px;
}
body.thai_lang .submenu > li, body.thai_lang .intro, body.thai_lang hgroup h2 + h3, body.thai_lang .box-content hgroup h2 + h3{
    font-size: 20px;
}
body.thai_lang .reservation_box .btnbook_reser, body.thai_lang .album h3{
    font-size: 24px;
}
body.thai_lang #popup_room_list select, body.thai_lang #popup_room_list .input-group-addon:first-child, body.thai_lang #popup_room_list.popup_content label, body.thai_lang .t-next, .t-prev, body.thai_lang .t-table-condensed td, body.thai_lang .t-table-condensed th{
    font-size: 16px;
}
body.thai_lang .t-hover-day-content{
    font-size: 13px;
}
.nearby ul{
    margin: 0;
    padding: 0 0 0 15px;
}
.section_reservationmobile{
    text-align: center;
}
.section_reservationmobile .col-xs-4{
    padding: 15px;
}
.section_reservationmobile a:nth-child(2) .col-xs-4{
    background: #202020;
}
.full-text h3 {
    font-size: 30px;
}
.view_nearby {
    position: relative;
    width: 100%;
    display: inline-block;
}

.view_nearby img {
    width: 50%;
    height: auto;
    object-fit: cover;
    float: left;
    display: block;
    padding: 5px;
}
h3{
    font-size: 24px;
}
.section_footer .container{
    width: 100%!important;
    padding: 0 100px;
}
.section_reservationmobile a:nth-child(2) .col-xs-4{
    background: var(--main-color);
    border-right: 1px solid #ffffff6b;
    border-left: 1px solid #ffffff6b;
}
.section_reservationmobile a .col-xs-4.active{
    background: #242424;
}
.child_offers .box-text-info p{
    margin: 0;
}
.child_offers .box-text-info ul{
    margin: 0;
}
.child_offers .box-text-info li{
    line-height: normal;
    padding: 4px 0;
}