* {
  font-family: Noto Sans TC, sans-serif;
  letter-spacing: 1.1px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.navbar, .dropdown-menu {
  font-size: 14px;
}

.navbar {
  -webkit-box-shadow: 0px 2px 8px rgba(26, 26, 51, 0.1);
          box-shadow: 0px 2px 8px rgba(26, 26, 51, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  height: 100px;
}
.navbar a {
  color: #000;
}
.navbar a.nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.dropdown-item:hover {
  background-color: #5c6241;
  color: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
header.index {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 0px;
}
header.index img {
  width: 100%;
}
header.index .col-md-4 {
  padding: 40px;
}
header.index p {
  font-size: 16px;
}

header.index.eng p {
  font-size: 13px;
}
header.index.eng .col-md-4 {
  padding: 30px;
}

header.jumbotron {
  color: #5c6241;
  padding: 0;
}
header.jumbotron hr {
  border: 2px solid;
}
header.jumbotron img {
  width: 100%;
}

section.index {
  text-align: center;
  padding: 80px 0px;
}
section.index .section-heading {
  font-size: 36px;
}

.page {
  padding-bottom: 20px;
  padding-top: 40px;
}
.page h2 {
  color: #5c6241;
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.page h4 {
  font-size: 20px;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 3px solid;
  font-weight: 500;
}

p {
  font-size: 15px;
  line-height: 28px;
  color: #3e3e3e;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-character;
}

li {
  color: #565656;
}

ul li {
  list-style: none;
}

a {
  color: #5c6241;
}
a:hover {
  text-decoration: none;
  color: #978f73;
}

blockquote {
  padding: 0px 10px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 1px solid #6a6969;
  color: #6a6969;
  font-style: italic;
}

hr.underline {
  max-width: 50px;
  border: solid 2px #5c6241;
}

.button {
  background-color: #5b513d;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.button:hover {
  background-color: #978f73;
  color: #fff;
}

section.content {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #5c6241;
}
section.content img {
  width: 40%;
}
section.content ul li {
  list-style: disc;
}
section.content h3 {
  font-size: 20px;
}
section.content .tree {
  position: relative;
  margin-top: 80px;
}
section.content .tree.chi .logo, section.content .tree.eng .logo {
  width: 12%;
  height: 25%;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
section.content .tree.chi .logo:hover, section.content .tree.eng .logo:hover {
  background-color: #5c6241;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
section.content .tree.chi .logo:hover .text, section.content .tree.eng .logo:hover .text {
  display: block;
}
section.content .tree.chi .logo h4, section.content .tree.eng .logo h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.3vmin;
}
section.content .tree.chi .l1, section.content .tree.chi .l2, section.content .tree.chi .l3, section.content .tree.chi .l4, section.content .tree.chi .l5, section.content .tree.eng .l1, section.content .tree.eng .l2, section.content .tree.eng .l3, section.content .tree.eng .l4, section.content .tree.eng .l5 {
  position: absolute;
}
section.content .tree.chi .l1, section.content .tree.eng .l1 {
  left: 48%;
  top: -10%;
}
section.content .tree.chi .l1 .text, section.content .tree.eng .l1 .text {
  position: absolute;
  width: 200px;
  left: 100%;
  top: 30%;
  font-size: 1.8vmin;
  color: #5c6241;
  display: none;
  text-align: left;
}
section.content .tree.chi .l2, section.content .tree.eng .l2 {
  left: 32%;
  top: 8%;
}
section.content .tree.chi .l2 .text, section.content .tree.eng .l2 .text {
  position: absolute;
  width: 200px;
  right: 100%;
  top: 0;
  font-size: 1.8vmin;
  color: #5c6241;
  display: none;
  text-align: left;
}
section.content .tree.chi .l3, section.content .tree.eng .l3 {
  left: 46%;
  top: 43%;
}
section.content .tree.chi .l3 .text, section.content .tree.eng .l3 .text {
  position: absolute;
  width: 200px;
  left: 100%;
  top: 30%;
  font-size: 1.8vmin;
  color: #5c6241;
  display: none;
  text-align: left;
}
section.content .tree.chi .l4, section.content .tree.eng .l4 {
  left: 25%;
  top: 56%;
}
section.content .tree.chi .l4 .text, section.content .tree.eng .l4 .text {
  position: absolute;
  width: 200px;
  right: 100%;
  top: 25%;
  font-size: 1.8vmin;
  color: #5c6241;
  display: none;
  text-align: left;
}
section.content .tree.chi .l5, section.content .tree.eng .l5 {
  left: 65%;
  top: 78%;
}
section.content .tree.chi .l5 .text, section.content .tree.eng .l5 .text {
  position: absolute;
  width: 200px;
  left: 70%;
  top: 30%;
  font-size: 2vmin;
  color: #5c6241;
  display: none;
}
section.content .tree.eng .logo h4 {
  font-size: 1.5vmin;
  font-weight: 500;
}
section.content .tree.eng .l1 .text, section.content .tree.eng .l2 .text, section.content .tree.eng .l3 .text, section.content .tree.eng .l4 .text, section.content .tree.eng .l5 .text {
  font-size: 1.5vmin;
}
section.content .tree.eng .l3 .text {
  top: 23%;
}
section.content .tree.eng .l4 .text {
  top: 16%;
}

@media (max-width: 992px) {
  section.content img {
    width: 60%;
  }
  section.content .tree.chi .logo, section.content .tree.eng .logo {
    width: 18%;
  }
  section.content .tree.chi .l1, section.content .tree.eng .l1 {
    left: 48%;
    top: -10%;
  }
  section.content .tree.chi .l2, section.content .tree.eng .l2 {
    left: 23%;
    top: 8%;
  }
  section.content .tree.chi .l3, section.content .tree.eng .l3 {
    left: 46%;
    top: 43%;
  }
  section.content .tree.chi .l4, section.content .tree.eng .l4 {
    left: 15%;
    top: 56%;
  }
  section.content .tree.chi .l5, section.content .tree.eng .l5 {
    left: 65%;
    top: 78%;
  }
  section.content .tree.chi .l1 .text, section.content .tree.eng .l1 .text {
    width: 100px;
    left: 80%;
  }
  section.content .tree.chi .l2 .text, section.content .tree.eng .l2 .text {
    width: 100px;
    right: 110%;
  }
  section.content .tree.chi .l3 .text, section.content .tree.eng .l3 .text {
    width: 100px;
    left: 80%;
  }
  section.content .tree.chi .l4 .text, section.content .tree.eng .l4 .text {
    width: 100px;
  }
  section.content .tree.eng .logo h4 {
    font-size: 1.8vmin;
  }
  section.content .tree.eng .l1 .text {
    top: 10%;
  }
  section.content .tree.eng .l2 .text {
    width: 100px;
    right: 140%;
    top: -8%;
  }
  section.content .tree.eng .l3 .text {
    width: 120px;
    left: 80%;
    top: 10%;
  }
  section.content .tree.eng .l4 .text {
    width: 100px;
    top: 0;
  }
  section.content .tree.eng .l1 .text, section.content .tree.eng .l2 .text, section.content .tree.eng .l3 .text, section.content .tree.eng .l4 .text, section.content .tree.eng .l5 .text {
    font-size: 1.7vmin;
  }
}
section#photo {
  color: #5c6241;
}

#nanogallery {
  padding: 20px;
}

.nGY2 .nGY2GThumbnailIconsFullThumbnail {
  text-shadow: 2px 3px 5px #4d4d4d;
}

section#location {
  background-color: #5b513d;
  color: #fff;
}
section#location hr {
  border-color: #fff;
}
section#location li {
  font-size: 15px;
  letter-spacing: normal;
  text-align: left;
  list-style: disc;
  margin-bottom: 10px;
  color: #fff;
}
section#location ul {
  padding-left: 25px;
}
section#location h5 {
  text-align: left;
}
section#location .map {
  padding: 20px;
}
section#location h4 {
  margin-top: 40px;
}

.block {
  margin-bottom: 40px;
}

figure {
  padding-top: 20px;
}

.figure-caption {
  color: #595959;
  font-size: 75%;
  text-align: justify;
  text-justify: distribute;
}

.residence {
  margin-bottom: 20px;
}
.residence img {
  width: 100%;
  border-radius: 25px;
}
.residence .photo {
  padding: 20px;
}
.residence .time {
  font-size: 18px;
  text-align: center;
}
.residence .name {
  margin-bottom: 10px;
  font-size: 17px;
}
.residence .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.residence .intro {
  margin-top: 10px;
}

footer {
  padding: 20px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
}
footer p {
  font-size: 14px;
}
footer i {
  padding: 0px 1px;
}

#scrollToTop {
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -99999em;
  display: none;
  cursor: pointer;
  z-index: 2;
  background: #978f73 url(../images/go-to-top.png) center center no-repeat;
}
#scrollToTop:hover {
  text-decoration: none;
  background-color: #5c6241;
}

[data-aos=fadein-animation] {
  opacity: 0;
}
[data-aos=fadein-animation].aos-animate {
  opacity: 1;
}