body {
    color: #797979;
    background: #ffffff;
    font-family: 'Sarabun', sans-serif;
		font-size: 20px;
		color: #222222;
}

h1, h2, h3, h4, h5, h6 {

	font-family: 'Anantason',sans-serif;
}

.headertop {

	background: #FFF;
	z-index: 9999;
}

#sec-search{
	background: #EEEEEE;
	padding: 15px 20px;
}

.box-list {
	padding: 10px;
	border:1px solid #CCCCCC;
	margin-top: 5px;

	border-radius: 0px !important;
	margin-bottom: 10px;

}

.bgpurple {
	background:#6250D9 ;
	color: #FFFFFF;
	padding: 30px;
	border-radius: 4px; 
	margin-bottom: 3px;
}

.remark{
  font-size: 16px;
}

.bg--warning{
  padding: 5px 10px;
  background: #B30C3B;
  border-radius: 4px;
  color: #FFF;
}

.bgBlue {
	background:#501766 ;
	color: #FFFFFF;
	padding: 15px;
	margin-bottom: 3px;
	/* font-size: 16px;
	border-radius: 4px; */
}

.bgHead {
	background:#501766 ;
	color: #FFFFFF;
	padding: 35px 25px 20px 25px;
}

.bgBlue h1  h3{
	padding: 5px;
	color: #FFFFFF;
	font-weight: 600;
}
.bgWhite{
	background:#FFF ;
	color: #023C99;
	font-size: 14px;
	padding: 15px;

}
.bgGreen{
	background:#14B37B;
	color: #FFF;
	font-size: 16px;
	padding: 15px;
    border-radius: 4px;
    margin-bottom: 3px;
}
.bgGreen h3{
	color: #FFF;
	font-weight: 600;
}
.bgYallow{
	background:#F5CF02;
	font-size: 16px;
	padding: 15px;
    border-radius: 4px;
}
.padding20{
	padding: 20px;
}
.text-right{
	text-align: right;
}
.boxGroup{
	border:2px solid #EEEEEE;
	padding: 10px 20px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 0px;
}
#pagetitle {
    background-color: #213259;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
#pagetitle .page-title {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
#pagetitle .page-title {
    line-height: 52px;
}
#pagetitle.page-title {
    background: #023C99;
		background-size: cover;
}
#pagetitle .page-title-inner {
    position: relative;
    z-index: 3;
    text-align: center;
}
#pagetitle {
    background-color: rgb(33, 50, 89);
    padding: 150px 0px;
    position: relative;
		top: 90px;
}
#pagetitle::before {
    z-index: 1;
    background-color: rgba(24, 24, 91, 0);
}

#pagetitle::after {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}

#pagetitle::before, #pagetitle::after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#sec-head{
	padding: 2.5em;
	text-align: center;
	background: url(../images/960-scaled.jpg)center ;
}
.header-title{
	height: 80px;
}
.header-title h1{
	margin-top: 80px;
	color: #FFFFFF;
	font-weight: 600;
}

#sec-content{

	padding: 20px 20px;
	background: #f3f3f4;
}
.bgw{
	background: #FFFFFF;
	margin-top: 0px;
}
.bgg{
	background: #eeeeee;
}
.padding20 {
	padding: 20px;
}
.border-rd5{
	border-radius: 5px;
}
.borderl{
	border: 1px solid #EEEEEE;
}
.bold{
	font-weight:700;
}
.shadow {
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.15)!important;
}
.cms-heading-layout1 {
	font-size: 30px;
}
.cms-heading-layout1 .heading-divider {
    min-width: 100%;
    display: inline-block;
    height: 3px;
    position: relative;
    z-index: 1;
}
.cms-heading-layout1 .heading-divider .heading-line1 {
    width: 100px;
    height: 5px;
    display: inline-block;
    background-color: #c9161c;
    vertical-align: top;
}
.cms-heading-layout1 .heading-divider .heading-line2 {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #dedede;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.btn-send{
	background: #c9161c;
	padding: 10px 20px;
	text-align: center;
	color: #FFF;
	border:1px solid #c9161c;
	font-size: 20px;
	border-radius: 0px;
}
.btn-send:hover{
	background: #ffffff;
	padding: 10px 20px;
	text-align: center;
	color: #c9161c;
	border:2px solid #c9161c;
	font-size: 20px;
	border-radius: 0px;
}
body {
	font-size: 14px;
}

.longdo-map {
	height: 100px;
}

.textPrimary {
	color: #023C99;
}

.bgPrimary {
	background: #023C99;
	color: #fff;
}

.vertAlign {
	vertical-align: middle;
}

.marginH {
	margin-bottom: -8px;
}

.showTbl:hover {
	cursor: pointer;
}
.btn-search{
	background: #ffffff;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #444;
	font-size: 16px;
	border-radius: 5px;
}
.f-right {
    text-align: right;
}
.borderR {
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 5px;
}

@media (min-width: 768px) {
	.longdo-map {
		height: 400px;
	}
}

@media (min-width: 1440px) {
	.longdo-map {
		height: 500px;
	}
}