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

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.banner {
  background-color: #fff;
  position: relative;
}

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

.banner .bannerTxt {
  position: absolute;
  top: -40px;
  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: #443C33;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  margin: 0;
}

.banner .bannerTxt div {
  color: #443C33;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 10px 0 0;
  max-width: 60%;
}

.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/Customization-page/showMoreBg2.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;
}

.introduce {
  max-width: 1440px;
  margin: auto;
  padding: 100px 0 0;
  transition: transform 0.5s ease;
}

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

.introduce .description {
  color: #443C33;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 50px;
}

.introduce .content {
  display: flex;
  max-width: 1440px;
  margin: -240px auto;
}

.introduce .content .txt {
  width: 50%;
}

.introduce .content .txt .items {
  padding: 450px 0 250px;
}

.introduce .content .img {
  position: sticky;
  top: 30px;
  height: 100vh;
  width: 50%;
}

.introduce .content .img .items {
  position: relative;
  width: 100%;
  height: 100%;
}

.introduce .content .img .items img {
  position: absolute;
  bottom: 300px;
  transition: all 0.5s ease;
  transform-origin: bottom left;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.introduce .content .img .item1 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img .item2 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img .item3 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img .item4 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .img .item5 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-1 .item1 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img.active-1 .item2 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img.active-1 .item3 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img.active-1 .item4 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .img.active-1 .item5 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-2 .item1 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img.active-2 .item2 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img.active-2 .item3 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .img.active-2 .item4 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-2 .item5 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img.active-3 .item1 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img.active-3 .item2 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .img.active-3 .item3 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-3 .item4 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img.active-3 .item5 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img.active-4 .item1 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .img.active-4 .item2 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-4 .item3 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img.active-4 .item4 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img.active-4 .item5 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img.active-5 .item1 {
  transform: scale(0.82);
  z-index: 5;
  left: 130px;
}

.introduce .content .img.active-5 .item2 {
  transform: scale(0.42);
  z-index: 1;
  left: 0;
}

.introduce .content .img.active-5 .item3 {
  transform: scale(0.52);
  z-index: 2;
  left: 30px;
}

.introduce .content .img.active-5 .item4 {
  transform: scale(0.62);
  z-index: 3;
  left: 60px;
}

.introduce .content .img.active-5 .item5 {
  transform: scale(0.72);
  z-index: 4;
  left: 90px;
}

.introduce .content .txt .item {
  margin: 350px 70px;
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.introduce .content .txt .item:first-child {
  margin-top: 0;
}

.introduce .content .txt .item.active {
  opacity: 1;
}

.introduce .content .txt .item p {
  color: #443C33;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.introduce .content .txt .item div {
  color: #443C33;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.introduce .contentPh {
  display: none;
}

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

.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(4, 1fr);
  gap: 30px 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: 18px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
  margin-bottom: 0;
}

.craftsmanship {
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}

.craftsmanship .swiper {
  width: 100%;
  height: 100%;
  background: #150B00;
  overflow: hidden;
  position: relative;
}

.craftsmanship .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  padding: 0 80px;
}

.craftsmanship .swiper-button-next:after,
.craftsmanship .swiper-button-prev:after {
  color: #fff;
}

.craftsmanship .mySwiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  background-color: #736D66;
  margin: auto;
  padding: 0;
  height: 10px;
  display: flex;
  align-items: center;
}

.craftsmanship .mySwiper .swiper-pagination-bullet {
  background-color: #443C33;
  width: 5px;
  height: 5px;
}

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

.craftsmanship .mySwiper .swiper-slide .craftsmanship-img {
  display: none;
}

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

.craftsmanship .description {
  color: #443C33;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.craftsmanship .content {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid #A19D99;
}

.craftsmanship .content .craftsmanship-img {
  display: none;
}

.craftsmanship .content .craftsmanship-img.active {
  display: block;
}

.craftsmanship .content .text {
  padding: 35px 50px;
  width: 100%;
  overflow: hidden;
}

.craftsmanship .content .textTitle {
  color: #D0CECC;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.craftsmanship .content .textDescription {
  color: #D0CECC;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.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 {
  color: #E5E0DB;
}

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

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

.eventBanner {
  position: relative;
}

.eventBanner img {
  width: 100%;
}

.eventBanner .content {
  position: absolute;
  max-width: 1440px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
}

.eventBanner .content a {
  position: absolute;
  bottom: 50px;
  right: 0;
  color: var(--branding-primary-100, #7F664D);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 42px;
  border: 1.5px solid #7F664D;
}

.contactUs {
  text-align: center;
  margin-top: 50px;
}

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

.service .serviceContent {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
}

.service .serviceContent .txtContent {
  width: 45%;
}

.service .serviceContent .txtContent .title {
  color: #443C33;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.service .serviceContent .txtContent .description {
  color: #736D66;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.service .serviceContent .imgContent {
  position: relative;
}

.service .serviceContent .imgContent img {
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.service .serviceContent .imgContent .items {
  position: absolute;
  bottom: -60px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-around;
  background-color: #150B00;
  padding: 35px 0;
}

.service .serviceContent .imgContent .items .item:nth-child(2) {
  border-left: 1px solid #E5E0DB;
  border-right: 1px solid #E5E0DB;
}

.service .serviceContent .imgContent .items .item {
  width: 33%;
}

.service .serviceContent .imgContent .items .item .icon {
  color: #E5E0DB;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.service .serviceContent .imgContent .items .item .title {
  color: #CCC2B8;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}

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

.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) {
  .introduce .content .img .items img {
    bottom: auto;
    top: -10px;
  }

  .introduce .content .img {
    position: sticky;
    top: 30px;
    height: 110vh;
    width: 50%;
  }

  .introduce .content {
    margin: -150px auto;
  }

  .product {
    margin-top: 0;
  }

  .introduce .content .txt .items {
    padding: 450px 0 130px;
  }
}

@media screen and (max-width: 1440px) {
  .banner>img {
    height: auto;
  }

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

  .introduce .content .txt .items {
    padding: 450px 0 100px;
  }

  .service,
  .howToBuy,
  .craftsmanship,
  .product,
  .introduce {
    max-width: 95vw;
  }

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

@media screen and (max-width: 1335px) {
  .product {
    margin-top: 0;
  }

  .introduce .content .txt .items {
    padding: 450px 0 500px;
  }
}

@media screen and (min-width: 1280px) {
  .eventBanner .content a:hover {
    color: #998571;
    border-color: #998571;
  }

  .contactUs .login:hover {
    background-color: #998571;
  }

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

  .product .items .item .content .title:hover {
    text-decoration: underline;
  }
}

@media screen and (max-height: 780px) {
  .introduce .content .img {
    left: 10vw;
    top: 135px;
  }

  .introduce .content {
    margin: -90px auto;
  }

  .introduce .content .img .items {
    position: relative;
    width: 70%;
    height: 100%;
  }
}

@media screen and (max-height: 650px) {
  .introduce .content .img {
    left: 10vw;
    top: 135px;
  }

  .introduce .content {
    margin: -90px auto;
  }

  .introduce .content .img .items {
    position: relative;
    width: 55%;
    height: 100%;
  }
}

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

  .introduce {
    padding: 100px 15px;
  }

  .introduce .contentPc {
    display: none;
  }

  .introduce .contentPh {
    display: flex;
    flex-direction: column;
  }

  .introduce .contentPh .img {
    position: relative;
    width: auto;
    height: 60vh;
  }

  .introduce .contentPh .img img {
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    transform-origin: bottom left;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .introduce .contentPh .img .item1 {
    height: 44vh;
    width: auto;
    z-index: 1;
    left: 10vw;
  }

  .introduce .contentPh .img .item2 {
    height: 48vh;
    width: auto;
    z-index: 2;
    left: 12vw;
  }

  .introduce .contentPh .img .item3 {
    height: 52vh;
    width: auto;
    z-index: 3;
    left: 14vw;
  }

  .introduce .contentPh .img .item4 {
    height: 56vh;
    width: auto;
    z-index: 4;
    left: 16vw;
  }

  .introduce .contentPh .img .item5 {
    height: 60vh;
    width: auto;
    z-index: 5;
    left: 19vw;
  }

  .introduce .contentPh .img.active-2 .item1 {
    height: 48vh;
    z-index: 2;
    left: 12vw;
  }

  .introduce .contentPh .img.active-2 .item2 {
    height: 52vh;
    z-index: 3;
    left: 14vw;
  }

  .introduce .contentPh .img.active-2 .item3 {
    height: 56vh;
    z-index: 4;
    left: 16vw;
  }

  .introduce .contentPh .img.active-2 .item4 {
    height: 60vh;
    z-index: 5;
    left: 19vw;
  }

  .introduce .contentPh .img.active-2 .item5 {
    height: 44vh;
    z-index: 1;
    left: 10vw;
  }

  .introduce .contentPh .img.active-3 .item1 {
    height: 52vh;
    z-index: 3;
    left: 14vw;
  }

  .introduce .contentPh .img.active-3 .item2 {
    height: 56vh;
    z-index: 4;
    left: 16vw;
  }

  .introduce .contentPh .img.active-3 .item3 {
    height: 60vh;
    z-index: 5;
    left: 19vw;
  }

  .introduce .contentPh .img.active-3 .item4 {
    height: 44vh;
    z-index: 1;
    left: 10vw;
  }

  .introduce .contentPh .img.active-3 .item5 {
    height: 48vh;
    z-index: 2;
    left: 12vw;
  }

  .introduce .contentPh .img.active-4 .item1 {
    height: 56vh;
    z-index: 4;
    left: 16vw;
  }

  .introduce .contentPh .img.active-4 .item2 {
    height: 60vh;
    z-index: 5;
    left: 19vw;
  }

  .introduce .contentPh .img.active-4 .item3 {
    height: 44vh;
    z-index: 1;
    left: 10vw;
  }

  .introduce .contentPh .img.active-4 .item4 {
    height: 48vh;
    z-index: 2;
    left: 12vw;
  }

  .introduce .contentPh .img.active-4 .item5 {
    height: 52vh;
    z-index: 3;
    left: 14vw;
  }

  .introduce .contentPh .img.active-5 .item1 {
    height: 60vh;
    z-index: 5;
    left: 19vw;
  }

  .introduce .contentPh .img.active-5 .item2 {
    height: 44vh;
    z-index: 1;
    left: 10vw;
  }

  .introduce .contentPh .img.active-5 .item3 {
    height: 48vh;
    z-index: 2;
    left: 12vw;
  }

  .introduce .contentPh .img.active-5 .item4 {
    height: 52vh;
    z-index: 3;
    left: 14vw;
  }

  .introduce .contentPh .img.active-5 .item5 {
    height: 56vh;
    z-index: 4;
    left: 16vw;
  }

  .introduce .contentPh .txt .swiper {
    margin-top: 30px;
    overflow: hidden;
  }

  .introduce .contentPh .txt .items::-webkit-scrollbar {
    display: none;
  }

  .introduce .contentPh .txt .swiper-slide {
    padding: 10px;
    border: 2px solid #443C33;
  }

  .introduce .contentPh .txt .swiper-slide div {
    color: #443C33;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }

  .introduce .contentPh .txt .swiper-slide p {
    color: #443C33;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
  }

  .product .items {
    gap: 15px 10px;
  }

  .banner .bannerIcon .moreIcon,
  .banner .bannerIcon img {
    width: 100px;
    height: 100px;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 58px;
    line-height: 64px;
  }

  .product {
    padding: 0 15px 100px;
  }

  .craftsmanship {
    padding: 0 15px;
  }

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

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

  .craftsmanship .content .craftsmanship-img {
    display: none !important;
  }

  .craftsmanship .mySwiper .swiper-slide .craftsmanship-img {
    display: block !important;
    width: 100%;
    margin-bottom: 20px;
  }

  .craftsmanship .content {
    display: contents;
  }

  .craftsmanship .content .text {
    padding: 0;
  }

  .craftsmanship .swiper-slide {
    padding: 0;
  }

  .craftsmanship .content .textDescription {
    padding: 0 15px;
  }

  .craftsmanship .swiper-button-next,
  .craftsmanship .swiper-button-prev {
    display: none;
  }

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

  .howToBuy {
    padding: 100px 15px;
  }

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

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

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

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

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

  .eventBanner .content a {
    right: 13vw;
    bottom: 5vw;
    padding: 12px 25px
  }

  .service {
    padding: 100px 15px;
  }

  .service .serviceContent .txtContent .title {
    font-size: 28px;
    line-height: 34px;
  }

  .service .swiper-button-next,
  .service .swiper-button-prev {
    display: none;
  }
}

@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) {}

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

  .displayPc {
    display: none !important;
  }

  .service,
  .howToBuy,
  .craftsmanship,
  .product,
  .introduce {
    max-width: 100vw;
  }

  .banner>img {
    height: auto;
  }

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

  .introduce .description {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .introduce .contentPh .txt .swiper-slide div {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }

  .introduce .contentPh .txt .swiper-slide p {
    font-size: 12px;
    line-height: 16px;
  }

  .introduce .content {
    flex-direction: column;
  }

  .introduce .content .img,
  .introduce .content .txt {
    width: 100%;
  }

  .introduce .content .txt {
    height: auto;
  }

  .product .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  .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 {
    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: 32px;
    line-height: 36px;
  }

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

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

  .introduce {
    padding: 50px 15px;
  }

  .introduce .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 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 15px 50px;
    margin-top: 0;
  }

  .product .items .item .content {
    padding: 20px 0;
  }

  .product .items .item .content .title {
    font-size: 13px;
    line-height: 17px;
    -webkit-line-clamp: 2;
    text-align: left;
  }

  .product .productSwiper {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .product .productSwiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1vw;
    width: fit-content;
    background-color: #736D66;
    margin: auto;
    padding: 0;
    height: 10px;
    display: flex;
    align-items: center;
  }

  .product .productSwiper .swiper-pagination-bullet {
    background-color: #443C33;
    width: 5px;
    height: 5px;
  }

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

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

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

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

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

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

  .craftsmanship .description {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #A19D99;
  }

  .craftsmanship .contactUs {
    margin-top: 30px;
  }

  .craftsmanship .content .textTitle {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .craftsmanship .content .textDescription {
    font-size: 12px;
    line-height: 16px;
  }

  .craftsmanship .text .swiper {
    padding-bottom: 30px;
  }

  .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 .icon {
    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 {
    color: #E5E0DB;
  }

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

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

  .eventBanner .content a {
    right: 15px;
    bottom: 20px;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 18px;
  }

  .service {
    padding: 50px 15px;
  }

  .service .serviceContent {
    padding-bottom: 30px;
    flex-direction: column;
  }

  .service .serviceContent .txtContent {
    width: 100%;
  }

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

  .service .serviceContent .txtContent .description {
    font-size: 12px;
    line-height: 16px;
  }

  .service .serviceContent .imgContent .items {
    position: unset;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }

  .service .serviceContent .imgContent .items .item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .service .serviceContent .imgContent .items .item:nth-child(2) {
    border: none;
  }

  .service .serviceContent .imgContent .items .item .icon {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .service .serviceContent .imgContent .items .item .title {
    font-size: 12px;
    line-height: 16px;
  }

  .service .serviceContent .imgContent .items img {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 67px;
  }

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

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

  .product .items .item .content p {
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 18px;
  }

  .introduce .contentPh .img {
    height: 44vh;
  }

  .introduce .contentPh .img .item1 {
    height: 37.6vh;
    left: 0;
  }

  .introduce .contentPh .img .item2 {
    height: 39.2vh;
    left: 15px;
  }

  .introduce .contentPh .img .item3 {
    height: 40.8vh;
    left: 30px;
  }

  .introduce .contentPh .img .item4 {
    height: 42.4vh;
    left: 45px;
  }

  .introduce .contentPh .img .item5 {
    height: 44vh;
    left: 65px;
  }

  .introduce .contentPh .img.active-2 .item5 {
    height: 37.6vh;
    left: 0;
  }

  .introduce .contentPh .img.active-2 .item1 {
    height: 39.2vh;
    left: 15px;
  }

  .introduce .contentPh .img.active-2 .item2 {
    height: 40.8vh;
    left: 30px;
  }

  .introduce .contentPh .img.active-2 .item3 {
    height: 42.4vh;
    left: 45px;
  }

  .introduce .contentPh .img.active-2 .item4 {
    height: 44vh;
    left: 65px;
  }

  .introduce .contentPh .img.active-3 .item4 {
    height: 37.6vh;
    left: 0;
  }

  .introduce .contentPh .img.active-3 .item5 {
    height: 39.2vh;
    left: 15px;
  }

  .introduce .contentPh .img.active-3 .item1 {
    height: 40.8vh;
    left: 30px;
  }

  .introduce .contentPh .img.active-3 .item2 {
    height: 42.4vh;
    left: 45px;
  }

  .introduce .contentPh .img.active-3 .item3 {
    height: 44vh;
    left: 65px;
  }

  .introduce .contentPh .img.active-4 .item3 {
    height: 37.6vh;
    left: 0;
  }

  .introduce .contentPh .img.active-4 .item4 {
    height: 39.2vh;
    left: 15px;
  }

  .introduce .contentPh .img.active-4 .item5 {
    height: 40.8vh;
    left: 30px;
  }

  .introduce .contentPh .img.active-4 .item1 {
    height: 42.4vh;
    left: 45px;
  }

  .introduce .contentPh .img.active-4 .item2 {
    height: 44vh;
    left: 65px;
  }

  .introduce .contentPh .img.active-5 .item2 {
    height: 37.6vh;
    left: 0;
  }

  .introduce .contentPh .img.active-5 .item3 {
    height: 39.2vh;
    left: 15px;
  }

  .introduce .contentPh .img.active-5 .item4 {
    height: 40.8vh;
    left: 30px;
  }

  .introduce .contentPh .img.active-5 .item5 {
    height: 42.4vh;
    left: 45px;
  }

  .introduce .contentPh .img.active-5 .item1 {
    height: 44vh;
    left: 65px;
  }
}

@media screen and (max-width: 390px) {
  .craftsmanship .title br {
    display: none;
  }


  .introduce .contentPh .img {
    height: 90vw;
  }

  .introduce .contentPh .img .item1 {
    height: auto;
    left: 0;
    width: 59.8vw;
  }

  .introduce .contentPh .img .item2 {
    height: auto;
    left: 15px;
    width: 63.1vw;
  }

  .introduce .contentPh .img .item3 {
    height: auto;
    left: 30px;
    width: 66.3vw;
  }

  .introduce .contentPh .img .item4 {
    height: auto;
    left: 45px;
    width: 69.5vw;
  }

  .introduce .contentPh .img .item5 {
    height: auto;
    left: 65px;
    width: 74vw;
  }

  .introduce .contentPh .img.active-2 .item5 {
    height: auto;
    left: 0;
    width: 59.8vw;
  }

  .introduce .contentPh .img.active-2 .item1 {
    height: auto;
    left: 15px;
    width: 63.1vw;
  }

  .introduce .contentPh .img.active-2 .item2 {
    height: auto;
    left: 30px;
    width: 66.3vw;
  }

  .introduce .contentPh .img.active-2 .item3 {
    height: auto;
    left: 45px;
    width: 69.5vw;
  }

  .introduce .contentPh .img.active-2 .item4 {
    height: auto;
    left: 65px;
    width: 74vw;
  }

  .introduce .contentPh .img.active-3 .item4 {
    height: auto;
    left: 0;
    width: 59.8vw;
  }

  .introduce .contentPh .img.active-3 .item5 {
    height: auto;
    left: 15px;
    width: 63.1vw;
  }

  .introduce .contentPh .img.active-3 .item1 {
    height: auto;
    left: 30px;
    width: 66.3vw;
  }

  .introduce .contentPh .img.active-3 .item2 {
    height: auto;
    left: 45px;
    width: 69.5vw;
  }

  .introduce .contentPh .img.active-3 .item3 {
    height: auto;
    left: 65px;
    width: 74vw;
  }

  .introduce .contentPh .img.active-4 .item3 {
    height: auto;
    left: 0;
    width: 59.8vw;
  }

  .introduce .contentPh .img.active-4 .item4 {
    height: auto;
    left: 15px;
    width: 63.1vw;
  }

  .introduce .contentPh .img.active-4 .item5 {
    height: auto;
    left: 30px;
    width: 66.3vw;
  }

  .introduce .contentPh .img.active-4 .item1 {
    height: auto;
    left: 45px;
    width: 69.5vw;
  }

  .introduce .contentPh .img.active-4 .item2 {
    height: auto;
    left: 65px;
    width: 74vw;
  }

  .introduce .contentPh .img.active-5 .item2 {
    height: auto;
    left: 0;
    width: 59.8vw;
  }

  .introduce .contentPh .img.active-5 .item3 {
    height: auto;
    left: 15px;
    width: 63.1vw;
  }

  .introduce .contentPh .img.active-5 .item4 {
    height: auto;
    left: 30px;
    width: 66.3vw;
  }

  .introduce .contentPh .img.active-5 .item5 {
    height: auto;
    left: 45px;
    width: 69.5vw;
  }

  .introduce .contentPh .img.active-5 .item1 {
    height: auto;
    left: 65px;
    width: 74vw;
  }
}