@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Montserrat";
	src: url(fonts/Montserrat-Bold.otf) format("opentype")
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 7px;
	background-color: #dbdbdb;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d8d8d8;
}



.whitebg {
	background-color: #ffffff;
}
.white-font {
	color: #ffffff;
}
.black-font {
	color: #000000;
}
.yellowbg {
	background-color: #ffe22d;
}
.yellow-font {
	color: #ffe22d;
}
.yellow-font span {
	color: #ffffff;
}
.orangebg {
	background-color: #ffb540;
}
.blackbg {
	background-color: #000000;
}

/*======start header=========*/

.header {
	height: auto;
	width: 100%;
	padding: 10px 0px;
	z-index: 100;
	position: relative;
	display: table;
}
.header-left {
	float: left;
	height: auto;
	width: 20%;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: left;
	height: auto;
	width: 80%;
}
.header .header-menu {
	margin-top: 10px;
	float: right;
}
.mncont
{
	background:url(../images/call.png) no-repeat left center;
	}

.sticky {
	position: fixed;
	padding-top: 0px;
	top: 0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.sticky .header-top
{
	padding-bottom:0px;
}
.sticky .header
{
	padding-top:0px;
}

.sticky .header-left img {
	height: 45px;
	width: auto;
}
.sticky .header-menu {
	margin-top: 0px;
}
.sticky .menu > ul > li a {
	color: #000000;
}
/*====banner====*/
.banner {
	position: relative;
	background-color: #000000;
}
.bncolor
{
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	}

.bn-slide {
	width: 100%;
}
.bn-brws {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
	color: #ffffff;
}
.bn-brws h1 {
	position: relative;
	font-size: 28px;
}
.bn-brws h1:before {
	content: '';
	background-color: #2b51a2;
	width: 78%;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 22%;
}
.bn-brws ul {
	margin-left: 0px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.bn-brws ul li {
	float: left;
	width: 12%;
	padding: 5px;
	text-align: center;
}
.bn-brws ul li img {
	margin-bottom: 15px;
}
.bn-brws ul li h4 {
	font-family: inherit;
}
.banner .carousel-caption {
	right: 15%;
	bottom: 29%;
	left: 15%;
	text-shadow: none;
}
.banner .carousel-caption h1 {
	font-size: 55px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
}
.banner .carousel-caption p {
	margin-bottom: 40px;
	font-size: 18px;
}
.banner .carousel-caption h1 span {
	color: #f3d100;
}

.banner .button, .page-banner .button
{
border:solid 2px #ffe22c;
color:#ffe22c;
background:transparent;
}
.banner .button:hover, .page-banner .button:hover
{
border:solid 2px #ffffff;
color:#ffffff !important;
}

/*=======home future=======*/
.hmft{
	padding-top:0px;
	}

.hmfut
{
	width: 100%;
    float: left;
    margin-top: 30px;
}
.hmfut-left
{
	width:30%;
	float:left;
}
.hmfut-middle
{
	width:40%;
	float:left;
	text-align:center;
}
.hmfut-right
{
	width:30%;
	float:left;
}

.hmft-list
{
	width:100%;
	float:left;
}
.hmft-list li
{
	width:100%;
	margin-bottom:60px !important;
	display:table;
}
.hmft-list .hmfno
{
	display:table-cell;
	vertical-align:top;
	width:100px;
}
.hmft-list .hmfcont
{
	display:table-cell;
	vertical-align:top;
}
.hmft-list .hmfno
{
position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: Oswald;
    font-size: 24px;
    color: #fff;
    background: #333e48;
    margin-right: 35px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.hmft-list .hmfno:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 5px;
    height: 40px;
    background: linear-gradient(to bottom right, transparent 0%,transparent 43%,#333e48 56%,#333e48 100%);
}
.hmft-list .hmfno:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 5px;
    height: 40px;
    background: linear-gradient(to top left, transparent 0%,transparent 43%,#333e48 56%,#333e48 100%);
}
/*=======home latest product=======*/
.hm-prd
{
	background:#000000 url(../images/prdbg.jpg) no-repeat center center fixed;
	}


.prdpic, .prdname, .prdbtn
{
width:100%;
float:left;
text-align:center;
}
.prd-sec
{
float:left;
width:92%;	
margin:4%;
background-color:#FFF;
padding:15px;
box-shadow: 0.5px 0.866px 5px 0px rgba( 179, 179, 179 ,0.3);
}

.prdname
{
font-size: 17px;
font-weight: 600;
padding: 15px 0px;
color: #333e48;	
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.prdbtn
{
	padding:15px 0px;
	}

.hmabout{
	padding-bottom:0px;
}
.hmabtinfo{
	padding:0 10%;
	}
.hmabtinfo p
{
	text-align:center;
	font-size:18px;
}

/*============footer===========*/
.footer-top {
	background:#000000 url(../images/news-email.jpg) no-repeat center center;
	padding: 85px 0px;
	color: #ffffff;
	width: 100%;
	float: left;
	z-index: 10;
	position: relative;
}
.nws-text {
	width: 100%;
	float: left;
	margin-bottom:30px;
	text-align: center;
}
.nws-box {
	width: 100%;
	float: left;
}
.news-subbox
{
	width:60%;
	margin:auto;
	}
.news-subbox p {
	float: left;
	display: table-cell;
	margin-right: 20px;
	padding-top: 12px;
}
.news-subbox input[type=text] {
	height: 45px;
	border: none;
	border-radius: 0;
}
.news-subbox input[type=submit] {
	background-color: #ffed00;
	color: #010101;
	border: none;
	height: 45px;
	border-radius: 0px;
	padding: 0px 25px !important;
}

/*====inner page=====*/
.page-banner {
	width: 100%;
	height: auto;
	margin-top: -146px;
	position: relative;
	display: table;
}
.page-banner img {
	width: 100%;
}
.inbnctxt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
 height100%;
	background-color: rgba(0,0,0,0.4);
}
.bntx {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bntx h1 {
	font-size: 55px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}


/*=======product page======*/
.product-page
{
	background-color:#f2f2f2;
	}
.prd-list
{
	width:100%;
	float:left;
	margin-left:0px;
}
.prd-list li
{
	width:25%;
	float:left;
	list-style:none;
}
.data-paginate{
	margin-top:50px;
    width: 100%;
	float:left;
}

.data-paginate .pagination
{
	width:auto;
	margin:auto;
	display:table;
	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #ffffff;
	background-color: #e3000f;
	border-color: #e3000f;
}

.product-deatil
{
width:90%;
display:table;
margin:auto;
}
.item-image, .prod-info
{
width:50%;
float:left;
}
.item-image
{
width:45%;
margin-right:5%;
}
.prod-info
{
width:50%;
}
.product-title
{
	font-size:30px;
	margin-bottom:25px !important;
	}

.item-image
{
	border:solid 1px #dddddd;
	}
.prdtable tr td:first-child
{
	width:35%;
	font-weight:600;
	}

.prod-info .table>tbody>tr>td, .prod-info .table>tbody>tr>th, .prod-info .table>tfoot>tr>td, .prod-info .table>tfoot>tr>th, .prod-info .table>thead>tr>td, .prod-info .table>thead>tr>th {
    padding: 15px 10px;
}

.related-prd
{
	background: #f2f2f2;
	}





