@charset "UTF-8";
/* CSS Document */

/*Globle css*/
ul, li, p, h1, h2, h3, h4, h5, h6, h7{
	padding: 0;
	margin: 0;
} 
ul {
	list-style: none;
    list-style-image: none;
}
img {
	border: none;
}
.clearfix {
	clear: both;
}
body {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #lalala;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
h3 {
	letter-spacing: 0.5px;
}
html {
	height: 100%;
}
.wrapper {
   width: 100%;
   min-height: 100%;
   height: auto !important;
   height: 100%;
}
.main-content {
	width: 940px;
	margin: 0 auto;
}
.topbar {
	margin: 25px auto 15px;
	width: 940px;
	display: block;
	/*opacity: 0.9;*/
}
.logo {
	width: 211px;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;	
	margin-bottom:12px;
}
.nav {
	width: 940px;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #293189;
	z-index:1999;
	letter-spacing: 0.5px;
}
.nav > li{
	float: left;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.nav li a.first-level {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	line-height: 60px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:60px;
}
.nav li a:hover {
	background: #232a77;
}
.nav li a.current {
	background: #3158bc;
	border-bottom: 3px solid #ed2224;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}
.nav li a.current:hover {
	background: #3158bc;
	border-bottom: 3px solid #ed2224;
	cursor: default;
}
.nav li.last-tab a.current:hover {
	background: #232a77;
	border: none;
	cursor: pointer;
}
ul.nav li ul.sub-menu {
    display:none;
    position: absolute;
    top: 60px;
    left: 0;
	line-height:normal;
	width: 240px;	
	padding: 10px 0;
	z-index: 2001;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.nav li ul.sub-menu li a {
	display: inline-block;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	line-height: normal;
	padding: 10px 15px;
	width: 240px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.nav li ul.last {
	width: 180px;
}
ul.nav li ul.last li a {
	width: 180px;
}
ul.nav li ul.sub-menu li a:hover {
	background: #3158bc;
	border: none;
}

ul.nav li ul.sub-menu li {
	display: inline-block;
}
ul.nav li:hover ul.sub-menu {
    display: block;
	background: #232a77;
}
ul.nav li:hover a {
	background: #232a77;
}
ul.nav li.last-tab:hover a {
	border: none;
}


	
/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


.modulars {
	padding: 10px 0 0 0;
	display: inline-block;
}
.modulars li {
	width: 300px;
	/*margin-right: 20px;*/
	float: left;
}
.index li {
	margin-right: 20px;
}
.modulars li.last {
	margin: 0;
}

.modulars li .heading {
	font-size: 20px;
	font-weight: normal;
}
.modulars li .items {
	margin-top: 12px;
}
.modulars li .items .sub-heading {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	padding: 6px 0;
}
.modulars li .items .contact-bg {
}
.modulars li .items .location {
	background: #a6ce39;
	color: white;
	padding: 6px 10px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.modulars li .items p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 8px;
}
.modulars li .items .description {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	line-height: 1.5;
	font-weight: 400;
	font-size: 14px;
	margin-left:0;
}
.modulars li .items p a {
	color: #4892e6;
}
.modulars li .items p a:hover {
	color: #ed2224;
}
.modulars li .items .location-1 {
	background: url(../img/location.png) 0 0 no-repeat;
	padding: 0 0 0 16px;
	height: 16px;
}
.modulars li .items .location-2 {
	background: url(../img/location.png) 0 -16px no-repeat;
	padding: 0 0 0 16px;
	height: 16px;
}
.modulars li .items .location-3 {
	background: url(../img/location.png) 0 -32px no-repeat;
	padding: 0 0 0 16px;
	height: 16px;
}
#map_canvas {
	width: 300px;
	height: 160px;
}
.footer {
	width: 100%;
	background: #262626;
	padding: 10px 0;
	color: #ffffff;
	font-size: 12px;
	margin-top: 30px;
}
.footer-content {
	width: 940px;
	margin: 0 auto;
	height:100%;
}
.footer-content a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	margin-right: 30px;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-content p {
	color: #ccc;
	display: inline-block;
	float: right;
}

/*introduction*/
.slideshow-image {
	width: 1400px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
}
/*.slideshow-image h3 {
	width: 840px;
	margin: 0 auto 0;
	font-size: 34px;
	color: #ffffff;
	padding-top: 240px;
	font-weight: normal;
	}*/
.heading-introduction {
	font-size: 18px;
	font-weight: 400;
}
.info {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.text .heading-introduction {
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: 2px solid #a6ce39;

}
.company-image {
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 25px;
	width: 940px;
	height: 580px;
}
.company-image p {
	/*margin-top: 6px;*/
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	bottom: 0;
	right: 0;
	width: 940px;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	padding: 5px;
	letter-spacing: 0.5px;
}

.main-introduction {
	position:relative;
	padding-bottom:30px;
	padding-top:10px;
}
.main-introduction .core-image {
	width: 346px;
	height: 205px;
	margin: 0 auto;
}
.description-introduction-1 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	position: absolute;
	width: 300px;
	top: 25px;
	left: 15px;
	border-top: 2px solid #a6ce39;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
}
.description-introduction-2 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	position: absolute;
	width: 300px;
	top: 265px;
	left: 43px;
	border-top: 2px solid #a6ce39;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
}
.description-introduction-3 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	position: absolute;
	width: 300px;
	top: 65px;
	right: 0px;
	border-top: 2px solid #a6ce39;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
}

/* Plant & Facilities */

.heading-page {
	font-size: 24px;
	line-height:36px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d1d1d1;
	margin-bottom: 10px;
	width: 100%;
}
.plant-description {
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 16px;
}
.items {
	width: 940x;
}
.items ul.tabs {
	height: 60px;
	padding: 0 10px;
	background: #f5f5f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 3px solid #ebebeb;
	box-shadow: 0 1px 0 0 rgb(209, 209, 209);
	margin-bottom: 20px;
}
.items ul.tabs li.items-tabs {
	float: left;
	margin-top: 10px;
	height: 50px;
	width: 213px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.items ul.tabs li.items-tabs a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
}
.items ul.tabs li.items-tabs a.selected {
	border:1px solid #d1d1d1;
	border-bottom: none;
	background: #ffffff;
}
.tab1-content {
	width: 940px;
}
.factory-description {
	margin-top: 12px;
}
.tab1-content p {
	font-size: 15px;
	line-height: 2;
	width: auto;
}
.gallery {
	width: 940px;
	max-height: 900px;
}
.image-preview{
	width: 600px;
	float: left;
}
.gallery .rightside {
	float:left;
}
.elastislide-list {
	width: 340px;
	float: left;
	padding:0;
}
.elastislide-list li {
	float: left;
	display:inline;
	width: 70px;
	height: 70px;
	margin: 0 0 5px 5px;
	margin-bottom:5px;
}
.elastislide-list li img {
	width: 70px;
	height: 70px;
}
.slider-1 {
	width: 600px;
	height: 280px;
}
.factory-location {
	width: 340px;
	height: 280px;
	float:left;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: white;
	position: relative;
	padding-left:5px;
}
.factory-location img {
	width: 340px;
	height:280px;
}
.factory-location p {
	padding: 4px 14px 0;
	font-weight: 400;
	/*letter-spacing: 0.5px;*/
	position: absolute;
	height: 40px;
	width: 330px;
	font-size: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #555;
	color: #fff;
	bottom:5px;
	left:10px;
	opacity:0.8;
	
}
.factory-data {
	width: 100%;
	border:1px solid #e0e0e0;
	border-collapse: collapse;
	margin-top: 20px;
}
.factory-data th{
	padding:12px 0;
	text-align: center;
	border: 1px solid #226cbf;
	font-weight: 300;
	background: #4892e6;
	color: #ffffff;
	letter-spacing: 0.5px;
	
}
.factory-data td  {
	padding:14px 0;
	text-align: center;
	border:1px solid #e0e0e0;
	font-size:12px;
	color:#808080;
}
.factory-data td span {
	display: block;
	font-size: 22px;
	color: #1a1a1a;
}
.plants {
	margin-top: 20px;
}
.leftside-plants {
	float: left;
	background: #f6f6f6;
	width: 470px;
	padding: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.rightside-plants  {
	padding: 13px;
	float: left;
	background: #ebebeb;
	width:470px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.plants .heading {
	font-size: 18px;
	line-height: 3;
	text-align:center;

}
.plants td {
	padding: 12px 0;
	vertical-align:top;
}
.plants td span {
	border-bottom: 1px dotted #ccc;
}

.plants .address {
	font-weight: 500;

}

/*Projects*/
.projects {
	width: 940px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.projects .project-preview {
	margin: 15px 0;
	display: block;
	width: 940px;
}
.project-detail {
	border: 1px dotted #ccc;
	border-collapse: collapse;
	width: 100%;
}
.project-detail td {
	border: 1px dotted #ccc;
	padding: 10px 15px;
	letter-spacing: 0.5px;
}
.project-detail td.color {
	background:#a6ce39;
	color:#fff;
}
.title {
	font-size:16px;
	font-weight: 400;
}

.projects .project-preview .title span {
	font-size: 13px;
	color: #222;
}

.images img.img-large {
	width:700px;
	float:left;
}
ul.thumbnail {
	width:240px;
	float:left;
}
.thumbnail li {
	float: left;
	width:70px;
	display: inline;
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left:5px;
	margin-bottom:5px;
}
.thumbnail li img {
	width:70px;
	height:70px;
	cursor:hand;
	cursor:pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*
.images .sidebar {
	background: url(../img/side-bg.jpg) 0 0 no-repeat;
	width:240px;
	height:280px;
	line-height:270px;
	text-align: center;
	float:left;
}*/


/* contact us page*/
.contact-information {
	float: left;
	width: 320px;
}
.contact-information h3 {
	padding:10px 0;
	font-weight: normal;
	margin:10px 0;
}
.contact-information p {
	padding:5px 0;
}
.contact-section {
	border-top: 2px solid #a6ce39;
	padding:5px 0 30px;
}
.address-a {
	background: url(../img/location.png) 0 0 no-repeat;
	height: 8px;
	padding-left: 15px;
}

/*paging effect*/

.holder {
	float: right;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}
.holder span { margin: 0 5px; }

.dropdown-select {
	padding: 0 0 15px;
}
.dropdown-select select {
	width: 280px;
	margin-left: 15px;
	padding: 4px 8px!important;
	font-size: 15px!important;
}
.sub-heading {
	font-size: 20px;
	padding: 5px 0 10px;
	font-weight: 500;
	width: 940px;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-top: 10px solid #a6ce39;
	margin-left: 132px;
}
.core-ct {
	background-color: #fff;
	height: 350px;
	position: relative;
	margin-top: 0;
}
.core-list li {
	margin-right: 20px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	width: 300px;
}
.core-list li.last {
	margin: 0;
}
.core-list li .core-img {
	display: block;
	height: 160px;
}
.core-list li .core-img:hover {
	opacity: 0.6;
}
.core-list li img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 160px;
}
.core-list li p.heading {
	background-color: #a6ce39;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0;
}
.core-list li .description {
	padding: 10px 15px;
	line-height: 1.5;
	color: #333;
}
.core-list li .btn-more {
	background-color: #3158bc;
	color: #fff;
	border: 1px solid #3158bc;
	border-radius: 4px;
	padding: 7px 15px;
	font-size: 13px;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	left: 96px;
	letter-spacing: 0.5px;
}
.core-list li .btn-more:hover {
	background-color: #293189;
}
.info-title {
	width: 940px;
	height: 272px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.5px;
}
.info-title p {
	width: 271px;
	height: 272px;
	text-align: center;
	line-height: 272px;
}
.side-img {
	float: left;
	margin-left: 20px;
}
.side-description {
	float: left;
	width: 589px;
}
.side-list {
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-bottom:20px;
}
.side-list h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	background: #f0f0f0;
	padding: 5px 10px 6px;
	color: #333;
	font-weight: 500;
	border-left: 4px solid #a6ce39;
}
.side-list li {
	width: 435px;
	background:url(../img/icon-arrow.jpg) 0 0 no-repeat;
	padding-left: 30px;
	margin-left: 13px;
	height: 28px;
	line-height: 20px;
	font-size: 15px;
	color: #555;
}
.side-right {
	margin: 0;
}
.sub-info {
	margin-bottom: 25px;
	font-size: 18px;
}
.side-description li {
	width: 574px;
	background: url(../img/icon-arrow.jpg) 0 0 no-repeat;
	padding-left: 25px;
	height: 32px;
	line-height: 20px;
	font-size: 15px;
}
.side-description .side-list {
	width: 289px;
}
.side-description .side-list li {
	width: 264px;
}
.third-list {
	width: 589px!important;
	margin-bottom: 10px!important;
}
.third-list li{
	width: 554px!important;
}
.description {
	margin-bottom: 15px;
	color: #333;
}