@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&family=Prompt&family=Quattrocento&display=swap');

:root {
    --hg-font-title: 'Quattrocento', 'Prompt';
    --hg-font-body: 'Inter Tight', 'Prompt';
    --hg-font-thai: 'Prompt', 'Prompt';
    --hg-color-secondary: #f9f7f1;
    --hg-color-light: #fffef8;

    --hg-color-body: #565656;
    --hg-color-title: #3d3a24;

    --hg-color-menu: 255, 255, 255;
    --hg-bg: #fff;

    --hg-rgba-color-primary: 194, 188, 139;
}

body {
    background: #fff;
}

h4 {
    color: var(--hg-color-primary);
}

body.langTH, .langTH h1, .langTH h2, .langTH h3, .langTH h4, .langTH .title-name-count,
.langTH .detail-room .icon-room p, .langTH .hero-style .slide-title label, .langTH .hero-style .slide-text p {
    font-family: var(--hg-font-thai);
}

/****************************/
/* HEADER */
/****************************/
header.scroll--down {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

header.scrollHeader {
    background: var(--hg-color-primary);
}

.navbar-brand,
header.scrollHeader.menu-active .navbar-brand {
    width: 100px;
}

header.scrollHeader .navbar-brand {
    width: 50px;
}

.box-menu nav a {
    font-size: 36px;
}

.box-menu .image-hover-active .reveal-block {
    background: var(--hg-color-primary);
}

.member i {
    margin-right: 5px;
}

.member a:hover {
    opacity: .6;
}

.ui-icon-plus {
    top: 4px;
}

.ui-icon-plus:before {
    height: 20px;
}

.ui-icon-plus:after {
    width: 20px;
}

/****************************/
.tagline {
    font-family: var(--hg-font-title);
    font-size: 18px;
    text-transform: uppercase;
}


.description h1, .description_info h1 {
    font-size: 100px;
    color: var(--hg-color-primary);
    margin: 0;
}

.description h2,
.description_child h2, .description_info h2 {
    font-size: 22px;
}

.description .col-xs-8:nth-child(1) {
    float: left;
}

.section-color [class*=col-xs-] {
    background: var(--hg-color-secondary);
}

.section-color [class*=col-xs-]:nth-child(1) {
    background: var(--hg-color-primary);
    float: right;
}

.card:before {
    background: rgba(194, 188, 139, 0.15);
}

.card-header button {
    font-size: 30px;
    color: var(--hg-color-primary);
}

.card-header button.collapsed {
    color: var(--hg-color-title);
    /*opacity: .6;*/
}

.card-header button:hover, .card-header button.collapsed:hover {
    color: var(--hg-color-primary);
    opacity: 1;
}

.card-body {
    color: var(--hg-color-body);
}

.watermark > div {
    color: rgba(var(--hg-rgba-color-secondary), 0.11);
}

.section-color > [class*=col-xs-]:nth-child(1) {
    display: block;
}

.btn-book,
.btn-book:before, .btn-book:after {
    background: var(--hg-color-primary);
}

.btn-book:hover {
    color: var(--hg-color-primary);
}

.section-color .discover_room {
    border: none;
    margin: 0;
    padding: 0;
}

.section-color .discover_room i {
    position: relative;
    left: 0;
    transition: all .5s;
}

.section-color .discover_room:hover i {
    left: 6px;
}

.discover_room:before,
.discover_room:after {
    display: none;
}

.content-child .detail-room i {
    color: var(--hg-color-primary);
}


.icon-amenities > div {
    padding: 10px 40px;
}

.images_icon {
    width: 40px;
    height: 40px;
}

.description_info .btn-book {
    margin: 30px 0 0;
}

.description_child, .description_info {
    background-color: var(--hg-color-secondary);
}

.our-facilities h2 + h3 {
    font-size: 18px;
}

.icon-amenities {
    padding: 25px 0 100px;
}

.contact-form a:hover,
.site-map a:hover {
    color: var(--hg-color-primary);
}
#STG {
    cursor: pointer;
}


/****************************/
/* REVIEW PAGE */
/****************************/
.guest_review .container-content {
    padding: 0;
}

.list_review {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 50px;
}

.list_review:last-child {
    margin: 0;
}

.list_review hr {
    display: none;
}

.list_review i {
    font-size: 30px;
    vertical-align: top;
    margin-right: 5px;
    color: var(--hg-color-primary);
}

.title_review, .content_review {
    position: relative;
    width: 100%;
    display: inline-block;
}

.title_review {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.title_review > div {
    position: relative;
    width: 50%;
    float: left;
}

.title_review > div:nth-child(1) ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.title_review > div:nth-child(1) ul li > ul li {
    font-size: 14px;
}

.title_review > div:nth-child(2) {
    text-align: right;
}

.title_review h4 {
    font-size: 22px;
}

.ota {
    font-weight: bold;
    color: #000;
}

.content_review {
    padding: 20px 0 0;
}

.content_review p {
    margin: 10px 0 0;
}

.score {
    width: 60px;
    padding: 8px 10px;
    background: #186ced;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.score i {
    font-size: 14px;
    vertical-align: inherit;
    margin: 0;
    color: #fff;
}

.score p {
    display: inline-block;
}

/****************************/
/* FOOTER */
/****************************/
footer {
    background: var(--hg-color-secondary);
    color: var(--hg-color-title);
}

.logo-footer img {
    height: 100px;
}

.title-footer {
    padding: 25px 150px;
}

.title-footer > div, .logo-footer > div {
    display: inline-block;
    vertical-align: middle;
}

.title-footer {
    border-bottom: 1px solid rgba(61, 58, 36, 0.15);
}

.social-footer a:after {
    background: rgba(61, 58, 36, 0.45);
    transform: rotate(31deg);
}

.contact-footer h4, .social-footer a:hover, .contact-footer a:hover {
    color: var(--hg-color-title);
}

.social-footer a:hover, .contact-footer a:hover,
.copy-right a {
    color: var(--hg-color-primary);

}

.contact-footer .btn-book {
    background: var(--hg-color-title);
}

.contact-footer .btn-book:hover {
    background: var(--hg-color-primary);
}

.name-footer {
    color: rgba(var(--hg-rgba-color-primary), 0.05);
}

.social-footer {
    margin: 30px 0 0;
}
.social-footer a {
    position: relative;
    padding: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--hg-color-title);
    border-radius: 50px;
    margin: 0 6px 0 0;
}
.social-footer a:hover {
    border: 1px solid var(--hg-color-primary);
    background: var(--hg-color-primary);
}

.awards {
    float: right;
    display: flex !important;
    align-items: center;
    height: 100px;
}

.awards figure {
    display: inline-block;
    padding: 0 15px;
}

.awards img {
    height: 50px;
    object-fit: cover;
    vertical-align: middle;
}
.social-footer .icon-tripadvisor {
    font-size: 26px;
}


/****************************/
/* PRIVACY POLICY */
/****************************/
.privacy_policy h3 {
    font-size: 26px;
}

.privacy_policy p + h3,
.privacy_policy ul + h3 {
    margin: 30px 0 0;
}

.privacy_policy h3 + p {
    margin: 10px 0 0;
}

.privacy_policy ul li {
    padding: 5px 0;
}

.privacy_policy a {
    text-decoration: underline;
    color: var(--hg-color-title);
}

.privacy_policy b, .privacy_policy strong {
    color: var(--hg-color-title);
}
/****************************/
/* PAGINATE */
/****************************/
.pagination {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;

}
.pagination li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.pagination > li > a {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: var(--hg-color-primary);
    background: none;
    border: 1px solid transparent;
    border-radius: 50px !important;
}
.pagination > li > a.current {
    border: 1px solid #dfdcc9;
    background: #faf9f4;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    color: var(--hg-color-primary) !important;
    border: 1px solid #dfdcc9;
    background: #faf9f4;
}

