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

.hedvig {
  font-family: "Hedvig Letters Sans", sans-serif;
}

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

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

button,
input[type=submit] {
  cursor: pointer;
  outline: none;
}

body {
  background: #FEF8EA;
  color: #333333;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Hedvig Letters Sans", sans-serif;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@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;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.padd-main {
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .padd-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.title {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h3 {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .title h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title h3 {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.title h2 {
  font-family: "Fahkwang", sans-serif;
  font-size: 36px;
  letter-spacing: -0.5px;
  color: #964426;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
  .title h2 br {
    display: none;
  }
}

.txt-single p {
  margin-bottom: 16px;
}
.txt-single p:last-child {
  margin-bottom: 0;
}
.txt-single h2, .txt-single h3, .txt-single h4, .txt-single h5, .txt-single h6 {
  font-weight: 600;
  font-family: "Fahkwang", sans-serif;
  margin-bottom: 16px;
}
.txt-single h2 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .txt-single h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .txt-single h2 {
    font-size: 19px;
  }
}
.txt-single h3 {
  font-size: 23px;
}
@media (max-width: 1023px) {
  .txt-single h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .txt-single h3 {
    font-size: 18px;
  }
}
.txt-single h4 {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .txt-single h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .txt-single h4 {
    font-size: 17px;
  }
}
.txt-single h5 {
  font-size: 21px;
}
@media (max-width: 1023px) {
  .txt-single h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .txt-single h5 {
    font-size: 16px;
  }
}
.txt-single h6 {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .txt-single h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .txt-single h6 {
    font-size: 15px;
  }
}

.shadow {
  box-shadow: 12px 12px 0px 0px #9A4B2D;
}
@media (max-width: 1023px) {
  .shadow {
    box-shadow: 8px 8px 0px 0px #9A4B2D;
  }
}
@media (max-width: 767px) {
  .shadow {
    box-shadow: 6px 6px 0px 0px #9A4B2D;
  }
}

.swiper-package-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-package-dots span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  border-radius: 100%;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  background: transparent;
}
@media (max-width: 767px) {
  .swiper-package-dots span {
    width: 20px;
    height: 20px;
  }
}
.swiper-package-dots span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #964426;
  border-radius: 100%;
}
.swiper-package-dots span.swiper-pagination-bullet-active {
  border: 1px solid #964426;
}

.h-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .h-menu ul {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .h-menu ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .h-menu ul li {
    margin-bottom: 40px;
  }
  .h-menu ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .h-menu ul li {
    margin-bottom: 24px;
  }
}
.h-menu ul li.current_page_item a {
  color: #EDCC6E;
}
.h-menu a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .h-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .h-menu a {
    font-size: 32px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .h-menu a {
    font-size: 20px;
  }
}
.h-menu a.active, .h-menu a .current_page_item {
  color: #EDCC6E;
}

@media (max-width: 1023px) {
  .mm-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #964426;
    z-index: 1001;
    padding: 40px;
    display: flex;
    align-items: center;
    transition: 0.4s all !important;
  }
}
@media (max-width: 767px) {
  .mm-menu {
    padding: 32px 24px;
  }
}
.mm-menu.active {
  left: 0;
}

.hover-activity {
  transition: 0.4s all !important;
  transform: scale(0);
}

.item-activity a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}
.item-activity:hover {
  color: #964426;
}
.item-activity:hover .hover-activity {
  transform: scale(1);
}

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

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

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