:root {
  --main_color: #ff6900;
  --text_hover_color: #ff6900;
  --btn_color: #ff6900;
  --header_bg_color:#000
} 
.section-slider__banner{
  margin-bottom:30px;
}
/* .slider-video .contents {
   width: 100%;
} */
 .slider-video .contents .item {
	 /* width: calc(100%/3 - 17px); */
	 display: inline-block;
	 position: relative;
	 min-height: 220px;
	 overflow: hidden;
}
 .slider-video .contents .item img {
	 width: 100%;
	 max-width: 100%;
	 display: block;
	 height: 100%;
	 max-height: 100%;
	 margin: auto;
	 object-fit: cover;
}
 .slider-video .contents .item:nth-child(3n+2) {
	 margin-left: 20px;
	 margin-right: 20px;
}
 .slider-video .contents .item .media-play {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 z-index: 9;
}
 .slider-video .contents .item .media-play i {
	 font-size: 18px;
	 color: #fff;
	 background: red;
	 padding: 10px 20px;
	 border-radius: 10px;
	 font-weight: 700;
}  
.section-banner-video video{
  width:100%;
  max-width:100%;
} 
@media (min-width: 991px)
{.footer-top__logo img {
    width: 120px;
}} 
.product__description--short{
  border:1px solid #f2f2f2;
  padding:1rem;
  margin-top: 1rem;
  border-radius:5px
} 
.product-image-detail .gallery-thumbs {
    width: 100%;
} 
@media (max-width: 991px)
{
  .header .logo img {
    width: 60px;
}
} 
@media (min-width: 1024px){
  .footer-bottom__copyright {
    max-width: 100%;
}
.footer-bottom__image{display:none}
} 
.footer ul li,
.footer ul li a{
  color:#fff
} 
.footer-content,
.footer-content a{
  color:#fff
} 
.footer-top.footer-wrap {
	display: none;
}