@charset "UTF-8";
* {
  font-family: 微軟正黑體, sans-serif;
  letter-spacing: 1.1px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #315857;
}

h3 {
  padding-left: 15px;
  border-left: 3px solid #315857;
  margin-bottom: 20px;
  margin-top: 30px;
}

.bg-body-tertiary {
  background-color: #5EAAA8 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar a {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}
.navbar a.nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar a.nav-link:active {
  color: #fff;
}
.navbar .nav-link.show {
  color: #fff;
}
.navbar span {
  font-size: 12px;
}

ul.dropdown-menu a {
  color: #000;
  font-size: 14px;
}
ul.dropdown-menu a:hover {
  background-color: #5EAAA8;
  color: #fff;
}

a {
  color: #315857;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgba(58, 106, 105, 0.5);
}

section p {
  line-height: 30px;
}

img {
  width: 100%;
}

span {
  font-weight: 800;
}

section {
  padding-bottom: 20px;
  padding-top: 30px;
}

section li {
  margin-bottom: 10px;
}

section ul > li > ul > li {
  margin-bottom: 0px;
}

.sidebar {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar li > a {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: block;
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;
}

.sidebar .caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-right: 5px;
}

iframe {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer {
  background-color: #5EAAA8;
  padding: 20px;
}
footer p {
  color: #fff;
  font-size: 14px;
}

#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: rgba(58, 106, 105, 0.5) url(../images/go-to-top.png) center center no-repeat;
}
#scrollToTop:hover {
  text-decoration: none;
  background-color: #315857;
}