/* main.css */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 62.5%/1.5;
	background: #fff;
	color: #000;
}
a {
	outline: none !important;
}

/* top */
#top {
	width: 1349px;
	margin: 0 auto;
	background: #ebebea;
}
#top .inner {
	width: 1168px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
}
#top p {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
#top .welcome {
	top: 0;
	left: 0;
	position: absolute;
	width: 165px;
	text-align: center;
	background: #f0283b;
	color: #fff;
}
#top .language {
	top: 0;
	right: 0;
	position: absolute;
}
#top .language img {
	margin: 0 0 0 10px;
}

/* header */
#header {
	border-bottom: 4px solid #f0283b;
	width: 1349px;
	margin: 0 auto;
	background: #fff;
}
#header .inner {
	width: 1168px;
	height: 96px;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	top: 30px;
	left: 0;
	position: absolute;
}
#header .logo img {
	display: block;
}
#header .navigation {
	top: 0;
	right: 0;
	position: absolute;
}
#header ul {
	height: 96px;
	line-height: 96px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	margin: 0 0 0 55px;
	float: left;
}
#header ul li a {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #6a6969;
}
#header ul li a:hover {
	background: url("../img/arrow-navigation.png") bottom center no-repeat;
	color: #f0283b;
}
#header ul li a.selected {
	font-weight: bold;
	background: url("../img/arrow-navigation.png") bottom center no-repeat;
	color: #f0283b;
}

/* slider */
#slider {
	width: 1349px;
	margin: 0 auto;
	position: relative;
}
#slider.home {
	height: 409px;
	background: url("../img/slider.jpg") top left no-repeat;
}
#slider.subpage {
	height: 245px;
}
#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider ul li {	
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: none;
}
#slider ul li img {
	display: block;
}
#slider .arrow {
	top: 155px;
	position: absolute;
	width: 50px;
	height: 100px;
	z-index: 2;
}
#slider .arrow.prev {
	left: 0;
}
#slider .arrow.next {
	right: 0;
}
#slider div {
	top: 75px;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
#slider h1, #slider p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
}
#slider h1 {
	font-size: 48px;
	font-weight: 300;
}
#slider h1 b {
	font-weight: bold;
}
#slider p {
	font-size: 23px;
	font-weight: 300;
	color: #b1b1b1;
}
#slider .company {
	padding: 0 10px 0 40px;
	background: url("../img/icon-company.png") center left no-repeat;
}
#slider p.headline {
	top: 185px;
	left: 0;
	position: absolute;
	width: 1349px;
	height: 180px;
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 58px;
	background: url("../img/slider-headline.png");
	color: #fff;
}
#slider p.headline span {
	top: 30px;
	left: 310px;
	position: absolute;
}
#slider p.headline sup {
	font-size: 22px;
	font-style: italic;
	text-transform: none;
}
#slider a.more {
	border-bottom: 2px solid #e52838;
	top: 338px;
	left: 1045px;
	position: absolute;
	width: 138px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #f0283b;
	z-index: 10; 
}
#slider img.sgs {
	top: 0;
	left: 90px;
	position: absolute;
	z-index: 9;
}
#slider p.sgs {
	top: 120px;
	left: 97px;
	text-align: justify;
	position: absolute;
	z-index: 9;
	font-size: 10px;
	color: #ffffff;	
	text-transform: none;
	width:150px;

}

/* section */
#section {
	width: 1349px;
	margin: 0 auto;
}

/* article */
#article {
	_height: 334px;
	min-height: 334px;
}
#article .inner {
	width: 1168px;
	margin: 0 auto;
}
#article .content {
	padding: 60px 0 30px 0;
}
#article h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
#article p {
	margin: 0;
	padding: 0;
}

/* reference */
#reference {
	border-top: 4px solid #ee2939;
	height: 343px;
}
#reference ul {
	height: 343px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#reference ul li {
	width: 337px;
	height: 343px;
	float: left;
	position: relative;
}
#reference ul li:hover .detail {
	display: block;
}
#reference ul li.selected .detail {
	display: block;
}
#reference .image {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 1;
}
#reference .detail {
	top: 0;
	left: 0;
	position: absolute;
	width: 337px;
	height: 343px;
	text-align: center;
	display: none;
	background: url("../img/hover-reference.png") top left repeat;
	color: #dedede;
	z-index: 2;
}
#reference .detail a {
	margin: 60px 0 0 0;
	display: block;
}
#reference h3 {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: normal;
}
#reference h3 b {
	font-weight: bold;
}
#reference p {
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
}

/* industry */
#industry {
	height: 440px;
	background: #fff;
}
#industry .inner {
	width: 1168px;
	margin: 0 auto;
	position: relative;
}
#industry .wrap {
	height: 340px;
	padding: 50px 0;
	overflow: hidden;
	white-space: nowrap;
}
#industry .container {
	width: 370px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
}
#industry .container img {
	display: block;
}
#industry .container h4 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	text-transform: uppercase;
	color: #f0283b;
}
#industry .container p {	
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
	white-space: normal;
	color: #666;
}
#industry .container .read {
	width: 137px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background: #ee2939;
	color: #fff;
}
#industry .arrow {
	top: 85px;
	position: absolute;
	width: 50px;
	height: 100px;
	z-index: 2;
}
#industry .arrow.prev {
	left: -90px;
}
#industry .arrow.next {
	right: -90px;
}

/* footer */
#footer {
	width: 1349px;
	_height: 474px;
	min-height: 474px;
	margin: 0 auto;
	background: url("../img/footer.jpg") top left no-repeat;
}
#footer .inner {
	width: 1168px;
	margin: 0 auto;
	position: relative;
}
#footer .container {
	top: 60px;
	position: absolute;
	width: 360px;
}
#footer .container p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	color: #cbcbcb;
}
#footer .container a {
	text-decoration: none;
	color: #cbcbcb;
}
#footer .container a:hover {
	text-decoration: underline;
}
#footer h5 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
#footer h5 b {
	border-bottom: 1px solid #f0283b;
	padding: 5px 0;
	font-weight: bold;
}
/* contact information */
#footer .container.information {
	width: 320px !important;
	left: 0;
}
#footer .information .address, #footer .information .phone, #footer .information .email {
	padding: 0 0 0 30px !important;
	font-size: 14px !important;
	line-height: 28px !important;
}
#footer .information .address {
	background: url("../img/icon-address.png") center left no-repeat;
}
#footer .information .phone {
	background: url("../img/icon-phone.png") center left no-repeat;
}
#footer .information .email {
	background: url("../img/icon-email.png") center left no-repeat;
}
#footer .information .facebook {
	padding: 0 0 0 30px !important;
	background: url("../img/icon-facebook.png") center left no-repeat;
}
/* certificate */
#footer .container.certificate {
	width: 350px;
	left: 390px;
}
#footer .certificate .item {
	margin: 0 0 5px 0;
}
#footer .certificate img {
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
#footer .certificate p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#footer .certificate p b {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #f0283b;
}
/* contact form */
#footer .container.form {
	right: 0;
}
#footer .form p {
	margin: 0 0 15px 0;
}
#footer .form input.text {
	border: 1px solid #4b4c4b;
	width: 318px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 300;
	background: #363636;
	color: #a9a9a9;
}
#footer .form textarea {
	border: 1px solid #4b4c4b;
	width: 318px;
	height: 98px;
	line-height: 18px;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 300;
	background: #363636;
	color: #a9a9a9;
	resize: none;
}
#footer .form input.submit {
	border: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #ee2939;
	color: #fff;
}

/* copyright */
#copyright {
	width: 1349px;
	margin: 0 auto;
	background: #3d3d3d;
}
#copyright .inner {
	width: 1168px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	position: relative;
}
#copyright p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}
#copyright p b {
	color: #f0283b;
}
#copyright .copy {
	top: 0;
	left: 0;
	position: absolute;
}
#copyright .created {
	top: 0;
	right: 0;
	position: absolute;
}