.item__service {
  cursor: pointer;
}
.item__service svg {
  visibility: hidden;
}
.item__service.active:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(181, 123, 49) 0%, rgb(246, 188, 44) 100%);
}
.item__service.active span {
  background: linear-gradient(45deg, rgb(181, 123, 49) 0%, rgb(246, 188, 44) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item__service.active svg {
  visibility: visible;
}

.content_base {
  display: none;
}
.content_base.active {
  display: block;
}

.item_content {
  grid-template-columns: 1fr 320px;
}
@media (max-width: 768px) {
  .item_content {
    grid-template-columns: 1fr;
  }
}

.customers .slick-arrow {
  top: 45%;
}
.customers .slick-dots {
  display: none !important;
}
.cat_relate .slick-list {
  margin: 0 -12px;
}
.cat_relate .form-group {
  padding: 0 12px;
}
.cat_relate .form-group:hover .img img {
  transform: scale(1.1, 1.1);
}
.cat_relate .form-group:hover a svg rect {
  fill: #B57B31;
}
.cat_relate .form-group:hover a .gradient_text {
  background: #fff;
  color: #B57B31 !important;
  -webkit-text-fill-color: #B57B31;
}
.cat_relate .form-group .img {
  height: 187px;
}
.cat_relate .form-group .img img {
  transition: all 0.35s;
}
.cat_relate .form-group h4 {
  line-height: 1.5rem;
  margin: 0;
  height: 3rem;
  -webkit-line-clamp: 2;
}
.cat_relate .form-group a {
  text-decoration: none;
  color: #000;
}
.cat_relate .form-group a h3 {
  padding-top: 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.cat_relate .form-group a h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.cat_relate .form-group a h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.cat_relate .form-group a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.cat_relate .form-group p {
  margin: 0;
}
.cat_relate .form-group .summary {
  height: 48px;
  -webkit-line-clamp: 2;
}

.slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center !important;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  top: 35%;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  background: url("../../../../images/icon/next.svg") no-repeat center !important;
}
.slick-next:hover {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

/*# sourceMappingURL=cat.css.map */
