.cate-div {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -6px -6px 0px 0px #4caf4f99 inset;
  transition: all 0.25s ease;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
}

.cate-div:hover {
  background: linear-gradient(90deg, #0b9e11 0%, #388e3b 100%);
  box-shadow: -12px -8px 0px 0px #00000040 inset;
  color: #fff !important;
  transform: translateY(-3px);
}

.cate-div:hover .btn-more {
  color: #fff !important;
}

.cate-div:hover .btn-more i {
  color: #fff !important;
}

.btn-more {
  color: #2e7d32;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.btn-more i {
  margin-left: 6px;
  color: #2e7d32;
}

.text-cate {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 24px;
}

.text-cate-title:hover .text-cate {
  cursor: pointer;
  color: #388e3b;
}

.slide-wrapper {
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.slide-list {
  display: flex;
  gap: 20px;
}

.slide-item {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s ease;
  filter: brightness(0.5); /* mờ mặc định */
  transform: scale(0.7); /* nhỏ mặc định */
}
.slide-item.active {
  filter: brightness(1);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .cate-div {
    margin-left: 0;
  }

  .content-header-1 {
    background: #263238;
    color: #ffffff;
    border-radius: 0px;
    height: 560px;
  }

  .content-header-2 {
    background: #1b5e1f;
    color: #ffffff;
    border-radius: 0px;
    height: 630px;
  }

  .content-header-3 {
    background: #388e3b;
    color: #ffffff;
    border-radius: 0px;
    height: 790px;
  }

  .about-content {
    height: 2140px;
    background: #f5f7fa;
  }
  .cate-div {
    padding: 12px;
    font-size: 16px;
  }

  .btn-more {
    color: #2e7d32;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  .text-title-3 {
    font-size: 20px !important;
  }

  .text-hebec-3 {
    font-size: 24px !important;
  }

  .text-name-lead {
    margin-top: 8px;
    font-size: 14px !important;
  }

  .text-name-lead-1 {
    font-size: 16px !important;
  }
}
