/* @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_thaihealth_4 .post-views.entry-meta {
  margin: 0;
}

@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_4 .vc-main-title {
  margin-bottom: 1rem;
}

.post_thaihealth_4 .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_4 .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_4 .vc-title span {
  margin-right: 0.25rem;
}

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

.post_thaihealth_4 .nav-sub-term-yp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1rem;
}

.post_thaihealth_4 .nav-sub-term-yp li {
  padding: 12px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
  border-radius: 20px 20px 0 0;
  color: white;
  background-color: #2da889;
  font-weight: 400;
  margin-right: 3px;
}

.post_thaihealth_4 .nav-sub-term-yp li.active {
  background-color: #f48131;
  font-weight: bold;
}

.post_thaihealth_4 .nav-sub-term-yp li:last-child {
  margin-right: 0;
}

.post_thaihealth_4 .swiper {
  padding: 0 0 2rem 0;
  border-radius: 25px;
  overflow: hidden;
}

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

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

.post_thaihealth_4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #a3a3a3;
}

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

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

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

.post_thaihealth_4 .vc-post .vc-title {
  margin-top: 0;
  font-size: 17px;
  line-height: 24px;
}

.post_thaihealth_4 .vc-post .vc-thumbnail {
  padding-bottom: calc( 0.5 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post_thaihealth_4 .vc-post .vc-thumbnail img {
  display: block;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  object-fit: cover;
  object-position: top;
}

.post_thaihealth_4 .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_4 .vc-post .vc-info {
  margin: 15px;
}

.post_thaihealth_4 .vc-post .vc-post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}

.post_thaihealth_4 .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;
      transition: all ease-in-out 150ms;
}

.post_thaihealth_4 .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_4 .vc-post .vc-thumbnail {
    height: calc(220px - 2vw);
  }
}

@media (max-width: 425px) {
  .post_thaihealth_4 .nav-sub-term-yp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
  }
  .post_thaihealth_4 .nav-sub-term-yp li {
    padding: 1rem 1.5rem;
    border-radius: 0;
    margin-right: 0;
  }
  .post_thaihealth_4 .gap-1 {
    gap: 1rem;
  }
}
