.article.news-list > .margin > .padding {
  padding-top: 0;
}

.article.item-news-list {
  margin: 15px 0px;
  position: relative;
}
.article.item-news-list.contains-image {
  min-height: 220px;
}
.article.item-news-list.contains-image .text-wrapper > h2,
.article.item-news-list.contains-image .text-wrapper > .introduction-text,
.article.item-news-list.contains-image .text-wrapper > .date {
  float: left;
  width: 100%;
}
.article.item-news-list.contains-image .text-wrapper > h2 {
  margin-bottom: 10px;
}
.article.item-news-list.contains-image .button {
  float: left;
  width: 100%;
}
.article.item-news-list.width-50 .text-wrapper > .introduction-text > .text {
  display: none;
}
.article.item-news-list.width-50:nth-child(odd) {
  padding-right: 40px;
}
.article.item-news-list > .margin > .padding {
  padding: 0px;
  display: flex;
}
.article.item-news-list .image {
  min-width: 300px;
  max-width: 300px;
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  padding-right: 20px;
}
.article.item-news-list .image img {
  border: solid 1px var(--defaultDarkGrey);
  display: block;
}
.article.item-news-list .button {
  float: left;
  width: 100%;
}
.article.item-news-list .text-wrapper > h2,
.article.item-news-list .text-wrapper > .date {
  float: left;
  width: 100%;
}
.article.item-news-list .text-wrapper > .date {
  font-size: var(--smallerFontSize);
  line-height: 100%;
  margin: 10px 0px 15px 0px;
}
.article.item-news-list .text-wrapper > .date::before {
  font-family: var(--fa-family-classic);
  content: "\f017";
}
.article.item-news-list .text-wrapper > h2 a {
  color: inherit;
}
.article.item-news-list .text-wrapper > .introduction-text > a {
  display: block;
  margin-top: 20px;
  font-size: var(--smallerFontSize);
}
.article.item-news-list .text-wrapper > .introduction-text > a > i {
  position: relative;
  top: 1px;
}
.article.item-news-list .text-wrapper > .introduction-text > .text {
  font-size: var(--smallerFontSize);
}

.article.item-newslist-detail .navigation-row {
  width: 100%;
  text-align: right;
}
.article.item-newslist-detail .navigation-row > div {
  display: inline-block;
  padding: 20px;
}
.article.item-newslist-detail .navigation-row > div.next {
  padding-right: 0;
}
.article.item-newslist-detail .navigation-row > div.next > a > i {
  transition: right var(--shortTransition);
  position: relative;
  right: 0;
}
.article.item-newslist-detail .navigation-row > div.next > a:hover > i {
  right: -2px;
}
.article.item-newslist-detail .navigation-row > div.prev > a > i {
  transition: left var(--shortTransition);
  position: relative;
  left: 0;
}
.article.item-newslist-detail .navigation-row > div.prev > a:hover > i {
  left: -2px;
}
.article.item-newslist-detail .navigation-row > div > a.disabled {
  color: var(--defaultBorderColor);
  cursor: default;
}
.article.item-newslist-detail hr {
  border: 1px solid var(--defaultDarkGrey);
  margin-top: 0;
  margin-bottom: 10px;
}
.article.item-newslist-detail .product-content > .margin > .padding {
  padding: 20px 0;
}
.article.item-newslist-detail .product-content > .margin > .padding > .date,
.article.item-newslist-detail .product-content > .margin > .padding > h1 {
  display: none;
}
.article.item-newslist-detail .product-content .article-info {
  padding-left: 30px;
  padding-top: 15px;
}
.article.item-newslist-detail .product-content .article-info > .text-wrapper > .date {
  font-size: 75%;
  line-height: 100%;
  padding: 10px 0px 15px 0px;
}
.article.item-newslist-detail .product-content .article-info .text {
  margin-top: 10px;
}
.article.item-newslist-detail .default-news-slider {
  width: 100%;
  height: 525px;
  border: 1px solid var(--defaultDarkGrey);
  --swiper-theme-color: var(--defaultBlack);
}
.article.item-newslist-detail .default-news-slider .swiper-slide:hover .zoom {
  opacity: 1;
}
.article.item-newslist-detail .default-news-slider .swiper-slide.cover img {
  object-fit: cover;
}
.article.item-newslist-detail .default-news-slider .swiper-slide .zoom {
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  transition: opacity var(--shortTransition);
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--defaultWhite);
  font-size: 30px;
  line-height: 55px;
  opacity: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
.article.item-newslist-detail .default-news-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.article.item-newslist-detail .default-news-thumbs {
  margin-top: 10px;
}
.article.item-newslist-detail .default-news-thumbs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.article.item-newslist-detail .default-news-thumbs .swiper-slide {
  width: 60px;
  height: 50px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color var(--shortTransition);
}
.article.item-newslist-detail .default-news-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #0689c0;
}
.article.item-newslist-detail .default-news-thumbs .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article.item-newslist-detail .default-news-slider .swiper-slide video,
.article.item-newslist-detail .default-news-thumbs .swiper-slide video {
  width: 100%;
  height: 100%;
}

/* Grade A */
@media (max-width: 1194px) {
  .article.item-news-list.width-50 {
    width: 100%;
  }
  .article.item-news-list.width-50:nth-child(2n+1) {
    padding-right: 0;
  }
  .article.item-news-list .image {
    padding-right: 15px;
  }
  .article.item-news-list .text-wrapper > .introduction-text {
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
    float: left;
    width: 80%;
    /* max intro height + ellipse*/
    line-height: var(--defaultLineHeight);
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
/* Grade B */
@media (max-width: 991px) {
  .article.item-news-list .image {
    margin-right: 20px;
    padding-right: 0;
  }
  .article.item-news-list .text-wrapper > .introduction-text {
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
    float: left;
    /* max intro height + ellipse*/
    line-height: var(--defaultLineHeight);
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/* Grade C */
@media (max-width: 767px) {
  .article.news-list.width-100 .article.item-news-list {
    width: 100%;
  }
  .article.news-list.width-100 .article.item-news-list.contains-image {
    min-height: 150px;
  }
  .article.news-list > .margin > .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .article.item-news-list.width-50 .text-wrapper {
    min-height: 0;
  }
  .article.item-news-list .text-wrapper > .introduction-text > a {
    margin-top: 0;
  }
  .article.item-news-list .image {
    margin-right: 20px;
    padding-right: 0;
    min-width: 150px;
    max-width: 150px;
    min-height: 112px;
    max-height: 112px;
  }
  .article.item-news-list .text-wrapper > .introduction-text > span.text {
    display: none;
  }
  .article.item-news-list .button {
    width: 100%;
    margin-bottom: 20px;
  }
  .article.item-news-list > .margin > .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .article.item-newslist-detail .product-content .photos {
    width: 100%;
  }
  .article.item-newslist-detail .product-content .article-info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .article.item-newslist-detail .product-content .article-info > .date,
  .article.item-newslist-detail .product-content .article-info > h1 {
    display: none;
  }
  .article.item-newslist-detail .product-content > .margin > .padding > .date,
  .article.item-newslist-detail .product-content > .margin > .padding > h1 {
    display: block;
  }
  .article.item-newslist-detail .product-content h1 {
    margin-bottom: 15px;
  }
  .article.item-newslist-detail .navigation-row > div {
    width: 33.3333333333%;
    padding-left: 0;
    padding-right: 0;
    font-size: var(--smallerFontSize);
    display: inherit;
    float: left;
    text-align: center;
  }
  .article.item-newslist-detail .navigation-row::after {
    clear: both;
    display: block;
    content: "";
  }
  .article.item-newslist-detail .default-news-slider {
    height: 300px;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .article.item-news-list .text-wrapper > .introduction-text {
    display: none;
  }
}

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