
/* Theme Rarinjinda */

@import url(font-awesome.css);
@import url(chosen-custom.css);
@import url(fonts.css);
@import url(column.css);
@import url(cd-dropdown.css);
@import url(popup.css);
@import url(header-footer.css);

body {    
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height:1;
    font-weight: 300;
    background-color: #fff;
    color: #555;
    font-style: normal;
    font-family: Thonburi, Arial, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
ul,li { list-style: none; margin: 0; padding: 0;}

.clear {
    clear: both;
    float: none;
    width: 100%;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration:none;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
h1,h2,h3,h4 { 
    font-family: 'kanitregular';
    margin: 0; 
    padding: 0; 
    font-weight: normal; 
    line-height:1.2;}
h1 { font-size: 40px;}
h2 { font-size: 30px;}

p { 
    margin:0; 
    padding: 0; 
    line-height: 1.5;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
::-ms-clear {
   display: none;
   width : 0;
   height: 0;
}
::-ms-reveal {
   display: none;
   width : 0;
   height: 0;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}
textarea { resize: vertical;}
input:focus { outline: 0;}
button { outline: 0; border: 0;}
button:focus { outline: 0;}
table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.a-right { text-align: right;}
.a-center { text-align: center;}

.main { position: relative;}
.main-obj-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.main-obj-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:1;
}
.inner-article { 
    position: relative;
    z-index: 100;
    max-width:900px; 
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #ba9c62;
    background-color: #FFF;
}
.inner-article-md {
    max-width: 800px;
    position: relative;
}
.inner-article-lg { max-width: 100%;}

.global-content { 
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    position: relative;
    padding-left:20px;
    padding-right:20px;
    width: 100%;
    z-index: 10;
}
.global-fullcontent { 
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    position: relative;
    padding-left:20px;
    padding-right:20px;
    width: 100%;
}
.global-content:before,
.global-fullcontent:before {
    display: block;
    height: 0;
    overflow: hidden;
}
.global-content:after,
.global-fullcontent:after {
    clear: both;
    content: '';
    display: table;
}
.global-content:before, 
.global-content:after {    
    display: table;
    content: " ";
}
.global-fullcontent:before, 
.global-fullcontent:after {    
    display: table;
    content: " ";
}

.global-bxrol { 
    position: relative; 
    padding-top: 60px;
    padding-bottom: 60px;
}
.global-bxrol-nopadding-top { padding-top: 0!important;}
.global-bxrol.global-bxrol-nopadding-bottom { padding-bottom: 0;}
.global-header { margin-bottom:35px; text-align: center;}
.global-header h1 { 
    color: #ba9c62;
    font-family: 'TrirongRegular';
    font-size:35px;
    margin-bottom: 10px;
}
.global-header h3 { font-size:14px; color: #aaa; font-family: 'kanitmedium';}
.global-header a { margin: 0 8px;}
.global-header .global-tabs { margin-top:20px;}
.global-header a.linktext { margin:8px;}

.bg-reddish-brown { background-color: #7a222e;}

/* ICON */
.icon-download { 
    width: 22px; 
    display: inline-block; 
    vertical-align: middle;}
.icon-play { 
    width: 40px; 
    display: inline-block; 
    vertical-align: middle;
}
.icon-option { 
    width: 25px;
    display: inline-block; 
    vertical-align: middle;
}

.entry-hlimg {
    margin-bottom: -40px;
}
.entry-hlimg img { width: 100%;}
.entry-caption h3 { 
    font-size:16px;
    line-height: 1.2;
    color: #333;
}
.entry-caption .entry-head {   
    font-size: 20px;
    color: #7b232e;
    margin-bottom:5px;
    min-height: 0;
    width: 13em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-category { 
    color: #ba9c62;
    font-size: 13px;
    font-family: 'kanitregular'; 
}

.entry-issue {  
    color: #999;
    font-family: 'kanitregular';
    margin-bottom: 15px;
}

/* Box item */
.column {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.item-header { margin-bottom: 25px;}
.item-header h3 { font-size: 25px; color: #7a232e; margin-bottom:6px;}
.list-items { position: relative; overflow: hidden; margin-bottom:25px;}
.list-items .entry-img { 
    position: relative; 
     -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    margin-bottom: -32px;
}
.list-items .entry-img:hover {
    opacity: 0.95;
    transform: scale(1.025);
}
.list-items .entry-img.noimg {
    height:42px;
    background-color: #7a232e;
}
.list-items .entry-category { 
    margin-bottom:10px;
}
.list-items .entry-caption {
    border:1px solid #ba9c62;
    background-color: #FFF;
    position:relative;
    z-index: 200;
    margin: 0 12px;
}
.list-items .entry-caption .inr { overflow: hidden; padding:20px 15px;}
.list-items .entry-caption .inr-bottom {
    overflow: hidden;
    padding:10px 15px;
    border-top:1px solid #ba9c62;
}
.list-items .entry-caption .inr-bottom .row-column { font-size: 0;}
.list-items .entry-caption .inr-bottom .column-xs-6 {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.list-items .a-action { text-align: right;}
.list-items .entry-caption h3:hover a { color:#ba9c62;}
.list-items .entry-desc { color: #777;}
.list-items .entry-date { 
    font-weight: 400;
    white-space: nowrap; font-size:12px; color: #555;}
.list-items .a-action .btn { 
    color: #FFF;
    font-size: 12px;
    font-family: 'kanitmedium';
    padding:0 20px;
}
.item-newsfeed { overflow: hidden; margin-bottom:20px;}
.item-newsfeed .col-img { width:30%; float: left;}
.item-newsfeed .col-img img { width: 100%;}
.item-newsfeed .col-content { 
    width: 70%; float: left;
    padding:0 20px;
}
.item-newsfeed h3 { height:33px; overflow: hidden; font-size: 14px; margin-bottom: 5px;}
.item-newsfeed .entry-date { font-size:11px; color: #aaa;}

.section-facilities-home .inner-article {
    padding:60px 80px;
    max-width: 100%;
    background-image: url(../img/main/bg-bx.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size:30%;
}
.section-facilities-home .icon-facilities { 
    text-align: center; 
    margin: 30px 0;
}
.section-facilities-home .icon-facilities p { 
    font-family: 'kanitregular';
    color: #999;
    font-style:italic;
    margin-top: 5px;
}
.section-facilities-home .desc-facilities { max-width:80%; margin: 0 auto 0 0;}
.section-facilities-home .desc-facilities h3 { 
    font-family: 'kanitregular';
    font-style:italic;
    font-size:40px; 
    color: #7a232e;
    margin-bottom:15px;
}
.section-facilities-home .desc-facilities .entry-category {
    margin-bottom: 10px;
}
.section-facilities-home .desc-facilities p { margin-bottom: 20px;}

.section-service-facilities .list-items-facilities { margin-bottom: 0;}

.slide-room .global-fullcontent { max-width: 100%; padding: 0;}
.slide-room .item-room { position:relative;}
.slide-room .item-room .overbox {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity:1;
    position: absolute;
    height:100px;
    width: 100%;
    bottom:0;
    padding-top:14px;
    background-color: rgba(122, 34, 46, 0.90);
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.slide-room .item-room .overbox h3 { 
    padding: 0 20px;
    color: #ba9c62; 
    font-size:20px; 
}
.slide-room .item-room .hover-caption { height: 0; opacity: 0;}
.slide-room .item-room:hover .overbox-inr { width: 100%; top:30%; position: absolute;}
.slide-room .item-room:hover .overbox { opacity: 1; height: 100%; bottom:0;}
.slide-room .item-room:hover .hover-caption { 
    height: auto; 
    opacity: 1; 
    padding:15px 20px;
}
.slide-room .fixed-option { 
    width: 100%; 
    position: fixed; 
    bottom: 0;
    font-size: 0;
}
.slide-room .item-room .entry-desc { padding-bottom:20px;}
.slide-room .col-option { 
    padding:0 20px 15px; width: 50%; display: inline-block; vertical-align: bottom;}
.slide-room .col-option:first-child { padding-right: 0;}
.slide-room .col-option:last-child { padding-left: 0;}
.slide-room .col-option i { font-size:19px;}
.slide-room .col-option .fa { float: left;}
.slide-room .col-option .icon-user { width: 11px; display: inline-block;}
.slide-room .ico-viewdetail img { width: 25px!important;}
.slide-room .txt-branch { 
    font-family: 'kanitmedium'; 
    font-size:16px; 
    color: #FFF;
    line-height:1.2;
}
.slide-room .icon-option { margin-left: 4px;}

.col-line { border-right: 1px solid #d5b98a;}

.main-unit { text-align: center;}
.main-unit .num { 
    font-family: 'kanitmedium';
    font-size: 72px; color: #7a232e;
    margin-bottom: 5px;
}
.main-unit a {
    color: #ba9c62;
    font-family: 'kanitmedium';
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

/* Media */

.list-items-media .entry-caption  { 
    border-bottom:4px solid #7a232e;
}
.list-items-media .entry-time { position: absolute; top: 0; right: 0;}
.entry-time span { 
    padding: 5px 10px;
    font-family: 'kanitmedium';
    display: inline-block; 
    color: #FFF; 
    font-size:11px;
    background-color:#000; 
}
.list-items-media .entry-caption .inr:last-child { border: 0;}
.list-items-media .hover-play { 
    width: 40px; 
    height: 40px;
    position: absolute;
    text-align: center;
    font-size:40px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateY(-20px);
}
.list-items-media:hover .hover-play { transform: translateY(0px); opacity: 1;}
.list-items-media a.ico-dw { color:#ba9c62;}
.tn-magazine { 
    width: 100%; 
    position: absolute; 
    text-align: center; 
    left: 0; 
    bottom: 0;
    z-index:100;
}
.tn-magazine img { width:175px; margin: 0 auto;}

/* News */
.list-items-news .entry-caption h3 { 
    height:58px; 
    overflow: hidden;
}

.price-discount { font-family: 'kanitbold'; font-size: 25px; color: #333;}
.price-discount small { font-size:14px; font-family: 'kanitregular';}

/* Promotion */
.list-items-promotion .inr-promotion { min-height:215px;}
.list-items-promotion .entry-caption .inr-bottom {
    padding:10px 15px;
}
.list-items-promotion .inr-promotion .entry-desc { 
    line-height: 1.4;
    font-size: 13px;
    margin-bottom:15px;}
.list-items-promotion .price-discount { 
    font-family: 'kanitbold'; 
    font-size: 22px; 
    color: #333;
}
.list-items-promotion .price-discount small { 
    font-size:14px; font-family: 'kanitregular';}
.list-items-promotion .price { font-size: 12px;}
.list-items-promotion .price s { color: #999;}
.list-items-promotion .price small { color: #333; font-size:14px; font-family: 'kanitregular';}

.section-testimonial .global-fullcontent {  max-width: 100%; padding: 0;}
.items-testimonial { 
    padding:70px 25px;
    margin-bottom: 40px;
    text-align: center;
    border-top: 1px solid #ba9c62;
    border-right: 1px solid #ba9c62;
    border-left: 1px solid #ba9c62;
    border-bottom: 4px solid #7a232e;
    background-image: url(../img/main/bg-bx.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size:30%;
    overflow: hidden;
}
.items-testimonial h3 { 
    height:80px;
    overflow: hidden;
    font-family: 'kanitlight';
    font-style: italic;
    color: #7a232e; 
    font-size:22px;
    margin-bottom:15px;
}
.items-testimonial .by { font-style: italic; color: #ba9c62;}
.items-testimonial .by span { color: #999;}

/* Facilities */

.list-items-facilities .entry-head { font-size:16px; text-align: center;}
.list-items-facilities .entry-caption h3 { 
    white-space: inherit;
    height:40px;
    width: inherit;
    margin-bottom: 0; min-height: inherit;}
.list-items-facilities .entry-caption .inr:last-child { padding: 12px 20px; border: 0;}
.list-items-facilities .entry-desc { margin-top:6px;}

.vertical-center { display: table; width:100%; height: 100%;}
.content-vertical-center { display: table-cell; vertical-align: middle;}
.content-vertical-top { display: table-cell; vertical-align: top;}

.btn,
a.btn { 
    height: 35px;
    line-height: 35px;
    padding:0 25px;
    font-family: 'kanitmedium';
    font-size: 14px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none!important;
    display: inline-block;
    color: #FFF;
    background-color: #7a222e;
    -webkit-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}
a.btn:hover,
.btn:hover { color: #FFF; background-color:#691924;}
a.btn-brown:hover,
.btn-brown:hover { color: #FFF; background-color: #a2864e;}
.btn-brown,
a.btn-brown { background-color: #ba9c62;}
.btn-md,
a.btn-md { height:28px; line-height:28px;}

.btn-outline ,
a.btn-outline {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-family: 'kanitmedium';
    font-size: 14px;
    text-align: center;
    color: #ba9c62;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ba9c62;
}
a.btn-outline:hover,
.btn-outline:hover { color: #a2864e; border-color: #a2864e;}

.btn-xs-12 { width: 100%;}

.btn-bookingonline { 
    width: 100%;
    text-align: center;
    display:block;
    height:40px;
    line-height:40px;
    padding: 0 20px;
    margin: 10px 0;
    font-family: 'kanitmedium';
    font-size:15px;
    color: #ba9c62;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ba9c62;
}

.link-brown,
a.link-brown { color: #ba9c62;}

/* Section Hero Slider */

.hero-slider .hero-content { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    z-index:10;
}
.hero-slider .hero-content .global-fullcontent { height:100%;}
.hero-slider .hero-content .content-area { text-align: center; max-width:45%; color: #FFF;}
.hero-slider .hero-content .content-area.area-center { margin: 0 auto; text-align: center;}
.hero-slider .hero-content .content-area.area-right { margin: 0 0 0 auto}
.hero-slider .hero-content .content-area .heading-h1 { 
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
}
.hero-slider .hero-content .content-area p { margin-bottom: 25px;}
.hero-slider img { width: 100%;}
.hero-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

/* OWL */
.owl-theme .owl-nav { width: 100%; position: absolute; top: 50%;}

.owl-theme .owl-nav [class*=owl-] { background-color: transparent;}
.owl-theme .owl-nav [class*=owl-]:hover  { background-size: 21px;
    background-color:transparent; opacity: 0.8;}
.owl-theme .owl-dots .owl-dot span { width: 11px; height: 11px; margin:5px;}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:0;
    position: absolute;
    width: 100%;
    bottom:-20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span { background-color: #ba9c62;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border:1px solid #ba9c62; background-color: transparent;
}
.meeting-event-home { background-color: #fafafa;}
.owl-meeting-event .item-col-2 { margin-bottom:30px;}

/* Testimonia */
.section-testimonial .owl-item.active > div { opacity:0.4;}
.section-testimonial .owl-item.center > div { opacity: 1;}
.section-testimonial .owl-item.active.center > div { opacity: 0.4}
.section-testimonial .owl-item > div { opacity: 0.4;}

.inner-headline { position: relative; height: 180px; text-align: center; background-color: #74222e;}
.inner-headline .global-content { height: 100%;}
.inner-headline .obj-left { position: absolute; top:0; left: 0;}
.inner-headline .obj-right { position: absolute; bottom:0; right: 0;}
.inner-headline h1 { font-size:35px; font-family: 'TrirongRegular'; color:#ba9c62; margin-bottom: 5px;}
.inner-headline p { font-size: 15px; color: #FFF;}


/* Faqs */

/* Accordion */
.accordion-group {
    position: relative;
}
.accordion-group .entry-head {
    width: 100%;
    display:block;
    padding:20px 60px 20px 20px;
    margin-bottom: 0;
    cursor: pointer;
    color:#aaa;
    position: relative;
    font-style: normal;
    line-height: 1.3;
    font-size:20px;
    border-bottom:1px solid #ededed;
    font-family: 'kanitregular';
    font-weight: normal;
    -webkit-transition: color ease-in-out .6s;
    -o-transition: color ease-in-out .6s;
    transition: color ease-in-out .6s;
}
.accordion-group .entry-head:after {
    height: 30px;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size:28px;
    color: #aaa;
    position: absolute;
    top: 50%;
    right:20px;
    margin-top: -15px;
}
.accordion-group .ui-accordion-header-active.entry-head { 
    color: #7a232e;
    border-bottom: 0;}
.accordion-group .ui-accordion-header-active.entry-head:after { 
    color:#7a232e;
    content: "\f106";
    font-family: 'FontAwesome';
}
.accordion-group .entry-head:focus { outline: 0;}
.accordion-group .entry-head .icon {
    display: block;
    position: absolute;
    right:20px;
    top:50%;
    margin-top:3px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}
.accordion-group .entry-head .itop,
.accordion-group .entry-head .icenter {
    display: block; 
    width:24px; height:2px; 
    background-color: #97b411;
}
.accordion-group .entry-head .icenter { 
    margin-top:-2px;
    -webkit-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
}
.ui-accordion-content-active { border-bottom:1px solid #7a232e;}
.accordion-content { 
    color: #777;
    font-size: 14px;
    padding:0 80px 20px 50px;
}
.accordion-content ul { margin:10px 0 15px 22px;}
.accordion-content ul > li { list-style-type: disc; margin-bottom: 5px; line-height: 1.35;}
.accordion-content ol { margin:0 0 15px 25px;}
.accordion-content ol > li {
    list-style-type: decimal;
    margin-bottom:8px;
}
.accordion-content p { margin-bottom: 15px;}
.accordion-content b,
.accordion-content strong { color: #000;}
.accordion-content a { text-decoration: underline; color:#333;}
.accordion-content h3 { 
    font-family: 'kanitmedium'; color: #333; margin-bottom:10px;}


/* Map */
.section-maps-contact .map-container { height: 350px;}
.map-container { height:420px;}
/*
.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}
*/
.section-maps { border-top:2px solid #ba9c62; background-color: #FFF; position: relative;}
.section-maps .container { padding: 0; width: 100%; overflow: hidden; position: relative;}

.maps-content-container { 
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
}
.maps-content-container .global-fullcontent { height: 100%;}
.maps-content-container ul.tabs-location { pointer-events: all;}
.maps-content { 
    max-width: 380px; 
    overflow: hidden;
    border:2px solid #ba9c62;
    margin:0 0 0 auto; 
    background-color: #FFF;
}
.maps-content-spa { margin:20px 0 0 auto; }
.maps-content .address-contact { overflow: hidden; padding:25px 30px 50px;}
.maps-content .address-contact h2 { margin-bottom: 10px;}
.maps-content .address-contact h2 {
    font-size: 20px;
    color: #7a232e;}
.maps-content .address-contact .bx-contact { margin-top: 25px;}
.maps-content .address-contact .bx-contact p { word-break: break-all;}
.tabs-location { font-size: 0;}
.tabs-location li { 
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size:15px;
    padding:12px 10px;
    font-family: 'kanitregular';
    width: 33.3333333%; 
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}
.tabs-location li:last-child { border-right:0;}

ul.tabs-location {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs-location li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 12px 15px!important;
    cursor: pointer;
    vertical-align: middle;
}

ul.tabs-location li.current { color: #ba9c62;}
.tab-content { display: none;}
.tab-content.current{ display: inherit;}

/* Banner Hero */
.banner-hero .banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: none;
}
.banner-hero {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background-image 0.3s ease-in;
    -moz-transition: background-image 0.3s ease-in;
    -o-transition: background-image 0.3s ease-in;
    transition: background-image 0.3s ease-in;
}
.banner-hero .global-content { height: 100%;}
.banner-hero .content-area { 
    max-width:70%; 
    margin: 0 auto; 
    font-size: 16px; 
    color: #FFF;
}
.banner-hero h1 {
    font-family: 'TrirongRegular';
    font-size: 40px;
    color: #ba9c62;
    margin-bottom: 5px;
}
.banner-cover {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.visible-w767 { display: none;}

.img-bound { width: 100%; max-width: 100%;}

.heading-h1 {
    font-size: 40px;
    color: #ba9c62;
}

h1.reddish-brown,
.heading-h1.reddish-brown { color: #7a232e;}

.heading-h2 {
    font-size:30px;
    color: #ba9c62;
}

.slider-home { position: relative;}
.slider-home .container-booking { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0;
}
.slider-home .global-fullcontent { height: 100%; position: relative;}

.styled-select {  position: relative;}
.styled-select select, 
.styled-select select:focus {
    width: 100%;
    cursor: pointer;
    text-overflow: "";
}
.styled-select select { 
    font-size:13px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #333;
    color: inherit;
    border: 0;
    background-color:#FFF;
    border-radius:2px;
}
.styled-select:after { 
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right:3px;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-size:22px;
    color: #ba9c62;
    text-align: center;
    background-color: #fff;
}
.styled-select select:focus { outline: 0;}
.chosen-container-single .chosen-single { 
    border-radius: 2px; 
    height: 35px; line-height: 35px;}

/* Booking */
.form-booking { padding:20px 30px 30px;}
.form-booking .form-group { margin-bottom:15px;}
.form-booking .form-group:last-child { margin-bottom: 0;}
.form-booking .label-text { 
    display: block;
    font-size:13px; 
    font-weight: 400; 
    color: #FFF;
    margin-bottom:8px;
}
.form-booking input { 
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    font-size:13px;
    line-height: 35px;
    font-weight: 100;
    color: #333;
    border-radius:2px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-booking .styled-select select { border: 0;}
.form-booking .input-group {
    position: relative;
}
.form-booking .input-group-addon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    text-align: center;
    background-color: #eee;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
}
.online-booking { 
    width:340px;
    margin: 0 0 0 auto;
    position:relative;
    z-index: 70;
    border-radius:3px;
    background-color: #7c2631;
    background-image: url(../img/main/bg-booking.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size:80%;
}
.online-booking h3 { 
    padding:15px 0;
    border-bottom: 2px solid #d5ba8b;
    color: #ba9c62; 
    font-size: 20px; 
    text-align: center;
}

/* facilities */

.section-facilities { color: #FFF; background-color: #74222e;}
.section-facilities .row-facilities { overflow: hidden;}
.section-facilities .col-facilities { 
    width:25%; float: left;
    text-align: center;
    padding: 30px 20px;
}
.section-facilities .col-facilities h3 { 
    font-family: 'kanitmedium';
    font-size: 16px; 
    margin-bottom:10px;
}
.section-facilities .col-facilities p { font-size: 12px; color: #ccc;}
.section-facilities .col-facilities .ico { width: 50px; margin: 0 auto 15px;}
.section-facilities .bx-center { 
    max-width:500px;
    padding-top: 40px;
    margin:40px auto;
    border-top: 1px solid #ba9c62; 
    display: block; 
    text-align: center;
}
.section-facilities .bx-center h2 { color: #ba9c62; font-size: 22px;}

/* about */

.section-history { color: #FFF; background-color: #74222e;}
.section-history .area-content { text-align: center;}
.section-history .area-content h2 { margin-bottom: 20px;}
.section-history .area-content p { 
    font-size: 15px; 
    font-style: italic; 
    margin-bottom: 20px;
}
.section-bgcolor .obj-left { width: 280px; position: absolute; left: 0; top: 0;}
.section-bgcolor .obj-right { width: 280px; position: absolute; right: 0; bottom: 0;}


/* Award */

.section-award { background-color: #fafafa;}
.section-award .col-award { padding: 0 15px; text-align: center; color: #ba9c62;}
.section-award .col-award img { margin: 0 auto 30px;}

.section-award-about .art-content { padding: 0;}
.section-award-about .global-tabs { margin-bottom: 30px;}
.section-award-about .award-tabs { 
    border-bottom:1px solid #eee; 
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.section-ad-banner { text-align: center;}

/* Tabs */

.global-tabs { border-bottom: 1px solid #eee; text-align: center;}
.global-tabs-noborder { border-bottom: 0; margin-bottom: 40px;}
.global-tabs ul { margin-top:5px;}
.global-tabs li { 
    line-height:3;
    display: inline-block; 
    margin: 0 12px; 
    border-bottom:3px solid transparent;
}
.global-tabs li.active,
.global-tabs li:hover { border-color:#7a232e; }
.global-tabs li.active a,
.global-tabs li:hover,
.global-tabs li:hover a {color: #7a232e;}
.global-tabs li a { font-family: 'kanitmedium'; color: #aaa;}

.article .bottom-content { 
    width: 100%; 
    min-height: 55px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5; 
    padding:20px 50px 20px 50px;
}
.article .bottom-content .entry-share { 
    max-width: 200px;
    position: absolute;
    z-index: 4000;
    right: 50px;
    top:20px;
    text-align: right;
}
.article .inner-article { padding: 0;}
.article .terms-conditions { font-size:12px;}
.article .terms-conditions ul { margin:6px 0 6px 18px;}
.article .terms-conditions ul li { 
    list-style: disc; 
    line-height: 1.4; 
    margin-bottom:4px;
}
.article a.btn-detail {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: inline-block;
}
.article .terms-conditions h3 { color: #999;}
.article .terms-conditions h3:after {
    font-family: 'FontAwesome';
    content: "\f175";
    font-size:12px;
    margin-left: 5px;
    color: #999;
}
.article .terms-conditions strong,
.article .terms-conditions b { color: #333;}
.article .terms-conditions a.active { color: #333;}
.article .terms-conditions.active h3:after {
    content: "\f176";
    color: #333;
}
.article .terms-conditions.active h3 { color: #333;}
.article .content-conditions { padding: 15px 0; display: none; color: #999;}
.article .content-conditions.active { display: block;}

.share-alt { color: #999;}
.hide-share { 
    width: 100px;
    position: absolute;
    right:30px;
    display: none;
}
.hide-share a { color: #999; margin-left: 4px;}
.hide-share a:hover { color: #555;}

.art-content { 
    padding:50px; 
    min-height:450px;
}
.art-content .entry-header { margin-bottom:30px;}
.art-content .entry-header h2 { 
    margin-bottom:6px;
    font-family: 'kanitregular';
    line-height: 1.2; 
    font-size:30px;
    color: #7b232e;
}
.art-content .entry-category { 
    color: #ba9c62;
    font-family: 'kanitregular'; 
    margin-bottom:10px;
}
.art-content .entry-date { font-size: 12px; color: #aaa;}
.art-content .entry-content { 
    color:#777;
    font-size: 15px;
    line-height: 1.5;
}
.art-content .entry-content h2,
.art-content .entry-content h3,
.art-content .entry-content h4 { color: #333;}
.art-content .entry-content h2 strong,
.art-content .entry-content h3 strong { 
    font-weight: normal; 
    font-family: 'kanitbold';
}
.art-content .entry-content h2 { margin-bottom: 10px;}
.art-content .entry-content h3 { 
    font-family: 'kanitmedium'; 
    font-size:18px; 
    margin-bottom:10px;
}
.art-content .entry-content img { max-width: 100%; display: block; margin: 0 auto;}
.art-content .entry-content ul { display: block; margin:10px 0 20px 20px;}
.art-content .entry-content ul li { list-style: disc; line-height: 1.4; margin-bottom:8px;}
.art-content .entry-content a { text-decoration: underline;}
.art-content .entry-content strong,
.art-content .entry-content b { color: #333;}
.art-content .entry-content p { margin-bottom: 15px;}

.art-content .info-contact { 
    font-size: 14px;
    font-family: 'kanitregular'; 
    margin-top:50px;}
.art-content .info-contact h3 { color: #333; margin-bottom:10px;}
.art-content .info-contact a { color: #ba9c62;}
.art-content .a-action { margin:40px 0;}

.article-tb table { width: 100%;}
.article-tb table td { 
    padding:15px 10px 0 10px;
    border-right: 1px solid #ba9c62;
}
.article-tb table td:last-child { border-right:0; }
.article-tb table thead { border-bottom: 1px solid #ba9c62;}
.article-tb table thead th { 
    font-weight: normal;
    font-family: 'kanitmedium'; 
    font-size:18px; 
    padding:30px 10px 5px 10px;
    color:#333;
    text-align: left;
}
.article-tb table tbody td:first-child { padding-top:10px;}
.article-tb strong { color: #777!important;}
.article-tb .price-discount span { 
    font-family: 'kanitmedium'; 
    font-size:16px; 
    color: #7b232e;}
.article-tb .price-discount { padding-left: 40px; color: #999; font-size:12px;}

.inner-article { overflow: hidden;}
.form-control {
    display: block;
    width: 100%;
    height:40px;
    padding:0px 15px;
    font-size:14px;
    line-height:45px;
    font-weight: 100;
    color: #333;
    border-radius:3px;
    background-color: #fff;
    background-image: none;
    border:1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color:#ba9c62;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
.input-error { position: relative;}
.input-error input { border: 1px solid #ff0000;}
.txt-error { position: absolute; top:55px; left:0; font-size: 13px; color: #ff0000;}

.form-group { margin-bottom:20px;}
        
.form-group button { 
    width: 100%;
    font-family: 'kanitmedium';
    font-size:14px;
    padding:8px 30px;
    cursor: pointer;
    display: inline-block;
    border-radius:3px;
    color: #FFF;
    border: 0;
    background-color: #ba9c62;
}
.form-group button:hover { background-color:#a2864e;}
.form-group button:focus { border: 0; outline:0;}

.address-contact h2 { font-size: 20px; color: #7a232e; margin-bottom: 20px;}
.address-contact h3 { color: #7a232e; margin-bottom: 5px;}
.address-contact .bx-contact { margin-top:40px;}

.form-contact .chosen-container-single .chosen-single { line-height: 40px;}
.form-contact .chosen-container.chosen-with-drop .chosen-drop { border: 1px solid #e1e1e1;}
.form-contact .chosen-container-single .chosen-single,
.form-contact .styled-select select { height: 40px; border: 1px solid #e1e1e1;}
.form-contact .styled-select:after { top:2px;}

/* VDO */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 30px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.global-owl .list-items { margin-bottom: 0;}

/* Pagelist */

.pagelist { text-align: center;}
.pagelist a { 
    font-family: 'kanitregular';
    font-size: 15px;
    display: inline-block; 
    margin: 0 8px; 
    color: #ccc; 
}
.pagelist a.prev:before {
    font-family: 'FontAwesome';
    content: "\f177";
    margin-right: 5px;
    font-size: 13px;
}
.pagelist a.next:after { 
    font-family: 'FontAwesome';
    content: "\f178";
    margin-left:5px;
    font-size: 13px;
    display: inline-block; 
    vertical-align: middle;
}
.pagelist a.active,.pagelist a:hover { color: #ba9c62;}
.pagelist i { display: inline-block; vertical-align: middle;}

a.link-back { 
    font-family: 'kanitregular';
    font-size: 15px;
    margin-bottom: 20px; 
    display: block;
}
a.link-back:before { 
    font-family: 'FontAwesome';
    content: "\f177";
    margin-right:5px;
    font-size: 13px;
}
a.link-back:hover { color:#ba9c62;}
a.linktext { 
    color:#ba9c62;
    font-family: 'kanitmedium';
    font-size:13px;
    display:inline-block;
}
a.linkall { 
    color:#ba9c62;
    font-family: 'kanitmedium';
    font-size:13px; 
    display:inline-block;
}
a.linkall:after { 
    font-family: 'FontAwesome';
    content: "\f178";
    margin-left:5px;
    font-size: 12px;
    display: inline-block; 
    vertical-align: middle;
}
a.linkall:hover { color:#a28753;}

#global-page { padding-top: 80px;}
.global-main { position: relative;}
.ad-mobile { display: none;}

.item-col-2 { display: table; margin-bottom:60px;}
.item-col-2 .col-2 { width:50%; display: table-cell;}
.item-col-2 .col-content { height: 100%; vertical-align: middle;}
.item-col-2 .inr-left {
    position: relative;
    top:0;
    right:0;
}
.item-col-2 .inr-right {
    position: relative;
    top:0;
    left: -20px;
}
.item-col-2 .entry-caption {
    width: 104%;
    padding:35px 50px;
    border-top: 1px solid #ba9c62;
    border-right: 1px solid #ba9c62;
    border-left: 1px solid #ba9c62;
    border-bottom: 4px solid #7a232e;
    background-color: #FFF;
}
.item-col-2 .entry-caption .entry-head {
    font-size: 22px;
    margin-bottom: 10px;
    width: initial;
    white-space: inherit;
}
.item-col-2 .entry-caption .entry-price { margin-bottom: 10px;}
.item-col-2 .entry-desc { margin-bottom: 25px; color: #777;}
.item-col-2 .a-action a { margin-right: 10px;}

.info-hotel { overflow: hidden; margin-bottom: 30px;}
.info-hotel .info-head {    
    font-family: 'kanitregular';
    font-size:16px;
    line-height: 1.2;
    color: #7b232e;
}
.info-hotel .info { font-family: 'kanitbold'; font-size:20px; color: #333;}
.info-hotel .info small { font-size:14px; font-family: 'kanitmedium';}

.global-feed-main .list-items-media .entry-caption { height:160px;}

.section-antique-house .content-vertical-center { float: none;}
.section-antique-house .intro-content { 
    max-width:700px; 
    margin: 0 auto; 
    text-align: center;
}
.section-antique-house .intro-content .line-end { 
    max-width:180px;
    margin:40px auto 30px;
    height: 1px; 
    background-color: #ba9c62; 
}
.section-antique-house .bx-img { position: relative; border: 1px solid #ba9c62;}
.section-antique-house .img-right { position: relative; top:45px; right: -45px;}
.section-antique-house .img-left { position: relative; top:45px; left: -45px;}
.section-antique-house .col-a { height: 100%;}
.section-antique-house .area-content { height: 100%;}
.section-antique-house .area-content h2 { margin-bottom:15px; color: #ba9c62;}
.section-antique-house .area-content-right { padding-left: 80px;}
.section-antique-house .area-content-left { padding-right: 80px;}

.section-gallery { margin-top:40px;}
.section-gallery.no-margin { margin-top:0px;}
.section-gallery .row-column { margin-left: -5px; margin-right: -5px;}
.section-gallery .col-gallery { padding-left: 5px; padding-right: 5px;}
.section-gallery .grid-gallery { margin-bottom:10px;}
.section-gallery .a-action { margin-top: 40px;}

.gallery a img {
    float: left;
    width: 25%;
    height: auto;
    padding:4px;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery a {  
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    
}
.gallery a:hover { opacity: 0.9;}
.gallery a.big img {
    width: 50%;
}

.sl-overlay { z-index:1000; background-color: #FFF; opacity: 0.95}
.sl-wrapper .sl-counter { display: none!important;}
.sl-wrapper .sl-close { 
    color: #aaa;
    font-size: 6em;
    font-family: 'kanitthin';
}
.sl-wrapper .sl-image { border: 2px solid #ba9c62;}
.sl-wrapper .sl-navigation button {
    z-index: 9060;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 150px;
}
.sl-wrapper .sl-navigation button.sl-next { 
    right: 150px;
}
.sl-wrapper .sl-navigation button.sl-prev:before {
    font-family: 'FontAwesome';
    content: "\f177";
    margin-right: 5px;
    font-size:21px;
    color: #aaa;
}
.sl-wrapper .sl-navigation:hover button.sl-prev:before,
.sl-wrapper .sl-navigation:hover button.sl-next:after { color: #000; opacity: 1;}
.sl-wrapper .sl-navigation button.sl-next:after {
    font-family: 'FontAwesome';
    content: "\f178";
    margin-left: 5px;
    font-size:21px;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

/* popup */

.popup-active {
    height: 100%;
    overflow: hidden;
}
.popup-filter-mobile {
    position: fixed;
    width: 100%; height: 100%;
    left: 0; top: 0;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;    
    background-color:#762631;
    transition-duration: 360ms;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    z-index: 0;
}
.popup-filter-mobile.show {
    visibility: visible;
    z-index: 20000;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow-y: auto;
}
.popup-filter-mobile .popup-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup-filter-mobile .popup-center {
    height: 100vh;
    position: relative;
}
.popup-filter-mobile .close-popup { 
    position: absolute; 
    top:20px; 
    right: 20px;
}
.popup-filter-mobile .lineclose {
    width: 25px;
    height: 2px;
    display: block;
    background-color: #ba9c62;
}
.popup-filter-mobile .line-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-filter-mobile .line-bottom {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    position: relative;
    top: -2px;
}

.section-visible-767 { display: none;}


ul.listmore-facilities li {
    float: left;
    width:25%;
    margin-bottom:8px;
    padding-right: 30px;
}


/* Navbar Fixed */
.navbar-fixed { 
    width: 100%;
    height:55px;
    position: relative;
    line-height:55px;
    border-bottom: 1px solid #eee;
    background-color:#7a222e;
}
.navbar-fixed .global-fullcontent {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.navbar-fixed .btn { position: absolute; right:15px; top:10px;}
.navbar-fixed.sticky {
    margin-top: 0 !important;
    position: fixed;
    top:0px;
    z-index:1000;
    -webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
    text-shadow: none;
    -moz-transition: background-color 360ms linear,color 360ms linear;
    -webkit-transition: background-color 360ms linear,color 360ms linear;
    -o-transition: background-color 700ms linear,color 360ms linear;
    transition: background-color 700ms linear,color 360ms linear;
}
.sticky-nav-tab { 
    color: #FFF;
    font-family: 'kanitregular'; 
    line-height:51px; font-size:16px; 
    display: block; 
    float: left; 
    margin-right: 35px;
    border-bottom:3px solid transparent;
}
.sticky-nav-tab.active { 
    color: #ba9c62;
    border-color: #ba9c62;
}
.sticky-nav-tab:hover { color: #ba9c62;}

.radio, 
.checkbox,
.checkbox-list {
    position: relative;
    line-height: 1;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.css-label a {
    text-decoration: underline;
}
input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
    position: absolute; 
    z-index: -1000;
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
}
input[type=radio].css-checkbox + .css-label {
    display: inline-block;
    padding-left:35px;
    height: auto;
    line-height:1;
    background-repeat: no-repeat;
    background-position:0 0;
    background-size:25px 25px;
    vertical-align:middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox + .css-label {
    display: inline-block;
    padding-left:35px;
    height: auto;
    line-height:25px;
    background-repeat: no-repeat;
    background-position:0 0;
    background-size:25px 25px;
    vertical-align:middle;
    cursor: pointer;
}
input[type=radio].css-checkbox + .css-label {
    background-image: url(../img/radio.png);
}
input[type=radio].css-checkbox:checked + .css-label {
    background-image: url(../img/radio-checked.png);
}

input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/checkbox.png);
}
input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/checkbox-checked.png);
}

input[type=radio].css-checkbox[disabled] + .css-label,
input[type=checkbox].css-checkbox[disabled] + .css-label {
    color: #999;
    cursor: default;
}
.inline-checkbox { display: inline-block; padding-left: 30px;}
input[type=checkbox].css-checkbox + .css-label { font-size:16px; font-family: 'kanitregular'; color: #333;}

.bg-lotus-topleft {
    background-image: url('/assets/img/main-obj-left.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.bg-lotus-bottomright {
    background-image: url('/assets/img/main-obj-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hydropool-title h1 {
    color: #fff;
    text-shadow: 0 0 1px #666, 0 0 2px #666, 0 0 3px #666;
}

.hydropool-title p {
    color: #fff;
    text-shadow: 0 0 2px #666, 0 0 2px #666;
}

.hydropool-content {
    color: #777;
    margin-bottom: 2rem;
}

.hydropool-content h1 {
    font-family: 'TrirongRegular';
}

.hydropool-content p {
    margin-bottom: .75rem;
}

.hydropool-content strong {
    font-weight: bold;
}

.hydropool-content ul {
    line-height: 1.5;
    margin-left: 1rem;
}

.hydropool-content li {
    list-style: circle inside;
}

.hydropool-content.pickup {
    color: #777;
}

.hydropool-content.pickup a {
    color: #74242e;
}
