.item-slide-post_tab_style_3 .in-thumbnail,.item-slide-post_tab_style_3 .in-info{
    display: block;
    float: left;
}
.post-tab-style-3 .nav-sub-term-yp ul{
    list-style: none;
    text-align: right;
    margin: 0;
    margin-bottom: 25px;
}
.post-tab-style-3 .nav-sub-term-yp li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}
.post-tab-style-3 .nav-sub-term-yp li a{
  color: #222;
}
.post-tab-style-3 .nav-sub-term-yp li::after {
    border-right: solid 1px #222;
    content: '';
    height: 12px;
    display: inline-block;
    margin: 0 10px -3px 13px;
}
.post-tab-style-3 .nav-sub-term-yp li:last-child::after {
display: none;
}

.vc_post_tab_style_3_right .vcps-item .featured-croped {
    width: 40%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped img{
  width: 100%;
  max-height: 88px;
  object-fit: cover;
  transition: all ease-in-out 200ms;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped:hover img{
      transform: scale(1.1);
}


.vc_post_tab_style_3_right .vcps-item .vcps-info {
    width: 60%;
    float: left;
    padding-left: 10px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3{
    line-height: 15px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
        font-size: 18px;
    text-overflow: ellipsis;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3 a {
    font-size: 18px;
    line-height: 15px;
    font-weight: 600;
    color: #222;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3 a:hover {
color: #555;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-meta {
    font-size: 16px;
    padding-top: 5px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_date {
  float: left;
  margin-right: 20px;
  line-height: 27px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_view{
    float: left;
    line-height: 27px;
    margin: 0 5px;
    padding-top: 0px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-views{
    float: left;
    margin: 0 3px;
    margin-left: 0;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-meta svg{
  width: 10px;
  color: #f9a50f;
  display:block;
  float: left;
  margin-right: 5px;
  padding-top: 2px;
}
.vc_post_tab_style_3_left{
    float: left;
    width: calc(66% - 5px);
    margin-right: 5px;
}
.vc_post_tab_style_3_right{
  float: left;
  width: calc(34% - 5px);
  margin-left: 5px;
}
.item-slide-post_tab_style_3 .in-thumbnail{width: 60%;overflow: hidden;border-radius: 7px;}
.item-slide-post_tab_style_3 .in-thumbnail a:hover img{
  transform: scale(1.1);
}

.item-slide-post_tab_style_3 .in-info h4{
  font-size: 28px;
  margin: 0;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.item-slide-post_tab_style_3 .in-info p{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-slide-post_tab_style_3 .in-info{
  width: 45%;
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #f9a50f;
  color: #222;
  padding: 40px 30px;
  border-radius: 7px;
}

.item-slide-post_tab_style_3 .in-thumbnail img{
  width: 100%;
  min-height: 342px;
  object-fit: cover;
  transition: all ease-in-out 250ms;
}
.post-tab-style-3 .p-title {
  border-bottom: solid 1px #ddd;
  position: relative;
  margin-bottom: 20px;
}
.post-tab-style-3 .p-title h3 {
    color: #f9a50f;
    font-size: 54px;
    margin: 0;
    font-weight: 600;
    line-height: 60px;
}
.post-tab-style-3 .p-title a {
    position: absolute;
    right: 0;
    background: #005655;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 16px;
    bottom: 13px;
    transition: all ease-in-out 250ms;
}
.post-tab-style-3 .p-title a:hover {
    background: #ddd;
    color: #222;
    transform: scale(1.1);
}
.post-tab-style-3 .p-title a:hover svg {
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 0px;
}
.post-tab-style-3 .p-title span {
    background: #f9a50f;
    border-radius: 50%;
    text-align: center;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 3px;
}


.post-tab-style-3 .p-title svg {
  max-width: 12px;
  margin: 0;
  text-align: center;
  display: block;
  margin-top: -6px;
  margin-left: 1px;
}
.item-slide-post_tab_style_3 .post_view svg {
    display: block;
    float: left;
}
.item-slide-post_tab_style_3 .post_view .post-views {
    display: block;
    float: left;
    line-height: 27px;
    margin: 0 5px;
}
.item-slide-post_tab_style_3 span.post_view {
    line-height: 27px;
}
.item-slide-post_tab_style_3 .post_date{
  display: block;
  float: left;
  margin-right: 20px;
}
.item-slide-post_tab_style_3 .in-info svg {
    width: 14px;
    color: #FFF;
    margin-bottom: -7px;
}
.item-slide-post_tab_style_3 .post-meta {
    font-weight: 500;
    font-size: 17px;
    margin-top: 15px;
}
.item-slide-post_tab_style_3 .in-info a {
    color: #222;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-sub-term-yp li.active {
    background: #005655;
    color: #FFF;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    border-radius: 25px;
}
.nav-sub-term-yp li.active a{
  color: #FFF;
}
.nav-sub-term-yp li.active::after{
display: none;
}
.post-tab-style-3 .swiper-button-next, .post-tab-style-3 .swiper-button-prev {
    position: absolute;
    margin: 0;
    bottom: 21px;
    top: auto;
    padding: 5px 7px;
    width: 32px;
    border-radius: 4px;
    height: auto;
    background: #FFF;
}
.post-tab-style-3 .p_excerpt {
    min-height: auto;
}
.post-tab-style-3 .swiper-button-next {
    left: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
        border-left: solid 1px #ddd;
}
.post-tab-style-3 .swiper-button-prev {
      border-right: solid 1px #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navigation-slide-post_tab_style_3 svg{
  color: #6e6e6e;
}
.vc_post_tab_style_3_right .vcps-item {
    background: #ededed;
    margin-bottom: 12px;
    border-radius: 7px;
    padding: 10px;
    padding-bottom: 0;
}
@media (max-width:767px) {
  .post-tab-style-3 .nav-sub-term-yp ul {
      text-align: left;
      padding: 0;
      margin: 0;
  }

  .post-tab-style-3 .nav-sub-term-yp li::after {
    display: none;
    }
    .post-tab-style-3 .nav-sub-term-yp li {
    display: block;
    text-align: center;
  }
  .post-tab-style-3 .nav-sub-term-yp {
    margin-bottom: 30px;
}


  .vc_post_tab_style_3_left,.item-slide-post_tab_style_3 .in-thumbnail,
  .item-slide-post_tab_style_3 .in-info,
  .vc_post_tab_style_3_right,.vc_post_tab_style_3_right .vcps-item .featured-croped,
  .vc_post_tab_style_3_right .vcps-item .vcps-info
   {
    width: 100%;
    float: none;
  }
  .vc_post_tab_style_3_right .vcps-item .vcps-info .post_view {
    margin: 0;
    margin-bottom: 10px;
}
.item-slide-post_tab_style_3 .in-info p {
    -webkit-line-clamp: 2;
}
.item-slide-post_tab_style_3 .in-info h4{
  -webkit-line-clamp: 3;
  font-size: 24px;
  margin: 0;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 63px;
}
  .vc_post_tab_style_3_right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;
    margin-top: 4px;
  }
  .post-tab-style-3 .p-title h3 {
    font-size: 28px;
  }
  .post-tab-style-3 .p-title a {
    font-size: 14px;
  }
  .vc_post_tab_style_3_right .vcps-item {
    width: 100%;
    float: left;
}
  .item-slide-post_tab_style_3 .in-info{
    position: relative;
    padding: 15px 15px 54px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -3px;
  }
  .item-slide-post_tab_style_3 .in-thumbnail img{
    max-height: 197px;
    min-height: auto;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .vc_post_tab_style_3_right .vcps-item .featured-croped img{
    min-height: 150px;
  }
  .vc_post_tab_style_3_right .vcps-item .vcps-info .post_date{
    margin-bottom: -5px;
  }
  .post-tab-style-3 .p_excerpt {
    min-height: 42px;
}
.vc_post_tab_style_3_right .vcps-item:nth-child(3) {
  display: none;
}
}

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  .post-tab-style-3 .nav-sub-term-yp ul {
      text-align: left;
      padding: 0;
      margin: 0;
  }

  .post-tab-style-3 .nav-sub-term-yp li::after {
    display: none;
    }
    .post-tab-style-3 .nav-sub-term-yp li {
    display: block;
    text-align: center;
  }
  .post-tab-style-3 .nav-sub-term-yp {
    margin-bottom: 30px;
}


  .vc_post_tab_style_3_left{
    width: 100%;
  }
  .vc_post_tab_style_3_right {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
.vc_post_tab_style_3_right .vcps-item {
    float: left;
    width: calc(50% - 10px);
    margin: 5px;
}
.vc_post_tab_style_3_right .vcps-item:nth-child(3) {
  display: none;
}
}
