.content_body {
  line-height: 1.2;
}
.content_body p {
  font-size: 1rem !important;
}
.content_body img, .content_body iframe {
  max-width: 100% !important;
  margin: auto;
}

.bgr_top {
  background: url("../../../../images/hethong_2.jpeg") no-repeat center;
  background-size: cover;
  padding: 3.5rem;
}
.bgr_top .top_detail {
  grid-template-columns: 400px 1fr;
  grid-gap: 80px;
}
.bgr_top .top_detail .img {
  padding: 50px 20px;
  background: #fff;
}
.bgr_top .top_detail .title_device {
  font-size: 3rem;
  line-height: 1.2em;
  color: #F6BC2C;
}
.bgr_top .top_detail .info {
  font-weight: 500;
}

.share {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.list_rl .slick-list {
  margin: 0 -20px;
}
.list_rl .slick-list .item_rl {
  padding: 0 20px;
}
.list_rl .slick-list .item_rl:hover .img img {
  transform: scale(1.1);
}
.list_rl .slick-list .item_rl .img {
  height: 295px;
}
.list_rl .slick-list .item_rl .img img {
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.list_rl .slick-list .item_rl h4 {
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_rl .slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list_rl .slick-arrow:before {
  display: none;
}
.list_rl .slick-next {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

@media (max-width: 767px) {
  .bgr_top {
    background: url("../../../../images/hethong_2.jpeg") no-repeat center;
    background-size: cover;
    padding: 15px 0;
  }
  .bgr_top .top_detail {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .bgr_top .top_detail .title_device {
    font-size: 24px;
  }
  .bgr_top .top_detail .info {
    font-weight: 500;
  }
  .list_rl .slick-list .item_rl .img {
    height: 210px;
  }
}

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