.latest_news_slider__list-others-posts-info-title, .latest_news_slider__list-feature-info-title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-others-posts-info-title, .latest_news_slider__list-feature-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

.latest_news_slider__list-others-posts-info-description, .latest_news_slider__list-feature-info-description {
  color: #061D35;
  margin-bottom: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-others-posts-info-description, .latest_news_slider__list-feature-info-description {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

.latest_news_slider__list-others-posts-info-readmore, .latest_news_slider__list-feature-info-readmore {
  border-top: 1px solid #061D35;
  color: #061D35;
  padding: 10px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-others-posts-info-readmore, .latest_news_slider__list-feature-info-readmore {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}

.latest_news_slider__heading {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #373F41;
  text-align: left;
  margin-left: -15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__heading {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 43px !important;
    line-height: 52px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__heading {
    margin-bottom: 30px;
  }
}
.latest_news_slider__list .swiper-slide {
  min-height: 452px;
}
.latest_news_slider__list .swiper-slide img {
  height: 452px;
}
.latest_news_slider__list-feature {
  overflow: hidden;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-feature {
    height: 452px;
  }
}
.latest_news_slider__list-feature img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.latest_news_slider__list-feature-info {
  background: rgba(254, 188, 46, 0.95);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FEBC2E;
  height: auto;
  padding: 20px 30px 15px 30px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-feature-info {
    height: 178px;
    padding: 25px 80px 15px 50px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.latest_news_slider__list-others {
  padding-left: 0;
  padding-right: 0;
}
.latest_news_slider__list-others-posts {
  margin-top: 30px;
  background: #ffffff;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__list-others-posts {
    padding-left: 40px;
    padding-right: 0px;
    margin-top: 0px;
  }
}
.latest_news_slider__list-others-posts-info {
  padding: 10px 0;
  border-bottom: 1px solid #AAAAAA;
  height: auto;
  display: block;
}
.latest_news_slider__list-others-posts-info-description {
  margin-bottom: 0;
}
.latest_news_slider__list-others-extend {
  background: #061D35;
  color: #FEBC2E;
}
.latest_news_slider__more {
  text-align: center;
}
.latest_news_slider__more-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #00549A;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.05);
  display: inline-flex !important;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .latest_news_slider__more-link {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.latest_news_slider__more-link:hover, .latest_news_slider__more-link:active, .latest_news_slider__more-link:visited {
  color: #ffffff;
  opacity: 0.7;
}
.latest_news_slider__more-link-icon {
  padding-right: 10px;
}
.latest_news_slider .swiper-button-next {
  background-image: url("../../../assets/images/slider/arrow-next.svg") !important;
  background-repeat: no-repeat;
}
.latest_news_slider .swiper-button-next::after,
.latest_news_slider .swiper-button-prev::after {
  content: "";
}
.latest_news_slider .swiper-navigation-cover {
  display: block;
  background: #061D35;
  opacity: 0.9;
  width: 50px;
  height: 452px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.latest_news_slider .swiper-navigation-cover .swiper-button-next {
  height: 452px;
  position: relative;
  margin-top: 0;
  align-items: center;
  top: 0;
  right: 0;
  width: 50px;
  background-position: center;
}
