.banner .img {
  width: 100%;
  aspect-ratio: 1440/444;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 120px;
}
@media (max-width: 768px) {
  .banner .img {
    aspect-ratio: 1.5/1;
    padding: 24px;
    background-size: cover;
  }
}
.banner .img h1 {
  color: #fff;
  /* Title */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .banner .img h1 {
    font-size: 24px;
    padding: 0;
  }
}

.site-main > div {
  max-width: 83.33%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .site-main > div {
    max-width: 90%;
  }
}
.site-main > div article.archive-active-post {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .site-main > div article.archive-active-post {
    margin-bottom: 24px;
  }
}
.site-main > div article.archive-active-post > div {
  gap: 80px;
}
@media (max-width: 768px) {
  .site-main > div article.archive-active-post > div {
    gap: 24px;
    flex-direction: column-reverse;
  }
}
.site-main > div article.archive-active-post > div .thumbnail {
  width: 42%;
}
@media (max-width: 768px) {
  .site-main > div article.archive-active-post > div .thumbnail {
    width: 100%;
  }
}
.site-main > div article.archive-active-post > div .thumbnail img {
  width: 100%;
}
.site-main > div article.archive-active-post > div .content {
  flex: 1;
}
.site-main > div article.archive-active-post > div .content h2 {
  color: var(--black, #151f1e);
  /* Title */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .site-main > div article.archive-active-post > div .content h2 {
    font-size: 24px;
  }
}
.site-main > div article.archive-active-post > div .content .excerpt {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* H2 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
@media (max-width: 768px) {
  .site-main > div article.archive-active-post > div .content .excerpt {
    font-size: 18px;
  }
}
.site-main > div article.archive-active-post > div .content .post-meta {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* H2 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.site-main > div article.archive-active-post > div .content .post-meta a.category {
  border-radius: 8px;
  background: var(--logo-1, #ea9712);
  padding: 4px 8px;
  color: var(--white, #fff);
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
}
.site-main > div article.archive-active-post > div .content .post-meta .date {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
}
.site-main > div article.archive-active-post > div .content .btn-read-more {
  border-radius: 8px;
  background: var(--gray-6, #f2f2f2);
  padding: 4px 24px;
  color: var(--gray-2, #595959);
  /* btn */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
}

.archive-post {
  margin-bottom: 5rem !important;
  aspect-ratio: 384/576;
}
@media (max-width: 768px) {
  .archive-post {
    margin-bottom: 24px !important;
  }
}
.archive-post article {
  overflow: hidden;
  border: none !important;
}
.archive-post article .post-thumbnail img {
  width: 100%;
  aspect-ratio: 384/410;
  object-fit: cover;
  transition: all 0.3s ease;
}
.archive-post article .content {
  padding: 24px 20px 0 20px;
}
.archive-post article .content h2 {
  color: var(--gray-2, #595959);
  text-align: center;
  /* H2 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.archive-post article .content .excerpt {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* H2 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.archive-post article .content .post-meta {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* H2 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  margin-bottom: 8px;
}
.archive-post article .content .post-meta a.category {
  border-radius: 8px;
  background: var(--logo-1, #ea9712);
  padding: 4px 8px;
  color: var(--white, #fff);
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
}
.archive-post article .content .post-meta .date {
  color: var(--gray-2, #595959);
  text-align: justify;
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
}
.archive-post article .content .btn-read-more {
  border-radius: 8px;
  background: var(--gray-6, #f2f2f2);
  padding: 4px 24px;
  color: var(--gray-2, #595959);
  /* btn */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  display: none;
}
.archive-post article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(21, 31, 30, 0.9) 0%, rgba(21, 31, 30, 0.3) 100%);
  opacity: 0;
  transition: all 1s ease;
}
.archive-post article:hover::after {
  opacity: 1;
}
.archive-post article:hover .post-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 12px;
}
.archive-post article:hover .post-thumbnail img {
  width: 100%;
  height: 100%;
}
.archive-post article:hover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  padding: 0 40px;
}
.archive-post article:hover .content h2,
.archive-post article:hover .content .date {
  color: var(--white, #fff);
}
.archive-post article:hover .btn-read-more {
  display: block;
}

.pagination {
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a,
.pagination span {
  color: var(--gray-2, #595959);
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 24px;
  }
}
.pagination a.current,
.pagination span.current {
  color: var(--logo-1, #ea9712);
  /* body */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .pagination a.current,
  .pagination span.current {
    font-size: 24px;
    height: 24px;
    width: 24px;
  }
}
.pagination a.current::after,
.pagination span.current::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: var(--logo-1, #ea9712);
  transform: translateX(2px);
}


