@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) {

}
/* เมื่อความกว้างต่ำกว่า 1024px max*/
@media screen and (max-width: 1024px) {
.menu-mobile{ padding-top:10px; padding-bottom:10px;}
h1{ font-size:3em;}
h2{ font-size:2.5em;}
.page-header h1{font-size:2em;}
body{ display:none; }
}

/* เมื่อความกว้างต่ำกว่า 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;
}
}
/* เมื่อความกว้างต่ำกว่า 480px max*/
@media screen and (max-width: 480px) {

	
}



