.dotsBox li {
  display: inline-block;
  margin: 0 5px;
}

.dotsBox li.slick-active button {
  background: #6eb92b;
}

.dotsBox button {
  display: block;
  padding: 0;
  border: none;
  background: #fff;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bannerBox {
  position: relative;
  padding-top: 85px;
}

.bannerBox .dotsBox {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.bannerBox li {
  position: relative;
}

.bannerBox img {
  display: block;
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerBox .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1200px;
  font-size: 56px;
  letter-spacing: .05em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.bannerBox .text h3 {
  position: relative;
  font-weight: 100;
  padding-bottom: 40px;
}

.bannerBox .text h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.bannerBox .text strong {
  font-weight: 400;
}

.bannerBox .text.right {
  text-align: right;
}

.bannerBox .text.right h3:after {
  left: auto;
  right: 0;
}

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

.bannerBox .text.center h3:after {
  left: 50%;
  margin-left: -30px;
}

.productBox .dotsBox, .newsBox .dotsBox {
  text-align: center;
}

.productBox .dotsBox button, .newsBox .dotsBox button {
  background: rgba(110, 185, 43, 0.6);
}

.productBox {
  padding: 80px 0 120px;
}

.productBox .dotsBox {
  margin-top: 25px;
}

.productList {
  margin: 0 -24px;
}

.productList li {
  width: 33.333%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .box {
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productList .box:hover {
  border-color: #6eb92b;
}

.productList .box:hover .text {
  border-top-color: #6eb92b;
}

.productList .box:hover .text a {
  color: #6eb92b;
}

.productList .pic img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList .text {
  border-top: 1px solid #e7e7e7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productList .text a {
  display: block;
  padding: 30px 5px;
  font-weight: 100;
  text-align: center;
  font-size: 26px;
  letter-spacing: .05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.parallaxBox {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.parallaxPic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallaxPic img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.aboutBox {
  position: relative;
  overflow: hidden;
}

.aboutBox .parallax-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.aboutBox .wrap {
  position: relative;
}

.aboutBox .titleBox {
  text-align: left;
}

.aboutBox .titleBox .en {
  color: #fff;
}

.aboutBox .titleBox h2 {
  color: #fff;
}

.aboutBox .textBox {
  width: 600px;
  padding: 80px 50px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutBox .text {
  max-height: 195px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2.2;
  font-weight: 100;
  text-align: justify;
}

.newsBox {
  padding: 100px 0;
}

.newsBox .dotsBox {
  margin: 25px 0;
}

.newsList {
  margin: 0 -10px 60px;
}

.newsList li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsList .box:hover .pic img {
  opacity: .5;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.newsList .box:hover .pic:before, .newsList .box:hover .pic:after {
  top: 50%;
  opacity: 1;
}

.newsList .box:hover h3 a {
  color: #6eb92b;
}

.newsList .box:hover h3 a:after {
  background-color: #6eb92b;
}

.newsList .pic {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.newsList .pic img {
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsList .pic:before, .newsList .pic:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList .pic:before {
  content: '\f002';
  font-family: FontAwesome;
  z-index: 3;
  font-size: 16px;
  color: #fff;
}

.newsList .pic:after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(110, 185, 43, 0.8);
}

.newsList .text {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsList .slick-list {
  padding-bottom: 12px;
}

.newsList .date {
  font-size: 12px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  letter-spacing: .025em;
  margin-bottom: 12px;
}

.newsList h3 a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: .05em;
  color: #484848;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsList h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #5e5e5e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList p {
  width: 100%;
  margin-bottom: 20px;
  max-height: 48px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #484848;
  line-height: 1.6;
}

.mapBox {
  width: 100%;
  height: 450px;
}

.mapBox iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1230px) {
  .bannerBox .text {
    width: 100%;
    padding: 0 30px;
    font-size: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newsList {
    margin: 0 -10px 30px;
  }
}

@media (max-width: 1023px) {
  .productBox, .newsBox {
    padding: 40px 0;
  }
  .productList {
    margin: 0 -12px;
  }
  .productList li {
    padding: 0 12px;
  }
  .productList .text a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .aboutBox .wrap {
    padding: 0;
  }
  .aboutBox .textBox {
    width: 100%;
    padding: 40px 30px;
  }
}

@media (max-width: 640px) {
  .bannerBox .text {
    font-size: 30px;
    text-align: center !important;
  }
  .bannerBox .text h3 {
    padding-bottom: 0;
  }
  .bannerBox .text h3:after {
    display: none;
  }
}

@media (max-width: 480px) {
  .aboutBox .titleBox {
    margin-bottom: 30px;
  }
  .aboutBox .text {
    font-size: 16px;
  }
  .mapBox {
    height: 350px;
  }
}

@media (max-width: 375px) {
  .bannerBox .text {
    font-size: 24px;
  }
  .bannerBox img {
    min-height: 280px;
  }
}
