body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
}

#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 {
  overflow: hidden;
  background: var(--branding-primary-20, #E5E0DB);
  margin: auto;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.survey {
  display: none;
}

.banner {
  background-color: #fff;
  position: relative;
}

.banner>img {
  width: 100%;
}

.banner .bannerTxt {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 240px;
  height: 100%;
}

.banner .bannerTxt h1 {
  color: #443C33;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.banner .bannerTxt .bannerTitle {
  color: var(--branding-secondary-80, #443C33);
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  position: relative;
}

.banner .bannerTxt h2 {
  color: var(--branding-secondary-80, #443C33);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 30px 0 0;
  max-width: 51%;
}

.banner .shield {
  position: absolute;
  width: 145px;
  bottom: -25px;
  left: 310px;
}

.banner .bannerIcon {
  position: absolute;
  bottom: 70px;
  left: 240px;
  cursor: pointer;
}

.banner .bannerIcon .moreIcon {
  background-color: #a39583;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 131px;
  height: 131px;
  border-radius: 80px;
}

.banner .bannerIcon img {
  margin-top: -35px;
  width: 131px;
  height: 131px;
}

.choose {
  max-width: 1440px;
  margin: auto;
  padding: 100px 0 50px;
}

.choose .chooseTitle {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
}

.choose .chooseContent {
  display: flex;
  justify-content: space-between;
}

.choose .chooseContent .contentTxt {
  width: 29.9%;
}

.choose .chooseContent .contentImg {
  width: 39.5%;
}

.choose .chooseContent .contentCircle {
  width: 26.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choose .chooseContent .contentTxt p {
  color: #443C33;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.choose .contentImg {
  position: relative;
}

.choose .contentImg .imgTxt {
  background-color: #150B00;
  padding: 15px;
  position: absolute;
  bottom: 125px;
  left: -130px;
}

.choose .contentImg .imgTxt div {
  color: #E5E0DB;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 15px 0 10px;
}

.choose .contentImg .imgTxt p {
  color: #CCC2B8;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}

.choose .chooseContent .contentCircle .item {
  display: flex;
  align-items: center;
}

.choose .chooseContent .contentCircle .item .circleTxt {
  flex: 1;
  margin-left: 15px;
}

.choose .chooseContent .contentCircle .item .circleTxt div {
  color: #443C33;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.choose .chooseContent .contentCircle .item .circleTxt p {
  color: #443C33;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.choose .circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.choose .circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.choose .circle-progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.choose .circle-progress circle {
  fill: none;
  stroke-width: 8;
}

.choose .circle-progress .bg {
  stroke: #e0e0e0;
}

.choose .circle-progress .progress {
  stroke: #150B00;
  stroke-dasharray: 0 628;
  transition: stroke-dasharray 1s ease-in-out;
}

.choose .item:nth-child(2) .circle-progress .progress {
  stroke: #443C33;
}

.choose .item:nth-child(3) .circle-progress .progress {
  stroke: #7F664D;
}

.choose .item:nth-child(4) .circle-progress .progress {
  stroke: #998571;
}

.choose .chooseBox {
  display: none;
}

.choose .contentImg .chooseBox:nth-child(1) {
  display: block;
}

.choose .contentImg .chooseBox>img {
  width: 100%;
}

.choose .circle-content {
  text-align: center;
  z-index: 1;
}

.choose .circle-percentage {
  font-size: 36px;
  font-weight: bold;
  color: #150B00;
}

.choose .circle-text {
  font-size: 16px;
  color: #505052;
  max-width: 80%;
  line-height: 1.4;
}

.product {
  max-width: 1440px;
  margin: auto;
}

.product>.title {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.product .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product .items .item a {
  display: flex;
  flex-direction: column;
}

.product .items .item .imgBox img {
  width: 100%;
}

.product .items .item .content {
  flex: 1;
  padding-top: 20px;
}

.product .items .item .content .title {
  color: #443C33;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product .items .item .content .star {
  display: flex;
  margin: 10px 0;
}

.product .items .item .content .star span {
  color: #443C33;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 5px;
}

.product .items .item .content p {
  color: #443C33;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contactUs {
  text-align: center;
  margin-top: 50px;
}

.contactUs a {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 10px;
  width: 290px;
  display: inline-block;
}

.contactUs .login {
  background-color: #7F664D;
  margin-right: 20px;
}

.contactUs .connection {
  background-color: #443C33;
}

.whyChoose .content {
  max-width: 1440px;
  margin: 100px auto 0;
  display: flex;
}

.whyChoose .contentTxt {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whyChoose .contentTxt .item {
  display: none;
}

.whyChoose .contentTxt .item:nth-child(1) {
  display: block;
}

.whyChoose .contentTxt .item .title {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.whyChoose .contentTxt .item .itemTxt {
  text-align: center;
  padding: 138px 48px 0;
}

.whyChoose .contentTxt .item .itemTxt span {
  color: #B2A394;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 20px;
}

.whyChoose .contentTxt .item .itemTxt p {
  color: #443C33;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.whyChoose .contentTxt .item .itemTxt div {
  color: #443C33;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.whyChoose .contentTxt .toggles ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.whyChoose .contentTxt .toggles ul li {
  margin-bottom: 0;
  cursor: pointer;
}

.whyChoose .contentTxt .toggles li.active:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.whyChoose .contentTxt .toggles li .active {
  display: none;
}

.whyChoose .contentTxt .toggles li.active .active {
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.whyChoose .contentTxt .toggles li.active .noActive {
  display: none;
}

.faq {
  max-width: 1440px;
  margin: 100px auto;
}

.faq .title {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}

.faq .question {
  color: #443C33;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}

.faq .question .plus-minus {
  font-size: 28px;
}

.faq .answer {
  color: #736D66;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 10px;
  display: none;
}

.faq .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq .plus-minus {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.faq .more {
  margin-top: 30px;
  text-align: center;
}

.faq .more button {
  color: #443C33;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content .aboutTitle {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about .content .horizontal {
  z-index: 1;
  margin: initial;
  margin-bottom: 40px;
  width: 268px;
  height: 5px;
  background-color: #7F664D;
  position: relative;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0;
}

.about .content .icon1 {
  position: absolute;
  top: 160px;
  left: -90px;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #8B8D90;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.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 .subcls017 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls017 .subcls017 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

#woosq-popup .view-details-btn {
  display: none !important;
}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1700px) {
  .banner .bannerTxt {
    top: -90px;
    margin-left: 80px;
  }

  .banner .bannerIcon {
    bottom: 20px;
    left: 80px;
  }
}

@media screen and (min-width: 1335px) {
  .choose .circle:hover {
    background-color: #150B00;
  }

  .choose .item:nth-child(2) .circle:hover {
    background-color: #443C33;
  }

  .choose .item:nth-child(3) .circle:hover {
    background-color: #7F664D;
  }

  .choose .item:nth-child(4) .circle:hover {
    background-color: #998571;
  }

  .choose .circle:hover .bg {
    stroke: none;
  }

  .choose .circle:hover .circle-percentage,
  .choose .item:nth-child(2) .circle:hover .circle-percentage,
  .choose .item:nth-child(3) .circle:hover .circle-percentage,
  .choose .item:nth-child(4) .circle:hover .circle-percentage {
    color: #E5E0DB;
  }
}

@media screen and (max-width: 1440px) {
  .choose {
    padding: 100px 15px 50px;
  }

  .product {
    padding: 0 15px;
  }

  .whyChoose {
    padding: 0 15px;
  }

  .faq {
    padding: 0 15px;
  }

  .choose .chooseContent .contentCircle {
    width: 28.3%;
  }

  .whyChoose .contentTxt .toggles ul {
    gap: 10px;
  }

  .choose .circle {
    width: 120px;
    height: 120px;
  }

  .contentImg.displayPc {
    width: 55%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about .content {
    max-width: 92vw;
  }

  .banner .shield {
    width: 120px;
    bottom: -30px;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }

  .banner .bannerTxt {
    margin-left: 60px;
    top: -50px;
  }

  .banner .bannerIcon {
    bottom: 30px;
    left: 60px;
  }

  .banner .bannerIcon .moreIcon,
  .banner .bannerIcon img {
    width: 100px;
    height: 100px;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 58px;
    line-height: 64px;
  }

  .choose {
    padding: 60px 15px 50px;
  }

  .choose .circle {
    width: 100px;
    height: 100px;
  }

  .choose .chooseContent .contentCircle {
    width: 29.3%;
  }

  .choose .circle-percentage {
    font-size: 24px;
  }

  .choose .contentImg .imgTxt {
    bottom: 30px;
  }

  .product {
    max-width: 100%;
    padding: 0 15px;
  }

  .product .items .item a {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .product .items .item a .imgBox img {
    width: 100%;
  }

  .product .items .item:nth-child(3) {
    margin-top: 0;
  }

  .product .items .item .content {
    padding: 10px 10px 0;
  }

  .product .items .item .content .title {
    font-size: 20px;
    line-height: 24px;
  }

  .whyChoose .content {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 15px;
  }

  .whyChoose .contentImg {
    width: 50%;
  }

  .whyChoose .contentTxt .item .title {
    font-size: 32px;
    line-height: 36px;
  }

  .whyChoose .contentTxt .item .itemTxt {
    text-align: center;
    padding: 20px 20px 0;
  }

  .faq {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 910px) {}

@media screen and (max-width:1025px) {

  .banner .bannerIcon .moreIcon,
  .banner .bannerIcon img {
    width: 90px;
    height: 90px;
  }

  .banner .bannerTxt {
    margin-left: 60px;
    top: -70px;
  }

  .banner>img {
    object-fit: cover;
    height: 600px;
  }

  .choose .chooseContent {
    gap: 10px;
  }

  .choose .chooseContent .contentImg {
    width: 52.5%;
  }
}

@media screen and (max-width: 880px) {
  .choose .chooseContent .contentTxt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .banner>img {
    height: auto;
  }

  .choose .contentImg .imgTxt img {
    width: 100%;
  }

  .whyChoose .content .tabs {
    padding: 4vw;
  }

  .about .content {
    max-width: 92vw;
    padding: 100px 0 1px;
  }

  .about .content .icon1 {
    top: 185px;
    left: 0;
    width: 35%;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .pum-container.popmake.theme-13498.pum-responsive.pum-responsive-medium.responsive.size-medium.custom-position.active {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .request-a-quote-button5.popmake-13507 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .banner .bannerTxt {
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    top: 0;
    padding-top: 30px;
  }

  .banner .bannerIcon {
    display: none;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt h1 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 24px;
  }

  .banner .bannerTxt h2 {
    font-size: 12px;
    font-weight: 400;
    max-width: 78%;
    text-align: center;
  }

  .banner .shield {
    position: absolute;
    width: 67px;
    bottom: -15px;
    left: 137px;
  }

  .choose {
    max-width: 100vw;
    padding: 50px 15px 30px;
  }

  .choose .chooseContent {
    flex-direction: column;
  }

  .choose .chooseContent .contentTxt {
    width: 100%;
  }

  .choose .chooseContent .contentImg {
    width: 100%;
    margin-bottom: 50px;
  }

  .choose .chooseContent .contentCircle {
    width: 100%;
  }

  .choose .chooseTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .choose .chooseContent .contentTxt p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .choose .chooseContent .contentCircle .item {
    margin-top: 25px;
  }

  .choose .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -50px;
    background: #736D66;
    width: 75px;
    margin: 0px 43.5%;
    display: flex;
    padding: 2px;
  }

  .choose .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #443C33;
    width: 6px;
    height: 6px;
  }

  .choose .swiper-pagination-bullet-active {
    background: #150B00 !important;
  }

  .choose .chooseBox {
    padding-left: 20%;
  }

  .choose .contentImg .imgTxt {
    bottom: 0px;
    left: 0%;
    width: 50%;
  }

  .product .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .product .items .item a {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .product .items .item {
    width: 100%;
  }

  .product .items .item a .imgBox img {
    width: 100%;
  }

  .product .items .item:nth-child(1) {
    margin-right: 0;
  }

  .product {
    padding: 15px;
  }

  .product .items .item .content {
    padding: 20px 0;
  }

  .product .items .item .content .title {
    font-size: 18px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    text-align: left;
  }

  .product .items .item:nth-child(3) {
    margin-top: 0;
  }

  .contactUs a {
    width: 100%;
  }

  .contactUs .login {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contactUs {
    margin-top: 0;
  }

  .whyChoose .content {
    max-width: 100%;
    margin: 50px auto;
    display: block;
    overflow: hidden;
  }

  .whyChoose .contentTxts .swiper-slide p {
    color: #443C33;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 20px 15px 10px;
  }

  .whyChoose .contactUs {
    padding: 0 15px;
  }

  .whyChoose .contentTxts .swiper-slide div {
    color: #443C33;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .whyChoose .whyChooseSwiper {
    position: relative;
  }

  .whyChoose .whyChooseSwiper .swiper-button-next,
  .whyChoose .whyChooseSwiper .swiper-button-prev {
    top: 39%;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background-color: #412f23;
    border-radius: 50%;
  }

  .whyChoose .whyChooseSwiper .swiper-button-next:after,
  .whyChoose .whyChooseSwiper .swiper-button-prev:after {
    font-size: 20px;
  }

  .faq {
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
  }

  .faq .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .faq .question {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq .answer {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-wrapper .row {
    flex-direction: column;
  }

  .footer-wrapper .row div .col-inner {
    padding: 0 !important;
  }

  footer#footer {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
  }

  .about .content .aboutTitle {
    font-size: 6vw;
  }

  .product>.title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .product .items .item .content p {
    margin-bottom: 0;
  }

  .whyChoose .content {
    max-width: 100%;
    margin: 30px auto;
    display: block;
    overflow: hidden;
  }

  .faq .more {
    margin-top: 10px;
  }

  .faq .more button {
    font-size: 13px;
    line-height: 17px;
  }

  .choose .contentImg .chooseBox>img,
  .choose .contentImg .chooseBox .imgTxt>img,
  .whyChoose .contentTxts .swiper-slide>img {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {}