html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #E5E0DB;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #E5E0DB);
  margin: auto;
  overflow: hidden;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.about {
  position: relative;
}

.about .content {
  max-width: 1920px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.about .content .txtBox {
  padding: 110px 0;
  width: 50%;
}

.about .content .txtBox .aboutTitle {
  color: var(--branding-secondary-80, #443C33);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.about .content .txtBox>p {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 50px;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: var(--branding-secondary-80, #443C33);
}

.about form.wpcf7-form .checkbxcls009 label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.about form.wpcf7-form .checkbxcls009 label input {
  margin: 0;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #443C33;
  padding-left: 0;
  box-shadow: none;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #443C33;
  box-shadow: none;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first {
  color: #000;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first option {
  color: #8B8D90;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls009 {
  margin-top: 20px;
}

.about form.wpcf7-form .subcls009 .subcls009 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 290px;
}

.about .countyfieldcls .country-name {
  color: #000;
}

#woosq-popup .view-details-btn {
  display: none !important;
}

.about .wpcf7 p.countyfieldcls {
  margin-bottom: 0;
}

.about .information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.about .information>div {
  background: var(--branding-secondary-80, #443C33);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about .information>div p {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.about .information>div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.about .information>div a span {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.about .content .txtBox .wpcf7-spinner {
  display: none
}

.about .content .imgBox {
  width: 50%;
}

.about .content .imgBox .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.about .content .imgBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .content .imgBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .content .imgBox .bannerInfo {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #7F664D 13.67%, rgba(127, 102, 77, 0.60) 69.17%, rgba(127, 102, 77, 0.00) 100%);
  width: 100%;
  padding: 50vh 30px 30px;
}

.about .content .imgBox .bannerInfo p {
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.about .content .imgBox .bannerInfo div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about .content .imgBox .bannerInfo div span {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.about .content .imgBox .bannerInfo div .light {
  height: 1px;
  width: 42px;
  background-color: #fff;
  margin-right: 10px;
}

.about .content .imgBox .mySwiper .swiper-pagination {
  position: absolute;
  left: auto;
  bottom: 1vw;
  right: 1vw;
  width: fit-content;
  background-color: #150B00;
  border-radius: 30px;
  z-index: 9;
}

.about .content .imgBox .mySwiper .swiper-pagination-bullet {
  background-color: #505052;
}

.about .content .imgBox .mySwiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

@media screen and (max-width: 1920px) {
  .about .content .txtBox {
    padding-left: 5%;
  }

  .about .content .imgBox {
    height: 80vh;
  }

  .about .content .imgBox .bannerInfo {
    padding: 50vh 30px 80px;
  }

  .about .content .imgBox .mySwiper .swiper-pagination {
    bottom: 30px;
    right: 30px;
    padding: 0 10px;
  }
}

@media screen and (min-width:1921px) {
  .about .content .imgBox .bannerInfo {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {}

@media screen and (max-width: 1440px) {
  .about .content .txtBox {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1335px) {}

@media screen and (min-width: 1280px) {}

@media screen and (max-width: 1025px) {}

@media screen and (max-width: 1200px) {}

@media screen and (min-width: 875px) {}

@media screen and (max-width: 875px) {}


@media screen and (max-width: 991px) {
  .about .content .txtBox {
    padding: 20px;
    width: 100%;
  }

  .about .content .imgBox {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
  .about .content {
    padding: 30px 15px 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .about .content .txtBox {
    padding: 0;
  }

  .about form.wpcf7-form .subcls009 .subcls009 {
    width: 100%;
  }

  .displayPc {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls009 .subcls009 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }

  .about .content .aboutTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .about .information {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .about .content .txtBox>p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 390px) {}