@charset "utf-8";
/* CSS Document */

.aboutus{
	margin:0;
	padding:0;
	color:#333;
	font:20px/22px 'thaisanslite', Arial, sans-serif;
		background:url(../images/sub/bg-content.jpg) top center no-repeat;
}
.aboutus .about-right{
	margin:0;
	padding:0;
	margin:0 15px;
	text-align:left;
	word-wrap:break-word;
	padding-top: 45px;
}
.aboutus .about-right img{
	max-width:100%;
	height:auto;
}
.aboutus .about-block{
	margin:0 15px 100px 15px;
	text-align:left;
	word-wrap:break-word;
}
@media (max-width: 575px) { 
.aboutus{
	background:none;
}
 }
@media (min-width: 576px) and (max-width: 767px) { 
.aboutus{
	background:none;
}
 }
@media (min-width: 768px) and (max-width: 991px) { 
.aboutus{
	background:url(../images/sub/bg-content-1.jpg) top center no-repeat;	
}
}
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) { ... }