
/** Carousel **/
.box-carousel{
  padding-left: 10px;
  padding-right: 10px;
}
.box-carousel-item{
  padding: 0;
  width: 100%
}
.product{
  /*width: 150px;*/
  max-width: 92%;/*change width items*/
  margin: 0px auto;
  padding: 0px;

}
.product a.link{
  padding-top: 10px;
  font: 700 18px 'Roboto';
  margin: 0px;
  color: #111;
  display: -webkit-box;
  max-width: 100%;
  max-height: 63px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
}
.product a:hover,
.product a:active, 
.link-fix-length:hover, 
.link-fix-length:active{
  color: #0a8cd7;   
}
.product p.description, .p-fix-length{
  display: -webkit-box;
  max-width: 100%;
  max-height: 45px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15.5px;
  line-height: 23px;
  margin-top: 3px;
}
.jcarousel-wrapper {
  margin: 10px auto;
  position: relative;

}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;

}

.jcarousel li {
  /*width: 200px;*/
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 22%;
  text-align: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  text-shadow: 1px 1px 4px #999;
  font-size: 37px;
  line-height: 0px;
}

.jcarousel-control-prev:hover
.jcarousel-control-next:hover{ 
  color: #ec3a00 !important
}
.jcarousel-control-prev:focus,
.jcarousel-control-next:focus{
  color: rgba(255,255,255,0.7);
}

.jcarousel-control-prev {
  left: 1vw;
}

.jcarousel-control-next {
  right: 1vw;
}

/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;

  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;

  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;

  margin-right: 7px;


  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;

  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}
/* //Carousel*/

.product .img-link, .product section {
  width: 100%;
  height: 163px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product .img-link img, .product section img{
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 5px;
}
.fa-angle-left.style, .fa-angle-right.style{
  font-size: 50px;
  color: #0a8cd7;
}

.fa-angle-left:before, .fa-angle-right:before{
  z-index: 10;
  position: relative;
}
.fa-angle-left:after{
  content: "\f104";
  color: #fff;
  position: absolute;
  left: -2px;
  z-index: 1
}
.fa-angle-right:after{
  content: "\f105";
  color: #fff;
  position: absolute;
  right: -2px;
  z-index: 1;
}
@media (min-width: 800px) {
  .product .img-link img, .product section img{
    top: 49%;
    left: 0;
    max-height: none;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slider-title{
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 0;
  background: #87d3ff;
  font: 700 15px 'Roboto';
  color: #000 !important;
  display: block;
  height: 41px;
  overflow: hidden;
}
.jcarousel.video-carousel{
  height: 250px;
}



@media(max-width:1024px){
  .box-carousel{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media(max-width:500px){
  .product{
    max-width: 100%;  
  }
  .product .img-link, .product section
  {
    height: auto;
  }
  .center-img {
    height: 205px;
  }
  .block-list-category .list-news-hot li:nth-last-child(1){
    margin-bottom: 14px;
  }
  .title-category{
    margin-top: 0px
  }
}