@import url(./fonts.css);
@import url("https://fonts.googleapis.com/css?family=Prompt:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sarabun");
body {
  background: #001b00;
  font-family: "Prompt", sans-serif;
  font-size: 14px; }

html,
body {
  height: 100%; }

a {
  color: #000; }

.d-block {
  display: block; }

a:hover {
  text-decoration: none;
  color: #000; }

.text-bold {
  font-weight: bold !important; }

.text-primary {
  color: #115945; }

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.flex-column {
  flex-direction: column; }

.divider {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  background: #e8e8e8; }

.divider.horizontal {
  margin: 24px 0; }

.fw-normal {
  font-weight: 400 !important; }

.w-25 {
  width: 25% !important; }

.w-100 {
  width: 100% !important; }

.p-0 {
  padding: 0 !important; }

.p-12 {
  padding: 12px; }

.p-24 {
  padding: 24px; }

.mt-1 {
  margin-top: 0.5rem; }

.m-0 {
  margin: 0 !important; }

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.mt-12 {
  margin-top: 12px; }

.mt-24 {
  margin-top: 24px; }

.pt-24 {
  padding-top: 24px; }

.mt-48 {
  margin-top: 48px; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.mr-2 {
  margin-right: 1rem; }

.mr-4 {
  margin-right: 3rem; }

.ml-2 {
  margin-left: 1rem; }

.ml-4 {
  margin-left: 3rem; }

.mr-0 {
  margin-right: 0; }

.btn-main {
  font-size: 23px;
  border-radius: 0;
  background: #115945;
  color: #fff;
  padding: 4px 25px 0 25px;
  line-height: 33px;
  border-radius: 2px;
  border-color: #a2917d !important; }

.btn-main:hover {
  color: #fff;
  background: #795d3d;
  border-color: #795d3d !important; }

.btn-all {
  font-size: 23px;
  border-radius: 0;
  background: #998675;
  color: #fff;
  padding: 4px 25px 0 25px;
  line-height: 33px;
  border-radius: 2px;
  border-top: 2px solid #736357 !important; }

.btn-all:hover {
  color: #fff;
  background: #795d3d;
  border-color: #795d3d !important; }

footer {
  margin-top: 0rem; }

@media screen and (max-width: 768px) {
  footer .partner {
    padding: 0 23px; }
  footer .partner:after {
    margin-left: -23px;
    margin-bottom: -35px; }
  footer .partner:before {
    margin-left: -9px;
    margin-bottom: -22px; } }

footer .footer {
  background: #115945;
  color: #fff;
  padding: 40px 20px; }

footer .footer .address {
  margin-top: 4rem !important;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  font-size: 1.1rem; }

footer .footer .address em {
  margin-right: 0.5rem; }

footer .footer .social {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

@media screen and (max-width: 768px) {
  footer .footer .desktop-menus {
    display: none; } }

.social {
  display: flex; }

@media screen and (max-width: 768px) {
  .social {
    justify-content: center; } }

.social div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1rem; }

.social .facebook {
  background: #3b5998; }

.social .twitter {
  background: #00acee; }

.social .instagram {
  background: #f77737; }

.social .rss {
  background: #fa4086; }

.link-header {
  font-weight: bold;
  margin-bottom: 1rem; }

.footer-link {
  color: #fff;
  display: block;
  line-height: 1.25; }

.footer-link:hover {
  color: #795d3d; }

.copyright {
  background: #ccc891;
  background: -moz-linear-gradient(left, #ccc891 0%, #b7a360 75%, #b7a360 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ccc891), color-stop(75%, #b7a360), color-stop(100%, #b7a360));
  background: -webkit-linear-gradient(left, #ccc891 0%, #b7a360 75%, #b7a360 100%);
  background: -o-linear-gradient(left, #ccc891 0%, #b7a360 75%, #b7a360 100%);
  background: -ms-linear-gradient(left, #ccc891 0%, #b7a360 75%, #b7a360 100%);
  background: linear-gradient(to right, #ccc891 0%, #b7a360 75%, #b7a360 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc891', endColorstr='#b7a360', GradientType=1 );
  color: #fff;
  padding: 13px 0;
  font-size: 0.9rem; }

.copyright .policy.sitemap {
  display: none; }

.copyright .copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.copyright .copyright-wrapper em {
  font-size: 2rem; }

@media screen and (max-width: 768px) {
  .copyright .copyright-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center; }
  .copyright .copyright-wrapper .policy {
    margin-bottom: 0.5rem; }
  .copyright .copyright-wrapper .policy.sitemap {
    display: inline-flex; } }

.policy {
  font-weight: normal;
  color: #057d4c;
  line-height: 1;
  font-size: 1.3rem; }

.policy:not(:first-child) {
  border-left: 1px solid #057d4c;
  margin-left: 0.5rem;
  padding-left: 0.5rem; }

.circle {
  cursor: pointer;
  padding: 8px 13px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: solid 1px; }

.btn-lg {
  font-size: 25px; }

.text-sm {
  font-size: 16px; }

.text-success {
  color: #a3cf5d; }

.text-danger {
  color: #115945; }

.warning {
  background: #faad3b; }

.danger {
  background: #115945; }

.success {
  background: #a3cf5d; }

.pr-0 {
  padding-right: 0 !important; }

.readmore {
  margin-top: 1rem; }

.readmore span {
  cursor: pointer;
  border-bottom: 1px solid #363636; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.mlr-auto {
  margin: 0 auto; }

.pagination li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  font-size: 1.2em;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: none; }

.pagination li > a > span {
  line-height: 1.9;
  font-size: 21px; }

.pagination li > a.active {
  color: #fff;
  background-color: #000;
  border: none; }

.pagination li > a:hover {
  background-color: transparent; }

.navbar-mobile.navbar-fixed-top {
  background: rgba(255, 255, 255, 0.9) !important; }

.navbar-mobile.navbar-default .navbar-nav > li.active > a {
  color: white;
  border-bottom: 3px solid #ec1c23;
  background-color: #ff3838; }

.navbar-mobile .navbar-header .navbar-toggle:hover {
  background-color: transparent; }

.navbar-mobile .navbar-header button {
  border: none;
  margin-top: 3px;
  margin-bottom: 3px; }

.navbar-mobile .navbar-header button:focus, .navbar-mobile .navbar-header button:active, .navbar-mobile .navbar-header button:hover {
  background-color: transparent; }

.carousel-indicators li {
  cursor: pointer;
  font-size: 1.2rem;
  width: 16px;
  height: 30px;
  background: transparent;
  border: 2px solid #115945;
  text-align: center; }

.carousel-indicators li.active {
  border-bottom: 2px solid #fff; }

.carousel-caption {
  text-align: left;
  width: 40%;
  margin-bottom: 2rem;
  right: 15%;
  top: 19px;
  left: 5%; }

.carousel-caption .caption-title {
  font-size: 2rem;
  font-weight: 400;
  color: #f2ce1b;
  margin-bottom: 0.5rem; }

.carousel-caption .caption-subtitle {
  font-family: "sarabun";
  font-size: 1rem;
  line-height: 28px;
  color: #caa516;
  margin-bottom: 1rem; }

.carousel-caption .caption-text {
  font-size: 2rem;
  line-height: 35px; }

.carousel-caption .caption-readmore {
  cursor: pointer;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 3px;
  background: #eac11b;
  background: -moz-linear-gradient(-45deg, #eac11b 0%, #c6720c 49%, #c6720c 49%, #c6720c 50%, #eac11b 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #eac11b), color-stop(49%, #c6720c), color-stop(49%, #c6720c), color-stop(50%, #c6720c), color-stop(100%, #eac11b));
  background: -webkit-linear-gradient(-45deg, #eac11b 0%, #c6720c 49%, #c6720c 49%, #c6720c 50%, #eac11b 100%);
  background: -o-linear-gradient(-45deg, #eac11b 0%, #c6720c 49%, #c6720c 49%, #c6720c 50%, #eac11b 100%);
  background: -ms-linear-gradient(-45deg, #eac11b 0%, #c6720c 49%, #c6720c 49%, #c6720c 50%, #eac11b 100%);
  background: linear-gradient(135deg, #eac11b 0%, #c6720c 49%, #c6720c 49%, #c6720c 50%, #eac11b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac11b', endColorstr='#eac11b', GradientType=1 ); }

@media screen and (max-width: 768px) {
  .carousel-indicators {
    display: none; }
  .carousel-caption {
    width: 65%;
    margin-bottom: 1rem;
    right: 15%;
    top: -15px;
    left: 5%; }
  .carousel-caption .caption-title {
    font-size: 1rem; }
  .carousel-caption .caption-subtitle {
    font-size: 0.7rem;
    line-height: 18px;
    color: #caa516;
    margin-bottom: 1rem; } }

.fa-times-thin:before {
  content: "\00d7"; }

.mobile-footer .btn-main {
  font-size: 19px;
  background: #6b6b6b;
  padding: 0px 19px 0 19px; }

.mobile-footer .btn-main:focus, .mobile-footer .btn-main:active {
  box-shadow: none;
  outline: none; }

.main-header {
  /* min-height: 537px; */
  background: url("./../images/bg-top.png") top right no-repeat; }

@media screen and (max-width: 768px) {
  .main-header {
    min-height: 250px; } }

.search-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .search-mobile {
    display: block;
    color: #fff; } }

.main-nav {
  width: 100%;
  padding-top: 0rem; }

.main-nav .img-logo {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media screen and (max-width: 768px) {
  .main-nav .navbar {
    padding: 0.5rem 0; }
  .main-nav .img-logo {
    flex-direction: row; }
  .main-nav .logo-only {
    width: 85px; }
  .main-nav .logo-name {
    width: 130px; } }

.bg-transparent {
  background: transparent; }

.navbar-wrapper {
  width: 100%; }

.navbar-wrapper .top-navbar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 0rem;
  margin-right: 5rem; }

.navbar-wrapper .top-navbar .icon {
  cursor: pointer; }

.navbar-wrapper .bottom-navbar {
  padding-top: 0.5rem;
  font-size: 14px;
  display: flex;
  justify-content: flex-end; }

.navbar-wrapper .bottom-navbar .nav-link {
  color: #fff;
  font-size: 22px;
  transition: all 0.3s; }

.navbar-wrapper .bottom-navbar .nav-link:hover {
  color: #d3c75e; }

.navbar-wrapper .bottom-navbar .nav-item {
  position: relative;
  display: flex;
  align-items: center; }

#sidebar,
#footer-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  z-index: 9999999;
  background: #011b00;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

#sidebar.active,
#footer-sidebar.active {
  right: 0; }

#dismiss {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 31px;
  text-align: center;
  background: transparent;
  position: absolute;
  top: -7px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #867b71; }

#login {
  text-align: center;
  background: transparent;
  position: absolute;
  top: 4px;
  left: 9px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

#dismiss:hover {
  color: #011b00; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1; }

#sidebar .sidebar-header,
#footer-sidebar .sidebar-header {
  padding: 20px;
  background: #0a442c; }

#sidebar ul.components {
  padding: 20px 0; }

#footer-sidebar ul.components {
  padding: 50px 0; }

#sidebar ul p,
#footer-sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a,
#footer-sidebar ul li a {
  padding: 10px;
  display: block;
  color: #fff; }

#sidebar ul li a.title {
  color: #d8be2b;
  font-family: "Prompt";
  font-size: 1.1em; }

#footer-sidebar ul li .title {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  color: #d8be2b;
  padding: 7px 24px;
  background: #062d2d; }

#footer-sidebar ul li a {
  padding: 7px 24px; }

#sidebar ul li a {
  text-align: left; }

#sidebar ul li a:hover,
#footer-sidebar ul li a:hover {
  color: #d8be2b;
  background: #011b00; }

#sidebar ul li.active > a,
#footer-sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #011b00; }

.collapse li a {
  font-family: "sarabun" !important;
  color: #fff !important; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 1.3em !important;
  padding-left: 30px !important;
  background: #474039; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #474039;
  color: #fff; }

a.article,
a.article:hover {
  background: #474039 !important;
  color: #fff !important; }

.navbar-toggler {
  border-color: transparent !important;
  color: #fff !important; }

.navbar-toggler:focus {
  outline: none; }

.nav-action {
  display: flex;
  align-items: center; }

@media screen and (max-width: 768px) {
  .nav-action {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 6px 12px 0px 12px;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    background: #0a442c; }
  .nav-action .change-fontsize,
  .nav-action .change-fontcolor {
    margin-left: 0rem !important; }
  .nav-action .change-fontsize .small,
  .nav-action .change-fontcolor .small {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    font-size: 19px; }
  .nav-action .change-fontsize .medium,
  .nav-action .change-fontcolor .medium {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    font-size: 23px; }
  .nav-action .change-fontsize .large,
  .nav-action .change-fontcolor .large {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    font-size: 26px; }
  .nav-action .change-fontsize .black,
  .nav-action .change-fontcolor .black {
    margin-left: 0 !important;
    margin-right: 0.5rem !important; }
  .nav-action .change-fontsize .white,
  .nav-action .change-fontcolor .white {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    color: #fff; }
  .nav-action .change-fontsize .yellow,
  .nav-action .change-fontcolor .yellow {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    color: #f1c644; } }

.nav-action .change-fontsize {
  display: flex;
  color: #fff;
  align-items: baseline;
  margin-right: 0.5rem; }

.nav-action .change-fontsize span {
  cursor: pointer;
  display: inline-block;
  transform: scale(0.8);
  transition: all 150ms ease-in-out; }

.nav-action .change-fontsize span:hover {
  transform: scale(1); }

.nav-action .change-fontsize .small {
  margin-left: 0.5rem;
  font-size: 19px; }

.nav-action .change-fontsize .medium {
  margin-left: 0.5rem;
  font-size: 23px; }

.nav-action .change-fontsize .large {
  margin-left: 0.5rem;
  font-size: 26px; }

.nav-action .change-fontcolor {
  display: flex;
  align-items: baseline; }

.nav-action .change-fontcolor span {
  background: #4d4d4d;
  cursor: pointer;
  transform: scale(0.8);
  transition: all 150ms ease-in-out; }

.nav-action .change-fontcolor span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  text-align: center; }

.nav-action .change-fontcolor span:hover {
  transform: scale(1); }

.nav-action .change-fontcolor span.active {
  background: #fff;
  color: #000; }

.nav-action .change-fontcolor .black {
  margin-left: 0.5rem; }

.nav-action .change-fontcolor .white {
  background: #000 !important;
  margin-left: 0.5rem;
  color: #fff; }

.nav-action .change-fontcolor .yellow {
  background: #000;
  margin-left: 0.5rem;
  color: #f1c644; }

.slider {
  margin-top: 1rem; }

@media screen and (max-width: 768px) {
  .slider .carousel-inner {
    min-height: 155px; }
  .slider .control-prev,
  .slider .control-next {
    display: none; }
  .slider .carousel-control-prev {
    left: 0; }
  .slider .carousel-control-next {
    left: 0; }
.mobile-readmore{margin-top:-30px; padding: 2px 10px !important;}
}

.slider .carousel-control-prev {
  left: -115px; }

.slider .carousel-control-next {
  right: -115px; }

.menu-toggler {
  color: #fff;
  display: flex;
  cursor: pointer; }

.menu-toggler span {
  margin-right: 0.5rem; }

#sidebar .collapse a {
  font-family: "Prompt" !important; font-size: 1em !important;
  background: #011b00 !important;
  color: #fff; }

#sidebar ul ul a {
  font-family: "sarabun" !important;
  background: #011b00 !important; }

#sidebar .dropdown-toggle.collapsed::after {
  font-family: "FontAwesome";
  content: "\f067";
  border: none;
  top: 28%;
  font-size: 0.9rem;
  right: 45px; }

#sidebar .dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\f068";
  border: none;
  top: 28%;
  font-size: 0.9rem;
  right: 45px; }

#sidebar ul.inner-sidemenu li a {
  font-size: 0.85rem !important;
  padding-left: 45px !important; }

.bottom-navbar ul {
  list-style: none;
  padding: 16px;
  margin: 0; }

.bottom-navbar ul li,
.bottom-navbar ul li a { font-family: "Prompt" !important; font-weight: normal !important; font-size:1em !important;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: 200ms;
  text-decoration: none;
  white-space: nowrap; }

.bottom-navbar ul li:hover,
.bottom-navbar ul li a:hover,.bottom-navbar ul li a.active {color:#FFD91C !important;
  opacity: 1; }

.bottom-navbar ul li a,
.bottom-navbar ul li a a {
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 100%;
  width: 100%; }

.bottom-navbar ul li.dropdown {
  padding-right: 22px; }

.bottom-navbar ul li.dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); }

.bottom-navbar ul .link a {
  padding-left: 0px !important;
  font-size: 1em !important;
  color: #fff !important; }

.bottom-navbar ul .link::before {
  padding-right: 0;
  display: none; }

.bottom-navbar > ul {
  z-index: 100; }

.bottom-navbar > ul li {
  position: relative;
  margin: 0 2px; }

.bottom-navbar > ul li ul {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  min-width: 160px;
  background-color: #001b00;
  z-index: 100;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transition: 200ms;
  transition-delay: 200ms; }

.bottom-navbar > ul li ul .nested {
  background: #06785f; }

.bottom-navbar > ul li ul li {
  font-family: "Prompt" !important; font-weight: normal !important;
  font-size: 1em !important;
  color: #fff !important;
  margin: 0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  padding-right: 40px; }

.bottom-navbar > ul li ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 19px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff; }

.bottom-navbar > ul li ul li ul {
  top: -2%;
  left: 100%;
  transform: translate(0); }

.bottom-navbar > ul li ul li:hover {
  background-color: #06785f; }

.bottom-navbar > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms; }

.login-search {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  display: flex;
  align-items: center; }

.login-search .login {
  color: #fff;
  margin-right: 0.555rem; }

.login-search input {
  padding: 0px 12px;
  height: 24px;
  border-radius: 16px;
  outline: none;
  border: none; }

#main-slider .carousel-control-prev .control-prev em {
  font-size: 2rem; color:#ffa600; }

#main-slider .carousel-control-next .control-next em {
  font-size: 2rem; color:#ffa600; }

.slide-menus {
  display: flex; }

.slide-menus-item {
  transform: scale(0.8);
  transition: all 0.3s;
  display: flex;
  cursor: pointer;
  width: 20%;
  min-height: 225px;
  flex-direction: column;
  align-items: center; }

.slide-menus-item .icon {
  margin: 0 auto;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 20px;
  background: #ae7511; }

.slide-menus-item .icon em {
  font-size: 4rem; text-align: center; display: block;}

.slide-menus-item .text {
  color: #a56617;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem; }

.slide-menus-item:hover {
  transform: scale(1); }

.slide-menus-item:hover .text {
  color: #d89e32; }

.slide-menus-item:hover .icon {
  color: #ae7511;
  background: #115945; }

.slide-menus-item:hover .icon em {
  color: #d89e32; }

.slide-menus-wrapper {
  color: #fff; }

.slide-menus-header {
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
  min-height: 90px; }

.slide-menus-header .header-bg {
  position: absolute; }

.slide-menus-header .text {
  font-size: 1rem;
  top: 23px;
  position: absolute; }

@media screen and (max-width: 768px) {
  .slide-menus-item {
    width: inherit; min-height: 90px;}
  .slide-menus-item .icon {
    width: 60px;
    height: 60px;
    padding: 14px; }
  .slide-menus-item .icon em {
    font-size: 2rem; }
  .slide-menus-item .text {
    font-size: 0.6rem; }
  .slide-menus-header {
    min-height: 80px; }
  .slide-menus-header .header-bg {
    top: -38px; }
  .slide-menus-header .text {
    font-size: 1rem;
    top: -23px;
    position: absolute; } }

.news-title {
  color: #f2ce1b;
  font-size: 1.7rem;
  margin-left: 1rem;
  margin-bottom: 0.8rem; }

.news-container {
  background: #e9e9e9;
  padding: 18px; }

.news-tabs .nav-item {
  display: flex;
  align-items: center; }

.news-tabs .nav-item:not(:last-child):after {
  content: " ";
  background: #115945;
  width: 1px;
  height: 26px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-flex; }

.news-tabs .nav-link {
  color: #115945; font-size:1.3em; }

.news-tabs .nav-link.active {
  background: transparent;
  color: #bf8211; }

.news-content-wrapper {
  margin-top: 1rem; }

.news{position: relative;}
.news::before {  content: url(../images/calendar-bg2.png);
    position: absolute;
    z-index: -1;
    right: 40px;
    top: 0px;
	}

.news-content {
  height: 600px;
  overflow-y: scroll;
  overflow-x: auto; }

.news-content::-webkit-scrollbar {
  width: 20px; }

.news-content::-webkit-scrollbar-track {
  background: #115945;
  border-left: 9px solid #e9e9e9;
  border-right: 9px solid #e9e9e9; }

.news-content::-webkit-scrollbar-thumb {
  background: #115945;
  border-left: 8px solid #e9e9e9;
  border-right: 8px solid #e9e9e9; }

.news-card {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.news-card .image {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.news-card .image img {
  width: 100%; }

.news-card .text {
  padding: 18px 24px; }

.news-card .text .title {
  color: #115945;
  font-size: 1rem;
  font-weight: bold; }

.news-card .text .desc {
  font-size: 0.9rem;
  color: #6b6b6b; }

.news-card .readmore {
  padding: 18px 24px;
  display: flex;
  justify-content: flex-end;
  margin-top: auto; }

.news-list-item {
  flex-direction: row;
  margin-bottom: 2.7rem; }

.news-list-item-mobile {
  display: none; }

.news-list-item .image-wrapper {
  padding: 0; }

.news-list-item .image-wrapper .image {
  min-height: 210px; }

.news-list-item .description {
  display: flex;
  flex-direction: column; }

.news-list-item .description .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-list-item .description .readmore {
  padding: 8px; }

@media screen and (max-width: 768px) {
  .news-content-wrapper {
    height: 600px;
    overflow-y: scroll;
    overflow-x: auto; }
  .news-content-wrapper::-webkit-scrollbar {
    width: 20px; }
  .news-content-wrapper::-webkit-scrollbar-track {
    background: #115945;
    border-left: 9px solid #e9e9e9;
    border-right: 9px solid #e9e9e9; }
  .news-content-wrapper::-webkit-scrollbar-thumb {
    background: #115945;
    border-left: 8px solid #e9e9e9;
    border-right: 8px solid #e9e9e9; }
  .news-title {
    font-size: 1.3rem; }
  .news-card {
    height: 83%; }
  .news-card .description .text {
    padding: 5px 1px; }
  .news-card .description .text .title {
    font-size: 0.8rem; }
  .news-card .description .text .desc {
    font-size: 0.6rem; }
  .news-card-desktop {
    display: none; }
  .news-list-item-mobile {
    display: flex;
    flex-direction: row;
    margin-bottom: 2.7rem; }
  .news-list-item-mobile-mobile {
    display: none; }
  .news-list-item-mobile .image-wrapper {
    padding: 0; }
  .news-list-item-mobile .image-wrapper .image {
    min-height: 210px; }
  .news-list-item-mobile .description {
    display: flex;
    flex-direction: column; }
  .news-list-item-mobile .description .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-list-item-mobile .description .readmore {
    padding: 8px; }
  .news .nav-link {
    padding: 0.5rem 0; }
  .news-content {
    height: initial;
    overflow-y: hidden;
    overflow-x: hidden; } }

.pill-btn {
  cursor: pointer;
  color: #fff;
  border-radius: 16px;
  border: none;
  outline: none; }

.pill-btn:active, .pill-btn:visited {
  outline: none; }

.green {
  background: #06785f; }

.calendar-and-ebook {
  margin-top: 4rem; }

.calendar-and-ebook .calendar-wrapper::before {
  content: url("../images/calendar-bg.png");
  width: 68px;
  height: 100px;
  position: absolute;
  z-index: 1;
  /*a number that's more than the modal box*/
  left: -41px;
  top: -39px; }

.calendar-and-ebook .calendar {
  background: #115945;
  color: #f2ddb7;
  position: relative;
  z-index: 2;
  min-height: 710px;
  padding: 24px 0 24px 24px; }

.calendar-and-ebook .calendar .header {
  margin-bottom: 1rem; }

.calendar-and-ebook .calendar .header .title {
  font-size: 1.8rem; }

.calendar-and-ebook .calendar .header .subtitle {
  font-size: 1.2rem; }

.calendar-and-ebook .calendar .event .left-event {
  flex-direction: column;
  display: flex;
  justify-content: space-around; }

.calendar-and-ebook .calendar .event .event-top-desc {
  display: flex;
  margin-bottom: 0.8rem; }

.calendar-and-ebook .calendar .event .event-top-desc .event-day {
  width: 40%; }

.calendar-and-ebook .calendar .event .event-top-desc .event-day .day {
  font-size: 24px;
  color: #e2644a; }

.calendar-and-ebook .calendar .event .event-top-desc .event-day .weekday {
  color: #929497; }

.calendar-and-ebook .calendar .event .event-top-desc .event-desc {
  width: 60%; }

.calendar-and-ebook .calendar .event .event-top-desc .event-desc .title {
  font-size: 1rem; }

.calendar-and-ebook .calendar .event .event-top-desc .event-desc .subtitle {
  font-size: 0.75rem; }

.calendar-and-ebook .calendar .event .event-bottom-desc {
  display: flex; }

.calendar-and-ebook .calendar .event .event-bottom-desc .event-time {
  width: 40%;
  color: #929497; }

.calendar-and-ebook .calendar .event .event-bottom-desc .event-type {
  width: 60%;
  color: #929497; }

.calendar-and-ebook .calendar .event .event-bottom-desc .event-type span {
  padding: 3px 6px;
  border: 1px solid #929497; }

.calendar-and-ebook .calendar .event .event-bottom-desc .premiere {
  color: #e2644a;
  border: 1px solid #e2644a !important; }

.calendar-and-ebook .calendar .event .event-detail {
  font-size: 12px;
  margin-bottom: 0.7rem;
  padding-left: 14px; }

.calendar-and-ebook .calendar .event .event-detail .type {
  color: #808184; }

.calendar-and-ebook .calendar .event .event-detail .name {
  color: #a66617; }

.calendar-and-ebook .calendar .event .event-desc2 {
  display: flex;
  padding: 0 15px 0 0; }

.calendar-and-ebook .calendar .event .event-desc2 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; }

.calendar-and-ebook .calendar .event .event-desc2 .left .event-detail {
  padding-left: 0; }

.calendar-and-ebook .calendar .event .event-desc2 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; }

.calendar-and-ebook .calendar .event .event-desc2 .right.premiere {
  background: #131313; }

.calendar-and-ebook .ebooks-wrapper {
  color: #fff;
  min-height: 710px;
  padding: 16px;
  background: #734610;
  background: -moz-linear-gradient(-45deg, #734610 0%, #a97111 70%, #a97111 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #734610), color-stop(70%, #a97111), color-stop(100%, #a97111));
  background: -webkit-linear-gradient(-45deg, #734610 0%, #a97111 70%, #a97111 100%);
  background: -o-linear-gradient(-45deg, #734610 0%, #a97111 70%, #a97111 100%);
  background: -ms-linear-gradient(-45deg, #734610 0%, #a97111 70%, #a97111 100%);
  background: linear-gradient(135deg, #734610 0%, #a97111 70%, #a97111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734610', endColorstr='#a97111', GradientType=1 ); }

.calendar-and-ebook .ebooks-wrapper .ebook-header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 10px;
  top: -25px;
  left: 34px; }

.calendar-and-ebook .ebooks-wrapper .ebook-header .header-bg {
  position: absolute; }

.calendar-and-ebook .ebooks-wrapper .ebook-header .text {
  text-align: center;
  font-size: 1.1rem;
  top: -16px;
  right: 73px;
  position: absolute; }

.calendar-and-ebook .ebooks-wrapper .ebook-header .text em {
  font-size: 2.4rem; }

.calendar-and-ebook .ebooks-wrapper .ebook-search {
  width: 60%; }

.calendar-and-ebook .ebooks-wrapper .ebook-search input {
  border-radius: 0;
  height: 37px; }

.calendar-and-ebook .ebooks-wrapper .ebook-search .input-group-append {
  height: 37px; }

.calendar-and-ebook .ebooks-wrapper .ebook-search .input-group-append button {
  color: #fff;
  border: none;
  background: #734610;
  background: -moz-linear-gradient(top, #734610 0%, #a97111 84%, #a97111 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #734610), color-stop(84%, #a97111), color-stop(100%, #a97111));
  background: -webkit-linear-gradient(top, #734610 0%, #a97111 84%, #a97111 100%);
  background: -o-linear-gradient(top, #734610 0%, #a97111 84%, #a97111 100%);
  background: -ms-linear-gradient(top, #734610 0%, #a97111 84%, #a97111 100%);
  background: linear-gradient(to bottom, #734610 0%, #a97111 84%, #a97111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734610', endColorstr='#a97111', GradientType=0 ); }

.calendar-and-ebook .ebooks-wrapper .ebook-categories .nav-link {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #a5a5a5;
  border-radius: 0;
  padding: 30px 3px; }

.calendar-and-ebook .ebooks-wrapper .ebook-categories .nav-link.active {
  background: transparent; }

.calendar-and-ebook .ebooks-wrapper .ebooks-content {
  border-left: 1px solid #c5c5c5; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .slick-list,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .slick-list,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .slick-list {
  padding-bottom: 2rem;
  overflow-x: scroll; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .slick-list::-webkit-scrollbar-track,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .slick-list::-webkit-scrollbar-track,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .slick-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .slick-list::-webkit-scrollbar,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .slick-list::-webkit-scrollbar,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .slick-list::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .slick-list::-webkit-scrollbar-thumb,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .slick-list::-webkit-scrollbar-thumb,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .slick-list::-webkit-scrollbar-thumb {
  background-color: #115945;
  border: 2px solid #115945; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .ebook-data-wrapper,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .ebook-data-wrapper,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .ebook-data-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .ebook-title,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .ebook-title,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .ebook-title {
  font-size: 16px;
  margin-top: 1rem;
  border-bottom: 1px solid #fff; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .ebook-desc,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .ebook-desc,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .ebook-desc {
  font-size: 1em;
  font-family: "sarabun";
  margin-top: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.calendar-and-ebook .ebooks-wrapper .ebook-list .ebook-read,
.calendar-and-ebook .ebooks-wrapper .ebook-list2 .ebook-read,
.calendar-and-ebook .ebooks-wrapper .ebook-list3 .ebook-read {
  display: flex;
  justify-content: flex-end; }

.calendar-and-ebook .ebooks-wrapper .viewall {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end; }

.calendar-and-ebook .ebooks-wrapper .viewall button {
  background: #115945;
  padding: 3px 12px; }

@media screen and (max-width: 768px) {
  .calendar-and-ebook .ebook-data-wrapper {
    margin-bottom: 1rem; } }

.videos-wrapper {
  background: #000;
  margin-top: 2rem; }

.videos-wrapper #videos-slide {
  width: 70%;
  margin: 0 auto; }

.videos-wrapper #videos-slide .carousel-control-prev {
  left: -175px; }

.videos-wrapper #videos-slide .carousel-control-prev em {
  font-size: 3rem; }

.videos-wrapper #videos-slide .carousel-control-next {
  right: -175px; }

.videos-wrapper #videos-slide .carousel-control-next em {
  font-size: 3rem; }

@media screen and (max-width: 768px) {
  .videos-wrapper #videos-slide {
    width: 100%; }
  .videos-wrapper #videos-slide .carousel-control-prev {
    left: 0; }
  .videos-wrapper #videos-slide .carousel-control-next {
    right: 0; } }

.videos-list {
  position: relative;
  padding-bottom: 3rem;
  background: #115945; }

@media screen and (min-width: 1200px) {
  .videos-list .container {
    max-width: 1260px; } }

.videos-list::before {
  content: url("../images/videos-bg.png");
  width: 100%;
  height: 109px;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  bottom: 54px; }

.videos-list .list-bg .list-wrapper {
  position: relative;
  z-index: 2;
  background: #a26b11;
  display: flex;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem; }

.videos-list .list-bg .video {
  width: 20%; }

.videos-list .list-bg .video:not(:last-child) {
  margin-right: 1rem; }

@media screen and (max-width: 768px) {
  .videos-list .list-bg {
    overflow-x: scroll; }
  .videos-list .list-bg .list-wrapper {
    margin: 0 -15px;
    width: 1000px;
    position: relative;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #a26b11;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 2.5rem; }
  .videos-list .list-bg .list-wrapper .video {
    width: 200px; } }

.partner-wrapper {
  background: #fff; }

.partner-wrapper .partner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #fff; }

@media screen and (max-width: 768px) {
  
#map {
  height: 350px; }

.sitemap {
  background: #6b6b6b;
  color: #fff; }

.sitemap .container {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.sitemap .header {
  font-family: "Prompt";
  margin-bottom: 0.5rem;
  font-size: 16px; }

.sitemap div {
  display: flex;
  flex-direction: column; }

.sitemap div a {
  font-size: 1em; line-height: 2em;
  font-family: "sarabun";
  color: #fff; }

.sitemap div a:hover {
  color: #dfdfdf; }

.p-md-27-sm-15 {
  padding: 27px; }

.p-md-25-sm-14 {
  padding: 25px; }

.p-30-26-sm-18-12 {
  padding: 30px 16px; }

.p-30-26-sm-18-12 em {
  font-size: 3.5rem; }

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0 !important; }
  .slick-next {
    right: 0 !important; }
  .p-md-27-sm-15 {
    padding: 15px !important; }
  .p-md-25-sm-14 {
    padding: 14px !important; }
  .p-30-26-sm-18-12 {
    padding: 18px 12px !important; }
  .p-30-26-sm-18-12 em {
    font-size: 1.5rem !important; }
  .prev-slide,
  .next-slide {
    display: none !important; } }

.slide-menus-slick {
  position: relative; }

.slide-menus-slick .prev-slide {
  display: block;
  position: absolute;
  top: 40%;
  left: -72px;
  transform: translateY(-50%);
  font-size: 2rem; }

.slide-menus-slick .next-slide {
  display: block;
  position: absolute;
  right: -72px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1000;
  font-size: 2rem; }


/* ////// SEEREEN CSS ////// */

.img-slide{max-height:352px;}
.line-menu{position: absolute;  right: 0;}
.icon-Asset-8::before{margin-left: -10px;}

/* ข่าวจัดซื้อจัดจ้าง */
.date-procurement{color: #999; font-size: 13px; padding-left: 10px;}
.procurement ul {padding: 0; margin: 0;font-family:'Sarabun';}
.procurement ul li {padding: 0; margin-left: 20px; list-style:none ; background-image: url(../images/pdf.png); background-position: 0px 13px; background-repeat: no-repeat;
  padding-left: 35px; line-height: 25px; border-bottom: 1px solid #e1e0e0; padding-bottom: 10px;padding-top: 10px; font-size: 1em;
  font-family: "Prompt";}
.procurement ul li a {color: #333; }

.job ul {padding: 0; margin: 0;font-family:'Sarabun';}
.job ul li {padding: 0; margin-left: 20px; list-style:none ; background-image: url(../images/job.png); background-position: 0px 13px; background-repeat: no-repeat;
  padding-left: 35px; line-height: 25px; border-bottom: 1px solid #e1e0e0; padding-bottom: 10px;padding-top: 10px; font-size: 1em;
  font-family: "Prompt";}
.job ul li a {color: #333;}

.btnall{width: 100px; margin: 0 auto;  display: block;  margin-top: 20px;}
.footer{position: relative;}
.line-footer{position:absolute;width:100%; top: -20px; left: 0; background-image: url(../images/line-footer.png); background-repeat: no-repeat;
  background-position: center center; height:40px;margin-left: auto; margin-right: auto;}
.social em {font-size:1.5em; margin:10px;}

@media screen and (min-width: 568px) and (max-width: 768px){
.slide-menus-header .header-bg { top: 0px !important; }
.slide-menus-header .text { top: 15px !important; }
.slide-menus-header {  min-height: 95px;}
}
@media screen and (min-width: 375px) and (max-width: 375px){
.slide-menus-header .header-bg { top: -34px !important; }
}
@media screen and (min-width: 411px) and (max-width: 414px){
.slide-menus-header .header-bg { top: -21px !important;}
.slide-menus-header .text { top: 0px;}
}
@media screen and (min-width: 812px) and (max-width: 823px){
.main-header{min-height:auto;}
.search-mobile {  display: flex; color:white;}
}
@media screen and (min-width: 320px) and (max-width: 320px){
.carousel-caption { width: 80%;}
.carousel-caption .caption-subtitle{margin-bottom: 0.2rem;}
.slide-menus-header .header-bg {top: -52px;}
.slide-menus-header .text{top: -30px;}
}
@media screen and (min-width: 768px) and (max-width: 768px){
  .carousel-caption .caption-subtitle{font-size: 1rem; line-height:2rem; }
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
.main-header { min-height: 506px;}
.navbar-wrapper .bottom-navbar{padding-top:0;}
.bottom-navbar ul{padding-right:0px;}
.navbar-wrapper .bottom-navbar .nav-item{font-size: 0.85em !important;}
}

.float-mobile{float:right;}

/* PAGE */
.main-header-page{min-height: 165px;}
.wrap-content{background-color:white; padding-bottom:60px; margin:0; font-family: "Sarabun"; font-size: 1.1em; line-height:1.8em;}
.bread{ font-size:0.9em; padding: 6px; background-color: #eee; }
.title-page{color: #0a7f68; font-size: 22px; padding-top: 20px;padding-bottom: 10px;}
.title2-page{color: #114e99; font-size: 20px;}

/* knowledge */
.card-knowledge{ padding: 0; margin:15px;}
.card-body-knowledge{background-color: #e5eef0;padding: 10px; text-align: center; font-family: 'prompt'; font-size: 16px;
	position: relative; min-height:270px; padding-top: 50px;}
.card-knowledge img{ width: 100%;}
.btn-knowledge{margin-top: 10px; margin-bottom: 10px; display: inline-block;	background-color: #1cac74; color: #fff; border-radius:20px;
	padding-left: 30px; padding-right: 30px; padding-top: 5px;padding-bottom: 5px;  font-size: 14px; }
.btn-knowledge:hover{color: #fff; background-color: #27bc82; text-decoration: none;}
.text-knowledge{font-size: 14px; padding-top: 10px; height:73px ; overflow: hidden;}
.arrow-up-knowledge {  width: 0;   height: 0;   border-left: 15px solid transparent;  border-right: 15px solid transparent;
  border-bottom: 15px solid #e5eef0; margin: 0 auto;    margin-top: -25px; position: relative; z-index:1 ;}
.arrow-down-knowledge {  width: 0;   height: 0;   border-left: 15px solid transparent;  border-right: 15px solid transparent;
	border-top: 15px solid #e5eef0; margin-left:auto; margin-right: auto; left: 0;  right: 0;bottom:-15px; position: absolute; z-index:1 ;}

/* pagination */
.pagination a {  margin: 0 4px; }
.pagination a {  border-radius: 5px;}
.pagination a.active.page-link {  border-radius: 5px;}
.page-item.active .page-link{background-color: #4eaa66;    border-color: #4eaa66;	color: white;}
.page-link{color: #333;background-color: #e2e2de;}
.pagination {	justify-content: center; margin-top: 40px;margin-bottom: 40px;}

/* CEO */
a.btn-ceo-profile{ font-family: "prompt"; font-size: 1em; color: #048c57 !important; border:2px solid #1cac74; border-radius: 50px; background-color: #fff; padding: 5px; display: inline-block;}
a.btn-ceo-profile:hover{color: #059d62 !important; text-decoration: none;background-color: #eafdf6; }
.rowname{border-top: 1px solid #d2d0d0;border-bottom: 1px solid #d2d0d0; margin-top: 20px; margin-bottom: 20px; padding: 10px;}
.name-ceo{ color: #2f6f1a; font-family: "prompt"; font-size: 1.4em; font-weight: normal;}
cite {font-style:inherit; color: #a27e3a; font-family: "prompt"; font-size: 1.15em; font-weight: normal;}
.cite2 { padding-left: 40px; font-style:inherit; color: #a27e3a; font-family: "prompt"; font-size: 1.15em; font-weight: normal;}
.icon-ceo{line-height: 30px; margin-top: -10px; letter-spacing: normal; }
.icon-ceo img{padding-right: 10px;}
.box-ceo{margin-left: 15px; margin-right: 15px; margin-top: 20px; margin-bottom: 20px; padding: 20px; display: flex; text-align: left;	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39); border-radius: 4px; }
.pic-ceo{padding: 0; margin:0; }
.pic-ceo img{ border: 1px  solid #cccccc; }
.title-ceo{color: #009100; font-size: 1.3em; font-family: "prompt";}
/* LAWS */
.card-law{font-family: 'prompt'; font-size: 16px; text-align: center; margin-top: 20px; margin-bottom: 20px; }
.card-law div{padding-top: 10px;}
.card-law div a { color: #333;	}
.card-law div a:hover{color: blue; text-decoration: none;}
.card-law img{ border-radius:2px;}
#laws-tab{ text-align: center; margin: 0 auto; font-family: 'prompt'; font-size:17px; color: #515050; margin-bottom: 30px; margin-top: 30px;}
.laws-tab{ background-color: #ebebeb; margin: 6px; border-radius:2px; color: #333; }
.laws-tab a{ color: #333; font-family: "ThSarabun"; !important;}
.laws-tab:hover,.laws-tab a.active {background-color: #c19b02 !important; color: #fff !important;}

/* List Style Icon */
.date-news {  color: #bbb;  font-size: 13px;  padding-left: 5px;  padding-right: 5px;}
.list-style01 ul{padding: 0; margin: 0;}
.list-style01 ul li{ margin-left: 15px; padding-top: 10px; padding-bottom: 10px; list-style:none; padding-left: 40px; background-image: url(../images/icon-pdf.png); background-position: 5px 10px; background-repeat: no-repeat; border-bottom: 1px solid #e1e0e0; }
.list-style01 ul li a{color: #333;}
.list-style01 ul li a:hover{color: blue; text-decoration: none;}

.list-style02 ul{padding: 0; margin: 0;}
.list-style02 ul li{ margin-left: 15px; padding-top: 10px; padding-bottom: 10px; list-style:none; padding-left: 40px; background-image: url(../images/icon-fineart.png); background-position: 5px 10px; background-repeat: no-repeat; border-bottom: 1px solid #e1e0e0; }
.list-style02 ul li a{color: #333;}
.list-style02 ul li a:hover{color: blue; text-decoration: none;}

.list-style03 ul{padding: 0; margin: 0;}
.list-style03 ul li{ margin-left: 15px; padding-top: 10px; padding-bottom: 10px; list-style:none; padding-left: 40px; background-image: url(../images/icon-culture.png); background-position: 5px 7px; background-repeat: no-repeat; border-bottom: 1px solid #e1e0e0; }
.list-style03 ul li a{color: #333;}
.list-style03 ul li a:hover{color: blue; text-decoration: none;}

.list-style04 ul{padding: 0; margin-bottom: 30px; }
.list-style04 ul li{ padding-top: 10px; padding-bottom: 10px; list-style:none; padding-left: 30px; background-image: url(../images/bullet01.png); background-position: 0px 15px; background-repeat: no-repeat; border-bottom: 1px solid #e1e0e0; }
.list-style04 ul li a{color: #333;}
.list-style04 ul li a:hover{color: blue; text-decoration: none;}
/* HR line */
.style1{width:100%; border-top: 1px solid #8c8b8b; margin-top: 30px; margin-bottom: 30px;}
.style2 { width:100%;margin-top:30px;  margin-bottom: 30px;  border: 0;  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.bg-fields{background-color: #e3eef0;}
.title-send-contact{ font-family: 'prompt'; color: #23282f;font-size: 20px;margin-bottom: 30px;	}
.bottom-page{margin-bottom: 20px;}
/* FAQ */
.title-faq{color: green; font-size: 1.2em; margin-top: 10px; margin-bottom: 10px;	 background-color: #e8f1e8; padding: 10px; border-radius:10px;  }
.collapsible-link {	width: 100%;	position: relative;	text-align: left;}
.collapsible-link::before {	content: '\f107';	position: absolute;	top: 50%;	right: 0.8rem;	transform: translateY(-50%);	display: block;	font-family: 'FontAwesome';	font-size: 1.1rem;}
.collapsible-link[aria-expanded='true']::before {	content: '\f106';}
/* museum */
.title-museum{font-weight: bold; font-size: 1.1em; font-family: "prompt";	background-color: #e8f1e8;padding: 5px; border-radius:10px; text-align: center;}
.eventcalendar.active { display:block; position: relative; z-index:0 ; }
.eventcalendar{display:block; position: absolute; z-index:-1 ; }
#calendar{ position: relative;}
.lineclearfix{clear:both; height: 60px;}
#newsdetail {margin-top: 40px; margin-bottom: 40px; text-align: center; margin:0 auto;}
#newsdetail .carousel-indicators li.active { position: relative; bottom: -50px;  width: 12px; height: 12px; margin-right: 4px; margin-left: 3px; cursor: pointer;    background-color: #489162; opacity: 1; }
#newsdetail .carousel-indicators li {border: 0; position: relative; bottom: -50px;  width: 12px; height: 12px; margin-right: 4px; margin-left:3px; cursor: pointer;   background-color: #cfd0ce; opacity: 1; }
/* FORM */
.title-form{font-weight: bold;color: #086b4d; padding: 0;	margin-top: 30px; margin-bottom: 10px;}
.red{color: red;}
.custom-control {vertical-align: middle;}
.form-survey .row{margin-top: 5px; margin-bottom: 5px;letter-spacing: normal;}

/* หน้าจอต่างๆ page */
@media screen and (min-width: 1024px) and (max-width: 2000px){
  .card-newss{max-width: 30%;}
  .fc-border-separate tr.fc-last th{min-width: 158px; }
  .text-size {	margin-left: 0px;}
  .dropdown-submenu>.dropdown-menu.menuright {left: 80%;}
  .card-knowledge{ max-width: 22%; }
  .box-ceo{ max-width: 46%;}
  }
  @media screen and (min-width: 1024px) and (max-width: 1024px){
    .text-size {    margin-left: -22px;}
  .name{font-size: 38px; }
  .name_eng{font-size: 29px; }
  #topmenu a.nav-link{padding:0; }
  #topmenu li{font-size: 13px; padding-right: 14px;}
  .text-icon {max-width: 16%;}
  .fc-border-separate tr.fc-last th{min-width: 130px; }
  .col-md-8.wrap-vdo{max-width: 100%;}
  .card-knowledge{ max-width: 21%; }

  }
  @media screen and (max-width: 731px) and (min-width: 640px){
  .card-knowledge {max-width: 44%;}
}
@media screen and (max-width: 823px) and (min-width: 736px){
.card-knowledge {    max-width: 44%;    flex: 0 0 44%;}
}
  @media screen and (min-width: 375px) and (max-width: 375px){
  .fc-header-right{position: absolute;top: 35px;right: 117px;}
  .fc-border-separate{margin-top: 26px;}
  .fc-border-separate tr.fc-last th{min-width:50px; }
  .box-ceo {display: block;}
  .name-ceo {margin-top: 10px;}
  .pic-ceo {text-align: center;}

  }
  @media screen and (min-width: 360px) and (max-width: 360px){
    .box-ceo {display: block;}
    .name-ceo {margin-top: 10px;}
    .pic-ceo {text-align: center;}
    }
  @media screen and (min-width: 414px) and (max-width: 414px){
    .fc-header-right{position: absolute;top: 35px;right: 117px;}
    .fc-border-separate{margin-top: 26px;}
    .fc-border-separate tr.fc-last th{min-width:55px; }
    .box-ceo {display: block;}
    .name-ceo {margin-top: 10px;}
    .pic-ceo {text-align: center;}
    }

    @media screen and (min-width: 411px) and (max-width: 411px){
      .box-ceo {display: block;}
      .name-ceo {margin-top: 10px;}
      .pic-ceo {text-align: center;}
      }

  @media screen and (min-width: 300px) and (max-width: 1023px){
  .text-size {margin-left: 80px; }
  }











/**** Start Color Switcher ****/
.colors-switcher {
	width:46px;
	padding:10px 0px 0px 10px;
	position:fixed;
	z-index:5;
	top:160px;
	right:0;
	background-color: rgba(255,255,255,.9);
	border-radius:2px 0 0 2px;
	border:1px solid rgba(0,0,0,.1);
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.colors-switcher > p {	font-size: 11px;	line-height: 0;}
.colors-switcher #show-panel {
	position:absolute;
  left:-46px;
	top:15px;
	width:46px;
	height:38px;
	z-index:5;
	display:block;
	background-color: rgba(255,255,255,.9);
	border-radius:2px 0 0 2px;
	border:1px solid rgba(0,0,0,.1);
	border-right:none;
	cursor: pointer;
}
.colors-switcher #show-panel em {
	color: #3D3D3D;
	font-size: 20px;
	line-height: 38px;
	margin-left: 15px;
}
.colors-switcher .colors-list {	margin:0;	padding:0;}
.colors-switcher .colors-list li {
	float:left;
	display:block;
	margin-bottom:2px;
	margin-right:6px;
}
.colors-switcher .colors-list li a {
	display:inline-block;
	width:24px;
	height:24px;
	border-radius:2px;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	cursor: pointer;
}
.colors-switcher .colors-list li a:hover {	box-shadow:inset 0 0 6px rgba(0,0,0,.4);}
.colors-switcher .colors-list a.green {	background-color:#5BB12F;}
.colors-switcher .colors-list a.red {	background-color:#FF432E;}
.colors-switcher .colors-list a.blue{	background-color:#28ABE3;}


/*ธง*/
.wrap-flag{position: relative; }
.flag{position:absolute; top:-8px; right:0px; z-index: 2;padding-left: 0; padding-right: 0;}
.flag ul li a.dropdown-toggle::after{right: -5px !important;}
@media screen and (min-width: 300px) and (max-width: 1023px){
  .flag-mobile{top: -50px !important;}
}

@media screen and (min-width: 300px) and (max-width: 320px){
.wrap-flag{margin-left: -100px;}
}

@media screen and (min-width: 300px) and (max-width: 375px){
#sidebar, #footer-sidebar { width: 300px;right: -300px;}
#sidebar .dropdown-toggle.collapsed::after{ right: 135px;}
#sidebar .dropdown-toggle::after { right: 135px;}
#dismiss{ right: 110px;}
}
@media screen and (min-width: 414px) and (max-width: 414px){
  #sidebar, #footer-sidebar { width: 270px;right: -300px;}
  #sidebar .dropdown-toggle.collapsed::after{ right: 95px;}
  #sidebar .dropdown-toggle::after { right: 95px;}
  #dismiss{ right: 70px;}
}
@media screen and (min-width: 568px) and (max-width: 823px){
  #sidebar, #footer-sidebar { width: 300px;right: -300px;}
  #sidebar .dropdown-toggle.collapsed::after{ right: 110px;}
  #sidebar .dropdown-toggle::after { right: 110px;}
  #dismiss{ right: 90px;}
}
@media screen and (min-width: 740px) and (max-width: 768px){
  #sidebar, #footer-sidebar {right: -300px;}
}
.news-card .text .title a {  color: #115945;}
.article{text-align:left;}
.article img{ border-radius: 4px; width:171px; height:171px;}
.article h5{margin-top:10px; margin-bottom:10px;height:48px; overflow: hidden; }
.article p{height:90px; overflow: hidden; min-height:90px; }
.article p a,.article a h5{color:#f2ddb7;}
.ebook-data-wrapper{margin-bottom:26px;}
.ebook-title {height:64px; overflow: hidden; margin-top:10px; margin-bottom:10px; }
.date-news{font-size:0.85em; color:green; margin-left:-5px; margin-top:10px;}

.address2,.address2 a{font-size: 16px; margin-top: 20px; color: #000; line-height:25px; }
.address2 ul { padding:0; background-image: url(../images/icon-fineart.png);background-position: 5px 10px;background-repeat: no-repeat;padding-left: 5px; padding-top:10px;}
.address2 ul li {list-style: none; line-height: 25px;}
.address2 span { padding-left: 40px; display: block;}
.address2 img {margin-bottom: -40px; }
.text-green{color:#30905d;}

.bg-gray{background-color:rgb(242, 235, 253); border-radius:4px;}
.wrap-content a{color: #007bff;}
.btn-success {color:white !important;}
.file {visibility: hidden;position: absolute;}
/*---------------------------------------
      TEAM
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
	background: #50d8af;
    color: #000;
    padding: 15px;
    border-radius: 0 0 3px 3px;
  }
  .team-info a{color:white;}

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }
  .team-info h6{font-size:1.2em;}

  .text-person{color:white;}

 /* vertical Tabs */
.nav-vertical ul li h6{font-weight:bold; }
.nav-vertical .nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-radius: 0;
    display: table; }
    .nav-vertical .nav-left.nav-tabs li.nav-item {
      float: none;
      margin: 0;
	  margin-right: -1px;
	  display: block;
	  text-decoration: none;
	  min-height: 40px;
	  font-size: 21px;
	  line-height: 20px;
	  text-align: right;
	  padding: 15px 10px;
	}
      .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
        border: 1px solid #ddd;
        border-right: 0;
        border-radius: 0.25rem 0 0 0.25rem; }
    .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link { background: #FFF;
      color: #4eaa66; }
      .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
		color: #fff;
		background: #024c3c;
		margin-bottom: 0px;
		border-bottom: 2px solid #024c3c;
		border-radius: 6px;
	}

  .nav-vertical .nav-left ~ .tab-content {
    margin-left: 0px; }
    .nav-vertical .nav-left ~ .tab-content .tab-pane {
      display: none;
      background-color: #fff;
      padding: 0 0 0.6rem 1rem;
      overflow-y: auto; }
      .nav-vertical .nav-left ~ .tab-content .tab-pane.active {
        display: block; }

  .nav-vertical .nav-right.nav-tabs {
    float: right;
    border-bottom: 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    display: table; }
    .nav-vertical .nav-right.nav-tabs li.nav-item {
      float: none;
      margin: 0;
      margin-left: -1px; }
      .nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
        border: 1px solid #ddd;
        border-left: 0;
        border-radius: 0 0.25rem 0.25rem 0; }
    .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
      color: #4eaa66; }
      .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
        border-right: 3px solid #4eaa66;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #555; }

  .nav-vertical .nav-right ~ .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 0.6rem 1rem;
    overflow-y: auto; }
    .nav-vertical .nav-right ~ .tab-content .tab-pane.active {
    display: block; }

    .cite3 {    padding-left: 0px;    font-style: inherit;    color: #a27e3a;    font-family: "prompt";    font-size: 1.15em;    font-weight: normal;
    }
    .tb-person table tr td{vertical-align: middle;}
    .thead-green th {    color: #fff;    background-color: #4aa78e;    border-color: #4aa78e;}
    .card-title-vdo{font-size:1.1em; font-weight:bold; line-height:1.6em;}
    .allvdo{ position: relative;  z-index: 2; background: #a26b11; margin-top: -50px; padding-bottom: 10px;}
    .all-knowledge{float:right; margin-right: 20px; margin-top:-15px;}


    .icon-header{
        text-decoration:none; color:#fff; margin:0 10px;
    }


    .list-rss {width:100%;}
.list-rss ul{padding: 0; margin: 0;}
.list-rss ul li{ margin-left: 15px; padding-top: 10px; padding-bottom: 10px; list-style:none; padding-left: 40px; background-image: url(../../icons/icon_rss.png); background-position: 5px 10px; background-repeat: no-repeat; border-bottom: 1px solid #e1e0e0; }  
.list-rss ul li a{color: #333;}
.list-rss ul li a:hover{color: blue; text-decoration: none;}
.rssnews{color:#1495ba; font-size: 14px; padding-top:5px;}
.bg-title-rss{background-color: #ebf3ef; border-radius:4px; padding:2px; font-weight:bold; padding-left:20px; margin-top:30px; }


/* New footer */
.menu-bottom li {font-size: 15px; list-style:none; margin-top: 5px; padding: 0; line-height:30px; display:block; background-image: url(../images/arrow-menu-button.png); background-repeat: no-repeat; background-position: 10px 8px; padding-left:35px;}
.menu-bottom a{color: #fff;  }
.menu-bottom a:hover { color: #dfdfdf; }
.counter-numbers li {list-style:none; display: inline-block;line-height: 15px;color:black;  font-size:22px; font-weight: bold; border-radius: 2px;background: rgb(255,255,255);background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(233,233,233,1) 50%); padding:7px; }
.mail{color: #fff;}
.mail:hover{color: #dfdfdf;}
