@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 -13px;
}
.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: 60%;
  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%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.list_item_news .row_item .item .info .date {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #1b7d32;
  padding-top: 10px;
  padding-bottom: 5px;
}
.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% "Open Sans", sans-serif;
  color: #fff;
}
.list_item_news .row_item .item .info h3 {
  max-height: 3.6rem;
  overflow: hidden;
}
.list_item_news .row_item .item .info h3 a {
  font: 700 1.2rem/150% "Open Sans", sans-serif;
  color: #434443;
  display: block;
}
.list_item_news .row_item .item .info .short {
  font: 400 0.9333333333rem/150% "Open Sans", 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% "Open Sans", 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: #0f6939;
}

.box-news .list_item_news .row_item .item .img {
  border-bottom: 5px solid #1b7d32;
  position: relative;
}
.box-news .list_item_news .row_item .item .img span {
  background: rgba(27, 125, 50, 0.8);
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.box-news .list_item_news .row_item .item .img span a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 20px;
}
.box-news .list_item_news .row_item .item .info .short {
  display: none;
}
.box-news .list_item_news .row_item .item:hover .img span {
  opacity: 1;
}

.box-event .list_item_news .row_item .item .img img {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.box-event .list_item_news .row_item .item:hover .img a {
  position: relative;
}
.box-event .list_item_news .row_item .item:hover .img a:after {
  content: "";
  border: 5px solid #1b7d32;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  padding-bottom: 5px;
}
.list_other .list_other-title span {
  font: 600 1.3333333333rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #1b7d32;
}
.list_other .list_other-title .slide-control {
  display: none;
}
.list_other .slick-arrow {
  width: unset;
  height: unset;
  z-index: 99;
}
.list_other .slick-arrow:before {
  font: 400 1.6rem/150% "Font Awesome 5 Pro";
  color: #9c9c9c;
}
.list_other .slick-arrow.slick-prev {
  left: -30px;
}
.list_other .slick-arrow.slick-prev:before {
  content: "";
}
.list_other .slick-arrow.slick-next {
  right: -30px;
}
.list_other .slick-arrow.slick-next:before {
  content: "";
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.box_news_ot .list_item_news .row_item .col_item .img {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}
.box_news_ot .list_item_news .row_item .col_item .img a {
  width: 100%;
  display: block;
  padding-top: 70%;
  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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box_news_ot .list_item_news .row_item .col_item .info {
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  max-width: 63%;
  position: relative;
  overflow: hidden;
}
.box_news_ot .list_item_news .row_item .col_item .info h3 {
  max-height: 2.8rem;
  padding-bottom: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.box_news_ot .list_item_news .row_item .col_item .info h3 a {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  text-transform: normal;
}
.box_news_ot .list_item_news .row_item .col_item + .col_item {
  border-top: 1px dashed #e1e1e1;
}
/*# sourceMappingURL=func.css.map */