@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&subset=thai");
body {
  background: url(../../img/pattern.png) repeat top left #040404;
  color: #727272;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  word-break: break-word;
}

.h1,
h1 {
  font-size: 2.85rem;
}

.h6,
h6 {
  font-size: 1.15rem;
}

p i b,
p i strong {
  font-weight: 800;
  color: #e4b762;
}

a {
  color: #727272;
}
a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

ol {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  ol {
    margin-left: 0rem;
    padding-left: 1rem;
  }
}

.bg-black {
  background-color: #080808;
}

.border-primary, .top-info {
  border-width: 2px;
  border-style: solid;
  border-color: #e4b762;
  border-image-slice: 1;
  border-image-source: linear-gradient(60deg, #f9e6a0 0%, #f9e6a0 50%, #fef2c3 100%);
}

.image-cover, .placeholder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.placeholder {
  background-size: 50%;
  background-image: url(../../img/logo.png);
  background-color: #080808;
}

.img-crop-165 {
  height: 165px;
}

.img-crop-250 {
  height: 250px;
}

.page_name {
  border-bottom: 2px solid #e4b762;
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.page_name span {
  color: #674608;
}
.page_name span {
  display: inline-block;
  background-color: #e4b762;
  padding: 10px 15px;
  min-width: 20%;
  text-align: center;
  position: relative;
  bottom: -1px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page_name span {
    padding: 5px 10px;
  }
}
.page_name a {
  padding: 10px 0;
  font-size: 16px;
  color: #e4b762;
  height: auto;
  font-weight: normal;
}
.page_name a:hover, .page_name a:focus {
  color: #ffffff;
}

hr {
  border-top-color: #e4b762;
  border-width: 3px;
  margin-bottom: 5em;
}

label {
  color: #e4b762;
}
label.label-choice {
  color: inherit;
  margin: 0 0 2em 2em;
}

input,
textarea,
select,
.form-control {
  background-color: transparent;
  border-color: #e4b762;
  border-radius: 0;
  color: #e4b762;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #c0b29c;
}

.help-block {
  font-size: 12px;
  font-style: italic;
  color: #e4b762;
}
.help-block ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.page_title {
  text-align: center;
  color: #e4b762;
  margin-bottom: 2rem;
  font-weight: 700;
}
.page_title > i {
  font-size: 30px;
}

#header {
  background: url("/assets/img/header_bg.jpg") no-repeat top center #0F0F0D;
}
@media (max-width: 767px) {
  #header {
    background-image: none;
    background-color: #1E1B14;
  }
}

@media (min-width: 768px) {
  .header-bg {
    min-height: 160px;
  }
}
.header-bg img {
  max-width: 100%;
}

#top-navbar {
  padding: 0;
  position: relative;
}
@media (max-width: 1259px) {
  #top-navbar #site-logo {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex: 1;
    max-width: 100%;
  }
  #top-navbar #site-logo > a {
    width: 100%;
    height: 100%;
  }
  #top-navbar #site-logo img {
    display: none !important;
  }
  #top-navbar .top-info-block {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #top-navbar #site-logo img {
    display: block !important;
    margin: 0 auto;
  }
}

#primary-nav {
  background: #e4b762;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 99;
}
#primary-nav .navbar-toggler {
  color: #674608;
}
@media (min-width: 992px) {
  #primary-nav .contact-info {
    display: none;
  }
}
#primary-nav .contact-info a {
  padding: 1rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #674608;
  display: inline-block;
}
#primary-nav a.nav-link {
  color: #674608;
  padding: 1rem 1.3rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  #primary-nav a.nav-link {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  #primary-nav a.nav-link {
    padding: 0.5rem 1rem;
  }
}
#primary-nav li.current a.nav-link, #primary-nav li:hover a.nav-link {
  color: #ffffff;
  background-color: #333333;
}
#primary-nav li.dropdown .dropdown-menu {
  z-index: 2;
}
@media (min-width: 992px) {
  #primary-nav li.dropdown:not(.dropdown-click):hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  #primary-nav li.dropdown .nav-link:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
  }
}
#primary-nav .dropdown-menu {
  margin: 0;
  padding: 0;
  background: rgba(58, 58, 58, 0.8);
  border: 0;
  border-radius: 0;
  width: 100%;
  min-width: auto;
}
#primary-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 20px 10px;
  white-space: inherit;
  word-break: break-word;
}
#primary-nav .dropdown-menu .dropdown-item.current, #primary-nav .dropdown-menu .dropdown-item:hover, #primary-nav .dropdown-menu .dropdown-item:focus {
  color: #e4b762;
  background-color: transparent;
}
@media (max-width: 991px) {
  #primary-nav .dropdown-menu {
    background: transparent;
  }
  #primary-nav .dropdown-menu .dropdown-item {
    padding: 10px 30px;
    color: #674608;
  }
  #primary-nav .dropdown-menu .dropdown-item.current, #primary-nav .dropdown-menu .dropdown-item:hover, #primary-nav .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
  }
}

.navbar-nav {
  position: relative;
}

.dropdown-search {
  position: static;
}
@media (min-width: 992px) {
  .dropdown-search:hover .nav-link, .dropdown-search:focus .nav-link, .dropdown-search.show .nav-link {
    background-color: #333333;
    color: #ffffff !important;
  }
}
.dropdown-search input {
  height: 100%;
  color: #ffffff !important;
}
.dropdown-search input::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.dropdown-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.dropdown-search input::placeholder {
  color: #ffffff;
}
.dropdown-search .dropdown-menu {
  z-index: 1;
}
@media (max-width: 991px) {
  .dropdown-search .dropdown-menu {
    background: rgba(58, 58, 58, 0.8) !important;
  }
}
@media (max-width: 991px) {
  .dropdown-search .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .dropdown-search .dropdown-menu .dropdown-item {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  #navbarResponsive.show + .dropdown-search, #navbarResponsive.collapsing + .dropdown-search {
    opacity: 0;
  }
}

#main .h1,
#main .h2,
#main .h3,
#main .h4,
#main .h5,
#main .h6,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  line-height: 1.444;
}
#main > section > .container {
  background-color: #000000;
}
#main > section > .container img {
  max-width: 100%;
  height: auto;
}

.page-content .h1,
.page-content .h2,
.page-content .h3,
.page-content .h4,
.page-content .h5,
.page-content .h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #e4b762;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-content p {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#footer .copyright {
  background: #e4b762;
}
#footer .footer-nav {
  list-style: none;
  padding-top: 45px;
}
#footer .footer-nav li {
  padding: 23px 0;
  position: relative;
}
#footer .footer-nav li:first-of-type {
  padding: 0 0 20px;
}
#footer .footer-nav li > a {
  position: relative;
  padding-left: 35px;
  line-height: 2;
}
#footer .footer-nav li > a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}
@media (max-width: 991px) {
  #footer .footer-nav {
    padding-left: 0;
  }
  #footer .footer-nav li {
    text-align: left;
  }
}

#main-footer {
  border-top: 2px solid #fec92d;
  padding: 30px;
  background: #040404;
}
#main-footer .contact-info p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  #main-footer {
    text-align: center;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

section > .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  section > .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  section > .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.error-page {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.top-info {
  padding: 7px 5px;
  display: flex;
  min-height: 85px;
}
.top-info p {
  width: 100%;
  line-height: 2;
  margin-bottom: 0;
  color: #e4b762;
  font-size: 16px;
}
.top-info p a {
  color: #e4b762;
}
.top-info p a:hover, .top-info p a:focus {
  color: #ffffff;
}
.top-info .icons {
  width: 45px;
  padding-right: 2px;
  position: relative;
}
.top-info .icons:after {
  content: "";
  width: 2px;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #e8ba5d 0%, #fcefac 50%);
  background-image: -webkit-linear-gradient(90deg, #e8ba5d 0%, #fcefac 50%);
  background-image: -ms-linear-gradient(90deg, #e8ba5d 0%, #fcefac 50%);
  position: absolute;
  right: 0;
  top: 0;
}
.top-info .icons p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}
.top-info .texts p {
  font-weight: 500;
  padding-left: 15px;
}

.owl-carousel .owl-dots {
  margin-top: 0 !important;
  background: #e4b762;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: #c1b39d;
  box-shadow: inset 1px 1.732px 6px 0px rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    height: 25px;
  }
  .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}

.btn-primary {
  color: #674608;
  background-color: #e4b762;
  border-color: #e4b762;
  font-size: 18px;
  border-radius: 0;
  font-weight: 600;
}
.btn-primary:not(.disabled):not(:disabled):hover, .btn-primary:not(.disabled):not(:disabled):focus, .btn-primary:not(.disabled):not(:disabled):active {
  box-shadow: none;
  color: #674608;
  background-color: #c0b29c;
  border-color: #c0b29c;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #674608;
  background-color: #e4b762;
  border-color: #e4b762;
  opacity: 0.6;
}

.pagination-block {
  margin: 1rem 0;
}
.pagination-block ul {
  float: right;
}
@media (mac-width: 767px) {
  .pagination-block ul {
    margin: 0 auto;
    float: none;
  }
}
.pagination-block ul a {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 6px;
}
.pagination-block ul a:hover, .pagination-block ul a:focus {
  color: #e4b762;
}
.pagination-block ul li a {
  padding: 5px 12px;
}
.pagination-block ul li.current a {
  color: #e4b762;
}

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

#register-popup {
  position: fixed;
  top: 30vh;
  right: 0;
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border: 4px solid #e4b762;
  padding: 35px 15px 15px;
  border-radius: 3px;
  transition: right 0.5s linear, opacity 0.5s linear;
  z-index: 1;
  opacity: 1;
}
#register-popup.hide {
  right: -200px;
  opacity: 0;
}
#register-popup .btn {
  border-radius: 0;
}
#register-popup .close-popup {
  position: absolute;
  top: -38px;
  right: 0px;
  width: 55px;
  height: 30px;
  line-height: 1.8;
  text-align: center;
  color: #674608;
  font-size: 16px;
  background: url(../../img/close_bg.png) no-repeat top center transparent;
  background-size: 100%;
}
#register-popup .close-popup:hover, #register-popup .close-popup:focus {
  color: #e4b762;
}
@media (max-width: 991px) {
  #register-popup {
    width: 90%;
    right: 50%;
    top: inherit;
    bottom: 0;
    transform: translateX(50%);
    transition: bottom 1.5s linear, opacity 1.5s linear;
  }
  #register-popup.hide {
    right: 50%;
    bottom: -100%;
  }
  #register-popup img {
    display: none !important;
  }
  #register-popup .btn {
    animation: blink 2s linear infinite;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#homeCarousel .owl-carousel {
  z-index: 9;
}

.row-services {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row-services .col-services {
  text-align: center;
  padding: 15px 5px !important;
}

.comment-box {
  padding: 1em;
  background-color: #080808;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #e4b762;
  margin: 2em 0;
}
.comment-box p {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 1em;
}
.comment-box .by {
  width: 100%;
  align-self: flex-end;
  font-weight: bold;
  text-align: right;
  margin-top: auto;
  color: #e4b762;
  margin-bottom: 0;
}

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