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;
}

.banner {
  background: var(--branding-primary-20, #E5E0DB);
  position: relative;
}

.banner>video {
  width: 100%;
  height: calc(100vh - 154px);
  object-fit: cover;
}

.banner .mask {
  position: absolute;
  top: -9px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.banner .bannerTxt {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-right: 240px;
  height: 100%;
  text-align: right;
}

.banner .bannerTxt h1 {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  margin: 0;
}

.banner .bannerTxt div {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 10px 0 0;
  max-width: 40%;
}

.banner .shield {
  position: absolute;
  width: 145px;
  bottom: -25px;
  left: 310px;
}

.banner .bannerIcon {
  position: absolute;
  bottom: 70px;
  left: 240px;
  cursor: pointer;
}

.banner .bannerIcon .moreIcon {
  background: url(../landingpage/2025/ourFactory/showMoreBg.png) no-repeat center center;
  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;
  z-index: 1;
  position: relative;
}

.factory .factoryTxt {
  max-width: 1440px;
  margin: 100px auto 0;
}

.factory .title {
  color: var(--branding-secondary-80, #443C33);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

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

.factory .factoryContentPc .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  transform: translateX(-10%);
  width: 125%;
}

.factory .swiper-slide img {
  width: 100%;
}

.factory .swiper .swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  background-color: #736D66;
  margin: auto;
  padding: 2px 5px;
  height: 10px;
  display: flex;
  align-items: center;
}

.factory .swiper .swiper-pagination-bullet {
  background-color: #443C33;
  width: 6px;
  height: 6px;
}

.factory .swiper .swiper-pagination-bullet-active {
  background-color: #150B00;
}

.howToBuy {
  max-width: 1440px;
  margin: auto;
  padding: 100px 0;
}

.howToBuy .title {
  color: #443C33;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.howToBuy .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.howToBuy .items .item {
  width: 32.4%;
  padding: 20px 20px 50px;
  position: relative;
  border: 2px solid #443C33;
  min-height: 182px;
}

.howToBuy .items .item p {
  color: #443C33;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.howToBuy .items .item img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.howToBuy .items .item .iconHover {
  display: none;
}

.howToBuy .items .item:hover {
  background: #150B00;
}

.howToBuy .items .item:hover p span,
.howToBuy .items .item:hover p {
  color: #E5E0DB;
}

.howToBuy .items .item:hover .iconHover {
  display: block;
}

.howToBuy .items .item:hover .icons {
  display: none;
}

.process {
  max-width: 1440px;
  margin: auto;
}

.process .title {
  color: var(--branding-secondary-80, #443C33);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.process .items {
  display: flex;
  flex-direction: column;
}

.process .items .item {
  display: flex;
}

.process .items .item .imgBox {
  width: 60%;
}

.process .items .item .txtBox {
  width: 40%;
  background: var(--branding-primary-100, #7F664D);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 70px;
}

.process .items .item:nth-child(odd) .txtBox {
  background: var(--branding-secondary-100, #150B00);
}

.process .items .item .txtBox .desBox div {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.process .items .item .txtBox .desBox p {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.process .items .item .txtBox>div:nth-child(2) {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.friendly {
  max-width: 1440px;
  margin: 100px auto;
}

.friendly .title {
  color: var(--branding-secondary-80, #443C33);
  text-align: right;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.friendly>p {
  color: var(--branding-secondary-80, #443C33);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 50px;
}

.friendly .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.friendly .items .item img {
  width: 100%;
}

.friendly .items .item div {
  color: var(--branding-secondary-80, #443C33);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin: 20px 0 10px;
}

.friendly .items .item p {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.rthical {
  max-width: 1440px;
  margin: 0 auto 100px;
}

.rthical .txtBox {
  display: flex;
  background: var(--branding-secondary-100, #150B00);
}

.rthical .txtBox .desBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  flex: 1;
}

.rthical .txtBox .desBox div {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.rthical .txtBox .desBox p {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.rthical .txtBox .imgBox img {
  width: 100%;
}

.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;
}

.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;
  font-weight: 400;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #fff;
  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;
  padding-left: 0;
}

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

.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 .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 (max-width: 1920px) {
  .factory .factoryContentPc .swiper {
    transform: translateX(-23vw);
    width: 123vw;
  }

  .factory .factoryContentPc .swiper .swiper-pagination {
    left: 23vw;
  }
}

@media screen and (min-width: 1440px) {
  .factoryContentPh {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .factoryContentPc {
    display: none;
  }

  .factoryContentPh {
    display: block;
  }

  .banner>img {
    height: auto;
  }

  .process,
  .friendly,
  .factory .factoryTxt {
    padding: 0 15px;
  }

  .rthical .txtBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .factory .swiper .swiper-pagination {
    left: 0;
  }

  .factory .factoryContent {
    margin-left: 0 !important;
  }

  .process .items .item .txtBox {
    padding: 50px 50px;
  }

  .banner .bannerTxt {
    margin-right: 110px;
  }

  .howToBuy {
    max-width: 95vw;
  }

  .howToBuy .items .item {
    width: 48%;
  }
}

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

@media screen and (min-width: 1280px) {
  .contactUs .login:hover {
    background-color: #998571;
  }

  .contactUs .connection:hover {
    background-color: #736D66;
  }
}

@media screen and (max-width: 1025px) {
  .process .items .item .txtBox {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-right: 120px;
  }

  .banner .bannerTxt h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner .bannerTxt div {
    font-size: 16px;
    line-height: 22px;
  }

  .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;
  }

  .howToBuy .items .item p {
    width: 95%;
  }

  .howToBuy {
    padding: 100px 15px;
  }

  .howToBuy .items .item {
    width: 47%;
  }

  .howToBuy .items .item:hover {
    background: none;
  }

  .howToBuy .items .item:hover p span,
  .howToBuy .items .item:hover p {
    color: #443C33;
  }

  .howToBuy .items .item:hover .iconHover {
    display: none;
  }

  .howToBuy .items .item:hover .icons {
    display: block;
  }

  .rthical .txtBox {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 875px) {
  .processPh {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .process .items .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .processPh {
    display: inline-block;
  }

  .processPc {
    display: none;
  }

  .process .items .item .imgBox {
    width: 100%;
  }

  .process .items .item .imgBox img {
    width: 100%;
  }

  .process .items .item .txtBox {
    width: 100%;
  }

  .process .items {
    gap: 10px;
  }

  .process .items .item .txtBox {
    padding: 90px 20px;
  }

  .banner .bannerTxt {
    margin-right: 20px;
  }

  .banner .bannerTxt div {
    max-width: 65%;
  }

  .factory p {
    font-size: 12px;
  }
}


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

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .howToBuy .items .item p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 767px) {
  .rthical .txtBox .desBox.displayPh {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .howToBuy {
    max-width: 100vw;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-right: 0;
  }

  .about .content {
    max-width: 92vw;
    padding: 50px 0 1px;
  }

  .about .content .icon1 {
    top: 23px;
    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 {
    margin-left: 0;
    top: 0;
    padding: 0 15px;
  }

  .banner .bannerIcon {
    display: none;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt div {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    max-width: 100%;
    text-align: center;
  }

  .banner>video {
    height: 60vh;
  }

  .banner .shield {
    position: absolute;
    width: 67px;
    bottom: -15px;
    left: 137px;
  }

  .factory .factoryTxt {
    margin: 50px auto 0;
  }

  .factory .factoryContent {
    padding-left: 15px;
  }

  .factory .swiper {
    padding-bottom: 30px;
  }

  .factory .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .factory p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .howToBuy .items .item p span {
    font-size: 32px;
    line-height: 32px;
  }

  .process .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .process .items .item .txtBox .desBox div {
    font-size: 16px;
    line-height: 20px;
  }

  .process .items .item .txtBox .desBox p {
    margin-bottom: 10px;
  }

  .process .items .item .txtBox>div:nth-child(2) {
    font-size: 18px;
    line-height: 22px;
  }

  .process .items .item .txtBox {
    justify-content: center;
    padding: 10px;
  }

  .friendly {
    margin: 50px auto;
  }

  .friendly .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

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

  .friendly .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .friendly .items .item div {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0;
  }

  .friendly .items .item p {
    font-size: 12px;
    line-height: 16px;
  }

  .rthical {
    margin: 0 auto 50px;
  }

  .rthical .txtBox {
    background: none;
  }

  .rthical .txtBox .desBox div {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--branding-secondary-80, #443C33);
    text-align: center;
  }

  .rthical .txtBox .desBox {
    padding: 0;
  }

  .rthical .txtBox .desBox p {
    color: var(--branding-secondary-80, #443C33);
    text-align: center;
    padding: 20px 15px 0;
  }

  .contactUs a {
    width: 100%;
  }

  .contactUs .login {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contactUs {
    margin-top: 0;
  }

  .footer-wrapper .row {
    flex-direction: column;
  }

  .footer-wrapper .row div .col-inner {
    padding: 0 !important;
  }

  footer#footer {
    margin-bottom: 60px;
  }

  .howToBuy {
    padding: 50px 15px;
  }

  .howToBuy .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .howToBuy .items {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .howToBuy .items .item {
    width: 100%;
    height: 98px;
    background: #150B00;
    border: none;
  }

  .howToBuy .items .item p {
    font-size: 18px;
    line-height: 22px;
    max-width: 80%;
    color: #E5E0DB;
  }

  .howToBuy .items .item img {
    width: 50px;
  }

  .howToBuy .items .item .icons {
    display: none;
  }

  .howToBuy .items .item .iconHover {
    display: block;
  }

  .howToBuy .items .item {
    min-height: auto;
  }

  .howToBuy .items .item:hover {
    background: #150B00;
  }

  .howToBuy .items .item:hover p span,
  .howToBuy .items .item:hover p {
    color: #E5E0DB;
  }

  .howToBuy .items .item:hover .icons {
    display: none;
  }

  .howToBuy .items .item:hover .iconHover {
    display: block;
  }

  .contactUs a {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}

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

  .about .content .aboutTitle {
    font-size: 6vw;
  }
}

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