/*================== VARIABLE ==================*/
/* COLOR */
/* FONTS */
/*================== MIXIN CLASS ==================*/
.box-shadow {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
}
.box-shadow-1 {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}
.shadow-in {
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.tx-1 {
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
}
.line {
  width: 100%;
  display: table;
  margin: 5px 0 10px;
  height: 1px;
  background: #fff;
}
.line.center90 {
  margin: 5px auto 10px;
  width: 90%;
}
.color-1 {
  color: #0343a4;
}
.color-2 {
  color: #fff !important;
}
.color-3 {
  color: #464646;
}
.f-red {
  color: #dd0302;
}
.f-bold {
  font-weight: bold;
}
.f-upper {
  text-transform: uppercase;
}
.mgt0 {
  margin-top: 0px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb5 {
  margin-bottom: 5px;
}
.mgr-15 {
  margin-right: 15px !important;
}
.p-custom {
  margin-bottom: 0;
  text-align: justify;
  line-height: 21px;
}
.p-custom-2 {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 22px;
}
.p-custom-3 {
  margin-bottom: 0;
  text-align: left;
  line-height: 21px;
}
.lh20 {
  line-height: 20px;
}
.pd0 {
  padding: 0 !important;
}
.pdl-0 {
  padding-left: 0 !important;
}
.pdr-0 {
  padding-right: 0 !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.wrapper-bg {
  padding-top: 50px;
  min-height: 600px;
  width: 100%;
 background: url(../img/services/bg-content.png) center top repeat-y;
  position: relative;
  margin-bottom: -10px;
}
.space50 {
  display: table;
  height: 50px;
  width: 100%;
}
.space80 {
  display: table;
  height: 80px;
  width: 100%;
}
.bg-row {
  position: absolute;
  left: 0;
  top: 33px;
  max-width: 1920px;
  width: 100%;
}
.bg-row img {
  width: 100%;
  height: 43px;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.fc-event:hover,
a.fc-event:focus {
  color: #eee;
}
h3.head-1 {
  margin: 0;
  position: relative;
  font-size: 26px;
  font-family: THSarabun_Bold;
  z-index: 100;
}
h3.head-2 {
  margin: 0;
  position: relative;
  font-size: 22px;
  font-family: THSarabun_Bold;
  z-index: 100;
}
h3.tab-blue {
  background: url(../img/letter/tab-blue.png) 0 0 no-repeat;
  height: 33px;
  width: 100%;
}
h3 .mail {
  content: "";
  background: url(../img/letter/icon-mail.png) 0 0 no-repeat;
  width: 27px;
  height: 20px;
  position: absolute;
  left: 45px;
  top: 7px;
}
h3 .gear {
  content: "";
  background: url(../img/icon-gear.png) 0 0 no-repeat;
  width: 33px;
  height: 29px;
  position: absolute;
  left: 45px;
  top: 0px;
}
span.style-1 {
  display: block;
  font-size: 19px;
  font-family: THSarabun_Bold;
  z-index: 100;
}
span.style-2 {
  display: block;
  font-size: 18px;
  font-family: THSarabun;
  z-index: 100;
}
span.date {
  font-family: THSarabun;
  display: inline-block;
  float: right;
  font-size: 20px;
  color: #333;
}
.link-1 {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: THSarabun_Bold;
  position: relative;
  z-index: 100;
  font-size: 26px;
}
.button-control {
  position: relative;
  display: block;
  width: 100%;
}
.button-control .button {
  display: inline-block;
  border-radius: 5px;
  font-family: THSarabun_Bold;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}
.button-control .button:hover {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 0.7;
}
.button-control .button a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  padding: 0 12px;
  display: block;
  color: #111111;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}
.button-control .button a i.back {
  display: inline-block;
  background: url(../img/news/icon-back.png) 0 0 no-repeat;
  position: relative;
  width: 5px;
  height: 9px;
  margin-right: 5px;
}
.button-control .button a i.user {
  display: inline-block;
  background: url(../img/news/icon-user.png) 0 0 no-repeat;
  position: relative;
  margin-left: 5px;
  width: 13px;
  height: 13px;
}
.button-control .button a i.confirm {
  display: inline-block;
  background: url(../img/news/icon-confirm.png) 0 0 no-repeat;
  position: relative;
  margin-right: 5px;
  width: 9px;
  height: 7px;
}
.button-control .button a i.confirm.white {
  background: url(../img/news/icon-confirm-2.png) 0 0 no-repeat;
}
.button-control .button a i.cancle {
  display: inline-block;
  background: url(../img/news/icon-cancle.png) 0 0 no-repeat;
  position: relative;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.button-control .button a i.refresh {
  display: inline-block;
  background: url(../img/news/icon-refresh.png) 0 0 no-repeat;
  position: relative;
  margin-left: 5px;
  width: 14px;
  height: 13px;
}
.button-control .button.more-1 {
  background: #ffcc00;
}
.button-control .button.more-2 {
  background: #195bbf;
}
.button-control .button.right {
  float: right;
}
.cloud {
  display: none;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  max-width: 1920px;
}
.cloud img {
  width: 100%;
}
/* ================== CHECKBOX ================== */
.roundedOne {
  width: 16px;
  height: 16px;
  background: none;
  float: left;
  margin: 0;
}
.roundedOne label {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  background: none;
}
.roundedOne label::after {
  box-shadow: none;
  height: 12px;
  width: 12px;
  background: #363636;
  left: 0;
  top: 0;
}
.squaredThree {
  margin: 0;
}
.squaredThree label {
  width: 17px;
  height: 17px;
  left: 0;
  top: 6px;
}
.check-control {
  margin: 30px auto 0;
  max-width: 490px;
  padding-left: 100px;
}
.check-control .check-box .roundedOne {
  float: left;
  margin-top: 7px;
}
.check-control .check-box > label {
  display: inline-block;
  margin-left: 15px;
  font-size: 19px;
  font-family: THSarabun_Bold;
  color: #363636;
  font-weight: normal;
  cursor: pointer;
}
.check-control .check-box .squaredThree {
  float: left;
  margin-right: -4px;
  line-height: 0;
}
.check-control .check-box .squaredThree > label {
  display: inline-block;
  font-size: 19px;
  font-family: THSarabun_Bold;
  color: #363636;
  font-weight: normal;
  cursor: pointer;
}
/*================ START MAIN CSS ================*/
body {
  max-width: 1920px;
  background: #ffffff url(../img/bg.jpg) center top no-repeat;
  width: 100%;
  font-family: THSarabun;
  font-size: 19px;
  color: #111111;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.container {
  width: 988px;
  max-width: none !important;
}
/* ============= PAGINATION ============= */
.icon {
  position: relative;
}
.icon.prev,
.icon.next {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.icon.prev {
  background: url(../img/pagination-left.png) center 0 no-repeat;
  float: right;
}
.icon.prev:hover {
  opacity: 0.7;
}
.icon.next {
  background: url(../img/pagination-right.png) center 0 no-repeat;
  float: left;
}
.icon.next:hover {
  opacity: 0.7;
}
.icon.head {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.pagination-control {
  width: 100%;
  text-align: right;
  position: relative;
  height: 40px;
}
.pagination-control .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pagination {
  font-family: db_helvethaica_x45_li;
  position: relative;
  margin: 0 0 10px;
  text-align: center;
}
.pagination.services {
  margin-right: 15px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.pagination ul li {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  float: left;
  border-radius: 12px;
}
.pagination ul li:hover {
  background: #195bbf;
}
.pagination ul li:hover a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.pagination ul li:first-child,
.pagination ul li:last-child {
  background: none;
  border-radius: 0;
}
.pagination ul li.active {
  background: #195bbf;
}
.pagination ul li.active a {
  color: #fff;
}
.pagination ul li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  color: #555555;
  font-size: 18px;
}
.pagination > span {
  color: #0343a4;
  display: inline-block;
  vertical-align: top;
}
/* =================== ACCORDION =================== */
.accordion.style-1 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: 48px;
  top: 18px;
}
.accordion.style-1 .ui-accordion .ui-accordion-icons {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 23px;
  font-family: THSarabun_Bold;
  color: #fff;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
.accordion.style-1 .ui-accordion .ui-accordion-icons:after {
  content: "";
  background: url(../img/services/tab-blue.png) center center no-repeat;
  height: 33px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.accordion.style-1 .ui-state-active .ui-icon {
  background: url(../img/services/no-expand.png) 0 0 no-repeat !important;
  width: 15px;
  height: 15px;
}
.accordion.style-1 .ui-state-default .ui-icon {
  background: url(../img/services/expand.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.accordion.style-1 .ui-corner-all,
.accordion.style-1 .ui-corner-top,
.accordion.style-1 .ui-corner-right,
.accordion.style-1 .ui-corner-tr {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: none;
}
.accordion.style-1 .ui-accordion .ui-accordion-content {
  border: none;
  background: none;
  border-radius: 0;
  padding: 10px 70px;
}
.accordion.style-1 .ui-accordion .ui-accordion-content span {
  font-weight: bold;
  display: inline;
  color: #0088cc;
  font-size: 12px;
}
.accordion.style-1 .ui-accordion .ui-accordion-content p {
  color: #575757;
  font-size: 12px;
}
.accordion.style-1 .ui-state-active,
.accordion.style-1 .ui-widget-content .ui-state-active,
.accordion.style-1 .ui-widget-header .ui-state-active {
  color: #0088cc;
  font-size: 20px;
}
/*===================== HEAD =====================*/
.slideRight {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  position: relative;
  right: -130px;
  opacity: 0;
}
.slideUp {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  position: relative;
  top: 100px;
  opacity: 0;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-prev img,
.owl-next img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.owl-prev:hover img,
.owl-next:hover img {
  opacity: 0.7;
}
.owl-item.active .slideRight {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
  right: 0;
  opacity: 1;
}
.owl-item.active .slideUp {
  -webkit-transition-delay: 1.2s;
  /* Safari */
  transition-delay: 1.2s;
  top: 0;
  opacity: 1;
}
.main-banner {
  position: relative;
  height: 622px;
}
.main-banner .item {
  height: 622px;
}
.main-banner .banner {
  position: absolute;
  width: 100%;
  height: 622px;
}
.main-banner .text-box {
  position: absolute;
  right: 45%;
  bottom: 305px;
  text-align: right;
}
.main-banner .text-box .head-text {
  color: #6b5038;
  line-height: 36px;
}
.main-banner .text-box .head-text span,
.main-banner .text-box .head-text p {
  font-family: THSarabun_Bold;
  font-size: 55px;
  display: inline-block;
  margin: 0 0 0 10;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.main-banner .text-box .head-text p {
  color: #0589fb;
}
.main-banner .text-box .text {
  font-family: THSarabun_Bold;
  font-size: 36px;
  color: #6b5038;
  display: inline-block;
  line-height: 20px;
}
.main-banner .text-box .text .line-1 {
  font-size: 36px;
  color: #6b5038;
  line-height: 30px;
}
.main-banner .text-box .text .line-2 {
  display: inline-block;
  font-size: 30px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.main-banner .text-box .text .line-2 span {
  display: inline;
  color: #0589fb;
  font-size: 36px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}
.main-header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 300;
}
.main-header .top-menu {
  width: 100%;
  display: inline-block;
}
.main-header .top-menu .logo-control {
  width: 50%;
  float: left;
}
.main-header .top-menu .logo-control a {
  text-decoration: none;
}
.main-header .top-menu .logo-control .logo {
  display: inline-block;
  vertical-align: middle;
}
.main-header .top-menu .logo-control .logo-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.main-header .top-menu .logo-control .logo-text span {
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
  font-family: db_helvethaica_x47_licond;
  font-size: 38px;
  color: #3b220c;
  display: table;
  line-height: 48px;
}
.main-header .top-menu .logo-control .logo-text p {
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
  font-family: db_helvethaica_x47_licond;
  font-size: 28px;
  color: #3b220c;
  display: table;
  margin-bottom: 0;
  line-height: 32px;
}
.main-header .top-menu .search-box {
  float: left;
  width: 50%;
  text-align: right;
  padding-top: 50px;
}
.main-header .top-menu .search-box > ul {
  margin: 0;
  padding: 0;
}
.main-header .top-menu .search-box > ul > li {
  margin: 0;
  display: inline-block;
  list-style: none;
}
.main-header .top-menu .search-box .form-inline {
  position: relative;
}
.main-header .top-menu .search-box .form-inline .form-group {
  vertical-align: top;
}
.main-header .top-menu .search-box .form-inline .form-group input {
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  height: 25px;
  padding: 0 30px 0 10px;
  border-radius: 6px;
  font-size: 19px;
  width: 150px;
}
.main-header .top-menu .search-box .form-inline .form-group .search {
  position: absolute;
  right: 5px;
  background: url(../img/head/icon-zoom.png) center center no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  top: 6px;
  border-left: 1px solid #eee;
}
.main-header .top-menu .search-box .form-inline .form-group .search:hover {
  opacity: 0.8;
}
.main-header .top-menu .search-box .language {
  position: relative;
}
.main-header .top-menu .search-box .language .flag-control {
  display: inline-block;
  float: right;
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 500;
}
.main-header .nav-control {
  width: 100%;
  display: table;
  position: relative;
}
.main-header .nav-control ul,
.main-header .nav-control li {
  margin: 0;
  padding: 0;
}
.main-header .nav-control li {
  display: inline-block;
  list-style: none;
}
.main-header .nav-control .row-1,
.main-header .nav-control .row-2 {
  text-align: right;
}
.main-header .nav-control ul.row-1 {
  font-family: db_helvethaica_x45_li;
  font-size: 20px;
}
.main-header .nav-control ul.row-1 li + li a:before {
  content: "";
  background: #fff;
  height: 25px;
  width: 1px;
  font-family: db_helvethaica_x45_li;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-header .nav-control ul.row-1 li a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
  text-decoration: none;
  position: relative;
  color: #111111;
  display: block;
  padding: 0 10px;
}
.main-header .nav-control ul.row-1 li.active a,
.main-header .nav-control ul.row-1 li:hover a {
  color: #fff;
}
.main-header .nav-control ul.row-1 li.last a {
  padding-right: 0;
}
.main-header .nav-control ul.row-2 {
  font-family: db_helvethaica_x45_li;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
  line-height: 33px;
}
.main-header .nav-control ul.row-2 li + li a:before {
  content: "";
  background: #e6e6e6;
  height: 33px;
  width: 1px;
  font-family: db_helvethaica_x45_li;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-header .nav-control ul.row-2 li a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
  text-decoration: none;
  position: relative;
  color: #111111;
  display: block;
  padding: 0 25px;
  z-index: 100;
  margin-right: -4px;
}
.main-header .nav-control ul.row-2 li:hover a {
  color: #fff;
  background: #4798f6;
}
.main-header .nav-control ul.row-2 li.active a {
  color: #fff;
  background: #4798f6;
}
.main-header .nav-control ul.row-2 li.first {
  position: relative;
}
.main-header .nav-control ul.row-2 li.first a {
  background: none;
}
.main-header .nav-control ul.row-2 li.first:before {
  content: "";
  background: url(../img/head/tab-active-01.png) left center no-repeat;
  position: absolute;
  top: 0;
  right: -4px;
  display: none;
  width: 583px;
  height: 33px;
  z-index: 50;
}
.main-header .nav-control ul.row-2 li.first.active:before,
.main-header .nav-control ul.row-2 li.first:hover:before {
  display: block;
}
.main-header .nav-control ul.row-2 li.last {
  position: relative;
}
.main-header .nav-control ul.row-2 li.last a {
  background: none;
}
.main-header .nav-control ul.row-2 li.last:before {
  content: "";
  background: url(../img/head/tab-active-02.png) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 210px;
  height: 33px;
  z-index: 50;
}
.main-header .nav-control ul.row-2 li.last.active:before,
.main-header .nav-control ul.row-2 li.last:hover:before {
  display: block;
}
.main-header .nav-control ul.row-2 li.last a {
  padding-right: 0;
  margin-right: 0;
}
/*===================== FOOTER =====================*/
#main-footer {
  background: #fff;
  position: relative;
  margin-top: -10px;
}
#main-footer .footer-wrapper {
  font-size: 20px;
}
#main-footer .footer-wrapper .address {
  position: relative;
  width: 47%;
  line-height: 20px;
  float: left;
  padding: 5px 0 15px 0;
  box-sizing: border-box;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
#main-footer .footer-wrapper .address:after {
  content: "";
  position: absolute;
  height: 95px;
  top: 0;
  right: 0;
  width: 1px;
  background: #111111;
}
#main-footer .footer-wrapper .address h4 {
  color: #0343a4;
  margin: 0;
  font-size: 22px;
}
#main-footer .footer-wrapper .address p {
  display: inline;
  margin: 0;
}
#main-footer .footer-wrapper .address span {
  color: #0343a4;
  display: inline;
}
#main-footer .footer-wrapper .banner-slide {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 33%;
  padding: 15px 10px 0;
  box-sizing: border-box;
}
#main-footer .footer-wrapper .banner-slide .banner-wrapper {
  max-width: 142px;
  max-height: 59px;
  overflow: hidden;
}
#main-footer .footer-wrapper .banner-slide .banner-wrapper:hover img {
  opacity: 0.7;
}
#main-footer .footer-wrapper .banner-slide .banner-wrapper img {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#main-footer .footer-wrapper .count-visitor {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 20%;
  line-height: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px 10px;
}
#main-footer .footer-wrapper .count-visitor:before {
  content: "";
  position: absolute;
  height: 95px;
  top: 0;
  left: 0;
  width: 1px;
  background: #111111;
}
#main-footer .footer-wrapper .count-visitor ul {
  padding: 0;
  margin: 0;
}
#main-footer .footer-wrapper .count-visitor ul li {
  margin: 0;
  list-style: none;
}
#main-footer .footer-wrapper .count-visitor ul li .col-1 {
  display: inline-block;
  float: left;
  width: 60%;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 {
  display: inline-block;
  float: left;
  width: 40%;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 p {
  margin: 0;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 .facebook {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 .facebook:hover {
  opacity: 0.7;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 .rss {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#main-footer .footer-wrapper .count-visitor ul li .col-2 .rss:hover {
  opacity: 0.7;
}
#main-footer .copyright {
  background: #65abff;
  text-align: center;
  color: #fff;
}
#main-footer .copyright a {
  color: #fff;
}
/*===================== HOME =====================*/
.main-banner {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  margin-bottom: 6px;
}
.main-banner:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.jssora12l,
.jssora12r,
.jssora12ldn,
.jssora12rdn {
  background: url(../img/home/nav-arrow.png) no-repeat;
  width: 29px;
  height: 68px;
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
  bottom: 45px;
  opacity: 0.6;
}
.jssora12l:hover,
.jssora12r:hover,
.jssora12ldn:hover,
.jssora12rdn:hover {
  transition-duration: 0.2s;
  opacity: 1;
}
.jssora12l,
.jssora12ldn {
  background-position: 0 0;
  left: 24%;
}
.jssora12r,
.jssora12rdn {
  background-position: -29px 0;
  right: 24%;
}
.main-content {
  position: relative;
}
.main-content .wrapper-content {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px 0;
}
.main-content .wrapper-content .content-img {
  margin-left: -15px;
  max-width: 300px;
  max-height: 200px;
  overflow: hidden;
}
.main-content .wrapper-content.gra-white {
  background: rgba(255, 255, 255, 0.3) url(../img/home/bg-month.png) center top no-repeat;
  height: auto;
  max-height: 500px;
}
.topic {
  position: relative;
  display: table;
  margin-top: 20px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.topic:after {
  content: "";
  background: url(../img/home/tab-blue.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
}
.topic.bg-2:after {
  background: url(../img/home/tab-blue-2.png) 0 0 no-repeat;
}
.topic h3 {
  display: inline-block;
}
.topic .btn-more {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 200;
}
.topic .btn-more a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  font-family: THSarabun_Bold;
  text-decoration: none;
}
.topic .btn-more a:hover {
  color: #b51817;
}
.topic .ico-wave {
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  bottom: 0;
  margin-left: 20px;
  z-index: 100;
}
.news-slide {
  width: 100%;
  text-align: center;
  height: 260px;
}
.news-slide .item .item-wrapper {
  max-width: 459px;
  max-height: 243px;
  margin: 0 auto;
}
.news-slide .item .item-wrapper img {
  width: 100%;
}
.list-wrapper ul.list-control {
  padding: 0 0 0 10px;
  margin: 0;
}
.list-wrapper ul.list-control li {
  list-style: none;
  position: relative;
  line-height: 22px;
}
.list-wrapper ul.list-control li:before {
  content: "";
  background: url(../img/home/bullet-red.png) 0 0 no-repeat;
  position: absolute;
  left: -10px;
  top: 10px;
  width: 5px;
  height: 9px;
}
.list-wrapper ul.list-control li a {
  display: inline;
  color: #111111;
  vertical-align: top;
}
.list-wrapper ul.list-control li span.label-new {
  display: inline-block;
  margin-left: 5px;
  background: #ff0000;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 16px;
  color: #fff;
  font-family: THSarabun_Bold;
}
.list-wrapper .more {
  margin-left: 10px;
  margin-bottom: 20px;
}
.list-wrapper .more a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: THSarabun_Bold;
  text-decoration: none;
  position: relative;
}
.list-wrapper .more a:after {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: "";
  height: 1px;
  width: 100%;
  visibility: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  background: #b51817;
}
.list-wrapper .more a:hover {
  color: #b51817;
}
.list-wrapper .more a:hover:after {
  visibility: visible;
  bottom: 1px;
  opacity: 1;
}
.list-wrapper .img-list {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 227px;
  overflow: hidden;
  max-height: 96px;
}
.list-wrapper .img-list:hover .caption {
  bottom: 0;
}
.list-wrapper .img-list .caption {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -22px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: center;
}
.list-wrapper .img-list .caption a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
}
.list-wrapper .img-list .caption a:after {
  content: "";
  background: url(../img/home/icon-more.png) 0 0 no-repeat;
  width: 15px;
  height: 25px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.btn-more {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 200;
}
.btn-more a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  font-family: THSarabun_Bold;
  text-decoration: none;
}
.btn-more a:hover {
  color: #b51817;
}
.list-month {
  position: relative;
}
.list-month ul {
  padding: 0;
  margin: 0;
}
.list-month ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.list-month ul li:before {
  content: "c";
  font-family: "untitled-font-2";
  font-size: 10px;
  color: #b51817;
  margin-right: 5px;
}
.list-month ul li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #111111;
  text-decoration: none;
}
.list-month ul li a:hover {
  color: #b51817;
}
.list-month .btn-more {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 200;
}
.list-month .btn-more a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  font-family: THSarabun_Bold;
  text-decoration: none;
}
.list-month .btn-more a:hover {
  color: #b51817;
}
.list-month .vdo-control {
  cursor: pointer;
}
/*===================== ABOUT =====================*/
.head-page {
  position: relative;
  width: 100%;
  max-width: 1920px;
  background: url(../img/head.jpg) center top no-repeat;
  height: 314px;
}
.head-page:before {
  background: url(../img/bg-breadcrumb.png) left 0 no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  height: 26px;
  z-index: 0;
}
.head-page:after {
  content: "";
  height: 6px;
  width: 100%;
  bottom: -6px;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.head-page img {
  width: 100%;
}
.wrapper-content.side-bg {
  background: url(../img/about/side-bg.png) center top no-repeat;
}
.wrapper-content.content-bg {
  background: url(../img/about/content-bg.png) center top no-repeat;
}
.page-wrapper {
  position: relative;
  height: 100%;
}
.object {
  position: absolute;
  left: 15px;
  bottom: 30px;
  max-width: 300px;
}
.object img {
  width: 100%;
}
.wrapper-content .side-left {
  position: relative;
  margin-bottom: 500px;
}
.wrapper-content .side-left ul {
  padding: 0;
  margin: 0;
}
.wrapper-content .side-left ul li {
  margin: 0;
  list-style: none;
  padding-left: 15px;
  background: url(../img/about/tab-blue-3.png) left center no-repeat;
  margin-bottom: 20px;
}
.wrapper-content .side-left ul li.active,
.wrapper-content .side-left ul li:hover {
  background: url(../img/about/tab-blue-2.png) left center no-repeat;
}
.wrapper-content .side-left ul li.active a:after,
.wrapper-content .side-left ul li:hover a:after {
  visibility: visible;
  opacity: 1;
  right: 15px;
}
.wrapper-content .side-left ul li a {
  text-decoration: none;
  position: relative;
  display: block;
}
.wrapper-content .side-left ul li a:after {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: "";
  position: absolute;
  right: 20px;
  top: 8px;
  background: url(../img/about/icon-right.png) 0 0 no-repeat;
  width: 19px;
  height: 25px;
  visibility: hidden;
  opacity: 0;
}
.wrapper-content .side-left ul li a:hover {
  color: #fff;
}
.wrapper-content .box-content {
  padding: 0 15px;
}
.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 0 0 0 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  max-width: 988px;
  margin: 0 auto;
  text-align: left;
}
.breadcrumb a {
  color: #464646;
  font-family: THSarabun_Bold;
  font-size: 20px;
  margin-bottom: 0;
}
.breadcrumb li.active {
  color: #0343a4;
  font-family: THSarabun_Bold;
}
.breadcrumb > li + li:before {
  color: #464646;
  content: "> ";
  padding: 0 2px;
}
/*===================== NEWS =====================*/
.select-menu {
  font-family: THSarabun_Bold;
}
.select-menu.style-1 {
  float: right;
  font-family: THSarabun_Bold;
}
.select-menu.style-1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  min-width: 170px;
}
.select-menu.style-1 .bootstrap-select.btn-group .btn .caret {
  background: url(../img/caret-menu.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-top: 0;
  top: 22%;
  right: 7px;
}
.select-menu.style-1 .bootstrap-select > .btn {
  border-radius: 7px;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 19px;
  line-height: 13px;
  padding: 5px 25px 5px 10px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.select-menu.style-1 .bootstrap-select > .btn:hover {
  color: #0343a4;
}
.select-menu.style-1 .dropdown-menu > li > a {
  text-align: left;
  padding: 0 12px;
}
.select-menu.style-1 .dropdown-menu > li > a:hover,
.select-menu.style-1 .dropdown-menu > li > a:focus,
.select-menu.style-1 .dropdown-submenu:hover > a,
.select-menu.style-1 .dropdown-submenu:focus > a {
  background-color: #f4f4f4 !important;
  background-image: none;
  color: #0088cc;
}
.select-menu.style-1 .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #575757;
  margin-bottom: 0;
  font-size: 19px;
}
.select-menu.style-1 .btn-group .dropdown-toggle:active,
.select-menu.style-1 .btn-group.open .dropdown-toggle {
  color: #0088cc !important;
}
.select-menu.style-2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.select-menu.style-2 .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #575757;
  margin-bottom: 0;
  font-size: 19px;
}
.select-menu.style-2 .bootstrap-select > .btn {
  color: #4d4d4d;
  cursor: pointer;
  font-size: 19px;
  line-height: 20px;
  padding: 5px 25px 5px 10px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.select-menu.style-2 .bootstrap-select > .btn:hover {
  color: #0343a4;
}
.select-menu.style-3 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.select-menu.style-3 .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #575757;
  margin-bottom: 0;
  font-size: 19px;
}
.select-menu.style-3 .bootstrap-select > .btn {
  border-radius: 6px;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 19px;
  line-height: 20px;
  padding: 1px 35px 1px 5px;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.select-menu.style-3 .bootstrap-select > .btn:hover {
  color: #0343a4;
}
.select-menu.style-3 .dropdown-menu > li > a {
  padding: 0;
  text-align: center;
}
.select-menu.style-3 .bootstrap-select.btn-group .btn .caret {
  margin-top: -2px;
  position: absolute;
  right: 25px;
  top: 50%;
  vertical-align: middle;
}
.wrapper-content.full-bg {
  background: url(../img/news/full-bg.png) center top no-repeat;
  width: 100%;
  height: 100%;
}
.wrapper-content .six-col:nth-child(2n+1) {
  float: right;
}
.wrapper-content .six-col {
  width: 48%;
  float: left;
  display: table;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.wrapper-content .six-col .img-box {
  max-width: 200px;
  max-height: 150px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  float: left;
}
.wrapper-content .six-col .content-box {
  width: 55%;
  float: left;
  padding-left: 15px;
  max-height: 150px;
  overflow: hidden;
}
/* ============= TEXT EDITOR ============ */
.main-editor {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-editor .top-page .img-wrapper {
  max-width: 609px;
  max-height: 381px;
  overflow: hidden;
  margin-right: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.main-editor .top-page .box-content {
  width: 31%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
.main-editor .bottom-page {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.main-editor .news-details-slide {
  max-width: 720px;
  max-height: 150px;
  margin: 0 auto 15px;
}
.main-editor .news-details-slide .item {
  text-align: center;
}
.main-editor .news-details-slide .item .item-wrapper {
  max-width: 219px;
  height: 152px;
  overflow: hidden;
  border: 1px solid rgba(144, 144, 144, 0.3);
}
.main-editor .news-details-slide .item .item-wrapper img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-editor .news-details-slide .item .item-wrapper:hover img {
  opacity: 0.7;
}
.main-editor .button-control {
  text-align: center;
  margin-top: 20px;
}
.main-editor .button-control .button {
  margin: 0 5px;
}
.form-wrapper {
  padding: 25px 50px 0;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.form-wrapper:after {
  content: "";
  background: url(../img/news/full-bg-2.png) 0 0 no-repeat;
  width: 100%;
  height: 350px;
  position: absolute;
  top: -15px;
  z-index: -1;
}
.form-wrapper form > .form-group {
  display: inline;
}
.form-wrapper form > .form-group .form-custom {
  margin-bottom: 10px;
}
.form-wrapper form > .form-group .form-custom label {
  color: #464646;
  font-family: THSarabun_Bold;
  font-weight: normal;
}
.form-wrapper form > .form-group .form-custom label span {
  color: #0343a4;
  font-family: THSarabun_Bold;
  font-weight: normal;
}
.form-wrapper form > .form-group .form-custom input {
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  font-family: THSarabun;
  font-size: 18px;
  height: 32px;
  border-radius: 6px;
}
.form-wrapper .caution {
  width: 100%;
  display: table;
  padding-left: 15px;
  padding-top: 10px;
}
.form-wrapper .caution p {
  font-size: 19px;
  font-family: THSarabun_Bold;
  color: #464646;
}
.form-wrapper .caution span {
  display: inline;
  font-family: THSarabun_Bold;
  color: #de0303;
  font-size: 19px;
}
.form-wrapper .button-control {
  text-align: right;
  margin-top: 25px;
  padding-right: 15px;
}
.form-wrapper .button-control .button {
  margin-left: 10px;
}
/* ====================== INTERESTING ====================== */
.list-item {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  max-width: 260px;
  max-height: 190px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.list-item span.vdo-icon:after {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  background: url(../img/interesting/play.png) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
}
.list-item:hover span.vdo-icon:after {
  visibility: visible;
  opacity: 1;
  top: 40px;
}
.list-item:hover .caption {
  bottom: 0;
}
.list-item .caption {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -22px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: center;
}
.list-item .caption a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
}
.list-item .caption a:after {
  content: "";
  background: url(../img/interesting/right.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
/* ====================== SITEMAP ====================== */
.site-map {
  padding-left: 90px;
}
.site-map > ul {
  padding: 0;
  margin: 0;
}
.site-map > ul > li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}
.site-map > ul > li:before {
  content: "g";
  font-family: "untitled-font-2";
  font-size: 17px;
  color: #363636;
  margin-right: 5px;
}
.site-map > ul > li > a {
  color: #0343a4;
  font-size: 27px;
  font-family: THSarabun_Bold;
}
.site-map > ul > li > ul {
  padding-left: 40px;
  margin: 0;
}
.site-map > ul > li > ul > li {
  position: relative;
  list-style: none;
}
.site-map > ul > li > ul > li > a {
  color: #363636;
  font-size: 21px;
  font-family: THSarabun_Bold;
}
.site-map > ul > li > ul > li:before {
  content: "c";
  font-family: "untitled-font-2";
  font-size: 10px;
  color: #b51817;
  margin-right: 5px;
}
/* ====================== SERVICES ====================== */
.accordion.style-1 #accordion {
  font-family: THSarabun;
  color: #363636;
  font-size: 20px;
}
.accordion.style-1 #accordion p {
  color: #363636;
  font-size: 20px;
}
.accordion.style-1 #accordion ul {
  padding: 0;
  margin-bottom: 20px;
}
.accordion.style-1 #accordion ul li {
  margin: 0;
  list-style: none;
  width: 100%;
  line-height: 40px;
  display: table;
  border-bottom: 1px solid #fff;
}
.accordion.style-1 #accordion ul li > a {
  display: block;
}
.accordion.style-1 #accordion ul li > a:hover .date {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b51817;
}
.accordion.style-1 #accordion ul li > a:hover .list {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b51817;
}
.accordion.style-1 #accordion ul li .date {
  float: right;
  min-width: 130px;
  text-align: left;
}
.accordion.style-1 #accordion ul li span {
  float: left;
  display: inline-block;
  color: #363636;
  font-size: 21px;
  font-family: THSarabun;
  font-weight: normal;
}
.accordion.style-1 #accordion ul li .btn-download {
  float: right;
  display: inline-block;
}
.accordion.style-1 #accordion ul li .btn-download > a {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: THSarabun;
  font-size: 18px;
  color: #fff;
  background: #195bbf;
  border-radius: 5px;
  padding: 0 5px;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.accordion.style-1 #accordion ul li .btn-download > a:hover {
  opacity: 0.7;
}
/* ========================= LETTER ========================= */
.form-letter {
  position: relative;
}
.form-letter > h3 {
  padding-left: 80px;
  padding-right: 80px;
  line-height: 33px;
}
.form-letter .form-box {
  padding-left: 150px;
  padding-right: 150px;
}
.form-letter .form-box .form-custom {
  max-width: 490px;
  margin: 0 auto;
  margin-top: 20px;
}
.form-letter .form-box .form-custom label {
  font-weight: normal;
  color: #363636;
  cursor: pointer;
  padding: 0;
}
.form-letter .form-box .form-custom input {
  height: 32px;
}
.form-letter .form-box .form-custom .forget-pass a {
  color: #0343a4;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  font-size: 19px;
  font-family: THSarabun_Bold;
  z-index: 100;
}
.form-letter .form-box .form-custom .forget-pass a:hover {
  color: #b51817;
}
.form-letter .form-box .form-custom .btn-submit {
  margin-top: 5px;
}
.form-letter .form-box .form-custom .btn-submit a {
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #195bbf;
  padding: 0 10px 2px;
}
.form-letter .form-group a.refresh {
  position: absolute;
  right: -15px;
  top: 0;
}
.form-letter .form-group textarea {
  max-width: 317px;
  width: 100% !important;
}
/* ================== CALENDAR ======== */
#calendar {
  max-width: 835px;
  margin: 0 auto;
  margin-top: 20px;
}
#calendar .fc-body {
  background: #fff;
}
.fc td,
.fc th {
  border-color: #81a5dc !important;
  background: #fff;
}
.fc-unthemed .fc-today {
  background: #a5cdff;
}
.fc button {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.8em;
  height: 1.8em;
  margin: 0;
  padding: 0 0.5em;
  white-space: nowrap;
}
.fc-toolbar {
  margin: 10px 0;
}
.fc-toolbar .fc-center h2 {
  font-family: THSarabun_Bold;
  font-size: 25px;
  color: #464646;
}
.fc-day-header.fc-widget-header {
  font-weight: normal;
  font-family: THSarabun_Bold;
  color: #464646;
}
.fc-day-header.fc-widget-header.fc-sun {
  color: #0343a4;
}
.fc-day-header.fc-widget-header.fc-sat {
  color: #0343a4;
}
/* ===================== CONTACT ===================== */
.contact-box {
  display: table;
  width: 100%;
  padding: 20px 35px;
}
.contact-box .contact-details {
  padding-top: 30px;
}
.contact-box .contact-details span {
  width: 100%;
}
.contact-box .contact-details p {
  color: #363636;
  font-size: 20px;
}
.contact-box .maps-box a > img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  max-height: 150px;
  overflow: hidden;
}
.contact-box .maps-box a > img:hover {
  opacity: 0.7;
}
.contact-box .maps-box > iframe {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}
/* =============== FANCYBOX =============== */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-inner {
  border: 1px solid #000;
}
.fancybox-wrap:hover .fancybox-close {
  visibility: visible;
  text-decoration: none;
  opacity: 1;
  top: -25px;
}
.fancybox-close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 0 0;
  height: 25px;
  right: -2px;
  top: 0;
  visibility: hidden;
  width: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  border: 1px solid #000;
  z-index: -1;
}
.fancybox-close:hover:after {
  color: red;
}
.fancybox-close:after {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  bottom: 3px;
  color: #fff;
  content: "close";
  font-size: 18px;
  left: 7px;
  letter-spacing: 2px;
  position: relative;
}
.fancybox-nav span {
  top: 46%;
}
.fancybox-prev span {
  width: 260px;
  height: 73px;
  background: url(../img/fancy-custom/prev.png) 0 0 no-repeat;
  left: 0;
}
.fancybox-next span {
  width: 260px;
  height: 73px;
  background: url(../img/fancy-custom/next.png) 0 0 no-repeat;
  right: -2px;
}
.fancybox-prev {
  left: -260px;
}
.fancybox-next {
  right: -260px;
}
.fancybox-outer:before {
  content: "";
  background: url(../img/fancy-custom/bg-prev.png) right center repeat-y;
  width: 260px;
  height: 100%;
  position: absolute;
  left: -260px;
  top: 0;
}
.fancybox-outer:after {
  content: "";
  background: url(../img/fancy-custom/bg-next.png) right center repeat-y;
  width: 260px;
  height: 100%;
  position: absolute;
  right: -260px;
  top: 0;
}
/* ================== RADIO STYLE ================== */
.radioBox {
  display: inline-block;
}
input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}
label.css-label {
  background: url(../img/checkbox.png) 0 0 no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1366px) {
  .head-page {
    background-position: -135px 0;
  }
}
#form-register.hidden-form input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}
#form-register.active input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
