@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

a {
  text-decoration: none;
}

:root {
  --secondary: #B4AC9F;
}

h1 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.h1 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

h2 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}

.h2 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}

h3 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.h3 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

h4 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.h4 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

p,
a,
li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  p,
  a,
  li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.small {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .small {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.h7 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #7D7D7D;
}
@media (max-width: 768px) {
  .h7 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.btn,
.form_submit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  color: #B4AC9F;
}

.gray1 {
  color: #3B3B3B;
}

.gray2 {
  color: #7D7D7D;
}

.gray3 {
  color: #C6C6C6;
}

.gray4 {
  color: #E0E0E0;
}

.gray5 {
  color: #F2F2F2;
}

.gray6 {
  color: #FAFAFA;
}

.primary {
  color: #B4AC9F;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.bg {
  color: #C2C2C2;
}

.alert {
  color: #CB4042;
}

li {
  list-style-type: disc;
}
li::marker {
  background-color: #3B3B3B;
  color: #3B3B3B;
  font-size: 1em;
}

div {
  font-family: "Roboto", sans-serif;
}

.check404 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 280px);
}
.check404 h1 {
  font-size: 200px;
  color: #000000;
}
@media (max-width: 768px) {
  .check404 h1 {
    font-size: 150px;
  }
}

.eventCard {
  opacity: 0;
  animation: cardShow 3s ease 0s forwards 1 normal;
  animation-delay: 0.3s;
}

@keyframes cardShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
}
.loading:before {
  content: "";
  height: 60px;
  width: 30px;
  animation: pill 2s infinite backwards;
  background: linear-gradient(0deg, var(--secondary), var(--secondary) 50%, transparent 50%, transparent);
  background-size: 100% 200%;
  background-repeat: no-repeat;
  border: 6px solid var(--primary);
  border-radius: 15px;
}

.loading.active {
  display: flex;
}

@keyframes pill {
  0% {
    background-position: 0 0;
    transform: rotate(0deg);
  }
  25% {
    background-position: 0 100%;
    transform: rotate(0deg);
  }
  50% {
    background-position: 0 100%;
    transform: rotate(180deg);
  }
  75% {
    background-position: 0 200%;
    transform: rotate(180deg);
  }
  100% {
    background-position: 0 200%;
    transform: rotate(360deg);
  }
}
#site_footer {
  position: relative;
  width: 100%;
  padding: 0 13% 0 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin-bottom: -90px;
  background-color: #FFFFFF;
}
#site_footer .footerCoverImg {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#site_footer .footerCoverImg > img {
  height: 100%;
  width: 100%;
}
#site_footer .footerBgOut {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  #site_footer .footerBgOut {
    top: -60px;
  }
}
#site_footer .footerBgOut .footerBg {
  width: 100%;
}
@media (max-width: 768px) {
  #site_footer .footerBgOut .footerBg {
    padding: 0;
  }
}
#site_footer .footerAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#site_footer .footerLogo {
  text-align: center;
  max-width: 208px;
  width: 100%;
  z-index: 10;
}
#site_footer .footerLogo img {
  width: 100%;
  height: auto;
}
#site_footer nav.footer_nav {
  margin: 50px 0 70px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 768px) {
  #site_footer nav.footer_nav {
    margin: 40px 0 40px 0;
  }
}
#site_footer nav.footer_nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  gap: 50px;
}
@media (max-width: 768px) {
  #site_footer nav.footer_nav ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
#site_footer nav.footer_nav ul li {
  list-style: none;
}
#site_footer nav.footer_nav ul li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
  transition: all 0.3s ease-in-out;
}
#site_footer nav.footer_nav ul li a:hover {
  color: #B4AC9F;
}
#site_footer nav.footer_nav ul li.current_page_item a {
  color: #B4AC9F;
}
#site_footer .footerBottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 60px;
  z-index: 10;
}
@media (max-width: 1100px) {
  #site_footer .footerBottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #site_footer .footerBottom {
    gap: 40px;
  }
}
#site_footer .footerBottom .left {
  width: 33.33%;
}
@media (max-width: 1100px) {
  #site_footer .footerBottom .left {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #site_footer .footerBottom .left {
    width: 100%;
  }
}
#site_footer .footerBottom .left iframe {
  width: 100%;
  aspect-ratio: 295/160;
  max-height: 160px;
}
#site_footer .footerBottom .center {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
@media (max-width: 1100px) {
  #site_footer .footerBottom .center {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #site_footer .footerBottom .center {
    width: 100%;
  }
}
#site_footer .footerBottom .center a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#site_footer .footerBottom .center a:not(:last-child) {
  margin-bottom: 13.33px;
}
#site_footer .footerBottom .center a svg {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
#site_footer .footerBottom .center a span {
  padding-left: 8px;
}
#site_footer .footerBottom .right {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
@media (max-width: 1100px) {
  #site_footer .footerBottom .right {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
#site_footer .footerBottom .right > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 72px;
}
@media (max-width: 1100px) {
  #site_footer .footerBottom .right > div {
    margin-bottom: 40px;
    align-items: center;
  }
}
#site_footer .footerBottom .right > div .socialIcon {
  min-width: 60px;
  max-width: 60px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
}
#site_footer .footerBottom .right > div .socialIcon:first-child {
  border-left: 1px solid #E0E0E0;
}
#site_footer .footerBottom .right > div .socialIcon svg path {
  transition: all 0.3s ease-in-out;
}
#site_footer .footerBottom .right > div .socialIcon:hover svg path {
  fill: #B4AC9F;
}
#site_footer .footerBottom .right .copyright {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #site_footer .footerBottom .right .copyright > div {
    text-align: center;
  }
}
.fix_right {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .fix_right {
    display: none;
  }
}
.fix_right a {
  width: 48px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
}
.fix_right .top {
  background-color: #B4AC9F;
  transition: all 0.3s ease-in-out;
}
.fix_right .top p {
  letter-spacing: 1px;
}
.fix_right .top:hover {
  background-color: #C0B9AF;
}
.fix_right .bottom {
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.fix_right .bottom img {
  padding-bottom: 14px;
}
.fix_right .bottom .line_top {
  letter-spacing: 1px;
}
.fix_right .bottom .line_bottom {
  letter-spacing: 4px;
  padding-top: 4px;
}
.fix_right .bottom:hover {
  background-color: #F2F2F2;
}

.site-header {
  padding: 0 100px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .site-header {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .site-header {
    padding: 0;
    align-items: flex-start;
    height: 60px;
  }
}
.site-header:before {
  content: " ";
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.site-header .header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .site-header .header {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .site-header .header .left {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-header .header .left img {
  max-width: 167px;
}
.site-header .header .left.displayNone {
  display: none;
}
.site-header .header nav.web_nav {
  width: 100%;
  display: block;
}
.site-header .header nav.web_nav > ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  list-style: none;
  gap: 50px;
}
.site-header .header nav.web_nav > ul > li {
  height: 100px;
  padding-top: 38px;
  list-style: none;
}
.site-header .header nav.web_nav > ul > li:hover nav.accordion-item-content-nav {
  opacity: 1;
  visibility: visible;
  display: flex;
  height: auto;
  padding: 60px 0;
  min-height: 356px;
}
.site-header .header nav.web_nav > ul > li:hover nav.accordion-item-content-nav li {
  list-style: none;
}
.site-header .header nav.web_nav > ul > li:hover nav.accordion-item-content-nav li:first-child .nav-menu-img img {
  opacity: 1;
}
.site-header .header nav.web_nav > ul > li > a {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul {
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  list-style: none;
  height: 100%;
  padding-right: 100px;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul > li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
  list-style: none;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul > li:first-child {
  padding-top: 0;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul > li:hover .nav-menu-img img {
  opacity: 1;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul > li .nav-menu-img {
  width: 50%;
  /* display: none; */
  position: absolute;
  left: 0;
  top: 60px;
  padding-left: 100px;
  min-height: 236px;
  max-height: 236px;
  height: 100%;
}
.site-header .header nav.web_nav > ul > li > nav.accordion-item-content-nav > ul > li .nav-menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul {
  margin-left: unset;
  width: 30%;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li {
  padding-bottom: 0;
  border-bottom: 0;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li .nav-menu-img {
  right: 100px;
  left: unset;
  display: none;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li > a {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #3B3B3B;
}
@media (max-width: 768px) {
  .site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li:hover > a {
  color: #B4AC9F;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav > ul > li.active a {
  color: #B4AC9F;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav .productNoneSet > div {
  opacity: 0;
  max-height: 0;
}
.site-header .header nav.web_nav > ul > li:first-child .accordion-item-content-nav .productNoneSet > div.active {
  opacity: 1;
  max-height: 1000px;
}
.site-header .header nav.web_nav > ul > .current_page_parent > a {
  position: relative;
}
.site-header .header nav.web_nav > ul > .current_page_parent > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3B3B3B;
}
.site-header .header nav.web_nav > ul > .current_page_item > a {
  position: relative;
}
.site-header .header nav.web_nav > ul > .current_page_item > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3B3B3B;
}
.site-header .header nav.web_nav > ul > .current-menu-parent > a {
  position: relative;
}
.site-header .header nav.web_nav > ul > .current-menu-parent > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B4AC9F;
}
.site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a {
  color: #B4AC9F;
}
@media (max-width: 1100px) {
  .site-header .header nav.web_nav {
    display: none;
  }
}
.site-header .header .right {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .site-header .header .right {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 24px;
  }
}
.site-header .header .right .wpml-ls {
  width: auto;
}
@media (max-width: 480px) {
  .site-header .header .right .wpml-ls {
    order: 2;
    margin-left: auto;
    padding-right: 8px;
  }
}
.site-header .header .right .wpml-ls > ul {
  border-top: 0;
}
.site-header .header .right .wpml-ls > ul > li {
  list-style: none;
}
.site-header .header .right .wpml-ls > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.site-header .header .right .wpml-ls > ul > li a span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .header .right .wpml-ls > ul > li .wpml-ls-sub-menu {
  border-top: 0;
}
.site-header .header .right .wpml-ls > ul > li .wpml-ls-sub-menu li {
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.site-header .header .right .wpml-ls > ul > li .wpml-ls-sub-menu li a {
  transition: all 0.3s ease-in-out;
  border: 0;
}
.site-header .header .right .wpml-ls > ul > li .wpml-ls-sub-menu li:hover a {
  background-color: #B4AC9F;
  color: #FFFFFF;
}
.site-header .header .right .wpml-ls > ul > li .wpml-ls-sub-menu li:hover a span {
  color: #FFFFFF;
}
.site-header .header .right .wpml-ls a {
  width: 60px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 20px;
}
.site-header .header .right .wpml-ls a span {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  padding-top: 1px;
  white-space: nowrap;
}
.site-header .header .right .wpml-ls a:after {
  right: 8px;
}
.site-header .header .right .singBeeCart {
  position: relative;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .site-header .header .right .singBeeCart {
    order: 3;
    padding: 0;
    padding-right: 8px;
  }
}
.site-header .header .right .singBeeCart a,
.site-header .header .right .singBeeCart p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header .right .singBeeSearch {
  cursor: pointer;
}
@media (max-width: 480px) {
  .site-header .header .right .singBeeSearch {
    order: 4;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .site-header .header .right .hamberger {
    padding: 0;
    order: 1;
  }
}

.site-header.active:before {
  background-color: #FFFFFF !important;
  height: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}
@media (max-width: 480px) {
  .site-header.active:before {
    height: 60px;
  }
}
.site-header.active .header .left.logo_color {
  display: block !important;
}
@media (max-width: 480px) {
  .site-header.active .header .left.logo_color {
    display: none !important;
  }
}
.site-header.active .header .left.logo_dark {
  display: none !important;
}
.site-header.active a {
  color: #3B3B3B !important;
}
.site-header.active svg path {
  stroke: #3B3B3B !important;
}
.site-header.active .current-menu-parent > a:before,
.site-header.active .current_page_item > a:before,
.site-header.active .current_page_parent > a:before {
  background-color: #B4AC9F !important;
}
.site-header.active .current_page_parent .current_page_item > a {
  color: #B4AC9F;
}
.site-header.active .right .hamberger .bar {
  background-color: #3B3B3B;
}

.logo_dark {
  display: none;
}

.web_search {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 328px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px 0 80px;
  transition: all 0.5s ease-in-out;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .web_search {
    padding: 0 24px 0 24px;
  }
}
.web_search form {
  width: 100%;
}
.web_search form .web_search_field {
  width: 100%;
  display: flex;
}
@media (max-width: 480px) {
  .web_search form .web_search_field {
    flex-direction: column;
  }
}
.web_search form .web_search_field input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  width: calc(100% - 186px);
  height: 48px;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .web_search form .web_search_field input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.web_search form .web_search_field input::-moz-placeholder {
  opacity: 0.3;
}
.web_search form .web_search_field input::placeholder {
  opacity: 0.3;
}
.web_search form .web_search_field input:focus::-moz-placeholder {
  opacity: 0;
}
.web_search form .web_search_field input:focus::placeholder {
  opacity: 0;
}
.web_search.active {
  top: 100px;
}

.page-id-44 .site-header .header .logo_color,
.page-id-114 .site-header .header .logo_color,
.page-id-101 .site-header .header .logo_color,
.page-id-103 .site-header .header .logo_color,
.page-id-106 .site-header .header .logo_color,
.page-id-98 .site-header .header .logo_color,
.page-id-108 .site-header .header .logo_color,
.page-id-110 .site-header .header .logo_color,
.page-id-112 .site-header .header .logo_color,
.woocommerce-shop .site-header .header .logo_color,
body:has(#home) .site-header .header .logo_color,
body:has(#online-catalog) .site-header .header .logo_color,
body:has(#about) .site-header .header .logo_color,
body:has(#in-house-production) .site-header .header .logo_color,
body:has(#certifications-award) .site-header .header .logo_color,
body:has(#milestone) .site-header .header .logo_color,
body:has(#oem-odm-project) .site-header .header .logo_color,
body:has(#news) .site-header .header .logo_color,
body:has(#contact) .site-header .header .logo_color,
body:has(#product_shop) .site-header .header .logo_color,
body:has(#video-center) .site-header .header .logo_color {
  display: none;
}
.page-id-44 .site-header .header .logo_dark,
.page-id-114 .site-header .header .logo_dark,
.page-id-101 .site-header .header .logo_dark,
.page-id-103 .site-header .header .logo_dark,
.page-id-106 .site-header .header .logo_dark,
.page-id-98 .site-header .header .logo_dark,
.page-id-108 .site-header .header .logo_dark,
.page-id-110 .site-header .header .logo_dark,
.page-id-112 .site-header .header .logo_dark,
.woocommerce-shop .site-header .header .logo_dark,
body:has(#home) .site-header .header .logo_dark,
body:has(#online-catalog) .site-header .header .logo_dark,
body:has(#about) .site-header .header .logo_dark,
body:has(#in-house-production) .site-header .header .logo_dark,
body:has(#certifications-award) .site-header .header .logo_dark,
body:has(#milestone) .site-header .header .logo_dark,
body:has(#oem-odm-project) .site-header .header .logo_dark,
body:has(#news) .site-header .header .logo_dark,
body:has(#contact) .site-header .header .logo_dark,
body:has(#product_shop) .site-header .header .logo_dark,
body:has(#video-center) .site-header .header .logo_dark {
  display: block;
}
.page-id-44 .site-header .header .logo_dark.displayNone,
.page-id-114 .site-header .header .logo_dark.displayNone,
.page-id-101 .site-header .header .logo_dark.displayNone,
.page-id-103 .site-header .header .logo_dark.displayNone,
.page-id-106 .site-header .header .logo_dark.displayNone,
.page-id-98 .site-header .header .logo_dark.displayNone,
.page-id-108 .site-header .header .logo_dark.displayNone,
.page-id-110 .site-header .header .logo_dark.displayNone,
.page-id-112 .site-header .header .logo_dark.displayNone,
.woocommerce-shop .site-header .header .logo_dark.displayNone,
body:has(#home) .site-header .header .logo_dark.displayNone,
body:has(#online-catalog) .site-header .header .logo_dark.displayNone,
body:has(#about) .site-header .header .logo_dark.displayNone,
body:has(#in-house-production) .site-header .header .logo_dark.displayNone,
body:has(#certifications-award) .site-header .header .logo_dark.displayNone,
body:has(#milestone) .site-header .header .logo_dark.displayNone,
body:has(#oem-odm-project) .site-header .header .logo_dark.displayNone,
body:has(#news) .site-header .header .logo_dark.displayNone,
body:has(#contact) .site-header .header .logo_dark.displayNone,
body:has(#product_shop) .site-header .header .logo_dark.displayNone,
body:has(#video-center) .site-header .header .logo_dark.displayNone {
  display: none;
}
.page-id-44 .site-header .header nav.web_nav > ul > li > a,
.page-id-114 .site-header .header nav.web_nav > ul > li > a,
.page-id-101 .site-header .header nav.web_nav > ul > li > a,
.page-id-103 .site-header .header nav.web_nav > ul > li > a,
.page-id-106 .site-header .header nav.web_nav > ul > li > a,
.page-id-98 .site-header .header nav.web_nav > ul > li > a,
.page-id-108 .site-header .header nav.web_nav > ul > li > a,
.page-id-110 .site-header .header nav.web_nav > ul > li > a,
.page-id-112 .site-header .header nav.web_nav > ul > li > a,
.woocommerce-shop .site-header .header nav.web_nav > ul > li > a,
body:has(#home) .site-header .header nav.web_nav > ul > li > a,
body:has(#online-catalog) .site-header .header nav.web_nav > ul > li > a,
body:has(#about) .site-header .header nav.web_nav > ul > li > a,
body:has(#in-house-production) .site-header .header nav.web_nav > ul > li > a,
body:has(#certifications-award) .site-header .header nav.web_nav > ul > li > a,
body:has(#milestone) .site-header .header nav.web_nav > ul > li > a,
body:has(#oem-odm-project) .site-header .header nav.web_nav > ul > li > a,
body:has(#news) .site-header .header nav.web_nav > ul > li > a,
body:has(#contact) .site-header .header nav.web_nav > ul > li > a,
body:has(#product_shop) .site-header .header nav.web_nav > ul > li > a,
body:has(#video-center) .site-header .header nav.web_nav > ul > li > a {
  color: #FFFFFF;
}
.page-id-44 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-114 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-101 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-103 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-106 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-98 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-108 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-110 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.page-id-112 .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
.woocommerce-shop .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#home) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#online-catalog) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#about) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#in-house-production) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#certifications-award) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#milestone) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#oem-odm-project) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#news) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#contact) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#product_shop) .site-header .header nav.web_nav > ul > .current_page_parent > a:before,
body:has(#video-center) .site-header .header nav.web_nav > ul > .current_page_parent > a:before {
  background-color: #FFFFFF;
}
.page-id-44 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-114 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-101 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-103 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-106 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-98 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-108 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-110 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.page-id-112 .site-header .header nav.web_nav > ul > .current_page_item > a:before,
.woocommerce-shop .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#home) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#online-catalog) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#about) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#in-house-production) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#certifications-award) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#milestone) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#oem-odm-project) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#news) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#contact) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#product_shop) .site-header .header nav.web_nav > ul > .current_page_item > a:before,
body:has(#video-center) .site-header .header nav.web_nav > ul > .current_page_item > a:before {
  background-color: #FFFFFF;
}
.page-id-44 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-114 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-101 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-103 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-106 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-98 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-108 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-110 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.page-id-112 .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
.woocommerce-shop .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#home) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#online-catalog) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#about) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#in-house-production) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#certifications-award) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#milestone) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#oem-odm-project) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#news) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#contact) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#product_shop) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before,
body:has(#video-center) .site-header .header nav.web_nav > ul > .current-menu-parent > a:before {
  background-color: #B4AC9F;
}
.page-id-44 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-114 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-101 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-103 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-106 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-98 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-108 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-110 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.page-id-112 .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
.woocommerce-shop .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#home) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#online-catalog) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#about) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#in-house-production) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#certifications-award) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#milestone) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#oem-odm-project) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#news) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#contact) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#product_shop) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a,
body:has(#video-center) .site-header .header nav.web_nav > ul .current_page_parent .current_page_item > a {
  color: #B4AC9F;
}
.page-id-44 .site-header .header .right .singBeeCart svg path,
.page-id-114 .site-header .header .right .singBeeCart svg path,
.page-id-101 .site-header .header .right .singBeeCart svg path,
.page-id-103 .site-header .header .right .singBeeCart svg path,
.page-id-106 .site-header .header .right .singBeeCart svg path,
.page-id-98 .site-header .header .right .singBeeCart svg path,
.page-id-108 .site-header .header .right .singBeeCart svg path,
.page-id-110 .site-header .header .right .singBeeCart svg path,
.page-id-112 .site-header .header .right .singBeeCart svg path,
.woocommerce-shop .site-header .header .right .singBeeCart svg path,
body:has(#home) .site-header .header .right .singBeeCart svg path,
body:has(#online-catalog) .site-header .header .right .singBeeCart svg path,
body:has(#about) .site-header .header .right .singBeeCart svg path,
body:has(#in-house-production) .site-header .header .right .singBeeCart svg path,
body:has(#certifications-award) .site-header .header .right .singBeeCart svg path,
body:has(#milestone) .site-header .header .right .singBeeCart svg path,
body:has(#oem-odm-project) .site-header .header .right .singBeeCart svg path,
body:has(#news) .site-header .header .right .singBeeCart svg path,
body:has(#contact) .site-header .header .right .singBeeCart svg path,
body:has(#product_shop) .site-header .header .right .singBeeCart svg path,
body:has(#video-center) .site-header .header .right .singBeeCart svg path {
  stroke: #FFFFFF;
}
.page-id-44 .site-header .header .right .singBeeSearch,
.page-id-114 .site-header .header .right .singBeeSearch,
.page-id-101 .site-header .header .right .singBeeSearch,
.page-id-103 .site-header .header .right .singBeeSearch,
.page-id-106 .site-header .header .right .singBeeSearch,
.page-id-98 .site-header .header .right .singBeeSearch,
.page-id-108 .site-header .header .right .singBeeSearch,
.page-id-110 .site-header .header .right .singBeeSearch,
.page-id-112 .site-header .header .right .singBeeSearch,
.woocommerce-shop .site-header .header .right .singBeeSearch,
body:has(#home) .site-header .header .right .singBeeSearch,
body:has(#online-catalog) .site-header .header .right .singBeeSearch,
body:has(#about) .site-header .header .right .singBeeSearch,
body:has(#in-house-production) .site-header .header .right .singBeeSearch,
body:has(#certifications-award) .site-header .header .right .singBeeSearch,
body:has(#milestone) .site-header .header .right .singBeeSearch,
body:has(#oem-odm-project) .site-header .header .right .singBeeSearch,
body:has(#news) .site-header .header .right .singBeeSearch,
body:has(#contact) .site-header .header .right .singBeeSearch,
body:has(#product_shop) .site-header .header .right .singBeeSearch,
body:has(#video-center) .site-header .header .right .singBeeSearch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-44 .site-header .header .right .singBeeSearch svg path,
.page-id-114 .site-header .header .right .singBeeSearch svg path,
.page-id-101 .site-header .header .right .singBeeSearch svg path,
.page-id-103 .site-header .header .right .singBeeSearch svg path,
.page-id-106 .site-header .header .right .singBeeSearch svg path,
.page-id-98 .site-header .header .right .singBeeSearch svg path,
.page-id-108 .site-header .header .right .singBeeSearch svg path,
.page-id-110 .site-header .header .right .singBeeSearch svg path,
.page-id-112 .site-header .header .right .singBeeSearch svg path,
.woocommerce-shop .site-header .header .right .singBeeSearch svg path,
body:has(#home) .site-header .header .right .singBeeSearch svg path,
body:has(#online-catalog) .site-header .header .right .singBeeSearch svg path,
body:has(#about) .site-header .header .right .singBeeSearch svg path,
body:has(#in-house-production) .site-header .header .right .singBeeSearch svg path,
body:has(#certifications-award) .site-header .header .right .singBeeSearch svg path,
body:has(#milestone) .site-header .header .right .singBeeSearch svg path,
body:has(#oem-odm-project) .site-header .header .right .singBeeSearch svg path,
body:has(#news) .site-header .header .right .singBeeSearch svg path,
body:has(#contact) .site-header .header .right .singBeeSearch svg path,
body:has(#product_shop) .site-header .header .right .singBeeSearch svg path,
body:has(#video-center) .site-header .header .right .singBeeSearch svg path {
  stroke: #FFFFFF;
}
.page-id-44 .site-header .web_search,
.page-id-114 .site-header .web_search,
.page-id-101 .site-header .web_search,
.page-id-103 .site-header .web_search,
.page-id-106 .site-header .web_search,
.page-id-98 .site-header .web_search,
.page-id-108 .site-header .web_search,
.page-id-110 .site-header .web_search,
.page-id-112 .site-header .web_search,
.woocommerce-shop .site-header .web_search,
body:has(#home) .site-header .web_search,
body:has(#online-catalog) .site-header .web_search,
body:has(#about) .site-header .web_search,
body:has(#in-house-production) .site-header .web_search,
body:has(#certifications-award) .site-header .web_search,
body:has(#milestone) .site-header .web_search,
body:has(#oem-odm-project) .site-header .web_search,
body:has(#news) .site-header .web_search,
body:has(#contact) .site-header .web_search,
body:has(#product_shop) .site-header .web_search,
body:has(#video-center) .site-header .web_search {
  background-color: #3B3B3B;
}

body.woocommerce-page .site-header .header nav.web_nav > ul > li:first-child > a {
  position: relative;
}
body.woocommerce-page .site-header .header nav.web_nav > ul > li:first-child > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B4AC9F;
}

body.woocommerce-page.woocommerce-shop .site-header .header nav.web_nav > ul > li:first-child > a {
  position: relative;
}
body.woocommerce-page.woocommerce-shop .site-header .header nav.web_nav > ul > li:first-child > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.productNoneSet {
  width: 70%;
  padding: 0 100px 0 0;
}
.productNoneSet .kidNone {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.productNoneSet .kidNone ul {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.productNoneSet .kidNone ul li {
  width: calc(33.33% - 13.33px);
  list-style: none;
}
.productNoneSet .kidNone ul li a {
  width: 100%;
}
.productNoneSet .kidNone ul li a .top {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.productNoneSet .kidNone ul li a .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  -o-object-position: 90% 0%;
     object-position: 90% 0%;
}
.productNoneSet .kidNone ul li a .bottom .btn {
  transition: all 0.3s ease-in-out;
}
.productNoneSet .kidNone ul li a .bottom .h7 {
  transition: all 0.3s ease-in-out;
}
.productNoneSet .kidNone ul li:hover a .bottom .h7 {
  color: #B4AC9F;
}
.productNoneSet .kidNone ul li:hover a img {
  transform: scale(1.05);
}
.productNoneSet .kidNone ul li:hover a .bottom .btn {
  color: #B4AC9F;
}
.productNoneSet .oaNone .oaAll {
  align-items: flex-start;
}
.productNoneSet .oaNone .oaAll li {
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
.productNoneSet .oaNone .oaAll li .bottom .btn {
  transition: all 0.3s ease-in-out;
}
.productNoneSet .oaNone .oaAll li:hover .bottom .btn {
  color: #B4AC9F;
}
.productNoneSet .servcieNone {
  gap: 20px;
  padding: 0;
}
.productNoneSet .servcieNone a {
  width: calc(50% - 10px);
  display: flex;
  background-color: #FFFFFF;
  align-items: center;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
.productNoneSet .servcieNone a .left {
  width: 30%;
}
.productNoneSet .servcieNone a .left div {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.productNoneSet .servcieNone a .left div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
.productNoneSet .servcieNone a .right {
  padding: 10px 10px 10px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
}
.productNoneSet .servcieNone a .right .btn {
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.productNoneSet .servcieNone a:hover .left img {
  transform: scale(1.05);
}
.productNoneSet .servcieNone a:hover .right .h7 {
  color: #B4AC9F;
}
.productNoneSet .servcieNone a:hover .right .btn {
  color: #B4AC9F;
}

.productNone {
  display: none;
}

.hamberger {
  width: 24px;
  height: 24px;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  display: none;
  margin-left: 25px;
}
@media (max-width: 1100px) {
  .hamberger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hamberger .bar {
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}

.hamberger .bar:not(:last-child) {
  margin-bottom: 6px;
}

.hamberger.active {
  transition-delay: 0.8s;
  transform: rotate(45deg) translate(-4px, 10px);
}

.hamberger.active > .bar:nth-child(2) {
  width: 0;
}

.hamberger.active > .bar:nth-child(1),
.hamberger.active > .bar:nth-child(3) {
  transition-delay: 0.4s;
}

.hamberger.active > .bar:nth-child(1) {
  transform: translateY(0px);
}

.hamberger.active > .bar:nth-child(3) {
  transform: translateY(-14px) rotate(90deg);
}

.web_nav_m {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: calc(100vh - 70px);
  padding-top: 60px;
  background-color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  display: none;
}
@media (max-width: 1100px) {
  .web_nav_m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.web_nav_m > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.web_nav_m ul li {
  list-style: none;
}
.web_nav_m ul li.menu-item-has-children {
  position: relative;
}
.web_nav_m ul li.menu-item-has-children svg {
  position: absolute;
  top: 6px;
  right: 0;
  width: 14px;
  color: #5C5C5C;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.web_nav_m ul li.menu-item-has-children .accordion-item-content-nav {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}
.web_nav_m ul li.menu-item-has-children .accordion-item-content-nav ul {
  padding-left: 20px;
}
.web_nav_m ul li.menu-item-has-children:hover .accordion-item-content-nav {
  max-height: 1000px;
}
.web_nav_m ul li.menu-item-has-children:hover svg {
  transform: rotate(90deg);
}

.web_nav_m.active-menu_m {
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  right: 0;
}

.buttonLight {
  position: relative;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B3B3B;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 480px) {
  .buttonLight {
    width: 100%;
  }
}
.buttonLight:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: calc(100% + 2px);
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #B4AC9F;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  border-radius: 30px;
}
.buttonLight:hover {
  color: #FFFFFF;
  transform-origin: center center;
  border: 1px solid #B4AC9F;
}
.buttonLight:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.buttonLight_noBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 480px) {
  .buttonLight_noBg {
    width: 100%;
  }
}
.buttonLight_noBg:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: calc(100% + 2px);
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #FFFFFF;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  border-radius: 30px;
}
.buttonLight_noBg:hover {
  color: #3B3B3B;
  transform-origin: center center;
}
.buttonLight_noBg:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.buttonDark {
  position: relative;
  min-width: 146px;
  max-width: 146px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B3B3B;
  border: 1px solid #E0E0E0;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .buttonDark {
    width: 100%;
  }
}
.buttonDark:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: calc(100% + 2px);
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #3B3B3B;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  border-radius: 30px;
}
.buttonDark:hover {
  color: #FFFFFF;
  transform-origin: center center;
}
.buttonDark:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}

.underLine_continue .underLine_text {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #B4AC9F, #B4AC9F);
  transition: background-size 380ms cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s ease-in-out;
  background-size: 0 1px;
  background-position: 100% 100%;
}
.underLine_continue:hover .underLine_text {
  background-size: 100% 1px;
  background-position: -1px calc(100% - 1px);
  color: #B4AC9F;
}

.underLine_continue_w .underLine_text {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #FFFFFF, #FFFFFF);
  transition: background-size 380ms cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s ease-in-out;
  background-size: 0 1px;
  background-position: 100% 100%;
}
.underLine_continue_w:hover .underLine_text {
  background-size: 100% 1px;
  background-position: -1px calc(100% - 1px);
  color: #FFFFFF;
}

.breadcrumbs {
  z-index: 10;
}
.breadcrumbs span {
  color: #FFFFFF;
}
.breadcrumbs a {
  color: #FFFFFF;
}
.breadcrumbs .breadcrumb_last {
  color: #FFFFFF;
  opacity: 0.5;
}

.page_banner {
  width: 100%;
  aspect-ratio: 1440/500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.page_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .page_banner {
    height: 150px;
  }
}
.page_banner img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}
.page_banner h1 {
  z-index: 10;
}
@media (max-width: 480px) {
  .page_banner h1 {
    display: none;
  }
}
.page_banner .breadcrumbs {
  padding-top: 16px;
}
@media (max-width: 480px) {
  .page_banner .breadcrumbs {
    display: none;
  }
}

.videoAll {
  display: flex;
  width: 100%;
  background-color: #FFFFFF;
  gap: 80px;
  padding: 100px;
}
@media (max-width: 768px) {
  .videoAll {
    padding: 40px 24px;
    gap: 40px;
    flex-direction: column;
  }
}
.videoAll .videoLeft {
  width: calc(65.89% - 40px);
}
@media (max-width: 768px) {
  .videoAll .videoLeft {
    width: 100%;
  }
}
.videoAll .videoRight {
  width: calc(34.11% - 40px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .videoAll .videoRight {
    width: 100%;
  }
}
.videoAll .videoRight .h2 {
  padding-bottom: 30px;
}

.videoPlay {
  position: relative;
}
.videoPlay a {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.videoPlay a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.videoPlay a > .hoverShow_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.videoPlay a > .hoverShow_1 svg {
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 48px;
  height: 48px;
}
.videoPlay a > .hoverShow_1 svg circle {
  transition: all 0.3s ease-in-out;
}
.videoPlay a > .hoverShow_1 svg path {
  transition: all 0.3s ease-in-out;
}
.videoPlay a > .hoverShow_1::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.videoPlay a:hover img {
  transform: scale(1.05);
}
.videoPlay a:hover > div svg circle {
  fill: #B4AC9F;
}
.videoPlay a:hover > div svg path {
  fill: #FFFFFF;
}
.videoPlay a:hover > div::before {
  transform: scale(1);
}
.videoPlay a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.aboutPhoto {
  padding: 100px;
  overflow: hidden;
  background-color: #FAFAFA;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .aboutPhoto {
    padding: 80px 24px;
  }
}
.aboutPhoto .h3 {
  text-align: center;
  padding-bottom: 30px;
}
.aboutPhoto .swiper {
  overflow: unset;
  position: relative;
}
.aboutPhoto .swiper:not(:last-child) {
  margin-bottom: 80px;
}
.aboutPhoto .swiper:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: -120px;
  top: 0;
  background-color: white;
  opacity: 0.8;
  z-index: 5;
}
.aboutPhoto .swiper:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  right: -120px;
  top: 0;
  background-color: white;
  opacity: 0.8;
  z-index: 5;
}
.aboutPhoto .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.aboutPhoto .swiper .navigation {
  z-index: 5;
  top: -66px;
  right: 0;
}
@media (max-width: 768px) {
  .aboutPhoto .swiper .navigation {
    top: -100px;
  }
}
.aboutPhoto .swiper .swiper-button-lock {
  display: none;
}

.cases_link {
  width: 258px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C6C6;
  border-radius: 30px;
  color: #3B3B3B;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .cases_link {
    width: 100%;
  }
}
.cases_link:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: calc(100% + 2px);
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  background-color: #3B3B3B;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  border-radius: 30px;
}
.cases_link:hover {
  color: #FFFFFF;
  transform-origin: center center;
}
.cases_link:hover svg path {
  stroke: #FFFFFF;
}
.cases_link:hover:after {
  transform: scaleX(1);
  transform-origin: center center;
}
.cases_link span {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.photoFix {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
.photoFix img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.footerBg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 360px;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footerBg {
    padding: 0 24px;
    height: auto;
  }
}
.footerBg h3 {
  margin-bottom: 40px;
  padding-top: 70px;
  text-align: center;
  z-index: 10;
}
.footerBg a {
  padding: 12px 48px;
  border: 1px solid #C6C6C6;
  border-radius: 30px;
  margin-bottom: 170px;
  background-color: unset;
  z-index: 10;
}
.footerBg img {
  position: absolute;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;
  z-index: 0;
}

.news_archive {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.news_archive li {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  height: -moz-fit-content;
  height: fit-content;
  width: calc(25% - 30px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  .news_archive li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .news_archive li {
    width: 100%;
  }
}
.news_archive li a .newsArchive_img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 240/170;
}
.news_archive li a .newsArchive_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.news_archive li a > p {
  padding: 20px 0 4px 0;
}
.news_archive li a .newsArchive_bottom {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E0E0E0;
}
.news_archive li a .newsArchive_bottom p {
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news_archive li a .newsArchive_bottom p span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}
.news_archive li:hover {
  background-color: #B4AC9F;
}
.news_archive li:hover p,
.news_archive li:hover .h7 {
  color: #FFFFFF;
}
.news_archive li:hover .newsArchive_img img {
  scale: 1.05;
}
.news_archive li:hover .newsArchive_bottom p span {
  padding-right: 0;
}

.home_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home_banner .banner {
  position: absolute;
  width: 400px;
  z-index: 20;
}
.home_banner .banner h1 {
  padding-bottom: 50px;
  text-align: center;
}
.home_banner .banner a {
  margin: 0 auto;
  width: 178px;
  height: 48px;
}
.home_banner video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  transition: opacity 0.3s ease-in-out;
}
.home_banner .home_banner_bg {
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}
.home_banner .home_banner_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.home_banner .home_banner_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_latestNews {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 100px 100px 200px 100px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .home_latestNews {
    padding: 40px 24px 40px 24px;
  }
}
.home_latestNews .home_latestNews_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_latestNews h2 {
  padding-bottom: 50px;
}

.home_newProduct {
  width: 100%;
  align-items: center;
  padding: 50px 0 100px 0;
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  position: relative;
}
.home_newProduct h2 {
  position: relative;
  top: 40px;
}
@media (max-width: 768px) {
  .home_newProduct h2 {
    top: 30px;
  }
}
.home_newProduct .home_product_swiper {
  padding: 96px 100px 0 100px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home_newProduct .home_product_swiper {
    padding: 40px 24px 0 24px;
  }
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img {
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  position: relative;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img .homeProductNew {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  background: #B4AC9F;
  border-radius: 20px;
  color: #FFFFFF;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img .homeProductNew.remove {
  display: none;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img .photo_1 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .home_product_img .photo_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a .h6 {
  padding: 20px 20px 4px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a p {
  text-align: center;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a:hover .home_product_img .photo_1 {
  opacity: 0;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a:hover .home_product_img .photo_2 {
  opacity: 1;
}
.home_newProduct .home_product_swiper .swiper-wrapper .swiper-slide a:hover .h6 {
  color: #B4AC9F;
}

.home_hotProduct {
  padding: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .home_hotProduct {
    padding: 40px 24px;
  }
}
.home_hotProduct .home_hotproduct_swiper {
  position: relative;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 0 7.29%;
}
@media (max-width: 768px) {
  .home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 24px;
  }
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
    order: 2;
  }
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left p {
  color: #3B3B3B;
  padding-bottom: 30px;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left .term {
  padding-bottom: 4px;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left .title {
  padding-bottom: 30px;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .left .buttonLight {
  border: 1px solid #C6C6C6;
  border-radius: 30px;
  width: 178px;
  height: 48px;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right {
  position: relative;
  width: calc(50% - 40px);
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    order: 1;
  }
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right img {
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right .homeProductNew {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right .homeProductNew p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_hotProduct .home_hotproduct_swiper .swiper-wrapper .swiper-slide .right .homeProductNew.remove {
  display: none;
}
.home_hotProduct .home_hotproduct_swiper .navigation {
  width: 100%;
  position: absolute;
  top: calc(50% - 30px);
  right: unset;
  left: 0;
  display: flex;
  gap: unset;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 768px) {
  .home_hotProduct .home_hotproduct_swiper .navigation {
    top: 18%;
  }
}

.navigation {
  position: absolute;
  top: 0;
  right: 100px;
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .navigation {
    right: 24px;
  }
}
.navigation .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7D7D7D;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.navigation .icon svg path {
  transition: all 0.3s ease-in-out;
}
.navigation .icon:hover {
  background-color: #3B3B3B;
}
.navigation .icon:hover svg path {
  stroke: #FFFFFF;
}
.navigation .swiper-button-disabled {
  cursor: default;
  border: 1px solid #C6C6C6;
}
.navigation .swiper-button-disabled svg path {
  stroke: #C6C6C6;
}
.navigation .swiper-button-disabled:hover {
  border: 1px solid #C6C6C6;
  background-color: unset;
}
.navigation .swiper-button-disabled:hover svg path {
  stroke: #C6C6C6;
}

.navigation.big .icon {
  width: 48px;
  height: 48px;
}

.product_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 20px 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .product_pagination {
    padding: 40px 0 40px 0;
  }
}
.product_pagination span {
  position: relative;
  background-color: gray4;
}
.product_pagination span::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.product_pagination span.swiper-pagination-bullet-active {
  background-color: #B4AC9F;
}
.product_pagination span.swiper-pagination-bullet-active::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #B4AC9F;
  border-radius: 50%;
}

.bannerCover {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.bannerCover svg path {
  fill: #FAFAFA;
}

.home_kid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2px 100px 100px 100px;
  position: relative;
  background-color: #FAFAFA;
  z-index: 10;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .home_kid {
    flex-direction: column;
    padding: 2px 24px 40px 24px;
  }
}
.home_kid .left {
  width: 30%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home_kid .left {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 40px;
  }
}
.home_kid .left .h3 {
  padding-bottom: 20px;
}
.home_kid .left .excerpt {
  padding-bottom: 40px;
}
.home_kid .left .buttonLight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 48px;
  border: 1px solid #C6C6C6;
}
.home_kid .right {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
@media (max-width: 768px) {
  .home_kid .right {
    width: 100%;
    order: 1;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .home_kid .right {
    flex-wrap: wrap;
  }
}
.home_kid .right > a {
  width: calc(33.33% - 21.33px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .home_kid .right > a {
    width: 100%;
  }
}
.home_kid .right > a > div {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.home_kid .right > a > div .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90%;
     object-position: 90%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  position: relative;
}
.home_kid .right > a > div .logo {
  position: absolute;
  width: 100%;
  height: 1005;
  top: 50%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.home_kid .right > a .h7 {
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
.home_kid .right > a:hover .bg {
  transform: scale(1.05);
}
.home_kid .right > a:hover .h7 {
  color: #B4AC9F;
}
.home_kid .right > a:hover .logo {
  opacity: 1;
  visibility: visible;
}

.home_oa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px;
  position: relative;
  background-color: #F2F2F2;
}
@media (max-width: 900px) {
  .home_oa {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home_oa {
    padding: 40px 24px;
  }
}
.home_oa .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  width: 70%;
}
@media (max-width: 900px) {
  .home_oa .left {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 480px) {
  .home_oa .left {
    order: 1;
  }
}
.home_oa .left > a {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  overflow: hidden;
}
.home_oa .left > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.home_oa .left > a p {
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.home_oa .left > a:hover img {
  transform: scale(1.05);
}
.home_oa .left > a:hover p {
  color: #B4AC9F;
}
.home_oa .left .left1 {
  width: calc(56.36% - 10px);
}
@media (max-width: 480px) {
  .home_oa .left .left1 {
    width: 100%;
  }
}
.home_oa .left .left1 p {
  color: #3B3B3B;
}
.home_oa .left .left2 {
  width: calc(43.64% - 10px);
}
@media (max-width: 480px) {
  .home_oa .left .left2 {
    width: 100%;
  }
}
.home_oa .left .left2 p {
  color: #FFFFFF;
}
.home_oa .left .left2:hover p {
  color: #FFFFFF;
}
.home_oa .left .left3 {
  width: calc(43.64% - 10px);
}
@media (max-width: 480px) {
  .home_oa .left .left3 {
    width: 100%;
  }
}
.home_oa .left .left3 p {
  color: #FFFFFF;
}
.home_oa .left .left3:hover p {
  color: #FFFFFF;
}
.home_oa .left .left4 {
  width: calc(56.36% - 10px);
}
@media (max-width: 480px) {
  .home_oa .left .left4 {
    width: 100%;
  }
}
.home_oa .left .left4 p {
  color: #3B3B3B;
}
.home_oa .right {
  width: 30%;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 900px) {
  .home_oa .right {
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home_oa .right {
    order: 2;
    margin: 40px 0 0 0;
  }
}
.home_oa .right .h3 {
  padding-bottom: 20px;
}
.home_oa .right .excerpt {
  padding-bottom: 40px;
}
.home_oa .right .buttonLight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 48px;
  border: 1px solid #C6C6C6;
  background-color: unset;
}
.home_oa .right .buttonLight:hover {
  border: 1px solid #B4AC9F;
}

.home_about {
  width: 100%;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home_about {
    padding: 40px 24px;
  }
}
.home_about .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home_about .top p {
  padding: 50px 90px 85px 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .home_about .top p {
    padding: 40px 0 40px 0;
  }
}
.home_about .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home_about .bottom a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  width: 25%;
}
@media (max-width: 768px) {
  .home_about .bottom a {
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 480px) {
  .home_about .bottom a {
    width: 100%;
    border: 0;
  }
}
.home_about .bottom a .h7 {
  padding: 20px 0;
}
.home_about .bottom a p {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.home_about .bottom a p span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.home_about .bottom a p span svg path {
  stroke: #FFFFFF;
}
.home_about .bottom a:hover {
  background-color: #B4AC9F;
}
.home_about .bottom a:hover p {
  color: #FFFFFF;
  opacity: 1;
}
.home_about .bottom a:hover p span {
  padding-left: 16px;
  transform: scale(1);
}
.home_about .bottom a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  .home_about .bottom a:first-child {
    border: 0;
  }
}
.home_about .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_about .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#contact .page_banner::after {
  background-color: unset;
}

.contactAll,
#quote {
  width: 100%;
  position: relative;
  background-color: #FAFAFA;
}
.contactAll .contactBg,
#quote .contactBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.contactAll .top,
#quote .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contactAll .top,
  #quote .top {
    padding: 0 24px;
  }
}
.contactAll .top p,
#quote .top p {
  text-align: center;
}
.contactAll .form,
#quote .form {
  width: 100%;
  padding: 50px 100px 100px 100px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .contactAll .form,
  #quote .form {
    padding: 40px 0;
  }
}
.contactAll form,
#quote form {
  width: 100%;
  padding: 80px 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 768px) {
  .contactAll form,
  #quote form {
    padding: 40px 24px;
  }
}
.contactAll form input,
#quote form input {
  width: 100%;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .contactAll form input,
  #quote form input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
.contactAll form input:focus,
#quote form input:focus {
  outline: none;
  border-bottom: 1.5px solid #B4AC9F;
}
.contactAll form select,
#quote form select {
  width: 100%;
  width: 100%;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .contactAll form select,
  #quote form select {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
.contactAll form select:focus,
#quote form select:focus {
  outline: none;
  border-bottom: 1.5px solid #B4AC9F;
}
.contactAll form textarea,
#quote form textarea {
  width: 100%;
  width: 100%;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .contactAll form textarea,
  #quote form textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
.contactAll form textarea:focus,
#quote form textarea:focus {
  outline: none;
  border-bottom: 1.5px solid #B4AC9F;
}
.contactAll form > p,
#quote form > p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contactAll form .form_submit,
#quote form .form_submit {
  background: #FFFFFF;
  border: 1px solid #3B3B3B;
  border-radius: 30px;
  color: #3B3B3B;
  width: 147px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.contactAll form .form_submit:hover,
#quote form .form_submit:hover {
  background: #3B3B3B;
  color: #FFFFFF;
}
.contactAll form .wpcf7-response-output,
#quote form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  margin-left: 130px;
  border: 0;
  padding: 0;
}
.contactAll form .wpcf7-spinner,
#quote form .wpcf7-spinner {
  margin: 0;
}
.contactAll .bottom,
#quote .bottom {
  padding: 0 14.236% 200px 14.236%;
  position: relative;
  z-index: 1;
}
.contactAll .bottom .h3,
#quote .bottom .h3 {
  padding-bottom: 30px;
}
.contactAll .bottom .bottomAll,
#quote .bottom .bottomAll {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .contactAll .bottom .bottomAll,
  #quote .bottom .bottomAll {
    gap: 24px;
  }
}
.contactAll .bottom .bottomAll .left,
#quote .bottom .bottomAll .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .contactAll .bottom .bottomAll .left,
  #quote .bottom .bottomAll .left {
    width: 100%;
  }
}
.contactAll .bottom .bottomAll .left a,
#quote .bottom .bottomAll .left a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contactAll .bottom .bottomAll .left a > div,
#quote .bottom .bottomAll .left a > div {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactAll .bottom .bottomAll .right,
#quote .bottom .bottomAll .right {
  width: 50%;
}
@media (max-width: 768px) {
  .contactAll .bottom .bottomAll .right,
  #quote .bottom .bottomAll .right {
    width: 100%;
  }
}
.contactAll .bottom .bottomAll .right iframe,
#quote .bottom .bottomAll .right iframe {
  width: 100%;
  height: 100%;
}

.w-50 {
  width: calc(50% - 40px);
}
@media (max-width: 900px) {
  .w-50 {
    width: 100%;
  }
}
.w-50 > div {
  display: flex;
}
@media (max-width: 480px) {
  .w-50 > div {
    flex-direction: column;
  }
}
.w-50 > div > div {
  width: 100%;
}
.w-50 > div > p {
  padding-top: 6px;
  min-width: 130px;
  max-width: 130px;
}

.w-want {
  width: 100%;
  display: flex;
}
@media (max-width: 480px) {
  .w-want {
    flex-direction: column;
  }
}
.w-want > div {
  width: 100%;
}
.w-want > p {
  min-width: 130px;
  max-width: 130px;
}

.w-inquiry {
  width: 100%;
  display: none;
}
@media (max-width: 480px) {
  .w-inquiry {
    flex-direction: column;
  }
}
.w-inquiry > div {
  width: 100%;
}
.w-inquiry > p {
  min-width: 130px;
  max-width: 130px;
}

.w-policy {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .w-policy {
    flex-direction: column;
  }
}
.w-policy label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-policy input {
  width: auto !important;
  margin-right: 10px;
}
.w-policy div:first-child {
  min-width: 130px;
  max-width: 130px;
}

.aboutS1 {
  display: flex;
  width: 100%;
  padding: 100px;
  gap: 10.9%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .aboutS1 {
    padding: 40px 24px;
    gap: 40px;
    flex-direction: column;
  }
}
.aboutS1 .left {
  display: flex;
  flex-direction: column;
  width: 35.72%;
}
@media (max-width: 768px) {
  .aboutS1 .left {
    width: 100%;
  }
}
.aboutS1 .right {
  width: 53.38%;
}
@media (max-width: 768px) {
  .aboutS1 .right {
    width: 100%;
  }
}
.aboutS1 .right p {
  color: #3B3B3B;
}
.aboutS1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;
}

.aboutS2 {
  z-index: 10;
  position: relative;
  display: none;
}

.aboutS3 {
  padding: 100px 100px 200px 100px;
  display: flex;
  width: 100%;
  position: relative;
  gap: 80px;
  align-items: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .aboutS3 {
    padding: 40px 24px;
    flex-direction: column;
    gap: 40px;
  }
}
.aboutS3 .left {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .aboutS3 .left {
    width: 100%;
  }
}
.aboutS3 .left .h2 {
  padding-bottom: 30px;
}
.aboutS3 .left p {
  color: #3B3B3B;
}
.aboutS3 .right {
  width: calc(50% - 40px);
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .aboutS3 .right {
    width: 100%;
  }
}
.aboutS3 .right > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 30px;
  background-color: #FFFFFF;
  height: 100%;
}
@media (max-width: 768px) {
  .aboutS3 .right > div {
    height: auto;
  }
}
.aboutS3 .right > div img {
  margin-bottom: 25px;
  height: 38px;
}
.aboutS3 .right > div .h7 {
  text-align: center;
}
.aboutS3 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}

.milestone {
  position: relative;
  background-color: #FAFAFA;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .milestone {
    padding-bottom: 40px;
  }
}
.milestone > img {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.milestone .milestoneSwiper1 {
  margin: 0 14.236%;
  padding: 110px 0 80px 0;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper1 {
    margin: 0 60px;
    padding: 40px 0;
  }
}
.milestone .milestoneSwiper1 .line_left {
  position: absolute;
  left: 0;
  bottom: 45px;
  background-color: #FAFAFA;
  z-index: 10;
  width: 6%;
}
.milestone .milestoneSwiper1 .line_left svg {
  width: 100%;
}
.milestone .milestoneSwiper1 .line_right {
  position: absolute;
  right: 0;
  bottom: 45px;
  background-color: #FAFAFA;
  z-index: 10;
  width: 6%;
}
.milestone .milestoneSwiper1 .line_right svg {
  width: 100%;
}
.milestone .milestoneSwiper1 .swiper-wrapper {
  align-items: flex-end;
}
.milestone .milestoneSwiper1 .swiper-wrapper > li {
  list-style: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
}
.milestone .milestoneSwiper1 .swiper-wrapper > li .top .h4 {
  color: #3B3B3B;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.milestone .milestoneSwiper1 .swiper-wrapper > li .down {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.milestone .milestoneSwiper1 .swiper-wrapper > li .down .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E0E0E0;
}
.milestone .milestoneSwiper1 .swiper-wrapper .swiper-slide-thumb-active {
  transition: all 0.3s ease-in-out;
}
.milestone .milestoneSwiper1 .swiper-wrapper .swiper-slide-thumb-active .top {
  height: 40px;
}
.milestone .milestoneSwiper1 .swiper-wrapper .swiper-slide-thumb-active .top .h4 {
  transition: all 0.3s ease-in-out;
  color: #B4AC9F;
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  opacity: 1;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper1 .swiper-wrapper .swiper-slide-thumb-active .top .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.milestone .milestoneSwiper1 .swiper-wrapper .swiper-slide-thumb-active .down .circle {
  background-color: #B4AC9F;
}
.milestone .milestoneSwiper2 {
  overflow: unset;
}
.milestone .milestoneSwiper2 .navigation {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper2 .navigation {
    top: 0;
    padding: 0 24px;
  }
}
.milestone .milestoneSwiper2 .label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.milestone .milestoneSwiper2 .swiper-wrapper > li {
  width: 100%;
  padding: 0 14.236%;
  list-style: none;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper2 .swiper-wrapper > li {
    padding: 0 24px;
  }
}
.milestone .milestoneSwiper2 .swiper-wrapper > li .all {
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper2 .swiper-wrapper > li .all {
    padding: 40 24px;
    flex-direction: column;
  }
}
.milestone .milestoneSwiper2 .swiper-wrapper > li .all .left {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper2 .swiper-wrapper > li .all .left {
    width: 100%;
  }
}
.milestone .milestoneSwiper2 .swiper-wrapper > li .all .left li,
.milestone .milestoneSwiper2 .swiper-wrapper > li .all .left p {
  color: #3B3B3B;
}
.milestone .milestoneSwiper2 .swiper-wrapper > li .all .right {
  width: calc(50% - 20px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .milestone .milestoneSwiper2 .swiper-wrapper > li .all .right {
    width: 100%;
  }
}
.milestone .milestoneSwiper2 .swiper-wrapper > li .all .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.milestone .milestoneSwiper2 .swiper-wrapper > li:hover .right img {
  transform: scale(1.05);
}

.trust_and_loyalty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 100px 0 100px;
  background-color: #FAFAFA;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .trust_and_loyalty {
    padding: 40px 24px 0 24px;
    flex-direction: column;
    gap: 40px;
  }
}
.trust_and_loyalty .left {
  width: 59.28%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .trust_and_loyalty .left {
    width: 100%;
  }
}
.trust_and_loyalty .left .h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .trust_and_loyalty .left .h3 {
    padding-right: 0;
  }
}
.trust_and_loyalty .left .h3 span {
  border-bottom: 0;
}
.trust_and_loyalty .left p {
  padding-right: 80px;
}
.trust_and_loyalty .left p:first-of-type {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .trust_and_loyalty .left p {
    padding-right: 0;
  }
}
.trust_and_loyalty .right {
  width: 40.72%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .trust_and_loyalty .right {
    width: 100%;
  }
}
.trust_and_loyalty .right img {
  width: 100%;
  height: auto;
  z-index: 5;
}
.trust_and_loyalty .right .colorBg {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background-color: #B4AC9F;
  z-index: 0;
}

.production_development_center {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 100px 100px 100px 100px;
  background-color: #FAFAFA;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .production_development_center {
    padding: 40px 24px;
  }
}
.production_development_center .section_1 {
  padding: 60px;
  width: 26.2%;
  background-color: #F2F2F2;
}
@media (max-width: 1100px) {
  .production_development_center .section_1 {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_1 {
    width: 50%;
    padding: 20px;
  }
}
.production_development_center .section_1 .h2 {
  padding-bottom: 5px;
}
.production_development_center .section_2 {
  padding: 60px;
  width: 22.98%;
  background-color: #B4AC9F;
}
@media (max-width: 1100px) {
  .production_development_center .section_2 {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_2 {
    width: 50%;
    padding: 20px;
  }
}
.production_development_center .section_2 .h2 {
  padding-bottom: 5px;
  text-align: center;
}
.production_development_center .section_2 p {
  color: #FFFFFF;
}
.production_development_center .section_3 {
  background-color: #FFFFFF;
  padding: 60px;
  width: 24.59%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1100px) {
  .production_development_center .section_3 {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_3 {
    width: 100%;
    padding: 20px;
  }
}
.production_development_center .section_4 {
  background-color: #F2F2F2;
  padding: 60px;
  width: 26.23%;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .production_development_center .section_4 {
    width: 40%;
    order: 5;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_4 {
    padding: 20px;
  }
}
.production_development_center .section_4 .h2 {
  padding-bottom: 5px;
}
.production_development_center .section_5 {
  background-color: #FFFFFF;
  padding: 60px;
  width: 36.61%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .production_development_center .section_5 {
    width: 60%;
    order: 4;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_5 {
    padding: 20px;
  }
}
.production_development_center .section_6 {
  background-color: #F2F2F2;
  padding: 60px;
  width: 26.7%;
}
@media (max-width: 1100px) {
  .production_development_center .section_6 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_6 {
    padding: 20px;
  }
}
.production_development_center .section_6 .h2 {
  padding-bottom: 5px;
  text-align: center;
}
.production_development_center .section_7 {
  background-color: #B4AC9F;
  padding: 60px;
  width: 36.69%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .production_development_center .section_7 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .production_development_center .section_7 {
    padding: 20px;
  }
}
.singbee_value {
  background-color: #FAFAFA;
  display: flex;
  padding: 100px 100px 100px 100px;
  position: relative;
  gap: 80px;
  z-index: 10;
}
@media (max-width: 768px) {
  .singbee_value {
    flex-direction: column;
    padding: 40px 24px;
    gap: 40px;
  }
}
.singbee_value .left {
  width: calc(46% - 40px);
  z-index: 5;
}
@media (max-width: 768px) {
  .singbee_value .left {
    width: 100%;
  }
}
.singbee_value .left h2 {
  padding-bottom: 30px;
}
.singbee_value .left img {
  width: 100%;
  height: auto;
}
.singbee_value .right {
  z-index: 5;
  width: calc(54% - 40px);
  padding-top: 66px;
}
@media (max-width: 768px) {
  .singbee_value .right {
    width: 100%;
    padding-top: 0;
  }
}
.singbee_value .right ul {
  padding-left: 20px;
}
.singbee_value .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
}
.singbee_value .bg .bg_left {
  width: 36.12%;
  height: 100%;
  background-color: #FAFAFA;
}
.singbee_value .bg .bg_right {
  width: 63.88%;
  height: 100%;
  background-color: #F2F2F2;
}

.manufacturing_equipment {
  background-color: #F2F2F2;
  position: relative;
  z-index: 10;
}
.manufacturing_equipment .videoAll {
  background-color: #F2F2F2;
}
.manufacturing_equipment .videoAll .videoRight .h7 {
  color: #3B3B3B;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .manufacturing_equipment .videoAll .videoRight .h7 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.professional_certification {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .professional_certification {
    padding: 40px 24px;
  }
}
.professional_certification > img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.professional_certification .h2 {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .professional_certification .h2 {
    padding-bottom: 40px;
  }
}
.professional_certification .top {
  display: flex;
  flex-direction: row;
  gap: 160px;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .professional_certification .top {
    gap: 40px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.professional_certification .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.professional_certification .bottom div {
  width: calc(25% - 30px);
}
@media (max-width: 768px) {
  .professional_certification .bottom div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .professional_certification .bottom div {
    width: 100%;
  }
}
.professional_certification .bottom div img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
.professional_certification .bottom div p {
  margin-bottom: 25px;
  text-align: center;
}

.accomplishments_awards {
  display: flex;
  flex-direction: column;
  padding: 100px 14.236%;
  background-color: #FAFAFA;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .accomplishments_awards {
    padding: 40px 24px;
  }
}
.accomplishments_awards .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10.7%;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .accomplishments_awards .top {
    flex-direction: column;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.accomplishments_awards .top .left {
  width: 29.3%;
}
@media (max-width: 768px) {
  .accomplishments_awards .top .left {
    width: 100%;
  }
}
.accomplishments_awards .top .right {
  width: 60%;
}
@media (max-width: 768px) {
  .accomplishments_awards .top .right {
    width: 100%;
  }
}
.accomplishments_awards .top .right .h7 {
  padding-bottom: 25px;
}
.accomplishments_awards .top .right ul {
  padding-left: 30px;
}
.accomplishments_awards .top .right ul li {
  color: #3B3B3B;
}
.accomplishments_awards .bottom {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .accomplishments_awards .bottom {
    flex-direction: column;
    gap: 40px;
  }
}
.accomplishments_awards .bottom .left {
  width: 25%;
  padding-right: 64px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .accomplishments_awards .bottom .left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}
.accomplishments_awards .bottom .left div {
  width: 100%;
}
.accomplishments_awards .bottom .left div:nth-child(odd) img {
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
.accomplishments_awards .bottom .left div img {
  width: 100%;
  height: auto;
}
.accomplishments_awards .bottom .right {
  width: 75%;
}
@media (max-width: 768px) {
  .accomplishments_awards .bottom .right {
    width: 100%;
    order: 1;
  }
}
.accomplishments_awards .bottom .right div {
  border-left: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
}
.accomplishments_awards .bottom .right div:last-child {
  padding-bottom: 0;
}
.accomplishments_awards .bottom .right div:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -3.5px;
  width: 6px;
  height: 6px;
  background-color: #3B3B3B;
  border-radius: 50%;
}
.accomplishments_awards .bottom .right div p {
  padding-left: 20px;
  padding-bottom: 10px;
}
.accomplishments_awards .bottom .right div p:first-child {
  padding-left: 40px;
  position: relative;
  padding-bottom: 24px;
}
/* .accomplishments_awards .bottom .right div p:first-child::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 1px;
  width: 56px;
  height: 24px;
  background-color: #F2F2F2;
  border-radius: 20px;
  z-index: -1;
} */
.accomplishments_awards .bottom .right div p:last-child {
  padding-bottom: 0;
}

.odmoem {
  padding: 100px 14.236% 0 14.236%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .odmoem {
    padding: 40px 24px;
  }
}
.odmoem .top {
  position: relative;
  width: 100%;
  aspect-ratio: 1030/480;
}
@media (max-width: 768px) {
  .odmoem .top {
    aspect-ratio: unset;
  }
}
.odmoem .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.odmoem .top > div {
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: 300px;
  padding: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .odmoem .top > div {
    position: unset;
    padding: 40px 24px;
    width: 100%;
  }
}
.odmoem .top > div .h3 {
  padding-bottom: 20px;
}
.odmoem .center {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .odmoem .center {
    padding: 40px 24px;
  }
}
.odmoem .center ul {
  padding-left: 20px;
}
.odmoem .center p,
.odmoem .center li {
  color: #3B3B3B;
}
.odmoem .center h3 {
  color: #3B3B3B;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .odmoem .center h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.odmoem .bottom {
  width: 100%;
  position: relative;
}
.odmoem .bottom .oem_sub_label,
.odmoem .bottom .odm_sub_label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
@media (max-width: 768px) {
  .odmoem .bottom .oem_sub_label,
  .odmoem .bottom .odm_sub_label {
    bottom: 80px;
  }
}

.pageOEM .center h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.casesPageLink {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .casesPageLink {
    padding: 40px 24px;
  }
}

.oem_swiper,
.odm_swiper {
  padding: 0 100px;
  position: relative;
  overflow: hidden;
}
.oem_swiper::after,
.odm_swiper::after {
  z-index: 10;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 100%;
  background-color: #FAFAFA;
}
.oem_swiper::before,
.odm_swiper::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 100%;
  background-color: #FAFAFA;
}
.oem_swiper .swiper-slide,
.odm_swiper .swiper-slide {
  aspect-ratio: 1/1;
  border: 2px solid #B4AC9F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: unset;
}
.oem_swiper .swiper-slide:nth-child(odd)::before,
.odm_swiper .swiper-slide:nth-child(odd)::before {
  opacity: 0;
}
.oem_swiper .swiper-slide:nth-child(even):after,
.odm_swiper .swiper-slide:nth-child(even):after {
  opacity: 0;
}
.oem_swiper .swiper-slide::before,
.odm_swiper .swiper-slide::before {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(50% + 4px);
  background-color: #FAFAFA;
  z-index: 5;
}
.oem_swiper .swiper-slide:after,
.odm_swiper .swiper-slide:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(50% + 4px);
  background-color: #FAFAFA;
  z-index: 5;
}
.oem_swiper .swiper-slide .number_swiper,
.odm_swiper .swiper-slide .number_swiper {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
.oem_swiper .swiper-slide .number_swiper:before,
.odm_swiper .swiper-slide .number_swiper:before {
  position: absolute;
  top: 50%;
  left: -5px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B4AC9F;
  transform: translateY(-50%);
}
.oem_swiper .swiper-slide .number_swiper .h4,
.odm_swiper .swiper-slide .number_swiper .h4 {
  padding-bottom: 4px;
}
.oem_swiper .swiper-slide .number_swiper .small,
.odm_swiper .swiper-slide .number_swiper .small {
  white-space: break-spaces;
  text-align: center;
  min-height: 50px;
}
.oem_swiper .swiper-slide .dashed,
.odm_swiper .swiper-slide .dashed {
  width: 62px;
  z-index: 10;
  position: absolute;
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.oem_swiper .swiper-slide .dashed svg,
.odm_swiper .swiper-slide .dashed svg {
  width: 100%;
}
.oem_swiper .navigation,
.odm_swiper .navigation {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  gap: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 20;
  transform: translateY(-50%);
  padding-bottom: 116px;
}
.oem_swiper .product_pagination,
.odm_swiper .product_pagination {
  margin: 38px 0 0 0;
}

#about .footerBg {
  display: none;
}
#about .section4 {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}
#about .section4 .photoLoop {
  overflow: hidden;
}
#about .section4 .photoLoop ul {
  display: flex;
}
#about .section4 .photoLoop ul li {
  min-width: 300px;
  max-width: 300px;
  min-height: 200px;
  max-height: 200px;
  list-style: none;
}
#about .section4 .photoLoop ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.video_center,
.online_catalog {
  background-color: #FAFAFA;
  padding-bottom: 100px;
  min-height: 400px;
  position: relative;
}

.video_center_terms {
  padding: 88px 100px;
}
@media (max-width: 768px) {
  .video_center_terms {
    padding: 40px 24px;
  }
}
.video_center_terms ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .video_center_terms ul {
    flex-wrap: wrap;
  }
}
.video_center_terms ul li {
  list-style: none;
  background: #F2F2F2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .video_center_terms ul li {
    width: 100%;
  }
}
.video_center_terms ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 8px 24px;
  color: #C6C6C6;
  transition: all 0.5s ease-in-out;
}
.video_center_terms ul li:hover {
  background: unset;
  border: 1px solid #B4AC9F;
}
.video_center_terms ul li:hover a {
  color: #3B3B3B;
}
.video_center_terms ul li:hover a .hoverShow_2 {
  opacity: 1;
  visibility: visible;
}
.video_center_terms ul li.active {
  background: unset;
  border: 1px solid #B4AC9F;
}
.video_center_terms ul li.active a {
  color: #3B3B3B;
}

.videoShow,
.servcieNone {
  display: flex;
  width: 100%;
  padding: 0 100px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .videoShow,
  .servcieNone {
    row-gap: 40px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 0 24px;
  }
}
.videoShow .videoCenterAll,
.servcieNone .videoCenterAll {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 40px);
}
@media (max-width: 768px) {
  .videoShow .videoCenterAll,
  .servcieNone .videoCenterAll {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .videoShow .videoCenterAll,
  .servcieNone .videoCenterAll {
    width: 100%;
  }
}
.videoShow .videoCenterAll .videoRight,
.servcieNone .videoCenterAll .videoRight {
  padding-top: 20px;
  text-align: center;
}

.pageChange {
  padding: 80px 100px 100px 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pageChange {
    padding: 40px 24px;
  }
}
.pageChange li {
  list-style: none;
  border-radius: 100px;
  background-color: #FAFAFA;
}
.pageChange li a,
.pageChange li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.pageChange li a {
  width: 50px;
  height: 50px;
}
.pageChange li span {
  border: 1px solid #E0E0E0;
  background: rgba(59, 59, 59, 0.05);
  width: 50px;
  height: 50px;
}

.online_catalog .videoShow .videoCenterAll {
  width: calc(25% - 60px);
}
@media (max-width: 768px) {
  .online_catalog .videoShow .videoCenterAll {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .online_catalog .videoShow .videoCenterAll {
    width: 100%;
  }
}
.online_catalog .videoShow .videoCenterAll .videoPlay > a {
  position: relative;
}
.online_catalog .videoShow .videoCenterAll .videoPlay > a .hoverShow_1 {
  display: none;
}
.online_catalog .videoShow .videoCenterAll .videoPlay > a .hoverShow_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(180, 172, 159, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.online_catalog .videoShow .videoCenterAll .videoPlay > a .hoverShow_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.online_catalog .videoShow .videoCenterAll .videoPlay > a .hoverShow_2 > p {
  padding-top: 16px;
}
.online_catalog .videoShow .videoCenterAll .videoRight .h7 {
  transition: all 0.3s ease-in-out;
}
.online_catalog .videoShow .videoCenterAll:hover .videoPlay a .hoverShow_2 {
  opacity: 1;
  visibility: visible;
}
.online_catalog .videoShow .videoCenterAll:hover .videoPlay a .hoverShow_2::after {
  top: 10px;
  left: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
.online_catalog .videoShow .videoCenterAll:hover .videoPlay a .hoverShow_2 svg path {
  fill: unset;
}
.online_catalog .videoShow .videoCenterAll:hover .videoRight .h7 {
  color: #B4AC9F;
}

.news_swiper_latest {
  padding: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .news_swiper_latest {
    padding: 40px 24px;
  }
}
.news_swiper_latest > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide {
  padding: 0 105px;
}
@media (max-width: 768px) {
  .news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide {
    padding: 0;
  }
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  display: flex;
  gap: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all {
    flex-direction: column;
  }
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left {
    width: 100%;
    order: 2;
  }
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .small {
  padding-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .small span {
  background: #B4AC9F;
  border-radius: 20px;
  margin-right: 10px;
  padding: 2px 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .h5 {
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .excerpt {
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .btn {
  margin-top: 24px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.5;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .left .btn span svg path {
  stroke: #FFFFFF;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .right {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .right {
    width: 100%;
    order: 1;
  }
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .right div {
  overflow: hidden;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all .right div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover {
  background-color: #B4AC9F;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .left .small span {
  background: #FFFFFF;
  color: #B4AC9F;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .left p {
  color: #FFFFFF;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .left .h5 {
  color: #FFFFFF;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .left .btn {
  color: #FFFFFF;
  opacity: 1;
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .left .btn span {
  padding-left: 16px;
  transform: scale(1);
}
.news_swiper_latest .news_swiper .swiper-wrapper .swiper-slide .all:hover .right div img {
  transform: scale(1.05);
}
.news_swiper_latest .news_swiper .navigation {
  top: 0;
  right: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 10;
}
.news_swiper_latest .news_swiper .navigation .icon {
  top: 180px;
  position: relative;
}

.exhibitionNews {
  background-color: #F2F2F2;
  padding: 100px 100px 200px 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .exhibitionNews {
    padding: 40px 24px 200px 24px;
  }
}
.exhibitionNews .news_archive {
/*   flex-flow: column wrap; */
  height: 420px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.exhibitionNews .news_archive.active {
  animation: cardShow 3s ease 0s forwards 1 normal;
}
.exhibitionNews .seeMore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
/*   margin-top: -100px; */
	margin-top: 0;
}
.exhibitionNews .seeMore a {
  text-align: center;
  padding-bottom: 14px;
}
.exhibitionNews .seeMore svg {
  text-align: center;
}
.exhibitionNews .seeMore svg path {
  transition: all 0.3s ease-in-out;
}
.exhibitionNews .seeMore:hover a {
  color: #B4AC9F;
}
.exhibitionNews .seeMore:hover svg path {
  stroke: #B4AC9F;
}
.exhibitionNews .seeMore.active {
  display: none;
}

@keyframes cardShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#news_archive .breadcrumbs,
#service_case .breadcrumbs,
.productTop .breadcrumbs {
  padding: 120px 0 0 100px;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  #news_archive .breadcrumbs,
  #service_case .breadcrumbs,
  .productTop .breadcrumbs {
    padding: 120px 24px 0 24px;
  }
}
#news_archive .breadcrumbs span,
#service_case .breadcrumbs span,
.productTop .breadcrumbs span {
  color: #C6C6C6;
}
#news_archive .breadcrumbs a,
#service_case .breadcrumbs a,
.productTop .breadcrumbs a {
  color: #3B3B3B;
}
#news_archive .breadcrumbs .breadcrumb_last,
#service_case .breadcrumbs .breadcrumb_last,
.productTop .breadcrumbs .breadcrumb_last {
  color: #C6C6C6;
}

#news_archive .single_top {
  padding: 80px 14.236% 80px 14.236%;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  #news_archive .single_top {
    padding: 40px 24px;
  }
}
#news_archive .single_top .date {
  padding-bottom: 10px;
}
#news_archive .single_top h1 {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #news_archive .single_top h1 {
    padding-bottom: 40px;
  }
}
#news_archive .single_top img {
  width: 100%;
  height: auto;
}
#news_archive .single_bottom {
  display: flex;
  width: 100%;
  padding: 0 14.236% 100px 14.236%;
  background-color: #FAFAFA;
  gap: 80px;
}
@media (max-width: 768px) {
  #news_archive .single_bottom {
    padding: 0 24px 40px 24px;
    gap: 40px;
    flex-direction: column;
  }
}
#news_archive .single_bottom .left {
  width: calc(30.58% - 40px);
  position: sticky;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  #news_archive .single_bottom .left {
    width: 100%;
    position: unset;
    order: 2;
  }
}
#news_archive .single_bottom .right {
  width: calc(69.42% - 40px);
}
@media (max-width: 768px) {
  #news_archive .single_bottom .right {
    width: 100%;
    order: 1;
  }
}
#news_archive .single_bottom .right h2,
#news_archive .single_bottom .right h3,
#news_archive .single_bottom .right h4 {
  color: #3B3B3B;
  margin-bottom: 30px;
}
#news_archive .single_bottom .right a {
  margin-bottom: 30px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
#news_archive .single_bottom .right p {
  color: #3B3B3B;
  margin-bottom: 30px;
  margin-top: 10px;
}
#news_archive .single_bottom .right p:has(img) {
  margin-top: 10px;
  margin-bottom: 10px;
}
#news_archive .single_bottom .right h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #3B3B3B;
  padding-left: 19px;
  position: relative;
}
@media (max-width: 768px) {
  #news_archive .single_bottom .right h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
#news_archive .single_bottom .right h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #B4AC9F;
}
#news_archive .single_bottom .right img {
  width: 100%;
}

#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar .sidebar_top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#sidebar .sidebar_top .small {
  padding-right: 10px;
}
#sidebar .sidebar_top .heateor_sss_sharing_container a {
  margin: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}
#sidebar .sidebar_top .heateor_sss_sharing_container a span {
  transition: all 0.3s ease-in-out;
}
#sidebar .sidebar_top .heateor_sss_sharing_container a span svg {
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
#sidebar .sidebar_top .heateor_sss_sharing_container a span svg path {
  transition: all 0.3s ease-in-out;
}
#sidebar .sidebar_center .h4 {
  padding: 50px 0 14px 0;
}
#sidebar .sidebar_center .sideNews a {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #E0E0E0;
}
#sidebar .sidebar_center .sideNews a .date {
  padding-bottom: 4px;
}
#sidebar .sidebar_bottom .cases_link {
  max-width: 258px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 480px) {
  #sidebar .sidebar_bottom .cases_link {
    max-width: unset;
  }
}

#service_case .single_top {
  padding: 80px 14.236% 100px 14.236%;
  background-color: #FAFAFA;
}
#service_case .single_top h1 {
  padding-bottom: 10px;
  text-align: center;
}
#service_case .single_top p {
  color: #3B3B3B;
}
#service_case .single_top .termName {
  text-align: center;
  padding-bottom: 30px;
  color: #B4AC9F;
}
#service_case .single_bottom {
  padding: 100px 14.236% 100px 14.236%;
  background-color: #F2F2F2;
}
#service_case .single_bottom ul {
  display: flex;
  flex-flow: column wrap;
  row-gap: 40px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
#service_case .single_bottom ul li {
  width: calc(33.33% - 40px);
  list-style: none;
}
#service_case .single_bottom ul li p {
  padding-top: 15px;
}

.site-main .product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #FAFAFA;
}
.site-main .product .breadcrumbs {
  width: 100%;
  padding: 120px 100px 80px 100px;
}
@media (max-width: 768px) {
  .site-main .product .breadcrumbs {
    padding: 120px 24px 40px 24px;
  }
}
.site-main .product .breadcrumbs span {
  color: #3B3B3B;
}
.site-main .product .breadcrumbs a {
  color: #3B3B3B;
}
.site-main .product .breadcrumbs .breadcrumb_last {
  color: #3B3B3B;
  opacity: 0.5;
}
.site-main .product .woocommerce-product-gallery {
  width: 50%;
  padding: 0 80px 100px 100px;
}
@media (max-width: 768px) {
  .site-main .product .woocommerce-product-gallery {
    width: 100%;
    padding: 0 24px 40px 24px;
  }
}
.site-main .product .woocommerce-product-gallery .singleProduct_photos .photos .singleProduct_photo {
  padding-bottom: 30px;
}
.site-main .product .woocommerce-product-gallery .singleProduct_photos .photos .singleProduct_photo img {
  width: 100%;
  height: auto;
}
.site-main .product .entry-summary {
  position: sticky;
  top: 200px;
  width: 50%;
  padding: 0 100px 100px 0px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .site-main .product .entry-summary {
    padding: 0 24px 40px 24px;
  }
}
.site-main .product .entry-summary .cart {
  display: none;
}
.site-main .product .entry-summary h1 {
  padding-bottom: 4px;
}
.site-main .product .entry-summary .product_meta {
  padding: 10px 0 50px 0;
}
@media (max-width: 768px) {
  .site-main .product .entry-summary .product_meta {
    padding: 10px 0 40px 0;
  }
}
.site-main .product .entry-summary .product_meta a {
  color: #3B3B3B;
}
.site-main .product .entry-summary .woocommerce-product-details__short-description {
  display: none;
}
.site-main .product .entry-summary .yith-ywraq-add-to-quote .yith-ywraq-add-button a {
  border: 1px solid #C6C6C6;
  border-radius: 30px;
  width: auto;
  min-width: unset;
  max-width: unset;
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
}
.site-main .product .entry-summary .yith-ywraq-add-to-quote .yith-ywraq-add-button a p {
  padding-right: 16px;
  transition: all 0.3s ease-in-out;
}
.site-main .product .entry-summary .yith-ywraq-add-to-quote .yith-ywraq-add-button a:hover p {
  color: #FFFFFF;
}
.site-main .product .entry-summary .yith-ywraq-add-to-quote .yith-ywraq-add-button a:hover svg path {
  stroke: #FFFFFF;
}
.site-main .woocommerce-tabs {
  display: none;
}

.productDe {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .productDe {
    flex-direction: column;
  }
}
.productDe .left {
  width: 30%;
  border-right: 1px solid #E0E0E0;
  word-break: break-all;
}
@media (max-width: 768px) {
  .productDe .left {
    width: 100%;
  }
}
.productDe .left > div {
  position: relative;
  padding: 10px 0 10px 0;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: center center;
  z-index: 2;
  cursor: pointer;
}
.productDe .left > div:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  transform: scaleY(0);
  background-color: #B4AC9F;
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transform-origin: bottom;
}
.productDe .left > div:hover:after {
  transform: scaleX(1);
  transform-origin: top;
}
.productDe .left > div.active:after {
  transform: scaleX(1);
  transform-origin: top;
}
.productDe .left .remark {
  display: none;
}
.productDe .right {
  width: 70%;
  padding: 0 20px 0 60px;
}
@media (max-width: 768px) {
  .productDe .right {
    width: 100%;
  }
}
.productDe .right h2,
.productDe .right h3,
.productDe .right h4,
.productDe .right h5,
.productDe .right li,
.productDe .right a,
.productDe .right p {
  color: #3B3B3B;
}
.productDe .right td {
  padding: 10px;
}
.productDe .right tr {
  border-bottom: 1px solid #F2F2F2;
  transition: all 0.3s ease-in-out;
}
.productDe .right tr:first-child {
  background-color: #F2F2F2;
}
.productDe .right tr:last-child {
  border-bottom: 0;
}
.productDe .right tr:hover {
  background-color: #F2F2F2;
}
.productDe .right > div {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}
.productDe .right > div.active {
  opacity: 1;
  max-height: 2000px;
  visibility: visible;
}
.productDe .right .you_may_like {
  display: flex;
  flex-direction: column;
}
.productDe .right .you_may_like a {
  padding: 10px 0;
}
.productDe .right .remark {
  display: none;
}
.productDe .right .remark .woocommerce-Reviews {
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
.productDe .right .remark .woocommerce-Reviews .woocommerce-pagination ul li {
  width: unset;
  height: unset;
}
.productDe .right .remark .woocommerce-Reviews .woocommerce-pagination ul li .page-numbers {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border-right: 0;
  overflow: unset;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.productDe .right .remark .woocommerce-Reviews .woocommerce-pagination ul li .current {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  border-right: 1px;
  overflow: unset;
  border: 1px solid #B4AC9F;
}
.productDe .right .remark li {
  list-style: none;
}
.productDe .right .remark form input,
.productDe .right .remark form textarea {
  background: #F2F2F2;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.productDe .right .remark form input:focus,
.productDe .right .remark form textarea:focus {
  outline: none;
  border-bottom: 1.5px solid #B4AC9F;
}
.productDe .right .remark form p.comment-form-author,
.productDe .right .remark form p.comment-form-email {
  display: flex;
  flex-direction: column;
}
.productDe .right .remark form .form-submit input.submit {
  background: #FFFFFF !important;
  border: 1px solid #3B3B3B !important;
  border-radius: 30px !important;
  color: #3B3B3B !important;
  width: 147px !important;
  height: 48px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.productDe .right .remark form .form-submit input.submit:hover {
  background: #3B3B3B !important;
  color: #FFFFFF !important;
}
.productDe .right .color .colorAll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.productDe .right .color .colorAll .list {
  width: calc(33.33% - 16px);
}
.productDe .right .color .colorAll .list .colorShow {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
.productDe .right .color .colorAll .list .colorShow::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #000000;
}
.productDe .right .color .colorAll .list .colorName {
  padding-top: 10px;
  text-align: center;
}

.yith-ywraq-add-to-quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product_shop section {
  padding: 100px;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .product_shop section {
    padding: 40px 24px;
    padding-top: 100px;
  }
}
.product_shop section > .h2 {
  text-align: center;
  padding-bottom: 20px;
}
.product_shop section > p {
  text-align: center;
  padding-bottom: 50px;
}
.product_shop .section1 {
  background-color: #FAFAFA;
}
.product_shop .section1 p {
  color: #3B3B3B;
}
.product_shop .section1 .shopKids {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .product_shop .section1 .shopKids {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.product_shop .section1 .shopKids:last-child {
  padding-bottom: 0;
}
.product_shop .section1 .shopKids .left {
  display: flex;
  width: 25.4%;
  z-index: 20;
}
@media (max-width: 768px) {
  .product_shop .section1 .shopKids .left {
    width: 100%;
    order: 2;
  }
}
.product_shop .section1 .shopKids .left > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_shop .section1 .shopKids .left > div img {
  max-height: 100px;
  padding-bottom: 10px;
}
.product_shop .section1 .shopKids .left > div p {
  text-align: center;
  padding: 0 0 30px 0;
}
.product_shop .section1 .shopKids .left > div button {
  padding: 12px 48px;
  border: 1px solid #B4AC9F;
}
.product_shop .section1 .shopKids .left > div button:hover {
  border: 1px solid #B4AC9F;
}
.product_shop .section1 .shopKids .right {
  display: flex;
  width: 74.6%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product_shop .section1 .shopKids .right {
    width: 100%;
  }
}
.product_shop .section1 .shopKids .right img {
  transition: all 0.3s ease-in-out;
}
.product_shop .section1 .shopKids:nth-child(odd) .left {
  padding: 100px 0 100px 40px;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .product_shop .section1 .shopKids:nth-child(odd) .left {
    padding: 40px 24px;
  }
}
.product_shop .section1 .shopKids:nth-child(odd) .left::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: #FFFFFF;
  right: -40px;
  top: 0;
}
.product_shop .section1 .shopKids:nth-child(even) .left {
  order: 2;
  padding: 100px 40px 100px 0;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .product_shop .section1 .shopKids:nth-child(even) .left {
    padding: 40px 24px;
  }
}
.product_shop .section1 .shopKids:nth-child(even) .left::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: #FFFFFF;
  left: -40px;
  top: 0;
}
.product_shop .section1 .shopKids:nth-child(even) .right {
  order: 1;
}
.product_shop .section1 .shopKids:hover .right img {
  transform: scale(1.05);
}
.product_shop .section1 .shopKids:hover .buttonLight {
  color: #FFFFFF;
  transform-origin: center center;
}
.product_shop .section1 .shopKids:hover .buttonLight:after {
  transform: scaleX(1);
  transform-origin: center center;
}
.product_shop .section2 {
  background-color: #F2F2F2;
}
.product_shop .section3 {
  background-color: #FAFAFA;
  padding: 100px 100px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .product_shop .section3 {
    padding: 40px 24px 0 24px;
  }
}
.product_shop .section3 .videoShow {
  gap: 20px;
  padding: 0;
}
.product_shop .section3 .videoShow a {
  width: calc(50% - 10px);
  display: flex;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
@media (max-width: 1300px) {
  .product_shop .section3 .videoShow a {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .product_shop .section3 .videoShow a {
    width: 100%;
  }
}
.product_shop .section3 .videoShow a .left {
  height: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 1300px) {
  .product_shop .section3 .videoShow a .left {
    aspect-ratio: unset;
  }
}
.product_shop .section3 .videoShow a .left div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .product_shop .section3 .videoShow a .left div {
    aspect-ratio: 4/3;
  }
}
.product_shop .section3 .videoShow a .left div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
.product_shop .section3 .videoShow a .right {
  padding: 40px;
}
.product_shop .section3 .videoShow a .right .h7 {
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.product_shop .section3 .videoShow a:hover .left img {
  transform: scale(1.05);
}
.product_shop .section3 .videoShow a:hover .right .h7 {
  color: #B4AC9F;
}
.product_shop .section3 .video_center_terms {
  padding: 30px 100px 50px 100px;
}
@media (max-width: 768px) {
  .product_shop .section3 .video_center_terms {
    padding: 40px 24px;
  }
}
.product_shop .section4 {
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  padding: 0 0 200px 0;
}
.product_shop .section4 .photoLoop {
  overflow: hidden;
}
.product_shop .section4 .photoLoop ul {
  display: flex;
}
.product_shop .section4 .photoLoop ul li {
  min-width: 300px;
  max-width: 300px;
  min-height: 200px;
  max-height: 200px;
  list-style: none;
}
.product_shop .section4 .photoLoop ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.product_shop .section4 .cases_link_all {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .product_shop .section4 .cases_link_all {
    padding: 40px 24px 0 24px;
  }
}
.oaAll {
  display: flex;
  align-items: center;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .oaAll {
    row-gap: 40px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.oaAll li {
  width: calc(25% - 15px);
  background-color: #FFFFFF;
  list-style: none;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
  .oaAll li {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  .oaAll li {
    width: 100%;
  }
}
.oaAll li a .top {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.oaAll li a .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
.oaAll li a .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.oaAll li a .bottom .h7 {
  transition: all 0.3s ease-in-out;
}
.oaAll li:hover .top img {
  transform: scale(1.05);
}
.oaAll li:hover .bottom .h7 {
  color: #B4AC9F;
}

.productTop .top {
  padding-top: 120px;
  position: relative;
  padding-bottom: 10px;
}
.productTop .top .breadcrumbs {
  background-color: unset;
  padding: 0 100px 20px 100px;
}
@media (max-width: 768px) {
  .productTop .top .breadcrumbs {
    padding: 0 24px 20px 24px;
  }
}
.productTop .imgOut {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 0;
}
.productTop .imgOut img {
  max-height: 100px;
}
.productTop .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.productTop .bottom {
  width: 100%;
  height: 400px;
}

.productSeries {
  width: 100%;
  background-color: #FAFAFA;
  padding: 50px 100px;
  display: flex;
}
@media (max-width: 768px) {
  .productSeries {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .productSeries {
    flex-direction: column;
  }
}
.productSeries .left {
  width: 34.84%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .productSeries .left {
    width: 100%;
    padding-bottom: 40px;
  }
}
.productSeries .right {
  width: 65.16%;
}
@media (max-width: 480px) {
  .productSeries .right {
    width: 100%;
  }
}
.productSeries .right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.productSeries .right ul li {
  width: 25%;
  list-style: none;
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 768px) {
  .productSeries .right ul li {
    width: 50%;
    border-left: 1px solid #E0E0E0;
  }
}
.productSeries .right ul li:nth-child(4n+1) {
  border-left: 1px solid #E0E0E0;
}
.productSeries .right ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productSeries .right ul li a p {
  transition: all 0.3s ease-in-out;
}
.productSeries .right ul li:hover a p {
  color: #B4AC9F;
}

.shopTerm {
  width: 100%;
  padding: 100px 100px 200px 100px;
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  .shopTerm {
    padding: 40px 24px;
  }
}
.shopTerm h1 {
  padding-bottom: 50px;
  text-align: center;
}

.woocommerce-info.woocommerce-no-products-found {
  width: 100%;
  border-top-color: #B4AC9F;
  background-color: #F2F2F2;
}

.woocommerce nav.woocommerce-pagination {
  padding: 80px 100px 100px 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce nav.woocommerce-pagination {
    padding: 40px 24px;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .woocommerce nav.woocommerce-pagination ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.woocommerce nav.woocommerce-pagination ul li {
  border-radius: 50%;
  background-color: #FAFAFA;
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  border-right: 0;
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #F2F2F2;
  color: #B4AC9F;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 1px solid #E0E0E0;
  background-color: rgba(59, 59, 59, 0.05);
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .prev {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li .next {
  display: none;
}

.site-main .shopAll {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.site-main .shopAll li {
  list-style: none;
  width: calc(25% - 15px);
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  .site-main .shopAll li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .site-main .shopAll li {
    width: 100%;
  }
}
.site-main .shopAll li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #F2F2F2;
  position: relative;
}
.site-main .shopAll li a .small {
  margin-top: auto;
  text-align: center;
  padding-top: 3px;
}
.site-main .shopAll li a > div {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
.site-main .shopAll li a img {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.site-main .shopAll li a img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-main .shopAll li a .productPhoto2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-main .shopAll li a .woocommerce-loop-product__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #3B3B3B;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 768px) {
  .site-main .shopAll li a .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.site-main .shopAll li .product_type_simple {
  display: none;
}
.site-main .shopAll li:hover a .woocommerce-loop-product__title {
  color: #B4AC9F;
}
.site-main .shopAll li:hover a img {
  opacity: 0;
  visibility: hidden;
}
.site-main .shopAll li:hover a img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.site-main .shopAll li:hover a .productPhoto2 {
  opacity: 1;
  visibility: visible;
}

.related.products {
  width: 100%;
  padding: 100px;
  background-color: #F2F2F2;
  z-index: 10;
}
@media (max-width: 768px) {
  .related.products {
    padding: 40px 24px;
  }
}
.related.products > .h3 {
  padding-bottom: 50px;
  text-align: center;
}
.related.products ul li a {
  position: relative;
  background-color: #F2F2F2;
}
.related.products ul li a p {
  text-align: center;
}
.related.products ul li a .h7 {
  text-align: center;
  padding: 0 0 4px 0;
}
.related.products ul li a .tagName {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 52px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B4AC9F;
  border-radius: 20px;
}

.woocommerce ul.products li {
  background-color: #F2F2F2;
}
.woocommerce ul.products li a {
  position: relative;
  width: 100%;
}
.woocommerce ul.products li a img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li a img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.woocommerce ul.products li a .productPhoto2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li a .h7 {
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li:hover a img {
  opacity: 0;
  visibility: hidden;
}
.woocommerce ul.products li:hover a img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li:hover a .productPhoto2 {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li:hover a .h7 {
  color: #B4AC9F;
}

.yith_ywraq_add_item_browse_message {
  padding-left: 24px;
}
@media (max-width: 480px) {
  .yith_ywraq_add_item_browse_message {
    padding: 20px 0 0 0;
  }
}

#quote .ywraq-wrapper {
  background-color: #FFFFFF;
  z-index: 10;
  position: relative;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper {
  align-items: flex-start;
  background-color: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper {
    flex-direction: column;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > p {
  padding: 100px 9.16%;
  background-color: #FFFFFF;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper > p {
    padding: 40px 24px;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form {
  flex-basis: unset;
  background-color: #F2F2F2;
  width: 34%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper > form {
    width: 100%;
    padding: 0;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table {
  border: 0;
  margin: 0;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper > form table {
    padding: 40px 24px;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table thead tr th {
  padding: 0 0 50px 0;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr td {
  vertical-align: top;
  padding: 20px 0 20px 0;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr td:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 768px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr td:nth-child(2) {
    padding: 0;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr td a img {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr .yith-ywraq-item-remove svg {
  transition: all 0.3s ease-in-out;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr .yith-ywraq-item-remove svg path {
  transition: all 0.3s ease-in-out;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr .yith-ywraq-item-remove:hover {
  background-color: unset;
  color: unset;
  border: 0;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr .yith-ywraq-item-remove:hover svg path {
  stroke: #FFFFFF;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr .yith-ywraq-item-remove:hover svg .path_1 {
  fill: #3B3B3B;
  stroke: #FFFFFF;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody tr:first-child td {
  border-top: 0;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form table tbody td.product-quantity {
  display: none;
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form .viewOthers {
  width: 100%;
  height: 84px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .ywraq-form-table-wrapper > form .viewOthers {
    width: 100%;
  }
}
#quote .ywraq-wrapper .ywraq-form-table-wrapper > form .viewOthers a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper {
  padding: 100px;
  margin-left: 0;
  flex-basis: unset;
  width: 66%;
  background-color: #FAFAFA;
  z-index: 10;
}
@media (max-width: 1100px) {
  #quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 40px 24px;
  }
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper > h3 {
  padding-bottom: 50px;
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper > form {
  display: none;
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper .wpcf7 form {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper .wpcf7 form .w-50,
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper .wpcf7 form .w-want,
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper .wpcf7 form .w-inquiry {
  width: 100%;
}
#quote .ywraq-wrapper .yith-ywraq-mail-form-wrapper .wpcf7 form p:has(.wpcf7-submit) {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wpcf7-not-valid-tip {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

.search {
  width: 100%;
  background-color: #FAFAFA;
}
.search .searchTitle {
  padding: 220px 100px 0 100px;
}
@media (max-width: 768px) {
  .search .searchTitle {
    padding: 150px 24px 0 24px;
  }
}
.search .searchTitle h1 {
  text-align: center;
  padding-bottom: 50px;
}
.search .searchTitle .page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search .product_bk {
  padding: 100px 100px 200px 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .search .product_bk {
    padding: 40px 24px;
  }
}
.search .product_bk ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.search .product_bk ul li {
  width: calc(25% - 15px);
  list-style: none;
  position: relative;
}
@media (max-width: 768px) {
  .search .product_bk ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .search .product_bk ul li {
    width: 100%;
  }
}
.search .product_bk ul li a .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #FFFFFF;
}
.search .product_bk ul li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
.search .product_bk ul li a .h7 {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.search .product_bk ul li a .term {
  text-align: center;
}
.search .product_bk ul li a .tagName {
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #B4AC9F;
  padding: 4px 12px;
  border-radius: 20px;
}
.search .product_bk ul li a:hover .photo img {
  transform: scale(1.05);
}
.search .product_bk ul li a:hover .h7 {
  color: #B4AC9F;
}
.search .product_bk .paginatePage {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .product_bk .paginatePage span {
  border: 1px solid #E0E0E0;
  background: rgba(59, 59, 59, 0.05);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .product_bk .paginatePage a {
  border: 1px solid #FAFAFA;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy {
  width: 100%;
  padding: 100px 100px 200px 100px;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  .policy {
    padding: 40px 24px;
  }
}
.policy h2,
.policy h3,
.policy h4,
.policy h5,
.policy p {
  padding-bottom: 20px;
  padding-top: 20px;
}/*# sourceMappingURL=style.css.map */