body {
  padding-top: 0px;
  padding-bottom:0px;
  font-family: 'Play', sans-serif;
  
}
a:hover
{
text-decoration:none;
}
::selection {
    color: #fff; 
    background:#DE0E0E;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
     
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 10px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        font-size: 20px;
        /* float: none!important;
		margin-top: 20px;
		background: transparent;
		padding:0 20px; */
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;	
    }
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}
@media(max-width:450px)
{
.cap .new-btn
{
display:none;
}
}
@media(max-width:768px)
{
.slide em
{
display:none;
}
}
.slide em
{
    position: absolute;
    top: -500px;
        left: -80%;
    width: 100%;
    height: 2000px;
    background: url(../images/pattern2.png) repeat;
    z-index: 2;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.slide
{
overflow:hidden;
}
.cap h1
{
        transition: all 0s ease 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 22px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
}
.cap h1.black
{
color:#000;
}

@media(min-width:768px)
{
.cap h1
{
font-size: 30px;
line-height: 35px;
}
.cap h1.black
{
color:#fff;
}
.navbar-nav{
    font-size: 20px;
}

}
@media(min-width:992px)
{
    
.cap h1
{
font-size: 35px;
line-height: 45px;
margin-bottom:30px;
}
}
h1, h2, h3, h4, h5, h6 {
    
    font-family: 'Montserrat', sans-serif;
	    font-family: 'Audiowide', cursive;
}
.new-btn
{
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
    transition: all 0.2s ease-out 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 24px;
    border-width: 0px;
    margin: 0px 20px 10px 0px;
    padding: 10px 25px;
    letter-spacing: 0px;
    font-size: 15px;
	color:#fff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.new-btn:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d3d3d;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.new-btn:hover:before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.span1
{
padding:25px 0;
}

.heading h2
{
    font-family: 'Montserrat', sans-serif;
margin-top:0;
font-size:30px;
color:#292929;
margin-bottom:30px;
}
@media(min-width:768px)
{
.heading h2
{
font-size:40px;
}
}
.heading h2 span
{
color:#DE0E0E;
}
.center
{
text-align:center;
}
.pd0
{
padding:0;
}
.below-head
{
       position: relative;
    margin-bottom: 10px;
    font-size: 19px;
    color: #565656;
    
    margin-top: 8px;
}
.box1 h3
{
    position: relative;
    font-size: 25px;
   font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
.box1 p
{
    position: relative;
    color: #333;
    line-height: 1.6em;
    font-size: 15px;
    text-align: justify;
}
.box1:hover .box-icon img
{
transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all 700ms ease-in-out 100ms;
    -webkit-transition: all 700ms ease-in-out 100ms;
    -ms-transition: all 700ms ease-in-out 100ms;
    -o-transition: all 700ms ease-in-out 100ms;
    -moz-transition: all 700ms ease-in-out 100ms;
}
.read
{
color:#DE0E0E;
}
.read:hover
{
text-decoration:none;
color:#333;
}
.span2
{
overflow: hidden;
    padding: 30px 0 30px 0;
    background-size: cover;
    background-position: 100% 0;
    background-image: url(../Admin/Image/Slider/606abeee1dd7b21-04-05-03-40-30CHANGDE.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.span2 h2
{
color: #ffffff;
    display: block;
    margin-bottom: 27px;
	font-size:35px;
	line-height:55px;
	font-family: 'Montserrat', sans-serif;
}
.span2 em
{
height: 100%;
    position: absolute;
    top: -500px;
    left: -50%;
    width: 100%;
    height: 2000px;
    z-index: -1;
    background: #f47e00;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.box2
{
position: relative;
   
    margin: 0 auto;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	
    position: relative;
    padding: 0px 20px 20px;
}
.title
{
position: relative;
    padding: 12px 34px 18px 0px;
    margin-bottom: 30px;
}
.title h3
{
    position: relative;
	font-size:17px;
	margin:0;
}
.title h3 a
{
    position: relative;
    color: #292929;
	
}
.title:after
{
content: '';
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background: #DE0E0E
}
.box2 .desc
{
position: static;

}
.box2 .desc .text
{
position: relative;
    color: #7f7f7f;
    line-height: 2em;
}
.box2 .desc a
{

       position: absolute;
    right: -1px;
    top: -1px;
    width: 62px;
    font-size: 12px;
    text-align: center;
    height: 54px;
    line-height: 30px;
    padding: 22px 10px;
    color: #ffffff;
    background: #292929;
}
.hvr-bounce-to-right:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #11c3f0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.box22 .box2-img img
{
position: relative;
    display: block;
    width: 100%;
    transition: all 700ms ease-in-out 100ms;
    -webkit-transition: all 700ms ease-in-out 100ms;
    -ms-transition: all 700ms ease-in-out 100ms;
    -o-transition: all 700ms ease-in-out 100ms;
    -moz-transition: all 700ms ease-in-out 100ms;
}
.box22
{
position:relative;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	margin-bottom:15px;
	margin-top:15px;
}
.box22:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}
.footer
{
padding: 30px 0 30px;
    background-image:url(../images/pattern2.png);
	background-color:#000;
}
.foot-head
{
color:#fff;
margin-bottom:20px;
}
.foot-head h2
{
font-size:20px;
margin:0 !important;
font-weight:700;
}
.menulist ul
{
    /* float: left; */
    text-transform: uppercase;
    padding: 0 0px;
    min-width: 140px;
	list-style:none;
	margin-bottom:0;
    /* display: block; */
}

@media(max-width:767px)
{
.menulist ul
{
float: none;
    text-transform: uppercase;
    padding: 0 0px;
    min-width: 140px;
	list-style:none;
	margin-bottom:0;
	    display: block;
}
}

.menulist ul:nth-child(1)
{
padding:0;
}
@media(min-width:768px)
{
.menulist ul:nth-child(2)
{
    border-left: 1px solid #6D6D6F;
    border-right: 1px solid #6D6D6F;
}

.menulist ul:nth-child(4)
{
    border-left: 1px solid #6D6D6F;
}
}
.menulist ul li
{
    position: relative;
    display: block;
	    padding: 0 10px;
}
.menulist ul li a
{
font-weight: bold;
    line-height: 29px;
    color: #6D6D6F;
    font-size: 13px;
}
.menulist ul li a:hover
{
    color: #fff;
}
.foot-icon
{
display: table-cell;
vertical-align: top;
padding-right: 10px;
padding-top: 4px;
}
.address
{
    color: #999;
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 15px;
    font-size: 14px;
	
}
.foot-add
{
display: table-cell;
    vertical-align: top;
	    width: 10000px;
}
.m64
{
margin-top:45px;
}
.news
{
background:#212121;
    line-height: 50px;
    height: 45px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 25px;
    color: #828fa8;
    
    text-shadow: none;
    font-size: 15px;
	margin-bottom:10px;
}
.footer2 {
        color: #FFF;
    font-size: 13px;
    background-color: #212121;
    padding: 15px 0 11px;
	
}
.foot4, .foot5 {
    text-align: center;
}
@media (min-width: 768px)
{
.foot4 	
{
    text-align: left;
	}
.foot5 {
    text-align: right;
}
}
.foot5 a {
    color: #DE0E0E;
    font-weight: 700;
}
/*.span2 .animated {
         -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}*/
.line
{
border-bottom:2px solid #DE0E0E;
width:150px;
margin:0% auto 25px;
}

.logo-header
{
       padding: 12px 0;
    min-height: 84px;
}
.left, .right
{
text-align:center;
}
@media(min-width:768px)
{
.left
{
text-align:left;
}
.right
{
text-align:right;
}
}
.social
{
padding:15px 0;
}
.social a
{
}
.social a:hover
{
}

.space
{
font-family: 'Conv_space_age';
font-size:35px !important;
line-height: 21px;
}

.navbar-Warpper
{
    border-bottom: 2px solid #313131;
}

.span1 p
{
color: #333;
    line-height: 1.6em;
    font-size: 15px;
    text-align: justify;
}
.below-head p
{
color: #333;
    line-height: 1.6em;
    font-size: 17px;
    text-align: center;
}

.input .icon-append {
    position: absolute;
    top: 25px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    /* right: 23px; */
    padding-left: 3px;
    background: #313131;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    border-radius: 4px 0 0 4px;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
}
.cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 8px 10px 8px 48px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    border-radius: 4px;
}

.cont:focus {
    border-color: #DE0E0E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(222,14,14,0.20),0 0 8px rgba(222,14,14,0.10);
    box-shadow: inset 0 1px 1px rgba(222,14,14,0.10),0 0 8px rgba(222,14,14,0.10);
}

.span1 h3
{
font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.page a
{
    color: #333;
}

.map {
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 0px;
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.links ul
{
list-style:none;
padding:0;
margin:0;
margin-bottom:15px;
}
.links ul li
{
padding:5px 0;
background:url(../images/red-bullet.png) 0px 12px no-repeat;
padding-left:20px;
}
.links ul li a
{
font-size:17px;
color:#111;
-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.links ul li a:hover
{
color:#DE0E0E;
padding-left: 10px;
}
.gal
{
margin:15px 0;
}
.gal img
{
width:260px;
margin:10px;
}
.gal img:hover
{
opacity:0.8;
}
.border img
{
box-shadow:2px 2px 6px #444;
border:4px solid #fff;
}
.abt .new-btn
{
margin-top:20px;
}
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {
    
    content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:43px;
	


	/* display: block; */
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: 5px;
    margin-right: -10px;
}
.right-caret:after
{	    border-left: 5px solid #CCCCCC;
}
.left-caret:after
{	border-right: 5px solid #CCCCCC;
}
.abt h4 a
{
color:#000;
font-weight:300;
}
.abt h4 a:hover
{
    color: #DE0E0E;
}
.art_no
{
color:#999;
font-size:12px;
border-bottom:1px solid #ddd;
display:block;
margin-bottom:15px;
}
.prod h4
{
margin:0;
margin-bottom:3px;

}

.border img {
    border: 4px solid #fff;
    box-shadow: 1px 1px 10px #ccc;
}

.gal img {
    margin: 10px;
}

.foot-add a
{
    color: #999;
	font-size:15px;
}

.margin-t-30
{
margin-top:30px;
}

.margin-t-30 a
{
color:#fff;
}


.col-sm-20
{
width:100%;
float:left;
padding-left:8px;
padding-right:8px;
}
@media(min-width:768px)
{
.col-sm-20
{
width:25%;
}
}

.box1
{
margin-top:0px;
}
.box1-img
{
position:relative;
    -webkit-box-shadow: 0px 56px 36px -60px #121D12;
    -moz-box-shadow: 0px 56px 36px -60px #121D12;
    -o-box-shadow: 0px 56px 36px -60px #121D12;
}
.box1-img img
{
    display: block;
    height: auto;
    max-width: 100%;
}
.box1-img .readlink
{
color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    margin-top: -20px;
    margin-left: -15px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding-top: 13px;
	
}
.readlink:hover
{
text-decoration: none;
    outline: 0;
	background:#fff;
	color:rgba(253, 89, 8, 1);
}
.box1-img:hover .readlink
{
    opacity: 1;
    top: 50%;
}
.box1-img:after
{
opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgba(222, 14, 14, 0.6);
}
.box1-img:hover:after
{
    opacity: 1;
}
.info h3
{
font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 23px;
}
.info h3 a
{
color: #333;
}
.info h3 a:hover
{
    color: #de0e0e;
}



/* Menu */
li.nav-item {
    padding: 10px;
    margin: 15px 10px;
}
a.nav-link {
    padding: 15px 7px;
    margin: 0 0;
    font-size: 20px;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

