@charset "utf-8";
/* CSS Document */

/* Body section */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, Georgia Times, sans-serif;
	font-size: 12px;
	color: #0033aa;
}

/* Topics secction */

div.topics {
	background-color: #abdfff;
	font-weight: bold;
	font-size: 135%;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border: thin solid #7db5de;
}

div.subtopics {
	background-color: #f8f8f8;
	font-weight: bold;
	color: #0033CC;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	border-left: 1px solid #7db5de;
	border-right: 1px solid #7db5de;
}

div.question_title {
	font-weight: bold;
	font-size: 120%;
	color: #0066CC;
	padding: 5px 0px 5px 0px;
}

div.question_content {
	color: #0080FF;
}

div.answer_title {
	font-weight: bold;
	font-size: 120%;
	color: #0066CC;
	padding: 5px 0px 5px 0px;
}

div.answer_content {
	color: #0080FF;
	padding: 2px 0px 3px 0px;
}

div.pagination {
	margin: 5px;
	border: 0px;
	padding: 5px;
}

div.news_container:first-child {
	margin: 10px 0px 0px 0px;
}

span.news_box {
	margin: 0px 5px 0px 5px;
	border: 1px solid white;
	padding: 10px;
	display: block;
}

span.news_box:hover {
	border: 1px solid #7db5de;
	background-color: #f7fcff;
}

span.news_box span.date_source {
	color: #999999;
	font-weight: normal;
}

span.news_box span.headline {
	color: #0080FF;
	font-weight: bold;
}

span.news_box span.news_content {
	color: #0080FF;
	font-weight: normal;
}

span.order_by {
	font-size: 110%;
	font-weight: bold;
	color: #003366;
}

div.meetings_container:first-child {
	margin: 10px 0px 0px 0px;
}


span.meetings_box {
	margin: 0px 5px 0px 5px;
	border: 1px solid white;
	padding: 10px;
	display: block;
}

span.meetings_box:hover {
	border: 1px solid #7db5de;
	background-color: #f7fcff;
}

span.meetings_box span.headline {
	display: block;
	margin: 5px 0px 5px 0px;
	color: #0080FF;
	font-weight: bold;
}

span.meetings_box span.meetings_content {
	color: #0080FF;
	font-weight: normal;
}


/* Table section */

table.table_border {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #7db5de;
}

td.general_content {
	background-color: #f7fcff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align:justify;
}

td.question_content {
	background-color: #f7fcff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align:justify;
}

td.answer_content {
	background-color: #f7fcff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align:justify;
}

td.table_head {
	background-color: #e1f3fa;
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0px 5px 3px;
}

td.table_content {
	background-color: #f7fcff;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.table_red_content {
	background-color: #fff5f5;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.form_label {
	background-color: #f7fcff;
	font-weight: bold;
	color: #0066CC;
	padding: 2px 5px 3px 5px;
}

td.form_content {
	background-color: #f7fcff;
	color:#003399;
	padding: 2px 5px 3px 15px;
	text-indent: 20px;
}

/*  Table Cell Login section */

td.login_address {
	color: #3698d1;
	margin: 7px 0 7px 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

td.login_address a{
	color: #0b5c89;
}

td.login_address a:hover {
	color: #999999;
}

/* Strip table section */
table.strip {
	width: 100%;
	border: 0;
	border-spacing: 0px;
}

table.strip td {
	background-color: white;
	padding: 0px;
}

table.strip table {
	width: 100%;
	border: 1px solid #7db5de;
	border-spacing: 2px;
}

table.strip table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.strip table td.no {
	text-align: center;
}

table.strip table tr:nth-child(odd) td {
	background-color: #def2ff;
}

table.strip table tr:nth-child(even) td {
	background-color: #f7fcff;
}

table.strip table th {
	padding: 5px 0px 5px 3px;
	background-color: #c4e9ff;
	text-align: center;
	font-size: 120%;
}


/* Paragraph section */

p.no_indent {
	margin: 0px;
	padding: 2px 0px 3px 3px;
}

p.indent {
	text-indent:30px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 3px;
}

/* Heading section */

h2 {
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 3px;
	font-weight: bold;
}

/* Image section */
td.general_content img {
	padding: 10px;
}

/* Link section */

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: darkred;
}

a.text_link {
	color: #00e;
}

a.text_link:hover {
	font-weight: bold;
	color: darkred;
}

a.text_link .text_link {
	display: inline-block;
	border: 1px dotted #d5f0fa;
	padding: 10px 0 10px 0;
	text-decoration: underline;
}

a.plain_text_link  {
	display: inline-block;
	border: 1px dotted #d5f0fa;
	padding: 10px 0 10px 0;
	text-decoration: none;
	color: #00e;
}

a.plain_text_link:hover {
	font-weight: bold;
	color: darkred;
}

a.box_link {
}

a.box_link:hover {
	font-weight: bold;
	color: white;
}

a.box_link .box_link {
	background-color: #ecfaff;
	display: inline-block;
	border: 1px solid #7db5de;
	padding: 5px 1px 5px 1px;
	margin: -2px 0px -2px 0px;
	text-decoration: none;
}

a.box_link .box_link:hover {
	background-color: #47cdff;
}


a.page_link {
}

a.page_link:hover {
	font-weight: bold;
	color: #ffffff;
}

a.page_link span.page_link {
	background-color: #ecfaff;
	display: inline-block;
	border: 1px solid #7db5de;
	padding: 5px 1px 5px 1px;
	margin: 0px;
	min-width: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

a.page_link span.page_link:hover {
	background-color: #47cdff;
}

span.page_selected {
	background-color: #47cdff !important;
	color: #ffffff;
}

/* List section */

ul {
	margin: 0px;
	padding-left: 40px;
	line-height: 12pt;
}

/* Horizontal rule section */
hr {
	height: 0px;
	width: 80%;
	color: #0033aa;
}

/* Button section */

.general_button {
	font-weight: bold;
	color: #0033aa;
	padding: 2px 5px 2px 5px;
}

/* span section */

span.red_color {
	color: #ff0000;
}

/* Footer section */

.footer {
	color: #3698d1;
}

.footer_content {
	height:105px;
	background-image:url(../images/footer_bg.png);
	clear:both;
}

.footer_text{
	font-size: 90%;
	color:#006699;
	padding:20px 20px 0px 20px;
}

.footer_link{
	font-size: 110%;
	font-weight: bold;
	color: #0c5f8d;
	text-decoration: none;
	margin:5px 5px 0px 5px;
	text-align:center;
}

.footer_copyright{
	color:#0c5f8d;
	text-align:center;
	padding-top:5px;
}

.footer_link a {
	color: #0b5c89;
	text-decoration: none;
}

.footer_link a:hover {
	color: #999999;
	text-decoration: underline;
}

.footer_link a:visited {
}

/* Header section */

.header{
	width:100%;
	height:138px;
	background-image:url(../images/header.png);
	background-color:#dff1f5;
	background-repeat: no-repeat;
	clear:both;
}

.header_left {
	position: absolute;
	left: 0px;
	width: 20px;
	height:115px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/content_l.png);
	background-repeat: no-repeat;
}

.header_content {
	margin: 0px 20px 0px 20px;
	padding:5px;
	height:100px;
	background-image:url(../images/content_bg.png);
	clear:both;
}

.header_right {
	float:right;
	position: absolute;
	right: 0px;
	width: 20px;
	height:115px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/content_r.png);
	background-repeat: no-repeat;
}

.header_search{
	text-align:right;
	padding:100px 0px 0px 0px;
}

/* Search section */

.search {
	border-style:solid;
	color:#006699;
	font-weight: bold;
	text-decoration: none;
}

#search_box {
	width:347px;
	height:37px;
	margin-right:20px;
	background-image:url(../images/seach_box.png);
	background-repeat: no-repeat;
}

.search_box {
	float: left;
	width: 170px;
	height: 22px;
	margin-top: 10px;
	margin-left: 100px;
	background-image: url(../images/search.png);
}

.search_button {
	width: 31px;
	height: 22px;
	margin-top: 10px;
	float: left;
}

.search_text {
	margin-left: 3px;
	margin-top: 1px;
	border: 0px;
	color: #006699;
	font-size: 110%;
}

/* Menu section */

.menu_icon {
	width:209px;
	height:100px;
	margin:5px;
	float:left;
}

.menu_icons {
	width:209px;
	height:45px;
	margin:0px 0px 2px 0px;
	clear:both;
}

.box_menu_top {
	background-image:url(../images/box-menu-top.png);
	width:210px;
	height:10px;
	margin:0px 6px 0px 25px;
}

.box_menu_1 {
	background-image:url(../images/box-menu-1.png);
	width:210px;
	height:29px;
	margin:0px 6px 0px 25px;
}
.box_menu_2 {
	background-image:url(../images/box-menu-2.png);
	width:210px;
	height:29px;
	margin:0px 6px 0px 25px;
}

.box_menu_bottom {
	background-image:url(../images/box-menu-button.png);
	width:210px;
	height:10px;
	margin:0px 6px 0px 25px;
}

div#menu_l {
	margin:0px;
}

div#menu_l ul {
	margin:0px 6px 0px 25px;
	padding: 0px;
	font-size: 110%;
	line-height: 29px;
	font-weight: bold;
}
div#menu_l li {
	list-style-type: none;
	height: 29px;
	width: 210px;
	font-weight: bold;
	text-align:center;
	background:url(../images/box-menu-1.png);
}

div#menu_l li a {
	height: 29px;
	width: 210px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background:url(../images/box-menu-1.png);
}

div#menu_l li a:link {
	color: #0a617b;
	font-weight: bold;
	background-color: #CCCCCC;
}

div#menu_l li a:visited {
	color: #0a617b;
	font-weight: bold;
	background-color: #CCCCCC;
}

div#menu_l li a:hover {
	font-weight: bold;
	color: #000000;
	background:url(../images/box-menu-2.png);
}

div#menu_l li a:active {
	font-weight: bold;
	color: #05556d;
	background-color: #666666;
}

.clear{
	clear:both;
}

.top {
	border-top: 1px solid #c3e8f1;
}

.content_header{
	width:auto;
}

/*menu header*/

.head_menu{
	margin:5px;
	white-space: nowrap;
}

.menu_bar{
}

.menu_bar ul{
	height:38px;
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
	overflow: hidden;
}

.menu_bar li{
	float:left;
	white-space:nowrap;
}

.menu_bar li a{
	color:#0e3064;
	display:block;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	padding:0px 25px 0px 25px;
}

.menu_bar li a:hover{
	background:url(../views/images/menuheader_bg_over.png) top left repeat-x;
	color:#000000;
}

.menu_bar li ul{
	background:#d0edf5;
	display:none;
	height:auto;
	/*filter:alpha(opacity=95);*/
	opacity:0.95;
	position:absolute;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}

.menu_bar li:hover ul{
	display:block;
}

.menu_bar li li {
	display:block;
	float:none;
	width:auto;
	margin:0px;
}

.menu_bar li ul a{
	display:block;
	font-style:normal;
	padding:0px 20px 0px 20px;
	text-align:left;
}

.menu_bar li ul a:hover{
	background:#75cfef;
	color:#000000;
	opacity:1.0;
	/*filter:alpha(opacity=100);*/
}

.menu_bar p{
	clear:left;
}

.custom-pagination {
    display: flex;
    list-style: none;
    gap: 4px;
    padding-left: 0;
}





/*menu header*/
.dropdown {
	float:left;
	padding-right:5px
}

.dropdown dt {
	width:188px;
	border:2px solid #9ac1c9;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/header.gif)
}

.dropdown dt:hover {
	background:url(../images/header_over.gif)
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}

.dropdown ul {
	width:204px;
	border:2px solid #9ac1c9;
	list-style:none;
	border-top:none
}

.dropdown li {
	display:inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:194px
}

.dropdown a:hover {
	background:#d9e1e4;
	color:#000
}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}

/* user guide section */
.user_guide {
	margin: 15px 0 0 25px;


}


.pagination {
    display: flex;
    justify-content: center; /* จัดให้อยู่ตรงกลาง */
    list-style: none;
    padding-left:  0;
}

.pagination li {
    margin: 0 5px;
    margin-top: 5px;
}




.mainSwiper {
    width: 100%;
    height: 400px;
    position: relative;
}

.thumbSwiper {
    height: 100px;
    margin-top: 10px;
}

.thumbSwiper .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    pointer-events: none;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007bff;
}

.swiper-slide img {
    width: 50%;
    height: 80%;
    object-fit: cover;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 9999 !important;
    color: #000;
}


