@import url("https://cdn.jsdelivr.net/npm/flexboxgrid@6.3.1/dist/flexboxgrid.min.css");
.post-tab-style-1 {
}

.post-tab-style-1 body {
  min-height: 100%;
}

.post-tab-style-1 .fa,
.post-tab-style-1 .fab,
.post-tab-style-1 .fad,
.post-tab-style-1 .fal,
.post-tab-style-1 .far,
.post-tab-style-1 .fas {
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
}

.post-tab-style-1 .svg-icon {
  width: 18px;
  height: 18px;
}

.post-tab-style-1 h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
}

.post-tab-style-1 h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.post-tab-style-1 h4 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.post-tab-style-1 .vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-tab-style-1 .vc-container.gap {
  gap: 1.5rem;
}

.post-tab-style-1 .nav-sub-term-yp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-tab-style-1 .nav-sub-term-yp ul li {
  cursor: pointer;
  list-style: none;
}

.post-tab-style-1 .vc-post {
  border-radius: 0;
}

.post-tab-style-1 .mb-2 {
  margin-bottom: 2rem;
}

.post-tab-style-1 .text-center {
  text-align: center;
}

.post-tab-style-1 .grid {
  display: -ms-grid;
  display: grid;
}

.post-tab-style-1 .arrow.down:before, .post-tab-style-1 .arrow.down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 5%;
  z-index: 1;
}

.post-tab-style-1 .arrow.down:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.post-tab-style-1 .arrow.down:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@media (max-width: 425px) {
  .post-tab-style-1 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .post-tab-style-1 h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .post-tab-style-1 h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post-tab-style-1 .p-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.post-tab-style-1 .p-title h3 {
  color: #275d3b;
}

.post-tab-style-1 .p-title h5 {
  color: #fec81d;
}

.post-tab-style-1 .p-title .term-link-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #072342;
}

.post-tab-style-1 .p-title .term-link-all span {
  background-color: #072342;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}

.post-tab-style-1 .p-title .term-link-all span svg {
  color: white;
}

.post-tab-style-1 .swiper-pagination {
  width: auto;
  bottom: 1.5rem !important;
  right: 1rem !important;
  left: auto !important;
}

.post-tab-style-1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
}

.post-tab-style-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fec81d;
}

.post-tab-style-1 .vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-tab-style-1 .vc-container.gap {
  gap: 1.5rem;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left {
  width: 25%;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay {
  height: 100%;
  position: relative;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay::before {
  content: " ";
  position: absolute;
  background-color: #fec81d;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide {
  min-height: 400px;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-thumbnail {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: black;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-thumbnail img {
  position: absolute;
  left: calc(100% / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 300px;
  margin: auto;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail img{
  transition: all ease-in-out 250ms;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post:hover img {
    transform: scale(1.1);
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info {
  position: absolute;
  bottom: 1rem;
  color: white;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(45%, black), to(transparent));
  background: linear-gradient(0deg, black 0%, black 45%, transparent 100%);
  padding: 1rem;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .post_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .post_date svg {
  color: #fec81d;
  margin-right: 0.5rem;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .view_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .view_more svg {
  margin-left: 0.125rem;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right {
  width: 75%;
  margin-left: 1.5rem;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post {
  position: relative;
  width: calc(100% / 3);
  min-height: 390px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail {
  position: relative;
  height: 45%;
  overflow: hidden;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail img {
  position: absolute;
  width: 100%;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .vc-post-date {
  position: absolute;
  right: 0;
  bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  color: white;
  background-color: #001c3c;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .vc-post-date svg {
  color: #fec81d;
  margin-right: 0.5rem;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .divide-obj {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -1px;
  width: 30px;
  height: 15px;
  border-top: solid 15px transparent;
  border-left: solid 15px white;
  border-right: solid 15px white;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail::before {
  content: "";
  position: absolute;
  width: 15px;
  border-top: solid 15px white;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail::after {
  content: "";
  position: absolute;
  width: calc(100% - 45px);
  left: 45px;
  bottom: -1px;
  border-top: solid 15px white;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-info {
  background-color: white;
  line-height: 20px;
  padding: 0.75rem;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title,
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 22px;
  line-height: 22px;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title a {
  color: #275d3b;
  font-weight: 600;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .excerpt {
  font-size: 18px;
  line-height: 18px;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-view-more {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid transparent;
  padding: 1rem;
}

.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-view-more svg {
  color: #fec81d;
}

@media (max-width: 767px) {
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_left {
    margin: 0 -5px;
  }
}

@media (max-width: 998px) {
  .post-tab-style-1 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .post-tab-style-1 h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .post-tab-style-1 h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .post-tab-style-1 .vc-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_left,
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_right {
    width: 100%;
  }
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_right {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_right .vc-post {
    width: 100%;
    margin-bottom: 0;
  }
  .post-tab-style-1 .vc-container .vc_post_tab_style_1_right .vc-post .vc-thumbnail {
    height: calc(360px / 2);
  }
}
