.tab-menu a {
  background-color: #F4F9FC;
  color: #5D606C;
  width: 100px;
  text-align: center;
}
.tab-menu a:hover {
  color: unset;
}
.tab-menu .active {
  background-color: #B57B31;
}

.title_new {
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}

.item_new {
  margin-bottom: 40px;
}
.item_new .bo_img {
  height: 187px;
  border-radius: 10px;
}
.item_new .bo_img:after {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../images/icon/Polygon 3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.item_new .bo_img img {
  transition: all 0.35s;
}
.item_new:hover .bo_img img {
  transform: scale(1.1);
}

.fancybox__thumbs {
  display: none;
}

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