@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
.Noto-sans-tc {
  font-family: "Noto Sans TC" !important;
}

.font-kai {
  font-family: 'cwTeXKai', serif;
}

.slick {
  margin-bottom: 120px !important;
}

.slick div {
  padding: 15px;
}

.slick div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  -webkit-box-shadow: 8px 8px 2px #666;
          box-shadow: 8px 8px 2px #666;
  margin-bottom: 16px;
}

.ftco-intro .wrap .info {
  background: #8f7347ee;
}

.ftco-intro .wrap .info .text h3 {
  color: #e3d7bc;
}

.ftco-intro .wrap .info .text p {
  color: #fff;
}

#about .overlap, #about-2 .overlap {
  background: #8f7347ee;
}

@media screen and (max-width: 576px) {
  #about .overlap, #about-2 .overlap {
    background: transparent;
  }
}

#about .overlap h2, #about .overlap h3, #about-2 .overlap h2, #about-2 .overlap h3 {
  color: #e3d7bc;
}

@media screen and (max-width: 576px) {
  #about .overlap h2, #about .overlap h3, #about-2 .overlap h2, #about-2 .overlap h3 {
    color: #8f7347;
  }
}

@media screen and (max-width: 576px) {
  #about .overlap h2::after, #about .overlap h3::after, #about-2 .overlap h2::after, #about-2 .overlap h3::after {
    border-bottom: 2px solid #8f7347;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  #about .overlap h3, #about-2 .overlap h3 {
    font-size: 24px;
  }
}

#about .overlap p, #about-2 .overlap p {
  color: #fff;
}

@media screen and (max-width: 576px) {
  #about .overlap p, #about-2 .overlap p {
    color: #8f7347;
  }
}

@media screen and (max-width: 576px) {
  #about .img {
    height: 50vh;
  }
}

#about-2 .overlap {
  margin-right: -200px;
}

@media screen and (max-width: 576px) {
  #about-2 .overlap {
    margin-right: 0;
  }
}

#about-2 .img {
  margin-right: 50px;
}

#services {
  background: #8f7347;
}

#services h2 {
  color: #e3d7bc;
}

@media screen and (max-width: 576px) {
  #services h2::after {
    width: 100%;
  }
}

#services h3 {
  color: #fff;
}

#sale {
  overflow: hidden;
}

#sale h2 {
  color: #8f7347;
}

#sale h2::after {
  border-bottom: 2px solid #8f7347;
  width: 100%;
}

#sale h3 {
  color: #8f7347;
  font-size: 24px;
}

#sale h4 {
  color: #8f7347;
  font-size: 20px;
}

#contact h2 {
  color: #8f7347;
}

#contact h2::after {
  border-bottom: 2px solid #8f7347;
  width: 100%;
}

#contact h4 {
  color: #8f7347;
}

#contact img {
  width: 32px;
}
/*# sourceMappingURL=hemusih.css.map */