/*Add font ================================*/
.list_item_video .row_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.list_item_video .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_video .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px 15px;
}
@media (min-width: 576px) {
  .list_item_video .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.list_item_video .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.list_item_video .row_item .col_item .item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_item_video .row_item .col_item .item .img a i {
  font-size: 3rem;
  color: #fff;
  border: 1px solid #03a34d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_item_video .row_item .col_item .item .img a i:before {
  z-index: 1;
}
.list_item_video .row_item .col_item .item .img a i:after {
  color: #212121;
  opacity: 0.7;
}
.list_item_video .row_item .col_item .item .info {
  padding: 10px 0 15px;
}
.list_item_video .row_item .col_item .item .info a {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #3e3e3e;
}

.list_other {
  margin-top: 3rem;
}
.list_other .list_other-videotitle {
  font: 700 1rem/150% "Arial", sans-serif;
  color: #171717;
  background: #fff;
  border-bottom: 1px solid #ebeae6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 9px;
  margin-bottom: 1rem;
}
.list_other .list_other-videotitle .slide-control {
  display: flex;
  align-items: center;
}
.list_other .list_other-videotitle .slide-control .btn-arrow {
  color: #2a9337;
  padding: 0 10px;
  cursor: pointer;
}
.list_other .list_other-videotitle .slide-control .btn-arrow:hover, .list_other .list_other-videotitle .slide-control .btn-arrow:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}/*# sourceMappingURL=func.css.map */