:root {
  --color-blue: #20498e;
  --color-green: #76b72a;
  --color-red: #c71517;
  --color-yellow: #fad53d;
  --color-dark-text: #2e383c;
  --color-white-text: #ffffff;

  --map-background-color: white;
  --map-station-basic-width: 10px;
  --map-station-point-width: 19px;
  --map-line-color-yl: #fad53d;
  --map-line-color-pk: #d76886;
  --map-line-color-gr: #7ab420;
  --map-line-color-gw: #00807d;
  --map-line-color-gold: #a88b34;
  --map-line-color-white: #ffffff;
}

.container {
  position: relative;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.page-content {
  /* border: 1px solid #ccc; */
}

.page-content .main {
  margin-top: 100px !important;
  padding: 0 15px;
}

.main {
  margin-top: 60px;
  padding: 0 15px;
}

.main .head {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.main .text-white h1 {
  color: var(--color-white-text) !important;
}

.main h1 {
  color: var(--color-dark-text);
  font-size: 26px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.main h1::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -12px;
  width: 80%;
  height: 4px;
  border-radius: 100px;
  background: var(--color-yellow);
}

.main .head-promo {
  width: 100%;
  text-align: center;
}

.sitemap-wrap {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
  column-gap: 15px;
  margin: 60px 0;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.sitemap-wrap ul.item h2 {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  color: #030303;
  padding-left: 15px;
  margin-bottom: 13px;
}
.sitemap-wrap ul.item h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: var(--color-yellow);
}
.sitemap-wrap ul.item li {
  list-style: none;
  padding: 7px 10px 7px 20px;
  transition: 0.1s ease;
  cursor: pointer;
}
.sitemap-wrap ul.item li:hover {
  background-color: #00000010;
}
.sitemap-wrap ul.item li a,
.sitemap-wrap ul.item li {
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  color: var(--color-dark-text);
}
.sitemap-wrap ul.item li#more-sub {
  display: grid;
  grid-template-columns: 1fr 18px;
}
.sitemap-wrap ul.item li#more-sub img {
  width: 100%;
  height: auto;
  transition: 0.1s ease;
  transform: rotate(0deg);
}
.sitemap-wrap ul.item li#more-sub[data-status="active"] > img {
  transform: rotate(180deg);
}
ul.submenu {
  margin: 6px 0 0 20px;
  overflow: hidden;
  height: 0px;
  transition: 0.1s ease;
}
ul.submenu li a,
ul.submenu li {
  font-weight: 300;
  font-size: 14px;
}

.banner-homepage {
  padding-top: 90px;
  text-align: -webkit-center;
}

/* Arrow ลูกศรหน้าแรก */
.slick-prev.slick-arrow {
  display: none !important;
}
.slick-next.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  /* padding: 0 !important; */
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.slick-dots li {
  margin: 0 4px !important;
  position: revert !important;
  width: auto !important;
}

.slick-dots li button {
  background: gray;
  height: 10px !important;
  width: 10px !important;
  overflow: hidden !important;
  color: gray;
  border: 1px solid #ffffff5c !important;
  border-radius: 10px !important;
}

.slick-active button {
  background: var(--color-yellow) !important;
  color: var(--color-yellow) !important;
}

.content {
  padding-top: 20px;
  display: grid;
}

.sub-content .sub-hand {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #2e383c;
}
.sub-content .details {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #3f3f3f;
}

.content-img {
  text-align-last: center;
}
.sub-content {
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.sub-details {
  padding-top: 25px;
  color: #2e383c;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.118182px;
}

.sub-head {
  font-size: 24px;
  color: #030303;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.118182px;
}
/* section.custom-faq label {
  font-size: 16px;

  border-left: 0px;
  color: #424345;
  padding: 15px 45px 15px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e7e7e7;
}
.custom-faq > label,
section.custom-faq.active > label,
.custom-faq > label:hover {
  background: #ffff;
  color: #424345;
}
section.custom-faq.active > label {
  border-color: #ffff;
}

.custom-faq > label:before {
  border: 0px solid transparent;
  border-left-color: inherit;
  right: 10px;
  content: "";
  margin-top: -6px;
  position: absolute;
  top: 50%;
}

.custom-faq > label:before {
  border: 0px solid transparent;
  border-left-color: inherit;
  right: 10px;
  content: "";
  margin-top: 0px;
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 12.5px;
  transform: rotate(180deg);
  background-image: url(https://uht-www.mfcfund.com/wp-content/uploads/2021/05/icon-dropdown.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-faq.active > label:before {
  border: 0px solid transparent;
  margin-top: 0px;
  right: 10px;
  transform: rotate(0deg);
}

.custom-faq > .toggle-content {
  padding-bottom: 0px;
  padding-right: 20px;
  background-color: #ff62771f;
}
.custom-faq > .toggle-content > p {
  font-size: 14px;
} */
.sub-content section{
  width:100%;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 20px;
}
.sub-content section label{
  width: 100%;
  height: auto;
}
.title-toggle{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.118182px;
  color: #2E383C;
}
.isactive .title-toggle{
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 15px;
}
.isactive .toggle-content{
  margin-top: 20px;

  position: relative;
}
.isactive .toggle-content p{
  position: relative;
  padding-left: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.118182px;
  color: #2E383C;
}
.isactive .toggle-content p:not(:first-child){
  margin-top: 10px;
}
/* .isactive .toggle-content p::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: var(--color-yellow);
} */
.isactive .toggle-content ul{
  margin-left: 20px;
}
.isactive .toggle-content ul ol{
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.118182px;
  color: #2E383C;
}
.banner-homepage img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.btn-box.active{
  background: #FAD53D;
  border-radius: 6px;
}
.btn-box{
  background: #F6F6F6;
  border-radius: 6px;
  cursor: pointer;
  text-align-last: center;
  padding: 10px 50px;
}
.btn-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1180px) {
  .main {
    margin-top: 75px;
  }
  .sitemap-wrap {
    margin: 40px 0;
  }
}
@media screen and (max-width: 850px) {
  .sitemap-wrap {
    margin: 20px 0;
    box-shadow: none;
  }
  .main {
    padding: 0;
  }
  .sub-content{
    padding: 0;
  }
  .banner-homepage{
    padding-top: 50px;
  }
  .btn-details {
    flex-direction: column !important;
    margin-bottom: 20px;
  }
  .btn-box{
    width: 100%;
  }
  .page-content .main{
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .sitemap-wrap {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
