/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/cgb_news_posts.scss ***!
  \********************************************************************************************************************************************************************/
.search-form-wrap {
  margin: 0 auto 90px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .search-form-wrap {
    margin-bottom: 30px;
  }
}
.search-form-wrap input[type=text] {
  background: #E9EDF2 !important;
}
.search-form-wrap .section-form {
  background: #E9EDF2;
}
.search-form-wrap form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-wrap .form-list {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news-posts-wrap .news-posts-content .article-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 78px;
}
@media (max-width: 767px) {
  .news-posts-wrap .news-posts-content .article-container {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
.news-posts-wrap .news-posts-content .article-container article {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.news-posts-wrap .news-posts-content .article-container article p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-posts-wrap .news-posts-content .article-container article p {
    margin-bottom: 20px;
  }
}
.news-posts-wrap .news-posts-content .article-container article .read-more-post {
  color: #1E477B;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 45px;
  border-radius: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-posts-wrap .news-posts-content .article-container article .read-more-post:hover {
  color: #fff;
  background: #1E477B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .news-posts-wrap .news-posts-content .article-container article .read-more-post {
    font-size: 15px;
  }
}
.news-posts-wrap .news-posts-content .article-container article .title-post {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 767px) {
  .news-posts-wrap .news-posts-content .article-container article .title-post {
    margin-bottom: 20px;
  }
}
.news-posts-wrap .news-posts-content .article-container article .image-post {
  display: block;
  margin-bottom: 50px;
  border-radius: 14px;
  height: 189px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-posts-wrap .news-posts-content .article-container article .image-post {
    margin-bottom: 20px;
  }
}
.news-posts-wrap .news-posts-content .article-container article .image-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-posts-wrap .news-posts-content .article-pagination {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-posts-wrap .news-posts-content .article-pagination {
    margin-top: 30px;
  }
}
.news-posts-wrap .news-posts-content .article-pagination span {
  padding: 14px 17px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  color: rgba(51, 51, 51, 0.2);
  font-size: 18px;
  font-weight: 500;
  border-radius: 14px;
  margin-left: 5px;
}
.news-posts-wrap .news-posts-content .article-pagination a.page-numbers {
  padding: 14px 17px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  color: #1E477B;
  font-size: 18px;
  font-weight: 500;
  border-radius: 14px;
  margin-left: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-posts-wrap .news-posts-content .article-pagination a.page-numbers:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background: #1E477B;
}
