/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2023 | 02:53:37 */
/*ปรับ responsive*/
@media only screen and (max-width: 1023px) {
	header.site-header {
		background-image: linear-gradient(90deg,#0e6098 0%,#062e48 100%) !important;
		z-index: 999999;
	}
	.site-toggle b, .site-toggle b:before, .site-toggle b:after {
		background-color: #fff;
		height: 3px;
	}
	.site-toggle.-text {
		width: 50px;
		height: 80px;
		z-index: 999;
		padding: 0px;
	}
	.action-right .site-toggle span {
		left: inherit;
		right: 11px;
		top: 45px;
		font-size: 16px;
	}
	.site-nav-m li a {
		margin: 18px 0;
		width: 100%;
		text-align: center;
		padding: 0px;
		font-size: 17px;
	}
	.action-right .site-toggle b:before,
	.action-right .site-toggle b:after {
		right: 0;
		left: 0px;
	}
	.action-right .site-toggle.-text b {
		right: 10px;
		left: 15px;
	}
	.site-nav-m {
		top: 80px;
	}
	.site-nav-m li.current-menu-item>a {
		opacity: 1 !important;
		color: #ffbc00;
		font-weight: 400 !important;
	}
	.dv-link-footer {
		padding: 7px;
		margin: 0 -2px;
		border-left: 1px solid #ffffff29;
		border-right: 1px solid #ffffff29;
	}
}
/*-----------------------แนวตั้ง-------------------------------*/
@media only screen and (max-width: 449px) {
	.txt-footer {
		display: none;
	}
	.dv-bg-osv {
		border-radius: 10px !important;
	}
}
/*------------------------------------------------------------------*/
/*mobile*/
@media only screen and (min-width: 450px) and (max-device-width: 765px) {
}
/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}
/*ipadpro*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}
