/* Slider
-------------------------------------------------- */
#jzpvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  width: 100%;
  
}

.slider-video .video-layer {
  position: relative;
  min-height: 100vh;
  color:#fff;
}

.video-layer-cover {
  position: absolute;
  top: 0;
  /* min-height: 100vh; */
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 70%);
}

.slider-video .video-layer video {

            max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;

 
        }

/* responsive */
@media (max-width: 1130px) {
  #jzpvideo {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .slider-video .video-layer {
    min-height: 720px;
  }
}

@media (max-width: 992px) {


  .slider-video .video-layer {
    min-height: 680px;
  }
}

@media (max-width: 568px) {


  .slider-video .video-layer {
    min-height: 600px;
  }
}


/* index-about
-------------------------------------------------- */


.index-about {
	
}
.index-about-img {
	position:relative;

}

.index-about-logo-text {
	position:absolute;
	left:-10px;
	top:5rem;
	width:120px;
	height:120px;
	background:#df2919;
	color:#fff;
	padding:10px 10px;
	border-radius:100%;
	z-index:0;
	overflow:hidden;
}

.index-about-logo {

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

}
.index-about-logo-text h1{
	font-size:2rem;
}



@media (min-width: 1024px) {
.index-about-img {
	padding-left:0px;
}
.index-about-logo-text {
	left:-10%;
	top:top:7rem;
	width:150px;
	height:150px;
	padding:10px 10px;

}
.index-about-logo-text h1{
	font-size:2.5rem;
}
}
.index-about-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	right:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-about-excerpt {
	width:calc(100% + 2rem);
	right:-2rem;
	margin-top:0px;
}
}




/* index-counter
-------------------------------------------------- */
.index-counter {
  background: url() no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
}
.index-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  /*background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 75%);*/
  z-index:-1;
  border-bottom:solid 0px #f4f7fb;
}
.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #f1f2f3;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	
	color:#848484;
}



.index-slogan {
	background: url(../images/bg-index-slogan.png) #df2919 no-repeat center 50%;
	background-size: cover;
	background-attachment:fixed;
}
.index-slogan h3{
	color:#fff;
}
.index-slogan h3 span{
	font-weight:bold;
}
.index-slogan h5{
	color:#fff;
}
.index-slogan .slogan-img{
	margin:0rem auto 0rem auto;
	padding:0px;
	border-top:solid 8px #fff;
	border-right:solid 8px #fff;
	border-bottom:solid 8px #f8f9fa;
	border-left:solid 8px #fff;
}
@media (min-width: 768px) {
.index-slogan .slogan-img{
	margin:-5rem auto;
	padding:0px;
}
}

/*======= index-product =========*/

.index-product {
	
}
.index-product .filter-button{
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}

.index-product .filter-button:hover{
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;

}

.index-product .filter-button.active {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}
.index-product .filter-button:focus {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}


.index-product .filter-item {
    
}



.index-product {

}
.index-product .nav {
	
}
.index-product .nav-pills {
	
}
.index-product .nav-item{

}


.index-product .nav-item .nav-link{
	background:#27394e;
	color:#fff;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 0px #f8f9fa;
}
.index-product .nav-item .nav-link.active{
	background:#df2919;

}
.index-product .tab-pane {
	transition:.5s;
}
/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #df2919;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #df2919;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#df2919;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#df2919;

}




.product-tabs {
	padding:0px;

}
.product-tabs .tabs{

	border-bottom:solid 1px #dee2e6;
}
.product-tabs .nav{
	padding:0px;
}
.product-tabs .nav-pills{

	
	padding:0px;
}

.product-tabs .nav-item{

	
}
.product-tabs .nav-item .nav-link{
    color:#333;
	font-size:1.25rem;
	padding:25px 0px;

	margin-left:25px;

}

.product-tabs .nav-item .nav-link.active{
	background:none;
	color:#df2919;
	border-bottom:solid 3px #df2919;
	border-radius:0px;
	margin-bottom:-1px;
}

.product-tabs .bg-item {
	background: #f9f9f9;
	
}
.product-tabs .bg-item:hover {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));

}
.product-tabs .bg-item:hover h5{
	color:#fff;
}
.product-tabs .bg-item:hover a{
	color:#fff;
}
.product-tabs .entry-data{
	color:#df2919;
	position: relative;
	
}

.product-tabs .entry-data:before {
    position: absolute;
    display: block;
    width: 2px;
    height: 90px;
	z-index:1;
    background:#df2919;
    top: 0%;
    left: 0%;
    content: "";
}


/*======= owl-carousel-feature =========*/


.owl-carousel-feature {
	
}
.owl-carousel-feature .item{

}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #df2919;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #df2919;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#df2919;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {
	
}
/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #df2919;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
	
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 