* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
}
html, body {
	height: 100%;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a img, img {
	border: 0;
}
img {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: none;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
	content: "";
	display: table;
}
.clearfix, .row {
	zoom: 1;
}
.clearfix:after, .row:after {
	clear: both;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
@font-face {
	font-family: 'thaisans_neueregular';
	src: url("../font/ThaiSansNeue_Regular/font.eot");
	src: url("../font/ThaiSansNeue_Regular/font.eot?#iefix") format("embedded-opentype"),
		 url("../font/ThaiSansNeue_Regular/font.woff") format("woff"),
		 url("../font/ThaiSansNeue_Regular/font.ttf") format("truetype"),
		 url("../font/ThaiSansNeue_Regular/font.svg#thaisans_neueregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'thaisans_neuebold';
	src: url("../font/ThaiSansNeue_Bold/font.eot");
	src: url("../font/ThaiSansNeue_Bold/font.eot?#iefix") format("embedded-opentype"),
		 url("../font/ThaiSansNeue_Bold/font.woff") format("woff"),
		 url("../font/ThaiSansNeue_Bold/font.ttf") format("truetype"),
		 url("../font/ThaiSansNeue_Bold/font.svg#thaisans_neueregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'db_ozone_xregular';
	src: url("../font/db_ozone_x/font.eot");
	src: url("../font/db_ozone_x/font.eot?#iefix") format("embedded-opentype"),
		 url("../font/db_ozone_x/font.woff") format("woff"),
		 url("../font/db_ozone_x/font.ttf") format("truetype"),
		 url("../font/db_ozone_x/font.svg#db_ozone_xregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	color: #595959;
	font-family: 'thaisans_neueregular';
	font-size: 18px;
	line-height: 1;
	width: 100%;
}
#loading {
	background-color: #fff;
	background-image: url(../images/icon/loading.gif), url(../images/logo/thaioil.png);
	background-position: 50% 54%, 50% 46%;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111;
	-webkit-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out;
}
#loading.loaded {
	opacity: 0;
}
a {
	color: #595959;
}
#container {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

#heroBanner {
	height: 300px;
	margin-top: -8px;
	position: relative;
}
#heroBanner.about-thaioil {
	background: url(../images/hero-banner/about-thaioil/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.businessAndProducts {
	background: url(../images/hero-banner/business-and-products/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.investorRelations {
	background: url(../images/hero-banner/investor-relations/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.corporateGovernance {
	background: url(../images/hero-banner/corporate-governance/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.csr {
	background: url(../images/hero-banner/csr/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.sustainablility {
	background: url(../images/hero-banner/sustainablility/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.energyKnowledgeCenter {
	background: url(../images/hero-banner/energy-knowledge-center/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.jobOpportunities {
	background: url(../images/hero-banner/job-opportunities/Header.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.news {
	background: url(../images/hero-banner/news/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.contact {
	background: url(../images/hero-banner/contact/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.customer-service {
	background: url(../images/hero-banner/customer-service/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner.procurement {
	background: url(../images/hero-banner/procurement/1.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#heroBanner > .inner {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
@media (min-width: 768px) and (max-width: 1024px){
	#heroBanner > .inner {
		width: 100%;
	}
}
@media (max-width: 767px){
	#heroBanner > .inner {
		width: 100%;
	}
}
#heroBanner .textBox {
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	max-width: 450px;
	min-width: 300px;
	padding: 10px 20px 20px;
	position: absolute;
}
@media (max-width: 767px){
	#heroBanner .textBox {
		min-width: 100%;
		max-width: 100%;
	}
}
#heroBanner .textBox h2 {
	color: #ed037c;
	font-size: 54px;
	font-weight: normal;
    text-transform:uppercase;
}
@media (max-width: 767px){
	#heroBanner .textBox h2 {
		font-size: 38px;
	}
}
/*start product catalogue*/
#heroBanner .textBox2 {
	background: #ed037c;
	bottom: 0;
	left: 400px;
	max-width: 300px;
	min-width: 200px;
	padding: 20px 20px 20px;
	position: absolute;
}
	#heroBanner .textBox2 h3 {
		color: #fff;
		text-align: center;
	}

#mainContent .txtProduct h3 {
	color: #fff;
	font-weight: bold;
}

.row.row1.txtProduct {
	background: #ed037c;
	padding: 15px 10px;
	display: none;
}

@media (max-width: 767px) {
	#heroBanner .textBox2 {
		min-width: 100%;
		max-width: 100%;
	}
	#heroBanner .textBox2 {
		display: none;
	}
	.row.row1.txtProduct {
		display: block;
	}
}



/*#heroBanner .textBox2 h2 {
	color: #ed037c;
	font-size: 54px;
	font-weight: normal;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#heroBanner .textBox2 h2 {
		font-size: 38px;
	}
}*/
/*end product catalogue*/
#mainContent {
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
@media (min-width: 768px) and (max-width: 1024px){
	#mainContent {
		width: 100%;
	}
}
@media (max-width: 767px){
	#mainContent {
		width: 100%;
	}
}
#mainContent .linkIn {
	background: url(../images/icon/arrow1.png) no-repeat 0 2px;
	display: inline-block;
	font-size: 20px;
	margin: 5px 0;
	min-width: 49%;
	padding-left: 25px;
    vertical-align:top;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent .row {
		background-color: #f2f2f2;
		height: auto !important;
	}
}
@media (max-width: 767px){
	#mainContent .row {
		height: auto !important;
	}
}
#mainContent.aboutThaioil .row1 {
	height: 402px;
}
#mainContent.aboutThaioil .row2 {
	height: 250px;
}
#mainContent.aboutThaioil .row2 .awards {
	background: url(../images/thumb/about-thaioil/m4.jpg) no-repeat 0 0/cover;
	/*margin-left:600px;*/
	padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.aboutThaioil .row2 .awards {
		height: 200px;
	}
}
@media (max-width: 767px){
	#mainContent.aboutThaioil .row2 .awards {
		background: url(../images/thumb/about-thaioil/m4.jpg) no-repeat 40% 0/cover;
		height: 300px;
	}
}
#mainContent.aboutThaioil .row3 {
	height: 400px;
}
#mainContent.aboutThaioil .row3 .history {
	background: url(../images/thumb/about-thaioil/m8.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.aboutThaioil .row3 .history {
		background: url(../images/thumb/about-thaioil/m8.jpg) no-repeat 0 100%/cover;
		height: 285px;
		padding: 30px 0 0;
	}	
}
@media (max-width: 767px){
	#mainContent.aboutThaioil .row3 .history {
		background: url(../images/thumb/about-thaioil/m8.jpg) no-repeat 0 100%/cover;
		height: 190px;
		padding: 30px 0 0;
	}	
}
#mainContent.aboutThaioil .row3 .history h3
{
    padding:0 0 0 20px;
}
#mainContent.businessAndProducts .row1 {
	height: 369px;
	/*height: 863px;*/
}
#mainContent.businessAndProducts .row1 .bu1 {
	background: url(../images/thumb/business-and-products/m1.jpg) no-repeat 0 0/cover;
	padding: 25px 0 0 690px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.businessAndProducts .row1 .bu1 {
		background: url(../images/thumb/business-and-products/m1.jpg) no-repeat 100% 0;
		padding: 25px 0 25px 55%;
	}
}
@media (max-width: 767px){
	#mainContent.businessAndProducts .row1 .bu1 {
		background: #7abcff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */

		padding: 15px 10px;
	}
}
#mainContent.businessAndProducts .row1 .bu1 h3, #mainContent.businessAndProducts .row1 .bu1 p {
	color: #fff;
}
#mainContent.businessAndProducts .row1 .bu2 {
	background: url(../images/thumb/business-and-products/m2.jpg) no-repeat 0 0/cover;
	padding: 355px 10px 0;
}
#mainContent.businessAndProducts .row1 .bu3 {
	background: url(../images/thumb/business-and-products/m3.jpg) no-repeat 0 0/cover;
	padding: 355px 10px 0;
}
#mainContent.businessAndProducts .row1 .bu3 h3, #mainContent.businessAndProducts .row1 .bu3 p {
	color: #fff;
}
#mainContent.businessAndProducts .row1 .bu4 {
	background: url(../images/thumb/business-and-products/m4.jpg) no-repeat 0 0/cover;
	padding: 355px 10px 0;
}
#mainContent.businessAndProducts .row2 {
	height: 480px;
}
#mainContent.businessAndProducts .row4 {
	height: 297px;
}
#mainContent.customer-service .row2 .b1 {
    background: url(../images/thumb/customer-service/cus-advice.png) no-repeat 0 0/cover;
    padding: 20px 0 0 0;
}
#mainContent.businessAndProducts .row2 .ethanol {
	background: url(../images/thumb/business-and-products/m4.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.customer-service .row1 .b1 {
    background: url(../images/thumb/customer-service/m1.jpg) no-repeat 0 0/cover;
    padding: 284px 0 0 0;
}
#mainContent.businessAndProducts .row3 {
	height: 450px;
}
#mainContent.businessAndProducts .row3 .management {
	background: url(../images/thumb/business-and-products/m7.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.businessAndProducts .row4 .lab {
	background: url(../images/thumb/business-and-products/m8.jpg) no-repeat 0 0/cover;
	/*padding: 50px 360px 0 0;*/
	padding: 50px 0px 0 350px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.businessAndProducts .row4 .lab {
		background: #fff url(../images/thumb/business-and-products/m8.jpg) no-repeat 0 0;
		height: 270px;
		padding: 50px 0px 0 350px;
		width: 100%;
	}
}
@media (max-width: 767px){
	#mainContent.businessAndProducts .row4 .lab {
		background: url(../images/thumb/business-and-products/m8.jpg) no-repeat 0 0/contain;
		padding: 40% 0 0;
	}
}
#mainContent.investorRelations .row1 {
	height: 402px;
}
#mainContent.investorRelations .row2, #mainContent.investorRelations .row3 {
	height: 250px;
}
#mainContent.investorRelations .row2 .shareholdings {
	background: url(../images/thumb/investor-relations/m5.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.investorRelations .row3 .debenture {
	background: url(../images/thumb/investor-relations/m6.jpg) no-repeat 0 0/cover;
	padding: 157px 150px 0 20px;
}
#mainContent.investorRelations .row4 {
	height: 400px;
}
#mainContent.corporateGovernance .row1 {
	height: 460px;
}
#mainContent.corporateGovernance .row2 {
	height: 250px;
}
#mainContent.corporateGovernance .row2 .committee {
	background: url(../images/thumb/corporate-governance/m4.jpg) no-repeat -1px 0/cover;
	padding: 50px 320px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.corporateGovernance .row2 .committee {
		background: url(../images/thumb/corporate-governance/m4.jpg) no-repeat 100% 0/cover;
		padding: 50px 0;
	}
	#mainContent.corporateGovernance .row2 .committee .linkIn {
		min-width: 100%;
	}
}
@media (max-width: 767px){
	#mainContent.corporateGovernance .row2 .committee {
		background: url(../images/thumb/corporate-governance/m4.jpg) no-repeat 0 0/cover;
		padding: 25px 0;
	}
}
#mainContent.corporateGovernance .row3 {
	height: 282px;
}
#mainContent.corporateGovernance .row3 .audit {
	background: url(../images/thumb/corporate-governance/m6.jpg) no-repeat 0 0/cover;
	padding: 235px 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.corporateGovernance .row3 .audit {
		background: url(../images/thumb/corporate-governance/m6.jpg) no-repeat 100% 0/cover;
		height: 282px;
		padding: 5px 0;
	}
}
@media (max-width: 767px){
	#mainContent.corporateGovernance .row3 .audit {
		background: url(../images/thumb/corporate-governance/m6.jpg) no-repeat 100% 0/cover;
		height: 240px;
		padding: 10px 0 0;
	}
}
#mainContent.corporateGovernance .row3 .audit h3 {
	color: #fff;
}
#mainContent.corporateGovernance .row3 .archives {
	background: url(../images/thumb/corporate-governance/m7.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 20px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.corporateGovernance .row3 .archives {
		background: url(../images/thumb/corporate-governance/m7.jpg) no-repeat 100% 0/cover;
		height: 282px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.corporateGovernance .row3 .archives {
		background: url(../images/thumb/corporate-governance/m7.jpg) no-repeat 100% 0/cover;
		height: 240px;
		padding: 20px 0 0;
	}
}
#mainContent.corporateGovernance .row4 {
	height: 268px;
}
#mainContent.corporateGovernance .row4 .meeting {
	background: url(../images/thumb/corporate-governance/m8.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.corporateGovernance .row4 .meeting {
		background: url(../images/thumb/corporate-governance/m8.jpg) no-repeat 100% 0/cover;
		height: 268px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.corporateGovernance .row4 .meeting {
		background: url(../images/thumb/corporate-governance/m8.jpg) no-repeat 100% 0/cover;
		height: 240px;
		padding: 20px 0 0;
	}
}
#mainContent.csr .row1 {
	height: 402px;
}
#mainContent.csr .row2 {
	height: 279px;
}
#mainContent.csr .row2 .knowledge {
	background: url(../images/thumb/csr/m5.jpg) no-repeat 0 0/cover;
	padding: 199px 360px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.csr .row2 .knowledge {
		background: url(../images/thumb/csr/m5.jpg) no-repeat 50% 0/cover;
		height: 279px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.csr .row2 .knowledge {
		background: url(../images/thumb/csr/m5.jpg) no-repeat 50% 0/cover;
		height: 250px;
		padding: 20px 0;
	}
}
#mainContent.csr .row3 {
	height: auto;
}
#mainContent.csr .row3 [class*=col]{
	background-color: transparent;
}
#mainContent.csr .row3 .wrapImage {
	margin-bottom: 10px;
}
#mainContent.csr .row3 .mask {
	display: none;
}
#mainContent.csr .row3 .contact {
	background: url(../images/thumb/csr/m8.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.sustainablility .row1 {
	height: 380px;
}
#mainContent.sustainablility .row2 {
	/*height: 293px;*/
	height: 315px;
}
#mainContent.sustainablility .row2 .manage {
	background: url(../images/thumb/sustainablility/m4.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.sustainablility .row3 {
	height: 428px;
}
#mainContent.sustainablility .row3 .award {
	background: url(../images/thumb/sustainablility/m8.jpg) no-repeat 0 0/cover;
	padding: 50px 330px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.sustainablility .row3 .award {
		background: url(../images/thumb/sustainablility/m8.jpg) no-repeat 100% 0/cover;
		height: 350px;
		padding: 20px 0 0;
	}
}
@media (max-width: 767px){
	#mainContent.sustainablility .row3 .award {
		padding: 50px 0 100px;
	}
}
#mainContent.energyKnowledgeCenter .row1 {
	height: 361px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.energyKnowledgeCenter .row1 {
		height: 381px !important;
	}
}
#mainContent.energyKnowledgeCenter .row1 .g1 {
	background: url(../images/thumb/energy-knowledge-center/m1.jpg) no-repeat 0 0/cover;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.energyKnowledgeCenter .row1 .g1 {
		height: 381px;
	}
}
@media (max-width: 767px){
	#mainContent.energyKnowledgeCenter .row1 .g1 {
		height: 364px;
	}
}
#mainContent.energyKnowledgeCenter .row1 .g2 {
	background: url(../images/thumb/energy-knowledge-center/m2.jpg) no-repeat 0 0/cover;
}
#mainContent.energyKnowledgeCenter .row1 .g3 {
	background: url(../images/thumb/energy-knowledge-center/m3.jpg) no-repeat 0 0/cover;
}
#mainContent.energyKnowledgeCenter .row2 {
	height: 359px;
}
#mainContent.energyKnowledgeCenter .row2 .analysis {
	background: url(../images/thumb/energy-knowledge-center/m5.jpg) no-repeat 0 0/cover;
	padding: 50px 360px 0 0;
}
#mainContent.jobOpportunities .row1 {
	height: 250px;
}
#mainContent.jobOpportunities .row1 .box1 {
	background: url(../images/thumb/job-opportunities/m1.jpg) no-repeat 0 0/cover;
	padding: 80px 0 0 715px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.jobOpportunities .row1 .box1 {
		height: 250px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.jobOpportunities .row1 .box1 {
		height: 250px;
		padding: 20px 0;
	}
}
#mainContent.jobOpportunities .row2 {
	height: 361px;
}
#mainContent.jobOpportunities .row2 .box2 {
	background: url(../images/thumb/job-opportunities/m2.jpg) no-repeat 0 0/cover;
	padding: 28px 99px 0 25px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.jobOpportunities .row2 .box2 {
		background: url(../images/thumb/job-opportunities/m2.jpg) no-repeat 100% 0/cover;
		height: 300px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.jobOpportunities .row2 .box2 {
		height: 250px;
		padding: 20px 0;
	}
}
#mainContent.jobOpportunities .row2 .box3 {
	background: url(../images/thumb/job-opportunities/m3.jpg) no-repeat 0 0/cover;
	padding: 263px 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.jobOpportunities .row2 .box3 {
		background: url(../images/thumb/job-opportunities/m3.jpg) no-repeat 100% 0/cover;
		height: 300px;
		padding: 195px 0 0;
	}
}
@media (max-width: 767px){
	#mainContent.jobOpportunities .row2 .box3 {
		height: 250px;
		padding: 20px 0;
	}
}
#mainContent.jobOpportunities .row2 .box4 {
	background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 0 0/cover;
	padding: 40px 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.jobOpportunities .row2 .box4 {
		background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 100% 0/cover;
		height: 300px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.jobOpportunities .row2 .box4 {
		background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 0 100%/cover;
		height: 250px;
		padding: 20px 0;
	}
}
/*Gunn*/
#mainContent.jobOpportunities .row2 .box5 {
	/*background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 0 0/cover;*/
	background-color: #fbfbfb;
	padding: 40px 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.jobOpportunities .row2 .box5 {
		/*background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 100% 0/cover;*/
		background-color: #fbfbfb;
		height: 300px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.jobOpportunities .row2 .box5 {
		/*background: url(../images/thumb/job-opportunities/m4.jpg) no-repeat 0 100%/cover;*/
		background-color: #fbfbfb;
		height: 250px;
		padding: 20px 0;
	}
}
/*End Gunn*/
#mainContent.news .row1 {
	height: 370px;
}
#mainContent.news .row2 {
	height: 250px;
}
#mainContent.news .row2 .ad {
	background: url(../images/thumb/news/m4.jpg) no-repeat 0 0/cover;
	padding: 75px 0 0 695px;
}
#mainContent.news .row3 {
	height: 400px;
}
#mainContent.news .row3 .article {
	background: url(../images/thumb/news/m6.jpg) no-repeat 0 0/cover;
	padding: 50px 0 0 360px;
}
#mainContent.customer-service .row1 {
	height: 400px;
}
#mainContent.customer-service .row1 .b1 {
	
	background: url(../images/thumb/customer-service/m1.jpg) no-repeat 0 0/cover;
	padding: 284px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.customer-service .row1 .b1 {
		background-position: 100% 0;
		height: 400px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.customer-service .row1 .b1 {
		height: 300px;
		padding: 20px 0;
	}
}
#mainContent.customer-service .row2 {
	height: 250px;
}
#mainContent.customer-service .row2 .b1 {
	background: url(../images/thumb/customer-service/cus-advice.png) no-repeat 0 0/cover;
	padding: 20px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.customer-service .row2 .b1 {
		background-position: 100% 0;
		height: 250px;
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	#mainContent.customer-service .row2 .b1 {
		background: url(../images/thumb/customer-service/cus-advice.png) no-repeat 50% 100%/cover;
		height: 250px;
		padding: 20px 0;
	}
}
#mainContent.procurement .row1 {
	height: 280px;
}
#mainContent.procurement .row1 .b1 {
	background: url(../images/thumb/procurement/m1.jpg) no-repeat 0 0/cover;
	padding: 70px 0 0 525px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.procurement .row1 .b1 {
		background: url(../images/thumb/procurement/m1.jpg) no-repeat -100% 0/cover;
		height: 280px;
		padding: 20px 300px 0 0;
	}
}
@media (max-width: 767px){
	#mainContent.procurement .row1 .b1 {
		background: url(../images/thumb/procurement/m1.jpg) no-repeat 0 0/cover;
		height: 282px;
		padding: 20px 20% 0 0;
	}
}
#mainContent.procurement .row2 {
	height: 400px;
}
#mainContent.procurement .row2 .b1 {
	background: url(../images/thumb/procurement/m2.jpg) no-repeat 0 0/cover;
	padding: 284px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.procurement .row2 .b1 {
		background: url(../images/thumb/procurement/m2.jpg) no-repeat 50% 0/cover;
		height: 400px;
		padding: 260px 0 20px;
	}
}
@media (max-width: 767px){
	#mainContent.procurement .row2 .b1 {
		padding-bottom: 30px;
	}
}
#mainContent.procurement .row3 {
	height: 282px;
}
#mainContent.procurement .row3 .b1 {
	background: url(../images/thumb/procurement/m5.jpg) no-repeat 0 0/cover;
	padding: 70px 0 0 65px;
}
@media (min-width: 768px) and (max-width: 1023px){
	#mainContent.procurement .row3 .b1 {
		background: url(../images/thumb/procurement/m5.jpg) no-repeat 100% 0/cover;
		height: 282px;
		padding: 30px 0 0;
	}
}
@media (max-width: 767px){
	#mainContent.procurement .row3 .b1 {
		background: url(../images/thumb/procurement/m5.jpg) no-repeat 100% 0/cover;
		height: 282px;
		padding: 30px 0 0;
	}
}
#mainContent h3 {
	color: #ed037c;
	font-size: 30px;
	font-weight: normal;
	padding: 0 20px;
	text-transform: uppercase;
}
#mainContent [class*=col] {
	background-color: #f2f2f2;
	float: left;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 767px){
	#mainContent [class*=col] {
		height: auto;
	}
}
#mainContent [class*=col]:hover .wrapImage img {
	opacity: .7;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mainContent [class*=col] p {
	padding: 0 20px;
}
#mainContent .col3 {
	width: 25%;
}
@media (max-width: 767px){
	#mainContent .col3 {
		width: 100%;
	}
}
#mainContent .col4 {
	width: 33.33%;
}
@media (max-width: 767px){
	#mainContent .col4 {
		width: 100%;
	}
}
#mainContent .col8 {
	width: 66.66%;
}
@media (max-width: 767px){
	#mainContent .col8 {
		width: 100%;
	}
}
#mainContent .col12 {
	width: 100%;
}
#mainContent .wrapImage {
	display: block;
	overflow: hidden;
	position: relative;
    margin-bottom:10px;
}
#mainContent .wrapImage img {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
#mainContent .wrapImage img.noMask {
	margin-bottom: 10px;
}
#mainContent .wrapImage .mask {
	/*background: url(../images/bg/mask-thumb.png) repeat-x 0 100%;*/
    background:none;
	bottom: 0;
	display: block;
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#mainContent:before,
#mainContent:after {
	content: '';
	display: table;
}
#mainContent:after {
	clear: both;
}
