html {
  scroll-behavior: smooth;
}
.box-health {
  top: 12px;
  right: 25px;
  display: none;
}
.box-health .icon-health {
  width: 30px;
  height: 30px;
  max-width: 30px;
  min-width: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.box-eye-card {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  z-index: 10;
  display: none;
}
.box-eye-card img {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
}
.top-designers-item:hover .box-health,
.top-designers-item:hover .box-eye-card {
  display: block;
}
.top-designers-item:hover .thumb-image-skill {
  opacity: 0.8;
}
.button-to-top {
  position: fixed;
  bottom: 20%;
  right: 16px;
  z-index: 1001; //do icon của carousel plugin được set 1000
}

.menu-container {
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.menu-container li {
  padding: 0 10px;
}

.menu {
  list-style: none;
  margin: 0;
}

.menu li {
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.menu .active {
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 8px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #101113, #04f100, #101113) border-box;
}

.border-btn {
  float: right;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid transparent;
  user-select: none;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #101113, #04f100, #101113) border-box;
}

.menu-container.open {
  display: block;
}
.top-designers-head-center{
  text-align: center;
}
.itemsInService .top-designers-item {
  margin: 0 0.4% 20px 0.4%;
}
.icon-liked{
  background: url("../img/icon/liked-service.svg") no-repeat 0 0;
  display: inline-block;
  background-size: cover;
}
.icon-no-liked{
  background: url("../img/icon/no-heart.svg") no-repeat 0 0;
  display: inline-block;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .service-lable {
    font-size: 26px;
  }
}

@media only screen and (max-width: 540) {
  .service-lable {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500) {
  .service-lable {
    font-size: 16px;
  }
}
