.blog-archive {
  padding: 0;
}
.blog-archive .archive-post .row.align-center {
  padding: 0 var(--section) 3rem;
  max-width: 100%;
}
.blog-archive .archive-page-header {
  display: none;
}

.news-banner {
  padding: 5rem var(--section) 0;
}
.news-banner .section-content {
  height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-banner .section-content img {
  border-radius: 0.9375rem;
}
.news-banner .section-bg-overlay {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 2.08%,
      rgba(0, 0, 0, 0.23) 43.87%,
      rgba(0, 0, 0, 0.34) 65.09%,
      rgba(0, 0, 0, 0.6) 75.74%
    ),
    rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
}

.news-banner .title-big {
  font-size: 5rem;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.9;
  background: linear-gradient(180deg, #fff 59.9%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 500;
}

.news-title {
  padding: 3.75rem var(--section) 3rem;
}

.news-title .tabs-category ul {
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  justify-content: flex-start;
  scroll-padding: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  display: flex;
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
}

.news-title .tabs-category ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  display: inline-flex;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  position: relative;
}

.news-title .tabs-category ul li {
  margin: 0;
}
.news-title .tabs-category ul li:first-child a {
  padding-left: 0;
}
.news-title .tabs-category ul li.active a,
.news-title .tabs-category ul li:hover a {
  color: var(--theme-color);
}

.category .archive-post #post-list .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  height: 100% !important;
  position: relative !important;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: unset;
  margin: 0;
}

.category .archive-post #post-list .row .col {
  padding: 0;
}

.category .archive-post #post-list .row .post-item {
  position: static !important;
  max-width: 100% !important;
}

.category .archive-post #post-list .row .post-item .col-inner {
  height: 100%;
}

.category .archive-post #post-list .row .post-item .box-blog-post .box-image {
  border-radius: 1.02944rem !important;
}

.nav-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.nav-pagination a.page-number {
  background: #1381401a;
  color: var(--green-500) !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pagination a.page-number:hover {
  color: white !important;
}

.box-blog-post .post-category {
  display: inline-flex;
  align-items: center;
  padding: 0.1875rem 0.875rem;
  text-decoration: none;
  border-radius: 6.25rem;
  background: #0071bb33;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
  color: var(--theme-color2);
}

.box-blog-post .post-category .category-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--green-500);
  margin: 0;
}

.blog-archive .archive-post .box-text .post-title {
  padding: 0 0 1rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 0.81rem;
}

.blog-archive .archive-post .box-text .post-title a {
  color: #231f20;
  font-size: var(--18);
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  min-height: var(--50);
}

.blog-archive .archive-post .box-text .post-title a:hover {
  color: var(--theme-color);
}

.blog-archive .archive-post .box-blog-post {
  background-color: #fff;
  border-radius: 1rem;
  height: 100%;
}

.blog-archive .archive-post .box-text {
  padding: 1.56rem 1.4rem;
}

.blog-archive .archive-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-archive .archive-post .box-text .button {
  margin-left: auto;
  display: flex;
  width: fit-content;
  border: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  gap: 0.5rem;
  transition: all 0.3s;
  position: relative;
  font-size: 1rem;
  opacity: 1;
  color: #828282;
  background-color: transparent !important;
  min-height: auto;
  display: none;
}

.blog-archive .archive-post .box-text .button:hover {
  color: var(--theme-color);
}
@media (min-width: 768.98px) {
  .category .archive-post #post-list .row {
    row-gap: 2rem;
  }
}
@media (max-width: 768.98px) {
  .news-banner .section-content {
    height: 13rem;
  }
  .news-title {
    padding: 2.75rem var(--section) 1.38rem;
  }
  .blog-archive .archive-post .row.align-center {
    padding-bottom: 1.5rem;
  }
}
/* Single */
.blog-single {
  padding: 0;
}
.blog-single b,
.blog-single strong {
  font-weight: 600;
}
.blog-single .archive-post {
  padding: 8rem var(--section);
}

.blog-single .entry-title {
  max-width: 85%;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-color);
  text-align: center;
  margin: 0 auto;
}

.blog-single .entry-divider {
  display: none;
}

.blog-single .archive-post .row {
  max-width: calc(100% - var(--section) * 4 + 30px);
}

.blog-single .home-news {
  padding: 0;
  background: transparent;
  max-width: 100%;
  width: 100%;
}

.blog-single .home-news--top p {
  justify-content: center;
  color: #828282;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  position: relative;
}

.blog-single .home-news--top p:before {
  content: "";
  display: flex;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: var(--theme-color);
  margin-right: 0.75rem;
}

.blog-single .home-news__title {
  color: var(--theme-color);
  font-family: SVN-Optima;
  font-size: 4.125rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  display: flex;
  margin-bottom: 3rem;
  justify-content: center;
}
/*===========================*/
.archive-post__content {
  display: grid;
  grid-template-columns: 15% 1fr 25%;
  column-gap: var(--36);
  max-width: 100% !important;
}
.page-single__col-center .single-page {
  padding-bottom: 0;
}
.page-single__col-center article {
  margin-bottom: 0;
}
.blog-related_list {
  max-width: 100%;
  display: grid;
  grid-auto-rows: max-content;
  gap: var(--18);
}
.blog-related .box-blog-post {
  display: flex;
  gap: var(--12);
}
.blog-related .box-blog-post .box-image {
  width: 30% !important;
  flex-shrink: 0;
}
.blog-related .box-blog-post .box-image .image-cover {
  border-radius: var(--8);
}
.blog-related .box-blog-post .box-text {
  padding: 0;
}
.blog-related .box-blog-post .post-title a {
  color: #231f20;
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-related .box-blog-post:hover .post-title a {
  color: var(--theme-color);
}
.blog-related .box-blog-post .post-cate {
  font-size: 0.875rerm;
}
.blog-related__title h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #231f20;
}
.page-single__col-left .blog-share {
  display: flex;
  justify-content: center;
  border: 0;
}
.page-single__col-left .social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-single__col-left .social-icons span {
  font-weight: 600;
  padding-left: 0;
}
.page-single__col-left .social-icons i {
  color: var(--theme-color);
}
.page-single__col-right .blog-related {
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.87rem 1.5rem;
}
@media (min-width: 850px) {
  .is-sticky-column:not([data-sticky-mode]) {
    top: 7rem;
    transition: top 0.6s;
  }
}
@media (max-width: 849.98px) {
  .archive-post__content {
    grid-template-columns: 1fr 30%;
  }
}
@media (max-width: 768.98px) {
  .archive-post__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .archive-post__content {
    row-gap: var(--24);
  }
  .blog-single .archive-post {
    padding: 7.25rem var(--section);
  }
}
/* End blog-single */
/* error-404 */
.error-404 {
  margin: 0;
  padding: 0 0 var(--50);
}

.error-404 .image-main {
  max-width: 50%;
  margin: 0 auto;
}

.error-404 .title-main h1 {
  font-size: var(--30);
}

.error-404 .title p {
  font-size: var(--18);
}
.blog-archive .archive-post .box-blog-post .badge.absolute.top.post-date {
  right: 55px;
  left: unset;
  top: -37px;
  display: inline-block;
}
.blog-archive .archive-post .box-blog-post .badge-inner {
  background-color: #00a1dd;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.3125rem;
  width: 4.25rem;
  height: 4.6875rem;
  border: 0;
}
.blog-archive .archive-post .box-blog-post span.post-date-day {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
.blog-archive .archive-post .box-blog-post span.post-date-month {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.31rem;
}

/* error-404 */
.page-404 {
  padding: 4rem var(--section);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.page-404 .section-bg img {
  object-position: 50% 65%;
}
.page-404 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
  .sec-page {
    padding: 7.5rem var(--section) 2.5rem !important;
  }
  .page-404 {
    min-height: 65vh !important;
  }

  .category .archive-post .post-category.post-category__bottom {
    display: none;
  }

  .news-banner .title-big {
    font-size: 2.5rem;
    margin: 0;
  }

  .news-banner .title-small {
    font-size: var(--24);
  }

  .news-banner {
    min-height: 20rem;
  }

  .category .archive-post #post-list .row {
    display: flex;
    flex-direction: column;
  }

  .news-title .tabs-category {
    max-width: 100%;
  }

  .news-title .tabs-category ul {
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-bottom: 0;
    justify-content: flex-start;
    scroll-padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    display: flex;
    list-style: none;
  }

  .news-title .tabs-category ul li a {
    padding: var(--3) var(--10);
    font-size: var(--14);
  }

  .error-404 .image-main {
    max-width: 100%;
  }

  .error-404 .title-main h1 {
    font-size: var(--24);
  }

  .error-404 {
    padding-bottom: var(--30);
  }

  .blog-single .archive-post .row {
    max-width: 100%;
  }

  .blog-single .entry-title {
    max-width: 100%;
    font-size: var(--24);
    margin-bottom: 0;
  }

  .entry-header-text {
    padding-bottom: 0;
  }
}
