.color-primary {
  color: #002f87 !important;
}

.color-primary strong {
  color: #002f87 !important;
}

.color-2 {
  color: #ff6b00 !important;
}

.color-2 strong {
  color: #ff6b00 !important;
}

.color-thrid {
  color: #f45502;
}

.color-white {
  color: #ffffff !important;
}

.color-white strong {
  color: #ffffff !important;
}

.color-black {
  color: #000000;
}

.bg-primary {
  background-color: #002f87 !important;
}

.bg-main {
  background: #002f87;
}

.bg-sub {
  background: #633A25;
}

.bg-2 {
  background: #ff6b00;
}

.bg-2-light {
  background: #FFE0C9;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-gray-dark {
  background: #dbdbdb;
}

.bg-main-halft {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(42%, #f2f2f2), color-stop(42%, #002f87), color-stop(59%, #002f87), to(#002f87));
  background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 42%, #002f87 42%, #002f87 59%, #002f87 100%);
}

.bd-1 {
  border: 1px solid #ff6b00;
}

.bd-1-gray {
  border: 1px solid #999999;
}

.bd-1-orange {
  border: 1px solid #f45502;
}

.bd-2-orange {
  border: 2px solid #f45502;
}

.bd-4-orange {
  border: 4px solid #f45502;
}

.font-14 {
  font-size: 14px;
}

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

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
  line-height: 1.2;
}

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

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
  line-height: 1.3;
}

.font-30 {
  font-size: 30px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
  line-height: 1.2;
}

.font-45 {
  font-size: 45px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 50px;
}

.font-60 {
  font-size: 60px;
}

.font-80 {
  font-size: 80px;
}

.font-display {
  font-family: "Chulabhorn Likhit Display Medium" !important;
}

.font-medium {
  font-family: "Chulabhorn Likhit Text Medium" !important;
}

.font-regular {
  font-family: "Chulabhorn Likhit Text Regular";
}

.font-bold {
  font-family: "Chulabhorn Likhit Text Bold" !important;
}

.font-light {
  font-family: "Chulabhorn Likhit Text Light" !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.hr-gray-dark {
  border-color: #adadad;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-700 {
  font-weight: 700;
}

.b-white {
  border: 2px solid white;
}

.b-b-1 {
  border-bottom: 1px solid #ffffff;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-26 {
  border-radius: 26px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-40 {
  border-radius: 40px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.form-page-select {
  padding-top: 1.8em;
}

.form-page-select select {
  border-radius: 50px;
  border: 1px solid #002f87;
  color: #002f87;
}

.btn {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  -webkit-box-shadow: 0 3px 16px rgba(0, 47, 135, 0.2);
          box-shadow: 0 3px 16px rgba(0, 47, 135, 0.2);
}

.btn:hover, .btn:focus, .btn:active {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn.btn--primary {
  background: #002f87;
  border-color: #002f87;
}

.btn.btn-orange {
  background: #ff6b00 !important;
  border: 1px solid #ff6b00 !important;
  color: #ffffff;
}

.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange:active, .btn.btn-orange.active {
  background: #ff740f !important;
  border-color: #ff740f !important;
  color: #ffffff;
}

.btn.btn-orange-outline {
  color: #ff6b00;
  background: #ffffff !important;
  border: 1px solid #ff6b00 !important;
}

.btn.btn-orange-outline:hover, .btn.btn-orange-outline:focus, .btn.btn-orange-outline:active, .btn.btn-orange-outline.active {
  background: #ff7714 !important;
  border-color: #ff7714 !important;
  color: #ffffff;
}

.btn.btn-cra {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 12.5px 0;
  border-radius: 50%;
}

.btn.btn-cra i {
  color: #ffffff;
}

.btn.btn-cra .btn-cra-text {
  display: none;
  opacity: 0;
}

.btn.btn-cra:hover, .btn.btn-cra:focus, .btn.btn-cra:active {
  width: 150px;
  border-radius: 25px;
  padding: 12px 15px;
}

.btn.btn-cra:hover .btn-cra-text, .btn.btn-cra:focus .btn-cra-text, .btn.btn-cra:active .btn-cra-text {
  display: inline-block;
  opacity: 1;
}

.btn.btn-circle {
  border-radius: 50%;
}

.btn.btn-circle:hover, .btn.btn-circle:focus, .btn.btn-circle:active {
  width: 50px;
  height: 50px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

[data-tooltip]:after {
  font-family: "Chulabhorn Likhit Text Regular";
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.nav.nav-justified .nav-item .nav-link {
  color: #999999;
  font-family: "Chulabhorn Likhit Display Medium";
  width: 100%;
  padding: .5rem 1rem;
}

.nav.nav-justified .nav-item .nav-link.active {
  color: #ffffff;
  background: #ff6b00;
  border-radius: 50px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.paginate a {
  text-decoration: none;
  text-align: center;
}

.paginate .page-acitve {
  padding: 10px 20px;
  border: 1px solid #999999;
  text-align: center;
}

.paginate.page-number .total-page {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#prev-page span.font-20 {
  font-size: 16px;
  line-height: 1;
}

#next-page span.font-20 {
  font-size: 16px;
  line-height: 1;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.ui-widget.ui-widget-content {
  border-radius: 0px 0px 25px 25px !important;
  padding: 10px 20px 15px !important;
}

.before-orange {
  position: relative;
  z-index: 2;
}

.before-orange::before {
  content: ' ';
  background: #ff6b00;
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 75%;
}

.before-orange.top-left::before {
  top: -15px;
  left: -15px;
}

.before-orange.bottom-right::before {
  bottom: -15px;
  right: -15px;
}

.dot-bg .background-image-holder {
  background-size: auto !important;
}

.breadcrumbs li:not(:last-child):after {
  color: #999999;
  content: '>';
}

.cke_widget_selected img {
  height: auto !important;
}

@media (max-width: 767px) {
  .font-60 {
    font-size: 40px;
  }
  .font-40 {
    font-size: 34px;
  }
  .font-28 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.3;
  }
  p.font-40 {
    font-size: 18px;
  }
  p.font-30 {
    font-size: 16px;
  }
  p.font-20 {
    font-size: 16px;
  }
  p.font-16 {
    font-size: 14px;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .btn.btn-cra {
    font-size: 30px;
    padding: 0;
  }
  .btn.btn-cra:hover, .btn.btn-cra:focus, .btn.btn-cra:active {
    width: 50px;
    padding: 0;
  }
  .btn.btn-cra:hover .btn-cra-text, .btn.btn-cra:focus .btn-cra-text, .btn.btn-cra:active .btn-cra-text {
    display: none;
  }
  .dropdown > .dropdown__trigger:after {
    float: right;
    font-size: 16px;
    margin-right: 16px;
  }
  .paginate a {
    text-decoration: none;
    text-align: center;
  }
  .paginate .page-acitve {
    padding: 10px 10px;
    border: 1px solid #999999;
    text-align: center;
  }
  .paginate.page-number .total-page {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .btn.font-18 {
    font-size: 15px;
  }
  .about-page .font-40 {
    font-size: 26px;
  }
  .about-page.donation-page .font-40 {
    font-size: 26px;
  }
  .font-40 {
    font-size: 26px;
  }
}

.btn .material-icons.ml-auto {
  top: 6px;
  position: relative;
}

.ui-menu.ui-widget.ui-widget-content {
  border: 0px solid #000 !important;
  -webkit-box-shadow: 0px 0 14px -10px black;
          box-shadow: 0px 0 14px -10px black;
  border-radius: 0px 0px 25px 25px !important;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  display: inherit;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper::before {
  content: url("../img/search-black-18dp.svg");
  margin-right: 10px;
  font-size: 22px;
  opacity: 0.8;
  float: left;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper::after {
  content: ' ';
  clear: both;
}

.btn.btn-cra-small {
  padding: 4px 0 7px;
  width: 90px;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
  border-radius: 0px;
}

.btn.btn-cra-small .btn-cra-text {
  display: none;
  text-transform: uppercase;
  position: relative;
  width: 90px;
  left: 25%;
  top: 4px;
  padding: 0px !important;
  text-align: center;
  -webkit-transition: all linear 0.035s;
  transition: all linear 0.035s;
  font-size: 0.85rem;
}

.btn.btn-cra-small i {
  right: 15px;
  bottom: 13px;
  position: absolute;
}

.btn.btn-cra-small:hover, .btn.btn-cra-small:focus, .btn.btn-cra-small:active, .btn.btn-cra-small.active {
  padding: 4px 0 7px;
  -webkit-transition: all linear 0.02s;
  transition: all linear 0.02s;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  border-radius: 0px;
}

.btn.btn-cra-small:hover i, .btn.btn-cra-small:focus i, .btn.btn-cra-small:active i, .btn.btn-cra-small.active i {
  right: 75px;
}

.btn.btn-cra-small:hover .btn-cra-text, .btn.btn-cra-small:focus .btn-cra-text, .btn.btn-cra-small:active .btn-cra-text, .btn.btn-cra-small.active .btn-cra-text {
  width: 90px;
  opacity: 1;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
  text-align: center;
  left: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.accordion.accordion-biller .btn.btn-cra-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  padding: 10px 0px;
}

.accordion.accordion-biller .btn.btn-cra-small .btn-cra-text {
  left: 100%;
}

.accordion.accordion-biller .btn.btn-cra-small i {
  bottom: 13px;
}

.accordion.accordion-biller .btn.btn-cra-small:hover, .accordion.accordion-biller .btn.btn-cra-small:focus, .accordion.accordion-biller .btn.btn-cra-small:active {
  width: 120px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.accordion.accordion-biller .btn.btn-cra-small:hover .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:focus .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:active .btn-cra-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 20%;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

.media-donation img {
  max-width: 532px;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-banner.cc-bottom {
  width: 90% !important;
  -webkit-box-shadow: -1px -1px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 5px 4px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

.cc-message {
  color: #002f87 !important;
  font-family: "Chulabhorn Likhit Display Medium";
  font-size: 20px;
}

.cc-message .cc-link {
  color: #002f87 !important;
  font-family: "Chulabhorn Likhit Display Medium";
}

.cc-message .cc-link:hover, .cc-message .cc-link:focus, .cc-message .cc-link:active {
  color: #ff6b00 !important;
}

.cc-btn {
  font-size: 20px;
  border-radius: 50px !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #002f87;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f45502;
}

.ckwrap img {
  height: auto !important;
}

[lang="en"] #myTab li a {
  font-size: 16px;
}

#myTab li {
  max-width: 25%;
  text-align: center;
}

#myTab li a {
  font-size: 16px;
  display: inline-block;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .media-donation img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .btn.btn-cra:not(:last-child) {
    margin-bottom: 0px;
  }
  .btn.btn-cra-small {
    text-align: left;
    position: relative;
  }
  .btn.btn-cra-small i {
    right: auto;
    left: 0;
  }
  .btn.btn-cra-small .btn-cra-text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    left: 20px;
  }
  .btn.btn-cra-small:hover i, .btn.btn-cra-small:focus i, .btn.btn-cra-small:active i {
    left: 0;
    right: auto;
  }
  .btn.btn-cra-small:hover .btn-cra-text, .btn.btn-cra-small:focus .btn-cra-text, .btn.btn-cra-small:active .btn-cra-text {
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accordion.accordion-biller .btn.btn-cra-small {
    text-align: left;
    position: relative;
  }
  .accordion.accordion-biller .btn.btn-cra-small i {
    right: auto;
    left: 0% !important;
  }
  .accordion.accordion-biller .btn.btn-cra-small .btn-cra-text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    left: 20px !important;
    top: 0px !important;
  }
  .accordion.accordion-biller .btn.btn-cra-small:hover i, .accordion.accordion-biller .btn.btn-cra-small:focus i, .accordion.accordion-biller .btn.btn-cra-small:active i {
    left: 0% !important;
    right: auto;
  }
  .accordion.accordion-biller .btn.btn-cra-small:hover .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:focus .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:active .btn-cra-text {
    left: 20px !important;
    top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 480px) {
  .media img {
    max-height: 220px;
  }
}

body {
  font-family: "Chulabhorn Likhit Text Regular";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Chulabhorn Likhit Display Medium";
}

strong {
  font-family: "Chulabhorn Likhit Display Medium";
  font-weight: bold;
}

.menu-horizontal > li,
.menu-vertical > li,
a, .btn, p, input, textarea, label, tr, td {
  font-family: "Chulabhorn Likhit Text Regular";
}

a {
  color: #ff6b00;
  font-size: 22px;
  font-family: "Chulabhorn Likhit Text Light";
  text-decoration: none;
}

a .text-read-more {
  opacity: 0;
  font-family: "Chulabhorn Likhit Text Light";
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  font-size: 16px;
}

a:hover, a:focus, a:active, a.active, a:visited {
  color: #ff740f;
  text-decoration: none;
}

a:hover .text-read-more, a:focus .text-read-more, a:active .text-read-more, a.active .text-read-more, a:visited .text-read-more {
  opacity: 1;
  font-family: "Chulabhorn Likhit Text Light";
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  font-size: 16px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  font-size: 45px !important;
  color: #ffffff !important;
  top: 0;
  padding: 15px !important;
  width: 25px;
  height: 100%;
}

.owl-nav .owl-next:hover, .owl-nav .owl-next:focus, .owl-nav .owl-next:active,
.owl-nav .owl-prev:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-prev:active {
  background: rgba(0, 0, 0, 0.5) !important;
}

.owl-nav .owl-prev {
  right: 100%;
}

.owl-nav .owl-next {
  right: -15px;
}

[class*='bg-']:not(.bg--white):not(.bg--secondary) p,
[class*='imagebg']:not(.image--light) p {
  opacity: 1;
}

.landding {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100vh;
  position: relative;
}

.landding .btn-landding {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 250px;
  border-radius: 50px;
}

.section-title {
  font-family: "Chulabhorn Likhit Display Medium";
}

.section-title.section-title-bar {
  position: relative;
}

.section-title.section-title-bar:after {
  content: '';
  position: absolute;
  max-width: 90px;
  width: 150px;
  height: 4px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-title.section-title-bar.section-title-bar-primary:after {
  background-color: #002f87;
}

.section-title.section-title-bar.section-title-bar-2:after {
  background-color: #ff6b00;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.btn:not([class*='primary']):hover {
  border-color: #ffffff;
}

.bar--absolute,
.pos-fixed {
  z-index: 99999;
}

.bar .nav-logo {
  position: fixed;
  width: 130px;
  height: 130px;
  top: 0;
  padding: 0px;
  z-index: 999;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
}

.bar .nav-logo.bg-primary.logo-en {
  background: transparent !important;
  width: 150px;
}

.bar .nav-logo.bg-primary.logo-th {
  background: #002f87 !important;
  width: 150px;
}

.bar .logo {
  max-height: none !important;
  max-width: 100%;
}

.bar .bar__module.bg-primary {
  background-color: #002f87 !important;
}

.bar .bar__module .menu-toggle {
  width: auto;
  height: auto;
  background: transparent;
  padding-top: 0;
  padding-bottom: 10px;
}

.bar .bar__module .menu-toggle i {
  top: 10px;
}

.bar .btn .btn__text,
.bar .btn i {
  color: #ffffff;
}

.bar.pos-fixed .nav-logo {
  width: 110px;
  height: 90px;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
}

.bar.pos-fixed .menu-horizontal li {
  margin-bottom: 0;
}

.bar.pos-fixed .menu-horizontal li a {
  color: #002f87;
}

.bar.pos-fixed .btn .btn__text, .bar.pos-fixed .bar .btn i {
  color: #002f87;
}

.menu-horizontal > li > a:hover,
.menu-horizontal > li > span:hover,
.menu-horizontal > li > .modal-instance >
.modal-trigger:hover {
  color: #ff6b00 !important;
}

.menu-fullscreen a {
  color: #ffffff;
}

.menu-vertical li:not(:hover):not(.dropdown--active) {
  opacity: 1;
}

.menu-vertical.menu-vertical-main li {
  position: relative;
}

.menu-vertical.menu-vertical-main li a {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}

.menu-vertical.menu-vertical-main li::before {
  content: ' ';
  width: 10px;
  height: 2px;
  padding: 2px;
  background: #ff6b00;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.menu-vertical.menu-vertical-main li.active, .menu-vertical.menu-vertical-main li:hover, .menu-vertical.menu-vertical-main li:focus, .menu-vertical.menu-vertical-main li:active {
  padding-left: 40px;
}

.menu-vertical.menu-vertical-main li.active::before, .menu-vertical.menu-vertical-main li:hover::before, .menu-vertical.menu-vertical-main li:focus::before, .menu-vertical.menu-vertical-main li:active::before {
  width: 30px;
  height: 2px;
  padding: 2px;
  background: #ff6b00;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.menu-vertical.menu-vertical-main li.active a, .menu-vertical.menu-vertical-main li:hover a, .menu-vertical.menu-vertical-main li:focus a, .menu-vertical.menu-vertical-main li:active a {
  color: #ff6b00;
}

.menu-vertical.menu-vertical-main li.has-sub {
  position: relative;
}

.menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub {
  display: none;
  position: absolute;
  right: -35%;
  top: -10px;
  padding-top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}

.menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li a {
  color: #ffffff;
}

.menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:hover, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:focus, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:active {
  color: #ff6b00;
  padding-left: 0;
}

.menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:hover a, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:focus a, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:active a {
  color: #ff6b00;
}

.menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:hover::before, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:focus::before, .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub li:active::before {
  display: none;
}

.menu-vertical.menu-vertical-main li.has-sub:hover .menu-vertical-sub {
  opacity: 1 !important;
  display: block;
}

.menu-fullscreen:before {
  background: rgba(0, 47, 135, 0.9);
}

.bar.pos-fixed:not([class*='bg-']) .text-white {
  color: #002f87 !important;
}

#menu1 .menu-horizontal li {
  letter-spacing: 0px;
}

#menu1 .menu-horizontal li a {
  letter-spacing: 0px;
  opacity: 1;
}

#menu1 .bar__module .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-nav {
  display: none;
}

.home-cover {
  min-height: 100vh;
}

.home-cover[data-scrim-bottom="9"]:before {
  opacity: 0.3;
  background: none;
}

.home-cover .slides li.imagebg {
  min-height: 100vh !important;
}

.home-cover [data-overlay="4"]:before {
  opacity: 0.1;
}

.home-cover .pos-vertical-center {
  top: 54%;
}

.home-cover .social-link-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar--mobile-sticky {
  background-color: #002f87;
}

.hamburger-toggle {
  color: #ffffff !important;
}

.hamburger-toggle i {
  color: #ffffff;
}

.aboutus {
  padding-bottom: 190px;
}

.aboutus .section-title {
  padding-left: 20px;
}

.aboutus .section-title h2 {
  position: relative;
  z-index: 2;
}

.aboutus .section-title h2::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 4px;
  background: #ff6b00;
  right: 100%;
  top: 22px;
  bottom: 0;
  z-index: 0;
}

.aboutus .section-title h2:after {
  content: '';
  background: url("../img/dot.png");
  background-size: 100%;
  width: 50px;
  height: 150px;
  position: absolute;
  right: 96%;
  top: -40px;
  background-repeat: no-repeat;
  z-index: -1;
}

.aboutus .aboutus-detail-box {
  position: relative;
}

.aboutus .aboutus-detail-box .card-about-desc {
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-width: 350px;
  max-height: 350px;
  border-radius: 1px;
}

.aboutus .aboutus-detail-box .card-about-desc h3.font-40 {
  font-size: 25px;
}

.aboutus .aboutus-detail-box .card-about-desc p {
  line-height: 1.3;
}

.aboutus .aboutus-detail-box .card-about-desc p span {
  font-family: "Chulabhorn Likhit Text Regular";
}

.aboutus .aboutus-detail-box .card-about-desc a {
  font-size: 16px;
}

.aboutus .aboutus-detail-box .card-about-desc a span {
  font-family: "Chulabhorn Likhit Text Regular";
}

.aboutus .aboutus-img {
  -webkit-transform: translate(-15%, 105px) scale(1.3);
          transform: translate(-15%, 105px) scale(1.3);
  border-radius: 1px;
  width: 1240px;
  height: 620px;
}

#about_01 .font-36 {
  font-size: 36px;
}

#about_01 .text-lead {
  line-height: 1.4;
}

#about_01 .link-readmore span.material-icons {
  font-size: 40px !important;
}

#about_01 .link-readmore .font-20 {
  line-height: 1;
  font-size: 18px;
  top: -14px;
  position: relative;
}

#about_02 {
  position: relative;
}

#about_02 .container {
  position: relative;
}

#about_02 .container::after {
  content: url("../img/white_dot_dobule.png");
  position: absolute;
  right: 0;
  bottom: -80%;
  z-index: 3;
}

#about_06 .background-image-holder {
  background-size: auto !important;
}

#about_07 .card-header .btn::after {
  content: '-';
  position: absolute;
  right: 25px;
  top: 30%;
  bottom: 0;
  margin: auto 0;
  color: #f45502;
}

#about_07 .card-header .btn.collapsed {
  position: relative;
}

#about_07 .card-header .btn.collapsed::before {
  content: ' ';
  position: absolute;
  width: 250px;
  left: -250px;
  height: 5px;
  background-color: #f45502;
  border-radius: 10px;
  top: 50%;
}

#about_07 .card-header .btn.collapsed::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 30%;
  bottom: 0;
  margin: auto 0;
  color: #f45502;
}

#about_07 .accordion .btn {
  white-space: normal;
}

#about_07 .accordion .btn::after {
  content: '-';
  position: absolute;
  right: 25px;
  top: 30%;
  bottom: 0;
  margin: auto 0;
  color: #f45502;
}

#about_07 .accordion .btn:hover::after {
  content: '-';
  position: absolute;
  right: 25px;
  top: 30%;
  bottom: 0;
  margin: auto 0;
  color: #f45502;
}

.flower-images img {
  position: relative;
  z-index: 3;
  left: -30px;
  bottom: 15px;
}

.flower-images .flower-dot {
  position: absolute;
  z-index: 1;
}

.flower-images::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f45502;
  right: 80%;
  bottom: 15%;
  z-index: 2;
}

.card-about ::after {
  content: '';
  position: absolute;
}

.card-about .card-body {
  position: relative;
  z-index: 2;
}

.card-about .card-dot-bg {
  position: absolute;
  z-index: 1;
  bottom: -7%;
  right: -3%;
  max-width: 90%;
}

.img-headboard-box .img-headboard {
  position: relative;
  z-index: 2;
}

.img-headboard-box .card-dot-bg {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 60px;
  max-width: 150px;
}

.post_section {
  padding-top: 40px !important;
}

.article__body {
  position: relative;
}

.article__body img {
  z-index: 1;
  position: relative;
}

.article__body.article-right:after {
  content: '';
  background: url("../img/dot.png");
  background-size: 100%;
  width: 65px;
  height: 250px;
  position: absolute;
  right: -30px;
  top: -33px;
  background-repeat: no-repeat;
  z-index: 0;
}

.article__body.article-left {
  margin-top: 30%;
}

.article__body.article-left:after {
  content: '';
  background: #ff6b00;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-repeat: no-repeat;
  z-index: -1;
}

.article__body.article-left p strong {
  color: #ff6b00;
}

.article__body .article-detail {
  padding-right: 10px;
}

.article__body .article-detail p {
  color: #002f87;
  font-family: "Chulabhorn Likhit Text Medium";
  line-height: 2;
  font-size: 18px;
}

.article__body .article-detail p.font-16 {
  font-size: 16px !important;
}

.article__body .article-detail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 180px;
  -webkit-box-shadow: 0px 0px 21px 1px rgba(0, 47, 135, 0.1);
          box-shadow: 0px 0px 21px 1px rgba(0, 47, 135, 0.1);
  background-color: #ffffff;
  top: -40px;
  right: 12px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  z-index: 0;
}

.article__body:hover .article-detail p, .article__body:focus .article-detail p, .article__body:active .article-detail p, .article__body.active .article-detail p {
  position: relative;
  z-index: 3;
}

.article__body:hover .article-detail:before, .article__body:focus .article-detail:before, .article__body:active .article-detail:before, .article__body.active .article-detail:before {
  opacity: 1;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.article__body:hover .article-detail a, .article__body:focus .article-detail a, .article__body:active .article-detail a, .article__body.active .article-detail a {
  position: relative;
  z-index: 2;
}

.article__body:hover .article-detail a .text-read-more, .article__body:focus .article-detail a .text-read-more, .article__body:active .article-detail a .text-read-more, .article__body.active .article-detail a .text-read-more {
  opacity: 1;
}

.home-page .article__body .article-detail:before {
  height: 220px;
}

.donate-section.parallax > .background-image-holder,
.donate-section.parallax .slides li > .background-image-holder {
  height: 70vh;
  min-height: 70vh;
}

.news-section .news-section-title {
  position: relative;
}

.news-section .news-section-title:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 150px;
  background: url(../img/news_dot.png) no-repeat center center;
  background-size: 100%;
  top: -4%;
  left: -30px;
}

.news-section .event-section-title {
  position: relative;
}

.news-section .event-section-title:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 180px;
  background: url(../img/event_dot.png) no-repeat center center;
  background-size: 100%;
  top: -40px;
  left: -13px;
}

.news-section .news-carousel .owl-stage-outer {
  padding-left: 20px;
}

.news-section .event-carousel .owl-stage-outer {
  padding: 20px 10px;
}

.news-list .owl-stage-outer {
  padding: 20px;
}

.card.news-card {
  position: relative;
}

.card.news-card h2, .card.news-card p {
  color: #ffffff;
}

.card.news-card p + a {
  font-size: 16px !important;
  color: #ff6b00;
}

.card.news-card .news-date {
  position: relative;
}

.card.news-card .news-date:after {
  content: " ";
  width: 50px;
  height: 4px;
  background: #ff6b00;
  position: absolute;
  bottom: -15px;
}

.card.news-card:after {
  content: '';
  width: 100%;
  height: 140%;
  background: #0E409F;
  -webkit-box-shadow: 0px 0px 6px 0.3px rgba(0, 47, 135, 0.8);
          box-shadow: 0px 0px 6px 0.3px rgba(0, 47, 135, 0.8);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.card.news-card:hover:after, .card.news-card:focus:after, .card.news-card:active:after {
  opacity: 1;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.card.event-card .date {
  background-color: #ffffff;
  font-size: 10px;
}

.card.event-card:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0.3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 13px 0.3px rgba(0, 0, 0, 0.3);
}

.card.event-card:hover .date {
  background-color: #ffffff;
  font-size: 10px;
}

.card.event-card:hover .text-read-more {
  opacity: 1;
}

.service {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service .section-title {
  padding-left: 60px;
  position: relative;
}

.service .section-title:before {
  content: '';
  width: 50px;
  height: 4px;
  background: #ff6b00;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.service .section-title h2 {
  font-size: 50px;
}

.service .service-box {
  opacity: 0.3;
}

.service-box {
  min-height: 220px;
  position: relative;
  -webkit-transition: all linear .4s;
  transition: all linear .4s;
  padding-top: 0%;
}

.service-box p {
  line-height: 1.5;
  font-family: "Chulabhorn Likhit Text Light";
}

.service-box .btn-cra {
  display: none;
}

.service-box img {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-box:hover, .service-box:focus, .service-box:active, .service-box.active {
  cursor: pointer;
  opacity: 1;
  padding-top: 0%;
}

.service-box:hover .btn-cra, .service-box:focus .btn-cra, .service-box:active .btn-cra, .service-box.active .btn-cra {
  display: block;
}

.service-box:hover .btn-cra .btn-cra-text, .service-box:focus .btn-cra .btn-cra-text, .service-box:active .btn-cra .btn-cra-text, .service-box.active .btn-cra .btn-cra-text {
  opacity: 1;
}

.service-box .service-desc {
  bottom: 30px;
}

#service-home .service-box .btn-cra {
  display: block;
  opacity: 0;
}

#service-home .service-box:hover .btn-cra, #service-home .service-box:focus .btn-cra, #service-home .service-box:active .btn-cra, #service-home .service-box.active .btn-cra {
  opacity: 1;
}

#service-home .service-box:hover .btn-cra .btn-cra-text, #service-home .service-box:focus .btn-cra .btn-cra-text, #service-home .service-box:active .btn-cra .btn-cra-text, #service-home .service-box.active .btn-cra .btn-cra-text {
  opacity: 1;
}

.slide_number-box {
  opacity: 0.8;
}

.footer-6 p, .footer-6 li {
  color: #002f87;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Chulabhorn Likhit Text Regular";
}

.footer-6 li a {
  color: #ff6b00;
  font-size: 16px;
  font-family: "Chulabhorn Likhit Text Medium";
}

.footer-6 li a span {
  font-size: 14px;
}

.footer-6 .menu-sitemap li a {
  color: #002f87;
  font-size: 12px;
}

.footer-6 .menu-sitemap li a:hover, .footer-6 .menu-sitemap li a:focus, .footer-6 .menu-sitemap li a:active {
  color: #ff6b00;
}

.footer-6 .card-footer-info {
  z-index: 2;
  background: #ffffff;
  padding-bottom: 10px;
  height: 250px;
  position: relative;
}

.footer-6 .card-footer-info::before {
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 96%;
  height: 90%;
  content: ' ';
}

.footer-6 .card-footer-info:after {
  content: " ";
  background-image: url(../img/1dot.png);
  width: 50%;
  height: 105%;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -2;
}

.footer-6 .card-footer-info .card-body {
  position: absolute;
  top: 0;
  z-index: 3;
}

.breadcrumbs .breadcrumb-item a {
  font-size: 14px;
  color: #999999;
  font-family: "Chulabhorn Likhit Text Regular";
}

.breadcrumbs .breadcrumb-item a i {
  font-size: 12px;
}

.breadcrumbs .breadcrumb-item.active {
  color: #ff6b00;
}

.breadcrumbs .breadcrumb-item.active a {
  color: #ff6b00 !important;
}

.page-detail {
  background: #f2f2f2;
}

.page-detail.news-page {
  background: url("../img/dot-bg.jpg");
  background-position: top center;
  background-size: cover;
  background-color: #ccc;
}

.page-detail.news-page.gray-page .main-container .news-page-content .container {
  background-color: #ccc;
}

.page-detail .bar .bar__module .menu-toggle {
  color: #002f87 !important;
}

.page-detail .bar .bar__module .menu-toggle .btn_text.text-white {
  color: #002f87 !important;
}

.page-detail .bar .bar__module .menu-toggle .btn_text.text-white i.text-white {
  color: #002f87 !important;
}

.page-detail .bar .bar__module .menu-toggle#btn-main-menu-close {
  color: #ffffff !important;
}

.page-detail .bar .bar__module .menu-toggle#btn-main-menu-close span.text-white, .page-detail .bar .bar__module .menu-toggle#btn-main-menu-close i.text-white {
  color: #ffffff !important;
}

.page-detail .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a, .page-detail .bar--transparent:not(.bar--dark):not(.pos-fixed) .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
  color: #002f87 !important;
}

.page-detail .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .btn__text {
  color: #002f87;
}

.page-detail .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .btn__text i {
  color: #002f87 !important;
}

.page-detail .section-title {
  position: relative;
}

.page-detail .section-title h1 {
  line-height: 1.5;
}

.page-detail .section-banner-page .social li {
  font-size: 16px;
}

.page-detail .section-banner-page .social li a {
  font-size: 16px;
}

.page-detail .section-banner-page .social li img {
  max-width: 30px !important;
}

.page-detail footer {
  background: #ffffff;
}

.page-detail .content-layout {
  position: relative;
}

.page-detail .content-layout iframe {
  min-height: 2px;
}

.page-detail .content-layout.content-layout-bar {
  padding-bottom: 60px;
}

.page-detail .content-layout.content-layout-bar:after {
  content: '';
  position: absolute;
  width: 150px;
  max-width: 150px;
  height: 4px;
  background: #ff6b00;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.page-detail .aboutus {
  padding-bottom: 0px;
}

.page-detail .aboutus .section-title h2::before {
  display: none;
}

.page-detail .aboutus .section-title.with-left-line h2:before {
  display: block;
  height: 4px;
}

.page-detail .aboutus .aboutus-img {
  position: relative;
  -webkit-transform: scale(1) translate(-2%, 10%);
          transform: scale(1) translate(-2%, 10%);
}

.release-post-section .post-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.release-post-section .post-carousel.owl-carousel .owl-nav .owl-next,
.release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev {
  color: #002f87 !important;
  height: 120%;
  min-width: 90px;
}

.release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:hover, .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:focus, .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:active,
.release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev:hover,
.release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev:focus,
.release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev:active {
  color: #002f87 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.release-post-section .post-carousel.owl-carousel .owl-nav .owl-next {
  left: 94%;
}

.release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev {
  right: 93.5%;
}

.release-post-section .post-carousel.owl-carousel .owl-stage-outer {
  padding-right: 20px;
  padding-left: 20px;
}

.release-post-section .post-carousel.owl-carousel .item .article-detail:before {
  height: 220px;
}

.release-post-section .news-list.owl-carousel .owl-nav.disabled {
  display: block;
}

.release-post-section .news-list.owl-carousel .owl-nav.disabled .owl-prev {
  right: 99.5%;
}

.release-post-section .news-list.owl-carousel .owl-nav.disabled .owl-next {
  left: 99.5%;
}

.release-post-section .news-list.owl-carousel .owl-stage-outer {
  margin-top: 0px;
  padding: 0px 10px 0 20px;
}

.post-carousel.owl-carousel .owl-stage {
  padding: 20px 0;
}

.service-page .bg-service .background-image-holder {
  background-position: center top !important;
}

.service-page .service-box {
  border: 1px solid #ff6b00;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.service-page .service-box h2 {
  font-size: 40px;
}

.service-page .service-box .service-box-desc strong {
  color: #002f87;
}

.service-page .service-box img {
  position: relative;
}

.service-page .service-box .btn-cra {
  opacity: 1;
}

.service-page .service-box:hover, .service-page .service-box:focus, .service-page .service-box:active {
  background-color: #002f87;
  border: 1px solid #ff6b00;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.service-page .service-box:hover .service-box-desc strong, .service-page .service-box:focus .service-box-desc strong, .service-page .service-box:active .service-box-desc strong {
  color: #ffffff;
}

.service-page .service-box.service-borderless {
  border: 0px solid #ff6b00;
}

.account-page .bg-service .background-image-holder {
  background-position: center top !important;
}

.account-page .service-box .btn {
  display: block;
  opacity: 1;
  bottom: -10px;
  margin-bottom: 0px !important;
}

.account-page .service-box .service-item ul li p {
  color: #000;
  font-family: "Chulabhorn Likhit Text Medium";
  font-size: 16px;
}

.account-page .service-box .service-item:hover .btn, .account-page .service-box .service-item:focus .btn, .account-page .service-box .service-item:active .btn {
  opacity: 1;
}

.account-page .service-box .service-item:hover .btn .btn-cra-text, .account-page .service-box .service-item:focus .btn .btn-cra-text, .account-page .service-box .service-item:active .btn .btn-cra-text {
  opacity: 1;
}

.menu-mobile {
  padding-top: 40px;
}

.menu-mobile .menu-horizontal li a,
.menu-mobile .menu-horizontal li .dropdown__trigger {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}

.menu-mobile .menu-horizontal li a:hover, .menu-mobile .menu-horizontal li a:focus, .menu-mobile .menu-horizontal li a:active, .menu-mobile .menu-horizontal li a.active,
.menu-mobile .menu-horizontal li .dropdown__trigger:hover,
.menu-mobile .menu-horizontal li .dropdown__trigger:focus,
.menu-mobile .menu-horizontal li .dropdown__trigger:active,
.menu-mobile .menu-horizontal li .dropdown__trigger.active {
  color: #ff6b00;
}

.menu-mobile .menu-horizontal li .dropdown__content {
  background: transparent;
}

.menu-mobile .menu-horizontal li .dropdown__content .submenu li a,
.menu-mobile .menu-horizontal li .dropdown__content .submenu li .dropdown__trigger {
  font-size: 16px;
  color: #ffffff;
}

.menu-mobile .menu-horizontal li .dropdown__content .submenu li a:hover, .menu-mobile .menu-horizontal li .dropdown__content .submenu li a:focus, .menu-mobile .menu-horizontal li .dropdown__content .submenu li a:active, .menu-mobile .menu-horizontal li .dropdown__content .submenu li a.active,
.menu-mobile .menu-horizontal li .dropdown__content .submenu li .dropdown__trigger:hover,
.menu-mobile .menu-horizontal li .dropdown__content .submenu li .dropdown__trigger:focus,
.menu-mobile .menu-horizontal li .dropdown__content .submenu li .dropdown__trigger:active,
.menu-mobile .menu-horizontal li .dropdown__content .submenu li .dropdown__trigger.active {
  color: #ff6b00;
}

.back-to-top {
  width: 2.71428571em;
  height: 2.61428571em;
  padding-top: 15px;
}

.policy-link {
  color: #002f87 !important;
  font-family: "Chulabhorn Likhit Text Medium";
}

.policy-link:hover, .policy-link:focus, .policy-link:active {
  color: #ff6b00 !important;
}

.about-page .cover.cover-blocks .background-image-holder {
  background-position: top center !important;
}

.about-page .aboutus .aboutus-img {
  -webkit-transform: translate(0%, 105px) scale(1.3);
          transform: translate(0%, 105px) scale(1.3);
}

.about-page .aboutus-detail-box .card-about-desc {
  width: 350px;
}

.about-page p.color-primary.font-regular.py-3.pl-4.font-18.align-middle {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.about-page a.btn.btn-cra-small.stretched-link {
  text-align: center;
  border-radius: 0px;
}

.about-page a.btn.btn-cra-small.stretched-link .btn-cra-text {
  text-align: center;
}

.about-page a.btn.btn-cra-small.stretched-link:hover, .about-page a.btn.btn-cra-small.stretched-link:focus {
  width: 90px;
  text-align: center;
}

.about-page.pimanthip_gallery .background-image-holder {
  background-size: 100% !important;
}

.about-page.donation-page .aboutus .section-title {
  padding-left: 20px;
  position: relative;
}

.post-page.about-page #calendar.release-post-section .news-list.owl-carousel .owl-nav.disabled {
  display: block;
}

.post-page.about-page #calendar.release-post-section .news-list .owl-stage-outer {
  margin-left: -20px;
}

.post-page.about-page #calendar.release-post-section .news-list.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  color: #002f87 !important;
}

.post-page.about-page #calendar.release-post-section .news-list.owl-theme .owl-nav .disabled[class*=owl-]:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.accordion .collapse .card-header .btn {
  border: 2px solid #ff6b00;
}

.accordion .collapse .card-body {
  background: #ffffff;
  border: 1px solid #ff6b00;
  padding: 35px;
  display: none;
  opacity: 0;
}

.accordion .collapse.show .card-body {
  display: block;
  opacity: 1;
}

.accordion .btn {
  background-color: #FFE0C9;
  border: 1px solid #ff6b00;
  opacity: 1;
  border-radius: 1px;
  margin-bottom: 0px;
  padding: 0px 15px;
  color: #002f87;
  font-size: 34px;
  font-family: "Chulabhorn Likhit Display Medium";
  line-height: 1;
  max-height: auto;
  white-space: normal;
}

.accordion .btn:hover, .accordion .btn:focus, .accordion .btn.active, .accordion .btn:visited {
  background-color: #FFE0C9;
  border: 1px solid #ff6b00;
  text-decoration: none;
}

.accordion .btn.btn-cra .btn-cra-text {
  position: relative;
  top: -6px;
  opacity: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #ffffff;
}

.accordion .btn.btn-cra:hover, .accordion .btn.btn-cra:focus, .accordion .btn.btn-cra:active {
  text-decoration: none;
  border-radius: 25px !important;
}

.accordion .btn.btn-cra:hover .btn-cra-text, .accordion .btn.btn-cra:focus .btn-cra-text, .accordion .btn.btn-cra:active .btn-cra-text {
  opacity: 1;
  -webkit-transition: all linear 1.5s;
  transition: all linear 1.5s;
}

.accordion.accordion-biller .btn {
  background-color: #FFE0C9;
  border: 0px solid #ff6b00;
  color: #f45502;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion.accordion-biller .btn.btn-cra-small {
  padding: 10px 5px;
  color: #f45502 !important;
  width: 120px;
}

.accordion.accordion-biller .btn.btn-cra-small i, .accordion.accordion-biller .btn.btn-cra-small .btn-cra-text {
  color: #f45502 !important;
}

.accordion.accordion-biller .btn.btn-cra-small i {
  left: 80%;
  position: absolute;
}

.accordion.accordion-biller .btn.btn-cra-small .btn-cra-text {
  display: table-cell;
  position: relative;
  width: 90px;
  top: 2px;
  left: 15px;
}

.accordion.accordion-biller .btn.btn-cra-small:hover .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:focus .btn-cra-text, .accordion.accordion-biller .btn.btn-cra-small:active .btn-cra-text {
  display: inline-block;
  width: 90px;
}

.accordion.accordion-biller .btn.btn-cra-small:hover i, .accordion.accordion-biller .btn.btn-cra-small:focus i, .accordion.accordion-biller .btn.btn-cra-small:active i {
  left: 10%;
}

.accordion.accordion-biller .card .card-header .btn {
  font-family: "Chulabhorn Likhit Text Regular";
  font-weight: normal;
}

.collapsing .card-body {
  background: #ffffff;
  border: 1px solid #ff6b00;
  padding: 35px 15px;
  display: block;
  opacity: 1;
}

.text-culabhorn .text-short {
  font-size: 200px;
  line-height: 1;
}

.about-page .aboutus .section-title h2::before {
  right: 100%;
}

.about-page .aboutus .section-title.section-title-full h2:before {
  right: 100%;
}

.about-page .service-box {
  border: 1px solid #ff6b00;
}

.about-page .service-box .btn-cra {
  display: block;
  bottom: -10px;
}

.about-page .accordion a {
  font-size: 24px;
  overflow: initial;
  border: 1px solid #ff6b00;
  line-height: 1.4;
}

.about-page .bg-2-light.p-3.mb-3 {
  border: 1px solid #ff6b00;
}

.sub-title-section {
  position: relative;
  padding: 0px 15px;
  margin-bottom: 4.222;
}

.sub-title-section h3 {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 4;
  color: #002f87;
  padding-top: 9px;
  background: #ccc;
  max-width: 80%;
  font-family: "Chulabhorn Likhit Display Medium" !important;
  min-height: 60px;
}

.sub-title-section::before {
  content: " ";
  height: 2px;
  background: #ff6b00;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
}

.sub-title-section::after {
  background: #cccccc;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  z-index: 2;
}

.lightboxOverlay {
  z-index: 99999;
}

.lightbox {
  z-index: 100000;
}

.next-section {
  border: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  padding: 12px 9px;
  border-radius: 50px;
  opacity: 0.7;
  bottom: 30px;
  left: 0;
  right: 0;
}

.next-section a span {
  color: #ffffff;
}

.contactus .background-image-holder {
  background-size: 100%  !important;
  background-repeat: no-repeat;
}

.contactus .contactus-form .form-control {
  border: 1px solid #707070;
  background-color: #fcfcfc;
}

.contactus .contactus-form .btn {
  font-size: 20px;
  position: relative;
  max-width: 180px;
}

.contactus .contactus-form .btn span {
  position: absolute;
  line-height: 1.5;
  top: 13px;
  margin-top: auto;
  margin-bottom: auto;
}

.faqs .accordion .btn {
  font-size: 24px;
}

.faqs .accordion a {
  font-size: 16px;
  overflow: initial;
  border: 0px solid #ff6b00;
  line-height: 1.2;
  font-family: "Chulabhorn Likhit Text Regular";
}

.search-page .cover {
  padding-top: 150px;
  min-height: 580px;
}

.search-box .input-icon input {
  border: 0px solid #fff;
  background: #ffffff;
  font-family: "Chulabhorn Likhit Display Medium";
}

.srchHilite {
  font-weight: bold;
  color: #002f87;
}

#select-page {
  padding-right: 25px;
  position: relative;
}

#select-page:after {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  content: "V";
  color: #000;
}

.gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a,
.gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
  color: #002f87;
}

.gray-page .bar--desktop-sticky .btn:not([class*='primary']),
.gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) {
  color: #002f87 !important;
  border-color: #002F87;
}

.gray-page .bar--desktop-sticky .btn:not([class*='primary']) .text-white,
.gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .text-white {
  color: #002f87 !important;
}

.gray-page .bar--desktop-sticky .btn:not([class*='primary']) i,
.gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) i {
  color: #002f87;
}

.gray-page #mobile-search .text-white {
  color: #002f87 !important;
}

.gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) {
  color: #ffffff !important;
  border-color: #ffffff;
}

.gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) span, .gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) i {
  color: #ffffff !important;
}

.gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) #mobile-search {
  color: #ffffff !important;
}

.gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) #mobile-search .text-white {
  color: #ffffff !important;
}

.gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) #mobile-search span, .gray-page .bar--mobile-sticky.bar--desktop-sticky.pos-fixed .btn:not([class*='primary']) #mobile-search i {
  color: #ffffff !important;
}

.gray-page #btn-main-menu-close {
  color: #ffffff;
  border-color: #ffffff;
}

.gray-page #btn-main-menu-close span, .gray-page #btn-main-menu-close i {
  color: #ffffff !important;
}

.gray-page .logo-dark {
  display: block !important;
}

.gray-page .logo-light {
  display: none !important;
}

.gray-page.menu-show .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a,
.gray-page.menu-show .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.gray-page.menu-show .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.gray-page.menu-show .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .text-white {
  color: #ffffff !important;
}

.policy-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  background-color: #ffffff;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  -webkit-box-shadow: -1px -1px 5px 4px rgba(0, 0, 0, 0.3);
          box-shadow: -1px -1px 5px 4px rgba(0, 0, 0, 0.3);
}

.policy-box .pos-relative .close-policy-box {
  position: absolute;
  top: -45px;
  color: rgba(255, 255, 255, 0.5);
  right: 10px;
}

.grid-item {
  float: left;
  width: 25%;
  height: 250px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.grid-item img {
  width: 100%;
}

.grid-item .background-image-holder {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.grid-item .hover-element {
  height: 100%;
}

.grid-item--width2 {
  width: 50%;
}

.grid-item--height2 {
  height: 500px;
}

.g-recaptcha div {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .bar__module.main-nav:not(:only-child) {
    display: none;
  }
  .text-culabhorn .text-short {
    font-size: 80px;
  }
}

@media (max-width: 1600px) {
  .aboutus .aboutus-detail-box .card-about-desc {
    right: -10%;
  }
  .aboutus .aboutus-img {
    height: 520px;
  }
}

@media (max-width: 1440px) {
  .aboutus .aboutus-detail-box .card-about-desc {
    right: -10%;
    top: 30%;
  }
  .aboutus .aboutus-img {
    height: 520px;
  }
  .menu-vertical.menu-vertical-main li.has-sub .menu-vertical-sub {
    right: -38%;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .pos-vertical-center {
    top: 58%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .aboutus {
    padding-bottom: 120px;
  }
  .aboutus .aboutus-detail-box .aboutus-img {
    height: 480px;
  }
  .aboutus .aboutus-detail-box .card-about-desc {
    left: 75%;
    top: 14%;
    max-width: 340px;
    max-height: 280px;
  }
  .aboutus .aboutus-detail-box .lead.font-24 {
    font-size: 15px;
    margin-bottom: 0p;
  }
  .aboutus .section-title h2::before {
    left: -31%;
  }
}

@media (max-width: 991px) {
  html[lang="en"] .bar__module.bg-primary.nav-logo {
    background: transparent !important;
  }
  .gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a,
  .gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
    color: #ffffff;
  }
  .gray-page .bar--desktop-sticky .btn:not([class*='primary']),
  .gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) {
    color: #ffffff !important;
    border-color: #ffffff;
  }
  .gray-page .bar--desktop-sticky .btn:not([class*='primary']) .text-white,
  .gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .text-white {
    color: #ffffff !important;
  }
  .gray-page .bar--desktop-sticky .btn:not([class*='primary']) i,
  .gray-page .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) i {
    color: #ffffff;
  }
  .gray-page #mobile-search .text-white {
    color: #ffffff !important;
  }
  .aboutus {
    padding-bottom: 120px;
  }
  .aboutus .aboutus-detail-box .aboutus-img {
    -webkit-transform: translate(-1%, 60px) scale(1.1);
            transform: translate(-1%, 60px) scale(1.1);
    height: auto;
    max-width: 100%;
  }
  .aboutus .aboutus-detail-box .lead.font-24 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .aboutus .aboutus-detail-box .card-about-desc {
    right: -10%;
    max-width: 340px;
    max-height: 280px;
  }
  .post_section .article-left:after {
    max-width: 160px;
    max-height: 160px;
  }
  .post_section .article-detail::before {
    height: 240px;
  }
  .post-page.about-page .aboutus .background-image-holder {
    background-size: auto !important;
  }
  .post-page .post_section .article__body img {
    z-index: 4;
  }
  .post-page .post_section .article-detail {
    z-index: 3;
  }
  .post-page .post_section .article-detail::before {
    height: 210px;
  }
  .bar.bar--mobile-sticky[data-scroll-class*='fixed'].pos-fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .bar--mobile-sticky {
    top: 0;
    z-index: 99999;
    position: fixed;
    width: 100%;
  }
  .bar--mobile-sticky .list-inline {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bar--mobile-sticky .list-inline .btn.rounded-circle {
    color: #ffffff !important;
  }
  .bar--mobile-sticky .list-inline .btn.rounded-circle .btn__text {
    color: #ffffff !important;
  }
  .page-detail .bar--mobile-sticky .list-inline .btn.rounded-circle .btn__text {
    color: #ffffff;
  }
  .page-detail .bar--mobile-sticky .list-inline .btn.rounded-circle .btn__text i {
    color: #ffffff !important;
  }
  .page-detail .social.list-inline {
    text-align: left;
    margin-top: 1.3rem;
  }
  #main-menu .btn-lang {
    display: none;
  }
  #menu2.menu-mobile {
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 987;
    background: rgba(0, 47, 135, 0.9);
    padding-top: 120px !important;
  }
  #menu2.menu-mobile .menu-horizontal li {
    display: block;
    margin-left: 0;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown .container {
    padding: 0;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown .dropdown__container {
    position: relative;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown .dropdown__container .dropdown__content {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 5px 1.85714286em;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown .dropdown__trigger:after {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown.dropdown--active .dropdown__container {
    display: block;
  }
  #menu2.menu-mobile .menu-horizontal li.dropdown.dropdown--active .dropdown__trigger:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .hamburger-toggle .text-menu {
    display: block;
  }
  .hamburger-toggle .text-close {
    display: none;
  }
  .menu-show .hamburger-toggle .text-menu {
    display: none;
  }
  .menu-show .hamburger-toggle .text-close {
    display: block;
  }
  .menu-show #main-menu .btn-lang {
    display: block;
  }
  .service-box#service01, .service-box#service02, .service-box#service03 {
    padding: 15px;
    text-align: center;
  }
  .service-box#service01 .btn, .service-box#service02 .btn, .service-box#service03 .btn {
    margin: 5px auto;
  }
  .service-box#service01:hover, .service-box#service02:hover, .service-box#service03:hover {
    padding: 15px;
  }
  #service-home .container {
    padding-left: 0;
    padding-right: 0;
  }
  .contactus .contact-map .pos-absolute {
    position: relative;
    right: 0 !important;
  }
  .home-cover .social-link-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .home-cover .social-link-banner li:last-child {
    display: none;
  }
  .home-cover .social-link-banner li:not(:last-child) img {
    width: 60px !important;
  }
  .home-page .aboutus {
    padding-bottom: 60px;
  }
  .home-page .article__body p {
    font-size: 16px;
  }
  .home-page .article__body.article-left {
    margin-top: 14%;
  }
  .home-page .article__body .article-detail:before {
    height: 220px;
  }
  .contactus-page.about-page .cover.cover-blocks .background-image-holder {
    background-size: cover !important;
  }
}

@media (max-width: 767px) {
  #menu2.menu-mobile {
    margin-top: 0px;
    z-index: 997;
    overflow: scroll;
  }
  #menu2 .top-menu li a {
    font-size: 14px;
  }
  .font-45 {
    font-size: 30px;
  }
  .nav-container {
    background-color: #002f87 !important;
  }
  .owl-nav .owl-prev {
    right: 88%;
  }
  .main-nav {
    display: block;
    padding-top: 85px;
  }
  .main-nav .menu-horizontal li {
    color: #ffffff;
    opacity: 1;
  }
  .main-nav .menu-horizontal li a, .main-nav .menu-horizontal li span {
    color: #ffffff;
    opacity: 1;
  }
  .bar.bar--mobile-sticky[data-scroll-class*='fixed'] + .bar.pos-fixed {
    top: 3.71428571em;
    position: fixed;
    width: 100%;
    background: #002f87;
    height: 100vh;
    z-index: 998;
  }
  .bar.bar--mobile-sticky[data-scroll-class*='fixed'].pos-fixed {
    position: fixed;
    width: 100%;
    background: #002f87;
    z-index: 999;
    top: 0;
  }
  .bar .nav-logo {
    width: 110px;
    height: auto;
  }
  .bar .nav-logo .logo {
    max-width: 110px;
  }
  .menu-horizontal > li:not(:hover) > a,
  .menu-horizontal > li:not(:hover) > span,
  .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
  }
  .bar__module.extends-module {
    text-align: left;
  }
  .bar__module.extends-module .btn.extend-nav {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-6 {
    padding-bottom: 15px;
  }
  .home-cover {
    min-height: 100vh;
    max-height: 100vh;
  }
  .home-cover .social-link-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-cover .social-link-banner li:last-child {
    display: none;
  }
  .home-cover .social-link-banner li:not(:last-child) img {
    width: 180px;
  }
  .home-cover .slide_number-box {
    left: 15px !important;
  }
  .home-page .aboutus {
    padding-bottom: 60px;
  }
  .home-page .article__body p {
    font-size: 16px;
  }
  .home-page .article__body.article-left {
    margin-top: 14%;
  }
  .home-page .article__body .article-detail:before {
    height: 220px;
  }
  .aboutus {
    padding-bottom: 120px;
  }
  .aboutus .section-title h2.font-34 {
    font-size: 30px;
  }
  .aboutus .section-title h2::before {
    right: 100%;
    z-index: -2;
  }
  .aboutus .section-title.section-title-full h2:before {
    right: 100% !important;
  }
  .aboutus .aboutus-detail-box {
    position: relative;
    z-index: 2;
    top: 3rem;
  }
  .aboutus .aboutus-detail-box .aboutus-img {
    -webkit-transform: translate(0%, 0px) scale(1);
            transform: translate(0%, 0px) scale(1);
    margin-bottom: 0;
    height: auto;
    max-width: 100%;
    padding: 0px;
  }
  .aboutus .aboutus-detail-box .card-about-desc {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  .aboutus#aboutSec .aboutus-detail-box {
    top: 0%;
  }
  #about_02 .container:after {
    display: none;
  }
  .home-cover {
    min-height: 60vh;
    max-height: 100vh;
  }
  .home-cover .pos-vertical-center {
    top: 40vh;
  }
  .article__body.article-right:after {
    right: -10px;
  }
  .card.news-card {
    padding: 15px;
  }
  .card.news-card:after {
    left: 0;
  }
  .event-card .pos-relative {
    height: 110px !important;
  }
  .event-card .date {
    font-size: 14px;
  }
  .event-card .date h4 {
    font-size: 14px;
  }
  .service .section-title h2 {
    font-size: 34px;
  }
  .policy-box {
    width: 100%;
  }
  .policy-box .btn.btn-orange {
    max-height: 40px;
  }
  .bar .logo {
    top: 0px;
  }
  #mobile-search {
    color: #ffffff;
  }
  #mobile-search .text-white {
    color: #ffffff !important;
  }
  .bar--mobile-sticky.pos-fixed {
    background: #002f87 !important;
  }
  .bar--mobile-sticky.pos-fixed #mobile-search {
    color: #002f87 !important;
  }
  .gray-page .bar--mobile-sticky.pos-fixed #mobile-search {
    color: #ffffff !important;
  }
  .gray-page .bar--mobile-sticky.pos-fixed #mobile-search .text-white {
    color: #ffffff !important;
  }
  .icon-box p.font-20 {
    font-size: 20px;
  }
  .news-section-title .font-50 {
    font-size: 30px;
  }
  .service .service-box {
    opacity: 1;
  }
  .service .service-box .img-respoinsive.pos-absolute {
    display: none !important;
  }
  .flower-images img {
    left: 0;
  }
  .flower-images:after {
    right: 72%;
  }
  .flower-images .flower-dot {
    width: 60px;
    bottom: -30px;
    left: -15px;
  }
  #about_07 {
    padding: 4rem 15px;
  }
  #about_07 button {
    margin-top: 0.75rem;
  }
  #about_08 .btn.btn-cra {
    margin-bottom: 0px;
  }
  .text-culabhorn .text-short {
    font-size: 100px;
    line-height: 0.75;
  }
  .accordion button {
    margin-top: 3rem;
  }
  .about-page.project-page .service-box {
    min-height: 180px;
    height: 230px !important;
  }
  .search-box {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px !important;
  }
  #btnSearch {
    width: 40px !important;
    height: 40px;
    margin-left: auto;
    display: block;
  }
  #btnSearch .material-icons {
    font-size: 16px;
  }
  .aboutus .section-title {
    padding-left: 0px;
  }
  .about-page .card-about .card-dot-bg {
    position: absolute;
    z-index: 1;
    bottom: -3%;
    right: -3%;
    max-width: 90%;
  }
  .sub-title-section h3 {
    padding-top: 0;
    min-height: 40px;
  }
  .sub-title-section::before {
    top: 14px;
    bottom: auto;
  }
  .sub-title-section::after {
    background: transparent;
  }
  .otherProject .service-box.service-box-3 {
    min-height: 230px !important;
    height: 245px !important;
  }
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next,
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:hover,
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:focus,
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next:active {
    min-width: 45px;
    left: 94%;
  }
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-prev {
    min-width: 45px;
    right: 94%;
  }
  .footer-6 .card-footer-info::before {
    height: 80%;
  }
  .footer-6 .card-footer-info:after {
    height: 95%;
  }
}

@media (max-width: 520px) {
  .service-box {
    min-height: 250px;
  }
  .service-box#service01 {
    background-size: auto   100% !important;
  }
  .service-box#service02 {
    background-size: auto 100% !important;
    background-position: center !important;
  }
  .service-box#service03 {
    background-size: auto 100% !important;
    background-position: center !important;
  }
  .service-box .service-desc {
    width: 100%;
    bottom: 33%;
    left: 0;
    right: 0;
  }
  #about_01 .link-readmore .font-20 {
    font-size: 15px;
  }
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next {
    left: 94%;
  }
  .contactus-page .faqs .accordion .btn {
    overflow: hidden;
    font-size: 16px;
    padding-right: 37px;
    line-height: 1.4;
    max-height: 120px;
    min-height: 75px;
    margin-top: 1.5rem;
  }
  .footer-6 .card-footer-info:after {
    right: 0px;
  }
  .back-to-top {
    bottom: 1.71428571em;
  }
  .sub-title-section h3 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media (max-width: 480px) {
  .font-20 {
    font-size: 20px;
  }
  .accordion .collapse .card-body {
    padding: 35px 15px;
  }
  .home-page .main-container {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .release-post-section .post-carousel.owl-carousel .owl-nav .owl-next {
    left: 94%;
  }
}
