header.site-header > div ul.primary-menu li a {
  color: var(--white, #333);
}

header.site-header > div ul.primary-menu li a::after {
  color: var(--white, #333);
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

.breadcrumb-container > div {
  margin: 0;
  padding: 16px 0 24px 0;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .breadcrumb-container > div {
    width: 90%;
  }
}

main {
  border-radius: 80px 0px 0px 0px;
  background: var(--gray-6, #f2f2f2);
}

main > div {
  padding-bottom: 0;
}

main > div h1 {
  color: var(--gray-1, #333);
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.4px;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  main > div h1 {
    font-size: 24px;
    padding-top: 40px;
  }
}

main > div .post-meta {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  main > div .post-meta {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

main > div .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;
}

main > div .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;
}

main > div .content {
  padding-bottom: 44px;
  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) {
  main > div .content {
    font-size: 16px;
    text-align: left;
  }
}

main > div .thumbnail-container {
  width: 91.66%;
  margin-left: auto;
}

main > div .thumbnail-container img {
  width: 100%;
  aspect-ratio: 1.8232044199;
  object-fit: cover;
}

main > div article {
  padding: 0;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}

main > div .share-container {
  padding-top: 24px;
  border-top: 1px solid #808080;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  main > div .share-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

main > div .share-container li a.active::after {
  content: attr(data-text);
  color: #595959;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #333;
  z-index: 999;
  border-radius: 4px;
  color: #fff;
}

main > div .share-container li a.active::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  width: 0;
  height: 0;
  z-index: 999;
}

.latest-news {
  border-radius: 80px 0px 0px 0px;
  background: var(--white, #fff);
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .latest-news {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}

.latest-news > div {
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}

.latest-news > div h3 {
  color: var(--gray-1, #333);
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.4px;
}

.latest-news > div .swiper-latest-news-button-prev, .latest-news > div .swiper-latest-news-button-next {
  background-color: #ededed;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.latest-news > div .swiper-latest-news-button-prev::after, .latest-news > div .swiper-latest-news-button-next::after {
  font-size: 10px;
  color: #595959;
}

.latest-news > div .swiper-latest-news-button-prev {
  left: unset;
  right: 60px;
}

.latest-news > div article {
  overflow: hidden;
  border: none !important;
}

.latest-news > div article .post-thumbnail img {
  width: 100%;
  aspect-ratio: 0.9365853659;
  object-fit: cover;
  transition: all 0.3s ease;
}

.latest-news > div article .content {
  padding: 24px 20px 0 20px;
}

.latest-news > div 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 */
}

.latest-news > div 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 */
}

.latest-news > div 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;
  padding: 0;
}

.latest-news > div 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;
}

.latest-news > div 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;
}

.latest-news > div 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;
}


