@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_news .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.list_item_news .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.list_item_news .row_item .slick-slide .col_item {
  max-width: unset;
}
.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: 65%;
  position: relative;
  overflow: hidden;
}
.list_item_news .row_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.list_item_news .row_item .item .info {
  background: #f8f8f8;
  padding: 10px 20px;
}
.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% "Nunito", 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: 500 1rem/150% "Nunito", sans-serif;
  color: #015f9f;
  display: block;
}
.list_item_news .row_item .item .info .date {
  font: 400 0.8666666667rem/150% "Nunito", sans-serif;
  color: #686868;
  position: relative;
}
.list_item_news .row_item .item .info .short {
  font: 400 0.9333333333rem/150% "Nunito", sans-serif;
  color: #5a5a5a;
  max-height: 4.2rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.list_item_news .row_item .item .info .more {
  font: 400 0.9333333333rem/150% "Nunito", sans-serif;
  font-style: italic;
  text-decoration: underline;
  color: #999;
}
.list_item_news .row_item .item:hover .info h3 a, .list_item_news .row_item .item:focus .info h3 a {
  color: #c81111;
}
.list_item_news .row_item .item:hover .more, .list_item_news .row_item .item:focus .more {
  color: #c81111;
}

.list_group .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.list_group .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 576px) {
  .list_group .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .list_group .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.list_group .row_item .col_item .item {
  background: #f7f7f7;
  height: 100%;
  position: relative;
}
.list_group .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.list_group .row_item .col_item .item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_group .row_item .col_item .item .info h3 a {
  font: 600 1.1333333333rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #484848;
  display: block;
  padding: 15px;
}
.list_group .row_item .col_item .item .info .short {
  display: none;
}
.list_group .row_item .col_item .item:after {
  content: "";
  width: 40px;
  height: 5px;
  background: #015f9f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*-------------------list_other----------------*/
.list_other {
  background: #f9f9f9;
  padding: 20px 30px;
}
.list_other .list_other-title span {
  font: 800 1.2rem/1 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.list_other .list_other-title span:before, .list_other .list_other-title span:after {
  content: "";
  background: #015f9f;
  position: absolute;
  left: 0;
}
.list_other .list_other-title span:before {
  width: 54px;
  height: 1px;
  bottom: -5px;
}
.list_other .list_other-title span:after {
  width: 22px;
  height: 1px;
  bottom: -10px;
}
.list_other .list_other-title .slide-control {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #fff;
  background: #2287ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}
.list_other .list_item_news .row_item {
  display: block;
  margin: 0 -15px;
}
.list_other .list_item_news .row_item .col_item {
  max-width: unset;
  padding: 15px;
}
.list_other .list_item_news .row_item .col_item + .col_item {
  border-top: 1px solid #f2f2f2;
}
.list_other .list_item_news .row_item .col_item:hover a {
  color: #015f9f;
}

.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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .box_news_ot .list_item_news .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .box_news_ot .list_item_news .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=func.css.map */