/*@import url("https://fonts.googleapis.com/css?family=Prompt:300");*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");

@font-face {
  font-family: Thaisanslite;
  src: url("thaisanslite_r1.ttf");
}

body {
  /*font-family: "Prompt", sans-serif !important;*/
  font-family: "Thaisanslite", sans-serif;
  background-color: #f2f3ee;
  font-size: 22px;
  line-height: 26px;
}

/* App */

.isMobile {
  display: none;
}

.pk-border-color {
  border-color: #c8c3bd;
}

.title-name {
  font-weight: bold;
  color: #322833;
  margin-top: 10px;
}

.card-content {
  margin-bottom: 20px;
}

.card-content a {
  text-decoration: none;
  color: #322833;
}

.card-content a:hover {
  font-weight: bold;
}

.desc-short {
}

.desc-short p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  box-shadow: -2px 2px 3px 1px #868686;
}

.head-text {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #c8c3bd;
  padding-bottom: 10px;
  font-size: 46px;
  font-weight: bold;
  color: #71432b !important;
  text-shadow: 1px 1px 1px #575757;
}

/* จบ App */

/* ค้นหาหัวเว็บ */

.form-search {
  text-align: right;
}

.form-search .form-search-input {
  width: 100%;
}

.form-search .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.form-search .icon {
  background-color: #ffffff;
  min-width: 20px;
  padding: 5px;
  text-align: center;
  border-style: solid;
  border-color: #c8c3bd;
  border-width: 1px;
  border-left: none;
  color: #c8c3bd;
}

.form-search .input-field {
  width: 100%;
  padding: 2px;
  outline: none;
  border-style: solid;
  border-right: none;
  border-width: 1px;
  border-color: #c8c3bd;
}

.form-search .input-field:focus {
}

.menu a {
  font-weight: bold;
  color: #71432b !important;
  font-size: 26px;
}

a:hover {
  color: #71432b;
}

/* จบ ค้นหาหัวเว็บ */

/* บริการ */
.service .img-thumbnail {
  border-width: 8px;
  padding: 0px;
}
/* จบ บริการ */

/* h3 หน้าแรก */
.home-title {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  color: #71432b !important;
  text-shadow: 1px 1px 1px #575757;
  margin-bottom: 20px;
}

.home-article-title {
  background-color: #d2c8bf;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 50px;
  padding: 10px;
  padding-top: 0px;
}

.marginTop {
  margin-top: 50px;
}

/* จบ h3 หน้าแรก */

.tb-search a {
  text-decoration: none;
  color: #71432b;
}

.tb-search a:hover {
  text-decoration: underline;
  color: #71432b;
}

/* เส้นใต้แบบไล่สี */
.bar_under_line {
  background: rgb(136, 110, 87);
  background: linear-gradient(
    90deg,
    rgba(136, 110, 87, 1) 0%,
    rgba(215, 208, 198, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  height: 30px;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* จบ เส้นใต้แบบไล่สี */

/* บทความ */
.article .img-thumbnail {
  border-width: 20px;
  padding: 0px;
  border-color: #dfded9;
}

.article-all {
  background-color: #71432b;
  padding: 10px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
  color: #f2f3ee;
}

.article-all a {
  text-decoration: none;
  color: #ffffff;
}
/* จบ บทความ */

/* อัตราค่าบริการ */
.card-service-rate {
  border-style: solid !important;
  border-width: 20px !important;
  padding: 0px;
  border-color: #dfdeda !important;
}
/* จบอัตราค่าบริการ */

/* review */
.card-review {
  width: 100% !important;
  margin-left: 20px;
  margin-right: 20px;
  border-width: 10px !important;
  border-color: #dfded9 !important;
  background-color: #f2f3ee !important;
  padding: 20px !important;
}

.card-review-sub {
  background-color: #dfded9 !important;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
}

.review-title {
  text-align: left;
  color: #71432b !important;
  text-shadow: 1px 1px 1px #575757;
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: -10px;
  margin-top: -10px;
  z-index: 99;
}

.card-review-container-desc {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}

.card-review-desc {
  text-align: left;
  font-size: 14px;
  color: #71432b !important;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

/* จบ review */

/* Start config slider docter */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  background-color: #f2f3ee;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper-button-next,
.swiper-button-prev {
  font-family: swiper-icons;
  font-size: 30px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: #71432b;
  padding: 30px;
  border-radius: 50%;
  color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: #71432b;
  border-radius: 50%;
}

.swiper .card {
  width: 100%;
  max-width: 350px;
  border-width: 12px;
  border-color: #a2988e;
  padding: 0px;
  background-color: #a2988e;
}

.swiper .desc {
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  background-color: #a2988e;
}

/* End config slider docter*/

.footer {
  margin-top: 50px;
  background-color: #d3cec8;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #71432b;
}

.footer a {
  color: #71432b;
}

.footer-contact {
  font-weight: bold;
  color: #71432b;
}
