:root {
  --color-blue: #20498e;
  --color-green: #76b72a;
  --color-red: #c71517;
  --color-pink: #C2007A;
  --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: 40px !important;
  padding: 0 15px;
}

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

.main .head {
  width: 100%;
  text-align: center;
}
.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: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: var(--map-line-color-pk);
}

.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-pink);
}
.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: 92px;
  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-pink) !important;
  color: var(--color-pink) !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-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
  } */
/* .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;
  } */

.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 60px;
}
.news-list img{
  /* border-top-right-radius: 8px;
  border-top-left-radius: 8px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
}
.box-news .sub-details {
  text-align-last: left;
  padding-left: 20px;
  padding-top: 14px;
  padding-right: 10px;
  display: flex;
  gap: 7px;
  flex-direction: column;
  position: relative;
}
.box-news .sub-details p:first-child {
  color: #9f9f9f;
  font-size: 12px;
}
.box-news .sub-details p:last-child {
  color: #030303;
  font-size: 14px;
  line-height: 19px;
  /* padding: 0.3rem 7px 0; */
  margin: 0;
  width: 100%;
  height: 39px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.box-news {
  background: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  /* margin: 10px 10px 10px 5px; */
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.btn-details {
  float: right;
  padding: 14px;
}
.btn-details a {
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 26px;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
  color: #2e383c;
  position: relative;
}
.btn-details a img {
  width: 5px;
  position: absolute;
  left: 80px;
  top: 14px;
  height: auto;
}
.news-list .box-news .sub-details:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 33px;
  width: 1%;
  height: 36px;
  border-radius: 100px;
  background: var(--color-pink);
}
.nav-dropdown .dropdown select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #9b9b9b;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}
.nav-dropdown .dropdown {
  position: relative;
}
.nav-dropdown .dropdown:first-child .vt-down {
  content: "";
  position: absolute;
  right: -100px;
  bottom: 13px;
  width: 100%;
  /* height: 4px; */
}
.nav-dropdown .dropdown:last-child .vt-down {
  content: "";
  position: absolute;
  right: -73px;
  bottom: 13px;
  width: 100%;
  /* height: 4px; */
}

.nav-dropdown {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
}
.banner-homepage img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sub-image {
  text-align: -webkit-center;
}

.sub-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: bottom;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@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;
  }
  .page-content .main{
    margin-top: 0 !important;
  }
  .sub-content{
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #banner-homepage img {
    width: 100%;
    height: auto;
  }
  .banner-homepage{
    padding-top: 50px;
  }
  .news-list{
    grid-template-columns: 1fr;
  }
  .sub-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .nav-dropdown{
    flex-direction: column;
  }
  .nav-dropdown .dropdown select{
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sitemap-wrap {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
