.breadcrumb-nav {
  padding: 20px 0;
}
.breadcrumb-nav li {
  font-size: 15px;
  line-height: 18px;
  color: var(--des-text);
}
.breadcrumb-nav li a {
  font-size: inherit;
  line-height: inherit;
  color: var(--primary-color);
}
article {
  padding-bottom: 80px;
}
article p {
  font-weight: 400;
  line-height: 24px;
  color: var(--sub-text);
}
article img {
  margin-bottom: 15px;
  max-width: 100%;
}
.discovery-input img {
  margin-bottom: 0;
}
.discovery-input a {
  display: flex;
}
.news-list > .col {
  padding-bottom: 24px;
}
.large-post-item {
  position: relative;
}
.large-post-item .image-cover {
  position: relative;
  height: 100%
}
.large-post-item .image-cover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
  z-index: 1;
}
.large-post-item .image-cover img {
  max-height: 370px;
}
.large-post-item .box-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}
.large-post-item .post-title {
  margin-bottom: 0;
  color: #ffffff;
}
.large-post-item .post-title a {
  color: inherit;
  text-transform: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.large-post-item .post-title a:hover {
  color: inherit;
}

    .large-post-item .image-cover img {
        height: 100%;
    }
.pagination {
  justify-content: center;
}
.pagination li {
  margin: 0 7.5px;
}
.pagination li a {
  min-width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 100% !important;
  color: var(--des-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.active a {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.post-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: var(--des-text);
}

@media screen and (max-width: 767px){
    .breadcrumb-nav li {
        font-size: 13px;
    }
}