:root {
  /* Header */
  --header-height: 100px;
  /* Color */
  --primari-color: red;
  --secondary-color: green;
  /* Font Size */
  --text-xl: 90px;
  --text-lg: 70px;
  --text-md: 60px;
  --text-base: 30px;
  --text-sm: 28px;
  --text-xs: 20px;
  /* Line Height */
  --lineh-md: 100px;
  --lineh-lg: 80px;
  --lineh-sm: 50px;
  --lineh-base: 45px;
  --lineh-0: 0;
  /* Font Family */
  --font-regular: "NotoSansThai-Regular", sans-serif;
  --font-300: "NotoSansThai-300", sans-serif;
  --font-regular: "NotoSansThai-Regular", sans-serif;
  --font-500: "NotoSansThai-500", sans-serif;
  --font-600: "NotoSansThai-600", sans-serif;
  --font-700: "NotoSansThai-700", sans-serif;
  --font-900: "NotoSansThai-900", sans-serif;
  /* Z-index */
  --z-tooltip: 10;
  --z-fixed: 100;
  /* Hover Overlay */
  --img-transition: all 0.3s;
  --img-hidden: hidden;
  --img-scale: scale(1.1);
  /* Border Radius */
  --border-radius-1: 0.5rem;
  --border-radius-2: 1rem;
}

@media (max-width: 1680px) {
  :root {
    --text-xl: 48px;
    --text-lg: 36px;
    --text-md: 34px;
    --text-base: 26px;
    --text-sm: 20px;
    --text-xs: 16px;
    --lineh-md: 60px;
    --lineh-lg: 48px;
    --lineh-sm: 32px;
    --lineh-base: 30px;
  }
}

@media (max-width: 1440px) {
  :root {
    --text-xl: 48px;
    --text-lg: 40px;
    --text-md: 36px;
    --text-base: 20px;
    --text-sm: 20px;
    --text-xs: 16px;
    --lineh-md: 60px;
    --lineh-lg: 48px;
    --lineh-sm: 32px;
    --lineh-base: 30px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  :root {
    --header-height: 80px;
    --text-xl: 46px;
    --text-lg: 36px;
    --text-md: 34px;
    --text-base: 18px;
    --text-sm: 18px;
    --text-xs: 16px;
    --lineh-md: 60px;
    --lineh-lg: 48px;
    --lineh-sm: 32px;
    --lineh-base: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --text-xl: 22px;
    --text-lg: 20px;
    --text-md: 16px;
    --text-base: 14px;
    --text-sm: 14px;
    --text-xs: 8px;
    --lineh-md: 30px;
    --lineh-lg: 29px;
    --lineh-sm: 20px;
    --lineh-base: 20px;
  }
}

/*=================== Header ===================*/
#header {
  height: var(--header-height);
  width: 100%;
  background-image: url("../images/bg_headbar.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#header nav {
  padding-left: 29px;
}

@media (max-width: 1024px) {
  #header nav {
    padding: 0 11px;
  }
}

#header nav .logo {
  display: block;
  width: 85px;
}

@media (max-width: 1440px) {
  #header nav .logo {
    width: 70px;
  }
}

@media (max-width: 1024px) {
  #header nav .logo {
    width: 65px;
  }
}

#header nav .logo img {
  max-width: 100%;
  height: auto;
}

#header nav .left-navbar {
  gap: 50px;
}

@media (max-width: 1440px) {
  #header nav .left-navbar {
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  #header nav .left-navbar {
    gap: 25px;
  }
}

#header nav .left-navbar .btn-language button {
  padding: 0;
  border: none;
  background: transparent;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 1440px) {
  #header nav .left-navbar .btn-language button {
    font-size: 16px;
  }
}

@media (max-width: 1124px) {
  #header nav .left-navbar .btn-language button {
    font-size: 14px;
  }
}

#header nav .left-navbar .btn-language button:hover {
  color: #453535;
  font-family: var(--font-regular);
}

#header nav .right-navbar {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1440px) {
  #header nav .right-navbar {
    gap: 25px;
  }
}

#header nav .right-navbar .list-menu {
  gap: 40px;
}

@media (max-width: 1440px) {
  #header nav .right-navbar .list-menu {
    gap: 15px;
  }
}

#header nav .right-navbar .list-menu .link-menu {
  font-size: 20px;
  font-family: "NotoSansThai-300", sans-serif;
  color: #fff;
}

@media (max-width: 1440px) {
  #header nav .right-navbar .list-menu .link-menu {
    font-size: 16px;
  }
}

@media (max-width: 1124px) {
  #header nav .right-navbar .list-menu .link-menu {
    font-size: 14px;
  }
}

#header nav .right-navbar .list-menu .link-menu:hover {
  color: #403A27;
  font-family: "NotoSansThai-500", sans-serif;
}

@media (max-width: 1024px) {
  #header nav .right-navbar .list-menu .link-menu:hover {
    color: #fff;
    font-family: "NotoSansThai-300", sans-serif;
  }
}

#header nav .right-navbar .list-menu .link-menu:hover img {
  transform: rotate(-40deg);
}

#header nav .right-navbar .list-menu .link-menu:hover.link-tel svg {
  fill: #403A27;
}

#header nav .right-navbar .list-menu .link-menu img,
#header nav .right-navbar .list-menu .link-menu svg {
  width: 20px;
  height: 18px;
  margin-right: 10px;
  transition: all 0.3s ease-out;
}

#header nav .right-navbar .list-menu .link-menu.link-tel img {
  transform: none !important;
}

#header nav .right-navbar .link-booking {
  background-color: #48584D;
  height: 100%;
  width: 330px;
}

@media (max-width: 1440px) {
  #header nav .right-navbar .link-booking {
    width: 280px;
  }
}

@media (max-width: 1260px) {
  #header nav .right-navbar .link-booking {
    width: 250px;
  }
}

@media (max-width: 1024px) {
  #header nav .right-navbar .link-booking {
    display: none !important;
  }
}

#header nav .right-navbar .link-booking span {
  color: #fff;
  font-size: 35px;
  transition: all 0.3s ease-out;
}

@media (max-width: 1440px) {
  #header nav .right-navbar .link-booking span {
    font-size: 30px;
  }
}

#header nav .right-navbar .link-booking img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transform: rotate(-90deg);
}

#header nav .right-navbar .link-booking:hover {
  background-color: #2E2E2E;
}

#header nav .right-navbar .link-booking:hover span {
  font-size: 45px;
}

@media (max-width: 1440px) {
  #header nav .right-navbar .link-booking:hover span {
    font-size: 36px;
  }
}

#header nav .right-navbar .menu-desktop {
  display: flex;
}

@media (max-width: 1024px) {
  #header nav .right-navbar .menu-desktop {
    display: none;
  }
}

#header nav .right-navbar .menu-mobile {
  width: 100%;
  height: 100%;
  background-color: #232B22;
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

#header nav .right-navbar .menu-mobile.active {
  opacity: 1;
  visibility: visible;
}

#header nav .right-navbar .menu-mobile .mobile-head {
  height: 80px;
  padding: 0 10px;
  margin-bottom: 40px;
}

#header nav .right-navbar .menu-mobile .body-mobile {
  padding: 0 36px;
}

#header nav .right-navbar .menu-mobile .body-mobile .link-menu {
  height: 30px;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
}

#header nav .right-navbar .menu-mobile .link-booking {
  display: flex !important;
  height: 66px;
  width: 220px;
  border-radius: 5px;
  background-color: #48584D;
  margin: 50px auto 20px auto;
}

#header nav .right-navbar .menu-mobile .link-booking span {
  font-size: 25px;
}

#header nav .right-navbar .menu-mobile #btn-close-menu {
  border: none;
  background: transparent;
}

#header nav .right-navbar .menu-mobile #btn-close-menu img {
  width: 20px;
  height: 20px;
}

#header nav .right-navbar #btn-open-menu {
  display: none;
  border: none;
  background: transparent;
}

@media (max-width: 1024px) {
  #header nav .right-navbar #btn-open-menu {
    display: block;
  }
}

#header nav .right-navbar #btn-open-menu img {
  width: 20px;
  height: 20px;
}

.version {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: var(--font-regular);
}

/*=================== Footer ===================*/
footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-md {
  font-size: var(--text-md);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.font-regular {
  font-family: var(--font-regular);
}

.font-300 {
  font-family: var(--font-300);
}

.font-regular {
  font-family: var(--font-regular);
}

.font-500 {
  font-family: var(--font-500);
}

.font-600 {
  font-family: var(--font-600);
}

.font-700 {
  font-family: var(--font-700);
}

.font-900 {
  font-family: var(--font-900);
}

.lineh-base {
  line-height: var(--lineh-base);
}

.lineh-sm {
  line-height: var(--lineh-sm);
}

.lineh-md {
  line-height: var(--lineh-md);
}

.lineh-lg {
  line-height: var(--lineh-lg);
}

.lineh-0 {
  line-height: var(--lineh-0);
}

main {
  position: relative;
  padding-top: var(--header-height);
  overflow: hidden;
  z-index: 1;
}

#section-detail,
#section-services,
#section-customer,
#section-contact {
  scroll-margin-top: var(--header-height);
}

.section-banner {
  position: relative;
  width: 100%;
}

.section-banner video {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-banner video {
    height: 260px;
  }
}

.section-banner .text-in-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner .text-in-banner h1 {
  font-size: var(--text-xl);
  color: #fff;
  font-family: "NotoSansThai-300", sans-serif;
}

.section-detail {
  background: linear-gradient(180deg, #A79970 0%, #CBCEB4 100%) no-repeat padding-box transparent;
  min-height: 200px;
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .section-detail {
    padding: 16px 0 20px 0;
    min-height: 60px;
  }
}

.section-detail h2 {
  margin-bottom: 18px;
}

.section-highlights {
  cursor: pointer;
  background: #6A7968;
  height: 100%;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .section-highlights {
    margin-bottom: 0;
  }
}

.section-highlights .box-highlights {
  position: relative;
  margin-bottom: 40px;
  height: 900px;
  /*&:hover{
    .box-detail{
      background: #00000080 0% 0% no-repeat padding-box;
      @media (max-width: 768px) {
        background: unset !important;
      }
      .control-transform{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        @media (max-width: 768px) {
          top: unset !important;
          left: unset !important;
          transform: unset !important;
          text-align: unset !important;
        }
        h2{
          text-shadow: unset;
          opacity: .8;
          @media (max-width: 768px) {
            text-shadow: unset !important;
            opacity: unset !important;
          }
        }
        p{
          visibility: visible;
          opacity: .8;
          margin: 0 auto;
          @media (max-width: 768px) {
            opacity: unset !important;
            margin: 0;
          }
        }
      }
    }
  }*/
}

@media (max-width: 768px) {
  .section-highlights .box-highlights {
    height: 520px;
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .section-highlights .box-highlights {
    height: 550px;
  }
}

@media (max-width: 360px) {
  .section-highlights .box-highlights {
    height: 580px;
    margin-bottom: 0;
  }
}

.section-highlights .box-highlights .box-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .section-highlights .box-highlights .box-detail {
    position: relative;
  }
}

.section-highlights .box-highlights .box-detail .control-transform {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(85px, 55px);
  transition: top 0.8s ease, left 0.8s ease, transform 0.8s ease;
}

@media (max-width: 768px) {
  .section-highlights .box-highlights .box-detail .control-transform {
    transform: none;
    position: relative;
    padding: 20px 38px;
  }
}

.section-highlights .box-highlights .box-detail .control-transform h2 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7019607843);
  transition: all 3s ease-out;
  margin-bottom: 46px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .section-highlights .box-highlights .box-detail .control-transform h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-highlights .box-highlights .box-detail .control-transform h2 {
    font-family: var(--font-regular);
    text-shadow: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #C6BB85;
  }
}

.section-highlights .box-highlights .box-detail .control-transform p {
  font-size: 26px;
  text-align: center;
  width: 100vh;
}

@media (max-width: 1440px) {
  .section-highlights .box-highlights .box-detail .control-transform p {
    font-size: 20px;
    line-height: 1.5;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .section-highlights .box-highlights .box-detail .control-transform p {
    visibility: visible;
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section-highlights .box-highlights .image-highlights {
    height: 265px !important;
  }
}

.detail-2 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .detail-2 {
    margin-bottom: 30px;
  }
}

.section-services {
  background-color: #3E3826;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .section-services {
    padding-bottom: 80px;
  }
}

.section-services .group-services {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .section-services .group-services {
    margin-bottom: 30px;
  }
}

.section-services .group-services:last-child {
  margin-bottom: 0;
}

.section-services .group-services .header-services {
  height: 150px;
  background-image: url(../images/bg_headbar.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}

@media (max-width: 768px) {
  .section-services .group-services .header-services {
    height: 40px;
  }
}

.section-services .group-services .grid-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 700px;
}

@media (max-width: 768px) {
  .section-services .group-services .grid-services {
    grid-template-columns: 100%;
    min-height: inherit;
  }
}

.section-services .group-services .grid-services .image-services {
  height: 100%;
}

@media (max-width: 767px) {
  .section-services .group-services .grid-services .image-services {
    height: 200px;
  }
}

.section-services .group-services .grid-services .image-services img {
  object-fit: cover;
  width: 100%;
}

.section-services .group-services .grid-services .detail-services {
  background-color: #c2c0ab;
}

.section-services .group-services .grid-services .detail-services .top-detail {
  padding: 15px;
}

@media screen and (max-width: 1440px) {
  .section-services .group-services .grid-services .detail-services .top-detail {
    transform: translateY(-15px);
  }
}

.section-services .group-services .grid-services .detail-services .top-detail h3 {
  margin-bottom: 30px;
  font-family: var(--font-regular);
}

@media (max-width: 768px) {
  .section-services .group-services .grid-services .detail-services .top-detail h3 {
    margin-bottom: 7px;
  }
}

.section-services .group-services .grid-services .detail-services .top-detail p {
  font-size: var(--text-base);
  font-family: var(--font-regular);
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .section-services .group-services .grid-services .detail-services .top-detail p {
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-services .group-services .grid-services .detail-services .bottom-detail .header-price {
  flex: 1;
}

.section-services .group-services .grid-services .detail-services .bottom-detail .header-price h4 {
  background-color: #8B9367;
  height: 72px;
}

@media (max-width: 768px) {
  .section-services .group-services .grid-services .detail-services .bottom-detail .header-price h4 {
    height: 30px;
  }
}

.section-services .group-services .grid-services .detail-services .bottom-detail .header-price p {
  height: 55px;
  background-color: #74785e;
}

@media (max-width: 768px) {
  .section-services .group-services .grid-services .detail-services .bottom-detail .header-price p {
    height: 30px;
  }
}

.section-services .group-services .grid-services .detail-services .bottom-detail .header-price p:nth-child(2) {
  padding-top: 15px !important;
}

.section-services .group-services .grid-services .detail-services .bottom-detail .header-price p:last-child {
  padding-bottom: 15px !important;
}

.section-customer {
  background-color: #3E3826;
  padding: 140px 140px;
}

@media (max-width: 1440px) {
  .section-customer {
    padding: 80px 20px;
  }
}

@media (max-width: 768px) {
  .section-customer {
    padding: 20px 15px;
  }
}

.section-customer .grid-customer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

@media (max-width: 768px) {
  .section-customer .grid-customer {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.section-customer .grid-customer .box-customer {
  text-align: center;
}

.section-customer .grid-customer .box-customer h4 {
  font-size: 50px;
  line-height: 76px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .section-customer .grid-customer .box-customer h4 {
    font-size: 34px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .section-customer .grid-customer .box-customer h4 {
    font-size: 20px;
    line-height: 40px;
  }
}

.section-customer .grid-customer .box-customer p {
  line-height: 40px;
}

@media (max-width: 1024px) {
  .section-customer .grid-customer .box-customer p {
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .section-customer .grid-customer .box-customer p {
    line-height: 20px;
  }
}

.section-customer .grid-customer .box-customer .image-customer {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  height: 184px;
}

@media (max-width: 1024px) {
  .section-customer .grid-customer .box-customer .image-customer {
    width: 100px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .section-customer .grid-customer .box-customer .image-customer {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
  }
}

.section-customer .grid-customer .box-customer .image-customer img {
  object-fit: cover;
}

.section-contact {
  padding: 80px 100px;
  background-image: url(../images/bg-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}

@media (max-width: 1024px) {
  .section-contact {
    padding: 0;
    background-image: none;
  }
}

.section-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .section-contact::after {
    display: none;
  }
}

.section-contact .grid-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .section-contact .grid-contact {
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .section-contact .grid-contact {
    grid-template-columns: 100%;
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .left-contact {
    background-color: #353020;
  }
}

.section-contact .grid-contact .left-contact .image-location {
  height: 700px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 55px;
  position: relative;
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .left-contact .image-location {
    border-radius: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section-contact .grid-contact .left-contact .image-location {
    height: auto;
  }
}

@media (max-width: 767px) {
  .section-contact .grid-contact .left-contact .image-location {
    height: 200px;
  }
}

.section-contact .grid-contact .left-contact .image-location img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-contact .grid-contact .left-contact .image-location:hover .hover-location {
  opacity: 1;
  visibility: visible;
}

.section-contact .grid-contact .left-contact .image-location .hover-location {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-contact .grid-contact .left-contact .image-location .hover-location img {
  max-width: 435px;
  max-height: inherit;
  height: auto;
}

@media (max-width: 1440px) {
  .section-contact .grid-contact .left-contact .image-location .hover-location img {
    max-width: 300px;
  }
}

@media (max-width: 567px) {
  .section-contact .grid-contact .left-contact .image-location .hover-location img {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .left-contact p {
    padding: 15px 60px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
  }
}

@media (max-width: 568px) {
  .section-contact .grid-contact .left-contact p {
    padding: 15px 10px;
  }
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .right-contact {
    background-image: url(../images/bg-contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px 36px;
    z-index: 10;
  }
}

.section-contact .grid-contact .right-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: -1;
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .right-contact::after {
    display: block;
  }
}

.section-contact .grid-contact .right-contact h3 {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .right-contact h3 {
    font-size: 20px;
  }
}

.section-contact .grid-contact .right-contact p,
.section-contact .grid-contact .right-contact .time-address {
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 1024px) {

  .section-contact .grid-contact .right-contact p,
  .section-contact .grid-contact .right-contact .time-address {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {

  .section-contact .grid-contact .right-contact p,
  .section-contact .grid-contact .right-contact .time-address {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-contact .grid-contact .right-contact .social-contact p {
  margin-bottom: 10px;
}

.section-contact .grid-contact .right-contact .social-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8BC53F;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .right-contact .social-contact a {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .section-contact .grid-contact .right-contact .social-contact a {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-contact .grid-contact .right-contact .social-contact a img {
  width: 30px;
  height: auto;
}

@media (max-width: 768px) {
  .section-contact .grid-contact .right-contact .social-contact a img {
    width: 20px;
    height: auto;
  }
}

.section-contact .grid-contact .right-contact .border-contact {
  height: 1px;
  width: 100%;
  background-color: #C6BB85;
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .section-contact .grid-contact .right-contact .border-contact {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .section-contact .grid-contact .right-contact .border-contact {
    margin: 10px 0;
  }
}

.section-slide {
  background-color: #3E3826;
  padding: 66px 0 37px 0;
}

@media (max-width: 1024px) {
  .section-slide {
    padding: 30px 0 55px 0;
  }
}

.section-slide .swiper {
  margin-left: 140px;
  margin-bottom: 65px;
}

@media (max-width: 1024px) {
  .section-slide .swiper {
    margin-left: 36px;
  }
}

@media (max-width: 768px) {
  .section-slide .swiper {
    margin-bottom: 12px;
  }
}

.section-slide .swiper .swiper-wrapper .swiper-slide {
  height: 594px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section-slide .swiper .swiper-wrapper .swiper-slide {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .section-slide .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}

.section-slide .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-slide .copyright .logo-footer {
  max-width: 163px;
  height: auto;
}

@media (max-width: 768px) {
  .section-slide .copyright .logo-footer img {
    width: 54px;
    height: auto !important;
  }
}

.section-slide .copyright p {
  padding-right: 45px;
}

@media (max-width: 1024px) {
  .section-slide .copyright p {
    padding-right: 0;
  }
}

.booking-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 900;
}

@media (max-width: 1024px) {
  .booking-fixed {
    display: block;
  }
}

.booking-fixed button {
  height: 40px;
  width: 100%;
  color: #fff;
  background-color: #48584D;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-regular);
  gap: 5px;
  border: none;
}

.booking-fixed button img {
  transform: rotate(-90deg);
}

.pointer {
  cursor: pointer;
}

.btn-language button:active,
.btn-language button:focus {
  box-shadow: initial;
}

.line-height-1-5 {
  line-height: 1.5;
}

.image--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .image--mobile {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .image--desktop {
    display: none;
  }
}

.object-position-right {
  object-position: right;
}

#header nav .right-navbar .menu-mobile .link-booking.booking--fix {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border-radius: initial;
}

@media (max-width: 500px) {
  span.mobile-block {
    display: block !important;
  }
}

.active-mobile {
  display: none;
}

@media screen and (max-width: 568px) {
  .active-mobile {
    display: block;
  }
}

body {
  font-family: "NotoSansThai-regular", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #6A7968;
  color: #453535;
  overflow: scroll;
}

a,
button {
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}





/*# sourceMappingURL=main.css.map */

/* LINE Add Friend Button */
.line-add-friend {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
  transition: all 0.3s ease;
}

.line-add-friend:hover {
  transform: scale(1.1);
}

.line-add-friend img {
  height: 60px;
  /* Smaller size */
}

/* Mobile adjustments */
@media (max-width: 1024px) {
  .line-add-friend {
    bottom: 90px;
    /* Above the booking-fixed bar (40px height) */
    right: 15px;
  }

  .line-add-friend img {
    height: 40px;
    /* Smaller size */
  }
}