.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 70px;
}

@media (max-width: 992px) {
  .slick-slide {
    margin: 0px 20px;
  }
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}


.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .9; */
  /* filter: grayscale(80%); */
}
.slick-slide:focus{
  outline: none;
}
/* .slick-slide h5,
.slick-slide .member-category,
.slick-slide p{
  transition: all ease-in-out .5s;
  opacity: .5;
} */

.slick-active {
  /* opacity: .9; */
  /* filter: grayscale(80%); */
}

.slick-current {
  opacity: 1;
  /* filter: none; */
}

.license-content .img_box{
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.license-content .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-content .img_box .title_cover{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(110, 82, 32, .7);
}

.license-content .img_box .title_cover .title_box{
  width: 100%;
  height: 80px;
}
.license-content .img_box .title_cover .title_box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* product */
.inner_product .slick-prev:before,
.inner_product .slick-next:before {
  color: #6e5220;
}

.inner_product h6{
  line-height: 30px;
}

.product-content{
  padding: 30px;
}
.product-content .img_box{
  width: 100%;
  height: 350px;
  border-radius: 10px;
  position: relative;
}

.product-content .img_box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-content.slick-slide{
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}
.product-content.slick-slide.slick-current.slick-active.slick-center{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-content .text_box .line{
  height: 30px;
  width: 2px;
  background-color: #6e5220;
  opacity: .5;
  margin: 20px auto;
}

.product-content .text_box .small_title{
  margin-bottom: 10px;
}

