@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_news .row_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.list_item_news .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .list_item_news .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item {
    flex: 0 0 calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
  }
}
.list_item_news .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_news .row_item .item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.list_item_news .row_item .item .img {
  padding: 0;
}
.list_item_news .row_item .item .img a {
  background: #f9f9f9;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}
.list_item_news .row_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transition: 700ms ease-in-out;
}
.list_item_news .row_item .item .info {
  padding: 20px;
}
.list_item_news .row_item .item .info .date {
  font-size: 14px;
  color: #545454;
  margin-bottom: 1rem;
}
.list_item_news .row_item .item .info .date i {
  color: red;
  font-size: 14px;
  margin-right: 0.8rem;
}
.list_item_news .row_item .item .info .group {
  padding-bottom: 10px;
}
.list_item_news .row_item .item .info .group a {
  font: 300 0.8rem/150% "Roboto", sans-serif;
  color: #fff;
}
.list_item_news .row_item .item .info h3 {
  padding-bottom: 10px;
}
.list_item_news .row_item .item .info h3 a {
  font: 100 1.2rem/150% var(--font_bold);
  color: #2d2d2d;
  display: block;
}
.list_item_news .row_item .item .info .short {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #707070;
  max-height: 4.2rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.list_item_news .row_item .item .info .more {
  font: 100 0.8666666667rem/150% "Roboto", sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
}
.list_item_news .row_item .item .info .more i {
  margin-left: 10px;
}
.list_item_news .row_item .item:hover .img a img, .list_item_news .row_item .item:focus .img a img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list_item_news .row_item .item:hover .info h3 a, .list_item_news .row_item .item:focus .info h3 a {
  color: #0832a9;
}
.list_item_news .row_item .item:hover .more, .list_item_news .row_item .item:focus .more {
  color: #0832a9;
}

/*-------------------list_other----------------*/
.list_other {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 3rem 0 2rem;
}
.list_other .list_other-title:after {
  content: "";
  width: 4px;
  display: none;
  height: 20px;
  background: #c81111;
  position: absolute;
  left: 0;
}
.list_other .list_other-title span {
  font: 600 1.8666666667rem/150% var(--font_utm);
  text-transform: uppercase;
  color: #3a3a3a;
}
.list_other .list_other-title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 0.8rem;
  color: #fff;
  background: #c81111;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}

.box_news_gr {
  background: #7abf1b;
  padding: 5px;
}
.box_news_gr a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.box_news_gr a:before {
  content: "";
  font: 300 0.9333333333rem/1 "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.box_news_gr a:not(:last-child):after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.box_news_gr a:hover {
  color: #fff;
  background: #037d26;
  border-radius: 4px 4px 0 0;
}
.box_news_gr a:hover:after {
  border: 0;
}

.box_news_ot .list_item_news .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
.box_news_ot .list_item_news .row_item .col_item + .col_item {
  padding-top: 0;
}
.box_news_ot .list_item_news .row_item .col_item .img a {
  background: #f1f4f6;
  width: 100%;
  display: block;
  padding-top: 50%;
  position: relative;
}
.box_news_ot .list_item_news .row_item .col_item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_news_ot .list_item_news .row_item .col_item .info {
  position: relative;
  overflow: hidden;
}
.box_news_ot .list_item_news .row_item .col_item .info h3 {
  padding-top: 5px;
}
.box_news_ot .list_item_news .row_item .col_item .info h3 a {
  display: block;
  font: 600 0.9333333333rem/150% "Roboto", sans-serif;
  color: #414141;
}
.box_news_ot .list_item_news .row_item .col_item .info h3 a:hover {
  color: #037d26;
}
.box_news_ot .list_item_news .row_item .col_item .info .more {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #959595;
  border-radius: 25px;
  box-shadow: 0 0 0 4px rgba(149, 149, 149, 0.2);
  padding: 0px 14px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.box_news_ot .list_item_news .row_item .col_item .info .more i {
  padding-left: 10px;
  transition: 200ms;
}
.box_news_ot .list_item_news .row_item .col_item .info .more:hover i, .box_news_ot .list_item_news .row_item .col_item .info .more:focus i {
  transform: translateX(5px);
}
.box_news_ot .list_item_news .row_item .col_item:hover .info h3 a, .box_news_ot .list_item_news .row_item .col_item:focus .info h3 a {
  color: #ed1c24;
}
.box_news_ot .list_item_news .row_item .col_item:hover .more, .box_news_ot .list_item_news .row_item .col_item:focus .more {
  background: #ed1c24;
}