.swiper-slide img {
  width: 100%;
}
.home-products {
  padding: 15px;
  padding-bottom: 0;
}
.product-item {
  position: relative;
  min-height: 100px;
  background: url(../images/loading.gif) center no-repeat;
  margin-bottom: 15px;
}
.product-item__text {
  position: absolute;
  left: 0;
  float: left;
  width: 100%;
  bottom: 8%;
}
.product-item__title {
  font-size: 24px;
}
.product-item__btn {
  margin: 0 5px;
  font-size: 16px;
  line-height: 22px;
}
.product-item__icon {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-position: center;
  background-repeat: none;
  background-size: 100% 100%;
  vertical-align: middle;
}
.product-item__icon.play-video {
  background-image: url(../images/button/btn-play-small.png);
}
.btn-buy{
  display: none !important;
}
.product-item__icon.buy {
  background-image: url(../images/button/btn-buy-small.png);
}
.home-news {
  background-color: #fff;
  margin: 0 15px;
  display: flex;
  align-items: stretch;
}
.home-news .news-button {
  flex-grow: 1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.home-news .news-button span {
  display: block;
  margin-top: 5px;
}
.home-button {
  padding: 0 15px;
}
.home-button a {
  display: block;
  background-color: #fff;
  height: 90px;
  line-height: 90px;
  border-radius: 6px;
  text-align: left;
  padding-left: 10%;
  font-size: 18px;
  margin-top: 15px;
  color: #666;
}
