.page-news .section-futured-news {
  margin-bottom: 100px;
}
.page-news .section-futured-news .slick-arrow {
  display: none !important;
}
.page-news .section-futured-news .wrap-content {
  position: relative;
}
.page-news .section-futured-news .wrap-content .block-paging {
  position: absolute;
  bottom: 0;
  left: 100px;
}
.page-news .section-futured-news .wrap-content.slick-slider .item-arrow {
  bottom: 0;
  top: unset;
  filter: unset !important;
}
.page-news .section-futured-news .wrap-content.slick-slider .item-arrow:hover {
  background-color: #08a2a5;
}
.page-news .section-futured-news .wrap-content.slick-slider .item-arrow:hover:after {
  color: #fff;
}
.page-news .section-futured-news .wrap-content.slick-slider .item-arrow.arrow-prev {
  left: 50px;
  bottom: 0px;
}
.page-news .section-futured-news .wrap-content.slick-slider .item-arrow.arrow-next {
  left: 160px;
}
.page-news .section-futured-news .item-news {
  display: flex !important;
}
.page-news .section-futured-news .item-news .col-right {
  flex: 584;
  text-align: right;
}
.page-news .section-futured-news .item-news .col-right img {
  width: 584px;
  max-width: 100%;
}
.page-news .section-futured-news .item-news .col-left {
  flex: 610;
  padding-top: 25px;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .page-news .section-futured-news .item-news .col-left {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .page-news .section-futured-news .item-news .col-left {
    padding: 0;
  }
}
.page-news .section-futured-news .item-news .col-left .item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 1024px) {
  .page-news .section-futured-news .item-news .col-left .item-title {
    font-size: 1.6rem;
    line-height: unset;
  }
}
.page-news .section-futured-news .item-news .col-left .item-date {
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 20px;
  color: #9c9aad;
}
.page-news .section-futured-news .item-news .col-left .item-excerpt {
  font-size: 18px;
  line-height: 32px;
  color: #1f1d2b;
}
.page-news .section-futured-news .item-news .block-label {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.page-news .section-futured-news .item-news .block-label:after {
  top: 14px;
  left: 165px;
  width: 374px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #e8ebf1;
}
.page-news .section-futured-news .item-news .block-label .icon-star {
  color: #ffb201;
  margin-right: 5px;
}
.page-news .section-futured-news .item-news .block-label .item-text {
  color: #ffb201;
  font-size: 18px;
  font-weight: 700;
}
.page-news .section-latest-news .item-title {
  color: #08a2a5;
}
.page-news .section-latest-news .block-categories {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}
.page-news .section-latest-news .block-categories .item-cate {
  display: block;
  padding: 0 25px 10px;
  position: relative;
  margin: 0 15px;
}
.page-news .section-latest-news .block-categories .item-cate.active a, .page-news .section-latest-news .block-categories .item-cate:hover a {
  color: #08a2a5;
}
.page-news .section-latest-news .block-categories .item-cate.active:after, .page-news .section-latest-news .block-categories .item-cate:hover:after {
  opacity: 1;
  bottom: -1px;
}
.page-news .section-latest-news .block-categories .item-cate a {
  font-size: 16px;
  font-weight: 700;
  color: #919191;
}
.page-news .section-latest-news .block-categories .item-cate:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  opacity: 0;
  transition: 0.3s;
  background-color: #08a2a5;
}
.page-news .block-news {
  margin: 50px 0;
}
.page-news .block-news .block-paging {
  justify-content: center;
}
.page-news .block-news .item-news {
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 32px;
  transition: 0.4s;
  background-color: #fff;
}
.page-news .block-news .item-news:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.09);
}
.page-news .block-news .item-news:hover .col-image img {
  transform: scale(1.06);
}
.page-news .block-news .item-news .col-image {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 15px;
}
.page-news .block-news .item-news .col-image img {
  transition: 0.3s;
}
.page-news .block-news .item-news .col-info .item-title {
  color: #0f2f64;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
}
.page-news .block-news .item-news .col-info .item-date {
  color: #8b98b8;
  font-size: 14px;
}
.page-news .block-news .item-news .col-info .item-description {
  font-size: 14px;
  margin-bottom: 0;
}