@charset "utf-8";
/* CSS Document */
/* เมื่อความกว้างต่ำกว่า 1440px max*/
@media screen and (max-width: 1450px) {

}
/* เมื่อความกว้างต่ำกว่า 1360px max*/
@media screen and (max-width: 1370px) {

}
/* เมื่อความกว้างต่ำกว่า 1200px max*/
@media screen and (max-width: 1200px) {
.menu-mobile{ padding-top:0px; padding-bottom:0px;}

.page-header h1{font-size:2em;}
body{ display:none; }
}
/* เมื่อความกว้างต่ำกว่า 1024px max*/
@media screen and (max-width: 1024px) {
.menu-mobile{ padding-top:10px; padding-bottom:10px;}
h1{ font-size:3em !important;}


}


/* เมื่อความกว้างต่ำกว่า 820px max*/
@media screen and (max-width: 820px) {
	.blog-item  .item-image  { width:100%; float:left; display:block; padding: inherit;}
	.item-content{ width:100%; float: left; display:block; padding: inherit;}
}

/* เมื่อความกว้างต่ำกว่า 768px max*/
@media screen and (max-width: 768px) {
	
.f-nav{ position:relative;}
.eb_contentimagewrap .eb_contentwrap .eb_textinfo {
    float: left;
    width: 100% !important ;
}
.eb_contentimagewrap .eb_contentwrap .eb_imagewrap {
    float: left;
    width: 100% !important;
    padding-right: 15px;
}
h1{ font-size:2.5em !important;}
h2{ font-size:1.8em !important;}
/* เมื่อความกว้างต่ำกว่า 480px max*/
@media screen and (max-width: 480px) {
	.ui-tabs li{ width:100% !important; }
	
}



