@charset "utf-8";
/* CSS Document */

/* comments Start Index Page */

@font-face {
    font-family: 'corkyregular';
    src: url('../fonts/corkyregular-webfont.eot');
    src: url('../fonts/corkyregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corkyregular-webfont.woff2') format('woff2'),
         url('../fonts/corkyregular-webfont.woff') format('woff'),
         url('../fonts/corkyregular-webfont.ttf') format('truetype'),
         url('../fonts/corkyregular-webfont.svg#corkyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fix header {
	background: rgba(255,255,255,1);
	transition:.5s all;
	position:fixed;
	width:100%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.fix .hcp-nav {
    margin-top: 10px;
    padding-bottom: 10px;
}
.fix .logo img {
  width: 120px;
}
.fix .hcp-nav a {
	color:#555;
}
.banner
{
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
}

.logo {
    margin-top: 10px;
    margin-left: 0;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-ms-transition:.5s all;
	-o-transition:.5s all;
}
.logo img {
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-ms-transition:.5s all;
	-o-transition:.5s all;
	 margin-top: -7px;
}
.logo span {
    position: absolute;
    padding-top: 25px;
    color: #fff;
}
.fix .logo span { color:#444; }
header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

.hcp-nav .navbar-toggle {
	border:1px solid #333;
}
.hcp-nav .navbar-toggle .icon-bar {
    background: #333;
}

.banner .carousel-inner .item img {
	width:100%;
}

.show {
	display:inherit;
}
.hcp-nav  {
	margin-top: 35px;
}

.hcp-nav a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
	text-align:center;
	line-height:22px;
    font-weight: 500;
	transition:0.5s all;
	padding: 8px 20px !important;
}

.hcp-nav nav a:hover {
	background-color: #abbf21 !important;
    box-shadow: 0px 2px 0px 0px #899a13;
    border-radius: 5px;
}
.hcp-nav .navbar-nav {
	float:right;
    margin-right: -15px;
}
.logo a {
	background:transparent;
	box-shadow: 0 0 0 0 transparent;
        padding-left: 0 !important;
}

.banner .carousel-caption {
    right: 8%;
    left: 12%;
    padding-bottom: 30px;
    margin-bottom: 20%;
}

.banner .carousel-caption h3 {
	font-family: 'corkyregular';
	font-size: 60px;
	font-style:italic;
	font-weight:600;
	letter-spacing:4px;
}


.industry
{	width:100%;
	text-align:center;
	padding:30px 0px 30px 0px;
	background-color:#efefef;	
	
}

.industry .col-md-3{
	padding:0px;
	
}

.industry h2
{
    color: #787878;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
	text-align:center;
	line-height:33px;
    font-weight: 400;
}

.industry h3
{
    color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
	text-align:center;
	line-height:23px;
    font-weight: 300;
}

.box
{	width:290px;
	height:443px;
	margin-top: 30px;
	display:inline-block;
	margin-bottom:20px;
	text-align:center;

}

.box:hover{
	cursor:pointer;
	background:url(../image/box-hover.png) no-repeat;
	
}

.box:hover img{
	background:url(../image/box-logo-bg-hover.png) no-repeat;
}

.box img{
	background:url(../image/box-logo-bg.png) no-repeat;
	padding: 29px 30px 33px 30px;
}


.image
{
       padding: 30px 20px 30px 30px;
}


.box h2
{	
	color: #1b1b1b;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	text-align:center;
	margin:0px 0px 10px 0px;
	line-height:33px;
    font-weight: 400;

}

.box h2 span{
	font-weight:700;
}

.hr
{
	width:100px;
	height:2px;
	background-color:#719f2f;
	margin-top: 0px;
	
	
}

.box p
{	
	color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
	text-align:center;
	line-height:26px;
	padding: 0px 5% 0px 5%;
    font-weight: 300;
}




.box a {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
	text-transform:uppercase;
	background:#719f2f;
    line-height: 17px;
	text-align:center;
	padding: 10px 25px 10px 25px;
    border-radius: 4px;
 	display: inline-block;
	text-decoration: none;
}


.box:hover a{
	visibility:hidden;
}


.popup {
	position: absolute;
    width: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    bottom: 0;
	display: none;
	z-index:9999;
}
#close {
    font-size: 50px;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
}

.form
{
	border:2px solid #719f2f;
}

.contact-form
{
	width:80%;
	background-color:#f2f2f2;
	margin:auto;
	margin-top:0;
	padding: 0;
}



.form h1
{
	color: #719f2f;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
	text-align:center;
	line-height:33px;
    font-weight: 400;
	padding-top: 0;
}


.form h2
{
	color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	text-align:center;
	line-height:5px;
    font-weight: 400;
}

.input-form
{
}


.message {
}
.message, .input-form {
	border: 1px solid #c2c2c2;
	font-family: 'Roboto', sans-serif;
	width: 100%;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 30px;
	border-radius:5px;	
	color:#787878;
	padding: 15px;
}
.button-submit {
	width:100%;
	background-color: #abbf21;
    box-shadow: 0px 5px 0px 0px #899a13;
    color: #fff;
    padding: 10px 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
    border-radius: 10px;
    margin-left: 30px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.popup select, .popup option {
	border: 1px solid #c2c2c2;
	font-family: 'Roboto', sans-serif;
	width: 100%;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 30px;
	border-radius:5px;	
	color:#787878;
	padding: 15px;
}

.footer {
    width: 100%;
    background-color: #2c2c2c;
    margin-top: 0;
    padding: 30px 0 0 0;
    transform: scale(1);
}

.footer-box 
{	
	width:100%;
	    overflow: hidden;
}

.footer .col-md-3:not(:first-child) {
	border-left:1px solid #424242;
}


.footer-box h3
{
	color: #d8d8d8;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	text-align:left;
    font-weight: 400;
	margin-bottom:30px;
}


.footer-box h4
{
	color: #d8d8d8;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	text-align:left;
    font-weight: 400;
}

.footer-box p, .footer-box .links a {
	color: #d8d8d8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	text-align:left;
    font-weight: 300;
}
.links a {
	display:block;
	margin-left:0 !important;
	padding:0 !important;
	background:inherit !important;
	color: #d8d8d8 !important;
	line-height:30px;
}

.email
{
	width: 200px;
    height: 50px;
	color:#fff;
	background-color:#141414;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    border: 0px;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	text-align:left;
    font-weight: 300;
    outline: none;
}
.footer a
{

    border: 0;
    color: #d8d8d8; display:block; margin-top:10px;

   
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}
footer .row {
	    padding-bottom: 15px;
}
.footer hr
{
	width:100%px;
	height:2px;
	background-color:#424242;
}



.map
{
	width:450px;
	height:250px;
	background-color:#eee;
	
}

.icon1
{
	
	margin-bottom: 30px;
	
}


.icon1 a {
    width: 50px;
    height: 50px;
	background-color:#000;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin-left: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-right: 5px;
    margin-bottom: 40px;
    transition: 0.5s all;
}


.icon1 a:hover {
	background-color:#F00;	
}

.all-right
{
	width:100%;
	height:60px;
	border-top:1px solid #424242;
	background-color:#2c2c2c;
	
}

.adjst {
	margin-top: 300px;
}

.all-right h2
{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	color:#ffffff;
	text-align: center;
    font-weight: 300;
	padding-left: 0px;	
	
}

/* comments End Index Page */
	


/* comments Start About Us Page */

.about-banner {
    width: 100%;
    height: 300px;
    background-image: url(../image/about-us-banner.jpg);
    z-index: 0;
    position: fixed;
    top: 0;
}

.about-banner h3
{
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    margin-top: 140px;
    margin-left: 0;
	margin-bottom: 25px;
}

.home-button
{
	color: #787878;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 80px;
    margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.home-button:hover
{
	text-decoration:none;
	color:rgb(102,102,102);
}


.about-button
{
    padding: 10px 30px;
    border-radius: 5px;
	color:#fff;
	background: linear-gradient(#aabe21, #899a17);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.about-button:hover
{
	text-decoration:none;
	color:#666;
}

.clients
{
	width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    padding: 30px;
    display: block;
    text-align: center;
	border-bottom:1px solid #c3c3c3; background-color:#FFF
}

.clients h3
{
	font-family: 'Raleway', sans-serif;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 33px;
    margin-left: 0;
    font-weight: 500;
    color: #555555;
}


.vision-text h3
{
	color:#abbf21;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height:33px;
	text-align:left;
    font-weight: 500;
}


.vision-text p
{
	
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	text-align:left;
	line-height:25px;
    font-weight: 300;
	margin-bottom:30px;	
}

.text-box
{	width:100%;
	margin-top: 12px;
	background-color:#f7f7f7;
	border-top:6px solid #abbf21;
}

.text-box h3
{
	display: block;
	padding-left: 15px;
    font-size: 20px;
    font-weight: 300;
}

.col-md-6 b {color:#abbf21}

.text-box p
{
	font-family: 'Raleway', sans-serif;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 5px;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #787878;	
}

.hcp-style i {
    font-size: 76px;
    margin-left: 254px;
    color: #efefef;
    position: absolute;
    margin-top: -52px;
}
	
.hcp-style i:first-child {
	font-size: 90px;
    margin-left: 250px;
    margin-top: -55px;
    color: #abbf21;
}

/* comments End About Us Page */


/* comments Start Product Us Page */


.product-banner
{	width:100%;
	height:300px;
	background-image:url(../image/Product-banner.jpg);
	position:fixed;
	z-index:0;
	top:0;
}
section {
	background:#efefef;
	z-index: 9999;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    padding-bottom: 20px;
}


.product-banner h3
{
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    margin-top: 140px;
    margin-left: 0px;
	margin-bottom: 25px;
}

.home-button
{
	color: #787878;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 0;
    margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.home-button:hover
{
	text-decoration:none;
	color:rgb(102,102,102);
}


.product-button
{
    padding: 10px 30px;
    border-radius: 5px;
	color:#fff;
	background: linear-gradient(#aabe21, #899a17);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.product-button:hover
{
	text-decoration:none;
	color:#666;
}
.country-detail table td {
	width:33.3%;
}


.country-detail table {
	 width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 30px;
    font-weight: 300;
    margin-top: 50px;
}

.china-icon
{
	width:100%;
	background-color:#eee;
	margin-top:30px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	
}



.icon img
{
	    padding-right: 60px;
	
	
}

.icon ul
{
	list-style:none;
	margin-left: 0;
    padding-left: 0;
	background-color:#fff
	
}


.icon li
{
	padding: 0;
	border-bottom:1px solid #cccccc;
	
	
}

.icon a
{
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5f9100;
	text-decoration:none;
    display: block;
    text-align: left;
    padding: 10px 20px; 
}
.icon a:hover, .icon a:focus {
	border-right:2px solid #009a1d;
	background-color:#fafafa;
}


.icon li:hover
{
	
	
}

#tw:hover
{
	background-color:#00aced;
}

#fb:hover
{
	background-color:#3b5998;
}

#in:hover
{
	background-color:#007bb5;
}

#gl:hover
{
	background-color:#dd4b39;
}







.product-heding h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    color: #5f9100;
    margin-top: 35px;
    margin-bottom: 20px;
}

.product-heding h4 {
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #787878;
    line-height: 26px;
    margin-bottom: 20px;
}

#china ul,#itly ul,#usa ul,#japan ul{margin:0 10px 0 0; list-style:none; padding:0; line-height:24px; float:left; width:30%; font-size:12px;}

.footer .col-md-3:not(:first-child) {
	border-left:1px solid #424242;
}

/* comments End Product Us Page */


/* comments Start Contact Us Page */


.contact-banner
{	width:100%;
	height:300px;
	background-image:url(../image/contact-banner.jpg);
	    position: fixed;
    top: 0;
    z-index: 0;
}


.contact-banner h3
{
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    margin-top: 140px;
    margin-left: 0;
	margin-bottom: 25px;
}

.contact-button
{
	color: #787878;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 80px;
    margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.contact-button:hover
{
	text-decoration:none;
	color:rgb(102,102,102);
}


.contact-button
{
    padding: 10px 30px;
    border-radius: 5px;
	color:#fff;
	background: linear-gradient(#aabe21, #899a17);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
    font-weight: 500;
}

.contact-button:hover
{
	text-decoration:none;
	color:#666;
}


.contact-text
{
	width:100%;
	
	
}

.contact-text span {

	font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
	line-height:33px;
    color: #719f2f;
}

.contact-text h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
	line-height:33px;
    color: #787878;
    padding-top: 20px;

}

.contact-box
{
	border-top:1px solid #719f2f;
	padding:10px;
	margin-top: 20px;
}

.contact-box h4
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color:#719f2f;
	text-align:left;
    font-weight: 400;
	margin-bottom: 50px;
}

.contact-box p
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#787878;
	line-height:30px;
	text-align:left;
    font-weight: 300;
}



.contact-box ul
{
	list-style:url(../image/contact-icon.png);
}

.contact-box ul li:nth-child(2)
{
	list-style:url(../image/contact-icon1.png);
}

.contact-box ul li:nth-child(3)
{
	list-style:url(../image/contact-icon2.png);
}

.live-chat
{
	width: 80%;
    display: block;
    padding: 10px;
    background-color: #eee;
	border-radius:10px;
}


.live-chat p
{
	
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
	line-height:33px;
    color: #787878;
	padding-left: 40px;
}

.s-top {
	margin-top:688px;
}

.button
{
	background-color: #abbf21;
    box-shadow: 0px 5px 0px 0px #899a13;
    color: #fff;
    padding: 10px 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
    border-radius: 10px;
	margin-left: 35px;
}

.button:hover{color:#fff}

@media (max-width: 1150px) {

	.s-top {
    margin-top: 620px;
	}
}
@media (max-width: 1030px) {

.s-top {
    margin-top: 550px;
}
}

@media (max-width: 992px) {
	.banner .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
header {
	background: rgba(255,255,255,1);
	transition:.5s all;
	position:fixed;
	width:100%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.hcp-nav {
    margin-top: 10px;
    padding-bottom: 10px;
}
.logo img {
  width: 120px;
}
.logo span { color:#333;}
.hcp-nav a {
	color:#555;
}
.banner {
        position: static;
    z-index: 0;
    margin-top: 90px;
}
.s-top {
    margin-top: 0;
}

.message, .input-form {
    border: 1px solid #c2c2c2;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 10px;
    border-radius: 5px;
    color: #787878;
    padding: 10px;
}
.contact-form {
    margin-top: -50px;
}

}