#wrapper{
	overflow: hidden;
}

body{
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	position: relative;
	color: #333;
	line-height: 1.5;
	width: 100%;
}

a{
	text-decoration: none;
	color: #333;
}

.row{
	width: 100%;
	margin: 0;
}

/* 
header */
#header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.header-top{
	padding: 10px 0;
	background: #fff;
}

.logo h1{
	margin: 0;
}

.logo img{
	width: 40%;
}

.search-top{
	position: relative;
	text-align: right;
	padding-top: 12px;
}



.headroom--unpinned {
	top: -80px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}

.headroom--pinned {
	top: 0;
	transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);

	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.search-top input{
	width: 80%;
	border: 1px solid #d7d7d7;
	padding-left: 10px;
	outline: none;
	border-radius: 5px;
	height: 35px;
}

.search-top button{
	background: #ff2800;
	color: #fff;
	border: 0;
	height: 35px;
	width: 35px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 12px;
	right: 0;
}

/* menu */
.menu{
	background: #030202;
	padding: 10px 0;
	padding-left: 30px;
	height: 42px;
	position: relative;
}

#sidr{
	margin: 0;
	margin-top: 1px;
	padding: 0;
	float: left;
}

#sidr-main>div{
	padding-top: 15px;
}

#sidr-main li{
	line-height: 2;
	list-style: none;
	text-align: center;
}

#sidr-main ul{
	display: none;
}

#sidr-main li a{
	text-decoration: none;
	text-transform: uppercase;
}

.menu ul li{
	display: inline-block;
	margin-right: 5px;
}

#sidr>li.active>a{
	background: #ff2800;
}

.menu ul li:hover > ul{
	display: block;
	line-height: 3;
}

/*  */
.menu ul li ul{
	display: none;
	position: absolute;
	top: 42px;
	z-index: 9999;
	background: #231f20;
	padding: 10px;
}

.menu ul li ul li{
	position: relative;
	height: 42px;
	display: block;
}

.menu ul li ul li:hover{
	background: #ff2800;
}

.menu ul li ul li:hover > a{
	padding-left: 30px;
	transition: 0.5s;
}

.menu ul li ul li a{
	font-size: 12px;
}

/*  */
.menu ul li ul li ul{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 100%;
	/* right: -130%; */
	background: #231f20;
	list-style: none;
	padding: 10px;
	padding-left: 15px;
	width: auto;
	white-space: nowrap;
	line-height: 3;
	/* width: 260px; */
	max-height: 300px;
	overflow: auto;
}

.menu ul li ul li ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.menu ul li ul li ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.menu ul li ul li ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/**/
.menu ul li ul li:hover > ul{
	display: grid;
}

.menu ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 20px;
	transition: 0.2s;
}

.menu ul li a:hover{
	background: #ff2800;
}

.lang{
	margin: 0;
	padding-right: 15px;
	text-align: right;
}

.lang img{
	width: 3%;
}

.lang a{
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}

#bar{
	display: none;
	float: left;
	margin-top: -10px;
}

#bar a{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

/* 
main */
#main{
	margin-top: 121px;
}
.slide img{
	width: 100%;
	outline: none;
}

.slide .slick-prev{
	background: rgba(29, 33, 41, 0.9);
	margin-left: 6%;
	z-index: 9999;
	height: 100px;
	width: 3%;
}

.slide .slick-next{
	background: rgba(29, 33, 41, 0.9);
	margin-right: 6%;
	z-index: 9999;
	height: 100px;
	width: 3%;
}

/* 
three box */
.three-box{
	margin-top: 30px;
}

.three-box h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #020202;
	color: #fff;
	padding: 10px 0;
	margin: 0;
}

.three-box .hotline h3{
	background: #ff2800;
}

.three-box .hotline .box{
	height: 300px;
	background: #f4f4f4;
	padding: 15px;
	padding-top: 25%;
}

.three-box .hotline img{
	float: left;
	width: 45%;
	margin-right: 15px;
}

.three-box .hotline p{
	font-size: 24px;
	font-weight: bold;
	padding-top: 30px;
}

.three-box .hotline span{
	color: #ff2800;
}

.three-box .email .box{
	height: 300px;
	background: #f4f4f4;
	text-align: center;
	padding-top: 25%;
}

.three-box .email img{
	margin-bottom: 15px;
}

.three-box .email .box div{
	font-weight: bold;
}

.three-box .email a{
	text-decoration: none;
}

.three-box .email .nk, .three-box .email .nk a{
	color: #ff2800;
}

/* 
video */
.video{
	background: url('../img/Layer-10.png');
	background-size: 100% 100%;
	padding: 30px 0;
	margin-top: 30px;
}

.video .reg{
	text-align: center;
}

.video .reg form{
	text-align: left;
}

.video .reg h3{
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.video .reg label, .video .reg input, .video .reg select{
	width: 100%;
	outline: none;
}

.video .reg input, .video .reg textarea{
	font-weight: normal;
	padding-left: 15px;
	border: 1px solid #d7d7d7;
	height: 30px;
	width: 100%;
}

.video .reg select{
	padding-left: 15px;
	border: 1px solid #d7d7d7;
	height: 30px;
	color: #ff2800;
}

.video .btn-reg{
	text-align: center;
	margin-top: 15px;
}

.video .btn-reg input{
	background: #ff2800;
	border: 0;
	color: #fff;
	width: 20%;
}

/* 
top-pr */
.top-pr h2{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.top-pr .box{
	margin-bottom: 30px;
}

.top-pr .item{
	text-align: center;
	border: 1px solid #d7d7d7;
	padding: 10px;
	transition: 0.3s;
}

.top-pr .item:hover{
	background: #ff2800;
}

.top-pr .item:hover > .name a{
	color: #fff;
}

.top-pr .img{
	height: 170px;
	overflow: hidden;
	margin-bottom: 15px;
}

.top-pr .item img{
	width: 100%;
}

.top-pr .name{
	height: 48px;
	overflow: hidden;
}

.top-pr .item a{
	text-decoration: none;
	font-size: 16px;
	/* text-transform: uppercase; */
}


/* 
footer */
#footer{
	background: #030303;
	color: #fff;
	padding: 30px 0 50px 0;
	margin-top: 30px;
}

#footer h4{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer i{
	margin-right: 5px;
}

.cat-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}

.cat-footer a{
	color: #fff;
	text-decoration: none;
}

.cat-footer a:hover{
	color: #ff2800;
}

/* 
socials */
.socials{
	position: fixed;
	z-index: 9999;
	top: 30%;
	left: 0;
}

.socials ul{
	padding-left: 5px;
	list-style: none;
}

.socials a{
	text-decoration: none;
	transition: 0.3s;
	font-size: 30px;
}

.socials a:hover{
	padding-left: 8px;
}





/* 
sidebar */
.sidebar section{
	margin-bottom: 30px;
}

.sidebar h2{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #030202;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin: 0;
}

.sidebar ul{
	list-style: none;
	line-height: 2;
	margin: 0;
	padding: 10px;
	padding-left: 15px;
	border: 1px solid #d7d7d7;
}

.sidebar ul li a{
	text-decoration: none;
}

/* 
archive product */
.breadcrumb-me{
	margin-bottom: 30px;
}

.breadcrumb-me ul{
	padding-left: 15px;
	margin: 0;
}
.breadcrumb-me li{
	list-style: none;
	display: inline-block;
	color: #ff2800;
}

.breadcrumb-me a{
	text-decoration: none;
	margin-right: 5px;
}

.breadcrumb-me a:after{
	content: " / ";
}

.arc .banner img{
	width: 100%;
}

.arc .banner{
	margin-bottom: 30px;
}

.arc h1{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #030202;
	color: #fff;
	padding: 10px 0;
	padding-left: 15px;
	width: 96.5%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.arc .top-pr .img{
	height: 103px;
}

.arc .top-pr .name{
	height: 42px;
}

.arc .top-pr .item a{
	font-size: 14px;
}

.arc .list-box{
	clear: both;
}

.navigation{
	text-align: center;
}

.navigation a{
	text-decoration: none;
	padding: 5px 10px;
	background: #030202;
	color: #fff;
	margin: 0 5px;
}

.navigation a.current{
	background: #ff2800;
}

/* 
single-pr */
.head-pr{
	margin-bottom: 50px;
}

/* .single-pr img{
	width: 100%;
	} */

	.single-pr .thumb img{
		margin-bottom: 5px;
	}

	/**/
	.arc.single-pr h1{
		width: 100%;
		margin-bottom: 15px;
	}

	.single-pr .masp, .single-pr .status{
		font-weight: bold;
	}

	.single-pr .masp span, .single-pr .status span{
		color: red;
	}

	.single-pr .price{
		font-weight: bold;
		font-size: 30px;
		color: #ff2800;
	}

	.single-pr .desc{
		line-height: 2;
		background: #f6f7f9;
		border: 1px dashed #7d7d7d;
		padding: 10px;
		border-radius: 5px;
	}

	.single-pr .nav-tabs>li>a{
		background: #030202;
		color: #fff;
	}

	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
		background: #ff2800;
		color: #fff;
	}

	.single-pr .tab-content{
		border: 1px solid #d7d7d7;
		padding: 10px;
		border-top: 0;
		line-height: 2;
	}

	.related-pr h3{
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		background: #030202;
		color: #fff;
		padding: 10px 0;
		padding-left: 15px;
	}

	.single-pr .top-pr .box{
		padding: 0 1px;
	}

	.arc.single-pr .top-pr .img{
		height: 174px;
	}

	/* product_show_images */
	.slick-initialized .slick-slide{
		outline: none;
	}

	.product-images-big .zoo-item{
		position: relative;
		display: block;
	}

	.product-images-big{
		margin-bottom: 5px;
		position: relative;
	}

	.product-images-big img{
		width: 100%;
		height: auto;
	}

	div.zoomWrapper img{
		width: 100%;
		height: auto;
	}

	.product-images-small{
		position: relative;
	}

	.product-images-small .thumb{
		margin-right: 5px;
	}

	.product-images-small img{
		height: 70px;
		cursor: pointer;
		border: 1px solid #d7d7d7;
		padding: 5px;
	}

/* 
cat */
.cat .content img{
	width: 100%;
}

.cat .item .name a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #0AA4AB;
}

.cat .item .name a:hover{
	color: #ff2800;
}

.cat .item .desc{
	line-height: 2;
}

.cat .time-views{
	margin: 0;
}

.cat .time-views span{
	font-size: 12px;
	margin-right: 30px;
	font-style: italic;
}

/* 
single */
.arc.single h1{
	width: 100%;
	margin-bottom: 15px;
}

.single .desc{
	line-height: 2;
	font-weight: bold;
}

.single .text{
	line-height: 2;
}

.single .time-views span{
	font-size: 12px;
	margin-right: 30px;
	font-style: italic;
}

.related-news h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #030202;
	color: #fff;
	padding: 10px 0;
	padding-left: 15px;
}

.related-news i{
	margin-right: 5px;
	color: #ff2800;
}

.related-news a{
	text-decoration: none;
}

.related-news a:hover{
	color: #ff2800;
}

/* 
page */
.page h1{
	text-align: center;
	margin: 30px auto;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	width: 97%;
}

.page .info-contact{
	line-height: 2;
}

.page #send-btn{
	text-align: center;
}

.page .maps{
	margin-bottom: 30px;
}

/* 
media */
@media screen and (max-width: 767px) {
	.header-top, .search-top{
		text-align: center;
	}

	.search-top button{
		margin-right: 5%;
	}

	.menu{
		padding-left: 10px;
	}

	#bar{
		display: block;
	}

	#sidr{
		display: none;
	}

	.lang img{
		width: 10%;
	}

	/* main */
	#main{
		margin-top: 152px;
	}

	.slide .slick-prev{
		width: 8%;
		margin-left: 8%;
	}

	.slide .slick-next{
		width: 8%;
		margin-right: 8%;
	}

	.three-box .box{
		margin-bottom: 15px;
	}

	.three-box .hotline img{
		width: 40%;
	}

	.three-box .hotline p{
		padding-top: 15px;
	}

	.three-box .hotline .box, .three-box .email .box{
		height: auto;
		padding: 15px;
		margin: 0;
	}

	/* video */
	.video{
		margin-top: 0;
		background-size: auto 100%;
	}

	.video iframe{
		height: auto;
	}

	/* top-pr */
	.top-pr .img{
		height: 80px;
	}

	/* archive */
	.arc .top-pr .img{
		height: 70px;
	}

	.arc h1{
		margin-bottom: 10px;
	}

	/* single-pr */
	.single-pr .display{
		margin-bottom: 15px;
	}
	.single-pr .thumb{
		text-align: center;
	}

	.single-pr .thumb img{
		width: 20%;
		display: inline-block;
	}

	.single-pr .nav-tabs>li>a{
		font-size: 12px;
	}

	.arc.single-pr .top-pr .img{
		height: 100px;
	}

	.single-pr .top-pr .box{
		margin-bottom: 15px;
	}

	/* cat */
	.cat .display{
		margin-bottom: 15px;
	}

	/* single */
	.arc.single h1{
		line-height: 1.5;
	}

	/* footer */
	#footer{
		padding: 15px 0;
	}
	#footer h4{
		line-height: 1.5;
	}
}

@media screen and (min-width: 768px){
	.arc .sidebar{
		float: left;
	}

	.arc .content{
		float: right;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.menu ul li a{
		padding: 13px 10px;
	}

	/* main */
	#main{
		margin-top: 109px;
	}

	.three-box iframe{
		height: auto;
	}

	.three-box .hotline .box{
		height: 150px;
		padding-top: 20%;
	}

	.three-box .hotline img{
		width: 40%;
	}

	.three-box .hotline p{
		padding-top: 10px;
		font-size: 14px;
		white-space: nowrap;
	}

	.three-box .email .box{
		height: 150px;
		padding-top: 10px;
		overflow: hidden;
	}

	.three-box .email img{
		width: 30%;
	}

	/* top-pr */
	.top-pr .img{
		height: 85px;
	}

	/* archive */
	.arc .top-pr .img{
		height: 50px;
	}

	/* single-pr */
	.arc.single-pr .top-pr .img{
		height: 105px;
	}

	/* footer */
	#footer h4{
		line-height: 1.5;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#main{
		margin-top: 110px;
	}

	.three-box .hotline p{
		font-size: 20px;
	}

	/* top-pr */
	.top-pr .img{
		height: 122px;
	}

	/* archive */
	.arc .top-pr .img{
		height: 78px;
	}

	/* single-pr */
	.arc.single-pr .top-pr .img{
		height: 141px;
	}
}