.homeTop {
  grid-template-columns: 1fr 26.67%;
  grid-gap: 20px;
}

.cat .listCat {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.cat .listCat .listCat-item {
  border-radius: 20px;
  transition: all 0.35s;
  min-height: 288px;
}
.cat .listCat .listCat-item a {
  color: var(--text-color);
}
.cat .listCat .listCat-item a .listCat-item--img {
  border-radius: 50%;
}
.cat .listCat .listCat-item a .listCat-item--img:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  transition: all 0.35s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: scale(1.2, 1.2);
  opacity: 0;
}
.cat .listCat .listCat-item a .listCat-item--img img {
  border-radius: 50%;
}
.cat .listCat .listCat-item a .listCat-item--title {
  font-size: 1.14rem;
  margin: 20px 0 0;
}
.cat .listCat .listCat-item:hover {
  padding: 20px 18px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background: radial-gradient(50% 50% at 50% 50%, #F34857 0%, #BE212F 100%);
}
.cat .listCat .listCat-item:hover a {
  color: var(--color-sub);
}
.cat .listCat .listCat-item:hover a .listCat-item--img:after {
  transform: scale(1, 1);
  opacity: 1;
}
.cat .listCat .listCat-item:hover a .listCat-item--title {
  font-size: 1.14rem;
  margin: 20px 0 0;
  height: 2.85rem;
}
@media (max-width: 768px) {
  .cat .listCat .listCat-item:hover {
    display: none;
  }
}

.productCat .productCat--item .list_product {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .homeTop {
    grid-template-columns: none;
    padding-top: 10px;
    grid-gap: 10px;
  }
  .Mobile-link-cat {
    color: var(--color-main);
    border: 1px solid var(--color-main);
  }
  .list_productMobile {
    width: max-content;
    grid-gap: 10px !important;
  }
  .listCatMobile .slick-list {
    margin: 0 -5px;
  }
  .listCatMobile .slick-list .listCat-item {
    margin: 0 5px;
  }
  .cat .listCat .listCat-item {
    min-height: 250px;
  }
}
.about {
  padding: 40px 0;
  background: #F4F9FC;
}
.about .row {
  align-items: center;
}
@media (max-width: 767px) {
  .about .col-md-7 .content p:first-child {
    font-size: 19.5px !important;
  }
}

.master {
  background: #F4F9FC;
}

.device .item_image .item_content {
  display: none;
}
.device .item_image:hover .item_content {
  display: grid !important;
  position: absolute !important;
}
.device p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .device div {
    flex-wrap: wrap;
    width: 100%;
  }
  .device div .item_image {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 12px;
  }
  .device div .item_image img {
    width: 100% !important;
    height: auto !important;
  }
}

.newList {
  background: #F4F9FC;
}
.newList .new-first:hover .img img, .newList .item_new:hover .img img {
  transform: scale(1.1);
}
.newList .img img {
  transition: all 0.35s;
}
.newList .title-first {
  line-height: 30px;
  height: 90px;
  -webkit-line-clamp: 3;
}
.newList .summary-first {
  height: 48px;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.6);
}
.newList .item_new {
  grid-template-columns: 160px 1fr;
  grid-gap: 24px;
}
.newList .item_new .title-item {
  margin-bottom: 8px;
  height: 24px;
  -webkit-line-clamp: 1;
}
.newList .item_new .summary-item {
  height: 40px;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
}
.newList .item_new .link-item {
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  color: #286BA6;
}
.newList .item_new .link-item:hover {
  color: #B57B31;
}

.modal-ytb {
  width: 1400px;
  max-width: 1400px;
}
@media (max-width: 1320px) {
  .modal-ytb {
    width: 100%;
    max-width: 100%;
    margin: auto;
    top: 20%;
  }
}

.list_video .slick-arrow {
  top: 32%;
}
.list_video .item_video {
  padding: 0 12px;
}
.list_video .item_video .img-video button {
  height: 175px;
}
@media (max-width: 767px) {
  .list_video .item_video .img-video button {
    height: 225px;
  }
}
.list_video .item_video .title-video {
  height: 48px;
  -webkit-line-clamp: 2;
}

.img-video button: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;
  cursor: pointer;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .list_productTablet {
    width: max-content;
  }
  .homeTop {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .itemProduct {
    width: 150px !important;
  }
  .value .content div p:first-child {
    font-size: 18px !important;
    line-height: 24px;
  }
  .value .content div p:first-child span {
    font-size: 24px !important;
  }
}
.slick-list {
  margin: 0 -12px;
}
.slick-list .item_new {
  padding: 0 12px;
}

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