﻿@font-face {
  font-family: 'cs_chatthairegular';
  src: url("fonts/cschatthai-webfont.eot");
  src: url("fonts/cschatthai-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cschatthai-webfont.woff") format("woff"), url("fonts/cschatthai-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'JSSadayu-Bold';
  src: url("fonts/JSSadayu-Bold.woff2") format("woff2"), url("fonts/JSSadayu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'NotoSansThaiUI';
  src: url("fonts/NotoSansThaiUI-Bold.woff2") format("woff2"), url("fonts/NotoSansThaiUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'NotoSansThaiUI';
  src: url("fonts/NotoSansThaiUI-Regular.woff2") format("woff2"), url("fonts/NotoSansThaiUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body,
button {
  font-family: "NotoSansThaiUI", "Noto Sans"; }

body {
  color: #000;
  font-size: 1em;
  line-height: 1.25; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "NotoSansThaiUI", "Noto Sans";
  font-weight: bold;
  line-height: 1;
  color: #006838;
  margin-bottom: 15px; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

strong {
  font-family: "NotoSansThaiUI", "Noto Sans";
  font-weight: bold; }

a,
a:hover {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

a {
  color: #006838; }

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

p {
  color: #9a9a9a;
  margin-top: 15px;
  font-size: 0.85rem;
  line-height: 1.5; }

p:first-child {
  margin-top: 0; }

.btn {
  font-family: "NotoSansThaiUI", "Noto Sans";
  background: #006838;
  color: #fff;
  border-radius: 5px; }

.btn:hover {
  color: #fff; }

.page-title {
  color: #006838;
  font-size: 2em; }

.section-title {
  margin-bottom: 30px; }

.note {
  color: #006838; }

body {
  background: #f5f5f5; }

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 0; }
  .top-header a {
    font-family: 'JSSadayu-Bold';
    font-size: 1.75rem; }
  .top-header a img {
    width: 75px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px; }

.top-banner img {
  width: 100%;
  margin: 20px auto;
  display: block; }

.mobile-menu {
  display: none; }

.navbar {
  padding: 0;
  margin-bottom: 15px; }
  .navbar .nav_logo a {
    border: none; }
    .navbar .nav_logo a:hover {
      border: none; }
  .navbar .navbar-toggler {
    border: none;
    position: absolute;
    top: 0;
    right: 0; }
  .navbar a {
    color: #006838;
    display: block;
    margin: 0 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent; }
  .navbar li.active a,
  .navbar a:hover {
    border-color: #006838; }
  .navbar .menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar .menu-social a, .navbar .menu-social a:hover, .navbar .menu-social a:active {
      border: none; }

footer .footer-menu {
  background: #fff;
  padding: 40px 0; }
  footer .footer-menu h3 {
    font-weight: normal;
    font-size: 1.75rem; }
  footer .footer-menu .box-subscribe h3, footer .footer-menu .box-subscribe p {
    color: #707070; }
  footer .footer-menu .box-subscribe .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .footer-menu .box-subscribe .form-control {
    width: 70%; }
  footer .footer-menu .box-subscribe .btn {
    width: 28%; }
  footer .footer-menu .box-footer-menu h3 {
    padding-left: 10px;
    border-left: 3px solid #006838; }
  footer .footer-menu .box-footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  footer .footer-menu .box-footer-menu li {
    margin: 20px 0 0; }
  footer .footer-menu .box-footer-menu a {
    font-size: 1rem; }

footer .footer-copyright {
  padding: 15px 0;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
  background: #006838; }
  footer .footer-copyright a {
   display: inline-block;
    margin-left: 15px; }
  footer .footer-copyright .footer-social {
    text-align: right; }

img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

@media screen and (max-width: 993px) {
  .page-wrap {
    padding-top: 50px; }
  .navbar {
    padding-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
    min-height: 40px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .navbar .hide-collapse {
      display: none; }
    .navbar a {
      text-align: center;
      border: none; }
    .navbar li.active a,
    .navbar a:hover {
      border-color: #006838; }
    .navbar .menu-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 0 15px; }
      .navbar .menu-social a, .navbar .menu-social a:hover, .navbar .menu-social a:active {
        border: none;
        padding: 0; }
  .mobile-menu {
    display: block; }
    .mobile-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .mobile-menu li {
      list-style-type: none;
      width: 50%;
      text-align: center; }
    .mobile-menu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.15rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .mobile-menu i {
      width: 30px;
      height: 30px;
      margin-right: 5px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .mobile-menu .icon-check {
      background-image: url(../images/icon/check.svg); }
    .mobile-menu .icon-investigate {
      background-image: url(../images/icon/investigate.svg); } }

@media screen and (max-width: 415px) {
  .top-header a {
    font-size: 1.25rem; }
  .top-header a img {
    width: 45px; }
  .mobile-menu {
    display: block; }
    .mobile-menu li {
      padding: 10px 0; }
    .mobile-menu a {
      font-size: 0.95rem;
      text-align: left; }
    .mobile-menu i {
      width: 15px;
      height: 15px; } }

.tab {
  width: 50%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .tab li {
    position: relative; }
  .tab li.active a,
  .tab a:hover {
    background: #006838;
    color: #fff; }
  .tab a {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #dbdbdb;
    padding: 20px 15px;
    position: relative;
    font-size: 1.25rem; }
    .tab a:before {
      content: "";
      width: calc(100% - 30px);
      height: 1px;
      position: absolute;
      left: 15px;
      bottom: 13px;
      border-bottom: 1px solid #006838;
      z-index: 2; }
  .tab li.active a:before,
  .tab a:hover:before {
    border-color: #fff; }

.tab-content .content {
  padding: 15px;
  background: #fff; }

.sub-tab .sub-tab-menu {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .sub-tab .sub-tab-menu li {
    position: relative; }
  .sub-tab .sub-tab-menu li.active a,
  .sub-tab .sub-tab-menu a:hover {
    background: #006838;
    color: #fff; }
  .sub-tab .sub-tab-menu a {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 20px 15px;
    position: relative;
    border: 1px solid #707070;
    text-align: center; }

.sub-tab .sub-tab-content .content {
  padding: 15px;
  background: #fff; }

.sub-tab .sub-tab-content img {
  max-width: 100%;
  display: block; }

.sub-tab .sub-tab-content .title-text {
  font-size: 1.3em;
  background-color: #fff;
  display: block;
  padding: .5em;
  /*	vertical-align: middle;*/ }

.section {
  margin: 100px auto; }
  .section .container {
    position: relative; }
  .section .tab {
    position: absolute;
    top: 0;
    right: 15px; }
  .section .tab.main01 {
    position: relative;
    top: 0;
    left: 0; }
  .section .tab-title {
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 20px 10px;
    background: #fff; }

.tiles a {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*opacity: 0.7;*/ }
  .tiles a:hover {
    opacity: 1; }

.tiles span {
  width: 80%;
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #006838;
  z-index: 2;
  -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  .tiles span:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-bottom: 3px solid #006838;
    z-index: 2; }

.tiles .tiles-child a {
  height: 310px; }

.tiles .tiles-vertical a {
  height: 620px; }

@media screen and (min-width: 768px) {
  .tab a {
    font-size: 1rem; } }

@media screen and (max-width: 769px) {
  .section .tab {
    width: 100%;
    right: 0;
    top: 0;
    height: 58px;
    position: relative; } }

@media screen and (max-width: 415px) {
  .section .tab {
    height: 76px; } }

.section-main-banner {
  margin-top: 10px;
  position: relative; }
  .section-main-banner .container {
    position: relative; }
  .section-main-banner .tab li {
    width: 33.33%; }
  .section-main-banner .banner-slideshow {
    height: 450px; }
    .section-main-banner .banner-slideshow .slide-image {
      height: 450px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .section-main-banner .banner-slideshow .owl-theme .owl-nav.disabled + .owl-dots {
      margin: 0;
      position: absolute;
      bottom: 0;
      right: 10px; }
    .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot {
      outline: none; }
    .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot span {
      background: #fff; }
    .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot.active span,
    .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot:hover span {
      background: #006838; }

.section-search {
  background: #006838;
  padding: 30px 0; }
  .section-search h2 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .section-search .form-group {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section-search .form-control {
    width: 80%; }
  .section-search input[type="button"] {
    width: 18%; }
  .section-search .btn {
    background: #06c876;
    text-transform: uppercase; }

.section-service .box-service {
  position: relative;
  background: #fff; }

.section-service .tab {
  right: 0; }

.section-service .tab li {
  width: 50%; }

.section-service .tab-title {
  border-bottom: 1px solid #707070; }

.section-service .tab-content ul li {
  margin: 30px 15px;
  padding-left: 5px;
  list-style-image: url(../images/icon/arrow.svg); }

.section-service .service-image {
  width: 100%;
  min-height: 50vh;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.section-service-list {
  overflow: hidden; }
  .section-service-list img {
    width: 100%;
    display: block; }
  .section-service-list a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .section-service-list a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .section-service-list a span {
      position: absolute;
      bottom: 25px;
      right: 25px;
      color: #fff; }
  .section-service-list .view-all a {
    font-size: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    background: #fff;
    padding: 1em; }
    .section-service-list .view-all a:hover {
      background: #006838; }
    .section-service-list .view-all a:hover span {
      color: #fff; }
    .section-service-list .view-all a:hover span:after {
      border-color: #fff; }
  .section-service-list .view-all span {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    color: #006838; }
    .section-service-list .view-all span:after {
      content: "";
      width: 100%;
      border-bottom: 4px solid #006838;
      position: absolute;
      bottom: -10px;
      left: 0; }

.section-home-content h2 {
  font-size: 2rem;
  line-height: 1.5; }

.section-home-content p {
  color: #9a9a9a; }

.section-home-content img {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); }

.section-news-list a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .section-news-list a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .section-news-list a:before {
    content: "";
    width: 100%;
    height: 104px;
    background: url(../images/overlay-image.png) repeat-x bottom center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; }
  .section-news-list a img {
    width: 100%;
    display: block; }
  .section-news-list a span {
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 2;
    font-size: 0.9em; }

@media screen and (min-width: 768px) {
  .section-main-banner .sub-tab-menu li {
    width: 33.33%; }
  .section-service-list .service-list {
    width: 50%; }
  .section-service-list .view-all {
    height: 200px; } }

@media screen and (min-width: 992px) {
  .section-main-banner .sub-tab-menu li {
    width: 16.66%; }
  .section-service-list .container {
    max-width: 100%;
    padding: 0; }
  .section-service-list .service-list {
    width: 20%;
    padding: 0 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section-news-list .container {
    max-width: 100%;
    padding: 0; } }

@media screen and (max-width: 1025px) {
  .section-service-list a span {
    font-size: 1rem; }
  .section-news-list a span {
    font-size: .75em;
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 2; } }

@media screen and (max-width: 769px) {
  .section-home-content img {
    display: block;
    margin: 10px auto; }
  .section-main-banner {
    padding-top: 25px; }
    .section-main-banner .tab li {
      width: 33.33%;
      height: 58px; }
    .section-main-banner .banner-slideshow {
      height: 450px; }
      .section-main-banner .banner-slideshow .slide-image {
        height: 450px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .section-main-banner .banner-slideshow .owl-theme .owl-nav.disabled + .owl-dots {
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 10px; }
      .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot {
        outline: none; }
      .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot span {
        background: #fff; }
      .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot.active span,
      .section-main-banner .banner-slideshow .owl-theme .owl-dots .owl-dot:hover span {
        background: #006838; }
    .section-main-banner .sub-tab-menu li {
      width: 33.33%; }
  .section-service .tiles-child a, .section-service .tiles-vertical a {
    height: 25vh; }
  .section-service-list .row {
    margin: 0; }
  .section-service-list .service-list {
    width: 50%; }
  .section-service-list .view-all {
    width: 100%;
    height: 15vh;
    padding: 0; }
    .section-service-list .view-all a {
      font-size: 1.25rem; }
  .section-news-list a span {
    font-size: .75em;
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 2; } }

@media screen and (max-width: 415px) {
  .section-home-content {
    margin: 10px auto 30px; }
    .section-home-content h2 {
      font-size: 1.5rem; }
  .section-service-list .service-list {
    width: 100%; }
  .section-main-banner .tab li {
    height: 76px; }
  .section-main-banner .sub-tab-menu {
    height: auto; }
    .section-main-banner .sub-tab-menu li {
      width: 50%; }
  .section-main-banner .banner-slideshow,
  .section-main-banner .banner-slideshow .slide-image {
    height: 300px; }
  .section-search {
    margin: 30px auto; }
    .section-search .form-group {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .section-search .form-control {
      width: 100%; }
    .section-search input[type="button"] {
      width: auto;
      margin: 15px auto 0; } }

@media screen and (max-width: 769px) {
  body {
    font-size: 1.3em; }
  .section-news-list a span {
    font-size: .6em;
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 2; }
  footer .footer-menu {
    background: #fff;
    padding: 40px 0; }
    footer .footer-menu h3 {
      font-weight: normal;
      font-size: 1.75rem; }
    footer .footer-menu .box-subscribe .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer .footer-menu .box-subscribe .form-control {
      width: 100%; }
    footer .footer-menu .box-subscribe .btn {
      width: 100%;
      margin-top: 10px; }
    footer .footer-menu .box-footer-menu h3 {
      padding: 0;
      border: none;
      margin-bottom: 5px; }
    footer .footer-menu .box-footer-menu li {
      margin-top: 10px; }
    footer .footer-menu .box-footer-menu a {
      font-size: 1rem; }
  footer .footer-copyright {
    text-align: center; }
    footer .footer-copyright .footer-social {
      text-align: center;
      margin-top: 10px; } }

/*# sourceMappingURL=layout.css.map */