.vc_post_tab_ebook_v1 .card-recent_post{
  margin-top: 50px!important;
}
.post-tab-ebook-v1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.post-tab-ebook-v1 .swiper-pagination-bullet-active {
    background: #209af0;
    width: 28px;
    border-radius: 5px;
}

.post-tab-ebook-v1 .head-tab {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}
.post-tab-ebook-v1 .head-tab > div{
  width: 100%;
}
.post-tab-ebook-v1 .head-tab .vc-view-more {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    bottom: 0;
    color: #FFF;
    background: #df4425;
    padding: 10px 30px;
    border-radius: 5px;
}
.post-tab-ebook-v1 .head-tab .vc-view-more:hover{
  background: #eaeaea;
  color: #df4425;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 {
    display: flex;
    gap: 20px;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left {
    width: 45%;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right {
    width: 55%;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article{
  border: 0!important;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article .read-more{
  margin: 20px 0 30px;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article span.date-post_card{
  width: auto;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article h4 a {
    font-size: 26px;
    -webkit-line-clamp: 2;
    min-height: 63px;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article img {
    height: 377px!important;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .left article .post-info {
    margin-top: 5px;
}

.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-header {
    min-width: 50%;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-info {
    min-width: 50%;
    padding-right: 15px;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-header img {
    border-radius: 15px;
    min-height: 190px;
}
.post-tab-ebook-v1 .card-post_m .post-header .new-label {
    display: block;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post_excerpt{
  display: none;
}
.post-tab-ebook-v1 .nav-sub-term-yp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
#page .vc_posts-wrapper.vc_post_tab_ebook_v1 .right article {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
    margin-bottom: 15px!important;
    gap: 10px;
    padding: 7px!important;
}

.post-tab-ebook-v1 .nav-sub-term-yp li {
    cursor: pointer;
    color: #294599;
    background: #eaeaea;
    padding: 10px 20px;
    border-radius: 5px;
    white-space: nowrap;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .read-more {
    font-size: 13px;
}
.post-tab-ebook-v1 .read-more svg {
    stroke: #df4425;
}
.post-tab-ebook-v1 .nav-sub-term-yp li.active{
  background: #294599;
  color: #FFF;
}
.post-tab-ebook-v1 .p-title h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}
/*for Mobile*/
@media (max-width: 767px) {
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-info .date-post_card span.post_view {
    display: none;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-info .date-post_card {
    width: 100%;
}
.vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-info .date-post_card::after{
display: none;
}
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-header img {
      min-height: 140px!important;
  }
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .right article .post-header {
    min-width: 47%;
}
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .left article img {
    height: 290px !important;
  }
.vc_posts-wrapper.vc_post_tab_ebook_v1 {
    flex-wrap: wrap;
}
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .left, .vc_posts-wrapper.vc_post_tab_ebook_v1 .right {
    width: 100%;
  }
  .post-tab-ebook-v1 .head-tab .vc-view-more {
    top: 10px;
    bottom: auto;
    padding: 7px 17px;
  }
  .post-tab-ebook-v1 .nav-sub-term-yp ul{
    overflow-x: scroll;

  }

}

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {

  .vc_posts-wrapper.vc_post_tab_ebook_v1 .left article img {
    height: 290px !important;
  }
.vc_posts-wrapper.vc_post_tab_ebook_v1 {
    flex-wrap: wrap;
}
  .vc_posts-wrapper.vc_post_tab_ebook_v1 .left, .vc_posts-wrapper.vc_post_tab_ebook_v1 .right {
    width: 100%;
  }

  .post-tab-ebook-v1 .head-tab .vc-view-more {
    top: 10px;
    bottom: auto;
    padding: 7px 17px;
  }
  .post-tab-ebook-v1 .nav-sub-term-yp ul{
    overflow-x: scroll;

  }
}
