@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.one-line {
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}

.two-line {
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.three-line {
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

body {
  font: 300 16px/1.5 "Kanit", Sans-serif;
  letter-spacing: 0.5px;
  background: #000;
  padding-top: 168px;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  width: 1096px;
  margin: auto;
  max-width: 100%;
}

.section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title {
  font-size: 28px;
  margin: 0 0 20px;
}

.box-detail {
  min-height: 80vh;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 5px 21px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 5px 21px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  margin: 140px 0 0;
  font-size: 16px;
}
.box-detail h1 {
  font-size: 26px;
  margin: 0 0 20px;
  color: #0066CC;
}

.other-page .logo-page {
  position: absolute;
  top: 10px;
  left: calc((100% - 1040px) / 2);
  color: #162544;
  font-size: 50px;
  z-index: 11;
  font-weight: 700;
  z-index: 201;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.other-page header .menu-top ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}

.button, .button-tabien-list, .button-1 {
  padding: 3px 25px;
  border: none;
  background: #fff;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  height: 40px;
}

.button-1 {
  background: #0066CC;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group a {
  display: block;
  padding: 5px 20px;
  color: #fff;
  background: #0066CC;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  min-width: 150px;
  text-align: center;
}
.button-group a:hover {
  background: #162544;
  color: #000;
}

.button-tabien-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  max-width: 100%;
  padding: 5px 40px 5px 20px;
  font-weight: 200;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  position: relative;
  height: 40px;
}
.button-tabien-list:after {
  content: "";
  display: block;
  position: absolute;
  background: none;
  border: 8px solid transparent;
  border-top-color: #162544;
  right: 20px;
  top: 40%;
}

.slick-slide {
  margin-right: 20px;
}

input {
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  font-weight: 300;
}

.frm-text {
  width: 100%;
  height: 63px;
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  color: #fff;
  font-size: 22px;
}
.frm-text::-webkit-input-placeholder {
  color: #9CA3AF;
}
.frm-text::-moz-placeholder {
  color: #9CA3AF;
}
.frm-text:-ms-input-placeholder {
  color: #9CA3AF;
}
.frm-text::-ms-input-placeholder {
  color: #9CA3AF;
}
.frm-text::placeholder {
  color: #9CA3AF;
}

.form-row-label {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.select-box {
  width: 100%;
  height: 63px;
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 10px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
.select-box.active {
  z-index: 2;
}
.select-box .select-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: inherit;
  z-index: 0;
  position: relative;
  color: #fff;
}
.select-box .select-text::-webkit-input-placeholder {
  color: #9CA3AF;
}
.select-box .select-text::-moz-placeholder {
  color: #9CA3AF;
}
.select-box .select-text:-ms-input-placeholder {
  color: #9CA3AF;
}
.select-box .select-text::-ms-input-placeholder {
  color: #9CA3AF;
}
.select-box .select-text::placeholder {
  color: #9CA3AF;
}
.select-box:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 33%;
  right: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.select-box .select-list {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 10px 0;
  z-index: 11;
  min-width: 150px;
  max-height: 400px;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: none;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  background: #fff;
}
.select-box .select-list.show {
  display: block;
}
.select-box .select-list::-webkit-scrollbar {
  display: none;
}
.select-box .select-list li {
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  min-height: 60px;
  cursor: pointer;
  color: #9CA3AF;
  font-size: 22px;
}

.select-box .select-list li:hover {
  background: #2658F4;
  color: #fff;
}



@media (max-width: 768px) {
  .select-box .select-list {
    right: auto;
    left: 0;
    top: 65px;
    width: 100%;
  }
}
.tabien-list {
  border-bottom: 1px solid #000;
  padding: 0 0 60px;
  margin: 0 0 10px;
}
.tabien-list.first {
  margin-top: 240px;
}
.tabien-list a {
  display: block;
}
.tabien-list .tabien-topic {
  font-family: "Kanit", sans-serif;
  color: #000;
  font-size: 22px;
  padding: 32px 0 15px;
  font-weight: 500;
}
.tabien-list ul, .tabien-list .ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.tabien-list.search-list ul {
  grid-template-columns: repeat(5, 1fr);
}
.tabien-list li, .tabien-list .li {
  width: 100%;
  list-style: none;
}
.tabien-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.tabien-list .slick-dots li {
  width: 60px;
  height: 2px;
  margin: 0;
}
.tabien-list .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #A3A3A3;
  border-radius: 5px;
}
.tabien-list .slick-dots li button:before {
  display: none;
}
.tabien-list .slick-dots li.slick-active button {
  background: #DD524C;
}

@media (max-width: 1024px) {
  .tabien-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .tabien-list.first {
    margin-top: 60px;
  }
  .tabien-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-tabien {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 70%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.card-tabien .tabien-trophy {
  position: absolute;
  right: 50px;
  top: 0;
  width: 30px;
}
.card-tabien .tabien-trophy img {
  display: block;
  width: 100%;
}
.card-tabien .tabien-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 29px;
  border-radius: 0 0 30px 0;
  background: #DD524C;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter";
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.card-tabien .card-top {
  position: absolute;
  top: 0;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}
.card-tabien .card-top .card-img {
  width: 100%;
}
.card-tabien .card-top .card-img img {
  width: 125%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.card-tabien .card-top .card-img:after {
  content: "";
  display: block;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.card-tabien .card-top .card-text-center {
  position: absolute;
  top: 20%;
  left: 0;
  margin: auto;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  width: 100%;
}
.card-tabien .card-top .card-text-center .card-number {
  margin: 0;
  font-family: "Sarabun";
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}
.card-tabien .card-top .card-text-center .card-province {
  font-size: 16px;
  font-weight: 400;
  font-family: "IBM Plex Sans Thai Looped";
  color: #000;
}
.card-tabien .card-top .price-sum {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.card-tabien .card-top .price-sum strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  font-family: "Inter";
  color: #4E80EE;
}
.card-tabien .card-top .price-sum p {
  margin: 0;
  font-size: 8px;
  font-family: "IBM Plex Sans Thai Looped";
  font-weight: 700;
  color: #4B5563;
}
.card-tabien .card-top .price-sum .card-price strong {
  color: #4E80EE;
}
.card-tabien .card-top .price-sum .card-sum {
  text-align: right;
}
.card-tabien .card-top .price-sum .card-sum strong {
  color: #DD524C;
  font-size: 16px;
}
.card-tabien .card-top:hover .card-img img {
  width: 140%;
}
.card-tabien .card-bottom {
  padding: 0 10px 10px;
}
.card-tabien .card-bottom .card-booking {
  border-radius: 10px;
  border: 1px solid #b8b5a8;
  -webkit-box-shadow: inset 0px 2.7129967213px 7.2346577644px 0px rgba(0, 0, 0, 0.1), 0px 2.7129967213px 0.9043322206px 0px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0px 2.7129967213px 7.2346577644px 0px rgba(0, 0, 0, 0.1), 0px 2.7129967213px 0.9043322206px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 19px;
  color: #1E222D;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.card-tabien .card-bottom .card-booking a {
  color: #1E222D;
}
.card-tabien .card-bottom .card-booking:before {
  content: "";
  display: block;
  background: url("../images/icons/plus.svg") no-repeat center/cover;
  width: 14px;
  height: 14px;
}
.card-tabien .card-bottom .card-booking:hover {
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .card-tabien .card-top .card-text-center {
    top: 10%;
  }
  .card-tabien .card-top .card-text-center .card-number {
    font-size: 26px;
  }
}
.thumb16 {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.thumb16 img {
  position: absolute;
  margin: auto;
  inset: 0;
  height: 100%;
  width: auto;
  max-width: none;
}

.one-clamp, .news-card .news-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.two-clamp, .news-card .news-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

header {
  position: fixed;
  padding: 65px 0;
  top: 0;
  left: 0;
  z-index: 200;
  height: 168px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.06%, #031848), to(rgba(3, 24, 72, 0)));
  background: linear-gradient(180deg, #031848 19.06%, rgba(3, 24, 72, 0) 100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
header.scroll-down {
  padding: 20px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header .logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  display: block;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
header .menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  cursor: pointer;
}
header .menu-icon span {
  color: #0066CC;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 32px;
}
header .section-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
header .menu-popup {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 11;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding: 10vh 0 0;
}
header .menu-popup .popup-box {
  width: fit-content;
  position: relative;
  margin: auto;
  max-width: 100%;
}
header .menu-popup ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 14px;
  margin: 10px auto 0;
  width: 400px;
  max-width: 90%;
}
header .menu-popup li {
  list-style: none;
  padding: 10px 0;
}
header .menu-popup a {
  width: 214px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  padding: 30px 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 74px;
}
header .menu-popup-close {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 10px;
}

header .menu-popup-close i {
  color: #f00;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  header .menu-popup-close {
    top: -30px;
    right: 15px;
  }
}

footer {
  padding: 24px 0;
  background: #162544;
}
footer .footer-logo {
  display: block;
  width: 192px;
  margin: 0 0 0 24px;
}
footer .footer-logo img {
  display: block;
  width: 100%;
}
footer .footer-left {
  width: 30%;
}
footer * {
  color: #fff;
}
footer .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 100px 0 0;
}
footer .d-flex .p {
  margin: 0 0 20px;
}
footer .d-flex .p p {
  color: #D4D5D9;
  margin: 0;
  font-size: 10px;
  font-family: "Inter", "Kanit";
  text-transform: uppercase;
}
footer .d-flex .p p strong {
  padding-top: 4px;
  color: #D4D5D9;
  font-size: 14px;
  text-transform: lowercase;
}
footer .d-flex .p p strong.big {
  font-size: 20px;
}
footer .footer-right p, footer .footer-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer-right p img, footer .footer-right a img {
  height: 30px;
  width: auto;
}
footer .social-foot nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .social-foot nav img {
  height: auto;
  width: 40px;
}
footer .copyright {
  text-align: right;
  padding: 0 24px;
  color: #D4D5D9;
  font-size: 10px;
}
footer .back-to-top {
  position: fixed;
  bottom: 150px;
  right: 24px;
  display: none;
  cursor: pointer;
}
footer .back-to-top.show {
  display: block;
}

@media (max-width: 768px) {
  footer .footer-logo {
    width: 120px;
    margin: 0 0 0 0.75rem;
  }
  footer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 30px 0 0;
  }
  footer .footer-left {
    width: 100%;
  }
  footer .footer-right {
    width: 100%;
  }
  footer .copyright {
    text-align: left;
    padding: 0 0.75rem;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
  overflow: hidden;
}

.banner .banner-img img {
  width: 1440px;
  margin: auto;
  display: block;
}
.banner .section-text {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-text {
  color: #fff;
  margin: 60px auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.section-text h1 {
  font-family: "DM Sans";
}
.section-text p {
  margin: 0;
}
.section-text p a {
  color: #0066CC;
}

.slide-tabien-section a {
  display: block;
}

.bubble-section {
  background: url("../images/bubble.png") no-repeat center;
  background-size: 1030px auto;
  min-height: 100vh;
  padding: 30px 0;
}

.menu-tab {
  padding: 14px;
  margin: 10px auto 0;
  width: 736px;
  max-width: calc(100% - 1.5rem);
  overflow: auto;
  height: 68px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 60px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.menu-tab::-webkit-scrollbar {
  display: none;
}
.menu-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-tab li {
  list-style: none;
  scroll-snap-align: start;
}
.menu-tab a {
  width: 214px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}
.menu-tab a.active {
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 74px;
}

.search-form {
  padding: 24px;
  gap: 24px;
  margin: auto;
  width: 480px;
  max-width: calc(100% - 1.5rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 40px;
}
.search-form h2 {
  margin: 0 0 30px;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.search-form h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: left;
}
.search-form form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form form .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.search-form form .frm-col {
  width: 100%;
}
.search-form .button-1 {
  color: #fff;
  height: 51px;
}

.result-text {
  width: 694px;
  max-width: calc(100% - 1.5rem);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #A3A0A0;
  padding: 0 0 8px;
  font-size: 18px;
}

.slogan {
  background: url("../images/slogan-bg.png") #fff no-repeat center top;
  background-size: 100% auto;
  min-height: 70vh;
  width: 100%;
  padding: 60px 0;
}
.slogan .slogan-text {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Oswald", "Sarabun";
  color: #fff;
  line-height: 1.3;
  font-weight: 200;
}
.slogan .slogan-text strong {
  font-weight: 500;
  display: block;
}

.tabien-bg-white {
  background: #fff;
}



.join-our {
  background: url("../images/join-our.jpg") no-repeat center top;
  background-size: 100% auto;
  min-height: 544px;
  padding: 205px 0 0;
}
.join-our .join-our-text {
  font-size: 64px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.join-our .join-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 30px 0 0;
}
.join-our .btn-contact, .join-our .btn-line {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  padding: 0 32px;
  border-radius: 24px;
}
.join-our .btn-contact {
  background: #2A4DD0;
  min-width: 646px;
  max-width: 100%;
}
.join-our .btn-line {
  background: #4CC764;
  gap: 20px;
  max-width: 100%;
}
.join-our .btn-line img {
  width: 48px;
}

@media (max-width: 1024px) {
  .tabien-list.search-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .tabien-list.search-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-tab {
    padding: 14px 0px;
  }
  .menu-tab ul {
    gap: 0;
  }
  .menu-tab li {
    padding: 0 15px;
  }
  .menu-tab a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding: 0 10px;
  }
  .banner {
    height: 45vw;
  }
  .slogan {
    min-height: 0;
    padding: 30px 0;
  }
  .slogan .slogan-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .result-text {
    font-size: 14px;
  }
  .join-our .join-flex .btn-contact, .join-our .join-flex .btn-line {
    min-width: 0;
  }
}
@media (max-width: 551px) {
  .banner {
    height: 55vw;
  }
  .join-our {
    padding: 30px 0;
    min-height: 0;
    background-size: auto 100%;
    text-align: center;
  }
  .join-our .join-our-text {
    font-size: 20px;
  }
  .join-our .join-our-text br {
    display: none;
  }
  .join-our .join-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join-our .join-flex a {
    font-size: 16px;
    height: 54px;
  }
  .join-our .join-flex .btn-line img {
    width: 30px;
  }
}
.box-container {
  min-height: calc(100vh - 408px);
  padding: 50px 0;
}

.box-bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

.news-card * {
  color: #000;
}
.news-card .news-title {
  font-size: 20px;
  margin: 10px 0;
}
.news-card .news-desc {
  font-size: 16px;
}
.news-card .news-date {
  font-size: 12px;
  color: #555;
}

.news-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.news-list li {
  list-style: none;
}

@media (max-width: 768px) {
  .news-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}