@import url("jquery.fancybox.css");
@import url('sit.css');

* {
	-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;
}
body {
	font-family: Tahoma;
	font-size: 100%;
	line-height: 1;
}
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;
}
/* typo */
@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.svg#thaisans_neueregular") format("svg"), url("../font/ThaiSansNeue_Regular/font.woff2") format("woff2"), url("../font/ThaiSansNeue_Regular/font.woff") format("woff"), url("../font/ThaiSansNeue_Regular/font.ttf") format("truetype");
	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.svg#thaisans_neuebold") format("svg"), url("../font/ThaiSansNeue_Bold/font.woff2") format("woff2"), url("../font/ThaiSansNeue_Bold/font.woff") format("woff"), url("../font/ThaiSansNeue_Bold/font.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
/* end typo */
body {
	color: #595959;
	font-family: 'thaisans_neueregular';
	font-size: 18px;
	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;
	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;
	overflow: hidden;
	position: relative;
}
/* header */
#header {
	background: url(../images/bg/header.png) repeat-x 0 100%;
	height: 100px;
	position: relative;
	z-index: 2;
}
 @media (max-width: 767px) {
#header {
	height: 60px;
}
}
#header > .inner {
	margin: 0 auto;
	width: 1270px;
}
 @media (min-width: 1024px) and (max-width: 1200px) {
#header > .inner {
	width: 100%;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
#header > .inner {
	width: 100%;
}
}
 @media (max-width: 767px) {
#header > .inner {
	position: relative;
	width: 100%;
}
}
#header h1 {
	/*background: url(../images/logo/thaioil.png) no-repeat;*/
	background-size: cover;
	float: left;
	height: 45px;
	margin: 6px 0 0 30px;
	/*width: 290px;*/
}
 @media (max-width: 767px) {
#header h1 {
	margin: 3px 0 0 10px;
}
}
#header h1 a {
	/*display: block;*/
	height: 100%;
	text-indent: -777em;
	height: 45px;
	width: 290px;
}
#header .tools {
	float: right;
	margin-top: 10px;
}
#header .tools .inputSearch {
	background: url(../images/bg/input-search.png) no-repeat;
	border: 0;
	float: left;
	height: 24px;
	margin: 6px 0 0;
	padding: 0 10px;
	width: 205px;
}
 @media (max-width: 767px) {
#header .tools .inputSearch {
	display: none;
}
}
#header .tools .btSubmitSearch {
	background: url(../images/icon/search.png) no-repeat 0 50%;
	border: 0;
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 6px 30px 0 -24px;
	padding: 0;
	width: 14px;
}
 @media (max-width: 767px) {
#header .tools .btSubmitSearch {
	display: none;
}
}
#header .tools .shortNav {
	border-left: 1px dotted #515149;
	float: left;
	height: 19px;
	margin-top: 8px;
	padding: 0 20px;
}
 @media (max-width: 767px) {
#header .tools .shortNav {
	padding: 0 5px;
}
#header .tools .shortNav:first-of-type {
	border-left: 0;
}
}
#header .tools .lang {
	float: left;
	height: 36px;
	line-height: 1.8;
	text-align: center;
	width: 36px;
}
 @media (max-width: 767px) {
#header .tools .lang {
	height: 23px;
	line-height: 1.3;
	margin-top: 5px;
	width: 23px;
}
}
#header .tools .lang.current {
	background-color: #ed037c;
	border-radius: 100%;
	color: #fff;
}
#header .toggleNavBar {
	background: url(../images/button/toggle-nav.png) no-repeat;
	display: none;
	float: right;
	height: 52px;
	margin-left: 10px;
	width: 42px;/*>a {
    	background: url(../images/button/toggle-nav.png) no-repeat;
    	background-size: cover;
    	display: block;
    	float: left;
    	height: 25px;
    	margin: 9px 0 0 10px;
    	width: 25px;
    }*/ }
 @media (max-width: 767px) {
#header .toggleNavBar {
	display: block;
}
}
#navigation {
	border-top: 1px dotted #515149;
	font-family: 'thaisans_neuebold';
	margin-top: 10px;
	opacity: 1;
	visibility: visible;
}
 @media (max-width: 767px) {
#navigation {
	background-color: #fff;
	left: 0;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	top: 52px;
	visibility: hidden;
	width: 100%;
}
}
 @media (max-width: 767px) {
#navigation.mOpen {
	opacity: 1;
	visibility: visible;
}
}
#navigation > li {
	border-left: 1px dotted #515149;
	float: left;
}
 @media (max-width: 767px) {
#navigation > li {
	border-left: 0;
	float: none;
}
}
#navigation > li:first-child {
	border-left: 0;
}
#navigation > li > a {
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 1.88;
	padding: 0 15px;
	-webkit-transition: background-color .4s ease-out, color .3s;
	transition: background-color .4s ease-out, color .3s;
}
 @media (min-width: 1024px) and (max-width: 1200px) {
#navigation > li > a {
	padding: 0 9px;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
#navigation > li > a {
	font-size: 12px;
	line-height: 2.7;
	padding: 0 5px;
}
}
 @media (max-width: 767px) {
#navigation > li > a {
	height: 33px;
	line-height: 2.2;
}
}
#navigation > li > a:hover {
	background-color: #ed037c;
	color: #fff;
}
#navigation > li > a.current {
	background-color: #ed037c;
	color: #fff;
	-webkit-transition: none;
	transition: none;
}
/* end header */
#heroBannerHome {
	font-family: 'thaisans_neueregular';
	font-size: 18px;
	height: 710px;
	margin: -8px auto 0;
	max-width: 1277px;
	overflow: hidden;
	position: relative;
}
 @media (max-width: 767px) {
#heroBannerHome {
	display: none;
}
}
#heroBannerHome #slider li {
	height: 710px;
}
#heroBannerHome #bg {
	background-image: url(../images/hero-banner/main/e1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#heroBannerHome #e2, #heroBannerHome #e3, #heroBannerHome #e4 {
	background-image: url(../images/hero-banner/main/e2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#heroBannerHome #e3 {
	background-image: url(../images/hero-banner/main/e3.png);
}
#heroBannerHome #e4 {
	background-image: url(../images/hero-banner/main/e4.png);
}
#heroBannerHome #mask {
	background-image: url(../images/hero-banner/main/mask.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#heroBannerHome .bx-wrapper {
	height: 100%;
	position: relative;
}
#heroBannerHome .bx-controls {
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}
#heroBannerHome .bx-prev {
	background: url(../images/hero-banner/main/m_btPrev.png) no-repeat;
	height: 65px;
	left: 10px;
	margin: auto 0;
	position: absolute;
	text-indent: -777em;
	top: 225px;
	width: 65px;
}
#heroBannerHome .bx-next {
	background: url(../images/hero-banner/main/m_btNext.png) no-repeat;
	height: 65px;
	margin: auto 0;
	position: absolute;
	right: 10px;
	text-indent: -777em;
	top: 225px;
	width: 65px;
}
#heroBannerHome .bx-prev.disabled,  #heroBannerHome .bx-next.disabled {
	opacity: .3;
}
#heroBannerHome .inner {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#heroBannerHome .slideContent {
	max-width: 400px;
	position: absolute;
}
#heroBannerHome .slide1 .slideContent {
	left: 120px;
	top: 55px;
}
#heroBannerHome .slide2 .slideContent {
	left: 210px;
	top: 40px;
}
#heroBannerHome .slide3 .slideContent {
	left: 420px;
	top: 35px;
}
#heroBannerHome .slide4 .slideContent {
	left: 120px;
	top: 55px;
}
#heroBannerHome .slideContent h2 {
	color: #ed037c;
	font-size: 64px;
	opacity: 0;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all 1s ease-in-out 1.1s;
	transition: all 1s ease-in-out 1.1s;
}
#heroBannerHome .slideContent h3 {
	color: #141414;
	font-size: 29px;
	font-weight: normal;
	opacity: 0;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all .8s ease-in-out 1.4s;
	transition: all .8s ease-in-out 1.4s;
}
#heroBannerHome .slideContent p {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .9s ease-in-out 1.7s;
	transition: all .9s ease-in-out 1.7s;
}
#heroBannerHome .current h2,  #heroBannerHome .current h3,  #heroBannerHome .current p {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#heroBannerHome .bird1 {
	background: url(../images/hero-banner/main/bird-1.gif) no-repeat;
	height: 38px;
	left: -200px;
	position: absolute;
	top: 50px;
	width: 57px;
}
#heroBannerHome .bird2 {
	background: url(../images/hero-banner/main/bird-2.gif) no-repeat;
	height: 38px;
	left: -150px;
	position: absolute;
	top: 70px;
	width: 57px;
}
#heroBannerHome .bird3 {
	background: url(../images/hero-banner/main/bird-3.gif) no-repeat;
	height: 24px;
	left: -100px;
	position: absolute;
	top: 90px;
	width: 27px;
}
#heroBannerHome .bird4 {
	background: url(../images/hero-banner/main/bird-4.gif) no-repeat;
	height: 25px;
	left: -50px;
	position: absolute;
	top: 55px;
	width: 25px;
}
#heroBannerHome .bird5 {
	background: url(../images/hero-banner/main/bird-5.gif) no-repeat;
	height: 56px;
	left: -100px;
	position: absolute;
	top: 100px;
	width: 67px;
}
#heroBannerHome .flare {
	background: url(../images/hero-banner/main/flare.png) no-repeat;
	height: 353px;
	right: 144px;
	position: absolute;
	top: 0;
	width: 435px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
#homeContent {
	margin: -123px auto 0;
	min-height: 300px;
	position: relative;
	width: 1024px;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent {
	width: 100%;
}
}
 @media (max-width: 767px) {
#homeContent {
	margin-top: -8px;
	width: 100%;
}
}
#homeContent h3 {
	font-size: 28px;
}
 @media (max-width: 767px) {
#homeContent h3 {
	font-size: 22px;
}
}
#homeContent [class*=col] {
	float: left;
	overflow: hidden;
}
#homeContent [class*=box] {
	position: relative;
	width: 100%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent [class*=box] br {
	display: none;
}
}
#homeContent .section1 .col1 {
	width: 40%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section1 .col1 {
	width: 50%;
}
}
 @media (max-width: 767px) {
#homeContent .section1 .col1 {
	width: 100%;
}
}
#homeContent .section1 .col2 {
	width: 40%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section1 .col2 {
	width: 50%;
}
}
 @media (max-width: 767px) {
#homeContent .section1 .col2 {
	width: 100%;
}
}
#homeContent .section1 .col3 {
	width: 20%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section1 .col3 {
	width: 100%;
}
}
 @media (max-width: 767px) {
#homeContent .section1 .col3 {
	width: 100%;
}
}
#homeContent .section1 .box1 {
	background: url(../images/bg/main/box1.jpg) no-repeat;
	background-size: cover;
	height: 206px;
	padding: 20px 15px 0 224px;
}
 @media (max-width: 767px) {
#homeContent .section1 .box1 {
	height: 160px;
	padding-left: 55%;
}
}
#homeContent .section1 .box2 {
	background: url(../images/bg/main/box2.jpg) no-repeat;
	background-size: cover;
	height: 206px;
	padding: 15px 224px 0 18px;
}
 @media (max-width: 767px) {
#homeContent .section1 .box2 {
	height: 160px;
	padding-right: 52%;
}
}
#homeContent .section1 .box3 {
	background: url(../images/bg/main/box3.jpg) no-repeat;
	background-size: cover;
	height: 412px;
	padding: 290px 30px 0;
}
 @media (max-width: 767px) {
#homeContent .section1 .box3 {
	height: 385px;
	padding-top: 250px;
}
}
 @media (max-width: 767px) {
#homeContent .section1 .box3 br {
	display: none;
}
}
#homeContent .section1 .box4 {
	background: url(../images/bg/main/box4.jpg) no-repeat;
	background-size: cover;
	height: 412px;
	padding: 25px 20px 0;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section1 .box4 {
	height: auto;
	padding-bottom: 25px;
}
}
 @media (max-width: 767px) {
#homeContent .section1 .box4 {
	height: auto;
	padding-bottom: 25px;
}
}
#homeContent .section2 {
	margin-top: 32px;
}
#homeContent .section2 .col1 {
	width: 30%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section2 .col1 {
	width: 50%;
}
}
 @media (max-width: 767px) {
#homeContent .section2 .col1 {
	width: 100%;
}
}
#homeContent .section2 .col2 {
	width: 30%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section2 .col2 {
	width: 50%;
}
}
 @media (max-width: 767px) {
#homeContent .section2 .col2 {
	width: 100%;
}
}
#homeContent .section2 .col3 {
	width: 40%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section2 .col3 {
	width: 50%;
}
}
 @media (max-width: 767px) {
#homeContent .section2 .col3 {
	width: 100%;
}
}
#homeContent .section2 .box5 {
	background: url(../images/bg/main/box5.jpg) no-repeat;
	background-size: cover;
	height: 307px;
	padding: 185px 20px 0;
}
#homeContent .section2 .newsDate {
	color: #000;
	display: block;
	font-size: 14px;
	margin: 2px 0;
}
#homeContent .section2 .bx-viewport {
	max-height: 55px;
}
#homeContent .section2 .bx-pager {
	margin-top: 12px;
	text-align: center;
}
#homeContent .section2 .bx-pager-item {
	display: inline-block;
	margin: 0 2px;
}
#homeContent .section2 .bx-pager-item a {
	background-color: #b7b9ba;
	display: block;
	height: 12px;
	text-indent: -777em;
	width: 12px;
}
#homeContent .section2 .bx-pager-item a.active {
	background-color: #ed037c;
}
#homeContent .section2 .box6 {
	background: url(../images/bg/main/box6.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	height: 307px;
	padding: 20px;
}
#homeContent .section2 .box7 {
	background: url(../images/bg/main/box7.jpg) no-repeat;
	background-size: cover;
	height: 307px;
}
#homeContent .section3 .col1 {
	width: 60%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section3 .col1 {
	width: 100%;
}
}
 @media (max-width: 767px) {
#homeContent .section3 .col1 {
	width: 100%;
}
}
#homeContent .section3 .col2 {
	width: 40%;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section3 .col2 {
	width: 100%;
}
}
 @media (max-width: 767px) {
#homeContent .section3 .col2 {
	width: 100%;
}
}
#homeContent .section3 .box8 {
	background: url(../images/bg/main/box8.jpg) no-repeat;
	background-size: cover;
	height: 186px;
	padding: 12px 20px 0 325px;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section3 .box8 {
	padding-left: 52%;
}
}
 @media (max-width: 767px) {
#homeContent .section3 .box8 {
	background-position: 50% 0;
	padding-left: 52%;
}
}
#homeContent .section3 .box9 {
	background: url(../images/bg/main/box9.jpg) no-repeat;
	background-size: cover;
	height: 186px;
	padding: 12px 20px 0 227px;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#homeContent .section3 .box9 {
	padding-left: 52%;
}
}
 @media (max-width: 767px) {
#homeContent .section3 .box9 {
	background-position: 55% 0;
	padding-left: 52%;
}
}
#homeContent .hoverContent {
	background-color: #ed047c;
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
#homeContent .hoverContent > span {
	display: table;
	height: 100%;
	width: 100%;
}
#homeContent .hoverContent > span > span {
	display: table-cell;
	padding: 0 7%;
	position: relative;
	vertical-align: middle;
	top: 40px;
	-webkit-transition: top .6s ease;
	transition: top .6s ease;
}
#homeContent .hoverContent > span > span:after {
	background: url(../images/icon/zoom.png) no-repeat;
	content: '';
	display: block;
	height: 47px;
	margin: 10px auto 0;
	width: 47px;
}
#homeContent [class*=box]:hover .hoverContent {
	opacity: 1;
}
#homeContent [class*=box]:hover .hoverContent > span > span {
	top: 0;
}
#heroBannerMain {
	background: url(../images/1440x450.jpg) no-repeat 50% 25%;
	background-size: cover;
	height: 300px;
	margin-top: -8px;
	position: relative;
}
#heroBannerMain > .inner {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
 @media (max-width: 767px) {
#heroBannerMain > .inner {
	width: 100%;
}
}
#heroBannerMain .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) {
#heroBannerMain .textBox {
	max-width: 100%;
	min-width: 100%;
}
}
#heroBannerMain .textBox h2 {
	color: #ed037c;
	font-size: 54px;
	font-weight: normal;
}
#mainContent {
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#mainContent {
	width: 768px;
}
}
 @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;
}
#mainContent .row {
	height: 400px;
}
 @media (min-width: 768px) and (max-width: 1023px) {
#mainContent .row {
	height: auto;
}
}
 @media (max-width: 767px) {
#mainContent .row {
	height: auto;
}
}
#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 (min-width: 768px) and (max-width: 1023px) {
#mainContent [class*=col] {
	padding-bottom: 20px;
}
}
 @media (max-width: 767px) {
#mainContent [class*=col] {
	padding-bottom: 20px;
}
}
#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;
}
#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;
}
 @media (max-width: 767px) {
#mainContent .wrapImage img {
	width: 100%;
}
}
#mainContent .wrapImage img.noMask {
	margin-bottom: 10px;
}
#mainContent .wrapImage .mask {
	background: url(../images/bg/mask-thumb.png) repeat-x 0 100%;
	bottom: 0;
	display: block;
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#wrapContent {
	margin: 55px auto 0;
	width: 1000px;
}
#sidebar {
	/*background: url(../images/bg/sidebar-ir.png) no-repeat 100% 0;*/
	color: #333;
	float: left;
	padding-right: 37px;
	width: 259px;
}
#sidebar > h2 {
	color: #ed037c;
	font-weight: normal;
	text-align: right;
}
#sidebar > h3 {
	color: #666;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: right;
}
#sidebar a {
	color: #333;
}
#sidebar .menu-item {
	border-bottom: 1px solid #ed037c;
}
#sidebar .menu-item h4 {
	background: url(../images/icon/arrow-sidebar.png) no-repeat 9px 17px;
	font-family: 'thaisans_neuebold' !important;
}
#sidebar .menu-item h4 a {
	display: block;
	padding: 10px 0 10px 25px;
}
#sidebar .menu-item h4 a:hover {
	color: #e40377;
}
#sidebar .menu-item .menu-content {
	display: none;
}
#sidebar .menu-item .menu-content li {
	border-top: 1px dotted #666;
	margin-left: 25px;
}
#sidebar .menu-item .menu-content li:first-child {
	border-top: 0;
}
#sidebar .menu-item .menu-content li a {
	display: block;
	padding: 6px 0;
}
#sidebar .menu-item .menu-content li a:hover, #sidebar .menu-item .menu-content li a.active {
	color: #e40377;
}
#sidebar .menu-item.active h4 {
	background: #e40377 url(../images/icon/arrow-sidebar.png) no-repeat 9px -98px;
}
#sidebar .menu-item.active h4 a {
	color: #fff;
}
#sidebar .menu-item.active .menu-content {
	display: block;
}
#content {
	background: url(../images/bg/content-shadow.png) no-repeat;
	float: left;
	margin-left: -23px;
	min-height: 500px;
	padding: 0 13px;
	width: 764px;
}
#content .colorPink {
	color: #f50184;
}
#content h2 {
	/*font-size: 36px;*/
	margin-top: 20px;
}
#content h3 {
	/*font-size: 32px;*/
	margin-top: 20px;
}
#content h4 {
	/*font-size: 28px;*/
	margin-top: 20px;
}
#content h5 {
	font-size: 24px;
	margin-top: 20px;
}
#content h6 {
	font-size: 20px;
	margin-top: 20px;
}
#content .heroBanner {
	border-top: 4px solid #ed037c;
	position: relative;
}
#content .heroBanner img {
	display: block;
}
#content .heroBanner h2 {
	font-size: 30px;
	left: 25px;
	margin-top: 0;
	position: absolute;
	top: 20px;
}
#content .breadcrumbs {
	color: #979797;
	margin: 20px 0 0 20px;
}
#content .breadcrumbs > span {
	color: #ed037c;
}
#content .content {
	margin-top: 30px;
	padding: 0 20px;
}
#content .content > * {
	display: block;
	margin-top: 20px;
}
#content .content .col {
	float: left;
	width: 48%;
}
#content .content .col + .col {
	float: right;
}
/* accordion style */
.accordion {
	position: relative;
}
.accordion > div {
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.accordion > div .article {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	display: none;
	padding: 20px;
}
.accordion > div p {
	margin-top: 20px;
}
.accordion > div.target {
	height: auto;
	/*max-height: 3000px;*/
}
.accordion > div.target .article {
	display: block;
}
.accordion .acr {
	background-image: url("../images/bg/bg_accordion2.png");
	border: 1px solid #f0f0f0;
	color: #f50184;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 2;
	padding-left: 20px;
	position: relative;
}
.accordion .acr:after {
	background: url("../images/icon/arrow-up.png") no-repeat 50% 50%;
	color: #fff;
	content: '';
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 72px;
}
/* carousel style */
#content .bx-wrapper {
	margin-top: 20px !important;
	position: relative;
}
#content .bx-viewport {
	z-index: 2;
}
#content .bx-controls {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#content .bx-controls-direction {
	bottom: 0;
	height: 38px;
	left: 0;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 0;
}
#content .bx-prev {
	background: url(../images/button/carousel-prev.jpg) no-repeat;
	height: 38px;
	left: -26px;
	position: absolute;
	text-indent: -777em;
	top: 0;
	width: 16px;
}
#content .bx-next {
	background: url(../images/button/carousel-next.jpg) no-repeat;
	height: 38px;
	position: absolute;
	right: -26px;
	text-indent: -777em;
	top: 0;
	width: 16px;
}
.carouselWrap {
	position: relative;
}
.carousel {
	position: relative;
}
/* .wrapMasonry */
.wrapMasonry {
	position: relative;
}
.wrapMasonry .masonry {
	margin-top: 20px;
}
.wrapMasonry .box {
	float: left;
	margin: 0 10px 10px;
	width: 205px;
}
/* footer */
#footer {
	border-top: 6px solid #b6b6b6;
	margin-top: 185px;
	position: relative;
}
#footer:before {
	background: url(../images/bg/footer.png) no-repeat 50% 0;
	content: '';
	height: 113px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -118px;
	width: 817px;
}
#footer .btSitemap {
	background-color: #b6b6b6;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 35px;
	line-height: 1.5;
	margin: 10px auto 0;
	text-align: center;
	text-transform: uppercase;
	width: 107px;
}
 @media (max-width: 767px) {
#footer .btSitemap {
	display: none;
}
}
#footer .copyright {
	display: block;
	font-weight: bold;
	height: 33px;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}
 @media (max-width: 767px) {
#footer .copyright {
	font-size: 12px;
}
}
#sitemap {
	background-color: #fff;
	border-bottom: 1px dotted #515149;
	bottom: -800px;
	left: 0;
	margin: 0 auto;
	max-width: 1280px;
	opacity: 0;
	padding-bottom: 35px;
	position: absolute;
	right: 0;
	width: 90%;
	z-index: 2;
	box-shadow: 0px -3px 10px 3px rgba(50, 50, 50, 0.25);
	-webkit-transition: bottom .7s, opacity .7s;
	transition: bottom .7s, opacity .7s;
}
 @media (min-width: 1024px) and (max-width: 1200px) {
#sitemap {
	width: 96%;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
#sitemap {
	width: 96%;
}
}
 @media (max-width: 767px) {
#sitemap {
	display: none;
}
}
#sitemap.open {
	bottom: 33px;
	opacity: 1;
    z-index:999;
}
#sitemap .btCloseSitemap {
	background-color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 600;
	height: 34px;
	left: 0;
	line-height: 1.5;
	margin: 0 auto;
	padding-left: 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -34px;
	width: 144px;
}
#sitemap .btCloseSitemap:hover {
	text-decoration: none;
}
#sitemap .btCloseSitemap span {
	border-left: 1px dotted #515149;
	float: right;
	height: 100%;
	text-align: center;
	width: 45px;
}
#sitemap .col {
	float: left;
	/*margin-top: 35px;*/
	margin-top: 15px;
	padding: 0 20px;
	width: 25%;
}
#sitemap .col:first-child{
    margin-top: 35px;
}
#sitemap .col ul + ul {
	margin-top: 35px;
}
#sitemap .col li {
	padding: 3px 0 3px 12px;
}
#sitemap .col li:first-child {
	padding-left: 0;
}
#sitemap .col li:first-child a {
	color: #ed037c;
}
#sitemap a:hover {
	text-decoration: underline;
}

/* end footer */

#content img.block {
	width: 100%;
}