@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap);
body {
  color: #666;
  font-size: 16px;
}

.btn-primary {
  background-color: #90C41E;
  border-color: #90C41E;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-primary:hover {
  background-color: #009FA9;
  border-color: #009FA9;
}

.banner-home {
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-home h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.1) 0.1em 0.1em 0.1em;
  margin: 0px;
  margin-top: 60px;
  padding-bottom: 10px;
}
.banner-home h2::after {
  display: none;
}
.banner-home p {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1) 0.1em 0.1em 0.1em;
}

.menu {
  color: #fff;
  background: linear-gradient(to right, #90C41E 0%, #009FA9 100%);
  text-align: center;
}
.menu a {
  color: #fff;
  text-decoration: none;
  webkit-transform: all 0.2s;
  transition: all 0.2s;
}
.menu a .menu-img {
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.menu a h4 {
  font-size: 1.25rem;
  line-height: 2em;
}
.menu a:hover {
  opacity: 0.7;
}
.menu a:hover .menu-img {
  background-color: rgba(255, 255, 255, 0.1);
}

.time-line .col-md-6 {
  position: relative;
}
.time-line .col-md-6:first-child {
  border-right: 2px #ddd dotted;
}
.time-line .col-md-6 img {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.time-line .col-md-6 .text {
  padding: 0 50px;
}
.time-line .col-md-6 .text h2 {
  font-size: 3rem;
  color: #009FA9;
  font-weight: 400;
  padding-top: 100px;
  position: relative;
}
.time-line .col-md-6 .text h2::after {
  display: none;
}
.time-line .col-md-6 .text h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #009FA9;
  border-radius: 50%;
  top: 120px;
  left: -73px;
}
.time-line .col-md-6 .text p {
  font-size: 1.5rem;
}
.time-line .col-md-6 .text p span {
  color: #009FA9;
  font-weight: bold;
}
.time-line .col-md-6:nth-child(odd) .text {
  text-align: right;
}
.time-line .col-md-6:nth-child(odd) .text h2 {
  color: #90C41E;
}
.time-line .col-md-6:nth-child(odd) .text h2::before {
  left: auto;
  right: -73px;
  background-color: #90C41E;
}
.time-line .col-md-6:nth-child(odd) .text p span {
  color: #90C41E;
}
.time-line:last-child {
  margin-bottom: -80px;
}

.banner {
  text-align: center;
  padding: 166px 0 80px 0;
  color: #fff;
  background-image: url(../images/page-banner.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.banner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #90C41E 0%, #009FA9 100%);
  opacity: 0.9;
  z-index: 1;
}
.banner h1 {
  position: relative;
  z-index: 2;
  text-shadow: rgba(0, 0, 0, 0.1) 0.1em 0.1em 0.1em;
}

#sticky-nav .navbar-nav {
  flex-direction: column;
  width: 250px;
}
#sticky-nav .navbar-nav .nav-link {
  border-radius: 50px;
  color: #90C41E;
  border: 1px #90C41E solid;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
}
#sticky-nav .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #90C41E;
}
#sticky-nav.sticky {
  position: fixed;
  top: 30px;
  z-index: 2;
  width: 20%;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

h2 {
  color: #333333;
  margin-bottom: 25px;
  font-size: 1.875rem;
}
h2::after {
  display: block;
  content: "";
  width: 60px;
  padding-top: 15px;
  border-bottom: 2px #90C41E solid;
}

h3 {
  color: #333333;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
h3::after {
  display: block;
  content: "";
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px #90C41E solid;
}

.table thead tr th {
  color: #fff;
  background-color: #90C41E;
  padding: 12px;
}
.table tbody tr th {
  color: #90C41E;
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px #eee solid;
}
.table tbody tr td {
  padding: 12px;
  color: #666;
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px #eee solid;
}
.table tbody tr:last-child th {
  border-bottom: none;
}
.table tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .banner-home {
    height: 400px;
  }
  .banner-home h2 {
    font-size: 1.875rem;
  }
  .banner-home p {
    font-size: 1.125rem;
  }
  .time-line .col-md-6 .text h2 {
    font-size: 1.875rem;
  }
  .time-line .col-md-6 .text h2::before {
    top: 110px;
  }
  .time-line .col-md-6 .text p {
    font-size: 1.125rem;
  }
  .banner {
    padding: 126px 0 40px 0;
  }
  #sticky-nav {
    position: fixed;
    right: 10px;
    width: 50%;
    justify-content: flex-end;
  }
  #sticky-nav.sticky {
    right: 10px;
    padding-top: 80px;
    width: 50%;
  }
  #sticky-nav.sticky .navbar-nav {
    display: flex;
    justify-content: flex-end;
  }
  #sticky-nav.sticky .navbar-nav li .nav-link {
    width: 100%;
  }
  #sticky-nav .navbar-toggler {
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #90C41E;
    border-radius: 50%;
  }
  #sticky-nav .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/option.svg);
    width: 1.25em;
    height: 1.25em;
  }
}
#goToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

#goToTop a {
  display: block;
  background-color: #009FA9;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
}

#goToTop a:hover {
  background-color: #006A71;
}

@media screen and (max-width: 768px) {
  html {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .banner-home {
    height: 250px;
  }
  .banner-home h2 {
    font-size: 1.5rem;
  }
  .banner-home p {
    font-size: 0.875rem;
  }
  .time-line {
    margin-left: 20px;
    align-items: start !important;
  }
  .time-line .col-md-6 {
    border-left: 2px #ddd dotted;
  }
  .time-line .col-md-6 img {
    max-width: 90%;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .time-line .col-md-6:first-child {
    border-right: none;
  }
  .time-line .col-md-6 .text {
    padding: 0 25px 25px 25px;
  }
  .time-line .col-md-6 .text h2 {
    padding-top: 30px;
  }
  .time-line .col-md-6 .text h2::before {
    width: 15px;
    height: 15px;
    top: 40px;
    left: -46px;
  }
  .time-line .col-md-6:nth-child(odd) .text {
    text-align: left;
  }
  .time-line .col-md-6:nth-child(odd) .text h2::before {
    left: -46px;
    right: auto;
  }
  .time-line:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  .table {
    min-width: 500px;
  }
}
header .navbar {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.05) !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
header .navbar .navbar-collapse .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px transparent solid;
  color: #333333;
}
header .navbar .navbar-collapse .navbar-nav .nav-link.active {
  color: #90C41E;
  border-bottom-color: #90C41E;
}
header .navbar .navbar-collapse .navbar-nav .nav-link::after {
  display: none;
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  animation-name: menu-fade;
  animation-duration: 0.5s;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
@keyframes menu-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover, header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: #90C41E;
}
header .navbar .navbar-collapse .nav-item .dropdown-menu {
  display: none;
}
header .navbar .navbar-collapse .nav-item:hover .dropdown-menu {
  display: block;
}

footer {
  padding-top: 60px;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}
footer h3 {
  color: #333333;
  margin-bottom: 20px;
}
footer img {
  width: auto;
  max-height: 70px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  padding: 5px 0;
}
footer ul li i {
  color: #90C41E;
  margin-right: 10px;
}
footer .copyright {
  margin-top: 30px;
  background-color: #90C41E;
  padding: 20px 0;
  text-align: center;
  font-size: small;
  color: #fff;
}/*# sourceMappingURL=main.css.map */