/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*filter: grayscale(1); -webkit-filter: grayscale(1); filter: gray;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 
#floatingCirclesG{
	position: absolute;
	width: 128px;
	height: 128px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin: 0 auto;
	z-index: 10;
	left: 48%;
	top: 38%;
}

.f_circleG{
	position:absolute;
	background-color:#FFFFFF;
	height:23px;
	width:23px;
	-moz-border-radius:12px;
	-moz-animation-name:f_fadeG;
	-moz-animation-duration:0.72s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:12px;
	-webkit-animation-name:f_fadeG;
	-webkit-animation-duration:0.72s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:12px;
	-ms-animation-name:f_fadeG;
	-ms-animation-duration:0.72s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:12px;
	-o-animation-name:f_fadeG;
	-o-animation-duration:0.72s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:12px;
	animation-name:f_fadeG;
	animation-duration:0.72s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

#frotateG_01{
	left:0;
	top:52px;
	-moz-animation-delay:0.27s;
	-webkit-animation-delay:0.27s;
	-ms-animation-delay:0.27s;
	-o-animation-delay:0.27s;
	animation-delay:0.27s;
}

#frotateG_02{
	left:15px;
	top:15px;
	-moz-animation-delay:0.36s;
	-webkit-animation-delay:0.36s;
	-ms-animation-delay:0.36s;
	-o-animation-delay:0.36s;
	animation-delay:0.36s;
}

#frotateG_03{
	left:52px;
	top:0;
	-moz-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-o-animation-delay:0.45s;
	animation-delay:0.45s;
}

#frotateG_04{
	right:15px;
	top:15px;
	-moz-animation-delay:0.54s;
	-webkit-animation-delay:0.54s;
	-ms-animation-delay:0.54s;
	-o-animation-delay:0.54s;
	animation-delay:0.54s;
}

#frotateG_05{
	right:0;
	top:52px;
	-moz-animation-delay:13s;
	-webkit-animation-delay:13s;
	-ms-animation-delay:13s;
	-o-animation-delay:13s;
	animation-delay:13s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}

#frotateG_07{
	left:52px;
	bottom:0;
	-moz-animation-delay:11s;
	-webkit-animation-delay:11s;
	-ms-animation-delay:11s;
	-o-animation-delay:11s;
	animation-delay:11s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	-moz-animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#F9A41A}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#F9A41A}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#F9A41A}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#F9A41A}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#F9A41A}

100%{
background-color:#FFFFFF}

}

 

 

@font-face {
  font-family: 'ThaiSansNeue-Regular';
  src: url('../fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ThaiSansNeue-Regular.woff') format('woff'), url('../fonts/ThaiSansNeue-Regular.ttf')  format('truetype'), url('../fonts/ThaiSansNeue-Regular.svg#ThaiSansNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.container { 
	width: 1000px !important; 
	padding: 20px !important; 

	margin: 0 auto;
	 
}

body { 
  background: url('../images/bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.content-bg {
	background-color:#fff;

}
.clr {
	clear:both;
}
.breadcrumb {
	position: absolute;
	margin-left: 734px;
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #FFF !important;
	border-radius: 4px;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #000 !important;
	content: "|"  !important;
}
.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 1px !important;
		text-align:center;
}
.nav {
	margin-top: 33px;
}



a.myButton {
 font-family: 'ThaiSansNeue-Regular',Tahoma !important;
 
}

.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
	box-shadow: inset 0px 1px 0px 0px #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F9F9F9), color-stop(1, #E9E9E9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #F9F9F9 5%, #E9E9E9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #F9F9F9 5%, #E9E9E9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color: #F9F9F9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DCDCDC;
	display: inline-block;
	cursor: pointer;
	color: #999;
	font-family: 'ThaiSansNeue-Regular',Tahoma !important;
	font-size: 19px;
	font-weight: normal;
	padding: 7px 6px 9px 7px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
}
.myButton:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	 font-family: 'ThaiSansNeue-Regular',Tahoma !important;
	font-size: 19px;
	font-weight: normal;
	padding: 7px 6px 9px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton-active{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	 font-family: 'ThaiSansNeue-Regular';
	font-size:19px;
	font-weight:normal;
	padding: 7px 6px 9px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:active {
	position:relative;
	top:1px;
}
@-moz-document url-prefix() { 
	a.myButton {
		font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		letter-spacing: 1px;
	}
    .myButton {
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
		box-shadow: inset 0px 1px 0px 0px #FFF;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F9F9F9), color-stop(1, #E9E9E9));
		background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -webkit-linear-gradient(top, #F9F9F9 5%, #E9E9E9 100%);
		background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: linear-gradient(to bottom, #F9F9F9 5%, #E9E9E9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
		background-color: #F9F9F9;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #DCDCDC;
		display: inline-block;
		cursor: pointer;
		color: #999;
		font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 6px 9px 7px;
		text-decoration: none;
		text-shadow: 0px 1px 0px #FFF;
	}
	.myButton:hover {
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
		background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
		background-color:#ffc477;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #eeb44f;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		 font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 6px 9px 7px;
		text-decoration:none;
		text-shadow:0px 1px 0px #cc9f52;
	}
	.myButton-active{
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
		background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
		background-color:#ffc477;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #eeb44f;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		 font-family: 'ThaiSansNeue-Regular';
		font-size:18px;
		font-weight:bold;
		padding: 7px 6px 9px 7px;
		text-decoration:none;
		text-shadow:0px 1px 0px #cc9f52;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}
}

@supports (-webkit-appearance:none) 
{	
	a.myButton {
		font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		letter-spacing: 1px;
	}
    .myButton {
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
		box-shadow: inset 0px 1px 0px 0px #FFF;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F9F9F9), color-stop(1, #E9E9E9));
		background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -webkit-linear-gradient(top, #F9F9F9 5%, #E9E9E9 100%);
		background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: linear-gradient(to bottom, #F9F9F9 5%, #E9E9E9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
		background-color: #F9F9F9;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #DCDCDC;
		display: inline-block;
		cursor: pointer;
		color: #999;
		font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 6px 9px 7px;
		text-decoration: none;
		text-shadow: 0px 1px 0px #FFF;
	}
	.myButton:hover {
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
		background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
		background-color:#ffc477;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #eeb44f;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		 font-family: 'ThaiSansNeue-Regular',Tahoma !important;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 6px 9px 7px;
		text-decoration:none;
		text-shadow:0px 1px 0px #cc9f52;
	}
	.myButton-active{
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
		box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
		background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
		background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
		background-color:#ffc477;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #eeb44f;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		 font-family: 'ThaiSansNeue-Regular';
		font-size:18px;
		font-weight:bold;
		padding: 7px 6px 9px 7px;
		text-decoration:none;
		text-shadow:0px 1px 0px #cc9f52;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}
}
 
 


.header {
	width: 100%;
	height: 101px;
	overflow: hidden;
}
.header .logo{
	width: 204px;
	float: left;
}
.header .topmenu{
	font-family: 'ThaiSansNeue-Regular';
	float: right;
	width: 564px;
	padding: 0px 0px 5px 0px;
}
.header .topmenu ul {
	float: right;
}
.header .topmenu ul li {
	float: left;
	padding: 0px 15px;
	border-right: 2px solid #999;
	font-size: 1.1em;
}
.header .navi{
	width: 595px;
	float: right;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	height: 37px;
}
.header .navi ul {
	float: right;
}
.header .navi ul li {
	float: left;
	margin-left: 3px;
}

a {
	text-decoration: none;
	color:#999;
}
.left {
	float:left;
}
.right {
	float:right;
}
.content {
		 
}
.copy{
	font-family: 'ThaiSansNeue-Regular';
	color:#808080;
	padding-top: 7px;
	font-size: 23px;
	letter-spacing: 0px;
}
.slide .block{
	position: relative;
	z-index:1;
}
.shadow_slide {
	background: url('../images/shadow_slide.png') no-repeat;
	width: 196px;
	height: 33px;
	margin-top: -18px;
	position: relative;
}
.content .slidebar-l {
	float: left;
	width: 216px;
	padding:0px 5px 0px 0px;
}
.content .slidebar-l ul {

}
.content .slidebar-l ul li {
	padding: 3px 0px;
}
.content .slidebar-l ul li a:hover{
	opacity: 1;
}
.content .slidebar-r {
	float: left;
	width: 660px;
	padding:0px 0px 0px 5px;
}
.content .slidebar-r .bg-welcome{
	background: url('../images/welcome.png') no-repeat;
	width: 668px;
	height: 601px;
	padding-bottom: 79px;
	background-position: -20px 0px;
}
.content .slidebar-r .bg-welcome .welcome-txt{
	margin: 93px 0px 0px 56px;
	position: absolute;
	width: 413px;
	line-height: 26px;
	color: #575757;
	font-size: 23px;
	font-family: 'ThaiSansNeue-Regular';
}
.content .slidebar-f {
	float: left;
	width: 100%;
	padding:0px;
}
.commission {
	height:1056px;
}
.commission .title {
	color: #319BE4;
	font-size: 28px;
	font-family: 'ThaiSansNeue-Regular';
}
.commission .t-1{
	margin: 9px 0px 0px 32px;
  width: auto;
  line-height: 23px;
  color: #999;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.commission .t-2{
	margin: 135px 0px 0px 39px;
  width: auto;
  line-height: 23px;
  color: #999;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.commission .t-3{
	  margin: 118px 0px 0px 314px;
  width: 378px;
  line-height: 23px;
  color: #999;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.commission .t-4{
	  margin: 241px 0px 0px 223px;
  width: 494px;
  line-height: 23px;
  color: #999;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.commission .p-1 {
	position: absolute;
	margin: 47px 0px 0px 389px;
}
.commission .p-2 {
	position: absolute;
	margin: 382px 1px 0px -223px;
}
.commission .p-3 {
	position: absolute;
	margin: 845px 0px 0px -184px;
}
.commission .p-5 {
	position: absolute;
	margin: 269px 0px 0px 248px;
}

.commission-2 {
	height: 710px;
}
.commission-2 .title {
	color: #319BE4;
	font-size: 28px;
	font-family: 'ThaiSansNeue-Regular';
}
.commission-2 .t-1{
	  margin: 9px 0px 0px 32px;
  width: auto;
  line-height: 27px;
  color: #999;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.commission-2 .t-2{
	margin: 106px 0px 0px 39px;
	width: auto;
	line-height: 20px;
	color: #999;
	font-size: 19px;
	font-family: 'ThaiSansNeue-Regular';
}
.commission-2 .t-3{
	margin: 118px 0px 0px 314px;
	width: 325px;
	line-height: 20px;
	color: #999;
	font-size: 19px;
	font-family: 'ThaiSansNeue-Regular';
}
.commission-2 .t-4{
	margin: 241px 0px 0px 223px;
	width: 411px;
	line-height: 20px;
	color: #999;
	font-size: 19px;
	font-family: 'ThaiSansNeue-Regular';
}
.commission-2 .p-1 {
	position: absolute;
	margin: 47px 0px 0px 332px;
}
.commission-2 .p-2 {
	position: absolute;
	margin: 320px 1px 0px -180px;
}
.commission-2 .p-3 {
	position: absolute;
	margin: 765px 0px 0px -184px;
}
.commission-2 .p-5 {
	position: absolute;
	margin: 407px 0px 0px 316px;
}

.contact {
	background: url('../images/contact.png') no-repeat;
	width: 668px;
	height: 430px;
	background-position: 24px 0px;
}
.contact .t-1{ 
	line-height: 16px;
	color: #999;
	margin: 85px 0px 0px 164px;
	position: absolute;
	font-size: 14px;
	font-family: 'ThaiSansNeue-Regular';
}
.contact .t-2{ 
	line-height: 20px;
	color: #999;
	font-size: 14px;
	position: absolute;
	font-family: 'ThaiSansNeue-Regular';
	margin: 124px 0px 0px 340px;
}
.demo {
	height: 350px;
	text-align:center;
	font-size: 20px;
	font-family: 'ThaiSansNeue-Regular';
}
.recruit {
	height: 490px;
}
.recruit .title {
	color: #319BE4;
	font-size: 28px;
	font-family: 'ThaiSansNeue-Regular';
}
.recruit .t-1{
	  margin: 9px 0px 0px 14px;
  width: 762px;
  line-height: 23px;
  color: #319BE4;
  font-size: 23px;
  font-family: 'ThaiSansNeue-Regular';
}
.recruit .p-1 {
	margin: 15px 0px 0px 2px;
}

.portfolio {
	background: url('../images/portfolio.png') no-repeat;
	width: 849px;
	height: 603px;
	margin: 31px 0px 19px 73px;
	background-position: 0px 0px;
}
.portfolio .port {
	position: absolute;
}
.portfolio .mark-1 {
	margin: 398px 0px 0px 570px;
	width: 135px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-2 {
	margin: 443px 0px 0px 676px;
	width: 155px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-3 {
	margin: 442px 0px 0px 430px;
	width: 212px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-4 {
	margin: 112px 0px 0px 384px;
	width: 178px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-5 {
	margin: 39px 0px 0px 228px;
	width: 94px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-6 {
	margin: 240px 0px 0px 510px;
	width: 179px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-7 {
	margin: 160px 0px 0px 167px;
	width: 180px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-8 {
	margin: 49px 0px 0px 575px;
	width: 112px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}
.portfolio .mark-9 {
	margin: 87px 0px 0px 633px;
	width: 185px;
	opacity:0.5;
	transition: all .4s ease-in-out;
}

.portfolio .zoomm:hover img{
	opacity:0.9;
	box-shadow: 0px -1px 43px #FFF;
	transform: scale(1.1);
	z-index: 1000;
}

 
.zoom {
 
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.zoom-2 .video {
	width: 408px;
  margin-top: 20px;
  opacity: 0.7;
}
.zoom-2 .video:hover {
	opacity: 1;
}
.zoom-2 {
 
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
.zoom-3 {
 
    animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}
.zoom-4 {
 
    animation: fadein 8s;
    -moz-animation: fadein 8s; /* Firefox */
    -webkit-animation: fadein 8s; /* Safari and Chrome */
    -o-animation: fadein 8s; /* Opera */
}
.zoom-5 {
 
    animation: fadein 10s;
    -moz-animation: fadein 10s; /* Firefox */
    -webkit-animation: fadein 10s; /* Safari and Chrome */
    -o-animation: fadein 10s; /* Opera */
}
.zoom-6 {
 
    animation: fadein 12s;
    -moz-animation: fadein 12s; /* Firefox */
    -webkit-animation: fadein 12s; /* Safari and Chrome */
    -o-animation: fadein 12s; /* Opera */
}
.zoom-7 {
 
    animation: fadein 14s;
    -moz-animation: fadein 14s; /* Firefox */
    -webkit-animation: fadein 14s; /* Safari and Chrome */
    -o-animation: fadein 14s; /* Opera */
}
.zoom-99 {
 
    animation: fadein 24s;
    -moz-animation: fadein 24s; /* Firefox */
    -webkit-animation: fadein 24s; /* Safari and Chrome */
    -o-animation: fadein 24s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 215px;
	font-family: 'ThaiSansNeue-Regular';
	color: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 1px;
	margin-bottom: 12px;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
   padding: 6px 8px;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	cursor: pointer;
	z-index: 2;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #319BE4;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
	/* background: #36AAE7; */
	/* background: -webkit-linear-gradient(#36AAE7, #1FA0E4); */
	background: -moz-linear-gradient(#36aae7, #1fa0e4);
	background: -o-linear-gradient(#36aae7, #1fa0e4);
	background: -ms-linear-gradient(#36aae7, #1fa0e4);
	background: linear-gradient(#EAEAEA, #FFF);
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15); */
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #F0F0F0;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #F0F0F0;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  right: -12px;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
	border-bottom: 1px solid #FFF;
	/* border-left: 1px solid #32373E; */
	/* border-right: 1px solid #32373E; */
	padding: 5px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;
	color: #EEE;
	background: #FFA500;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
.o-color{
	color:#FF931E !important;
}
.mlm-banner {
	float: right;
	width: 101px;
	height: auto;
	padding: 7px 0px 0px 0px;
}