.title-customer .block_title {
  width: 42%;
  float: left;
}
.title-customer .summary {
  width: 58%;
  float: left;
  font-size: 18px;
  line-height: 32px;
  padding-top: 30px;
  font-family: "LexendLight";
}
@media all and (max-width: 990px) {
  .title-customer .block_title {
    width: 100%;
    float: none;
  }
  .title-customer .summary {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 736px) {
  .title-customer .summary {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 420px) {
  .title-customer .summary {
    font-size: 14px;
  }
}

.news_list_top {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_list_top {
    margin-bottom: 10px;
  }
}

.news_list_body {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.news_list_body .news-item {
  float: left;
  margin: 0px 15px;
  box-sizing: border-box;
  /*background: #f7f7f7;*/
  transition: 0.2s;
}
.news_list_body .news-item:hover {
  background: #fff;
}
.news_list_body .news-item img {
  min-height: 185px;
}
@media all and (max-width: 420px) {
  .news_list_body .news-item img {
    min-height: 128px;
  }
}
.news_list_body .content-item {
  /*padding: 36px 30px;*/
  position: relative;
}
.news_list_body .img {
  position: relative;
}
.news_list_body .img a {
  display: grid;
}
.news_list_body .img img {
  height: auto;
}
@media all and (max-width: 500px) {
  .news_list_body .img img {
    min-height: auto;
  }
}
.news_list_body .img .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 16px;
  background: var(--main-color);
}
.news_list_body .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.146vw;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.667vw;
}
.news_list_body .summary {
  margin: 1.302vw 0px 0px;
  line-height: 1.6;
  color: #424242;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /*font-family: 'LexendLight';*/
}
@media screen and (max-width: 500px) {
  .news_list_body .summary {
    margin: 5px 0px 0px;
  }
}
.news_list_body .read_more {
  display: inline-block;
  padding: 8px 22px;
  font-size: 14px;
  border: 1px solid #000;
  margin-top: 1.875vw;
}
@media screen and (max-width: 500px) {
  .news_list_body .read_more {
    margin-top: 10px;
  }
}
.news_list_body .read_more:hover {
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.news_list_body .date-create {
  position: absolute;
  top: -20px;
}
.news_list_body .date-create .date {
  display: inline-block;
  color: #fff;
  background: rgba(252, 181, 29, 0.8705882353);
  padding: 8px 20px;
  font-family: "LexendLight";
}
@media screen and (max-width: 768px) {
  .news_list_body {
    margin-left: -5px;
    margin-right: -5px;
  }
  .news_list_body .news-item {
    width: calc(50% - 10px);
    margin: 0px 5px 15px;
  }
  .news_list_body .news-item:nth-child(3), .news_list_body .news-item:nth-child(4) {
    display: none;
  }
  .news_list_body .content-item {
    /*padding: 30px 10px 15px;*/
  }
  .news_list_body .title a {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .news_list_body .summary {
    margin: 6px 0px 0px;
    line-height: 22px;
  }
}
@media screen and (max-width: 450px) {
  .news_list_body {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news_list_body .news-item {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
  }
  .news_list_body .news-item:nth-child(2) {
    margin-bottom: 0px;
  }
  .news_list_body .date-create .date {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.newslist_column_2_view_more {
  text-align: center;
}
.newslist_column_2_view_more a {
  padding: 17px 50px 15px 20px;
  background: rgba(12, 12, 12, 0.0784313725);
  color: var(--main-color);
  position: relative;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.newslist_column_2_view_more a:hover {
  background: var(--main-color);
  color: #fff;
}
.newslist_column_2_view_more a:hover svg {
  fill: #fff;
}
.newslist_column_2_view_more svg {
  fill: var(--main-color);
  width: 16px;
  top: 16px;
  position: absolute;
  right: 19px;
}/*# sourceMappingURL=slideshow.css.map */