/* home page */
/* Home services */
.service-item {
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ebebeb;
	box-shadow: 5px 5px 0px 0px #ebebeb;
}
.service-item .service-img {
	width: 30%;
    display: inline-block;
    background: #ec1c24;
    padding: 2%;
}
.service-item .service-text {
	width: 53%;
    display: inline-block;
    margin: 0 4% 0 7%;
}
.service-item .service-text h3 {
    color: #333333;
    font-family: "Ubuntu";
    text-align: left;
    margin: 0;
    line-height: 1.3;
    position: absolute;
    top: 20px;
}
.item-category-hover {
	position: absolute;
    width: 94%;
    top: 0;
    left: 0;
    background: rgba(236, 28, 36, 0.9);
    padding: 20px 4%;
    min-height: 125px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
}
.item-category-hover h3 {
    text-align: left;
    font-family: "Ubuntu";
    margin: 5px 0 0 20px;
}
.item-category-hover h3 a {
    color: #fff;
}
.item-category-hover h3 a:hover {
    opacity: 0.8;
}
.item-category-hover ul {
    margin-left: 30px;
    text-align: left;
    list-style: none;
}
.item-category-hover ul li a {
    color: #fff;
}
.item-category-hover ul li a:hover {
    opacity: 0.8;
}
.service-item:hover .item-category-hover {
	opacity: 1;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.parallax-content .span4 {
	margin-bottom: 30px;
}
.slider_caption h3 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    margin-top: 60px;
    color: #fff;
    margin-bottom: 30px;
}
.welcome-text-home {
    width: 47%;
    padding-right: 3%;
    display: table-cell;
}







@media only screen and (min-width : 769px) {
    .head-wrap {
    	position: absolute;
    	width: 100%;
    	padding: 0;
    }
    .search-form  {
    	background: rgba(51,51,51,0.4);
    }
    .head-phone a {
    	color: #fff;
    }
    .header #search-header input#search-form_is {
        background: rgba(51,51,51,0.6);
        color: #fff;
        font-weight: bold;
    }
    .header #search-header input#search-form_is:hover {
        background: rgba(51,51,51,0.6);
    }
    .header #search-header .search-form_it {
        background: none;
        color: #fff !important;
    }
}



@media only screen and (max-width : 767px) {
    .product_box .btn {
        font-size: 14px !important;
    }
    footer.footer {
        padding: 0 0 25px;
    }
    .welcome-text-home {
    	width: 100%;
    	padding: 0;
    	display: block;
	}
	.service-item .service-text {
    	opacity: 0;
	}
	.item-category-hover {
	    background: none;
	    padding: 10px 4%;
	    min-height: 125px;
	    opacity: 1;
	}
	.item-category-hover h3 {
    	padding: 5px 0 0 40%;
    	height: 100px;
	}
	.item-category-hover h3 a {
    	color: #626262;
	}
	.item-category-hover ul {
    	display: none;
	}
	.banner-wrap {
		display: none;
	}
	
}

/* product category home */
.service-home {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid #626262;
    min-height: 220px;
}
.service-home-img img {
    width: 50%;
    height: 200px;
    position: absolute;
    left: 3%;
    top: 10px;
    box-shadow: 7px 7px 0px 0px #ebebeb;
}
.line-home-1 {
    width: 24px;
    border-top: 2px solid #000;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 50%;
}
.service-home-text {
    position: absolute;
    left: 56%;
    top: 50px;
}
.service-home-text h3 {
    line-height: 1.2;
    margin: 0 0 10px;
}
.service-home-text p {
    margin: 0;
}
.line-home-2 {
    width: 24px;
    border-top: 2px solid #000;
    position: absolute;
    bottom: 8px;
    left: 55px;
}
.line-home-3 {
    height: 24px;
    border-left: 2px solid #000;
    position: absolute;
    right: 7%;
    bottom: 40px;
}
.service-home:hover .line-home-1, .service-home:hover .line-home-2, .service-home:hover .line-home-3 {
    border-color: #ec1c24;
}
.service-home:nth-child(1) {
    background: red !important;
}
.banner-wrap {
    width: 100%;
    min-height: inherit;
    padding: 0;
}
.welcome_box {
    padding: 50px 0;
    margin-top: 0;
}
.welcome_box p {
    margin-bottom: 10px;
}
.product_box {
    padding: 63px 0 40px 0;
}
.welcome_box-1 {
    padding: 50px 0;
}
.welcome_box-1 p {
    margin-bottom: 10px;
}