/***************************************
้ีิHUB Stylesheet by CMNice Solutions. *
***************************************/

/*** Reset Documents ***/
@import url('reset.css');


/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* INTRO */

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.intro-img-1 {
	display: block;
	width: 100%;
	height: 430px;
}

.intro-btn {
	border: 3px solid #fff !important;
	background-color: #a8a8a8 !important;
	color: #002157 !important;
}

.intro-btn .span1 {
	font-size: 22px;
}

.intro-btn .span2 {
	font-size: 14px;
}

/* WIDTH SETTING */

.container {
	width: 100%;
	height: auto;
	max-width: 1430px;
	display: block;
	margin: 0 auto;
	font-family: 'Kanit', sans-serif;

}

/* LOGO */
.logo-active {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	background: #866d2d;
	vertical-align: top;
}

.logo-active::after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 78.5px 0 78.5px;
	border-color: #866d2d transparent transparent transparent;
}

.logo-active img,
.logo-inactive img {
	display: block;
	margin: 15px auto;
}

.logo-inactive {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	vertical-align: top;
}


/* Lang */

.bg-boxlang {
    background-color: #F2F2F2 !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}

.bg-boxlang:hover {
    background-color: #F2F2F2 !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}



.nav-logo {
	display: block;
	position: relative;
	max-height: 100%;
	z-index: 10;
}

/* NAVIGATION */
.nav-bar {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	text-align: right;
}

.nav-bar p {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #6a590a;
	margin-bottom: 0;
}

.nav-bar p svg {
	font-size: smaller;
}

.nav-bar p img {
	vertical-align: middle;
	margin: 0 5px;
}

.search-contain button {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;

}

/* Main Menu */
.nav-list {
	width: 100%;
	height: 28px;
	position: relative;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	height: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.nav-list li::after {
	font: 15px/1 Tahoma;
	color: #fff;
	position: absolute;
	top: 6px;
	right: -15px;
	content: "/";
}

.nav-list li:last-child::after {
	display: none;
}

.nav-list li a {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.nav-menu {
	display: none;
}

/* Sub nav */
.nav-list>li>ul {
	width: 160%;
	min-width: 180px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding-top: 5px;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f4cb14 transparent;
	position: absolute;
	top: -3px;
	left: 10%;
	content: "";
}

.nav-list>li:hover>ul {
	display: block;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	display: none;
}

.nav-list>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #e6e1e0;
	padding: 5px;
}

.nav-list>li>ul>li:hover {
	background: #fff;
}

.nav-list>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>a {
	font-size: 16px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #000
}

.nav-list>li>ul>li>ul {
	width: 230px;
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 99;
	padding-top: 0;
}

.nav-list>li>ul>li>ul::before {
	display: none;
}

.nav-list>li>ul>li:hover>ul {
	display: block;
}

.nav-list>li>ul>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: left;
	background: rgba(255, 255, 255, .9);
	border-bottom: 2px dotted #005E20;
	padding: 5px;
}

.nav-list>li>ul>li>ul>li:hover {
	background: #f4cb14;
}

.nav-list>li>ul>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>ul>li>a {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

/* hassub */
.hassub,
.hassub ul {
	transition: all 0.1s;

}

/* Left menu  */
.left-nav-list li a.list-box-1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.6;
	color: #113F68;
	background-color: #CCCCCC;
}

.left-nav-list li a i {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1.4em;
}

/* Slider */
.slider-container {
	width: 100%;
	height: auto;
	position: relative;
}

.rslides {
	box-sizing: border-box;
	padding: 0px !important;
	background-color: #fff;
	width: 100%;
}

/* Header mobile */


.header-mb {
	background: #fff;
}

.header-mb p {
	font: 14px/1.4 'Kanit', sans-serif;
	color: #113F68;
	font-weight: 300;
}

.header-mb h1 {
	font: 28px/1.4 'Kanit', sans-serif;
	color: #113F68;
	font-weight: 300;
}
.sharethis{
	z-index: 9;
}

.mobile-logo {
	height: 88px !important;
}

/* Header */
.header-line {
	border-bottom:#907809 solid 1px;
	/* height: 5px; */
	width: 100%;
}
.header {
	width: 100%;
	height: auto;
	font-family: 'Kanit', sans-serif;
	/* position: absolute; */
	top: 0;
	z-index: 11;
	background-color: #fff;
}
.header p {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color:#113F68 ;
	/* line-height: 5px; */
}

.header h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	color:#c00202 ;
}

.header-intro {
	width: 100%;
	height: auto;
	z-index: 11;
	background: url(../images/bg-link.png) center no-repeat, linear-gradient(to right, transparent, #fff, transparent), #002157;
	background-position: center, bottom;
	background-size: cover, 100% 1px;
	background-repeat: no-repeat, no-repeat;
}

.header-contact-address {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address h1 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address h4 {
	font-size: 30px;
	/* font-family: 'kittithada_roman_55regular'; */
	line-height: 1;
	color: #000;
}

.header-contact-address p {
	font-size: 15px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address a,
.header-contact-address a:hover {
	color: #000;
	vertical-align: middle;
}

.lang {
	width: 30px;
	height: auto;
}

.flag-size-1 {
	font-size: 20px;
}
/* .regis-table th, td {
	border-bottom: 1px solid #EDEDED;
	border: 1px  solid #EDEDED !important;
}
.regis-table thead{
	font: 18px/1 'Kanit', sans-serif;
	color: #fff;
	background-color: #66B8AC;
	border-right: 1px  solid #EDEDED !important;
	padding: 15px;
	font-weight: 300;
	line-height: 2em;
} */
/* cart */
.cart-table {
    position: relative;
	border: 1px  solid #D1D1D1 !important;

}
.cart-table thead th {
    font: 18px/1 'Kanit', sans-serif;
    color: #fff;
	background-color: #66B8AC;
    border-right: 1px  solid #D1D1D1 !important;
	padding: 15px;
	font-weight: 300;
}
.cart-table tbody td,
.cart-table tbody td {
    font: 16px/1.2 'Kanit', sans-serif;
	border-bottom: 1px  solid #D1D1D1 !important;
	border-right: 1px  solid #D1D1D1 !important;
    color: #000;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Kanit', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #DF0000;
    color: #fff;
}
/* Hr line */
.hr-1 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(2, 129, 17, 0.7), rgba(0, 0, 0, 0));
}

/* Marquee */
.marquee-contain {
	background-color: #002157;
}

.marquee-contain marquee {
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
}

.marquee-contain marquee .fa-bullhorn {
	color: #c03a88;
	font-size: 20px;
}
/* main-manu */
.main-manu{
	/* background-color:#1F429E; */
	color: #113F68;
}

.menu-manu a:hover {
	color: #113F68;
}
.main-manu a {
	color: #113F68;
	font-size: 16px;
	text-decoration: none !important;
}
/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #113F68;
}



/* Nav icon */
.nav-icon-contain {
	/* background: url(../images/bg-link.png) center no-repeat, #002157; */
	background: #EEEEEE;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.nav-icon-contain p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #113F68;
}

.nav-icon-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #113F68;
	background-color: #BBCF44;
	width: 190px;
	height: 50px;

}

.nav-icon-contain a:hover button {
	background-color: #28650A;
	color: #113F68;



}

.nav-icon-item {
	position: relative;
}

.nav-icon-item a p {
	transition: all 0.5s;
}

.nav-icon-item a:hover p {
	color: #113F68 !important;
}

.nav-icon-item a img {
	width: 62px;
	transition: all 0.5s;
	z-index: 9;

}

.nav-icon-item a:hover img {
	transform: scale(1.2);
}

.nav-icon-item ul {
	width: 200px;
	display: none;
	/* display: block; */
	position: absolute;
	top: 27px;
	/* right: -30px; */
	z-index: 2048;
}

.nav-icon-item ul li:first-child::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;

}

.nav-icon-item ul li {
	width: 200px;
	border-bottom: 1px solid #d9d3d1;
	transition: all 0.2s;
	z-index: 2048;

}

.nav-icon-item ul li:nth-child(even) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:nth-child(odd) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li a {
	text-decoration: none;
	transition: all 0.2s;
	display: block;
	z-index: 2048;


}

.nav-icon-item ul li:hover {
	background: linear-gradient(90deg, #113F66 50%, #113F66 100%, #113F66 100%);
}

.nav-icon-item ul li:hover a {
	color: #fff !important;
}

/* Sub */
.nav-icon-item ul li ul {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 90%;
	transition: all 0.2s;
	opacity: 0;

}

.nav-icon-item ul li:hover ul {
	display: block;
	left: 100%;
	opacity: 1;
}

.nav-icon-item ul li:hover ul li:nth-child(even) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:hover ul li:nth-child(odd) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:hover ul li:hover {
	background: linear-gradient(90deg, #F5DD5F 100%, #F5DD5F 100%, #F5DD5F 100%);
}

.nav-icon-item ul li:hover ul li a {
	color: #343a40 !important;
	text-decoration: none;
	transition: all 0.2s;
}

.nav-icon-item ul li ul li:hover a {
	color: #000 !important;
}

/**/
.nav-icon-item ul li:hover ul li ul {
	display: none;
}

.nav-icon-item ul li ul li:hover ul {
	display: block;
}

.nav-icon-item ul li ul li:hover ul li a {
	color: #000;
}

.nav-icon-item ul li ul li ul li:hover a {
	color: #fff !important;
}

/* sub-menu */

.sub-menu {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
}

.sub-menu p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	color: #000;
	font-weight: 300;
	line-height: 1.5em;
}

.sub-menu h1 {
	font-size: 42px;
	font-family: 'Kanit', sans-serif;
	color: #000;
}

.sub-menu a:hover {
	color: #000;
}
.sub-menu a {
	color: #000;
	font-size: 18px;
	text-decoration: none !important;
	width: 100%;
	height: auto;
}


.topic-arr a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #66addf;
	background-color: #aad3f0;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.topic-arr a i {
	vertical-align: top;
}
.service {
	font-family: 'Kanit', sans-serif;
	/* line-height: 0.5; */
	color: #000;
}
.service h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
}
.service h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.service h3 span {
	display: block;
	font-size: 54px;
	font-family: 'Kanit', sans-serif;
	line-height: 0.5;
	margin-bottom: 0.2em;
}
/* Card Box */
.card-body * {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.card-body h1 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}
.card-body p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
}
.card-body label {
    font: 14px 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
}

.card-body a {
    font: 14px 'Kanit', sans-serif;
    color: #000;
}
.memberMenu li.active {background-color:#518C57}
.memberMenu li.active a {color:#FFF;font-weight:600}
/* privacy */
.privacy-content{
	/* background-color:#113F66 ; */
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	color: #000;
}

.privacy-content p{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}

.privacy-content h1{
	font-size: 28px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 2em;
	font-weight: 200;
	color: #000;
}

.privacy-content h2{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #fff;
}




/* about */
.about-content{
	/* background-color:#113F66 ; */
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	color: #000;
}

.about-content p{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}

.about-content h1{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 2em;
	font-weight: 200;
	color: #000;
}

.about-content h2{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #fff;
}

.about p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}
.about li {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
	list-style: none;
}

.about ol {
	list-style: none;
  	counter-reset: my-awesome-counter;
}
.about ol li{
	counter-increment: my-awesome-counter;
}

.about ol li::before {
	content: counter(my-awesome-counter) ". ";
	font-weight: bold;
  }

.about li::before {
	margin-right: 5px;
	line-height: 2em;
	content: "\00BB" "";
}

.about h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.about h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.about h3 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.about button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #1F237C;
}

/*Pay box*/
.pay-box p {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #000;
	line-height: 2em !important;
}
.pay-box h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.pay-box h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.pay-box h3 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}
.email-form {
    position: relative;
    margin-bottom: 30px;
	font-family: 'Kanit', sans-serif;

}
.email-form input[type="text"] {
    width: 100%;
    height: 30px;
    position: relative;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
    font: 16px SarabunNew;
    color: #333;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
}
.email-form textarea {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
    font: 16px SarabunNew;
    color: #333;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
    resize: none;
}
.email-form input[type="submit"] {
    width: 100%;
    height: 30px;
	font-family: 'Kanit', sans-serif;
	font-style: 16px;
    position: relative;
    border-radius: 3px;
    outline: none;
    color: #fff;
    border: none;
    background: #666;
}

/*cart-confirm*/
.cart-confirm p {
	font-size: 16px !important;
	font-family: 'Kanit', sans-serif;
	color: #000;
	line-height: 2em !important;
}
.cart-confirm h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.cart-confirm h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.cart-confirm h3 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}

.border1 { 
	border-top: 3px solid;
	padding: 5px;
	width: 80px;
	color: #F15144;
	/* border-image: linear-gradient(90deg, #ff9b62 70%,#1F237C 30%) 10;	 */
} 

/* news-home */
.news-home {
	background: url('../images/bg-news.png') center no-repeat;
    background-size: cover;
	/* background-attachment: fixed; */

	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	/* line-height: 1.4; */
	/* color: #1F237C; */

}

.news-home p {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	font-weight: 200;
	color: #fff;
}
.news-home h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: #fff;
}
.news-home button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #F4F4F4;
}

/* content-index */
.content-index {

	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	/* line-height: 1.4; */
	/* color: #1F237C; */

}

.content-index p {
	font-size: 18px !important;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	font-weight: 300;
	color: #000;
}
.content-index h1 {
	font-size: 38px;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: #0e1b4d;
}
.content-index h2 {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #0e1b4d;
}


.content-index a {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #0e1b4d;
	text-decoration: none;
}

.content-index button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #F4F4F4;
}



/* exhibition-content */
.exhibition-content {

	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	/* line-height: 1.4; */
	/* color: #1F237C; */

}

.exhibition-content p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	font-weight: 300;
	color: #000;
}
.exhibition-content h1 {
	font-size: 38px;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: #0e1b4d;
}
.exhibition-content h2 {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #0e1b4d;
}

.exhibition-content a {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #66B8AC;
	text-decoration: none;
}
.exhibition-content table {
    position: relative;
	border: 1px  solid #D1D1D1 !important;
	width: 100%;
}
.exhibition-content thead th {
    font: 18px/1 'Kanit', sans-serif;
    color: #fff;
	background-color: #66B8AC;
    border-right: 1px  solid #D1D1D1 !important;
	padding: 15px;
	font-weight: 300;
}
.exhibition-content tbody td,
.exhibition-content tbody td {
    font: 16px/1.2 'Kanit', sans-serif;
	border-bottom: 1px  solid #D1D1D1 !important;
	border-right: 1px  solid #D1D1D1 !important;
    color: #000;
}




/* promotion */
.promotion {
	background: url(../images/bg-package.png) center no-repeat;
	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	/* line-height: 1.4; */
	color: #1F237C;

}

.promotion p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}
.promotion h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.promotion button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #1F237C;
}
/* highlight */
.highlight-contain {
	background: #E2E2E2;
	z-index: auto;
	/* background: url(../images/bg-main-1.jpg) center no-repeat, #002157; */
}

.highlight-contain h1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
	color: #000;
}

.highlight-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
	color: #28650A;

}


.highlight-contain .nav-tabs {
	border-bottom: 0 !important;
}

.highlight-contain .nav-tabs .nav-item {
	background: none;
	border: 0;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: .25rem;
}

.highlight-contain .nav-tabs .nav-link {
	border: 0;
}

.highlight-contain .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #5b225e !important;
	color: #000 !important;
	border: 0;
}

.highlight-contain .nav-tabs .active a {
	background-color: #339900 !important;
	color: #fff !important;
	border: 0;
}

.highlight-contain button {
	background-color: #F3DB5E;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.highlight-contain a,
.highlight-contain a:hover {
	color: #000;
}

.highlight-contain .tabscontent {
	/* height: 500px; */
	height: auto !important;


}

/* procurement จัดซื้อจัดจ้าง */
.procurement-contain {
	background: #BBCF44;
	/* background: url(../images/bg-main-1.jpg) center no-repeat, #002157; */
}

.procurement-contain h2 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #5b225e;
	font-weight: bold;
}

.procurement-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
	color: #000;
}

.procurement-contain .nav-tabs {
	border-bottom: 0 !important;
}

.procurement-contain .nav-tabs .nav-item {
	background: none;
	border: 0;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: .25rem;
}

.procurement-contain .nav-tabs .nav-link {
	border: 0;
}

.procurement-contain .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #5b225e !important;
	color: #fff !important;
	border: 0;
}

.procurement-contain .nav-tabs .active a {
	background-color: #339900 !important;
	color: #fff !important;
	border: 0;
}

.procurement-contain button {
	background-color: #F3DB5E;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.procurement-contain a,
.procurement-contain a:hover {
	color: #000;
}

.procurement-contain .tabscontent {
	height: 100%;
	/* height: 500px; */
	/* height: auto !important; */


}

/* News */
.news-contain {
	font-family: 'Kanit', sans-serif;
}
.news-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	color: #3F3F42;
	line-height: 2em;
	font-weight: 300;
}
.news-contain h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;

}
.news-contain h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #040053;
	font-weight: 300;
	text-decoration: none !important;
}

.news-contain h3 {
	font-size: 38px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #000;
	font-weight: 200;
}

.news-contain h4 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
}
.news-contain h5 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
}
.news-contain a {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	text-decoration: none !important;
}

/* Research */
.research-contain {
	font-family: 'Kanit', sans-serif;
	background-color:#073f64;
}
.research-contain p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	color: #fff;
	line-height: 1.5em;
	font-weight: 300;
}
.research-contain h1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;

}
.research-contain h2 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;
	font-weight: 300;
	text-decoration: none !important;
}

.research-contain h3 {
	font-size: 38px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;
	font-weight: 200;
}

.research-contain hr{
	/* border: #EDEDEF dotted 2px !important; */
	background-image: linear-gradient(to right, #fff 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
}


.research-contain-line{
	border-bottom: #756d1d solid 2px !important;
	width: 530px;
}

.research-contain span {
	background-color: #907809;
	color: #fff;
}

.research-contain a {
	color: #fff;
	text-decoration: none !important;
}

/* aricle */
.aricle-contain {
	font-family: 'Kanit', sans-serif;
}
.aricle-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	color: #000;
	line-height: 2em;

}

.aricle-contain li {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
	list-style: none;
}

.aricle-contain ol {
	list-style: none;
  	counter-reset: my-awesome-counter;
}
.aricle-contain ol li{
	counter-increment: my-awesome-counter;
}

.aricle-contain ol li::before {
	content: counter(my-awesome-counter) ". ";
	font-weight: bold;
  }

.aricle-contain li::before {
	margin-right: 5px;
	line-height: 2em;
	content: "\00BB" "";
}
.aricle-contain h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #0D0093;
	line-height: 1.5em;

}
.aricle-contain h2 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #5A5A5A;
	text-decoration: none !important;
}
.aricle-contain h3 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
	text-decoration: none !important;
}
.aricle-contain h4 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #747272;
	text-decoration: none !important;
}
.aricle-contain hr{
	border: #EDEDEF solid 1px !important;
}
.aricle-contain button {
	/* background-color: #F3DB5E; */
	/* border: 1px solid #FBFBFB; */
	font-size: 18px !important;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}





.news-contain .nav-tabs {
	border-bottom: 0 !important;
}

.news-contain .nav-tabs .nav-item {
	background: none;
	border: 0;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	background-color: #BBCF44;
	border: 0px solid transparent;
	border-radius: .25rem;
}

.news-contain .nav-tabs .nav-link {
	border: 0;
}

.news-contain .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #F3DB5E !important;
	color: #000 !important;
	border: 0;
}

.news-contain .nav-tabs .active a {
	background-color: #28650A !important;
	color: #fff !important;
	border: 0;
}

.news-contain button {
	/* background-color: #F3DB5E; */
	border: 1px solid #FBFBFB;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #1F237C;
}

.news-contain a,
.news-contain a:hover {
	color: #000;
}

.news-contain .tabscontent {
	/* height: auto !important; */
	height: 100%;

}
.news-box,
.news-box button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.news-box p {
    font: 14px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 2em;
    font-weight: 300;
    color: #1F237C;
}
.news-box h1 {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
}
.news-box h2 {
    font: 14px 'Kanit', sans-serif;
    color: #797979;
    text-decoration: none !important;
}
.news-box h3 {
    font: 38px 'Kanit', sans-serif;
    color: #fff;
}
.news-box h4 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
}

/* room */
.room-contain {
	font-family: 'Kanit', sans-serif;
}
.room-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	color: #676767;
	line-height: 2em;
}

.room-contain li {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #676767;
	list-style: none;
}

.room-contain ol {
	list-style: none;
  	counter-reset: my-awesome-counter;
}
.room-contain ol li{
	counter-increment: my-awesome-counter;
}

.room-contain ol li::before {
	content: counter(my-awesome-counter) ". ";
	font-weight: bold;
  }

.room-contain li::before {
	margin-right: 5px;
	line-height: 2em;
	content: "\00BB" "";
}
.room-contain h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #0D0093;
	line-height: 1.5em;

}
.room-contain h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #F67704;
	text-decoration: none !important;
}
.room-contain h3 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	text-decoration: none !important;
}
.room-contain h4 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #0D0093;
	text-decoration: none !important;
}
.room-contain h5 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	color: #676767;
	line-height: 1.5em;
}
.room-contain hr{
	border: #EDEDEF solid 1px !important;
}
.room-contain button {
	/* background-color: #F3DB5E; */
	/* border: 1px solid #FBFBFB; */
	font-size: 18px !important;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}





/* document */
.document-contain {
	background: #E2E2E2;
	/* background: url(../images/bg-main-1.jpg) center no-repeat, #002157; */
}

.document-contain h2 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	/* font-weight: bold; */
}

.document-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
	color: #000;
}

.document-contain .nav-tabs {
	border-bottom: 0 !important;
}

.document-contain .nav-tabs .nav-item {
	background: none;
	border: 0;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: .25rem;
}

.document-contain .nav-tabs .nav-link {
	border: 0;
}

.document-contain .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #28650A !important;
	color: #fff !important;
	border: 0;
}

.document-contain .nav-tabs .active a {
	background-color: #336699 !important;
	color: #fff !important;
	border: 0;
}

.document-contain button {
	background-color: #F3DB5E;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.document-contain a,
.document-contain a:hover {
	color: #28650A;
}

.document-contain .tabscontent {
	/* height: 100%; */
	/* height: 600px; */
	height: auto;

}

/**/
.news-detail-contain {
	background-color: #f8f8f8;
}

.news-img {
	width: 100%;
	height: 488px;
}

/* .news-list-item {
	background-image: linear-gradient(to right, #fff 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
} */

.news-list-item h4 {
	font-size: 16px;
	line-height: 1;
	color: #000;

}

.news-list-item span {
	background-color: #907809;
	color: #fff;
}

/* Link อปท */
.link-contain {
	background-color: #CFCFCF;


}

.link-contain h2 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	/* font-weight: bold; */
}

.link-contain h4 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.link-contain h3 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	/* font-weight: bold; */
}

.link-contain p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.2;
	color: #000;
}


/* Link */
.link-contain-2 {

	background-color: #fff;

}

.link-contain-2 h2 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	/* font-weight: bold; */
}

.link-contain-2 h4 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.link-contain-2 h3 {
	font-size: 18px;
	font-family: 'kanitbold';
	line-height: 1;
	color: #000;
	font-weight: bold;
}

.link-contain-2 p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.2;
	color: #000;
}


.link-block-2 {
	/* display: inline-block; */
	font-family: 'Kanit', sans-serif;
	/* width: 10%;
	vertical-align: top; */
}

.link-block-2 a p {
	transition: all 0.5s;
	color: #1F237C;
	font-size: 14px;

}

.link-block-2 a:hover p {
	color: #1F237C !important;
}

.link-block-2 img {
	transition: all 0.5s;
}

.link-block-2:hover img {
	transform: scale(1.1);
}

.link-block-2 a img {
	width: 40px;
	transition: all 0.5s;
}




/* Board */
.board-contain {
	background-color: #f0f0f0;
}

.board-contain h2 {
	font-size: 24px;
	font-family: 'kanitbold';
	line-height: 1;
	color: #5b225e;
	font-weight: bold;
}

.board-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

/* List */
.list-box-1-topic {
	background-color: #BBCF44;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.8;
}

.list-box-1-topic h1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.8;
	color: #000;
}

.list-box-1 {
	/* background-color: #f8f8f8; */
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.6;
	color: #000;
	/* border-bottom: 1px solid #d9d3d1; */
}

.list-box-2 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.6;
	color: #000;
	/* border-bottom: 1px dotted #ccc; */
}

.list-box-1 a,
.list-box-2 a {
	color: #000;
	transition: all 0.5s;
	text-decoration: none !important;
}

.list-box-1 a,
.list-box-2 a {
	transition: all 0.5s;
}

.list-box-1 a i {
	font-size: 8px !important;
	line-height: 3.3em !important;
	vertical-align: top !important;
}

.list-box-2 a:hover {
	color: #28650A !important;
}

.list-box-1 a:hover {
	color: #28650A
}

.list-topic {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.list-box-3 ol {
	list-style: disc;
	list-style-position: inside;
}



.list-box-3 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.6;
	color: #fff;
	border-bottom: 2px dotted #fff;
}

.list-box-3 a {
	color: #000;
	transition: all 0.5s;
}

.list-box-3 a p {
	transition: all 0.5s;
}


.list-box-3 a:hover p {
	color: #000 !important;
}

.list-box-3 ol {
	list-style: disc;
	list-style-position: inside;
}

.angle-arrow-1 {
	font-size: 11px;
}

/* 
.btn-download {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
/* line-height: 1; */
/* } */

*/

/* Youtube */
.video-box-img1 {
	height: 380px;
}

.video-box-img2 {
	height: 140px;
}

/* RSS Feed */
.rss-feed {
	background-color: #003366;
}

.rss-feed h3 {
	font-size: 18px !important;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.rss-feed p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.3;
}

/* Banner */
.link-banner h1{
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #061654;
	font-weight: 200;
	border-bottom: #876600 solid 2px !important;
}

/* bg grad */
.bg-grad-1 {
	background: linear-gradient(to right, transparent, #fff, transparent), #002157;
	background-position: bottom;
	background-size: 100% 1px;
	background-repeat: no-repeat;
}

.bg-grad-2 {
	background: url(../images/bg-link.png) center no-repeat, linear-gradient(to right, transparent, #fff, transparent), #002157;
	background-position: center, bottom;
	background-size: cover, 100% 1px;
	background-repeat: no-repeat, no-repeat;
}

.bg-grad-3 {
	background: linear-gradient(to right, transparent, #fff, transparent), url(../images/bg-main-1.jpg) center no-repeat, #002157;
	background-position: bottom, center;
	background-size: 100% 1px, cover;
	background-repeat: no-repeat, no-repeat;
}

/* Img box */
.img-box-1 {
	height: 435px;
}

.img-box-2 {
	height: 200px;
}
.slide-text-contain h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

/* about-page */
.article-contain {
	background: url('../images/bg-about-bat.jpg') center no-repeat;
    background-size: cover;
}

.article-contain h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.article-contain h2 {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.article-contain h3 {
	font-size: 30px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	margin-bottom: 0;
}

.article-contain p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #666666;
}
.article-contain a {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff !important;
	text-decoration: none;
	
}
.article-contain-bat {
	background: url('../images/bg-about-hub.jpg') center no-repeat;
    background-size: cover;
}

.article-contain-bat h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.article-contain-bat h2 {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.article-contain-bat h3 {
	font-size: 30px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	margin-bottom: 0;
}

.article-contain-bat p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #666666;
}
.article-contain-bat a {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff !important;
	text-decoration: none;
	
}
/* regis-page */
/* .regis-contain {
	background: url('../images/bg-about-bat.jpg') center no-repeat;
    background-size: cover;
} */

.regis-contain h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #FF2600;
	font-weight: 300;
}

.regis-contain h2 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}

.regis-contain h3 {
	font-size: 48px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	font-weight: 200;
	color: #fff;
	margin-bottom: 0;
}

.regis-contain p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	color: #666666;
}
.regis-contain a {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #666666 !important;
	text-decoration: none;
	
}
/* download page */

.download-contain p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	/* line-height: 2em; */
	color: #fff;
}
.download-contain button {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	/* line-height: 2; */
	color: #fff !important;
	text-decoration: none;
	
}


/* Footer */
.footer-content {
	background: url('../images/bg-footer.png') center no-repeat;
    background-size: cover;
}

.footer-content h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.footer-content h2 {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.footer-content h3 {
	font-size: 30px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	margin-bottom: 0;
}

.footer-content p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 0;
}

.footer-content a {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}

.footer-content a:hover {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff;
	margin-bottom: 0;
}

.footer-content-line {
	border-top:#fff solid 1px;
}

.visiter {
	background-color: #CFCFCF;
	color: #000;
	border: 1px solid #BBCF44;
	text-align: center;

}

.visiter h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
}

.visiter p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.visiter a {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.btn-download {
	background-color: #339900;
	font: 16px/1 Tahoma;
	color: #fff;
	cursor: pointer;
}


.footer {
	width: 100%;
	height: auto;
	background: #BBCF44;
	position: relative;
}

.footer p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	vertical-align: middle;
}

.footer p a {
	color: #000;
	text-decoration: none;
}

.footer img {
	display: block;
}

.flex-direction-nav a {
	line-height: normal;
}

.btn-search {
	margin-left: -5px;
	margin-top: -5px;
	line-height: 1.65;
}

/* portfolio-block */
.portfolio-block .img {
	width: 100%;
	height: 230px;
	transition: all 0.5s;
}

.portfolio-block:hover .img {
	opacity: 0.5;
}

/* vocab-contain */
.vocab-contain {
	width: 100%;
	height: 100px;
	background: url(../images/bg-vocab.png) top center no-repeat;
	background-size: 100% 100%;
	font-family: 'Kanit', sans-serif;
}

/* cookie_setting */
.cookie_setting {
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	line-height: 1;
}

.cookie_setting p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	line-height: 2em;
}
.cookie_setting h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
}
.cookie_setting h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	/* font-weight: 300; */
}
.cookie_setting h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	/* font-weight: 300; */
}
.cookie_setting button {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
}

.cookie_setting button,
.cookie_setting button.btn-sm {
	line-height: 1 !important;
}

.modal-title {
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.font-bold {
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

/* Popup */
/* .popup-contain {
	font-family: 'kanitregular';
} */

/* Sticky Nav */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/* .sticky {
	
	height:36px;
	position: fixed;
	top: 0;
	width: 100%;
	
} */

/* Swiper*/
.swiper-arrow-contain {
	width: 50px !important;
	height: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
	width: 20px;
	height: 20px;
	border: 1px solid #66addf;
	background-color: #aad3f0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
	left: 0;
}

.swiper-arrow-contain .swiper-button-next {
	right: 0;
}

:root {
	--swiper-navigation-size: 10px !important;
}

/* User setting */
/* .theme-font {
	font-family: 'kanitregular';
} */

.theme-font button {
	cursor: pointer;
}

.theme-font-s {
	font-size: 10px !important;
}

.theme-font-m {
	font-size: 12px !important;
}

.theme-font-l {
	font-size: 14px !important;
}

.col-lg-5 {
	width: 19.5% !important;
	display: inline-block;
}

/* Pager */
.paginate-pagination {
	list-style: none;
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-family: 'Kanit', sans-serif;
}

.paginate-pagination ul {
	display: inline-block;
}

.paginate-pagination ul li a.active {
	opacity: 1 !important;
	background-color: #663366 !important;
	color: #fff !important;
}

/* Quick pager */
ul.simplePagerNav {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0.8em;
}

ul.simplePagerNav li {
	min-width: 1.5em;
	display: inline-block;
	margin: 0.2em 0.2em;
	background-color: #fff;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	transition: all 0.5s;
}

ul.simplePagerNav li a {
	padding: 0 0.5em;
	color: #666;
}

ul.simplePagerNav li.currentPage {
	background-color: #28650A;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}

/* Pager */
.paging {
	display: block;
	text-align: center;
}

.paging a {
	font-family: 'Kanit', sans-serif;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
}

.paging span {
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
}

.paging span.current {
	background-color: #28650A;
	color: #000;
}

.paging span.disabled {
	background-color: #fff;
	color: #000;
}

/**/
#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.85;
	background-color: #000;
	z-index: 99;
	transition: all 2s;
}

#loading-image {
	width: 100px;
	z-index: 100;
}

.social-logo {
	width: 40px;
	height: auto;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9;
}

.social-logo a img {
	transition: all 0.5s;
}

.social-logo a:hover img {
	transform: scale(1.2);
}

button {
	cursor: pointer;
}

.clearfix {
	clear: both;
}