html,
body {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  color: #a0400e !important;
  overflow-x: hidden;
  font-weight: 300;
  height: 100%;
}
body {
  background: url("../images/bg_pattern.png");
}
.font-dr-boran {
  /* font-family: "DRboran", sans-serif; */
  overflow-wrap: anywhere;
  white-space: wrap;
text-overflow: ellipsis;
}
.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
a {
  color: #a0400e;
  text-decoration: none;
}
h1 {
  margin: 0;
}
p {
  margin: 0;
}
.c-main {
  color: #646464;
}
.cb6 {
  color: #646464;
}
main {
  min-height: 700px;
}
.pages {
  padding-top: 160px;
}
.main-navbar {
  background: #fff;
  border-bottom: 1px solid var(--outline-20, rgba(236, 179, 63, 0.2));
  box-shadow: 0px 0px 32px 0px rgba(236, 179, 63, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navbar .navbar-brand {
  color: #a0400e;
}
.main-navbar .navbar-brand .logo-img {
  margin-right: 10px;
}
.main-navbar .navbar-brand .logo-img img {
  height: 50px;
}
@media (max-width: 768px) {
  .main-navbar .navbar-brand .logo-img img {
    height: 40px;
  }
}
.main-navbar .navbar-brand .logo-text {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .main-navbar .navbar-brand .logo-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .main-navbar .navbar-brand .logo-text {
    font-size: 12px;
  }
}
.main-navbar .nav-item a {
  color: #a0400e;
}
.main-navbar .nav-item a:hover,
.main-navbar .nav-item a:focus,
.main-navbar .nav-item a.active {
  color: #3a0a00 !important;
}
.main-navbar .nav-item .btn {
  margin-left: 10px;
  margin-right: 15px;
  min-width: 120px;
}
@media (max-width: 768px) {
  .main-navbar .nav-item {
    text-align: center;
  }
  .main-navbar .nav-item a {
    display: block;
    text-align: center;
  }
  .main-navbar .nav-item .btn {
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .main-navbar .nav-item {
    font-size: 12px;
  }
}
.main-navbar .nav-item-lang {
  text-align: center;
}
.main-navbar .nav-item-lang a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  min-width: 50px;
}
.main-navbar .navbar-nav-center {
  padding-left: 50px;
}
button:hover,
button:focus,
button.active {
  box-shadow: none !important;
}
.btn {
  border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn.active {
  box-shadow: none;
}
.btn-primary {
  border: solid 1px #a0400e;
  background: #a0400e;
  color: #fff !important;
  font-weight: 300;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
  border: solid 1px #ecb33f !important;
  background: #ecb33f !important;
  color: #fff !important;
}
.btn-primary-o {
  border: solid 1px #ecb33f;
  background: transparent;
  color: #a0400e;
}
.btn-primary-o:hover,
.btn-primary-o:focus,
.btn-primary-o.active {
  border: solid 1px #ecb33f;
  background: #ecb33f;
  color: #fff;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.sec-banner {
  height: 600px;
  background: url("../images/img_cover.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.sec-banner .sec-banner-text {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .sec-banner .sec-banner-text {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .sec-banner h1 {
    font-size: 20px;
  }
}
.sec-banner .btn {
  font-size: 16px;
  min-width: 150px;
}
.sec {
  padding: 20px;
}
.sec-post {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff;
  border: 2px solid var(--outline-20, rgba(236, 179, 63, 0.2));
  margin-top: -50px;
  box-shadow: 0px 24px 64px 0px rgba(236, 179, 63, 0.16);
}
.sec-post .card-body {
  text-align: left;
}
.sec-post-list {
  max-width: 900px;
  margin: 0 auto;
}
.sec-post-list .card {
  max-width: 250px;
  margin: 0 auto;
  border-radius: 0;
  border: solid 1px #ecb33f;
  margin-bottom: 20px;
}
.sec-post-list .card .card-img,
.sec-post-list .card .card-img-top {
  border-radius: 0;
}
.sec-post-list .card .card-text {
  color: #646464;
}
.sec-post-list .card .card-link {
  display: block;
  margin-top: 10px;
}
.sec-form {
  position: relative;
}
.sec-form .lotus {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.sec-form .lotus.lotus-l {
  left: 10px;
}
.sec-form .lotus.lotus-r {
  right: 10px;
}
@media (max-width: 768px) {
  .sec-form .lotus.lotus-r {
    display: none;
  }
}
.sec-form .sec-form-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.form-control {
  border-radius: 0;
  border: solid 1px #ecb33f;
}
.form-text {
  color: #646464;
}
.sec-images {
  background: #fff;
  border-top: 1px solid var(--outline-20, rgba(236, 179, 63, 0.2));
  border-bottom: 1px solid var(--outline-20, rgba(236, 179, 63, 0.2));
}
.sec-images .images-list {
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
}
.sec-images .images-list .img {
  min-width: 13%;
  max-width: 13%;
  margin-left: 10px;
  margin-right: 10px;
}
.sec-images .images-list .img img {
  width: 100%;
}
footer {
  height: 300px;
  background: url("../images/img_footer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 60px;
}
footer .footer-line {
  text-align: center;
}
.sec-register {
  padding: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff;
  border: 2px solid var(--outline-20, rgba(236, 179, 63, 0.2));
  box-shadow: 0px 24px 64px 0px rgba(236, 179, 63, 0.16);
  min-height: 400px;
}



