@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: #3B0101;
}
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: 60px;
  margin: 0 0 40px;
  color: #111;
  text-align: center;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 30px;
  }
}

.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: #fff;
}

.other-page {
  padding-top: 200px;
  background: url(/images/recommen-bg.jpg) no-repeat center top -180px #3b0101;
  background-size: 100% auto;
  min-height: 100vh;
}
.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;
}
@media (max-width: 768px) {
  .other-page {
    background-position: center top -10vw;
    padding-top: 25vw;
  }
}

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

.button-1 {
  background: #C50000;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.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: #3B0101;
  -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: 18px;
  font-weight: 300;
}

.frm-text {
  width: 100%;
  height: 50px;
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  color: #3B0101;
  background: #E0E0E0;
}
.frm-text::-webkit-input-placeholder {
  color: #4F4F4F;
}
.frm-text::-moz-placeholder {
  color: #4F4F4F;
}
.frm-text:-ms-input-placeholder {
  color: #4F4F4F;
}
.frm-text::-ms-input-placeholder {
  color: #4F4F4F;
}
.frm-text::placeholder {
  color: #4F4F4F;
}

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

.select-box {
  width: 100%;
  height: 50px;
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  border-radius: 5px;
  border: none;
  border: none;
  position: relative;
  background: #E0E0E0;
  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: #4F4F4F;
  font-size: 18px;
}
.select-box .select-text::-webkit-input-placeholder {
  color: #4F4F4F;
}
.select-box .select-text::-moz-placeholder {
  color: #4F4F4F;
}
.select-box .select-text:-ms-input-placeholder {
  color: #4F4F4F;
}
.select-box .select-text::-ms-input-placeholder {
  color: #4F4F4F;
}
.select-box .select-text::placeholder {
  color: #4F4F4F;
}
.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;
  bottom: 0px;
  left: 0;
  padding: 10px 0;
  z-index: 11;
  min-width: 150px;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(67.955px);
          backdrop-filter: blur(67.955px);
  background: rgba(59, 1, 1, 0.95);
}
.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: 3px 15px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .select-box .select-list {
    height: 260px;
    right: 0;
    left: auto;
    width: 100%;
  }
}
.tabien-box {
  padding: 19vw 0 0;
}
.tabien-box .tabien-list {
  padding: 30px 0;
}

.tabien-head {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 0.9;
}
.tabien-head-2 {
  text-align: left;
  color: #fff;
  font-size: 40px;
  line-height: 0.9;
}
.tabien-head img {
  width: 280px;
}

.tabien-list.first {
  margin-top: 240px;
}
.tabien-list a {
  display: block;
}
.tabien-list .tabien-topic {
  font-family: "Kanit", sans-serif;
  color: #E2FBE8;
  font-size: 20px;
  margin: 32px 0;
  font-weight: 400;
}
.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;
}

.motorcycle-box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.motorcycle-box li {
  width: 100%;
}
.motorcycle-box li a {
  display: block;
}
@media (max-width: 768px) {
  .motorcycle-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@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);
  }
}
@media (max-width: 768px) {
  .tabien-head {
    font-size: 30px;
  }
}
.phone-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.phone-box li {
  list-style: none;
}
.phone-box li a {
  display: block;
}
.phone-box .card-phone {
  background: #fff;
  width: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 500;
  -webkit-box-shadow: 1px 4px 15px #ba7e10;
          box-shadow: 1px 4px 15px #ba7e10;
  border: 2px solid #fbca03;
}
.phone-box .card-phone * {
  color: #000;
}
.phone-box .card-phone .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-box .card-phone img {
  margin: 0 10px 0 0;
}
.phone-box .card-phone .phone-number {
  font-size: 18px;
  color: #fff;
  padding: 3px 5px;
  background: #ba7e10;
}


.card-tabien {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 70%;
  overflow: hidden;
  border: 2px solid transparent;
}
.card-tabien .tabien-trophy {
  position: absolute;
  right: -5px;
  top: -95px;
  width: 30px;
}
.card-tabien .tabien-trophy img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .phone-box ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-tabien .tabien-trophy {
    top: -19vw;
  }

  
}
.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 5px;
}
.card-tabien .card-top .price-sum strong {
  font-size: 22px;
  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: 6px;
  font-family: "IBM Plex Sans Thai Looped";
  font-weight: 700;
  color: #4b5563;
}
.card-tabien .card-top .price-sum .card-price {
  width: 100%;
}
.card-tabien .card-top .price-sum .card-price strong {
  color: #ba7e10;
}
.card-tabien .card-top .price-sum .card-sum {
  background: #a90504;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: -5px;
  padding: 3px;
  border-radius: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.card-tabien .card-top .price-sum .card-sum p {
  color: #fff;
  margin: 0;
  line-height: 1;
}
.card-tabien .card-top .price-sum .card-sum strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.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;
}
.card-tabien:hover {
  -webkit-box-shadow: 1px 4px 24px #ba7e10;
          box-shadow: 1px 4px 24px #ba7e10;
  border: 2px solid #fbca03;
}

.card-motorcycle {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 3px 3px 0;
  border-radius: 8px;
  overflow: hidden;
}
.card-motorcycle span,
.card-motorcycle strong {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  line-height: 1.2;
  color: #000;
  font-family: "Sarabun";
}
.card-motorcycle strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.card-motorcycle span {
  font-size: 1.2rem;
}
.card-motorcycle .tabien-top {
  position: relative;
  text-align: center;
  padding-top: 80%;
}
.card-motorcycle .text-tabien {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.card-motorcycle .tabien-img {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.card-motorcycle .tabien-price {
  color: #fff;
  font-size: 1.4rem;
  margin: 5px 0;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #eee;
  padding: 3px 0;
  background: #ba7e10;
}
.card-motorcycle .tabien-bottom {
  padding: 5px 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
}
.card-motorcycle .tabien-bottom span {
  font-size: 20px;
  font-weight: 500;
  color: #00b008;
}
.card-motorcycle .tabien-bottom .text-right {
  background: #a90504;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  line-height: 0.5;
}
.card-motorcycle .tabien-bottom .text-right strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

@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;
  }
  .card-motorcycle strong {
    font-size: 2rem;
  }
  .card-motorcycle span {
    font-size: 1.2rem;
  }
}
.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;
  top: 0;
  left: 0;
  z-index: 200;
  height: 89px;
  width: 100%;
  background: rgb(59, 1, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(59, 1, 1)), color-stop(50%, rgba(59, 1, 1, 0.51)), to(rgba(59, 1, 1, 0.23)));
  background: linear-gradient(180deg, rgb(59, 1, 1) 0%, rgba(59, 1, 1, 0.51) 50%, rgba(59, 1, 1, 0.23) 100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 25px 0;
}
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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6vw;
}
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: #fff;
  font-family: "Noto sans";
  font-weight: 600;
  font-size: 18px;
}
header .menu-icon img {
  background: #6A0C0C;
  border-radius: 5px;
  padding: 5px;
  width: 32px;
  height: 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(59, 1, 1, 0.94);
  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;
  font-size: 20px;
}
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: #000;
  font-weight: 500;
  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;
  padding: 30px 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 74px;
  -webkit-box-shadow: 1px 4px 24px #BA7E10;
          box-shadow: 1px 4px 24px #BA7E10;
  border: 2px solid #FBCA03;
}
header .menu-popup-close {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 4px 24px #BA7E10;
          box-shadow: 1px 4px 24px #BA7E10;
  border: 2px solid #FBCA03;
  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;
}

@media (max-width: 768px) {
  header .logo-flex {
    padding: 0 16px;
  }
  header .logo {
    width: 220px;
  }
}
footer {
  padding: 24px 0 0;
  background: #C50000;
}
footer h2 {
  font-size: 60px;
}
footer .footer-logo {
  display: block;
  width: 192px;
  margin: 0 0 0 24px;
}
footer .footer-logo img {
  display: block;
  width: 100%;
}
footer .footer-left {
  width: 70%;
  font-size: 24px;
}
footer .social-list {
  padding: 0;
}
footer * {
  color: #fff;
}
footer .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 0;
}
footer .footer-right .qr-code img {
  margin: 0 0 10px;
}
footer .footer-right .qr-code p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
footer .social-list {
  margin-top: 10px;
}
footer .copyright {
  text-align: center;
  padding: 16px 0;
  margin: 30px 0 0;
  color: #fff;
  font-size: 14px;
  background: #3B0101;
}
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 .social-list {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  footer h2 {
    font-size: 24px;
    text-align: center;
  }
  footer .footer-left p {
    font-size: 16px;
    text-align: center;
  }
  footer .footer-right .qr-code img {
    margin: 0 auto 10px;
    display: block;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  height: 890px;
  background: #A90504;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner .banner-img {
  width: 100%;
  max-width: none;
 /* height: 100%;*/
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .on-banner {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  width: 100%;
}
.banner .top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.banner .top-button a {
  font-size: 24px;
  font-weight: 700;
  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;
  width: 600px;
  padding: 10px 0;
  border-radius: 16px;
  -webkit-box-shadow: 1px 4px 24px #BA7E10;
          box-shadow: 1px 4px 24px #BA7E10;
  border: 2px solid #FBCA03;
  color: #fff;
  gap: 10px;
}
.banner .top-button a.first {
  background: #C50000;
}
.banner .top-button a.last {
  background: #000;
}
.banner .tabien-list ul {
  grid-template-columns: repeat(5, 1fr);
}

.social-list {
  padding: 40px 0 0px;
}
.social-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.social-list li {
  list-style: none;
}
.social-list a {
  height: 87px;
  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;
  color: #fff;
  font-size: 24px;
  border-radius: 20px;
}
.social-list a img {
  width: 69px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-list a.line {
  background: #4CC764;
}
.social-list a.facebook {
  background: #1C62F6;
}
.social-list a.instagram {
  background: #EE09B4;
}
.social-list a.tiktok {
  background: #000;
}

.home-wrapper {
  background: url("/images/recommen-bg.jpg") no-repeat center top 160px #3B0101;
  background-size: 100% auto;
  min-height: 100vh;
}

.global-wrapper {
  min-height: calc(100vh - 474px);
  padding: 100px 0 100px
}

.global-box-detail {
  color: #fff;
}

.tabien-ref {
  width: 100%;
  display: flex;
  font-size: 1.3em;
  padding: 30px 0 50px;
  flex-wrap: wrap;
}

.tabien-ref .col-left {
  width: 22%;
  clear: none;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  height: fit-content;
}

.tabien-ref .col-left img {
  /* border: 2px solid #01aef0; */
  /* padding: 10px; */
  box-sizing: border-box;
}
.tabien-ref .col-left .card {
  
}
.tabien-ref .col-left .card-text-center {
  position: absolute;
  color: #000;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
  
}
.tabien-ref .col-left .card-text-center .card-number {
  font-size: 32px;
}

.tabien-ref .col-left #tabien {
  position: relative;
}

.tabien-ref .col-left .tabien-frame {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.tabien-ref .col-right {
  width: 78%;
  box-sizing: border-box;
  padding: 0px 0 0 50px;
}

.tabien-ref .col-right label {
  width: 160px;
  line-height: 1.2;
}

.tabien-ref .col-right i {
  padding: 0 40px;
}

.tabien-ref .col-right b {
  text-decoration: underline;
}

.tabien-ref label {
  width: 110px;
}

.tabien-ref i {
  font-style: normal;
  padding: 0 10px;
}

.tabien-ref .btn-1 {
  width: auto;
  max-width: 100%;
  background: #00b839;
}

.tabien-ref .tel-btn {
  display: flex;
  justify-content: left;
  align-items: center;
}

.tabien-ref .tel-btn .tel-label {
  width: 35%;
  
}

.tabien-ref .tel-btn .btn-1 {
  width: fit-content;
  color: #fff;
  padding: 10px 30px;
}

.tabien-ref .tel-btn .btn-2 {
  width: 30%;
  margin: 0 7px 0 0;
}

.search-section {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  z-index: 0;
  padding: 0 0 0px;
  overflow: hidden;
}

.search-form {
  gap: 24px;
  margin: 0;
  width: 160%;
  max-width: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0 10px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.search-form form {
  width: 1040px;
  max-width: calc(100vw - 32px);
  margin: auto;
  display: block;
}
.search-form .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  position: relative;
}
.search-form .two-col:after {
  content: "";
  display: block;
  background: #777777;
  width: 6px;
  height: 20px;
  position: absolute;
  left: calc(50% - 3px);
  top: 15px;
}
.search-form .two-col .frm-col:first-child .frm-text {
  border-radius: 5px 0 0 5px;
  text-align: center;
}
.search-form .two-col .frm-col:last-child .frm-text {
  border-radius: 0 5px 5px 0;
  text-align: center;
}
.search-form .three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.search-form h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.search-form form .frm-col {
  width: 100%;
}
.search-form form .frm-col .frm-text {
  text-align: center;
}
.search-form form .frm-col .select-text {
  text-align: center;
}
.search-form .button-1 {
  color: #fff;
  height: 50px;
  width: 272px;
  margin: auto;
}

.detail-search {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.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-size: 100% auto;
  min-height: 100vh;
  width: 100%;
  padding: 20px 0;
}
.slogan .slogan-text {
  text-transform: uppercase;
  font-size: 64px;
  font-family: "Oswald";
  color: #fff;
  line-height: 1.05;
  font-weight: 200;
}
.slogan .slogan-text strong {
  font-weight: 500;
  display: block;
}

.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: 991.98px) {
  .social-list .container {
    padding: 0;
  }
  .social-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-wrapper {
    background-position: center 300px;
  }
  .banner {
    height: 900px;
  }
  .banner .on-banner {
  /*  bottom: 20px;*/
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .social-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-list a {
    height: 60px;
    font-size: 14px;
  }
  .social-list a img {
    height: 32px;
    width: auto;
  }
  .banner {
    height: 720px;
  }
  .banner .top-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner .top-button a {
    width: 100%;
    font-size: 18px;
    height: 60px;
  }
  .banner .top-button a img {
    height: 26px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .home-wrapper {
    background-position: center 420px;
  }
  .search-form h2 {
    font-size: 18px;
  }
  .search-form .button-1 {
    width: 100%;
    border-radius: 6px;
  }
  .search-form .three-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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);
  }
}
.horo-banner {
  background: url("../images/horo-banner.jpg") no-repeat center top;
  background-size: 1350px auto;
  min-height: 890px;
  color: #fff;
  text-align: center;
  padding: 120px 0 0;
}
.horo-banner h1 {
  font-size: 80px;
  margin: 0 0 10px;
}
.horo-banner p {
  font-size: 24px;
  margin: 0;
}
.horo-banner .horo-form {
  width: 1100px;
  max-width: calc(100% - 32px);
  margin: 20px auto;
}
.horo-banner .horo-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.horo-banner .horo-form input {
  width: calc(100% - 280px);
  background: #fff;
  height: 50px;
  border-radius: 5px;
  text-align: center;
}
.horo-banner .horo-form .button-1 {
  height: 50px;
  width: 270px;
}

.horo-sum {
  font-size: 66px;
  color: #ECB042;
  font-weight: 500;
  margin: 20px 0 40px;
}
.horo-sum strong, .horo-sum span {
  display: block;
  line-height: 1;
}
.horo-sum strong {
  font-size: 200px;
}

.horo-info {
  font-size: 24px;
  width: 1242px;
  max-width: 100%;
  padding: 0 16px;
  margin: auto;
}

@media (max-width: 768px) {
  .horo-banner {
    background-size: 1200px auto;
  }
  .horo-banner h1 {
    font-size: 24px;
  }
  .horo-banner p {
    font-size: 16px;
    padding: 0 16px;
  }
  .horo-banner .horo-form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .horo-banner .horo-form form input, .horo-banner .horo-form form .button-1 {
    width: 100%;
  }
  .horo-banner .horo-form form .button-1 {
    margin: 10px auto 0;
  }
  .horo-banner .horo-info {
    font-size: 16px;
  }

  .tabien-head-2 {
    font-size: 24px;
  }

  .tabien-ref {
    display: block;
  }

  .tabien-ref .col-left {
    width: 100%;
  }

  .tabien-ref .col-right {
    width: 100%;
    padding: 30px 0 0;
  }
}
.blue{ color:#055FFD!important}
.green{ color:#038329!important}