@import "css/font-awesome.min.css";

@font-face {
  font-family: 'ToranongPro';
  src: url('fonts/ToranongPro/ToranongPro.eot?#iefix') format('embedded-opentype'),  url('fonts/ToranongPro/ToranongPro.otf')  format('opentype'),
	     url('fonts/ToranongPro/ToranongPro.woff') format('woff'), url('fonts/ToranongPro/ToranongPro.ttf')  format('truetype'), url('fonts/ToranongPro/ToranongPro.svg#ToranongPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ToranongMediumPro';
  src: url('fonts/ToranongMediumPro/ToranongMediumPro.eot?#iefix') format('embedded-opentype'),  url('fonts/ToranongMediumPro/ToranongMediumPro.otf')  format('opentype'),
	     url('fonts/ToranongMediumPro/ToranongMediumPro.woff') format('woff'), url('fonts/ToranongMediumPro/ToranongMediumPro.ttf')  format('truetype'), url('fonts/ToranongMediumPro/ToranongMediumPro.svg#ToranongMediumPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'PSL096pro';
    src: 	url('fonts/kittithada/PSL096pro.eot');
    src: 	url('fonts/kittithada/PSL096pro.eot?#iefix') format('embedded-opentype'),
         	url('fonts/kittithada/PSL096pro.woff') format('woff'),
         	url('fonts/kittithada/PSL096pro.ttf') format('truetype'),
		 	url('fonts/kittithada/PSL096pro.svg#PSL096pro') format('svg');
			font-weight: normal;
			font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'PSL096pro';
            src: url('fonts/kittithada/PSL096pro.svg#PSL096pro') format('svg');
    }
}

@font-face {
    font-family: 'PSL072pro';
    src: 	url('fonts/panpilas/PSL072pro.eot');
    src: 	url('fonts/panpilas/PSL072pro.eot?#iefix') format('embedded-opentype'),
         	url('fonts/panpilas/PSL072pro.woff') format('woff'),
         	url('fonts/panpilas/PSL072pro.ttf') format('truetype'),
		 	url('fonts/panpilas/PSL072pro.svg') format('svg');;
}
@font-face {
    font-family: 'Butterfly';
    src: 	url('fonts/butterfly/PSL212pro.eot');
    src: 	url('fonts/butterfly/PSL212pro.eot?#iefix') format('embedded-opentype'),
         	url('fonts/butterfly/PSL212pro.woff') format('woff'),
         	url('fonts/butterfly/PSL212pro.ttf') format('truetype'),
			url('fonts/butterfly/PSL212pro.svg') format('svg');
}

body {
	font-family: "Tahoma";
	font-size: 14px;
	color: #000000;
	line-height: 22px!important;
}

a:link, a:visited { 
	transition: all 0.2s ease-out 0s; 
	-webkit-transition: all 0.2s ease-out 0s; 
	-moz-transition: all 0.2s ease-out 0s; 
}

:active,
:hover,
:focus,
:visited {
	text-decoration: none;
	outline: none!important;
}

input[type="text"] {
	
	margin: 0;
	padding: 5px;
	border: solid 1px #dcdcdc;
	font-family: Tahoma;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}

input[type="password"] {
	
	margin: 0;
	padding: 5px;
	border: solid 1px #dcdcdc;
	font-family: Tahoma;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}

textarea {

	margin: 0;
	padding: 5px;
	border: solid 1px #dcdcdc;
	font-family: Tahoma;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}

select {
   background: transparent;
   width: auto;
   padding: 5px;
   font-size: 14px;
  border: solid 1px #dcdcdc;
  background: #FFF;
   border-radius: 0;
   -webkit-appearance: none;
   }

#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
}

#button-search {
	background-color: #cc3f41;
	border: medium none;
	color: #fff;
	font-size: 1em;
	height: 35px;
	line-height: 30px;
	min-width: 90px;
	padding: 0 10px;
	text-transform: uppercase;
	border-radius: 3px;
}
#button-search:hover {
	background: #cd1518;
	color: #fff;
}

#button-reset {
	background-color: #F0F0F0;
	border: medium none;
	color: #ccc;
	font-size: 1em;
	height: 35px;
	line-height: 30px;
	min-width: 60px;
	padding: 0 10px;
	border-radius: 3px;
}
#button-reset:hover {
	background: #e1dede;
	color: #999;
}

.admin-v1 {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.admin-v1 .icon {
	width: 20%;
	height: auto;
	font-size: 40px;
	text-align: center;
	background: none;
	padding-top: 0px;
	vertical-align: top;
}

.dotline {
	BACKGROUND: url(images/dotline.gif) repeat-x left top
}
.dotline_green {
	BACKGROUND: url(images/dotline_green.gif) repeat-x left top
}
.dotline_orange {
	BACKGROUND: url(images/dotline_orange.gif) repeat-x left top
}
.topicicon {
	margin: 3px;
	border: 2px solid #CCCCCC;
}
.footer_index {
	height: 150px;
	background-color: none;
}

#imagedropshadow {
	padding: 5px;
	border: solid 2px #b5ffb4;
	/*
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-o-border-radius: 150px;
	-moz-border-radius: 150px;
	*/
}
	#imagedropshadow:hover {
	border: solid 3px #7b7b7b;
	-moz-box-shadow: 1px 1px 10px #7b7b7b;
	-webkit-box-shadow: 1px 1px 10px #7b7b7b;
    box-shadow: 1px 1px 10px #7b7b7b;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#7b7b7b')";
	behavior: url(border-radius.htc);
}

.K_icon {
	margin: 3px;
	border: 2px solid #CCCCCC;
	
}

.icon_link {
	margin-bottom: 5px;
	
}

.activity_icon {
	margin: 2px;
	border: 3px solid #cccccc;
}

.photo-icon {
	margin: 1px;
	border: 3px solid #cccccc;
}

.product-icon {
	height : 150px;
	margin: 10px;	
	border: 2px solid #0035be;
}

IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}

.bgmenu_bold {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #553d30; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.count_number {
	FONT-SIZE: 13px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
	font-weight: normal; 
}

.topic_complain {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #205c78; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.header_webboard {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #553d30; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.cat_name_webboard {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.cat_name_webboard_small {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #553d30; 
	FONT-FAMILY: Tahoma;
	font-weight: normal; 
}

.ex_mysql {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #553d30; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.Pin_Topic {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #FF0000; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.topic_staff {
	FONT-SIZE: 15px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.topic_gallery {
	FONT-SIZE: 28px; MARGIN: 0px; COLOR: #ffc000; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 28px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000, 3px 3px 0px rgba(0,0,0,0.15);
}

.topic-top {
	FONT-SIZE: 28px; MARGIN: 0px; COLOR: #ffc000; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 28px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000, 3px 3px 0px rgba(0,0,0,0.15);
	
}

.topic_staff_index {
	FONT-SIZE: 25px; MARGIN: 0px; COLOR: #0000ff; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 40px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
}

.topic-top-detail {
	FONT-SIZE: 30px; MARGIN: 0px; COLOR: #8fcaf2; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 40px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000, 3px 3px 0px rgba(0,0,0,0.15);
}

.welcome {
	FONT-SIZE: 25px; MARGIN: 0px; COLOR: #FF0000; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 20px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
	text-shadow: 1px 1px 0px #333333, 3px 3px 0px rgba(0,0,0,0.15);
}

.welcome_name {
	FONT-SIZE: 16px; MARGIN: 0px; COLOR: #FF0000; 
	FONT-FAMILY: 'Tahoma';
	line-height: 20px;
	text-indent:0px;
	text-align: top ;
	font-weight: normal;
}

.topic_font {
	FONT-SIZE: 25px; MARGIN: 0px; 
	FONT-FAMILY: 'PSL096pro';
	font-weight: normal;
}

.topic_knowledge{
	FONT-SIZE: 25px; MARGIN: 0px; 
	FONT-FAMILY: 'PSL096pro';
	font-weight: normal;
}

.topic_left {
	FONT-SIZE: 26px;
	COLOR: #000000;
	height:67px;
	FONT-FAMILY: 'PSL096pro';
	font-weight: bolder;
	text-align: left;
	text-indent:75px;
	padding-top: 3px;
}

.box_youtube {
	background: url(images/bg_youtube.jpg?v=2022) no-repeat;
	height: 62px;
	width: 543px;
	FONT-SIZE: 14px;
	COLOR: #000000;
	line-height:82px;
	FONT-FAMILY: 'Tahoma';
	font-weight: normal;
	padding-bottom: 0px;
	text-align:right;
}

.bg_topic_index span {
	FONT-FAMILY: "Tahoma";
	FONT-SIZE: 15px;
	padding-left:350px;
	COLOR: #000;
	font-weight: normal;
	text-shadow: none;
}

.box_topic_middle {
	FONT-FAMILY: "PSL096pro";
	FONT-SIZE: 23px;
	height:57px;
	line-height:57px;
	text-indent:45px;
	COLOR: #000;
	font-weight: bold;
	text-shadow: none;
}

.box_topic_middle span {
	FONT-FAMILY: "Tahoma";
	FONT-SIZE: 15px;
	padding-left:350px;
	COLOR: #000;
	font-weight: normal;
	text-shadow: none;
}

.topic_header {
				FONT-SIZE: 28px; MARGIN: 0px; COLOR: #0066CC; 
				FONT-FAMILY: 'PSL096pro';
				text-align:left;
				text-indent: 0px;
				font-weight: normal;
				line-height:22px;	
				}

.comment_index {
	background: url(images/comment_index.jpg) no-repeat;
	height: 63px;
	width: 732px;
	FONT-SIZE: 14px;
	COLOR: #000000;
	line-height:40px;
	text-indent:15px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	padding-bottom: 0px;
	text-align:left;
}

.all_achievement {
	FONT-SIZE: 25px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 25px;
	text-indent:15px;
	font-weight: normal;
}

.topic_ {
	FONT-SIZE: 28px; MARGIN: 0px; COLOR: #ff8a00; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 25px;
	text-indent:15px;
	font-weight: normal;
	padding-top: 2cm;
	text-shadow: 1px 1px 0px #000, 3px 3px 0px rgba(0,0,0,0.15);
	
}

.topic_webboard {
	FONT-SIZE: 25px; MARGIN: 0px; COLOR: #333; 
	FONT-FAMILY: 'PSL096pro';
	font-weight: normal;
	
}

.date_webboard {
	FONT-SIZE: 13px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: 'Tahoma';
	font-weight: normal;
	
}

select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 1 !important;  /*REMOVES BORDER*/

 color: #000;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 13px;
 padding: 5px;
 width: 35%;
 cursor: pointer;
}

.detail_announced {
	FONT-SIZE: 25px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: 'PSL096pro';
	line-height: 23px;
	text-indent:0px;
	font-weight: normal;
	display: block;
	border: 1px solid #c5ce52;
	padding: 7px;
}

.latest_topic {
	FONT-SIZE: 20px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: 'Tahoma';
	text-indent:0px;
	font-weight: normal;
	display: block;
	padding: 7px;
	background: #c5ce52;
}

.detail_date {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: 'Tahoma';
	line-height: 25px;
	text-indent:0px;
	font-weight: normal;
}

.date_Event {
	FONT-SIZE: 12px; MARGIN: 0px; COLOR: #999; 
	FONT-FAMILY: 'Tahoma';
	line-height: 25px;
	text-indent:15px;
	font-weight: normal;
}

.Mag {
	FONT-SIZE: 18px; MARGIN: 0px; COLOR: #001fbc; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.polls {
	FONT-SIZE: 28px; MARGIN: 0px; COLOR: #ffff00; 
	FONT-FAMILY: 'PSL096pro';
	text-shadow: 1px 1px 0px #000, 3px 3px 0px rgba(0,0,0,0.15);
	font-weight: normal; 
	text-decoration:none;
}

.border_nayok {
	border: solid 2px #fa5bf3;
	padding: 5px;
	-moz-box-shadow: 5px 5px 5px #fa5bf3;
	-webkit-box-shadow: 5px 5px 5px #fa5bf3;
    box-shadow: 5px 5px 5px #fa5bf3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#fa5bf3)";
	behavior: url(border-radius.htc);
}

.topic_contact {
	FONT-SIZE: 18px; MARGIN: 0px; COLOR: #bc0303; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder;
}

.topic_middle_news {
	FONT-SIZE: 15px;
	COLOR: #000000;
	line-height:45px;
	FONT-FAMILY: Tahoma;
	font-weight: bolder;
	padding-bottom: 0px;
	text-align:center;
}

.topic_middle {
	FONT-SIZE: 15px;
	COLOR: #000000;
	line-height:45px;
	FONT-FAMILY: Tahoma;
	font-weight: bolder;
	padding-bottom: 0px;
	text-align:center;
}

.topic_right {
	FONT-SIZE: 26px;
	COLOR: #FFFFFF;
	line-height:30px;
	FONT-FAMILY: 'PSL096pro';
	font-weight: bolder;
	padding-bottom: 0px;
	text-align:left;
	padding-left: 40px;
}

.topic_menu {
	FONT-SIZE: 26px;
	COLOR: #000000;
	line-height:30px;
	FONT-FAMILY: 'PSL096pro';
	font-weight: bolder;
	padding-bottom: 0px;
	text-align:center;
	padding-top: 28px;
	padding-left: 0px;
}

.topic_detail {
	FONT-SIZE: 14px;
	COLOR: #ebe800;
	FONT-FAMILY: Tahoma;
	font-weight: bolder;
	padding-bottom: 0px;
}

.date_detail {
	FONT-SIZE: 13px;
	COLOR: #4f4f4f;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	padding-bottom: 0px;
}

.latest_topic {
	FONT-SIZE: 13px;
	COLOR: #ebe800;
	FONT-FAMILY: Tahoma;
	padding-bottom: 0px;
}

.staff_name {
	FONT-SIZE: 15px; MARGIN: 0px; COLOR: #0005e2; 
	FONT-FAMILY: 'Tahoma';
	font-weight: normal;
}

.staff_detail {
	FONT-SIZE: 13px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
}

.board_detail {
	FONT-SIZE: 11px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
}

.bg_icon {
	background:url(images/bg_icon.jpg) no-repeat;
	height:186px;
	width:126px;
	
}

.menu_bold {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #001fbc; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.question_poll {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #000000; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.product-detail {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR:#990000; 
	FONT-FAMILY: Tahoma;
	font-weight: bolder; 
}

.product-name {
	FONT-SIZE: 13px; MARGIN: 0px; COLOR:#0000FF; 
	FONT-FAMILY: Tahoma;
	}

.price {
	COLOR:#FF0000; 
	font-weight: bolder; 
}

.topic_14 {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #553d30; 
	FONT-FAMILY: Tahoma;
}

.bg_cart {
	background:url(images/bg_cart.gif) repeat-x;
	height:30px;
	font:bold 13px/130% Tahoma,Arial, Helvetica, sans-serif;
	color:#000000;
}

.bg_payment {
	background:url(images/bg_cart.gif) repeat-x;
	height:40px;
	font:bold 13px/130% Tahoma,Arial, Helvetica, sans-serif;
	color:#000000;
}

.tablecomment {
	border: 1px solid #006600;
}

.calendarHeader { 
    font-weight: bolder; 
    color: #000000; 
    background-color: #CCCCCC; 
}

INPUT {
	FONT-SIZE: 1em;
	line-height:18px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	padding:3px;
	background-color: none;
}

TEXTAREA {
	FONT-SIZE: 1em;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	background-color: none;
}


SELECT {
	FONT-SIZE: 1em; COLOR: #000000; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	background-color: none;
}

.commentbox{
background-color: #ececec;
width: 600px;
padding: 10px;
}

.commentfooter{
background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.show_product{
	border:0px solid red; 
	float:left; 
	width:150px;
	margin:0 0px 10px 0;
	
}
.show_product p{
	margin:0;
	padding:0 0 5px 0;
}
.show_product h1{
	font:bold 12px/130% Tahoma,Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 5px 0;
}
.show_product a:hover{
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0px;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
h1{
	font:bold 14px/130% Tahoma,Arial, Helvetica, sans-serif;
	color:#FF0000;
}
h3{
	font:bold 12px/130% Tahoma,Arial, Helvetica, sans-serif;
	color:#FF0000;
}

.title_basket{
	background:url(images/bg_cart.gif) repeat-x;
	height:30px;
	font:bold 11px/130% Tahoma,Arial, Helvetica, sans-serif;
	color:#FFF;
}

#wraper{
	position:relative;
	padding:0;
	margin:0;
	width:960px;
	margin:0 auto;

}

.photos {
	overflow: hidden;
	border: 10px solid #f0f0f0;
	padding: 10px;
	width: 600px;
	margin: 0 auto;
}
img { border: none;}
.photos img.logo {margin: 0 auto; display:block;}
.photos div img {
	padding: 10px 0;
	margin: 20px 0;
	float: center;
	
}
.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 600px;
	float: center;
}
.photos ul.thumbs li{
	width: 100px;
	height: 90px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 5px solid #ddd;
	text-align: center;
}
.photos ul.thumbs li:hover {
	border: 5px solid #888;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos ul.thumbs li img {
	position: left;
}

.resize_big {
width: 350px;
height : auto;
}

.resize_gallery {
width: 230px;
height : auto;
}

.resize_achievement {
width: 100px;
height : auto;
}

.resize_small {
width: 90px;
height : 81px;
}

.resize_picture {
width: 300px;
height : auto;
}

.resize_knowledge {
width: 150px;
height : 115px;
}

#links_local ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#links_local li{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
.box_staff {
	background: white;
	width: 400px;
	height: 230px;
	margin: 0 auto 5px auto;
	padding: 15px;
	color: #fff;
	font-family: Tahoma;
	border: 3px solid #ccc;
	

	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	box-shadow: 0px 5px 5px 0px #888888;
	border-radius: 25px;
	behavior: url(border-radius.htc);
}

.rel {
	margin: 0px 0 0 0px;
	padding: 0px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

.submit_btn {
	background: #cccccc;
	background: -moz-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cccccc),color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -o-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -ms-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc',endColorstr='#FFFFFF',GradientType=0);
	padding:4px 8px;
	color:#000;
	font-weight:bold;
	font-family:'Tahoma',sans-serif;
	font-size:13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}

.submit_btn:hover {
	background: #CCCCCC;
	background: -moz-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cccccc),color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -o-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: -ms-linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	background: linear-gradient(top,#cccccc 0%,#FFFFFF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc',endColorstr='#FFFFFF',GradientType=0);
	padding:5px 9px;
	color:#990000;
	font-weight:bold;
	font-family:'Tahoma',sans-serif;
	font-size:13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
/* ส่วนกำหนดสำหรับ แสดง iframe  */ 
div#Ebook{
position:relative;
margin:auto;
display:block;
width:700; /*ความกว้างส่วนของเนื้อหา iframe ที่ต้องการแสดง*/ 
height:500px; /* ความสูงส่วนของเนื้อหา iframe ที่ต้องการแสดง */
overflow:hidden;
}
/* ส่วนกำหนด สำหรับ iframe */  
div#Ebook iframe{  
    position:absolute;  
    display:block;  
    float:left;  
    margin-top:-170px; /* ปรับค่าของ iframe ให้ขยับขึ้นบนตามตำแหน่งที่ต้องการ */  
    margin-left:-70px; /* ปรับค่าของ iframe ให้ขยับมาด้านซ้ายตามตำแหน่งที่ต้องการ */  
}  

.out_staff {
	margin: 0px 0 0 0px;
	padding: 0px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

.box2_staff {
	background: url(images/box_staff.png) no-repeat;
	width: 465px;
	height: 300px;
	border: none;
	
}

table.hovertable {
	font-family: Tahoma;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable tr {
	background-color:#d4e3e5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

.img-circular{
 width: 150px;
 height: 150px;
 background-size: cover;
 border:solid 2px; color:#009933;
 display: block;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
}

.table_admin {
	border-spacing: 5px;
    border-collapse: collapse;
}

.table_admin td {
padding: 5px;
border: 1px solid #ccc;
}

.table_anti {
border-spacing: 5px;
border-collapse: collapse;
}

.table_anti td {
padding: 6px;
border: none;
}

.table_member {
	border-spacing: 5px;
    border-collapse: collapse;
}

.table_member td {
padding: 5px;
border: none;
}

.table_group {
	border-spacing: 10px;
    border-collapse: collapse;
}

.table_group td {
padding: 10px;
border: 1px solid #ccc;
}

.table_news {
	border-spacing: 3px;
    border-collapse: collapse;
}

.table_news td {
padding: 3px;
}

.table_webboard {
	border-spacing: 3px;
    border-collapse: collapse;
}

.table_webboard td {
padding: 10px;
}

.table_complain {
	border-spacing: 3px;
    border-collapse: collapse;
}

.table_complain td {
padding: 10px;
}

.5border {
border:3px; 
border-style:solid; 
border-color:#FF0000; 
padding: 1em;
} 

/* Start DropMenu */
#DropMenu, #DropMenu ul {padding: 0; margin: 0; list-style: none;}
#DropMenu a {display: inline; width: 170px;}
#DropMenu li {float: left; padding: 0px 8px 2px 0px;}  /* all list items */
#DropMenu li ul {position: absolute; background: #993399; 
  padding: 0px 0px 0px 4px; width: 170px; left: -9999px;} /* second-level lists */
#DropMenu li:hover ul {left: auto; } /* nest list under hovered list items */
#DropMenu li ul li a {color: #ffffff; text-decoration: none; display: block;}
#DropMenu li ul li a:hover {color: yellow; background:#663399;}

ul#LeftBanner, ul#LeftBanner ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#LeftBanner li
{
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

ul#RightBanner, ul#LeftBanner ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#RightBanner li
{
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

#bannerdropshadow {

}
	#bannerdropshadow:hover {
	padding: 2px;
	border: solid 1px #7b7b7b;
	-moz-box-shadow: 1px 1px 5px #7b7b7b;
	-webkit-box-shadow: 1px 1px 5px #7b7b7b;
    box-shadow: 1px 1px 5px #7b7b7b;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#7b7b7b')";
	behavior: url(border-radius.htc);
}

.bg_banner {
	background: url(images/bg_banner.jpg) no-repeat;
	height: 100px;
	width: 722px;
	padding-bottom: 0px;
	text-align:left;
	padding-left: 10px;
}

#2Column {
  width:732px;
}
#ColumnLeft{
  float: left;
  width: 530px;
  background-color: #FFF;
}
#ColumnRight{
  float: right;
  text-align: center;
  background: url(tabs/bg_tab.jpg);
  width: 202px;
  background-color: #FFF;
}
#cleared {
  clear: both;
}

#container_left {
	min-height:100%;
    position:relative;
}

div#top_left{
width:220px;
height:72px;
position:absolute;
FONT-SIZE: 26px;
COLOR: #000000;
FONT-FAMILY: 'PSL096pro';
font-weight: bolder;
text-align: left;
text-indent:75px;
background: url(images/box_left_top.jpg) no-repeat;
 } 

div#bottom_left{
width:220px;
height:18px;
position:absolute;
bottom:0;
background: url(images/box_left_bottom.jpg) no-repeat;
}

div#content_left{
background: url(images/box_left_middle.jpg) repeat-y;
width:220px;
height:100%;
text-align: left;
padding-bottom:18px;
position:absolute;
}

div#box_member{
background: url(images/bg_member.jpg) no-repeat;
width:220px;
height:250px;
position:absolute;
}

div#news{
background: url(images/news.jpg) no-repeat;
width:563px;
height:53px;
position:absolute;
 }

/* Start Verify Dode */  
 #verify_math{
	display:block;
	height:21px;	
}
#verify_math span{
	display:block;
	height:21px;	
	width:30px;
	position:relative;
	float:left;
	text-align:center;
	line-height:20px;
	color:#000;
}
#verify_math span.digital{
	background:url(capcha/digi_img.jpg) left top no-repeat;	
}
#i_verify{
	position:relative;
	height:15px;	
	width:35px;	
	text-align:center;
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
/* End Verify Dode */  

#ColumnIndex ul{
    width:500px;
	height: 350px;
}
#ColumnIndex li{
    display:block;
	list-style:none;
    float:left;
    height:200px;
	width:200px;
    padding-left:40px;
}
#ColumnIndex li:nth-child(even){
    margin-right:0;
}
.date_front {
color: #494a49;
}

.comment_bubble 
{
display: block;
position: relative;
width: 600px;
height: auto;
padding: 20px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: none;
}

.comment_bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 16px 26px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -16px;
left: 31px;
}

.comment_bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 17px 27px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 0;
bottom: -19px;
left: 30px;
}
.popup_border {
border-radius: 25px;
overflow: hidden;
width: 700px;
height: auto;
background-color: #FFF;
border: 2px solid #FFF;
box-shadow:  0 0 10px  rgba(0,0,0,0.6);
 -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
 -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
 -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}
.staff_border {
border-radius: 5%;
overflow: hidden;
width: 150px;
height: 182px;
background-color: #FFF;
border: 2px solid #FFF;
box-shadow:  0 0 10px  rgba(0,0,0,0.6);
 -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
 -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
 -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}

.round img {
display: block;
/* Stretch 
height: 100%;
width: 100%; */
min-width: 100%;
min-height: 100%;
}
.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   .styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(images/arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   }

   .box_topic {
    width:700px;
    height:auto;
	padding:10px;
	background-color: #FFFFFF;
    /* ส่วนของ การแสดงเส้น  */
    border-color:#CCC;
    border-style:solid;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 600px;
    padding: 0;
    overflow: hidden;
}

.imgwrapper img{
	max-width: 100%;
	height: auto;
}

.box-div {
	width: 100%;
}
.boxx {
	overflow: hidden;
	margin-bottom: 0px;
}

.boxx-search input {
	width: 400px;
	height: 18px;
	border: 2px solid #afafaf;
	float: center;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.boxx-search input:focus {
	border: 2px solid #ff4b00;
}

.boxx-search button {
	width: 30px;
	height: 28px;
	float: center;
	border: 2px solid #ff4b00;
	background: #ff4b00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.boxx-search button:hover {
	background: #333;
	color: #fff;
	border-color: #333;
	cursor: hand;
}

.boxx ul li {
	display: block;
	float: none;
	color: #333;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #afafaf;
	margin-bottom: 10px;
}

.boxx ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: #333;
	top: 1px;
	left: 3px;
}

.boxx ul li a {
	color: #333;
	font-size: 13px;
}

.boxx ul li a:hover {
	color: #ff4b00;
}

/*  Start radio button  */
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 2px solid #004c97;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 12px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #004c97;
}
/*  End radio button  */

.admin .row {
 height:50px;
}

.admin a span {
	font-size: 32px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}

.download_file {
	font-size:40px;
	text-align: center;
	display: block;
	color: #333;
	padding-top: 100px;
	padding-bottom: 10px;
}

.download_file_text {
font-size:16px;
padding-bottom: 50px;
}

.search_topic {
	FONT-SIZE: 14px; MARGIN: 0px; COLOR: #ff4b00; 
	FONT-FAMILY: 'Tahoma';
	text-indent:0px;
	font-weight: normal;
}
.boxx-search-admin input {
	width: 200px;
	height: 18px;
	border: 2px solid #afafaf;
	float: center;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.boxx-search-admin input:focus {
	border: 2px solid #ff4b00;
}

.boxx-search-admin button {
	width: 30px;
	height: 28px;
	float: center;
	border: 2px solid #ff4b00;
	background: #ff4b00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.boxx-search-admin button:hover {
	background: #333;
	color: #fff;
	border-color: #333;
	cursor: hand;
}
/* css แบ่งหน้า */
.browse_page{   
    clear:both;   
    margin-left:12px;   
    height:25px;   
    margin-top:5px;   
    display:block;   
}   
.browse_page a,.browse_page a:hover{   
    display:block;   
    width: 2%;
    font-size:14px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #CCCCCC;   
    background-color:#F4F4F4;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:bold;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.browse_page a:hover{   
    border:1px solid #CCCCCC;
    background-color:#999999;
    color:#FFFFFF;   
}   
.browse_page a.selectPage{   
    display:block;   
    width:45px;   
    font-size:14px;   
    float:left;   
    margin-right:2px;   
    border:1px solid #CCCCCC;
    background-color:#999999;
    color:#FFFFFF;   
    text-align:center;   
    line-height:22px;    
    font-weight:bold;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.browse_page a.SpaceC{   
    display:block;   
    width:45px;   
    font-size:14px;   
    float:left;   
    margin-right:2px;   
    border:0px dotted #0A85CB;   
    background-color:#FFFFFF;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:bold;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.browse_page a.naviPN{   
    width:50px;   
    font-size:12px;   
    display:block;   
/*    width:25px;   */
    float:left;   
    border:1px solid #CCCCCC;
    background-color:#999999;
    color:#FFFFFF;   
    text-align:center;   
    line-height:22px;   
    font-weight:bold;      
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}  
/* จบ css แบ่งหน้า */

.split{   
    padding-bottom:30px;    
}   
.split_page {   
    display:block;   
    width: 3%;
    font-size:13px;   
    float:left;   
    margin:0px 3px;
    border:1px solid #CCCCCC;   
    background-color:#F4F4F4;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.split_page:hover {   
    border:1px solid #CCCCCC;   
    background-color:#999999;   
    color:#333333;   
   }   
.split_page_text {   
    display:block;   
    width: 10%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #CCCCCC;   
    background-color:#F4F4F4;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.split_page_text2 {   
    display:block;   
    width: 11%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #CCCCCC;   
    background-color:#F4F4F4;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.split_page_select {   
    display:block;   
    width: 3%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #CCCCCC;   
    background-color:#999999;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
.split_page_space {   
    display:block;   
    width: 3%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #FFF;   
    background-color:#FFF;   
    color:#FFF;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}   
    .split_page_inactive {   
	display:block;   
    width: 3%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    border:1px solid #CCCCCC;   
    background-color:#F4F4F4;   
    color:#333333;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
	filter: grayscale(50%);
}   
 .split_page_inactive:hover {   
	display:block;   
    width: 3%;
    font-size:13px;   
    float:left;   
    margin:0px 5px;
    
    background-color:#FFF;   
    color:#CCC;   
    text-align:center;   
    line-height:22px;   
    font-weight:normal;   
    text-decoration:none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
	filter: grayscale(10%);
}   

.bg_topic_index span {
	FONT-FAMILY: "Tahoma";
	FONT-SIZE: 15px;
	padding-left:350px;
	COLOR: #000;
	font-weight: normal;
	text-shadow: none;
	
}

.cropimage { object-fit: cover; }
#cropimage { object-fit: cover; }

.linkbox a:link {color: #000; font-size:15px; padding-left:10px;}
.linkbox a:visited {color: #000; padding-left:10px;}
.linkbox a:hover {color: #000; padding-left:10px; font-weight: bolder; }
.linkbox a:active {color: #000; padding-left:10px;}

#icon_admin {
text-align: left;
width: auto;
font-size: 28px;
}
#bg_black {
font-size: 16px;
font-weight: normal;
width: auto;
background-color: rgba(255, 255, 255, 0) !important;
border: none !important;
color: #000 !important;
}

#bg_black:hover {
text-align: left;
width: auto;
background-color: #dbdbdb !important;
}
.numbers_stats {
	color: red;
	font-size: 16px !important;
}

svg{
  display: block;
  margin: auto;
}
table.hovertableita {
	font-family: Tahoma;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertableita th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertableita tr {
	background-color:#d4e3e5;
}
table.hovertableita td {
	padding: 8px;
}

table.hovertableita a:link {
	text-decoration:none;   
}
.ita_subject {
	font-family: Tahoma;
	font-size:18px;
	color:#000;
	font-weight: bold;
}

.ita_main {
	font-family: Tahoma;
	font-size:16px;
	color:#333333;
	font-weight: bold;
}

.staff_box_detail {
width: 160px;
}

.link_facebook {
	padding-right: 0px; 
	font-size: 25px; 
	color: #4267b2; 
	font-weight: bold; 
	font-family: PSL096pro; 
	text-decoration: none!important;
	cursor: pointer;
	background-color: none;
}

.info-tel {
	font-size: 27px; 
	FONT-FAMILY: 'ToranongMediumPro';
	color: red; 
	font-weight: bold; 
	padding-bottom: 20px; 
	text-align: right; 
	padding-right: 15px;
}

.links-img:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.links-banners:hover {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.table_height td {
				height:42px;
				padding: 2px;
			}
