/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 03:08:41 */
/*ปรับ responsive*/
@media only screen and (max-width: 1023px) {
	header.site-header {
		background: #ffffff !important;
		box-shadow: 0 0 5px #000;
	}
	.site-header {
		min-height: 80px !important;
	}
	.site-toggle b, .site-toggle b:before, .site-toggle b:after {
		background-color: #088a08;
		height: 3px;
	}
	.action-right .site-toggle span {
		left: inherit;
		right: 13px;
		top: 30px;
		font-size: 16px;
	}
	.action-right .site-toggle b:before,
	.action-right .site-toggle b:after {
		right: 0;
		left: 0px;
	}
	.action-right .site-toggle.-text b {
		right: 15px;
		left: 10px;
	}
	.site-toggle.-text {
		width: 45px;
	}
	.site-nav-m {
		top: 80px;
	}
	.site-nav-m li a {
		padding: 15px 0;
		width: 100%;
		text-align: center;
		font-family: "sarabun" !important;
	}
	.site-nav-m li.current-menu-item>a {
		opacity: 1 !important;
		color: #ffbc00;
		font-weight: 400 !important;
	}
	.title {
    padding: 0 15px;
}
}
/*-----------------------แนวตั้ง-------------------------------*/
@media only screen and (max-width: 428px) {
	.content-area-blog {
		padding: 50px 0 !important;
	}
}
/*------------------------------------------------------------------*/
/*mobile*/
@media only screen and (min-width: 430px) and (max-device-width: 765px) {
}
/*ipad*/
@media only screen and (min-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
}
/*ipadpro*/
@media only screen and (min-width: 1024px) and (max-device-width: 1366px)  and (-webkit-min-device-pixel-ratio: 2) {
}
