<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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 .main {
  margin-top: 20px !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: 137px;
  bottom: -12px;
  width: 30%;
  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"] &gt; 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;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data-content .details div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 0 20px;
}

.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; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.sub-details {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.118182px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 500px;
}
.sub-menu {
  margin-top: 82px;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #EFD8DE;
  text-transform: uppercase;
  color: var(--color-dark-pink);
  /* z-index: 5; */
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
  padding: 20px;
}
.sub-menu-item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.sub-menu-item li {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.1s ease;
  position: relative;
}
.sub-menu-item li .bottom-color {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -14px;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background: var(--color-pink);
}
.sub-head {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.118182px;
  padding: 20px;
}

.data-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #F6F6F6;
  /* box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12); */
  border-radius: 8px;
  align-items: center;
  padding: 0 0 20px 0;
}
.btn-pdf {
  text-align: -webkit-center;
  background: var(--color-pink);
  color: white;
  border-radius: 4px;
  margin-top: 20px;
  padding: 7px 15px 7px 15px;
  cursor: pointer;
}
.content_header {
  width: 100%;
  text-align: -webkit-center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.content-rabbit {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 40px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-bottom: 30px;
}
.content-rabbit .sub-head-content {
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 0.118182px;
  color: #030303;
}
.content-rabbit .sub-dettails-content .text-details {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.118182px;
  color: #030303;
  border: 1px solid #eee;
  padding: 10px 20px;
}
.content-rabbit .sub-dettails-content ul {
  padding-left: 25px;
}
.content-rabbit .sub-dettails-content ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.118182px;
  color: #030303;
}
.sub-details .details-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height, or 115% */

  letter-spacing: 0.118182px;

  color: #030303;
}
.sub-details .content-details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.118182px;
  color: #030303;
}
.banner-rabbit {
  text-align: -webkit-center;
  margin-bottom: 50px;
  margin-top: -40px;
}
.sub-dettails-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.rabbit-header {
  width: 100%;
  text-align: -webkit-center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #2E383C;
  border: 1px solid #F2F2F2;
}
.rabbit-header .text-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
}
.rabbit-header .text-head p {
  color: #fff;
}
.details-content{
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
.sub-dettails-content .details-content .text-details {
  padding: 10px 20px;
}
.sub-dettails-content .details-content .text-details p:not(:first-child):not(:last-child) {
  
  margin-bottom: 20px;
}
.money {
  display: flex;
  gap: 1rem;
  margin-top: 25px;
  align-items: center;
}
.content-rabbit .rabbit-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.content-rabbit .rabbit-list-2 {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 1rem;
  margin-top: 20px;
}
.content-rabbit .rabbit-list .rabbit-datails {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-rabbit .rabbit-list-2 .rabbit-datails {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-rabbit .rabbit-list .rabbit-datails .head {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.118182px;
  color: #030303;
  text-align: -webkit-left;
}
.content-rabbit .rabbit-list-2 .rabbit-datails .head {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.118182px;
  color: #030303;
  text-align: -webkit-left;
}
.content-rabbit .rabbit-list .rabbit-datails .rb-dt-ct {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.118182px;
  color: #030303;
  text-align: -webkit-left;
  margin-left: 20px;
}
.content-rabbit .rabbit-list-2 .rabbit-datails .rb-dt-ct {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.118182px;
  color: #030303;
  text-align: -webkit-left;
  margin-left: 20px;
}
img.wallet {
  max-width: 179px !important;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1180px) {
  .main {
    margin-top: 75px;
  }
  .sitemap-wrap {
    margin: 40px 0;
  }
  .sub-dettails-content{
    grid-template-columns: 1fr;
  }
  .content-rabbit .rabbit-list{
    flex-direction: column;
  }
  .content-rabbit .rabbit-list-2{
    grid-template-columns: 1fr;
  }

  .sub-content img{
    width: 30%;
    height: auto;
  }
  .sub-menu{
    height: auto;
    margin-top: 50px;
  }
  .sub-menu-item{
    flex-direction: column;
  }
  .dettails-content-image{
    flex-direction: column !important;
  }
  .details-content{
    /* display: flex; */
    align-items: center;
    /* width: 30%; */
    gap: 1rem;
  }
  .btn-show-map{
    width: 100%;
  }
  .dettails-content-image img{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .sitemap-wrap {
    margin: 20px 0;
    box-shadow: none;
  }
  .main {
    padding: 0;
  }
  .wallet {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 514px) {

  .data-content .details div{
    flex-direction: column;
  }
  .data-content .details div img{
  }
}

@media screen and (max-width: 720px) {
  .sitemap-wrap {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

</pre></body></html>