.service-top {  
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 85px;
  color: #fff;
  padding-top: 10px;
} 

body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    background: #161616;
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}
.btn{
    font-family: 'Kanit' !important;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
}
/******************  about *******************/
/******************  index *******************/

.section {
    position: relative;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
}
.section h6{
    color: #b3a06d;
}
.section h2{
    color: white;
}
.section p{
    color: #959595;
}
.section1 h6{
    color: #b3a06d;
    text-transform: uppercase;
}
.section1 h2{
    color: white;
    text-transform: uppercase;
}
.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.75;
}

.snip1529 figcaption {
width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.snip1529 .date {
     background-color: #b3a06d;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    min-height: 56px;
    min-width: 36px;
    padding: 13px 7px;
    position: absolute;
    right: 13px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.snip1529 .date span {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    margin: 0rem;
    position: absolute;
  
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
    color: #fff;
}


.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}
.snip1529 h3:after {
    position: absolute;
    top: 93px;
    left: 27px;
    right: 0;
    width: 100px;
    height: 1px;
    background: #ffffff;
    content: '';

}
.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: #b3a06dc9;
  display: flex;
  font-size: 40px;
  justify-content: center;
  opacity: 0;
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service{
    background-color: #252525;
    padding: 15px;
}
.service h4{
    margin: 10px 0;
    color: #fff;
    font-weight: 500;
}
.service p{
    color: #939393;
}
/******************  gallery *******************/


.snip1577 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  background: #000;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  color: #ac9969;
}
/******************  room *******************/
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.section-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #b3a06d;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.section-title {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.rooms-page h6 {
    position: relative;
    font-size: 24px;
    color: #222;
}
.section-padding h6 {
    color: #b3a06d;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-padding p {
    color: #b8b8b8;
}
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list-text {
    margin-left: 15px;
}
.main {
  width:100%;
  display:block;
  margin:0 auto;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}
.slider-nav img{
    padding: 10px;
}
/******************  contact *******************/
.contact h3 {
    font-size: 24px;
    color: #fff;
}
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
    background-color: none;
    background: none;
    border: none;
}
.butn-dark a {
    font-weight: 400;
    text-transform: uppercase;
    background: #B3A06D;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    background-image: none;
    border-bottom: 1px solid #333;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus {
    outline: none;
}
input:focus, textarea:focus {
    border-bottom-width: 1px;
    border-color: #B3A06D;
}
/******************  footer *******************/
.footer-classic{
    padding: 3rem 0;
    background-color: #222222;
}
.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #939393;
}
.footer-classic a:hover {
    color: #b3a06d;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover{
    color: #b3a06d;
}

.footer-classic ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
  text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-classic h5{
    color: white;
}
.footer-classic p{
    color: #939393;
}
.contact-list h6{
    color: white;
}
.footer-classic dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.2rem;
}