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

.history{
	margin:0;
	padding:0;
	background:url(../../images/content/history/bg.png) top center no-repeat;	
	background-size:100%;
}
.history .h-pic{
	margin:0;
	padding:0;
}
.history .h-pic img{
	max-width:100%;
	height:auto;
}
.history .h-text{
	margin:0;
	padding:0;
		font: 16px/24px 'Kanit', Arial, sans-serif;
	color:#333;
	text-align:right;
}
.history .h-text-2{
	margin:0;
	padding:0;
		font: 16px/24px 'Kanit', Arial, sans-serif;
	color:#333;
}
.history .text-purple{
	color:#0b85e5;
}
.history .btn-download{
	margin-top:25px;
}
.history .btn-download img{
	max-width:100%;
	height:auto;
}



@media (max-width: 374px) { 
.history{
	    background-size: 120%;	
}
.history .h-text{
	margin-top: 20px;
	text-align:left;
	font: 16px/24px 'Kanit', Arial, sans-serif;
}
 }
@media (min-width: 375px) and (max-width: 419px) { 
.history{
	    background-size: 120%;	
}
.history .h-text{
	margin-top: 20px;
	text-align:left;
		font: 16px/24px 'Kanit', Arial, sans-serif;	
}
 }
@media (min-width: 420px) and (max-width: 575px) { 
.history{
	    background-size: 120%;	
}
.history .h-text{
	margin-top: 20px;
	text-align:left;	
		font: 16px/24px 'Kanit', Arial, sans-serif;	
}
 }
@media (min-width: 576px) and (max-width: 767px) { 
.history{
	  background-size: 119%;
}
.history .h-text{
	text-align:justify;	
}
 }
@media (min-width: 768px) and (max-width: 991px) { 
.history .h-text{
	text-align:left;	
}
 }
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) and (max-width: 1280px) { ... }
@media (min-width: 1281px) and (max-width: 1366px) { ... }
@media (min-width: 1367px) and (max-width: 1440px) { ... }
@media (min-width: 1441px) and (max-width: 1600px) { ... }