.news-slider {
  width: 80%;
  height: 23.2vw;
  margin: 0px auto;
  position: relative; }
  @media (min-width: 701px) and (max-width: 940px) {
    .news-slider {
      height: 24vw; } }
  @media (max-width: 700px) {
    .news-slider {
      height: 43vw; } }
  .news-slider a {
    text-decoration: none;
    color: #fff; }

.swiper-slide {
  text-align: center;
  font-size: 1.28vw;
  background: rgba(153, 120, 45, 0.3);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: stretch;
  align-items: stretch; }

.news-info {
  margin-top: 0.15vw;
  text-decoration: none;
  padding: 0.5vw 1vw;
  text-align: left;
  font-size: 1.6vw;
  line-height: 1.8; }

.news-date {
  color: #dfb148; }

.news-text {
  line-height: 1.5; }
  @media (min-width: 701px) and (max-width: 940px) {
    .news-text {
      font-size: 2vw; } }
  @media (max-width: 700px) {
    .news-text {
      font-size: 3.8vw; } }
  .news-text a {
    text-decoration: underline; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.topic-new:before {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  position: absolute;
  margin: 0;
  padding: 2px 10px;
  background-color: crimson; }

.swiper-button-prev {
  left: -50px; }

.swiper-button-next {
  right: -60px; }

.swiper-button-prev, .swiper-button-next {
  display: none; }

/*# sourceMappingURL=slider.css.map */
