@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
body {
  font-family: 'cwTeXYen';
}

.font-yen {
  font-family: 'cwTeXYen', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.english-word {
  font-family: 'Baskervville', serif;
  font-style: italic;
}

.chinese-word {
  font-family: 'cwTeXYen', serif;
  font-weight: 900;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.line-height-15 {
  line-height: 1.5;
}

.font-style-italic {
  font-style: italic;
}

.z-index-1 {
  z-index: -1;
}

.bg-back2 {
  background: #f2f2f0;
}

.text-color-2 {
  color: #23763b;
}

.bg-white {
  background: #fff;
}

.color-white {
  color: #fff;
}

section .section-title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 1rem;
}

section .section-title::after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  background: #23763b;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

nav.navbar .navbar-brand img {
  width: 40px;
}

#hero {
  overflow: hidden;
}

#hero .logo {
  width: 13vmax;
  top: 20vmin;
}

@media (max-width: 576px) {
  #hero .logo {
    width: 9vmax;
    padding-bottom: 40px;
    top: 14vmin;
  }
}

#hero #boat {
  width: 40vw;
  bottom: 0;
  left: 50%;
  -webkit-animation-name: 'boat';
          animation-name: 'boat';
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes boat {
  0% {
    left: 40%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    bottom: 0%;
    left: 100%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes boat {
  0% {
    left: 40%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    bottom: 0%;
    left: 100%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

#hero #birds1 {
  width: 10vw;
  right: 20vw;
  top: 10vw;
  -webkit-animation-name: 'bird1';
          animation-name: 'bird1';
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bird1 {
  0% {
    width: 10vw;
    right: 20vw;
    top: 10vw;
    opacity: 0;
  }
  50% {
    width: 8vw;
    right: 13vw;
    top: 7vw;
    opacity: .5;
  }
  100% {
    width: 3vw;
    right: 10vw;
    top: 5vw;
    opacity: 0;
  }
}

@keyframes bird1 {
  0% {
    width: 10vw;
    right: 20vw;
    top: 10vw;
    opacity: 0;
  }
  50% {
    width: 8vw;
    right: 13vw;
    top: 7vw;
    opacity: .5;
  }
  100% {
    width: 3vw;
    right: 10vw;
    top: 5vw;
    opacity: 0;
  }
}

#hero #birds2 {
  width: 10vw;
  left: 30vw;
  top: 15vw;
  -webkit-animation-name: 'bird2';
          animation-name: 'bird2';
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bird2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .25;
  }
  25% {
    opacity: .8;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: .3;
    width: 8vw;
    left: 20vw;
    top: 10vw;
  }
  100% {
    opacity: 0;
    width: 5vw;
    left: 18vw;
    top: 8vw;
  }
}

@keyframes bird2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .25;
  }
  25% {
    opacity: .8;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: .3;
    width: 8vw;
    left: 20vw;
    top: 10vw;
  }
  100% {
    opacity: 0;
    width: 5vw;
    left: 18vw;
    top: 8vw;
  }
}

#goods {
  background: url("../pic/首頁大圖/back2.jpg") no-repeat center/cover;
}

#goods #items-carousel a span {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  color: #333;
}

@media (max-width: 576px) {
  #goods #items-carousel a span {
    opacity: 1;
  }
}

#goods #items-carousel a:hover span {
  opacity: 1;
}

#services h5 {
  text-shadow: 2px 2px 12px #777;
}

#services img {
  /* width: 200px; */
}

#services .items {
  height: 200px;
}

#products .bg-back2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#contact {
  background: url("../pic/形象照片/立體茶包.jpg") no-repeat center/cover, #f7f7f7;
  background-blend-mode: overlay;
  font-size: 14px;
}

#contact .logo {
  width: 160px;
  margin: auto;
}

#contact .links a {
  width: 24px;
  padding: 4px;
  
}

#contact .links a i {
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding: 5px 2px; 
  color: #fff;
  background:#1d763d;
}
/*# sourceMappingURL=hemusih.css.map */

#item1,#item2,#item3,#item4{
  padding-top: 60px;
}