:root {
  --e72621: #e72621;
  --white: #fff;
  --f6b618: #f6b618;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #fffaf2;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.home-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-wood-bg {
  background-image: url('../images/home-wood-bg-2x.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  overflow: visible;
}

.section.footer {
  background-image: linear-gradient(#f6b618, #bd1515);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-banner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.sub-banner.about-us {
  background-image: url('../images/about-us-banner-image-2x.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
}

.section.sub-banner.product {
  background-image: url('../images/product-banner-image-2x.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: 20%;
}

.section.sub-banner.projects {
  background-image: url('../images/projects-banner-image-2x.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
}

.section.sub-banner.quote {
  background-image: url('../images/get-a-quote-banner-image-2x.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
}

.section.sub-banner.projects-inner {
  background-image: url('../images/Type-of-Wood-04-2x.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
}

.section.bg-yellow {
  background-color: #ffc04b;
  position: relative;
}

.section.bg-yellow._200px-padding {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.bg-yellow.bottom-margin-100 {
  margin-bottom: 100px;
}

.container {
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}

.container.home-banner {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.half {
  padding-left: 50px;
  padding-right: 50px;
}

.container.footer {
  padding-left: 10px;
  padding-right: 10px;
}

.container.sub-banner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.container.nav {
  padding-left: 10px;
  padding-right: 10px;
}

.container.home-pattern-01 {
  background-image: url('../images/bg-pattern-2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15%;
}

.container.home-pattern-02 {
  background-image: url('../images/bg-pattern-2x.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 15%;
}

.home-banner-b {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-bottom-bar-b {
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image {
  width: 100%;
}

.full-image.cover {
  object-fit: cover;
  height: 100%;
}

.full-image.sub-banner-bottom-bar-b {
  object-fit: fill;
  max-height: 180px;
}

.navbar {
  background-color: #ddd0;
  height: 90px;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-logo-b {
  height: 90px;
  padding-left: 0;
}

.brand-logo-image {
  height: 100%;
}

.nav-menu {
  height: 90px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid #f000;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: border-color .8s, color .8s;
  display: flex;
}

.nav-link:hover {
  color: red;
  border-bottom-color: red;
}

.nav-link.w--current, .nav-link.text-red {
  color: var(--e72621);
}

.nav-drop-toggle {
  color: #fff;
  border-bottom: 3px solid #f000;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: border-color .8s, color .8s;
  display: flex;
}

.nav-drop-toggle:hover {
  border-bottom: 3px solid var(--e72621);
  color: var(--e72621);
  font-weight: 700;
}

.main-row-b {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-row-b.from {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
}

.main-col-b {
  flex: 1;
  display: flex;
}

.main-col-b.image {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  position: relative;
}

.main-col-b.home-iot-image {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-height: 480px;
  position: relative;
}

.main-col-b.product-slider {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  width: 65%;
  height: auto;
  min-height: 650px;
  position: relative;
}

.main-col-b.product-text {
  flex: 0 auto;
  width: 35%;
}

.main-col-b.over-lay-image {
  width: 45%;
  margin-top: -450px;
  position: sticky;
  top: 50px;
}

.main-col-b.over-lay-image-contact {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 400px;
  position: relative;
}

.main-col-b.contact-info {
  justify-content: flex-start;
  align-items: flex-start;
}

.main-col-b.from-col {
  flex: 0 auto;
  width: 50%;
}

.col-inner-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.col-inner-b.center {
  align-items: center;
}

.col-inner-b.align-top {
  justify-content: flex-start;
}

.col-inner-b.max-w-100 {
  max-width: 100%;
}

.col-title-b {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.col-title-b.x-center {
  justify-content: center;
}

.col-title-b.y-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.col-title-b.text-w {
  color: var(--white);
}

.btn-b.center {
  text-align: center;
}

.btn-link {
  border: 1px solid var(--e72621);
  background-color: var(--e72621);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.btn-link:hover {
  color: var(--e72621);
  background-color: #e7262100;
}

.btn-link.projects {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--e72621);
  background-color: #e7262100;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-link.projects:hover {
  background-color: var(--e72621);
  color: var(--white);
}

.col-image-b {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.col-image-b-bg {
  z-index: 0;
  background-color: #e72621;
  background-image: linear-gradient(#f6b618, #bd1515);
  margin: 40px -30px -40px 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.col-image-main-b {
  position: relative;
}

.col-image-main-b.iot {
  height: 100%;
}

.col-image-main-b.send-msg {
  left: -144px;
}

.home-page-sub-banner-b {
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page-sub-banner-image-2x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 64px;
  line-height: 100%;
  display: flex;
}

.text-block {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
}

.sticky-row-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.main-col-b-info {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.main-col-b-info.gap-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.main-col-b-info.over-flow {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.home-sticky-menu-b {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50vh;
  min-height: 500px;
  display: flex;
  position: sticky;
  top: 25vh;
}

.home-sticky-menu {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 50vh;
  display: flex;
  position: relative;
}

.home-sticky-menu-link-01 {
  z-index: 2;
  background-color: var(--f6b618);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-sticky-menu-line {
  background-image: linear-gradient(#f6b618, #bd1515);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.home-sticky-menu-link-02 {
  z-index: 2;
  color: #fff;
  background-color: #eab287;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-sticky-menu-link-03 {
  z-index: 2;
  background-color: var(--e72621);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.col-image-b-bg-hover {
  z-index: 0;
  background-color: #e72621;
  background-image: linear-gradient(#f6b618, #bd1515);
  margin: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-projects-b {
  margin-left: -15px;
  margin-right: -15px;
}

.home-projects-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-projects-col {
  border-radius: 30px;
  flex-flow: column-reverse;
  justify-content: space-between;
  width: 28%;
  height: 600px;
  padding: 20px;
  transition: width .5s;
  display: flex;
}

.home-projects-col:hover {
  width: 44%;
}

.home-projects-col._01 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  transition: width .5s;
}

.home-projects-col._02 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: none;
  width: 100%;
}

.home-projects-col._03 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: none;
  width: 100%;
  transition: width .5s;
}

.home-projects-col-inner-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.btn-projects-arrow {
  justify-content: center;
  align-items: center;
  min-width: 15px;
  display: flex;
}

.btn-projects-arrow-w {
  opacity: 0;
  position: absolute;
}

.home-projects-col-tag-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  order: 1;
  display: flex;
}

.footer-copy-b {
  color: var(--white);
  border-top: 1px solid #fff;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
}

.footer-info-b {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-text-b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.footer-text-row {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.footer-link-text {
  color: #fff;
  text-decoration: none;
  transition: color .8s;
}

.footer-link-text:hover {
  color: #252525;
}

.home-banner-inner-text-b {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.footer-info-logo {
  height: 150px;
}

.sub-banner-b {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  height: 640px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.inner-page {
  background-color: var(--white);
}

.sub-banner-bottom-bar-b {
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.sub-banner-text-b {
  max-width: 50%;
}

.vertical-gap-20-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-us-main-photo-b {
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.about-us-photo-b {
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: -40px 40px #ef572e;
}

.about-us-photo-b.sub {
  box-shadow: -20px 20px #ef572e;
}

.about-us-photo-b.sub.shadows-r {
  box-shadow: 20px 20px #ef572e;
}

.about-bg-top-b {
  background-image: url('../images/about-bg-top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.about-bg-bottom-b {
  background-image: url('../images/about-bg-bottom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-us-dev-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about-us-dev-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.about-us-dev-col-text {
  flex: 1;
  display: flex;
}

.about-us-dev-col-image {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-last-bg {
  background-image: url('../images/title-graphic.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 30px;
}

.vertical-gap-60-b {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.vertical-gap-60-b.over-flow-h {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.about-gsdn-row {
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.about-gsdn-col {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-gsdn-col-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-gsdn-col-image-b {
  position: relative;
  overflow: hidden;
}

.about-gsdn-col-text-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-certificate-marquee {
  margin-left: -100px;
  margin-right: -100px;
}

.about-certificate-b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #108283;
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.about-certificate-b.logo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-certificate-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  mix-blend-mode: multiply;
  flex: none;
  display: flex;
}

.about-certificate-content.scroll {
  width: auto;
  height: 300px;
}

.about-certificate-image {
  object-fit: contain;
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  transition: transform .8s;
}

.about-certificate-image:hover {
  transform: scale(1.1);
}

.product-slider {
  flex: 0 auto;
  width: 100%;
  height: 650px;
}

.product-slide-col {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 33.33%;
  display: flex;
  position: relative;
}

.product-slide-col._01, .product-slide-col._02, .product-slide-col._03, .product-slide-col._04, .product-slide-col._05, .product-slide-col._06, .product-slide-col._07 {
  background-image: none;
  width: 100%;
  overflow: hidden;
}

.product-slide-row {
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
  inset: 0%;
}

.product-slide-col-inner {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff4b4b;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 66%;
  padding: 40px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.product-slide-col-inner._02 {
  background-color: #ff5a4b;
}

.product-slide-col-inner._03 {
  background-color: #ff6c4b;
}

.product-slide-col-inner._04 {
  background-color: #ff9f4b;
}

.product-slide-col-inner._05 {
  background-color: #ffc04b;
}

.product-slide-col-inner._06 {
  background-color: #ffcc4b;
}

.product-slide-col-inner._07 {
  background-color: #ffea4b;
}

.product-slide-col-big-num-b {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Type-of-Wood-01-2x.jpg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
}

.product-slide-col-big-num-b._01 {
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._02 {
  background-image: url('../images/Type-of-Wood-02-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._03 {
  background-image: url('../images/Type-of-Wood-03-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._04 {
  background-image: url('../images/Type-of-Wood-04-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._05 {
  background-image: url('../images/Type-of-Wood-05-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._06 {
  background-image: url('../images/Type-of-Wood-06-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.product-slide-col-big-num-b._07 {
  background-image: url('../images/Type-of-Wood-07-2x.jpg');
  background-position: 100%;
  background-size: cover;
}

.wb-swiper-button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.slider-arrow-btn-b {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper.is-testimonial {
  width: 100%;
  overflow: hidden;
}

.slider-arrow {
  height: 40px;
}

.control-wrapper-bar-n-arrow {
  flex: 1;
  align-items: center;
  display: flex;
}

.swiper-slide {
  width: 33.33%;
}

.swiper-slide.is-testimonial {
  min-width: 33.33%;
}

.col-image-b-reversal {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.col-image-b-bg-hover-reversal {
  z-index: 0;
  background-color: #e72621;
  background-image: linear-gradient(#f6b618, #bd1515);
  margin: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-text-red {
  color: var(--e72621);
  font-size: 64px;
  font-weight: 900;
}

.interval-image-b {
  width: 100px;
}

.product-hnc-row {
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.product-hnc-col {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-hnc-col-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-hnc-col-image-b {
  position: relative;
  overflow: hidden;
}

.product-hnc-col-text-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-hnc-col-pop-image-b-01 {
  z-index: 2;
  margin-top: -5%;
  margin-left: 10%;
  position: absolute;
}

.product-hnc-col-main-image-b {
  position: relative;
}

.product-hnc-col-pop-image-b-02 {
  z-index: 2;
  margin-bottom: -5%;
  margin-left: -6%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.col-overlay-image-b {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.col-overlay-image-bg {
  z-index: 0;
  background-color: #e72621;
  background-image: linear-gradient(#f6b618, #bd1515);
  margin: 40px -30px -40px 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.col-overlay-image-bg.yellow {
  background-color: #ffc04b;
  background-image: none;
}

.col-overlay-image-bg.inner-project {
  background-image: none;
  margin-left: -30px;
  margin-right: 30px;
}

.banner-text {
  word-break: normal;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
}

.tag-row-b {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.tag-b {
  border: 1px solid var(--e72621);
  color: var(--e72621);
  border-radius: 20px;
  padding: 2px 15px;
  transition: background-color .8s, color .8s;
}

.tag-b:hover {
  background-color: var(--e72621);
  color: var(--white);
}

.path-link-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #969696;
  display: flex;
}

.path-link {
  color: #969696;
  text-decoration: none;
  transition: color .8s;
}

.path-link:hover, .path-link.w--current {
  color: var(--e72621);
}

.project-video-main-b {
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.project-video-b {
  border-radius: 20px;
  overflow: hidden;
}

.project-video-bg-image {
  width: 10%;
  display: flex;
  position: absolute;
  inset: -10% auto auto -5%;
}

.project-video-bg-image._02 {
  inset: auto -5% -10% auto;
}

.contact-row-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contact-col-b {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-link-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: row;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.contact-link-b:hover {
  color: var(--e72621);
}

.contact-link-icon-b {
  width: 40px;
}

.from {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--e72621);
  color: #000;
  padding-top: 0;
  padding-left: 0;
}

.text-field::placeholder {
  color: var(--e72621);
}

.text-field-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.text-field-col {
  flex: 1;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--e72621);
  color: #000;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding-top: 0;
  padding-left: 0;
}

.textarea::placeholder {
  color: var(--e72621);
}

.ysd-link {
  color: var(--white);
  text-decoration: none;
}

.wb-swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.wb-swiper_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35vw;
  max-height: 450px;
  display: flex;
  position: relative;
}

.wb-swiper_slide {
  aspect-ratio: 16 / 9;
  width: 33.33%;
  min-width: 33.33%;
  height: 100%;
}

.wb-swiper_slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wb-swiper_controls {
  width: 50px;
}

.wb-swiper_button {
  background-color: #f0f0f000;
}

.showcase-arrow-btn {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.showcase-arrow-btn.l {
  margin-left: -20%;
}

.showcase-arrow-btn.r {
  margin-left: 20%;
}

.dropdown-link {
  text-align: center;
}

.dropdown-list {
  background-color: #ddd9;
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.showcase-pop-b {
  z-index: 9999;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #44444480;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.showcase-image-b {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 80vw;
  height: 80vh;
  max-height: 80vh;
  display: flex;
  position: relative;
}

.showcase-image {
  max-height: 100%;
}

.text-gary {
  color: #969696;
}

.text-w {
  color: var(--white);
}

.div-block {
  transition: none;
}

.projects-out-width {
  border-radius: 30px;
  width: 48%;
  position: relative;
  overflow: hidden;
}

.showcase-img-row {
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.project-bg-img {
  z-index: -1;
  background-image: url('../images/about-us-image-03-2x.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-bg-img._02 {
  background-image: url('../images/Highlight-02.jpg');
}

.project-bg-img._03 {
  background-image: url('../images/Highlight-03.jpg');
}

.wood-bg {
  z-index: -1;
  background-image: url('../images/Type-of-Wood-01-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wood-bg._02 {
  background-image: url('../images/Type-of-Wood-02-2x.jpg');
}

.wood-bg._03 {
  background-image: url('../images/Type-of-Wood-03-2x.jpg');
}

.wood-bg._04 {
  background-image: url('../images/Type-of-Wood-04-2x.jpg');
}

.wood-bg._05 {
  background-image: url('../images/Type-of-Wood-05-2x.jpg');
}

.wood-bg._06 {
  background-image: url('../images/Type-of-Wood-06-2x.jpg');
}

.wood-bg._07 {
  background-image: url('../images/Type-of-Wood-07-2x.jpg');
}

.btn-link-2 {
  color: #fff;
  background-color: #e72621;
  border: 1px solid #e72621;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.btn-link-2:hover {
  color: #e72621;
  background-color: #e7262100;
}

html.w-mod-js [data-ix="popshow-0op-to-100op"], html.w-mod-js [data-ix="popshow-0op-to-100op-2"], html.w-mod-js [data-ix="popshow-0op-to-100op-3"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="l-to-r-0op-to-100op"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="r-to-l-0op-to-100op"] {
  opacity: 0;
  transform: translate(100px);
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 20px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.footer {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container.sub-banner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .full-image {
    object-fit: cover;
    height: 100%;
  }

  .navbar, .brand-logo-b, .nav-menu {
    height: 70px;
  }

  .main-row-b {
    align-items: stretch;
  }

  .main-row-b.iot {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .main-row-b.iot.reversal {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .main-row-b.type-of-wood {
    flex-flow: column;
  }

  .main-row-b.product-iot {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .main-row-b.product-iot.reversal {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .main-col-b.image {
    width: 45%;
  }

  .main-col-b.home-iot-image {
    width: 50%;
    max-height: none;
  }

  .main-col-b.product-slider {
    flex: 0 auto;
    width: 100%;
    min-height: 480px;
  }

  .main-col-b.product-text {
    width: 100%;
  }

  .main-col-b.over-lay-image {
    width: 45%;
    margin-top: 0;
  }

  .main-col-b.over-lay-image-contact {
    width: 45%;
  }

  .col-image-main-b.iot {
    width: auto;
  }

  .col-image-main-b.overlay {
    position: relative;
    inset: auto;
  }

  .col-image-main-b.send-msg {
    left: -42px;
  }

  .home-page-sub-banner-b {
    font-size: 48px;
  }

  .home-projects-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-info-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-text-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-text {
    font-size: 16px;
    line-height: 100%;
  }

  .footer-info-logo {
    height: 100px;
  }

  .sub-banner-b {
    height: 480px;
    padding-bottom: 100px;
    position: relative;
  }

  .about-us-main-photo-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-us-photo-b {
    box-shadow: -20px 20px #ef572e;
  }

  .about-us-dev-col {
    flex-flow: column;
  }

  .about-us-dev-col.reversal {
    flex-flow: column-reverse;
  }

  .about-gsdn-col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-slide-row {
    height: 520px;
  }

  .control-wrapper-bar-n-arrow {
    width: 100%;
  }

  .interval-image-b {
    width: 100px;
  }

  .product-hnc-col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-overlay-image-b {
    justify-content: center;
    align-items: center;
  }

  .project-video-main-b {
    margin-left: 0;
    margin-right: 0;
  }

  .wb-swiper_wrapper {
    width: 150%;
    height: 55vw;
  }

  .wb-swiper_slide {
    width: 50%;
    min-width: 50%;
  }

  .wb-swiper_controls {
    width: 40px;
  }

  .showcase-arrow-btn.l {
    margin-left: -28%;
  }

  .showcase-arrow-btn.r {
    margin-left: 28%;
  }

  .showcase-image-b {
    width: 90vw;
    max-width: 90vw;
    height: 90vh;
    max-height: 90vh;
  }

  .projects-out-width {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .container.half {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fffc;
  }

  .navbar {
    width: 100vw;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brand-logo-b {
    z-index: 2;
    order: -1;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fffc;
    height: 100vh;
    inset: 0%;
  }

  .nav-link {
    color: #000;
    height: 70px;
  }

  .nav-drop {
    width: 100%;
  }

  .nav-drop-toggle {
    color: #000;
    padding-left: 40px;
  }

  .nav-drop-toggle.w--open {
    padding-left: 40px;
  }

  .main-row-b, .main-row-b.product-iot {
    flex-flow: column;
  }

  .main-row-b.product-iot.reversal, .main-row-b.from {
    flex-flow: column-reverse;
  }

  .main-col-b.image, .main-col-b.product-slider {
    width: 100%;
  }

  .main-col-b.over-lay-image {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .main-col-b.over-lay-image-contact {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .main-col-b.from-col {
    width: 100%;
  }

  .main-col-b.send-msg {
    flex: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 500px;
  }

  .col-inner-b.center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col-title-b.x-center {
    text-align: center;
  }

  .col-image-main-b {
    width: 50%;
  }

  .col-image-main-b.iot {
    width: 100%;
  }

  .col-image-main-b.overlay {
    width: 100%;
    height: 100%;
  }

  .col-image-main-b.send-msg {
    width: 70%;
    left: 22px;
  }

  .home-sticky-menu-b {
    width: 40px;
  }

  .home-sticky-menu-link-01 {
    width: 40px;
    height: 40px;
  }

  .home-sticky-menu-link-01.w--current, .home-sticky-menu-link-02 {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .home-sticky-menu-link-02.w--current {
    width: 40px;
    height: 40px;
  }

  .home-sticky-menu-link-03 {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .text-align-center {
    text-align: left;
  }

  .home-projects-b {
    width: 100%;
  }

  .home-projects-row {
    flex-flow: column;
  }

  .home-projects-col {
    width: 100%;
    height: 400px;
  }

  .home-projects-col:hover {
    width: 100%;
  }

  .footer-info-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text-row {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text-col {
    flex: 0 auto;
  }

  .home-banner-inner-text-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-info-logo {
    height: 80px;
  }

  .sub-banner-b {
    height: 320px;
    padding-bottom: 50px;
  }

  .inner-page {
    margin-top: -70px;
  }

  .about-us-photo-b {
    border-radius: 10px;
  }

  .about-us-dev-col {
    flex-flow: column;
  }

  .vertical-gap-60-b {
    justify-content: flex-start;
    align-items: center;
  }

  .about-gsdn-row {
    flex-flow: column;
  }

  .about-gsdn-col {
    width: 100%;
  }

  .product-slide-col-inner {
    font-size: 18px;
  }

  .product-slide-col-big-num {
    font-size: 48px;
  }

  .swiper-slide.is-testimonial {
    width: 50%;
    min-width: 50%;
  }

  .product-hnc-row {
    flex-flow: column;
  }

  .product-hnc-col {
    width: 100%;
  }

  .product-hnc-col-inner {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .product-hnc-col-text-b {
    width: 50%;
  }

  .product-hnc-col-pop-image-b-01 {
    margin-top: -3%;
    margin-left: 5%;
  }

  .product-hnc-col-main-image-b {
    width: 50%;
  }

  .product-hnc-col-pop-image-b-02 {
    margin-bottom: -3%;
    margin-left: -3%;
  }

  .col-overlay-image-bg {
    margin: 20px -15px -20px 15px;
  }

  .banner-text {
    font-size: 38px;
  }

  .contact-row-b {
    flex-flow: column;
  }

  .contact-col-b {
    justify-content: flex-start;
    width: 100%;
  }

  .contact-link-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .contact-link-icon-b {
    width: 40px;
  }

  .text-field-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wb-swiper_controls {
    width: 30px;
  }

  .menu-button {
    height: 100%;
    max-height: 70px;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-b {
    z-index: 2;
    order: 1;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .body {
    margin-top: -70px;
  }

  .dropdown-link {
    border-bottom: 2px solid var(--e72621);
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
  }

  .menu-button-inner {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-op {
    height: 40px;
  }

  .menu-close {
    opacity: 0;
    height: 40px;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .home-banner-b {
    aspect-ratio: 2 / 3;
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-col-b.home-iot-image {
    width: 100%;
  }

  .main-col-b.over-lay-image {
    justify-content: center;
    align-items: stretch;
  }

  .main-col-b.send-msg {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .col-image-main-b {
    width: 100%;
  }

  .col-image-main-b.iot {
    width: 75%;
  }

  .col-image-main-b.overlay {
    width: 100%;
  }

  .footer-copy-b {
    flex-flow: wrap;
  }

  .home-banner-inner-text-b {
    text-align: center;
  }

  .sub-banner-b {
    height: 280px;
  }

  .about-us-photo-b {
    box-shadow: -10px 10px #ef572e;
  }

  .about-gsdn-row {
    margin-left: 0;
    margin-right: 0;
  }

  .about-gsdn-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-hnc-row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-hnc-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-hnc-col-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-hnc-col-image-b, .product-hnc-col-text-b {
    width: 100%;
  }

  .product-hnc-col-main-image-b {
    width: 75%;
  }

  .wb-swiper_slide {
    width: 100%;
    min-width: 100%;
  }

  .body {
    overflow: visible;
  }
}


