body {
    font-family: 'Noto Sans Thai' !important;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans Thai' !important;
}

.btn {
    font-family: 'Noto Sans Thai' !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Noto Sans Thai' !important;
    font-weight: 500;
    color: var(--bs-dark-text-emphasis);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.room-section1 {
    padding: 250px 0 200px;
    width: 100%;
    /* height: 100vh; */
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #161526de 72%);
    display: flex;
    align-items: center;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text h1 span {
    color: #b19677;
}

.slider-text p {
    font-weight: 400;
    color: #fff;
}

.btn.btn-primary {
    background: #0792b2;
    border: 1px solid #0792b2 !important;
    color: #fff !important;
}

.btn.btn-white {
    background: #322c7400 !important;
    border: 1px solid #272263 !important;
    color: #272263 !important;
    padding: 20px;
    border-radius: 0;
}







.content-box {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin-left: auto;
}
.accordion {
   
    --bs-accordion-border-color: #4950574a;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #b89d7f;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
    color: #000000;
}
.accordion-item {
    color: #101010;
    font-size: smaller;
}
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about {
    position: relative;
}
.list-style-one li {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 30px;
    color: #222;
    margin-bottom: 12px;
}
.list-style-one li i {
    color: #b19677;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.section-padding {
    padding: 120px 0;
}

.about .exp-img .img {
    width: 90%;
    height: 500px;
    position: relative;
    z-index: 2;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.about .exp-img .img .since {
    position: absolute;
    right: 70px;
    top: 70px;
}

.custom-font {
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 400;
}

.about .exp-img .img .since span:first-of-type {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.about .exp-img .img .since span {
    display: block;
    color: #b19777;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.about .exp-img .img .since span {
    display: block;
    color: #b19777;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.about .exp-img .img .years {
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.about .exp-img .img .years h2 {
    font-size: 140px;
    font-weight: 800;
    background: url(../img/exp.jpg) no-repeat;
    background-position: 18% 65%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.about .exp-img .img .years h5 {
    color: #b19777;
    letter-spacing: 5px;
    font-size: 20px;
}

.about .exp-img .img:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.95);
    z-index: -1;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .exp-content {
    position: relative;
    z-index: 2;
}

.sub-title {
    color: #b19777;
    font-family: 'Noto Sans Thai', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}

.sub-title:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #b19777;
    position: absolute;
    left: 0;
    top: 50%;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.playfont {
    font-family: 'Noto Sans Thai', serif;
}

.mt-50 {
    margin-top: 50px !important;
}

.numbers .item {
    position: relative;
}

.numbers .item:before,
.numbers .item:after {
    content: '';
    position: absolute;
    right: 20%;
    z-index: -1;
}

.numbers .item:before {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #f7f7f7;
    bottom: 35px;
}

.numbers .item h3 {
    margin-bottom: 10px;
}

.numbers .item h3 span {
    font-size: 60px;
    color: #b19777;
}

.numbers .item h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.numbers .item:before,
.numbers .item:after {
    content: '';
    position: absolute;
    right: 20%;
    z-index: -1;
}

.numbers .item:after {
    width: 35px;
    height: 35px;
    bottom: 0;
    background: #f7f7f7;
}

.pbminfotech-box-content i{
        font-size: 20px;
    line-height: 20px;
    color: #bb9a65;
}



















/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


.bg-gray {
    background-color: #f4f4f4;
}

.section-head {
    position: relative;
    margin: 0 auto 60px;
}

.section-head h6 {
    color: #b19777;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.section-head h4 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
}

.services .item-bx {
    padding: 60px 40px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #b19777;
}

.services .item-bx .more {
    font-size: 20px;
}

.mt-30 {
    margin-top: 30px !important;
}

.services .item-bx:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
















/*--------------------------------------------------------------
# house-style
--------------------------------------------------------------*/
.snip1556 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display: inline-block;
  font-size: 16px;
  margin: 15px;
  position: relative;
  text-align: left;
  width: 95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 40px 0 0;
  margin-bottom: 20px;
}

.snip1556 *,
.snip1556 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.snip1556 img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.snip1556 figcaption {
  background-color: #e8e8e8;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.snip1556 h3 {
  font-size: 16px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #7e674c;
  left: 100%;
  letter-spacing: 1px;
  margin: 12px 0;
  opacity: 0.8;
  padding: 6px 40px 0 0;
  right: 0;
  text-transform: uppercase;
  top: 0;
  white-space: nowrap;
}

.snip1556 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1556:hover figcaption,
.snip1556.hover figcaption {
  background-color: #b19677;
}
.snip1556:hover figcaption h3,
.snip1556.hover figcaption h3 {
  color: #fff;
}









/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/

.items .item-img {
    overflow: hidden;
    position: relative;
    height: 440px;

}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.items .item-img:before {
    height: 50px;
    width: 1px;
    left: 50%;
    top: -100px;
}

.items .item-img:after,
.items .item-img:before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.items .item-img>a {
    display: block;
}

.items .item-img:after {
    width: 50px;
    height: 1px;
    top: 50%;
    left: -100px;
}

.items .item-img:after,
.items .item-img:before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.items .info {
    background-image: url(../images/home/line-pattern.png);
    padding: 20px;
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px !important;
}

.items .info h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.items .info span {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
}


.items .item-img:hover .item-img-overlay {
    opacity: 1;
    visibility: visible;
}

.items .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34 32 51 / 87%);
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.items .item-img:hover:before {
    top: 50%;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.items .item-img:hover:after {
    left: 50%;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}


.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 4;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}






/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.breadcrumbs span i {
    color: #b19677;
    font-size: 13px;
}
.bread {
    font-weight: 400 !important;
    position: relative;
    font-size: x-large;
}
.section-md {
    padding: 4rem 0;
}

.pbmit-heading,
.pbmit-heading-subheading,
.pbmit-heading-subheading-style-1 {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.pbmit-heading-subheading .pbmit-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #bb9a65;
}

.pbmit-heading-subheading .pbmit-title,
.pbmit-heading .pbmit-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
}

.blog-btn {
    text-align: right;
}

.pbmit-btn-outline {
    color: #bb9a65;
    background-color: #00000000;
    border: 1px solid #40322633;
}

.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    border: none;
    border-radius: 30px;
    transition: all .3s;
    z-index: 1;
}

.blog-one-left-col .pbmit-blog-style-2:not(:last-child) .post-item,
.blog-three-right-col .pbmit-blog-style-2:not(:last-child) .post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #40322626;
}

.pbmit-blog-style-2 .post-item {
    position: relative;
}

.pbmit-blog-style-2 .pbminfotech-content-inner {
    display: flex;
    align-items: center;
}

.pbmit-blog-style-2 .pbmit-featured-img-wrapper {
    margin-right: 35px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
    max-width: 110px;
    height: 110px;
    border-radius: 0px;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-2 .pbmit-featured-wrapper::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-ele-blog .pbmit-meta-line,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon:before,
.pbmit-service-style-3 .pbminfotech-box-number,
.pbmit-ihbox-style-10 .pbmit-element-title,
.blog-classic .pbmit-blog-meta span.pbmit-meta,
.pbmit-rpw-content .pbmit-rpw-date a,
.pbmit-comment-content .pbmit-comment-author,
.pbmit-comment-author-inner,
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text {
    font-weight: normal;
    font-style: normal;
}

.pbmit-meta-line,
.pbmit-meta-line a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #666;
}

.pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
}

.pbmit-blog-style-2 .pbmit-meta-line i {
    font-size: 20px;
    line-height: 20px;
    color: #bb9a65;
}

.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-2 .pbmit-post-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.pbmit-blog-style-3 .post-item {
    border-radius: 0px;
    position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-container {
    background: #ffffff;
    border-radius: 30px 0 0 30px;
    flex: 1 1 0%;
    max-width: 385px;
}

.pbmit-blog-style-3 .pbmit-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 0px;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    border-radius: 0px;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-wrapper::before,
.pbmit-blog-style-3 .pbmit-featured-wrapper::after,
.pbmit-blog-style-3 .pbmit-post-title::before {
    transition: all 0.6s ease-in-out;
}

.pbmit-blog-style-3 .pbminfotech-box-wrap {
    flex: 1 1 0%;
    position: relative;
    background-color: #fff;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
    padding: 130px 70px;
    padding-bottom: 0;
    min-height: 500px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.pbmit-blog-style-3 .pbmit-date-admin-wraper {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .pbmit-blog-style-3 .post-item {
        display: block !important;
        overflow: hidden;
    }

    .pbmit-blog-style-3 .pbmit-featured-container {
        max-width: 100% !important;
        overflow: hidden;
        border-radius: 0 !important;
    }

    .pbmit-blog-style-3 .pbmit-featured-container .pbmit-bg-image {
        height: 300px;
        border-radius: 0;
    }

    .pbmit-blog-style-3 .pbminfotech-box-content {
        padding: 30px 80px 30px 30px;
    }

    .pbmit-blog-style-3 .pbminfotech-box-content {
        min-height: 100%;
    }

    .blog-one-right-col {
        padding: 60px 0 0 0;
    }
        .blog-btn {
        text-align: start;
        margin-bottom: 50px;
    }
}




/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/


.reservations {
    display: flex;
    align-items: center;
}
.reservations .icon {
    position: relative;
    top: 3px;
}.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
}
.contact p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
.reservations .text a {
    font-size: 20px;
    color: #8e6d45;
    letter-spacing: -1px;
}
.contact h3 {
    font-size: 24px;
    color: #222;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #aa8453;
    border-radius: 0px;
}

.butn-dark2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    border: none;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.form-group {
    margin-bottom: 1rem;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



.main-footer.dark {
    background: #10102c;
    color: #fff;
}

.main-footer {
    padding: 100px 0 0;
}

.main-footer .abot p {
    font-size: 16px;
    color: #fff;
}

.main-footer .abot .social-icon {
    margin-top: 20px;
}

.main-footer .abot .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
        background-color: #272263;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

span,
a,
a:hover {
    display: inline-block;
    color: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.main-footer .fothead h6 {
    color: #b19777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.main-footer .usful-links ul {
    padding-left: 0;
    margin: 0;
}

.main-footer .usful-links ul li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
}

.main-footer .usful-links ul li i {
    font-size: 10px;
    color: #b19777;
    margin-right: 5px;
}

.main-footer .fotcont .fothead h6 {
    position: relative;
    padding-bottom: 10px;
}

.main-footer .fothead h6 {
    color: #b19777;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
}

.main-footer .fotcont p {
    font-size: 16px;
    color: #fff;
}

.main-footer .sub-footer {
    padding: 30px 0;
    margin-top: 50px;
        border-top: 1px solid #ffffff1f;
}

.main-footer .sub-footer p {
    font-size: 16px;
    color: #fff;
}