/* @import url("https://cdn.jsdelivr.net/npm/flexboxgrid@6.3.1/dist/flexboxgrid.min.css"); */
body {
  min-height: 100%;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
}

.svg-icon {
  width: 18px;
  height: 18px;
}

h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.post-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc-container.gap {
  gap: 1.5rem;
}

.nav-sub-term-yp,
.nav-sub-term-yp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-sub-term-yp li,
.nav-sub-term-yp ul li {
  cursor: pointer;
  list-style: none;
}

.vc-post {
  border-radius: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.arrow.down:before, .arrow.down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 5%;
  z-index: 1;
}

.arrow.down:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.arrow.down:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.post-views.entry-meta {
  margin: 0;
  font-family: 'KaLaTeXa';
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 425px) {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
  h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post_thaihealth_3 .vc-main-title {
  margin-bottom: 1rem;
}

.post_thaihealth_3 .vc-title {
  color: #f48131;
  display: -webkit-box;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.post_thaihealth_3 .vc-title h3 {
  font-size: 36px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.post_thaihealth_3 .vc-title span {
  margin-right: 0.25rem;
}

.post_thaihealth_3 .nav-sub-term-yp,
.post_thaihealth_3 .vc-post .vc-title {
  font-weight: bold;
  font-size: 22px;
}

.post_thaihealth_3 .nav-sub-term-yp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #e1e1e1;
  padding: 0.5rem;
  border-radius: 25px;
}

.post_thaihealth_3 .nav-sub-term-yp li {
  padding: 0.25rem 1rem 0.25rem 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  border-radius: 25px;
}

.post_thaihealth_3 .nav-sub-term-yp li.active {
  color: white;
  background-color: #f48131;
}

.post_thaihealth_3 .swiper {
  padding: 0.5rem 0.5rem 3rem 0.5rem;
  border-radius: 25px;
}

.post_thaihealth_3 .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2rem;
  background-color: #f48131;
  border-radius: 25px;
}

.post_thaihealth_3 .swiper-pagination {
  bottom: 0;
}

.post_thaihealth_3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #cccccc;
}

.post_thaihealth_3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f48131;
}

.post_thaihealth_3 .vc-post {
  display: block;
  margin: 0;
}

.post_thaihealth_3 .vc-post .vc-title,
.post_thaihealth_3 .vc-post .vc-post-date {
  display: -webkit-box;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  color: black;
}

.post_thaihealth_3 .vc-post .vc-title {
  margin: 1rem 0;
  line-height: 24px;
}

.post_thaihealth_3 .vc-post .vc-thumbnail {
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.post_thaihealth_3 .vc-post .vc-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post_thaihealth_3 .vc-post .vc-category {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 14px;
  background-color: #f48131;
  border-radius: 20px;
}

.post_thaihealth_3 .vc-post .vc-info {
  margin: 0 0.5rem;
}

.post_thaihealth_3 .vc-post .vc-sub-info {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_thaihealth_3 .vc-post .vc-viewcount {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 22px;
  border-right: 1px solid white;
}
.post_thaihealth_3 .vc-post .vc-viewcount i{
  font-size: 12px;
}
.post_thaihealth_3 .vc-post .vc-post-date {
  font-family: 'KaLaTeXa';
  font-size: 18px;
  font-weight: bold;
}
.post_thaihealth_3 .vc-post .vc-post-date i{
  font-size: 12px;
}

.post_thaihealth_3 .vc-view-more {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 0.5rem 3rem;
  background-color: #009880;
  border-radius: 20px 4px 20px 20px;
}

.post_thaihealth_3 .vc-view-more i {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
  padding: 0.5rem;
  width: auto;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: 0.25rem;
  border-radius: 22px 5px 22px 20px;
}

@media (max-width: 1200px) {
  .post_thaihealth_3 .vc-post .vc-thumbnail {
    height: calc(220px - 2vw);
  }
}

@media (max-width: 425px) {
  .post_thaihealth_3 .gap-1 {
    gap: 1rem;
  }
}
