/*
|--------------------------------------------------------------------------------
| CSS reset
|--------------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

h1, h2, h3, h4, h5, h6, p, div, a, span {
  padding: 0;
  margin: 0; }

img { max-width: 100%; }

body {
  font-family: "db_helvethaica_x55_regular", "tahoma", "sans-serif";
  line-height: 1.4;
  font-size: 1.3em; }
p{padding-bottom: 20px;}

@media (max-width: 767px) {
  br[mb] {
    display: none; } }

.collapse:not(.show) {
  display: none !important; }

.fade:not(.show) {
  display: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none !important; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.form-control:focus, .btn:focus, button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0; }

.no-border {
  border: 0 !important; }

.hover-img-a a img {
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }
  .hover-img-a a img:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.dropdown-item {
  font-size: 20px; line-height: 27px;}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #084030; }

.dropdown-toggle::after {
  margin-left: .355em;
  vertical-align: 0.155em; }

.dp-note {
  background: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.dp-note {
  position: absolute; }
/*
.datepicker {
  background: #2d2d2d;
  border: 0;
  color: #fff; }
  .datepicker .datepicker--nav {
    border: 0;
    padding: 20px 10px 0; }
  .datepicker .datepicker--nav-title {
    color: #fff; }
  .datepicker .datepicker--cell {
    font-size: 0.9em;
    border-radius: 50%; }
    .datepicker .datepicker--cell.-focus- {
      background-color: gray; }
    .datepicker .datepicker--cell.-selected- {
      background-color: #115945; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #444; }

.datepicker--day-name {
  color: #707070; }

.datepicker--days-names {
  margin: 10px 0 7px; }

.datepicker--content {
  padding: 4px 10px 20px; } */

header {
  width: 100%;
  background-image: url("../images/bg-cover-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.navbar-header {
  position: absolute;
  top: 20px;
  z-index: 1000;
  width: 100%; }

.navbar-brand {
  margin-right: 0;
  padding: 0;
  font-size: initial;
  text-align: center;
  width: 200px; }
  .navbar-brand img.logo-name {
    vertical-align: top;
    padding-top: 1rem; }
  .navbar-brand img {
    max-width: 130px; }

.navbar-top-right .logo-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 1.5rem !important; }

.navbar-top-right .navbar-nav-top {
  height: 110px;
  line-height: 110px;
  padding: 0; }
  .navbar-top-right .navbar-nav-top ul.navbar-nav, .navbar-top-right .navbar-nav-top .div-search {
    padding-right: 1.4rem;}
  .navbar-top-right .navbar-nav-top .div-search .form-control {
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 16px; }
    .navbar-top-right .navbar-nav-top .div-search .form-control:focus {
      outline-offset: 0; }
  .navbar-top-right .navbar-nav-top .div-search .input-group-append button {
    background: #9f6911;
    color: #fff;
    border-radius: 0; }
    .navbar-top-right .navbar-nav-top .div-search .input-group-append button em {
      font-size: 16px; }
  .navbar-top-right .navbar-nav-top li.nav-item:last-child {
    border-right: 0; }
  .navbar-top-right .navbar-nav-top li.nav-item .nav-link {
    font-family: "db_helvethaica_x55_regular", "tahoma", "sans-serif";
    padding: 0 0.5rem;
    font-size: 1em;
    color: #fff;
    line-height: 22px; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link.kor-2 {
      font-size: 1.4em; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link.kor-3 {
      font-size: 1.8em; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link.c-1 {
      background-color: #ffffff;
      color: #000;
      border-radius: 50%;
      margin-right: 12px;
      padding: 0 0.4rem; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link.c-2 {
      background-color: #4d4d4d;
      color: #fff;
      border-radius: 50%;
      margin-right: 12px;
      padding: 0 0.4rem; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link.c-3 {
      background-color: #4d4d4d;
      color: #d8b345;
      border-radius: 50%;
      padding: 0 0.4rem; }
    .navbar-top-right .navbar-nav-top li.nav-item .nav-link:hover {
      opacity: 0.7; }
  .navbar-top-right .navbar-nav-top li.nav-item em {
    font-size: 18px; }

.navbar-top-right .navbar-menu {
  height: 60px;
  line-height: 60px; }

.navbar-menu .navbar-nav {
  margin-top: 5px; }
  .navbar-menu .navbar-nav li.nav-item {
    margin: 0 1.0rem 0 0;
    padding: 0;
    line-height: 40px; }
    .navbar-menu .navbar-nav li.nav-item:last-child {
      border-right: 0; }
    .navbar-menu .navbar-nav li.nav-item.active, .navbar-menu .navbar-nav li.nav-item:hover {
      border-bottom: 1px solid #9f6911; }
    .navbar-menu .navbar-nav li.nav-item .nav-link {
      font-family: "db_helvethaica_x55_regular", "tahoma", "sans-serif";
      padding: 0;
      font-size: 20px;
      color: #fff;
      min-width: 70px;
      text-align: center; }

.navbar-menu .dropdown-search .dropdown-menu {
  left: -180px; }

.navbar-menu .dropdown-search .dropdown-toggle:after {
  content: none !important; }

.d-mobile-only {
  display: none; }

@media only screen and (max-width: 1199px) {
  .navbar-header .container {
    width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 1069px) {
  .wrap-flag{top:0;}
  .navbar-header {
    height: auto; }
    .navbar-header .container {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
  .navbar-brand {margin-top:10px; }
    .navbar-brand img {
      width: 100px; }
  .input-group {
    margin-bottom: 20px !important; }
  .navbar-top-right {
    width: 100%; }
    .navbar-top-right .navbar-nav-top {
      height: auto;
      line-height: initial;
      margin: 0 10px; }
      .navbar-top-right .navbar-nav-top .logo-header {
        max-width: 450px; } }

@media only screen and (max-width: 991px) {
  .d-desktop-only {
    display: none; }
  .d-mobile-only {
    display: block; }
    .d-mobile-only.input-group {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .navbar-top-right {margin-top: -40px; }
    .navbar-top-right .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
  .navbar-menu {
    padding: 15px 10px 0 10px !important;
    height: auto !important;
    line-height: initial !important;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    .navbar-menu .input-group {
      margin-bottom: 0 !important; }
    .navbar-menu .navbar-toggler {
      padding: 0; }
      .navbar-menu .navbar-toggler .navbar-toggler-icon {
        width: auto;
        height: auto;
        font-size: 30px;
        color: #9f6911; }
    .navbar-menu .navbar-nav {
      border-top: 1px solid #ddd;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .navbar-menu .navbar-nav li.nav-item {
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        padding: 10px 2rem;
        margin-right: 0; }
        .navbar-menu .navbar-nav li.nav-item .nav-link {
          text-align: left;
          color: #555; }
    .navbar-menu .navbars-menu-main {
      background: white;
      margin-top: 20px; }
    .navbar-menu .form-control {
      background: #fff;
      border: 0;
      border-radius: 0;
      font-size: 16px; }
    .navbar-menu .input-group-append button {
      background: #9f6911;
      color: #fff;
      border-radius: 0; }
      .navbar-menu .input-group-append button em {
        font-size: 16px; }
  section.news .tab-pane {
    padding: 50px 20px 0 20px !important; } }

@media only screen and (max-width: 767px) {
  .navbar-header .navbar-brand {
    height: auto;
    padding-top: 0; }
    .navbar-header .navbar-brand img {
      display: block;
      margin: 0 auto 15px; }
  .slide-banner .item {
    /* height: 650px !important;  */
  }
  .slide-banner .owl-nav {
    display: none !important; }
  .slide-banner .label_text {
    width: 80% !important; }
  .navbar-top-right .navbar-nav-top .logo-header {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important; }
  .navbar-top-right .navbar-nav-top .align-items-baseline {
    margin: 0 auto 10px; }
  .calendar-show .calendar-title {
    position: relative !important;
    margin: auto;
    right: initial !important; }
  .calendar-show .calendar-content {
    padding: 20px 35px 70px 30px !important; }
    .calendar-show .calendar-content .calendar-ui {
      padding: 0 !important; }
  .calendar-show .datepicker-inline .datepicker {
    margin: auto !important; } }

@media only screen and (max-width: 370px) {
  .logo-name {
    width: 95% !important;
    margin: 0 auto; }
  .navbar-header-middle .container {
    padding-left: 5px;
    padding-right: 5px; } }

.calendar-show {
  background-color: #115945;
  position: relative;
  min-height: 400px;
  max-width: 1250px;
  width: 100%;
  margin: auto; }
  .calendar-show .calendar-title {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 99;
    background-image: url("../images/bg-title.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #bf8b4b;
    width: 310px;
    height: 130px;
    padding-top: 20px;
    font-size: 34px;
    text-align: center; }
  .calendar-show .calendar-content {
    padding: 70px 50px 70px 30px; }
    .calendar-show .calendar-content .calendar-detail strong {
      font-size: 24px;
      color: #084030;
      font-weight: bold; }
      .calendar-show .calendar-content .calendar-detail strong a {
        color: #084030; }
    .calendar-show .calendar-content .calendar-detail p {
      font-size: 20px;
      line-height: 24px; }

.owl-nav {
  display: block !important;
  position: absolute !important;
  top: 35% !important;
  width: 100% !important; }
  .owl-nav button span {
    color: #fff;
    font-size: 24px !important;
    border-radius: 50%;
    padding: 10px 12px 10px 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative; }
    .owl-nav button span:hover {
      background: #f58232; }
  .owl-nav button.owl-prev {
    left: -5% !important;
    position: absolute !important; }
    .owl-nav button.owl-prev span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .owl-nav button.owl-next {
    right: -5% !important;
    position: absolute !important; }
    .owl-nav button.owl-next span {
      top: 22px; }

.owl-dots {
  display: block !important;
  margin-top: 20px;
  text-align: center; }
  .owl-dots .owl-dot {
    background: #ababac !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 7px;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000; }
    .owl-dots .owl-dot.active, .owl-dots .owl-dot .owl-dot:hover {
      background: #084030 !important; }

@media only screen and (max-width: 575px) {
  .owl-nav button.owl-prev {
    left: 0 !important; }
  .owl-nav button.owl-next {
    right: 0 !important; } }

.slider .item {
  cursor: pointer;
  display: block;
  width: 100%; }

.slide-banner {
  width: 100%;
  max-width: 1200px;
  /* height: 500px; */
  margin: auto;
  position: relative;
  display: block;
  /* background-color: #c6cdc9;  */
}
  .slide-banner .item {
    cursor: default;
    /* height: 498px;  */
  }
    .slide-banner .item .img-bg {
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 500px; }
    .slide-banner .item .vdo {
      position: relative;
      background-color: black;
      height: 348px;
      width: 100%;
      overflow: hidden; }
      .slide-banner .item .vdo .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1; }
      .slide-banner .item .vdo video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .slide-banner .owl-dots {
    position: absolute;
    bottom: 150px;
    height: 70px;
    padding-top: 20px;
    z-index: 10000;
    width: 100%;
    background: #00000078;
    margin-top: 0; }
    .slide-banner .owl-dots .owl-dot {
      width: 100px;
      height: 7px;
      margin: 0 5px;
      border-radius: 0; }
  .slide-banner .label_text {
    font-family: "db_helvethaica_x55_regular", "tahoma", "sans-serif";
    display: block;
    color: #fff;
    z-index: 2222;
    position: relative;
    width: 500px;
    text-align: left;
    width: 600px;
    margin-left: 40px; 
    padding:20px 10px;
  }
    .slide-banner .label_text h1 {
      padding-top: 10px;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #084030; }
    .slide-banner .label_text p {
      font-size: 1em;line-height: 25px;
      padding: 5px 0 0 0;
      color: #392726; }
    .slide-banner .label_text a.btn {
      margin-top: 40px;
      color: #fff;
      background-color: #f58232;
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 10px;
      font-size: 18px;
      letter-spacing: 0;
      border: 0;
      border-radius: 20px;
      -webkit-box-shadow: 1px 3px 1px #685b52;
      box-shadow: 1px 3px 1px #685b52; }
  .slide-banner .owl-nav {top: 25% !important;}
    .slide-banner .owl-nav button.owl-prev {
      left: 10% !important; }
    .slide-banner .owl-nav button.owl-next {
      right: 10% !important; }

@media only screen and (max-width: 767px) {
  .slide-banner {
    height: 650px; }
    .slide-banner .owl-carousel {
      height: 650px; }
    .slide-banner .label_text h1 {
      font-size: 34px; }
    .slide-banner .label_text p {
      font-size: 16px; }
    .slide-banner .owl-dots .owl-dot {
      width: 20px; } }

@media only screen and (max-width: 575px) {
  .slide-banner .label_text h1 {
    font-size: 30px; }
  .slide-banner .label_text p {
    font-size: 16px; }
  .slide-banner .owl-nav button.owl-prev {
    left: 0 !important; }
  .slide-banner .owl-nav button.owl-next {
    right: 0 !important; } }

section.news {
  margin-top: -40px;
  background-color: #02240b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02240b), color-stop(#084030), color-stop(#084030), to(#084030));
  background-image: -webkit-linear-gradient(top, #02240b, #084030, #084030, #084030);
  background-image: -o-linear-gradient(top, #02240b, #084030, #084030, #084030);
  background-image: linear-gradient(to bottom, #02240b, #084030, #084030, #084030); }
  section.news .img-icon {
    width: 90px;
    font-size: 0;
    margin: 0 auto; }
  section.news .news-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-image: url("../images/bg-title.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #bf8b4b;
    width: 310px;
    height: 130px;
    padding-top: 20px;
    font-size: 34px;
    text-align: center; }
  section.news .nav-flex-side-bar {
    margin-top: 150px;
    width: 250px;
    margin: 150px auto 0; }
    section.news .nav-flex-side-bar a {
      color: #6b6b6b;
      font-size: 22px;
      width: 150px;
      margin: auto;
      line-height: 34px;
      border-bottom: 1px solid #6b6b6b; }
      section.news .nav-flex-side-bar a.active, section.news .nav-flex-side-bar a:hover {
        color: #084030;
        font-weight: bold; }
  section.news .tab-pane {
    padding: 20px; }
    section.news .tab-pane .desc-news {
      line-height: 25px;
      color: #4c4b24;
      height: 103px;
      overflow: hidden;
      padding-top: 10px; }
    section.news .tab-pane .see-more-news {
      width: 30px;
      margin-left: auto; }
    section.news .tab-pane .img-news {
      position: relative;
      font-size: 0; }
      section.news .tab-pane .img-news::after {
        content: '';
        /* background-image: url("../images/border-bottom-img.png"); */
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        bottom: -4px;
        left: 0; }
  section.news .nav-pills .nav-link {
    border-radius: 0;
    font-size: 22px;
    background-color: transparent;
    color: #fff;
    margin: 0 1.75rem;
    padding: .5rem 0;
    text-align: center;
    position: relative; }
    section.news .nav-pills .nav-link:hover {
      border-bottom: 2.5px solid #9f6911;
      color: #fff; }
      section.news .nav-pills .nav-link:hover::after {
        content: "";
        bottom: -13px;
        color: #fff;
        background: #fff;
        left: 40%;
        font-size: 30px;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2.5px solid #9f6911;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  section.news .nav-pills .nav-link.active::after {
    content: "";
    bottom: -13px;
    color: #fff;
    background: #fff;
    left: 40%;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2.5px solid #9f6911;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  section.news .nav-pills .nav-link.active, section.news .nav-pills .show > .nav-link {
    color: #fff;
    border-bottom: 2.5px solid #9f6911; }

section.history {
  margin-top: -80px;
  background-color: #c6cdc9; }
  section.history .img-icon {
    width: 90px;
    font-size: 0;
    margin: 0 auto; }
  section.history .nav-pills .nav-link {
    border-radius: 0;
    font-size:1.2em;
    background-color: transparent;
    color: #9f6911;
    padding: .5rem 0 1.5rem 0;
    text-align: center;
    position: relative; }
    section.history .nav-pills .nav-link:hover {
      border-bottom: 2.5px solid #084030;
      color: #084030; }
      section.history .nav-pills .nav-link:hover::after {
        content: "";
        bottom: -13px;
        color: #fff;
        background: #fff;
        left: 40%;
        font-size: 30px;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2.5px solid #084030;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  section.history .nav-pills .nav-link.active::after {
    content: "";
    bottom: -13px;
    color: #fff;
    background: #fff;
    left: 40%;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2.5px solid #084030;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  section.history .nav-pills .nav-link.active, section.history .nav-pills .show > .nav-link {
    color: #084030;
    border-bottom: 2.5px solid #084030; }
  section.history .wrapper-tab {
    font-size: 0; }
    section.history .wrapper-tab .wrapper-half {
      width: 50%;
      display: inline-block;
      font-size: 20px;
      vertical-align: top;
      color: #6b6b6b; }
    section.history .wrapper-tab .wrapper-full {
      width: 100%;
      font-size: 20px;
      color: #6b6b6b; }
    section.history .wrapper-tab .label-title-tab {
      color: #084030;
      font-size: 30px; }

section.partner {
  background-color: #c6cdc9; }

section.map {
  text-align: center;
  font-size: 0;
  background-color: #392726; }
  section.map iframe {
    width: 100%;
    max-width: 1000px;
    min-height: 450px; }

@media only screen and (max-width: 767px) {
  section.history .img-icon {
    width: 50px; }
  section.history .wrapper-tab .wrapper-half {
    width: 100%; }
  section.history .nav-pills .nav-link {
    font-size: 16px; }
  section.history .container {
    width: 100%;
    margin: auto;
    max-width: 100%; } }

.footer {
  position: relative;
  background-color: #392726;
  min-height: 460px; }
  .footer .footer-wrapper {
    min-height: 460px;
    padding-top: 30px; }
    .footer .footer-wrapper .intro-footer h3 {
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      padding-bottom: 15px;
      letter-spacing: 1px; }
    .footer .footer-wrapper .intro-footer .icon-contact {
      max-width: 50px;
      width: 10%;
      display: inline-block;
      color: #fff;
      vertical-align: top;
      font-size: 24px; }
    .footer .footer-wrapper .intro-footer .label-contact {
      max-width: 80px;
      width: 20%;
      display: inline-block;
      color: #fff;
      vertical-align: top;
      font-size: 20px; }
    .footer .footer-wrapper .intro-footer .detail-contact {
      vertical-align: top;
      width: 70%;
      max-width: 600px;
      display: inline-block;
      color: #fff;
      font-size: 20px; }
    .footer .footer-wrapper .site-map-footer a.title-site-map, .footer .footer-wrapper .site-map-footer p.title-site-map {
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 10px;
      line-height: 30px;
      color: #d9a74a;
      letter-spacing: 1px; }
      .footer .footer-wrapper .site-map-footer a.title-site-map em, .footer .footer-wrapper .site-map-footer p.title-site-map em {
        font-size: 50px;
        color: #d9a74a;
        padding-top: 15px;
        padding-left: 15px; }
    .footer .footer-wrapper .site-map-footer a {
      font-size: 22px;
      display: block;
      line-height: 30px;
      color: #d9a74a; }
  .footer .footer-copyright {
    width: 100%;
    background-color: #666767;
    padding: 20px 0; }
    .footer .footer-copyright .copyright {
      color: #fff;
      font-size: 16px;
      line-height: 55px; }
    .footer .footer-copyright .social a {
      width: 55px;
      height: 55px;
      line-height: 55px;
      color: #fff;
      font-size: 24px;
      display: inline-block;
      text-align: center; }
      .footer .footer-copyright .social a:hover {
        color: #f58232;
        border-color: #f58232; }
    .footer .footer-copyright .cert {
      font-size: 0;
      padding: 10px 0; }

@media only screen and (max-width: 991px) {
  .footer .footer-wrapper {
    padding-top: 50px; }
    .footer .footer-wrapper .intro-footer h3 {
      font-size: 24px; }
    .footer .footer-wrapper .intro-footer p {
      font-size: 18px;
      padding-right: 0; }
    .footer .footer-wrapper .cert-footer {
      height: 120px;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      padding: 0 10px;
      margin: 0 auto; }
    .footer .footer-wrapper .site-map-footer a.title-site-map, .footer .footer-wrapper .site-map-footer p.title-site-map {
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 10px;
      line-height: 30px; }
    .footer .footer-wrapper .site-map-footer a {
      font-size: 17px;
      display: block;
      line-height: 30px; }
  .footer .footer-copyright {
    width: 100%;
    background-color: #414143;
    padding: 20px 0; }
    .footer .footer-copyright .align-self-center {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      text-align: center; }
    .footer .footer-copyright .copyright {
      font-size: 16px; }
    .footer .footer-copyright .social {
      margin-bottom: 15px; }
      .footer .footer-copyright .social a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        color: #fff;
        border: 1px solid #fff;
        font-size: 20px;
        margin-left: 8px;
        display: inline-block;
        text-align: center; }
        .footer .footer-copyright .social a:hover {
          color: #f58232;
          border-color: #f58232; } }

@media only screen and (max-width: 575px) {
  .footer .site-map-footer {
    text-align: center !important; }
  .footer .justify-content-between {
    display: block !important;
    text-align: center; }
  .footer .cert-footer {
    height: auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 25px auto !important; }
    .footer .cert-footer img {
      margin: 10px 0 !important; } }



/* ////// SEEREEN CSS ////// */
.title-calendar{ color:#115945; font-family:'db_helvethaica_x55_regular'; font-size: 1.5em; line-height: 30px; margin-top: 10px;}
#custom-cells-events div {color:#000; font-family:'db_helvethaica_x55_regular';  font-size: 1.1em; letter-spacing:1px; line-height:25px; border-bottom:1px solid #9fa4a1; height: 55px; overflow: hidden; padding-bottom: 10px; margin-bottom:10px; }
.bg-calendar{background-color:#c6cdc9; padding: 25px;}
.arrow_cal{padding-left: 50px; }
.color-green{color: #084030;}
.scrollbar	{height:300px; overflow-y: scroll; margin-top: 12px; margin-bottom: 0px; }
		.force-overflow{min-height: 600px;}
		#style-1::-webkit-scrollbar	{width: 18px;background-color: #c6cdc9;border-radius: 10px;	}
    #style-1::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #084030;}

.slide-banner-page {width: 100%; max-width: 1200px; height: 200px; margin: auto; position: relative; display: block; background-color: #c6cdc9;}
.news-title-page1{ display: block; background-image: url(../images/bg-title.png); background-size: 100%; background-repeat: no-repeat;  background-position: top left; width: 100px;
  height: 42px;}
.news-title-page2{color: #915a17; font-size: 1.7em;}
.padding-news{padding-left: 25px;padding-right: 25px;padding-bottom: 25px;}

/* pagination */
.breadcrumb{ padding: .0rem 0rem !important; background-color: transparent;}
.breadcrumb-item a{  color: #6c757d;}
.breadcrumb-item.active {  color: #CCC;}

.pagination a {  margin: 0 4px; padding: 0px 12px !important;   }
.pagination a {  border-radius: 5px;}
.pagination a.active.page-link {  border-radius: 5px;}
.page-item.active .page-link{background-color: #612e1a !important;    border-color: #612e1a !important;	color: white;}
.page-link{color: #333;background-color: #e2e2de !important;}
.pagination .page-link { 
  padding:0 10px; 
  border-radius:4px;
  margin:0 5px;
}
.pagination {	justify-content: center; margin-top: 40px;margin-bottom: 40px;}
.icon-share{margin-bottom: 50px;margin-top: 30px;}
.icon-share ul{padding: 0; margin: 0;}
.icon-share ul li{padding: 0; list-style:none;  display: inline-block; margin: 3px;}
.icon-share ul li:hover{opacity:0.8 ;}

.btn-send { background-color: #81492e;  color: #fff;  font-weight: normal; font-size: 1em;}
.btn-send:hover {background-color: #8f5438; color: #fff;}

/* ข่าวจัดซื้อจัดจ้าง */
.date-procurement{color: rgb(175, 175, 175); font-size: 0.8em; padding-left: 10px;}
.procurement{font-size: 1em; width: 100%;}
.procurement ul {padding: 0; margin: 0; font-family:"db_helvethaica_x55_regular";}
.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;}
.procurement ul li a {color: #333;}
 /* FAQ */
 .pull-right{float: right;}
 .wrap-content{margin: 0;}
 .text-content{font-size: 1.3rem; }
 .form-control{font-size: 1em;}
 .title-page{ color: #612e1a; font-weight: bold;font-size: 1em; }
 .faq{margin-top: 20px; }
 .panel-group {    margin-bottom: 0;}
.panel-group .panel {    border-radius: 0;    box-shadow: none;}
.panel-group .panel .panel-heading {    padding: 0;}
.panel-group .panel .panel-heading h4 a {    background: #f6f9fc;    display: block;    font-size: 1em ;    line-height: 20px;    padding: 15px;    text-decoration: none;    color: #000;}

.panel-group .panel .panel-heading h4 a:not(.collapsed) em:before {    content: "-";    font-size: 30px;    line-height: 10px;}
.panel-group .panel .panel-heading h4 a em {    color: #999;    font-size: 12px;}
.panel-group .panel .panel-body {    padding-top: 0;}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {    border-top: none;}
.panel-group .panel + .panel {    border-top: none;    margin-top: 0;}
.pxlr-faq-body{padding-left: 20px; padding-right: 20px;}
/* knowledge */
.card-knowledge{ padding: 0; margin:15px;}
.card-body-knowledge{background-color: #fbeddb;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: #915b38; color: #fff; border-radius:20px;
	padding-left: 30px; padding-right: 30px; padding-top: 5px;padding-bottom: 5px;  font-size: 1.1rem; padding-top: 0; padding-bottom: 0;  font-weight: normal;}
.btn-knowledge:hover{color: #fff; background-color: #a1663e; 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 #fbeddb; margin: 0 auto;    margin-top: -28px; 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 #fbeddb; margin-left:auto; margin-right: auto; left: 0;  right: 0;bottom:-15px; position: absolute; z-index:1 ;}
.news-content h5{ font-size: 1.2em; color: #7d4c11; font-weight: normal;}
.card-title{font-weight: normal; font-size: 1.4rem; }
.card-img-top{vertical-align: top;}

/* gallery */
.album{background-image: url(../images/frame.png); margin-bottom: 5px; background-position:top center;    background-repeat: no-repeat; min-height:224px; }
.album img{padding-top: 45px;}
.p-gallery{margin-top: 10px;text-align: center; line-height: 27px;}
#aniimated-thumbnials div{margin-bottom: 30px; }
#aniimated-thumbnials div img{border: 5px solid #FFF;	border-radius: 2px; box-shadow: 0px 0px 5px #bcbcbb;}

.col-md-3 { -ms-flex: 0 0 22%;  flex: 0 0 22%;  max-width: 22%;}
.see-more-news img {  width: 15%;  float: right;}
.img-news img{width: 100%;  }
.img-news{position: relative;}
.img-news::after {  
  content: '';  
  /* background-image: url(../images/border-bottom-img.png);   */
  width: 100px;  height: 100px;  background-size: contain;  background-repeat: no-repeat;
  background-position: bottom;  position: absolute;  bottom: 9px;  left: 0;}
.desc-news{   line-height: 27px;  margin-top: 5px;}
.p-news p,.news-content p{line-height: 30px;}
  /* TAB */
  #publish-tab { text-align: center; margin: 0 auto; font-size: 1rem; color: #515050; margin-bottom: 30px; margin-top: 30px;}
  .publish-tab { background-color: #ebebeb;  margin: 6px;  border-radius: 2px;  color: #333;}
  .publish-tab:hover, .publish-tab a.active {  background-color: #c19b02 !important;  color: #fff !important; }
  .publish-tab a.nav-link{color: #000 !important; margin:0 !important; padding-left:10px !important; padding-right:10px !important; padding-top: 0 !important; padding-bottom: 0 !important;}
  .publish-tab a.nav-link.active{ color: #FFF !important; margin:0 !important; padding-left:10px !important; padding-right:10px !important; padding-top: 0 !important; padding-bottom: 0 !important; }
  .publish-tab a.nav-link:hover{color: #FFF !important;}

@media screen and (min-width: 1024px) and (max-width: 1024px){
.navbar-top-right {margin-top: -80px;}
.flag { top: -30px;}
}

@media (min-width: 1366px){
.navbar-top-right .navbar-nav-top ul.navbar-nav, .navbar-top-right .navbar-nav-top .div-search {
 padding-bottom: 0px;}
}

@media (max-width: 768px){
.flag { right: 0px;}
}
@media screen and (min-width: 320px) and (max-width: 375px){
.flag {top: -44px;}
}



@media screen and (min-width: 320px) and (max-width: 320px){
.album img{padding-left: 22px; padding-top: 43px;}
.album{background-size: 100%;}
}
@media screen and (min-width: 360px) and (max-width: 360px){
  .album img{ padding-left: 34px;}
  }
@media screen and (min-width: 375px) and (max-width: 375px){
.album img {  padding-left: 22px !important;  margin: 0 auto;  display: block;}
}
@media screen and (min-width: 568px) and (max-width: 568px){
.album img{padding-left: 21px;  margin: 0 auto; display: block;}
}
@media screen and (min-width: 640px) and (max-width: 640px){
.album img{padding-left: 13px; padding-top: 37px;}
.album{background-size: 100%;}
}
@media screen and (min-width: 667px) and (max-width: 667px){
.album img {padding-left: 14px; padding-top:39px;}
.album{background-size: 100%;}
}
@media screen and (min-width: 731px) and (max-width: 768px){
.album img{padding-left: 13px; padding-top: 39px;}
.album{background-size: 100%;}
}
@media screen and (min-width: 411px) and (max-width: 414px){
.album img { padding-left: 60px;}
}
@media screen and (min-width: 1290px) {
.album img {    padding-left:61px;}
}

@media screen and (min-width: 1024px) and (max-width: 1366px){
.album img {padding-left: 62px;}
}

@media screen and (min-width: 812px) and (max-width: 823px){
.album img{padding-left: 16px; padding-top: 37px;}
.album{background-size: 100%;}
}

/* Landscape ipad pro*/

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
  .album img{padding-left: 22px; display: block; margin: 0 auto;}
}

@media screen and (min-width: 320px) and (max-width: 823px){
  .breadcrumb {  margin-top: 40px;}
  }

   /**** Start Color Switcher ****/
.colors-switcher {
	width:46px;
	padding:10px 0px 0px 10px;
	position:fixed;
	z-index:5;
	top:300px;
	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-image:linear-gradient(#01b340 70%,#e9b105 30%);}
.colors-switcher .colors-list a.red {background-image:linear-gradient(#dd0303 70%,#e9b105 30%);}
.colors-switcher .colors-list a.blue{background-image:linear-gradient(#047ec4 70%,#e9b105 30%);}


/* Logo*/
.name-logo{top: 30px;text-align: left; left: 17%; position: absolute;}

@media screen and (min-width: 300px) and (max-width: 1023px){
  .name-logo{top: 0px;  position: absolute;    text-align: center;left: 0;    right: 0;}
  .wrap-flag{top: -17px;}
  .navbar-top-right .navbar-nav-top{  top: 55px;}
  .slide-banner{padding-top: 0px; background-color: #100202 !important; height: 355px;}
  .navbar-menu form{margin-top: 50px;}
  .navbar-menu .navbars-menu-main{ margin-top: -42px; z-index:2;}
  .slide-banner .item{background-color: #C6CDC9; 
    height: 356px !important;
  }
  .calendar-show .calendar-title{top:100px;}
  .slide-banner .owl-dots{bottom:133px;}
  .calendar-content{margin-top: 90px;}
}
@media screen and (max-width: 320px) and (min-width: 320px){
  .slide-banner .owl-dots {    top: 63px !important;    height: 30px !important;}
}
@media screen and (max-width: 414px) and (min-width: 300px){
  .name-logo { position:relative !important; margin-left: auto;  margin-right: auto; }
  .navbar-header .navbar-brand{margin:0 auto;width: 100%;}
  .slide-banner {  padding-top: 110px !important;}
  .slide-banner .item { height: 255px !important;}
  .slide-banner .owl-dots { top: 79px;  height: 30px; padding-top:0;}
  .wrap-flag {  top: 25px !important;  right: 0 !important;}
  .navbar-menu .navbars-menu-main {  margin-top: -26px;}
 }
@media screen and (max-width: 414px) and (min-width: 414px){
  .slide-banner .owl-dots { top: 90px;}
}
@media screen and (max-width: 568px) and (min-width: 568px){
  .name-logo { position:relative !important; margin-left: auto;  margin-right: auto; }
  .navbar-header .navbar-brand{margin:0 auto;width: 100%;}
  .slide-banner {  padding-top: 110px !important;}
  .slide-banner .item { height: 280px !important;}
  .slide-banner .owl-dots { top: 135px;  height: 30px; padding-top:0;}
  .wrap-flag {  top: 25px !important;  right: 0 !important;}
  .navbar-menu .navbars-menu-main {  margin-top: -26px;}
}
@media screen and (max-width: 736px) and (min-width: 640px){
  .navbar-menu form {   margin-top: 0px;}
  .name-logo {left:33px; top: 10px;}
  .slide-banner .owl-dots { top: 153px; height:40px; padding-top:0;}
  .wrap-flag{top:0;}
  .navbar-menu .navbars-menu-main { margin-top: 2px;}
}
@media screen and (max-width: 736px) and (min-width: 736px){
  .slide-banner .owl-dots { top: 173px;}
  .navbar-menu .navbars-menu-main {  margin-top: 4px;}
}
@media screen and (max-width: 768px) and (min-width: 768px){
  .navbar-menu .navbars-menu-main {  margin-top: 4px;}
  .slide-banner .owl-dots {    top: 183px;    height: 40px;    padding-top: 0;}
}
@media screen and (max-width: 823px) and (min-width: 812px){
  .slide-banner .owl-dots { bottom: 121px;    height: 40px;    padding-top: 0;}
  .navbar-menu .navbars-menu-main {  margin-top: 4px;}
}
  @media screen and (min-width: 1024px) and (max-width: 1024px){
    .navbar-top-right .navbar-nav-top{  top: 10px;}
    .slide-banner{padding-top: 0px; background-color: #100202 !important;height: 440px;}
    .navbar-menu form{margin-top: 95px;}
    .navbar-menu .navbars-menu-main{ margin-top: 0px; z-index:2;margin-left: 50px;}
    .slide-banner .item{background-color: #C6CDC9;height: 440px;}
    .calendar-show .calendar-title{top:100px;}
    .slide-banner .owl-dots{bottom:143px;}
    .calendar-content{margin-top: 90px;}
    .wrap-flag{ top: 0px !important; }
    .name-logo {    top: 0;}
}
.wrap-flag{position: absolute;  height: 30px; top: -35px;  right: 44px; z-index: 3;}
.navbar-dark .navbar-nav .nav-link{ color: rgba(255,255,255,1) !important;}

.arrow-banner{color: #403127;  font-size: 1.5em;  left: -10%;  position: absolute;}
.arrow-banner-right{color: #403127;  font-size: 1.5em;  right: -10%;  position: absolute;}

.zoom{transform: scale(0.95);  transition: all 0.3s; text-align: center; font-size:1.2em;}
.zoom:hover {  transform: scale(1); }  .content:hover .content-text,  .content:hover .content-readmore,  .content:hover img {    opacity: 1; }
.btn-all{ font-size:1.2em;}

#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;}
.laws-tab:hover,.laws-tab a.active {background-color: #c19b02 !important; color: #fff !important;}
section.news .nav-pills .laws-tab .nav-link.active, section.news .nav-pills .laws-tab .show > .nav-link{   background-color: #c19b02 !important; border-bottom: none;}
section.news .nav-pills .laws-tab .nav-link.active::after{display: none;}
section.news .nav-pills .laws-tab .nav-link:hover::after{display: none;}
section.news .nav-pills .laws-tab .nav-link{color:#333; margin:0; padding-left:20px;  padding-right:20px; border-radius: 4px;}
section.news .nav-pills .laws-tab .nav-link:hover{ border-bottom: none;}

.card-news a:hover{text-decoration: none;}


/* vertical Tabs */
.nav-vertical h3{  font-size: 1.05em; padding-top: 5px;  padding-right: 0px;  text-align: right;font-weight:normal;}
.nav-vertical ul li h6{font-weight:normal;}
.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: 30px;
	  font-size: 1.1em;
	  line-height: 20px;
	  text-align: right;
	  padding: 10px 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 {
      color: #fff;
      background: #7f8080;
      border-bottom: 2px solid #7f8080; border-radius: 6px;
      padding-top: 5px;
      padding-right: 20px;
      height: 45px; }
      .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
		color: #fff;
		background: #1e9d6c;
		margin-bottom: 0px;
		border-bottom: 2px solid #1e9d6c;
		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: #1e9d6c; }
      .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
        border-right: 3px solid #1e9d6c;
        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; }

.probootstrap-service-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.1);box-shadow:0 2px 20px 0 rgba(0,0,0,.1);margin-bottom:40px}
.probootstrap-service-2 .image{width:40%;overflow:hidden;position:relative}
.probootstrap-service-2 .text{width:60%;padding:20px}
@media screen and (max-width:480px){
.probootstrap-service-2 .image,.probootstrap-service-2 .text{width:100%}
.probootstrap-service-2 .image{width:100%;height:200px}
}
.probootstrap-service-2 .image .image-bg{position:relative;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
}
.probootstrap-service-2 .text h3{font-size:1.1em;margin:0; font-weight:bold; line-height:25px; margin-top:10px;}
.probootstrap-service-2 .text p{margin-top:10px; margin-bottom:10px; height:70px; overflow: hidden; line-height:25px;}
.probootstrap-service-2 .text p:last-child{margin-bottom:0}
.probootstrap-service-2 .text .probootstrap-meta{font-size:1em;color:#b3b2b2}
.probootstrap-service-2 .image .image-bg img{min-width:100%;min-height:100%; transform: scale(1.4);}

@media screen and (min-width: 768px) and (max-width: 823px){
  .probootstrap-service-2 .image .image-bg img{ transform: scale(2.6);}
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
  .probootstrap-service-2 .image .image-bg img{ transform: scale(1.7);}
}

.img-publish {  max-height: 203px;}
.name-ceo {  color: #2f6f1a;  font-family: "prompt";  font-size: 1.2rem;  font-weight: normal;}
.cite3 {  padding-left: 0px;  font-style: inherit;  color: #a27e3a;  font-family: "prompt";  font-size: 1rem;  font-weight: normal;}
.thead-green th {  color: #fff;  background-color: #083F2F;  border-color: #083F2F;}

.logo{margin-top:-10px;}
.desc-news a{color:#4c4b24;}
.desc-news a:hover{color:black; text-decoration: none;}
.hr01 {  width: 100%;  margin-top: 30px;  margin-bottom: 30px;}
.color-brown {  color: #ac3b03;  font-weight: bold;}
.color-blue {  color: #2342a7;  font-weight: bold;}


/* list-3 */

.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; }


/* button main */
.btn-go-fa a { color: #FFFFFF!important; position: absolute; right: 15%; top:-15px; font-size:1em; }
.btn-go-fa a:hover{color: #fef1a8!important;}
@media screen and (min-width: 300px) and (max-width: 410px){
  .btn-go-fa a { right:10px; top:12%; font-size:0.8em;  }
}
@media screen and (min-width: 411px) and (max-width: 414px){
  .btn-go-fa a { right:10px; top:0; font-size:0.9em;  }
}
@media screen and (min-width: 640px) and (max-width: 1023px){
  .btn-go-fa a { right:8%; top:12%; }
}
@media screen and (min-width: 568px) and (max-width: 568px){
  .btn-go-fa a { right:2%; top:5%; }
}

/* Album category for frontend */
.album img{padding-top: 45px; object-fit: cover; overflow: hidden; height: 204px; width: 304px;}

/* Ebook cover */
.booksize img { object-fit:cover; overflow:hidden; height:260px; width:220px;}

/* card list item style: */
.circle-image-items {
  display      : inline-block; 
  width        : 204px; 
  height       : 204px; 
  overflow     : hidden; 
  position     : relative; 
  border-radius: 50%;
}

.circle-image-items img {
  min-height       : 100%; 
  min-width        : 100%;
  position         : absolute;
  left             : 50%;
  top              : 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width:none !important;
} 

/* ปรับขนาดของภาพ thumbnail */
.scale-img {
    max-height: 150px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 410px) {
    .scale-img {
        max-height: 40px !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 414px) {
    .scale-img {
        max-height: 52px !important;
    }
}

@media screen and (min-width: 415px) and (max-width: 766px) {
    .scale-img {
        max-height: 80px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .scale-img {
        max-height: 120px !important;
    }
}

.slide-banner-page { background-color: #1e8c6c; background-blend-mode: overlay;}