@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_report .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.list_item_report .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_report .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_report .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_report .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.list_item_report .row_item .item {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.list_item_report .row_item .item .img {
  margin-bottom: 5px;
}
.list_item_report .row_item .item .img a {
  background: #f8f8f8;
  display: block;
  width: 75%;
  border-radius: 4px;
  padding-top: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.list_item_report .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%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.list_item_report .row_item .item .info {
  text-align: justify;
}
.list_item_report .row_item .item .info .note {
  font: 400 0.8rem/150% "Open Sans", sans-serif;
  color: #989898;
}
.list_item_report .row_item .item .info h3 {
  max-height: 3.2rem;
  margin-top: 10px;
  overflow: hidden;
}
.list_item_report .row_item .item .info h3 a {
  display: block;
  font: 400 1.0666666667rem/150% "Open Sans", sans-serif;
  color: #000;
}
.list_item_report .row_item .item .info .date {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #5a5a5a;
  padding-bottom: 5px;
}
.list_item_report .row_item .item .info .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
.list_item_report .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_report .row_item .item .info .more {
  font-size: 0.9333333333rem;
  color: #000;
  background: #ff9c00;
  min-width: 115px;
  height: 28px;
  border: 1px solid #ff9c00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  margin: 10px auto;
}
.list_item_report .row_item .item .info .more i {
  padding-left: 10px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.list_item_report .row_item .item:hover, .list_item_report .row_item .item:focus {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.list_item_report .row_item .item:hover .info h3 a, .list_item_report .row_item .item:focus .info h3 a {
  color: #00327c;
}
.list_item_report .row_item .item:hover .more, .list_item_report .row_item .item:focus .more {
  color: #ff9c00;
  background: #000;
}
.list_item_report .row_item .item:hover .more i, .list_item_report .row_item .item:focus .more i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/*-------------------list_other----------------*/
.list_other {
  margin-top: 15px;
}
.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_report_gr {
  background: #7abf1b;
  padding: 5px;
}
.box_report_gr a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.box_report_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_report_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_report_gr a:hover {
  color: #fff;
  background: #037d26;
  border-radius: 4px 4px 0 0;
}
.box_report_gr a:hover:after {
  border: 0;
}
/*# sourceMappingURL=func.css.map */