.widget.c-news.c-news-template-3 {
  background-position: bottom right;
  background-repeat: no-repeat;
}

.widget.c-news.c-news-template-3 .widget-content {
  margin-left: calc((100% - 1240px) / 2);
  overflow: hidden;
  margin-top: 87px;
}

.widget.c-news.c-news-template-3 .widget-item-wrapper {
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget.c-news.c-news-template-3 .widget-item-picture {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 145px;
  height: 270px;
  transition: all .2s;
}

.widget.c-news.c-news-template-3 .widget-item-picture:hover {
  filter: grayscale(1);
}

.widget.c-news.c-news-template-3 [data-grid="3"] .widget-item-picture {
  padding-top: 65%;
}

.widget.c-news.c-news-template-3 [data-grid="2"] .widget-item-picture {
  padding-top: 28%;
  width: 43%;
  border-radius: 146px;
  max-height: 270px;
}

.widget.c-news.c-news-template-3 .widget-item-text {
  padding-left: 37px;
  max-width: 380px;
}

.widget.c-news.c-news-template-3 .widget-item-date {
  font-size: 16px;
  line-height: normal;
  color: #ABABAB;
  margin-bottom: 29px;
}

.widget.c-news.c-news-template-3 .widget-item-date span {
  font-size: 25px;
  font-weight: 600;
  margin-right: 5px;
}

.widget.c-news.c-news-template-3 .all-news-wrapper {
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  transition: all .2s;
  text-decoration: none;
  margin-right: 10px;
}


.widget.c-news.c-news-template-3 .all-news-wrapper:hover {
  color: #FFAA00;
}

.widget.c-news.c-news-template-3 .all-news-wrapper path {
  transition: all .2s;
}

.widget.c-news.c-news-template-3 .all-news-wrapper:hover path {
  fill: #FFAA00;
}

.widget.c-news.c-news-template-3 .widget-item-name {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #282828;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.widget.c-news.c-news-template-3 .widget-item-preview-text {
  font-size: 16px;
  color: #282828;
  margin-top: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget.c-news.c-news-template-3 .detail-page-link-button {
  margin-top: 30px;
}

.widget.c-news.c-news-template-3 .news-swiper {
  position: relative;
}

.widget.c-news.c-news-template-3 .news-nav {
  position: absolute;
  top: 100px;
  z-index: 1;
  right: 33%;
}

.widget.c-news.c-news-template-3 .news-swiper-pagination {
  text-align: center;
  margin-top: 37px;
  font-size: 22px;
  font-weight: 500;
}

.widget.c-news.c-news-template-3 span {
  min-width: 30px;
  text-align: center;
  display: inline-block;
}


.widget.c-news.c-news-template-3 .widget-footer-button {
  color: #2d2d2d !important;
}

.widget.c-news.c-news-template-3 .widget-footer-button:hover,
.widget.c-news.c-news-template-3 .widget-footer-button:focus,
.widget.c-news.c-news-template-3 .widget-footer-button:active {
  color: #fff !important;
}

.widget.c-news.c-news-template-3 .widget-header {
  overflow: hidden;
}

.widget.c-news.c-news-template-3 .widget-all-container {
  display: none;
}

.widget.c-news.c-news-template-3 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.widget.c-news.c-news-template-3 .widget-all-button i {
  display: none;
  font-size: 18px;
}

@media all and (max-width: 550px) {
  .widget.c-news.c-news-template-3 .widget-all-container {
    display: block;
  }

  .widget.c-news.c-news-template-3 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }

  .widget.c-news.c-news-template-3 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }

  .widget.c-news.c-news-template-3 .widget-all-container i {
    display: inline-block;
  }

  .widget.c-news.c-news-template-3 .widget-footer.mobile,
  .widget.c-news.c-news-template-3 .widget-footer-button.mobile {
    display: none;
  }

  .widget.c-news.c-news-template-3 .widget-all-container {
    width: 25px;
  }
}

@media all and (max-width: 1250px) {
  .news-nav {
    top: 85%;
    display: flex;
    right: 80px;
  }

  .news-swiper-pagination {
    margin-top: 0;
  }


  .widget.c-news.c-news-template-3 {
    padding-left: 20px;
    overflow: hidden;
  }

  .widget.c-news.c-news-template-3 span {
    text-align: left;
  }
}

@media all and (max-width: 1240px) {
  .widget.c-news.c-news-template-3 .widget-content {
    margin-left: 00px;
    margin-top: 30px;
  }
.widget.c-news.c-news-template-3 .widget-content {
overflow: visible
}
}

@media all and (max-width: 768px) {

  .widget.c-news.c-news-template-3 .widget-item-picture {
    padding-top: 60%;
    margin-bottom: 20px;
  }

  .widget.c-news.c-news-template-3 .widget-item-text {
    padding-left: 0;
  }

  .widget.c-news.c-news-template-3 [data-grid="2"] .widget-item-picture {
    padding-top: 67%;
    margin-bottom: 20px;
  }

  .widget.c-news.c-news-template-3 .news-nav {
    position: unset;
  }

  .widget.c-news.c-news-template-3 .news-swiper {
    margin-bottom: 0;
  }

  .widget.c-news.c-news-template-3 .widget-item-date {
    margin-bottom: 10px;
  }

  .widget.c-news.c-news-template-3 .widget-item-preview-text {
    margin-top: 10px;
  }

  .widget.c-news.c-news-template-3 .widget-item-wrapper {
    padding-right: 20px;
  }
}

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