@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.group_title {
  text-align: center;
  padding: 4% 0;
}
.group_title h2 {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #0d0d0d;
  padding-bottom: 10px;
  position: relative;
}
.group_title h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background: #f7941d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.list_item_gallery {
  padding-top: 1rem;
}
.list_item_gallery .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.list_item_gallery .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_gallery .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .list_item_gallery .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_item_gallery .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_gallery .row_item .col_item .item {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.list_item_gallery .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  padding-top: 81%;
  position: relative;
}
.list_item_gallery .row_item .col_item .item .img a img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_item_gallery .row_item .col_item .item .info {
  width: 100%;
  padding: 15px 0 5px;
}
.list_item_gallery .row_item .col_item .item .info h3 {
  max-height: 3.2rem;
  overflow: hidden;
}
.list_item_gallery .row_item .col_item .item .info h3 a {
  font: 400 1.0666666667rem/150% "Open Sans", sans-serif;
  text-align: center;
  color: #1d1d1d;
  display: block;
}
.list_item_gallery .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #fff;
  max-height: 2.8rem;
  padding: 5px 10px;
  overflow: hidden;
}
.list_item_gallery .row_item .col_item .item .more {
  font: 300 1.0666666667rem/150% "Open Sans", sans-serif;
  text-decoration: underline;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  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;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.list_item_gallery .row_item .col_item .item .more i {
  font-size: 1.2rem;
  padding-right: 10px;
}
.list_item_gallery .row_item .col_item .item:hover .more, .list_item_gallery .row_item .col_item .item:focus .more {
  opacity: 1;
}

.btn_viewmore {
  font: 300 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #1b7d32;
  background: #fff;
  border: 1px solid #1b7d32;
  min-width: 192px;
  padding: 10px 20px;
  margin-top: 10px;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.btn_viewmore:hover, .btn_viewmore:focus {
  color: #fff;
  background: #1b7d32;
}

/*-------------------list_other----------------*/
.list_other {
  background: #f4f4f4;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 1rem 0;
}
.list_other .list_other-title h3 {
  font: 600 1.3333333333rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #1b7d32;
}
.list_other .list_item_gallery .row_item .slick-arrow {
  background: #1b7d32;
  width: 33px;
  height: 47px;
  z-index: 99;
}
.list_other .list_item_gallery .row_item .slick-arrow:before {
  font: 400 1rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.list_other .list_item_gallery .row_item .slick-arrow.slick-prev {
  border-radius: 0 6px 6px 0;
  left: -6.5vw;
}
.list_other .list_item_gallery .row_item .slick-arrow.slick-prev:before {
  content: "";
}
.list_other .list_item_gallery .row_item .slick-arrow.slick-next {
  border-radius: 6px 0 0 6px;
  right: -6.5vw;
}
.list_other .list_item_gallery .row_item .slick-arrow.slick-next:before {
  content: "";
}
/*# sourceMappingURL=func.css.map */