/*------- DEFAULT -------*/
/*@font-face {
  font-family: 'thaisan';
  src: url('../fonts/ThaiSansNeue-Regular.eot') format('embedded-opentype');
  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;
}*/
body,html{
	height:100%;
	color:#333;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	color:#00461a;
}

a:hover{text-decoration:none; color:#fff;}
#main{
	max-width:100%;
	min-height:100%;
	padding:0 0 100px;
	overflow:hidden;
	position:relative;
	background:url(../images/bg.jpg) #e9eef4 0 0 repeat-x;
}
.container/*หน้ากว้าง*/{
	max-width:1000px;
	position:relative;
}
.oh { overflow:hidden; }
.pad0 { padding:0; }
.padR0 { padding-right:0; }
.padL0 { padding-left:0; }
/*.padL5 { padding-left:5px; }*/
.padT20 {padding-top:20px;}

.marCen { margin:0 auto; }
.mar0 { margin:0; }
.marB0 { margin-bottom:0; }
.marB8 { margin-bottom:8px }
.marT0 { margin-top:0; }
.marT5 { margin-top:5px; }
.marT10 { margin-top:10px; }
.marT20 { margin-top:20px; }
/*font color*/
.tx-red { color:#d40101; }
.tx-blue { color:#004eff; }
.tx-black { color:#333; }
.tx-white { color:#FFF; }
.tx-grey{ color:#90a4ad;}
/*Background color*/

/*Border*/
.bor { 
	border:1px solid #dfdfdf;
	border-radius:10px;
	background-color:#efefef;
	
}
.borR { border-right:1px solid #dfdfdf; }
.bor_bRed { border-bottom:2px solid #d40101;padding-bottom:7px; }
.bor_bRed1 { border-bottom:1px solid #d40101;padding-bottom:7px; } 

/*------- HEADER+MENU -------*/
#menu-top {
	overflow:hidden;
	background:url(../images/inner_menuBG.jpg) repeat-y;
	min-height:45px;
	
}
#menu-top ul {
	margin-bottom:0;
	float:right;
}
#menu-top ul li {
	display:inline-block;
	padding:0;
	float:left;
}
#menu-top a {
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	padding: 0 18px;
    line-height: 45px;
}
#menu-top a:hover,
#menu-top a.active {
	text-decoration:none;
	color:#cfcfcf;
}
/*------MAIN-------*/
#content {
	background-color:#FFF;
	padding:0 10px;
	color:#424242;
}
#content h2, #content h3{
	margin:30px 0 0;
	color:#018d34;
	border-bottom:2px solid #018d34;
	padding-bottom:7px;

}

#content b {

	color:#018d34;
	margin:0;
	padding:0;
}
#content b.tx-black {

	color:#000;
}

#content blockquote {
	/*border-left:7px solid #e87e7e;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;*/
	background:#e6f3ea;
	border-radius:5px;
	padding:30px 0;
	margin:25px 0;
}
#content blockquote p {
	font-family:'thaisan';
	font-size:20px;
	text-indent:45px;
}
#content .product blockquote p {
	text-indent:0;
}
.product_tb {
	border:1px solid #dfdfdf;
	font-family:'thaisan';
	font-size:20px;
}
.product_tb td {
	padding:15px;
	vertical-align:middle;
}

.content-home {
	/*background:url(../images/bg-content.jpg) 15px 0 no-repeat;*/
	overflow:hidden;
	margin:10px 0 0;
	padding-bottom: 50px;
}
.content-other{
	/*background:url(../images/bg-content-otherp.jpg) 15px 0 no-repeat;*/
	overflow:hidden;
	margin:10px 0 0;
	/*padding-top: 60px;*/
}
.product td{
	vertical-align:bottom;
}
.product img.ex {
		width:100%;
}
/*------- Service -------*/

.img-cen {
	margin:20px 0;
	text-align:center;
}
.img-cen h5 {
	color:#6e4431;
}
/*------MAIN_List+Detail-------*/
.h_date {
	background-color:#018d34;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#FFF;
	font-family:'thaisan';
	font-size:24px;
}
.list,
.list:visited {
	color:#666;
}
.list:hover {
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
.list:hover .h_date {
	background-color: #030;
}
.list b {
	color:#534a48;
}
.list:hover b {
	color:#3b2d13;
}
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.job-pos h3 { margin-top:10px; }
#content.job-pos blockquote { margin:0; }
.square {
	background:url(../images/yuu/pic_topic_2_21.png) no-repeat 0 5px;
	padding:0 0 5px 32px;
	font-size:22px;
}
ul.red-dot {
	list-style-image:url(../images/yuu/list_red.png);
	margin-left:30px;
}
.table-striped.jobOther > tbody > tr:nth-child(odd) > th {
	background-color:#d40101;
	color:#FFF;
}
.job_position {
	width:245px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#pagination.pagination > .active > a {
	background-color:#018d34;
	border-color:#dfdfdf;
}
.pagination > li > a{
color:#018d34;
}

.col-md-12.bor.oh.pad0.marB8{margin-top:15px;}
.col-xs-12.img-cen .row , .row.marT20{
margin-right: 0px; 
 margin-left: 0px;
}
/*-------FOOTER-------*/
footer{
	width:100%;
	position:absolute;
	bottom:0;
	min-height:100px;
	background:#018d34;
	color:#cfd6dc;
	font-weight:bold;
	
	/*background:url(../images/bg-foot-wid.jpg) 0 0 repeat-x;	*/
}
footer .container {
	padding-top:6px;
}
footer .container ul.list-inline {
	margin-top:10px;
}

footer .container ul.list-inline li {
	margin-bottom:5px;
	padding-left:5px;
}


footer h4{ color:#fff;}

footer li a {color:#fff;}
footer .col-sm-9.col-md-6.pad0{font-size:12px;}
.col-xs-2.tx-grey h4 { color:#90a4ad; margin-top:0; font-size:16px; font-weight:bold;}

/*------Responsive-------*/

@media(min-width:768px){
	.container/*หน้ากว้าง*/{
		width:100%;
	}
	#content .dl-horizontal dt {
		width:100px;
	}
	#content .dl-horizontal dd {
		margin-left:120px;
	}
}
@media(max-width:959px){
	#main{
		padding:0 0 205px;
	}
	.h_date {
		height:35px;
		line-height:35px;
	}
	.content-home,.content-other {
		margin:0;
	}
	.bg-foot-deco {
		width:100%;
		height:49px;
		margin:0;
		/*background:url(../images/bg-foot-deco.jpg) 0 0 repeat-x;*/
	}
	footer .container ul.list-inline {
		margin-top:10px;
	}
	footer {
		/*background:url(../images/bg-foot.jpg) 0 0 repeat-x;*/
		background:#018d34;
	}
	.foot-info {
		margin-top:0;
		overflow:hidden;
	}
	.content-other {
		background-size:contain;
	}
	.job_position {
		width:auto;
		overflow:visible;
		text-overflow:initial;
		white-space:initial;
	}
}
@media(max-width:767px){
	#main{
		padding:0;
		background-image:none;
	}
	footer{
		position:static;
	}
	footer h1 {
		font-size:30px;
	}
	.google_map {
		margin:15px 0 0 13px;
	}
	.bor_bRed.posCount {
		border-bottom:none;
	}
	.content-home {
		/*background:url(../images/bg-content-fade.png) 15px 0 no-repeat;*/
	}
	.content-other {
		background:none;
		padding-top:0;
	}
	.product td {
		display:block;
		text-align:center;
	}
	#menu-top {
		background-color:#FFF;
		padding:5px 0;
	}
	#menu-top ul.visible-xs li {
		padding:5px 0;
	}
	.foot-info {
		margin-top:6px;
	} 
	#header img.img-responsive{max-width:200% !important;}
	/*.content-home img.img-responsive{max-width:200% !important;}*/
	.col-xs-2.tx-grey h4 {font-size: 20px; background:url(../images/tl_step0.png) no-repeat;padding-left: 25px;}
	/*.row.marT20 .col-sm-2,.row.marT20 .col-sm-10 {display:inline-block;}*/
	#menu-top a {padding: 0 10px;}
}
@media(max-width:480px){

	.col-xs-2.tx-grey  { width:100%}
	.content-home .col-xs-9 { width:100%; margin-bottom:10px;}
		
}
@media(max-width:360px){
	footer .container {
		padding:0;
	}
	footer .container [class^="col-"] {
		padding-right:0;
	}
	.product img.img-responsive {
		width:95%;
	}
	
		
}