.news-list .news-container {
  padding-bottom: 100px;
}
.news-list .news-container.no-results {
  min-height: calc(100vh - 645px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.news-list .sidebar .widget > .title {
  text-transform: uppercase;
  border-bottom: 2px solid #d9d9d9;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news-list .sidebar .widget .content .link-label {
  display: block;
  width: 100%;
  color: #292b2c;
  font-size: 14px;
  line-height: 1.2;
}
.news-list .sidebar .widget .content .link-label::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.news-list .sidebar .widget .content .link-label .category {
  display: inline-block;
  color: #292b2c;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.news-list .sidebar .widget .content .link-label + .link-label {
  margin-top: 10px;
}
.news-list .sidebar .widget .content .link-label.active {
  color: #0275d8;
}
.news-list .sidebar .widget .content .link-label.active .category {
  color: #0275d8;
}
.news-list .sidebar .widget + .widget {
  margin-top: 70px;
}
.news-list .sidebar .widget.news .content .news-item {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.news-list .sidebar .widget.news .content .category {
  font-size: 10px;
}
.news-list .sidebar .widget.news .content .title {
  font-size: 13px;
}
.news-list .sidebar .widget.news .content .dates {
  font-size: 10px;
}
.news-list .sidebar .widget.news .content .wrapper .image {
  width: 35%;
}
.news-list .sidebar .widget.news .content .wrapper .content {
  padding: 10px;
  font-size: 12px;
}
.news-list .sidebar .widget.news .content .wrapper .sunto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list .news-item {
  padding-bottom: 25px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 25px;
}
.news-list .news-item .category {
  text-transform: uppercase;
  color: #292b2c;
  font-size: 15px;
  line-height: 1;
}
.news-list .news-item .title {
  color: #292b2c;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.news-list .news-item .date {
  color: #999;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.news-list .news-item .wrapper {
  margin-top: 15px;
  background-color: #f8f8f8;
  display: flex;
  align-items: flex-start;
}
.news-list .news-item .wrapper .image {
  flex: 0 0 auto;
  max-width: 100%;
}
.news-list .news-item .wrapper .image img {
  width: 330px;
  max-width: 100%;
}
.news-list .news-item .wrapper .content {
  padding: 20px;
}
.news-list .news-item .wrapper .btn-continue {
  background-color: #1275d8;
  color: #FFF;
  border-radius: 3px;
  min-width: 112px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin-top: 20px;
}
.news-list .news-item .contents {
  margin-top: 15px;
}
.news-list .news-item .contents > * {
  margin-top: 30px;
}
.news-list .news-item .contents .photogallery .title {
  text-transform: uppercase;
  color: #292b2c;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.news-list .news-item .contents .photogallery .news-details-carousel {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-prev,
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-next {
  margin: 0;
  height: 100%;
  border-radius: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-prev::before,
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-next::before {
  content: url(../images/arrow.svg);
  width: 10px;
  flex: 0 0 auto;
}
.no-touch .news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-prev:hover,
.no-touch .news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-next:hover {
  background: #0275d8;
}
.no-touch .news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-prev:hover:before,
.no-touch .news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-next:hover:before {
  content: url(../images/arrow-white.svg);
}
.news-list .news-item .contents .photogallery .news-details-carousel .owl-nav .owl-next::before {
  transform: rotate(180deg);
}
.news-list .news-item .contents .photogallery img {
  display: inline-block;
  width: 100%;
}
.news-list .news-item .contents .embed-wrapper {
  margin-top: 40px;
}
.news-list .news-item .contents .embed-wrapper .embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.news-list .news-item .contents .embed-wrapper .embed iframe, .news-list .news-item .contents .embed-wrapper .embed object, .news-list .news-item .contents .embed-wrapper .embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-list .news-item .contents .files {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.news-list .news-item .contents .files a {
  background-color: #1275d8;
  color: #FFF;
  border-radius: 3px;
  min-width: 112px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
.news-list .news-item.news-details {
  border-bottom: none;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.news-list .r-filter-pagination-area {
  padding-bottom: 100px;
}
.news-list.red {
  margin-top: 60px;
}
.news-list.red .news-container.no-results {
  margin-top: 40px;
  min-height: auto;
}
.news-list.red .sidebar .widget .content .link-label.active {
  color: #cc0001;
}
.news-list.red .sidebar .widget .content .link-label.active .category {
  color: #cc0001;
}
.news-list.red .news-item .wrapper .btn-continue {
  background-color: #cc0001;
}
.news-list.red .news-item .contents .files a {
  background-color: #cc0001;
}

/* ----------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .news-list .news-item .wrapper .content .sunto {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .news-list .news-item .title {
    font-size: 24px;
  }
  .news-list .news-item .wrapper .image {
    max-width: 40%;
  }
  .news-list .news-item .wrapper .content {
    padding: 13px 20px;
  }
  .news-list .news-item .wrapper .content .sunto {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
  .news-list .news-item .wrapper .content .btn-continue {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news-list .news-container,
  .news-list .sidebar {
    padding-bottom: 50px;
  }
  .news-list .news-item.news-details {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .news-list .news-item .wrapper {
    flex-wrap: wrap;
  }
  .news-list .news-item .wrapper .image {
    max-width: 100%;
  }
  .news-list .news-item .wrapper .image img {
    width: 100%;
  }
  .news-list .sidebar .widget.news .content .news-item .wrapper {
    flex-wrap: nowrap;
  }
}

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