@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;

0,700;1,400;1,700;1,800&display=swap);.section-prnews {
  margin-top: 20px;
}

.section-prnews .slick-slide {
  margin: 0 16px 30px;
}

.section-prnews .slick-list {
  margin: 0 -16px;
  padding: 5px 0;
  overflow: visible;
  overflow-x: clip;
}

@media (min-width: 768px) {
  .section-prnews .banner-topic {
    margin-bottom: 32px;
  }
}

.section-prnews .slick-dotted {
  margin-bottom: 30px;
}

.section-prnews .slick-dots {
  bottom: 0;
}

.section-prnews .slick-dots li {
  width: 10px;
  height: 10px;
}

.section-prnews .slick-dots li button {
  width: 10px;
  height: 10px;
}

.section-prnews .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.section-prnews .slick-dots li button:before {
  font-size: 12px;
}

.section-prnews .slick-dots li.slick-active button:before {
  color: #319c97;
}

.section-prnews .slick-dots li button:before {
  color: #37afaa;
}

.section-filter .box-filter-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 26px;
  padding: 20px;
}

@media (max-width: 768px) {
  .section-filter .box-filter-btn-group {
    gap: 16px;
    justify-content: start;
    overflow-x: auto;
    width: auto;
    padding: 20px 0px 30px;
  }
}

.section-filter .box-filter-btn-group .btn-filter {
  padding: 6px 16px;
  border-radius: 1px;
  border-color: #0576ae;
  color: #0576ae;
}

.section-filter .box-filter-btn-group .btn-filter:hover,
.section-filter .box-filter-btn-group .btn-filter:focus {
  background-color: #0576ae;
  border-color: #0576ae;
  color: #fff;
}

@media (max-width: 768px) {
  .section-filter .box-filter-btn-group .btn-filter {
    white-space: nowrap;
    padding: 6px 16px;
  }
}

.prnews-item {
  box-shadow: 0 4px 20px 0 rgba(160, 172, 202, 0.31);
  border-radius: 6px;
  margin-bottom: 1rem;
}

.prnews-item .entry-header {
  padding: 1rem;
}

.prnews-item .entry-header h3 {
  line-height: 1.33;
  font-weight: 600;
  font-size: 16px;
  min-height: 86px;
}

@media (min-width: 768px) {
  .prnews-item .entry-header h3 {
    font-size: 20px;
    min-height: 110px;
  }
}

.prnews-item .entry-header a {
  color: #26938b;
}

.prnews-item .sub-title {
  margin-bottom: 16px;
  color: #3a86b3;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  .prnews-item .sub-title {
    font-size: 16px;
  }
}

.section-testimonial {
  margin-top: 32px;
}

.section-testimonial .banner-topic {
  margin-bottom: 0;
}

.section-testimonial .slick-dots li button:before {
  font-size: 0;
}

@media (min-width: 768px) {
  .section-testimonial .slick-dotted.slick-slider {
    margin: 0;
  }
}

.section-testimonial .slick-dots li {
  width: 40px;
  height: 8px;
  border-radius: 22px;
  background-color: #ddd;
}

.section-testimonial .slick-dots li.slick-active {
  background-color: #319c97;
}

.section-testimonial .slick-dots {
  bottom: 14px;
}

@media (min-width: 768px) {
  .section-testimonial .slick-dots {
    bottom: 90px;
  }
}

.section-testimonial .slick-next:before,
.section-testimonial .slick-prev:before {
  color: #26938b;
  font-size: 28px;
}

.section-testimonial .slick-prev,
.section-testimonial .slick-next {
  z-index: 99;
}

.section-testimonial .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .section-testimonial .slick-prev {
    left: -50px;
  }
}

.section-testimonial .slick-next {
  right: 16px;
}

@media (min-width: 768px) {
  .section-testimonial .slick-next {
    right: -50px;
  }
}

.testimonial-slider {
  background-color: #e8f2f2;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .testimonial-slider {
    background: transparent;
    padding-bottom: 0;
  }
}

.testimonial-item {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .testimonial-item {
    padding: 1rem 3rem 4rem;
  }
}

.testimonial-item img {
  width: 100%;
}

.testimonial-item .inner-item {
  padding: 1rem;
}

@media (min-width: 768px) {
  .testimonial-item .inner-item {
    padding: 0;
  }
}

.testimonial-item .layer-top {
  position: relative;
}

.testimonial-item .doubleqouat {
  display: inline;
  width: 30px;
  position: relative;
  bottom: 10px;
}

.testimonial-item .fixed-text {
  min-height: 600px;
}

@media (min-width: 768px) {
  .testimonial-item .fixed-text {
    min-height: 218px;
  }
}

.testimonial-item p {
  font-size: 18px;
}

.testimonial-item h3 {
  margin-top: 2rem;
  font-size: 24px;
  color: #3a86b3;
  min-height: 58px;
}

@media (min-width: 768px) {
  .testimonial-item h3 {
    min-height: auto;
  }
}

.testimonial-item .sub-title {
  margin-bottom: 0;
  color: #626868;
  min-height: 54px;
}

@media (min-width: 768px) {
  .testimonial-item .sub-title {
    min-height: auto;
  }
}

.horizontal-news {
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(160, 172, 202, 0.6);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .horizontal-news {
    padding: 20px;
  }
}

.horizontal-news .entry-header {
  padding: 0 1rem 1rem 1rem;
}

@media (min-width: 768px) {
  .horizontal-news .entry-header {
    padding: 0;
  }
}

.horizontal-news .entry-image {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .horizontal-news .entry-image {
    margin-bottom: 0;
  }
}

.horizontal-news .entry-image img {
  border-radius: 6px;
}

.horizontal-news .title-sub {
  margin-bottom: 0.5rem;
  color: #3a86b3;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .horizontal-news .title-sub {
    font-size: 14px;
  }
}

.horizontal-news .title-main {
  margin-bottom: 1rem;
}

.horizontal-news .title-main h3 {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .horizontal-news .title-main h3 {
    font-size: 20px;
    min-height: 50px;
  }
}

.horizontal-news .title-main h3 a {
  color: #26938b;
}

.horizontal-news p {
  font-size: 18px;
}

.box-footer-detail {
  background-color: #f3fdfc;
  color: #519f99;
  font-size: 18px;
  font-family: "Prompt", sans-serif;
  line-height: 28px;
  text-align: center;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.span-bar {
  color: #3a86b3;
}

.entry-header {
  padding: 0.5rem 0;
}

.entry-header.entry-subtitle {
  background-color: #D7EBF6;
  color: #3a86b3;
}

.entry-header h1,
.entry-header h2,
.entry-header h3,
.entry-header h4,
.entry-header h5,
.entry-header h6 {
  margin-bottom: 0;
}

.template-result {
  color: #333;
}

.template-result .entry-result {
  background-color: #fafafa;
  font-family: "Sarabun", sans-serif;
  padding: 16px 50px;
}

@media (max-width: 768px) {
  .template-result .entry-result {
    padding: 20px 10px;
  }
}

.template-result .entry-result .entry-group-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
}

@media (max-width: 768px) {
  .template-result .entry-result .entry-group-item {
    gap: 12px;
  }
}

.template-result .entry-result .entry-group-item .entry-item {
  padding: 7px 16px;
  border-radius: 36px;
  border: #3a86b3 1px solid;
  color: #3a86b3;
  min-height: 36px;
}

.template-result .entry-result .entry-group-item .entry-item:hover {
  background-color: #dcf0fb;
  border-color: #dcf0fb;
  cursor: pointer;
}

.template-result .entry-result .entry-group-item .entry-item a {
  color: #3a86b3;
}

.template-result .sub-title {
  font-weight: bold;
}

.template-result .group-related {
  background-color: #fafafa;
  font-family: "Sarabun", sans-serif;
}

.template-result .group-related .fa-circle-o {
  color: #319c97;
}

.template-result a {
  color: #333;
}

