.manrope {
  font-family: "Manrope", sans-serif;
}

.fahkwang {
  font-family: "Fahkwang", sans-serif;
}

.text-gradient {
  background: linear-gradient(86.3deg, #986300 0%, #EBBB6D 68.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, p, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #000000;
}
a:hover, a:focus {
  color: #964426;
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #fef6e0;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
}
body h2 {
  font-size: 46px;
}
@media (max-width: 1280px) {
  body h2 {
    font-size: 40px;
  }
}
body h3 {
  font-size: 28px;
}
@media (max-width: 1280px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  body h4 {
    font-size: 22px;
  }
}
body h5 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  body h5 {
    font-size: 18px;
  }
}

.container {
  max-width: 1190px !important;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1350px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*======================================== end config =================================*/
.title {
  color: #964426;
  font-size: 35px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.title .subtitle {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.title h2 {
  position: relative;
  font-size: 35px;
  font-weight: normal;
  padding-bottom: 16px;
  font-family: "Fahkwang", sans-serif;
}
@media (max-width: 1280px) {
  .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
  .title h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title h2 {
    padding-bottom: 4px;
  }
}
.title h2:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #964426;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
}
@media (max-width: 767px) {
  .title h2:after {
    height: 2px;
    width: 100px;
    left: calc(50% - 50px);
  }
}
.title h2.line-left:after {
  margin: 0;
  left: 0;
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn-main a {
    padding: 8px 12px;
    gap: 4px;
  }
}
.btn-main a svg {
  width: 18px !important;
  height: auto;
}
.btn-main a:hover {
  background: #fff;
  color: #964426;
}
.btn-main a:hover svg path {
  stroke: #964426 !important;
}

/*main {
  padding-top: 74px;
}
*/
.h-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .h-menu ul {
    display: block;
    font-size: 32px;
    font-weight: 600;
    font-family: "Fahkwang", sans-serif;
  }
}
@media (max-width: 767px) {
  .h-menu ul {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .h-menu ul li {
    margin-bottom: 24px;
  }
  .h-menu ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .h-menu ul li {
    margin-bottom: 16px;
  }
}

.h-menu-right {
  transition: 0.4s all !important;
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  background: #964426;
  z-index: 1003;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .h-menu-right {
    padding: 32px 20px;
  }
}
.h-menu-right.active {
  left: 0;
}
.h-menu-right ul li a {
  color: #fff;
}

.overflow-modal {
  transition: 0.4s all !important;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  pointer-events: none;
  opacity: 0;
}
.overflow-modal.active {
  opacity: 0.8;
  pointer-events: unset;
}

.desc-content p {
  margin-bottom: 16px;
}
.desc-content p:last-child {
  margin-bottom: 0;
}
.desc-content ul {
  padding-left: 18px;
  list-style: disc;
  margin-bottom: 16px;
}
.desc-content ul li {
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .item-gt:nth-child(2n) .item:first-child {
    order: 2;
  }
  .item-gt:nth-child(2n) .item:last-child {
    order: 1;
  }
}

#swiper-gallery .swiper-slide {
  opacity: 0.4;
}
#swiper-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .item-vision:nth-child(2n) .item:first-child {
    order: 2;
  }
  .item-vision:nth-child(2n) .item:last-child {
    order: 1;
  }
}

@media (min-width: 768px) {
  .item-project:nth-child(2n) .item:first-child {
    order: 2;
  }
  .item-project:nth-child(2n) .item:last-child {
    order: 1;
  }
}
.item-project ul li {
  margin-bottom: 8px;
}
.item-project ul li:last-child {
  margin-bottom: 0;
}

.frm-new-letter .txt_field {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 40px;
  padding: 0 16px;
  color: #000000;
}
.frm-new-letter .btn_field {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 40px;
  padding: 0 16px;
  color: #fff;
  background: #964426;
  font-weight: 600;
}

.frm-contact {
  font-size: 14px;
}
.frm-contact .txt_field {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 0 16px;
}
.frm-contact textarea {
  width: 100%;
  height: 120px;
  border-radius: 16px;
  padding: 12px 16px;
}
.frm-contact .btn_field {
  background: #c79e3e;
  color: #fff;
  height: 40px;
  font-weight: 600;
  padding: 0 24px;
  border-radius: 40px;
}

.maps-contact {
  overflow: hidden;
  border-radius: 24px;
}
.maps-contact iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .maps-contact iframe {
    height: 200px;
  }
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 24px;
  }
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #008750;
  opacity: 0.3;
  margin: 0 8px !important;
}
@media (max-width: 767px) {
  .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
}
.swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

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