.page-blog {
  background-color: #f4f4f4;
}
.page-blog .list-post {
  margin: 0;
}
.page-blog .list-post .wrapper-item-post {
  border-radius: 5px 30px 5px 5px;
}
.page-blog .list-post .text-post {
  margin-bottom: 0;
}
.page-blog .list-post .label-post {
  width: 60px;
  height: 60px;
}
.page-blog .list-post .wrapper-img-post {
  height: 75%;
  border-radius: 5px 30px 5px 5px;
}
.page-blog .item-post {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .page-blog .wrapper-tabs + .custom-scrollbar {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .page-blog .wrapper-tabs {
    margin: 0 -20px;
    padding: 0 20px 30px ;
    white-space: nowrap;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-align: end;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-blog .wrapper-tabs::-webkit-scrollbar {
    display: none;
  }

  .page-blog .wrapper-tabs + .custom-scrollbar {
    height: 2px;
    background: #FFF;
    border-radius: 999px;
    margin-top: 2px;
    position: relative;
    top: -15px;
  }

  .page-blog .wrapper-tabs + .custom-scrollbar .custom-scrollbar__thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #733E90;
    border-radius: inherit;
  }
}
@media (min-width: 660px) {
  .page-blog {
    padding-bottom: 80px;
  }
  .page-blog .list-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .page-blog .list-post .wrapper-img-post {
    height: 250px;
  }
  .page-blog .item-post {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-blog .wrapper-tabs {
    margin-right: -35px;
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .page-blog .list-post {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
  .page-blog .list-post .data-post {
    margin-bottom: 5px;
  }
  .page-blog .list-post .wrapper-img-post {
    height: 210px;
  }
}
@media (min-width: 1280px) {
  .page-blog .list-post .wrapper-img-post {
    height: 265px;
  }
}
@media (min-width: 1440px) {
  .page-blog {
    padding-bottom: 100px;
  }
  .page-blog .list-post {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-blog .list-post .label-post {
    width: 65px;
    height: 65px;
  }
  .page-blog .list-post .text-post {
    -webkit-line-clamp: 5;
  }
  .page-blog .list-post .wrapper-img-post {
    height: 215px;
  }
}
@media (min-width: 1600px) {
  .page-blog .list-post .wrapper-img-post {
    height: 240px;
  }
}
@media (min-width: 1920px) {
  .page-blog .list-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .page-blog .list-post .text-post {
    -webkit-line-clamp: 4;
  }
  .page-blog .list-post .title-post {
    margin-bottom: 20px;
  }
  .page-blog .list-post .wrapper-img-post {
    height: 290px;
  }
}
