/*
|--------------------------------------------------------------------------------
| 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: 'dsn_montanaregular';
  src: url("../fonts/dsnmtn_-webfont.eot");
  src: url("../fonts/dsnmtn_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dsnmtn_-webfont.woff2") format("woff2"), url("../fonts/dsnmtn_-webfont.woff") format("woff"), url("../fonts/dsnmtn_-webfont.ttf") format("truetype"), url("../fonts/dsnmtn_-webfont.svg#dsn_montanaregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'promptregular';
  src: url("../fonts/prompt-regular-webfont.eot");
  src: url("../fonts/prompt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt-regular-webfont.woff2") format("woff2"), url("../fonts/prompt-regular-webfont.woff") format("woff"), url("../fonts/prompt-regular-webfont.ttf") format("truetype"), url("../fonts/prompt-regular-webfont.svg#promptregular") 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: "promptregular", "tahoma", "sans-serif";
  line-height: 1.7;
  font-size: 1em; }

.text-green {
  color: #03a016 !important; }

.text-yellow {
  color: #f0bb18 !important; }

.text-muted {
  color: #959595 !important; }

.btn-main {
  color: #01a158;
  text-align: center;
  margin-top: 15px;
  font-family: "promptregular", "tahoma", "sans-serif";
  font-size: 17px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold; }
  .btn-main:hover {
    color: #03a016; }

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

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

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

.navbar-header {
  background-image: url("../images/bg-top.png"); min-height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .navbar-header .form-control {
    background: #e9e9e9;
    border: 0;
    border-radius: 0;
    font-size: 16px; }
  .navbar-header .input-group-append button {
    background: #03a016;
    color: #fff; }
    .navbar-header .input-group-append button em {
      font-size: 16px; }

.navbar-brand {
  margin-right: 0;
  padding: 0;
  font-size: 0; }

.navbar-top-right .navbar-nav {
  height: 20px;
  line-height: 20px; }
  .navbar-top-right .navbar-nav li.nav-item {
    border-right: 2px solid #97ced8; }
    .navbar-top-right .navbar-nav li.nav-item:last-child {
      border-right: 0; }
    .navbar-top-right .navbar-nav li.nav-item .nav-link {
      font-family: "promptregular", "tahoma", "sans-serif";
      padding: 0 0.25rem;
      margin: 0;
      font-size: 14px;
      color: #fff; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.nav-link-sky {
        color: #ccf0f7;
        padding: 0 2rem; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.kor-2 {
        font-size: 17px; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.kor-3 {
        font-size: 20px; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.c-1 {
        background-color: #222;
        color: #fff;
        border-radius: 50%;
        margin-right: 8px;
        padding: 0 0.4rem; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.c-2 {
        background-color: #222;
        color: #fff;
        border-radius: 50%;
        margin-right: 8px;
        padding: 0 0.4rem; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.c-3 {
        background-color: #222;
        color: #d8b345;
        border-radius: 50%;
        padding: 0 0.4rem; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link.current {
        background-color: #ffffff;
        color: #222; }
      .navbar-top-right .navbar-nav li.nav-item .nav-link:hover {
        opacity: 0.7; }
    .navbar-top-right .navbar-nav li.nav-item.active .nav-link {
      color: #fff; }
    .navbar-top-right .navbar-nav li.nav-item em {
      font-size: 18px; }
  .navbar-top-right .navbar-nav.navbar-nav-top .dropdown .dropdown-search-inner {
    left: -180px; }
  .navbar-top-right .navbar-nav.navbar-nav-top .dropdown .dropdown-lang-inner {
    min-width: initial;
    left: -20px; }

.navbar-header-middle {
  background-color: #e7edeb !important; }

.navbar-top-middle {
  padding: 6px 0; }
  .navbar-top-middle .navbar-nav li.nav-item {
    padding: 0 1.3rem; }
    .navbar-top-middle .navbar-nav li.nav-item:last-child {
      border-right: 0; }
    .navbar-top-middle .navbar-nav li.nav-item .nav-link {
      font-family: "promptregular", "tahoma", "sans-serif";
      padding: 0;
      font-size: 16px;
      color: #000;
      text-align: center; }
    .navbar-top-middle .navbar-nav li.nav-item.active .nav-link {
      color: #03a016; }

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

@media only screen and (max-width: 1199px) {
  .navbar-header .container, .navbar-header-middle .container {
    width: 100%;
    max-width: 100%; }
  .navbar-top-middle .navbar-nav li.nav-item {
    padding: 0 0.8rem; }
  .navbar-top-right .navbar-nav li.nav-item .nav-link.nav-link-sky {
    font-size: 13px; } }

@media only screen and (max-width: 1069px) {
  .navbar-header .container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
    .navbar-brand img {
      max-width: 270px; }
  .navbar-top-right {
    width: 100%; }
  .input-group, .navbar-top-right {
    margin-bottom: 20px !important; }
    .input-group .mb-0, .navbar-top-right .mb-0 {
      margin-bottom: 0 !important; }
  .navbar-nav {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@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; }
  .container {
    max-width: 97%; }
  .navbar-top-right {
    margin: 0 auto 20px; }
    .navbar-top-right .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      height: auto; }
    .navbar-top-right .navbar-nav-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .navbar-top-right .navbar-nav-bottom li:last-child {
        width: 100%;
        margin-top: 15px; }
      .navbar-top-right .navbar-nav-bottom .navbar-nav.align-items-baseline {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
        .navbar-top-right .navbar-nav-bottom .navbar-nav.align-items-baseline li {
          width: 50%; }
          .navbar-top-right .navbar-nav-bottom .navbar-nav.align-items-baseline li:first-child {
            text-align: right; }
          .navbar-top-right .navbar-nav-bottom .navbar-nav.align-items-baseline li:last-child {
            text-align: left; }
  .navbar-header-middle {
    padding: 10px 5px !important; }
    .navbar-header-middle .container {
      padding-left: 10px;
      padding-right: 10px; }
    .navbar-header-middle .input-group {
      margin-bottom: 0 !important; }
    .navbar-header-middle .navbar-top-middle {
      padding: 15px 0 0; }
    .navbar-header-middle .navbar-toggler {
      padding: 0; }
      .navbar-header-middle .navbar-toggler .navbar-toggler-icon {
        width: auto;
        height: auto;
        font-size: 30px;
        color: #03a016; }
    .navbar-header-middle .navbar-nav {
      border-top: 1px solid #ddd; }
      .navbar-header-middle .navbar-nav li.nav-item {
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        padding: 10px 2rem; }
        .navbar-header-middle .navbar-nav li.nav-item .nav-link {
          text-align: left; }
    .navbar-header-middle .form-control {
      background: #fff;
      border: 0;
      border-radius: 0;
      font-size: 16px; }
    .navbar-header-middle .input-group-append button {
      background: #03a016;
      color: #fff;
      border-radius: 0; }
      .navbar-header-middle .input-group-append button em {
        font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .navbar-header .navbar-brand {
    height: auto; }
    .navbar-header .navbar-brand img {
      display: block;
      margin: 10px auto 0; }
      .navbar-header .navbar-brand img.logo-name {
        padding-top: 0;
        margin-top: 5px; }
  .navbar-top-right .navbar-nav li.nav-item .nav-link.nav-link-sky {
    padding: 0 1rem !important; }
  .navbar-header-middle .input-group {
    max-width: 250px; } }

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

.owl-nav {
  display: block !important;
  position: absolute !important;
  top: 35% !important;
  width: 100% !important; }
  .owl-nav button span {
    color: #fff;
    background: rgba(34, 34, 34, 0.6);
    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: #03a016; }
  .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: #FFF !important;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 7px;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000; }
    .owl-dots .owl-dot.active {
      background: #60c020 !important;
      width: 16px;
      height: 16px; }
    .owl-dots .owl-dot .owl-dot:hover {
      background: #60c020 !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: 100%;
  height: 400px;
  position: relative;
  display: block; }
  .slide-banner .item .img-bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px; }
  .slide-banner .item .vdo {
    position: relative;
    background-color: black;
    min-height: 25rem;
    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 .item .vdo .text-vdo {
      position: relative;
      z-index: 1;
      margin-top: 120px; }
  .slide-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    z-index: 10000;
    width: 100%; }
  .slide-banner .label_text {
    display: block;
    color: #fff;
    font-family: "dsn_montanaregular", "tahoma", "sans-serif";
    letter-spacing: 5px;
    z-index: 2222;
    position: relative; }
    .slide-banner .label_text h1 {
      padding-left: 100px;
      font-size: 45px;
      font-weight: normal;
      color: #fff;
      text-shadow: -1px -1px 0 #d13d02,
 1px -1px 0 #d13d02,
 -1px 1px 0 #d13d02,
 1px 1px 0 #d13d02;
      line-height: 400px;
      height: 400px; letter-spacing: 3px;}
  .slide-banner .owl-nav {
    top: 45% !important; }
    .slide-banner .owl-nav button.owl-prev {
      left: 10% !important; }
    .slide-banner .owl-nav button.owl-next {
      right: 10% !important; }
  .slide-banner .text-slide-vdo1 {
    font-weight: bold;
    font-size: 35px;
    text-shadow: 0px 1px 4px #000;
    letter-spacing: 1px; }
  .slide-banner .text-slide-vdo2 {
    font-weight: bold;
    font-size: 28px;
    text-shadow: 0px 1px 4px #000;
    letter-spacing: 1px; }
  .slide-banner .text-slide-credit {
    font-family: tahoma;
    font-weight: normal;
    font-size: 8px;
    color: #909090;
    position: absolute;
    right: 180px;
    bottom: -22px; }

@media only screen and (max-width: 767px) {
  .slide-banner .label_text h1 {
    font-size: 30px;
    padding-left: 0;
    text-align: center; }
  .slide-banner .owl-nav button.owl-prev {
    left: 3% !important; }
  .slide-banner .owl-nav button.owl-next {
    right: 3% !important; } }

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

section .title-section {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #03a016;
  font-weight: bold;
  font-family: "promptregular", "tahoma", "sans-serif"; }

section .subtitle-section {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  font-family: "promptregular", "tahoma", "sans-serif"; }

section.news .nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  background-color: #dbe9d9;
  color: #000;
  padding: 0;
  margin: 0 2rem;
  font-weight: bold;
  line-height: 40px; }
  section.news .nav-pills .nav-link:hover {
    border-bottom: 2px solid #14a101; }

section.news .nav-pills .nav-link.active, section.news .nav-pills .show > .nav-link {
  font-weight: bold;
  border-bottom: 2px solid #14a101;
  color: #14a101; }

section.news .nav-pills .nav-item {
  background-color: #dbe9d9; }

section.news .card-news, .news-list .card-news {
  margin-bottom: 30px; }
  section.news .card-news img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
  section.news .card-news .card-body, .news-list .card-news .card-body {
    padding: 0.75rem 1rem 0;
    background-color: #fafafa;
    height: 100%; }
  section.news .card-news .card-date, .news-list .card-news .card-date {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px; }
  section.news .card-news .card-title, .news-list .card-news .card-title {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
    height: 80px;
    overflow: hidden; }
  section.news .card-news .card-text, .news-list .card-news .card-text {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    font-family: "promptregular", "tahoma", "sans-serif";
    margin-bottom: 15px;
    line-height: 20px; }
  section.news .card-news .card-link, .news-list .card-news .card-link {
    font-size: 14px;
    padding-bottom: 1rem;
    display: block;
    border-bottom: 2px solid #14a101; }
    section.news .card-news .card-link:hover, .news-list .card-news .card-link:hover {
      text-decoration: underline; }

section.about {
  background-color: #fafafa; }
  section.about .accordion > .card {
    border: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    section.about .accordion > .card .card-header {
      padding: .75rem 0.5rem .75rem 1.25rem;
      position: relative;
      border: 0;
      background-color: #f2f2f2;
      font-size: 18px; }
      section.about .accordion > .card .card-header:after {
        content: "\f054";
        color: #333;
        right: 20px;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 20px;
        height: 100%;
        background: #363636;
        color: #fff;
        text-align: center;
        right: 0;
        top: 0;
        width: 52px;
        line-height: 52px; }
      section.about .accordion > .card .card-header[aria-expanded="true"] {
        background-color: #363636;
        color: #fff; }
        section.about .accordion > .card .card-header[aria-expanded="true"]::after {
          content: "\f078";
          font-weight: 900;
          background-color: #9ad143; }
    section.about .accordion > .card .card-body {
      color: #959595;
      font-size: 15px; }
  section.about [type=button], section.about [type=reset], section.about [type=submit], section.about button {
    -webkit-appearance: none; }
  section.about .card-calendar .col-md-3 img {
    margin: auto; }
  section.about .card-calendar .card-body {
    padding-left: 0; }
  section.about .card-calendar .card-title {
    font-size: 16px;
    color: #000; }
  section.about .card-calendar .card-text {
    font-size: 14px;
    color: #959595 !important; }

@media only screen and (max-width: 767px) {
  section.news .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  section.news .nav-pills .nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
    font-weight: bold !important; }
  section.about .card-calendar .card-body {
    padding-left: 1.25rem; } }

.footer {
  position: relative;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 160px; }
  .footer .footer-wrapper {
    min-height: 160px; }
    .footer .footer-wrapper .intro-footer {
      padding-top: 10px; }
      .footer .footer-wrapper .intro-footer h3 {
        font-size: 18px;
        color: #4cf971;
        padding-bottom: 15px;
        letter-spacing: 1px; }
      .footer .footer-wrapper .intro-footer div {
        line-height: 34px; }
      .footer .footer-wrapper .intro-footer .icon-contact {
        max-width: 35px;
        width: 10%;
        display: inline-block;
        color: #85d6c4;
        vertical-align: top;
        font-size: 20px; }
      .footer .footer-wrapper .intro-footer .detail-contact {
        vertical-align: top;
        width: 90%;
        max-width: 600px;
        display: inline-block;
        color: #fff;
        font-size: 13px; }
      .footer .footer-wrapper .intro-footer .half-div {
        white-space: normal;
        width: 50%;
        display: inline-block; }
        .footer .footer-wrapper .intro-footer .half-div .icon-contact {
          width: 35px; }
        .footer .footer-wrapper .intro-footer .half-div .detail-contact {
          width: 80%; }
    .footer .footer-wrapper .map-footer {
      font-size: 0; }
      .footer .footer-wrapper .map-footer iframe {
        width: 100%;
        height: 120px; }
    .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: #111111;
    padding: 15px 0; }
    .footer .footer-copyright .copyright {
      color: #464646;
      font-size: 13px;
      line-height: 27px; }
    .footer .footer-copyright .social a {
      color: #7fb634;
      font-size: 13px;
      display: inline-block;
      text-align: center;
      padding: 0 15px; }
      .footer .footer-copyright .social a:hover {
        opacity: 0.7; }
      .footer .footer-copyright .social a:last-child {
        border-left: 1px solid #7fb634; }
    .footer .footer-copyright .cert {
      font-size: 0; }

@media only screen and (max-width: 991px) {
  .footer .footer-wrapper {
    padding: 30px 0; }
    .footer .footer-wrapper .map-footer {
      margin-top: 20px; }
  .footer .footer-copyright {
    width: 100%; }
  .footer .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 767px) {
  .footer .intro-footer div {
    text-align: center; }
  .footer .intro-footer .half-div {
    width: 100% !important; }
  .footer .copyright {
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 10px; }
  .footer .social {
    margin-bottom: 15px; } }

@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 */

/* ข่าวจัดซื้อจัดจ้าง */
.date-procurement{color: rgb(175, 175, 175); font-size: 13px; padding-left: 10px;}
.procurement{font-size: 14px; width:100%;}
.procurement ul {padding: 0; margin: 0; font-family: "promptregular", "tahoma", "sans-serif";}
.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;}
.text-content{font-size: 1em; }
.wrap-content { margin: 0;}
/* pagination */
.pagination a {  margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */}
.pagination a {  border-radius: 5px;font-size:0.9em;}
.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: 60px; }

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

.bread{font-family: "promptregular"; font-size: 13px; padding: 6px; background-color: #FFF;margin-top: 10px; }
.title-page{font-family: "prompt";  color:#04775d; font-size: 1.3em; }
.color-brown {  color: #ac3b03;  font-weight: bold;}
.color-blue {  color: #2342a7;  font-weight: bold;}
.address {margin-top: 40px;  font-size:0.9em;}
.address ul{padding:0 ; margin: 0;}
.address ul li {list-style:none ; line-height: 20px;}
.address img{  margin-bottom: -29px;}
.address span{padding-left: 30px;  display: block; }
.hr01{ width: 100%; margin-top: 30px; margin-bottom: 30px;}
.bg-fields{font-size: 0.9em !important;}
.btn-send {background-color: #088342; color: #fff; font-weight: bold; font-size: 0.9em;}
.btn-send:hover {background-color: #13924f; color: #fff;}
#accordion p{font-size:1.2em;}

/* knowledge */
.card-knowledge{ padding: 0; margin:15px;}
.card-body-knowledge{background-color: #daf1e9; padding: 10px; text-align: center;font-family: "prompt";  font-size: 0.9em;
	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: #088342; color: #fff; border-radius:20px; font-family: "prompt";
	padding-left: 30px; padding-right: 30px; padding-top: 5px;padding-bottom: 5px;  font-size: 1rem; padding-top: 0; padding-bottom: 0;  font-weight: normal;}
.btn-knowledge:hover{color: #fff; background-color: #13924f; 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 #daf1e9; 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 #daf1e9; margin-left:auto; margin-right: auto; left: 0;  right: 0;bottom:-15px; position: absolute; z-index:1 ;}
.news-content h5{ font-size: 1.1em; color: #068065; font-weight: normal;}
.news-content a:hover {text-decoration:none; }
.card-title{font-weight: normal; font-size: 1rem; }
.card-img-top{vertical-align: middle;}
.text-content p{font-size:1em;font-family: "prompt"; font-weight: normal;}

/* 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: 20px;text-align: center; font-size: 0.8em;}
#aniimated-thumbnials div{margin-bottom: 30px; }
#aniimated-thumbnials div img{border: 5px solid #FFF;	border-radius: 2px; box-shadow: 0px 0px 5px #bcbcbb;}

  /* FAQ */
  .faq{margin-top: 20px; font-family: "prompt";font-size: 1em; }
  .panel-group {    margin-bottom: 0;}
.panel-group .panel {    border-radius: 0;    box-shadow: none;}
.panel-group .panel .panel-heading {  margin-top: 10px;  padding: 0;}
.panel-group .panel .panel-heading h4 a {    background: #f6f9fc;    display: block;    font-size: 0.7em ;    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; float: right;   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 {    font-size: 0.8em ;   border-top: none;}
.panel-group .panel + .panel {    border-top: none;    margin-top: 0;}
.pxlr-faq-body{padding-left: 20px; padding-right: 20px;}
.pxlr-faq-body p {margin-top:10px; }

  /* TAB */
  #publish-tab { text-align: center; margin: 0 auto; font-family: 'prompt'; font-size: 17px; 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: #13924f !important;  color: #fff !important;}
  .publish-tab a {color:#333;}

@media screen and (min-width: 320px) and (max-width: 320px){
.album img{padding-left: 39px;}
}
@media screen and (min-width: 360px) and (max-width: 360px){
.album img{ padding-left: 59px;}
}
@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;}
.card-knowledge{ max-width: 44%; }
}
@media screen and (min-width: 667px) and (max-width: 667px){
.album img {padding-left: 14px;}
}
@media screen and (min-width: 731px) and (max-width: 736px){
.album img{padding-left: 13px;}
.card-knowledge{ max-width: 44%; }
}
@media screen and (min-width: 411px) and (max-width: 414px){
.album img { padding-left: 86px;}
}

@media screen and (min-width: 1290px) {
.album img {    padding-left: 70px;}
.card-knowledge{ max-width: 22%; }
}

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

@media screen and (min-width: 812px) and (max-width: 823px){
.card-knowledge {max-width: 44% ; flex: 0 0 44%; }
.album img{padding-left: 0px;}
}

/* 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;}
}

/**** 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;}

.zoom{transform: scale(0.95);  transition: all 0.3s;}
.zoom:hover {  transform: scale(1); }  .content:hover .content-text,  .content:hover .content-readmore,  .content:hover img {    opacity: 1; }

#laws-tab{ text-align: center; margin: 0 auto;  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"; }
.laws-tab:hover,.laws-tab a.active {background-color: #1e9d6c !important; color: #fff !important;}

.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.2em;  font-weight: normal;}
.cite3 {  padding-left: 0px;  font-style: inherit;  color: #a27e3a;  font-family: "prompt";  font-size: 1em;  font-weight: normal;}
.thead-green th {  color: #fff;  background-color: #309485;  border-color: #309485;}

.goldtext {
    color: #DEC300; font-family: 'dsn_montanaregular'; font-weight: bolder; letter-spacing:3px; font-size: 51px;text-align: left;
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(140,97,3,1) 0%, rgba(187,146,33,1) 26%, rgba(187,146,33,1) 35%, rgba(218,195,49,1) 45%, rgba(233,214,82,1) 61%, rgba(218,195,49,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    display: flex;
    line-height: 50px;
    margin-top: 15px;
  }
  .montana{font-family: 'dsn_montanaregular';letter-spacing:1px; text-align: left;}


  /* 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; }


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


/* 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;
} 


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

/* New Footer */
.font-footer{font-size: 1.1em;color: #FFFFFF;background-image: url(../images/bg-footer-2.jpg);
  background-size:cover; background-position: center; background-repeat: no-repeat; border-top:1px solid white;}
.menu-bottom li {font-size: 1em; 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: #FFFFFF;  }
.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; }
.name-footer{ font-size:1.3em; color: #4cf971;}