.main-header {
  height: 300px;
}
.main-header.-banner .s-container {
  position: relative;
  justify-content: start;
  width: 100%;
  text-align: left;
}
.main-header .subtitle h3 {
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 0;
}

#page-nav {
  margin-bottom: var(--s-space);
  background-color: #fff;
  border-bottom: 1px solid #dcdfe5;
}
#page-nav .title {
  padding: 10px;
  position: relative;
  padding-bottom: calc(var(--s-space) / 2);
  text-transform: uppercase;
}
#page-nav .title:after {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  content: "+";
  font-size: 1.1em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: 0.3s;
}
#page-navul {
  padding: 0;
  margin: 0;
}
#page-nav .page-nav-d {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-left: auto;
  font-size: 15px;
}
#page-nav .page-nav-d > div {
  height: 100%;
}
#page-nav .page-nav-d .children {
  display: none;
}
#page-nav .page-nav-d ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-direction: column;
}
#page-nav .page-nav-d li {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
}
#page-nav .page-nav-d li:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--s-accent);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#page-nav .page-nav-d li:hover:after {
  width: 100%;
  left: 0;
}
#page-nav .page-nav-d li a {
  /*padding: 10px 15px;*/
  padding: 15px 15px 15px 0;
}
#page-nav .page-nav-d li:hover > a,
#page-nav .page-nav-d li:hover > .si-down {
  color: var(--s-accent-hover);
}
#page-nav .page-nav-d li:hover > .sub-menu {
  display: none;
}
#page-nav .page-nav-d .sub-menu {
  display: none;
}
#page-nav .page-nav-d .menu-item-has-children > .si-down {
  display: none;
}
#page-nav .page-nav-d .menu-item-has-children .sub-menu .menu-item-has-children > .si-down {
  display: none;
}
#page-nav .page-nav-d .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > .si-down {
  display: none;
}
#page-nav.active .title:after {
  transform: translateY(-60%) rotate(45deg);
}
#page-nav.active .page-nav-d {
  padding: 0;
  margin: 0;
  height: auto;
  overflow: visible;
}

.content-item.-card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content-item.-card::hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.content-headline .cover img {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.site-nav-d .sub-menu {
  min-width: 250px;
  width: auto;
}
.site-nav-d .sub-menu .sub-menu {
  min-width: 250px;
}
.site-nav-d li a {
  padding: 10px;
}

.s-theme {
  display: flex;
  width: 75px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background-color: #e1e3e5;
  overflow: hidden;
  justify-content: space-between;
}
.s-theme li {
  list-style: none;
}
.s-theme li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  color: #898989;
  text-align: center;
}
.s-theme li a:hover {
  opacity: 0.8;
}
.s-theme li.current-lang a {
  background-color: #fff;
}

.s-title.-headline {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  font-weight: 500;
}
.s-title.-center {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  color: #d96098;
}
.s-title.-dark {
  color: #d96098;
}
.s-title.-dark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 2px;
  margin-top: -1px;
  background-color: #d96098;
  margin-left: 16px;
  box-sizing: border-box;
}
.s-title.-light {
  color: #ffffff;
}
.s-title.-light::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  margin-left: 16px;
  box-sizing: border-box;
}

.s-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  margin-top: -30px;
}
.s-link .btn-link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 0.4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "noto-sans-thai",noto-sans,sans-serif;
}
.s-link .btn-link .text {
  font-size: 0.9rem;
  padding: 5px 12px;
  text-transform: uppercase;
}
.s-link .btn-link .text p {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.s-link .btn-link .logo {
  padding: 10px;
}

.s-intro {
  color: #ffffff;
  background-color: #c35588;
  height: 330px;
}
.s-intro .site-data {
  display: flex;
  flex-direction: row;
}
.s-intro .info {
  text-align: left;
}
.s-intro .cover {
  margin-top: -50px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 15px;
}
.s-intro .cover img {
  max-width: 400px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.s-couter {
  height: 520px;
}
.s-couter .site-couter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #222222;
}
.s-couter .site-couter .couter {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
}

.slider-area .slider {
  padding: 0;
}

/* Desktop */
@media only screen and (min-width: 768px) {
  #page-nav .page-nav-d {
    height: auto;
  }
  #page-nav .page-nav-d ul {
    flex-direction: row;
  }
  .seed-social {
    text-align: center;
  }
}
/* Mobile */
@media only screen and (max-width: 600px) {
  .main-header {
    min-height: 230px;
  }
  .main-header .subtitle {
    text-align: center;
  }
  .main-header .title {
    text-align: center;
  }
  .main-header.-banner .s-container {
    justify-content: center;
  }
  .s-intro {
    height: auto;
  }
  .s-intro .site-data {
    flex-direction: column;
  }
  .s-intro .cover {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .s-intro .cover img {
    max-width: 100%;
  }
  .s-couter {
    height: auto;
  }
  .s-couter .site-couter {
    flex-wrap: wrap;
  }
  .s-couter .site-couter .couter {
    width: 33.33%;
  }
}/*# sourceMappingURL=style.css.map */