<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300&amp;display=swap');
			
body {
    font-size: 16px;
    line-height: initial;
    color: #666;
    background-color: #e6eaed;
    font-family: 'Kanit', sans-serif;
    margin: 0px;
}
.t-hd{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.t-hd2{
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline-block !important;
}
#skip-link {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
	position: absolute;
	display: block;
    white-space: nowrap;
    transform: translateX(-50%);
	text-align: center;
	color: #990033;
	outline: 2px solid #990033;
	background-color: #ffcc99;
	padding: 1px 15px 2px 15px;
	top: -50px;
	transition: .5s;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    top: 2px;
}

#accessibility-help {
    position: fixed;
    bottom: 0px;
    right: 40px;
    z-index: 9999;
}
#accessibility-help a {
    position: absolute;
    display: block;
    white-space: nowrap;
    text-align: center;
    color: #990033;
    outline: 2px solid #990033;
    background-color: #ffcc99;
    padding: 1px 15px 2px 15px;
    top: 3px;
    transition: .5s;
    right: 0px;
}
#accessibility-help a:focus {
    top: -28px;
}
.fa {
	font-family: 'FontAwesome';
}
a{
    text-decoration: none;
}
a[href="javascript:void(0)"] {
    cursor: default;
}
a:focus {
    z-index: 1;
}
.btn {
    background: #ff9a2d;
    color: rgba(255, 255, 255, 0.85);
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    font-family: 'Kanit', sans-serif;
    transition: .5s;
    cursor: pointer;
    color: #ffffff;
}
.btn.b2 {
	background: #ffc24c;
	padding: 2px 25px;
	color: #000000;
    margin-top: 10px;
    display: table;
}				
.cms-content a{
    color: #f58813;
    text-decoration: underline;
    font-weight: bold;
}
@media only screen and (min-width: 1025px) {
	.btn:hover {
        background: #b57e31;
        color: #ffffff;
	}
}
input , textarea  {
    background: #fff;
    font-family: 'Kanit', sans-serif;
    border: 0;
    padding: 2px 10px;
    font-size: 15px;
    height: 31px;
}

/* --------------------------------------------------- loader --------------------------------------------------- */
#loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(245, 136, 19, 0.7);
    display: none;
}
#loader::before {
	content: "";
	position: fixed;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	margin: -8px 0 0 -25px;
	border: 7px solid #f58813;
	border-radius: 100%;
	border-top: 7px solid #dadfe9;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* --------------------------------------------------- header --------------------------------------------------- */
.header {
    background: #042672 url(../images/bg-head.jpg) center center no-repeat;
    background-size: cover;
    border-top: 5px solid #ffffff;
    height: 380px;
    position: relative;
}
	.header .row {
	    background: url(../images/shadow-header.png) repeat-x top;
	    background-size: auto 100%;
	    padding-bottom: 100px;
	}
	    .header .container {
	        display: table;
	        padding: 0px;
	    }
	    
	.box-logo {
	    padding: 5px 0px;
	}
		.box-logo .logo {
/* 		    width: 60px; */
		    width: 43px;
		    height: 70px;
		    float: left;
		    background: url('../images/logo.png') top left no-repeat;
		    background-size: 100% auto;
		    transition: .5s;
		    margin-top: 21px;
		    margin-right: 13px;
		}
			.box-menu {
				background-color: #f58813;
		        width: 100%;
	            position: absolute;
			    bottom: 0px;
			    left: 0px;
			}
				.box-menu .menu-main {
					margin: 0px;
				}
					.box-menu .menu-main &gt; li {
						float: left;
						list-style-type: none;
						position: relative;
						font-size: 1.2em;
					    margin-right: 20px;
					}
						.box-menu .menu-main &gt; li &gt; a {
							color: #000000;
							padding: 10px 10px;
							display: block;
							white-space: nowrap;
						    border-bottom: 3px solid transparent;
							transition: .5s;
						}
					@media only screen and (min-width: 1025px) {
						.box-menu .menu-main &gt; li:hover &gt; a {
						    border-bottom-color: #423c35;
						}
					}
						.box-menu .menu-main &gt; li.active &gt; a {
						    border-bottom-color: #423c35;
					        background-color: #b67e30;
						}

		.box-logo .text-logo {
		    color: rgba(255, 255, 255, 0.7);
		    font-size: 11px;
            margin-top: 25px;
            float: left;
		}
			.box-logo .text-logo h4 {
    margin: 0px;
    font-size: 20px;
    color: #333333;
    font-family: 'Sarabun', sans-serif;
    padding-top: 6px;
			}
			.box-logo .text-logo h5 {
    margin: 0px;
    font-size: 16px;
    color: #333333;
    font-family: 'Sarabun', sans-serif;
    text-transform: uppercase;
    margin-top: 4px;
			}
				
				
	.menu-right {
	    float: right;
        color: rgba(255, 255, 255, 0.7);
        padding: 17px 0px;
	}
		.menu-right .menu-top {
	        display: table;
		    margin-left: auto;
		}
			.menu-right .menu-top a {
			    margin-left: 20px;
		        display: block;
			    float: left;
			}
				.menu-right .menu-top a img {
				    transition: .5s;
			        vertical-align: middle;
				}
			@media only screen and (min-width: 1025px) {
				.menu-right .menu-top a:hover img {
				    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.5));
				    filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.5));
				}
			}
			
			.menu-right .menu-top form {
			    position: relative;
		        margin-right: 10px;
	            float: left;
			}
				.menu-right .menu-top input {
					padding: 2px 30px 2px 17px;
					border-radius: 25px;
					width: 100%;
				}
				.menu-right .menu-top button {
					border: 0;
				    background: none;
				    position: absolute;
				    right: 0px;
				    top: 2px;
			        height: 28px;
				}
				.menu-right .menu-top button:before {
					font-family: 'FontAwesome';
					content: "\f002";
					font-size: 15px;
				}
		
		.menu-right .menu-bottom {
			display: table;
		    margin-top: 7px;
	        float: right;
		}
			.menu-right .menu-bottom .a-menu {
			    float: left;
			}
				.menu-right .menu-bottom .a-menu a {
					color: #000;
				    transition: .5s;
				    padding: 2px 14px;
				    display: block;
				    float: left;
				}
			@media only screen and (min-width: 1025px) {
				.menu-right .menu-bottom .a-menu a:hover {
				    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.5));
				    filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.5));
				}
			}
			
			.menu-right .menu-bottom .wrapper {
			    float: left;
			}
				.menu-right .menu-bottom .wrapper &gt; div {
				    float: left;
			        border-left: 1px solid rgba(0, 0, 0, 0.2);
				}
					.menu-right .menu-bottom .wrapper .Change-display a {
					    width: 20px;
					    height: 20px;
					    background-image: url('../images/Icon-textsize.png');
					    display: block;
					    float: left;
						margin: 4px;
						transition: .3s;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.mediumFont {
					    background-position: -3px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.defaultFont {
						background-position: -29px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.largeFont {
						background-position: -54px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.white-style.styleswitch {
						background-position: -113px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.default-style.styleswitch {
						background-position: -88px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.yellow-style.styleswitch {
						background-position: -138px -6px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.mediumFont:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.mediumFont.textresizer-active {
					    background-position: -3px -32px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.defaultFont:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.defaultFont.textresizer-active {
						background-position: -29px -32px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.largeFont:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.largeFont.textresizer-active {
						background-position: -54px -32px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.white-style:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.white-style.active {
						background-position: -113px -32px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.default-style:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.default-style.active {
						background-position: -88px -32px;
					}
					.menu-right .menu-bottom .wrapper .Change-display a.yellow-style:hover ,
					.menu-right .menu-bottom .wrapper .Change-display a.yellow-style.active {
						background-position: -138px -32px;
					}
					.menu-right .menu-bottom .wrapper .Language a {
					    float: left;
					    color: rgba(0, 0, 0, 0.51);
					    padding: 0px 5px;
					}
					.menu-right .menu-bottom .wrapper .Language a.active {
					    color: #000000;
					}					
						.menu-right .menu-bottom .wrapper .Language i {
						    display: block;
						    width: 23px;
						    height: 18px;
						    float: left;
						    margin: 4px 8px;
						    background: #000;
						}
							.menu-right .menu-bottom .wrapper .Language i::after {
								content: "";
							    display: block;
							    width: 100%;
							    height: 100%;
							    background-repeat: no-repeat;
							    background-position: center;
							    background-size: cover;
								opacity: .5;
								transition: .5s;
							}
							.menu-right .menu-bottom .wrapper .Language a:hover i::after ,
							.menu-right .menu-bottom .wrapper .Language .active i::after {
								opacity: 1;
							}
							.menu-right .menu-bottom .wrapper .Language i.th::after {
								background-image: url('../images/I-th.png');
							}
							.menu-right .menu-bottom .wrapper .Language i.en::after {
								background-image: url('../images/I-en.png');
							}
	.siteMap-m {						
		background-color: #f58813;
		color: #000000;
		padding: 10px 10px;
		display: block;
		text-align: center;
	}

/* --------------------------------------------------- box-body --------------------------------------------------- */
.box-body {

}	
	.box-body .box-nav {
	    border-bottom: 1px solid #d7d9db;
	    color: #cccccc;
	}
		.box-body .box-nav &gt; div {
		    padding: 8px 15px;
		}
			.box-body .box-nav ul {
			    margin: 0px;
		        padding: 0px;
			}
				.box-body .box-nav li {
				    display: initial;
				}
				.box-body .box-nav li:last-child {
				    color: #9a9a9a;
				}
					.box-body .box-nav a {
					    color: #cccccc;
					}
						.box-body .box-nav i {
					        border: 5px solid transparent;
						    border-left-color: #cccccc;
						    display: inline-block;
					        margin-right: 2px;
						}
						.box-body .box-nav li:last-child i {
						    border-left-color: #9a9a9a;
						}

	.box-body .box-Head {
        background: #f5ba5e url(../images/BG-Head.png) no-repeat center;
	    background-size: cover;
	}
		.box-body .box-Head .m-right {
		    position: absolute;
		    margin-top: 10px;
		}
			.box-Head .m-right .select {
			    border: 1px solid #cccccc;
		        background: #ffffff;
			}
				.box-Head .m-right select {
				    padding-right: 25px;
				}
				.box-Head .m-right .styledSelect {
				    padding: 0 27px 0 10px;
			        color: #8d8d8d;
			    }
			
		.box-body .box-Head .Head {
			color: #333333;
			text-align: center;
	        padding: 50px 0px;
            font-size: 2em;
		    font-weight: bold;
		}
		.box-body .box-Head .Head::after {
			content: "";
			border-bottom: 3px solid #030a21;
		    width: 50px;
		    display: block;
		    margin: auto;
	        margin-top: 16px;
		}
			.box-body .box-Head .Head p {
		        margin: 0px;
		        font-weight: normal;
			    font-size: 0.9em;
		        line-height: 23px;
		        margin-bottom: 20px;
			}
	
	.box-body  .box-content {
	    background: #ffffff;
	    background-size: 100% auto;
	    background-attachment: fixed;
	}
		.box-body .b-content {
	    padding: 30px 15px;
	    width: 100%;
      margin: auto;
      padding: 15px;
      display: inline-block;
		}
			.b-content .menu-left {
    width: 30%;
    position: sticky;
    position: -o-sticky;
    position: -moz-sticky;
    position: -webkit-sticky;
    top: 15px;
    z-index: 1030;
			}
				.menu-left ul{
				    margin: 0px;
				    padding: 0px;
				}
					.menu-left ul li{
					    background: #e7eaec;
					}
					.menu-left li.active {
					    background-color: #f58813;
					}
						.menu-left ul li li a {
						    border: 0px;
						}
						.menu-left ul li li a::before {
							content: "- ";
						}
						.menu-left ul li i::after ,
						.menu-left ul li li a::after {
						    content: "";
						    border-bottom: 1px solid rgba(187, 187, 187, 0.4);
						    position: absolute;
						    bottom: 0px;
						    left: 20px;
						    width: calc(100% - 40px);
						}
						.menu-left ul li.active i::after ,
						.menu-left ul li.active li a::after {
						    border-bottom-color: rgba(255, 255, 255, 0.4);
						}
							.menu-left i {
							    display: block;
							    color: #f58813;
							    padding: 7px 17% 7px 20px;
						        font-style: normal;
						        position: relative;
						        font-weight: bold;
							}
							.menu-left li.active i {
							    color: #000000;
							}
							.menu-left a {
							    background: #e7eaec url(../images/Icon-menu-left.png) no-repeat 90% center;
							    display: block;
							    color: #000000;
							    padding: 7px 17% 7px 20px;
							    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
							    transition: .5s;
							    position: relative;
							}
							.menu-left li.active a {
							    background-color: #f58813;
							}
							.menu-left li.active li.active a {
							    background-color: #b67e30;
							}
							.menu-left &gt; ul &gt; li.active &gt; ul &gt;li.active &gt; ul &gt; li &gt; a {
							    background-color: #cc8508;
							}
							.menu-left &gt; ul &gt; li.active &gt; ul &gt;li.active &gt; ul &gt; li.active &gt; a {
							    background-color: #b67e30;
							}
						@media only screen and (min-width: 1025px) {
							.menu-left li:hover &gt; a{
							    background-color: #b67e30;
							}
						}
								.menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; i {
								    padding-left: 35px;
								    color: #000000;
								}
								.menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
								    padding-left: 35px;
								}

			.b-content .menu-left+.b-right {
			    width: calc(70% - 4px);
			    border-left: 1px solid #e5e5e5;
			}
			.b-content .b-right {
			    width: 100%;
			    padding: 0px 20px 0px 30px;
		        margin: 0px 2px;
			}

	
 /* --------------------------------------------------- relate-news --------------------------------------------------- */
.box-body .relate-news {
	display: table;
    width: 100%;
    padding: 25px;
    background: #e7eaec;
}
	.box-body .relate-news .Head {
	    text-align: center;
	    color: #f58813;
	    font-size: 1.3em;
        font-weight: bold;
	}
	.box-body .relate-news .item {
        width: 33.33%;
	    float: left;
	    padding: 12px;
	}
		.box-body .relate-news .item .img {
			overflow: hidden;
			border-radius: 15px;
			overflow: hidden;
			border-radius: 15px;
			background-position: center;
			background-size: cover;
			transition: .5s;
			width: 100%;
			margin-right: 15px;
		}
			.box-body .relate-news .item img {
				display: block;
			    width: 100%;
			    opacity: 0;
			}
/*
		@media only screen and (min-width: 1025px) {
			.box-body .relate-news .item:hover .img {
				transform: scale(1.05);
			}
		}
*/
			
		.box-body .relate-news .item h1 {
			color: #000000;
			display: -webkit-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-size: 1.1em;
			margin: 0px;
			height: 115px;
		    padding: 10px 2px;
		}
		.box-body .relate-news .item .more {
		    color: #000000;
		    background: #ffc24c;
		    display: table;
		    padding: 0px 20px;
		    border-radius: 15px;
		    margin-top: 10px;
		    transition: background .5s;
		}
		@media only screen and (min-width: 1025px) {
			.box-body .relate-news .item .more:hover {
			    background: #cacaca;
			}
		}
			
	.box-body .box-pagination {
		
	}
		.box-body .b-pag {
		    display: table;
		    margin: auto;
		    padding-top: 10px;
		    padding-bottom: 10px;
		}
			.box-body .b-pag &gt; a {
		        width: 36px;
			    height: 36px;
			    display: block;
			    float: left;
			    border-radius: 10px;
			    padding: 6px 14px;
			    margin: 0px 4px;
			    background-color: #ffc358;
			    background-image: url(../images/b-arrow.svg);
			    background-size: auto 30px;
			    transition: background .5s;
			}
			.box-body .b-pag &gt; a:hover {
		        background-color: #989897;
			}
			.box-body .box-pagination a.Previous {
			    background-position: 2px;
			}
			.box-body .box-pagination a.i-previous {
			    background-position: 100px;
			}
			.box-body .box-pagination a.i-next {
			    background-position: 67px;
			}
			.box-body .box-pagination a.Next {
			    background-position: 34px;
			}
			.box-body .box-pagination .box-num {
			    padding: 0px 10px;
			    float: left;
			}
				.box-body .box-pagination .box-num a {
				    display: block;
				    transition: .5s;
				    color: #f58813;
				    padding: 6px 14px;
				    float: left;
				    margin: 0px 4px;
				    border-radius: 10px;
				}
				.box-body .box-pagination .box-num a.active {
				    background: #f58813;
				    color: #000000;
				}
				@media only screen and (min-width: 1025px) {
					.box-body .box-pagination .box-num a:hover {
					    background: #f58813;
					    color: #000000;
					}
				}

/* --------------------------------------------------- BTN Top --------------------------------------------------- */

.btn-top{
    width: 40px;
    display: block;
    background: #b57e31;
    background-size: auto 100%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 999;
    border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
	.btn-top:hover{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 177px;
	}
}
	.btn-top img {
		display: block;
	    height: 40px;
	}
	.btn-top img.top1{
		display: block;
	}
	.btn-top img.top2{
		display: none;
	}
			
 /* --------------------------------------------------- footer --------------------------------------------------- */
	
footer {
    background: #f58813;
    color: #000000;
    font-size: 0.8em;
}
	footer &gt; div {
	    display: flex !important;
	    flex-wrap: wrap;
	    align-items: center;
	}
	    footer .footer {
		    width: 50%;
		}
	    footer .left {
		    text-align: left;
		}
	    footer .right {
		    text-align: right;
		}

/* ---------------------------------------------------**** Mobile and Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {

	#skip-link,#accessibility-help {
		display: none;
	}

}

/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .box-logo .text-logo {
	    display: none;
	}
	.b-content .menu-left+.b-right {
	    width: calc(100% - 304px);
	}
	.b-content .menu-left {
	    width: 300px;
	}
	.b-content .b-right {
	    padding-top: 15px;
	}
	.box-content .share {
	    margin-top: -15px !important;
    }
	@media screen and (orientation:portrait) {
		.b-content .b-right {
			padding: 0px 20px;
		}
	}

}

/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	.box-menu {
		display: none;
	}
	.header {
		padding: 0px;
		height: auto;
	}
	.menu-right {
	    padding: 17px 10px;
        float: none;
    }
    .menu-right .menu-bottom {
	    margin: auto;
        float: none;
	}
    .menu-right .menu-top form {
	    float: none;
        margin: 0px;
    }
    .menu-right .menu-top a {
	    margin: 10px 7px;
    }
    .menu-right .menu-top {
	    margin: auto;
	}
	.menu-right .menu-bottom .wrapper .Language a {
	    width: 39px;
	    height: 26px;
	    overflow: hidden;
	}
	.menu-right .menu-bottom .wrapper .Language i {
	    margin: 5px 3px;
    }
	.menu-right .menu-bottom .wrapper {
        display: table;
	    margin: auto;
	    border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	.menu-right .menu-bottom .a-menu a {
	    padding: 0px 14px;
	    margin-bottom: 10px;
	}
	.box-logo {
	    display: table;
	    margin: auto;
	    margin-top: 20px;
	}
    .box-logo .logo {
	    margin: 0px;
    }
    .box-logo .text-logo {
	    display: none;
    }
	footer .footer {
	    width: 100%;
        text-align: center;
	}
	footer .right {
	    display: none;
	}
	.box-body .box-Head h1 {
	    font-size: 1.5em;
        margin: 0px;
	}
	.box-body .relate-news {
	    padding: 25px 0px;
	}
	.box-body .relate-news .item {
	    width: 100%;
    }
    .box-body .box-nav {
	    display: none;
	}
	.header .row {
	    padding-bottom: 0px;
	    background-size: auto 200%;
	}
	.box-body .box-Head .Head {
	    padding: 25px 0px;
	    font-size: 1.3em;
	}
	.b-content .menu-left {
	    width: 100%;
        margin-bottom: 20px;
        display: none;
	}
	.b-content .b-right {
	    border-left: 0px !important;
	    width: 100% !important;
	    padding: 20px;
    }
	.b-content .b-right {
		padding: 0px;
	    padding-top: 15px;
	}
	.box-content .share {
	    margin-top: -15px !important;
    }
  	@media screen and (orientation:portrait) {
		.menu-right .menu-bottom .a-menu {
		    width: 100%;
		    text-align: center;
		}
		.menu-right .menu-bottom .a-menu a {
		    width: 100%;
		}
		.menu-right .menu-bottom .wrapper {
		    float: none;
		}
		.box-body .box-pagination a.i-previous ,
		.box-body .box-pagination a.i-next {
		    display: none;
		}
	}
	@media screen and (orientation:landscape) {

	}

}</pre></body></html>