body {
  font-family: 'Sarabun', cursive !important;
  font-size: calc(0.7em + 0.5vw) !important;
  line-height: calc(0.8em + 0.5vw) !important;
}
body.font-sm {
  font-size: calc(0.4em + 0.5vw) !important;
  line-height: calc(0.5em + 0.5vw) !important;
}
body.font-md {
  font-size: calc(1em + 0.5vw) !important;
}
body.font-lg {
  font-size: calc(1.2em + 0.5vw) !important;
  line-height: calc(1.2em + 0.5vw) !important;
}
figure {
  margin-bottom: 15px;
}
.form-control {
  height: auto !important;
  margin-bottom: 0px !important;
}
.hint-block {
  font-size: smaller;
  color: #999;
}
strong.contact-pad {
  padding-bottom: 70px;
}
header .top-bar .slidedown {
  border-bottom: 1px solid #b8bde4;
}
@media (max-width: 767px) {
  header .top-bar {
    padding: 0px !important;
  }
  header .top-bar .logo {
    text-align: center;
    height: auto;
  }
}
#login-frm .form-control {
  height: auto;
}
@media (max-width: 979px) and (min-width: 768px) {
  .mobile.navbar-header {
    margin: -100px 0 0 92.5% !important;
  }
}
.logo img {
  width: 84px;
  margin: 0 0.5em;
  margin-top: -0.5em;
  float: left;
}
.logo h1 {
  font-size: calc(1.2rem + 1vw);
  line-height: 1em;
}
.logo h1 a {
  margin-top: 16px;
}
.logo h1 small {
  font-size: smaller;
}
.logo h2 {
  font-size: calc(1rem + 1vw);
  color: #999;
}
.thumb-inline {
  margin: 3px;
  border: 2px solid #ffffff;
  max-height: 64px;
  -webkit-box-shadow: 1px 1px 2px 0px #dedede;
  -moz-box-shadow: 1px 1px 2px 0px #dedede;
  box-shadow: 1px 1px 2px 0px #dedede;
}
#calendar-box {
  background: url(../images/calendar-bg.jpg) no-repeat 0 20%;
}
body .menu ul > li > a {
  font-size: 1.1em;
}
.clearfix {
  clear: both;
}
header .fontsize {
  margin-right: 4px;
  line-height: 30px;
  padding-left: 0;
}
header .fontsize li {
  font-size: 16px;
  border-right: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin-right: 5px;
  width: 40px;
  text-align: center;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  padding: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prompt', sans-serif !important;
  /*
  font-family: 'K2D', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Prompt', sans-serif;
  */
}
body h2 {
  font-size: 2.1em;
}
body h3 {
  font-size: 1.7em;
}
body h4 {
  font-size: 1.4em;
}
.main-pane h3 {
  color: #7562a1;
}
.post-item {
  margin-bottom: 15px;
}
.post-content {
  padding: 15px;
}
.post-content-sm {
  font-size: 0.8em;
  padding: 5px 10px;
}
.main-pane {
  min-height: 200px;
}
.related-link-item {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 1px 1px 2px 0px #dedede;
  -moz-box-shadow: 1px 1px 2px 0px #dedede;
  box-shadow: 1px 1px 2px 0px #dedede;
}
.fullcalendar h2 {
  font-size: 24px;
  margin: 0;
}
.fullcalendar .fc-day-header {
  background-color: #ddedfb;
}
#header div.main-header {
  /*background: #fff url(../images/header-bg-sm.jpg) no-repeat 0 25%;*/
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 73%, #83cddd 94%, #2257c3 100%);
}
.mobile.navbar-header .navbar-toggle {
  margin-left: 15px;
}
.h-box {
  background: #3453ab;
  background: linear-gradient(0deg, #3453ab 26%, #5b84e0 89%, #2257c3 100%);
  border-bottom: 2px solid #4698ff;
}
.h-box h3 {
  color: #d9f1ff;
  margin: 6px 0;
}
.h-box h3 .title-icon {
  margin-right: 8px;
}
.bg-light {
  background: #f6f6f6;
}
header .social li.instagram:hover {
  background-color: #D7005A;
}
header .social li.line:hover {
  background-color: #00B900;
}
footer .social li i {
  font-family: "Font Awesome 5 Brands";
}
footer .social li.instagram:hover {
  background-color: #D7005A;
}
footer .social li.line:hover {
  background-color: #00B900;
}
/* mixin for multiline */
.text-clamp-2 {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  height: 3em;
}
.text-clamp-2:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
.text-clamp-2:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.text-clamp-3 {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  height: 4.5em;
}
.text-clamp-3:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
.text-clamp-3:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.text-clamp-4 {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  height: 6em;
}
.text-clamp-4:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
.text-clamp-4:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.post-item .post-img img,
.post-item .post-img {
  overflow: hidden;
}
.post-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-img img {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-content {
  background-color: #ffffff;
}
div.our-clients {
  padding: 20px 0;
}
#mainmenu,
#usermenu {
  margin-top: 10px !important;
}
#mainmenu > li > a,
#usermenu > li > a {
  font-weight: bold;
  text-align: center;
  color: #384fa0;
  font-size: 1.4rem;
}
#mainmenu > li > a:hover,
#usermenu > li > a:hover {
  color: #384fa0;
}
.mainmenu-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px !important;
}
@media (min-width: 980px) {
  #mainmenu > li > a,
  #usermenu > li > a {
    padding: 22px 14px 10px 14px !important;
  }
}
@media (max-width: 979px) {
  #mainmenu li > a,
  #usermenu li > a {
    text-align: left;
  }
  .mainmenu-icon {
    font-size: 1.5rem;
    display: inline-block;
    width: 32px;
    margin-right: 3px !important;
  }
}
#main .fullwidthbanner-container {
  visibility: visible;
}
#search-modal .form-group {
  margin-bottom: 0;
}
#search-modal .form-group .form-control {
  height: auto;
}
#search-modal .form-group select.form-control {
  padding: 6px 12px;
}
.social-share {
  list-style: none;
  margin: 15px 0;
}
.social-share li {
  float: right;
}
.social-share a {
  display: inline-block;
  font-size: 2.5rem;
  margin: 0px 2px;
}
.content-export {
  padding: 0;
  list-style: none;
}
.content-export li {
  float: left;
}
.content-export a {
  display: inline-block;
  font-size: 2.5rem;
  margin: 0px 2px;
}
.video-box {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 14px 14px 70px 14px;
  background-image: url(../images/monitor.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video-box {
    background: none;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-box {
  background-color: #fdf9ff;
  border: 1px solid #b7b1d6;
  padding: 1em;
}
.new-badge {
  height: 24px;
}
.menu ul ul {
  width: auto !important;
}
.btn-feedback {
  position: fixed;
  top: 0;
  right: 15px;
}
.font-sm {
  font-size: small;
}
.font-xs {
  font-size: smaller;
}
.mb-2 {
  margin-bottom: 20px;
}
.h-item-row {
  padding: 5px;
  margin: 5px;
  border: 1px solid #eee;
}
.h-item-row .col-md-4,
.h-item-row .col-md-8 {
  padding: 5px;
}
.list-view .empty {
  border: 1px solid #eee;
  margin: 10px;
  padding: 10%;
  text-align: center;
}
.nav.nav-tabs li.active a {
  font-weight: bold;
  background: #d9efff;
}
.margin-top10 {
  margin-top: 10px;
}
#services {
  margin-top: 20px;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.valign-middle {
  vertical-align: middle !important;
}
tr.choice-row.has-error {
  background-color: #ffe7e7;
}
tr.choice-row .choice-td.active {
  background-color: #deffa2;
}
.list-no-style {
  list-style: none;
}
.list-inline li {
  display: inline-block;
  margin-right: 1.5rem;
}
.ballot {
  font-size: 2rem;
  vertical-align: central;
}
.ballot.active {
  font-weight: bold;
  color: #21a600;
}
/*# sourceMappingURL=style.css.map */