@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_media .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.list_item_media .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_media .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 14px;
}
@media (min-width: 576px) {
  .list_item_media .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);
    margin: 0;
  }
}
@media (min-width: 992px) {
  .list_item_media .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.list_item_media .row_item .item {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.list_item_media .row_item .item .img {
  margin-bottom: 5px;
}
.list_item_media .row_item .item .img a {
  background: #f8f8f8;
  display: block;
  width: 100%;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}
.list_item_media .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_media .row_item .item .info {
  text-align: center;
}
.list_item_media .row_item .item .info h3 {
  max-height: 3.2rem;
  margin: 1rem 0 0;
  overflow: hidden;
}
.list_item_media .row_item .item .info h3 a {
  font: 500 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #929492;
  display: block;
}
.list_item_media .row_item .item .info .short {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #838383;
  max-height: 2.8rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.list_item_media .row_item .item .info .download {
  font-size: 0.9333333333rem;
  color: #fff;
  background: #1b7d32;
  width: 80px;
  height: 25px;
  border: 1px solid #1b7d32;
  border-radius: 25px;
  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: 10px auto;
}
.list_item_media .row_item .item .info .download i {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.list_item_media .row_item .item:hover, .list_item_media .row_item .item:focus {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.list_item_media .row_item .item:hover .img a, .list_item_media .row_item .item:focus .img a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.list_item_media .row_item .item:hover .info h3 a, .list_item_media .row_item .item:focus .info h3 a {
  color: #1b7d32;
}
.list_item_media .row_item .item:hover .download, .list_item_media .row_item .item:focus .download {
  color: #1b7d32;
  background: #fff;
}
.list_item_media .row_item .item:hover .download i, .list_item_media .row_item .item:focus .download i {
  color: #1b7d32;
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: -o-linear-gradient(left, #008bd7 60px, #ececec 60px);
  background: linear-gradient(to right, #008bd7 60px, #ececec 60px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_other .list_other-title span {
  font: 600 1.2rem/150% "Open Sans", sans-serif;
  color: #3a3a3a;
}
.list_other .list_other-title .slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.box_media_gr {
  background: #7abf1b;
  padding: 5px;
}
.box_media_gr a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.box_media_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_media_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_media_gr a:hover {
  color: #fff;
  background: #037d26;
  border-radius: 4px 4px 0 0;
}
.box_media_gr a:hover:after {
  border: 0;
}

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