.slide a, .slick-filter button, .slick-initialized .slick-slide {
  outline: none;
}

.slick-filter {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 15px;
}

.slick-filter button {
  /*width: 100px;*/
  height: 50px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 0;
  cursor: pointer;
}

.slick-slider {
  width: 100%;
  overflow: hidden;
}

.tab_Video .slide, .tab_Review .slide {
  background-color: black;
}

.slide {
  float: left;
  padding: 10px;
  /*  width: 33.33% !important;*/
  position: relative;
}

.slide .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  border-radius: 99%;
  overflow: hidden;
}

.section .tab_Testimony h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

.section .tab_Video h3, .section .tab_Review h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 50px 1rem 1rem 1rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.section .slide h4 {
  font-size: .85rem;
  line-height: 1rem;
  margin-bottom: .5rem;
  opacity: .7
}

.section .slide p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  /*	text-align: justify;*/
  opacity: .9;
  margin-bottom: 1rem;
}

.slide .ModelName {
  color: #00DB87;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

.slick-initialized .slick-slide {
  margin: 0 10px;
  padding: 1.5rem;
}

.tab_Testimony .slide {
  min-height: 400px;
  background-color: rgba(0, 0, 0, .7);
  padding-top: 80px;
  margin: 50px 10px 0 10px;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.top-part-service-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-part-service-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.top-part-service-list ul li {
  display: inline-flex;
  padding: 0 0;
  max-width: 12.5%;
  justify-content: center;
  width: 100%;
}

.top-part-service-list ul li a.link-dis {
  padding: 28px 0;
  width: 100%;
}

.top-part-service-list ul li a.link-dis:hover, .active-slide-icon {
  background-color: #0aa705;
}

.top-part-service-list ul li img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  margin: 0 auto;
}

.tab_Video .slide, .tab_Review .slide {
  /*	min-width: 33.33%;*/
  padding: 0;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
  overflow: hidden;
}

.carousel-img {
  display: inline-block;
  vertical-align: top;
  min-height: 221px;
  overflow: hidden;
  margin-bottom: 2rem
}

.tab_Video .slide .carousel-img img, .tab_Review .slide .carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.tab_Video .slide .icon.play, .tab_Review .slide .icon.play {
  background: url(../images/icon-play.svg);
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  z-index: 88;
  margin-top: -47px;
  margin-left: -47px;
}

/* @media screen and (min-width: 1200px) {
  .tab_Video .slide, .tab_Review .slide {
    min-height: 315px;
  }
}

@media only screen and (max-width: 990px) {
  .tab_Video .carousel-img, .tab_Review .carousel-img {
    min-height: 40vw;
    max-height: 400px
  }
}

@media only screen and (max-width: 470px) {
  .tab_Video .slide .icon.play, .tab_Review .slide .icon.play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .tab_Video .slide .carousel-img img, .tab_Review .slide .carousel-img img {
    transform: matrix(1.6, 0, 0, 1.6, -20, 0)
  }
} */