@charset "UTF-8";
a {
  color: #ffc300;
  outline: 0;
  font-weight: bold;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

/*navbar*/
.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}

.dropdown-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

.dropdown:hover .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -200px;
  top: 30px;
  left: auto;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

/*反白顏色*/
.dropdown-menu li .dropdown-item:hover {
  background-color: #343a40;
  -webkit-text-decoration: underline #FFC300 2px;
          text-decoration: underline #FFC300 2px;
}

/*
.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
}*/
.dropdown-menu-end[data-bs-popper] {
  right: -200px;
  left: auto;
}

.dropdown-divider {
  border-width: 1px !important;
  margin: 0.5rem 1rem;
  overflow: hidden;
  border-color: #FFC300 !important;
  opacity: 1 !important;
}

.h-nav-title2 {
  color: #f8f9fa !important;
  line-height: 19px;
  font-size: 1rem !important;
}

.h-nav-title3 {
  color: #FFC300 !important;
  line-height: 19px;
  font-size: 1rem !important;
}

.h-nav-text {
  color: #ffffff !important;
  line-height: 24px;
  font-size: 1.125rem;
}

/*側邊*/
/* ============ small devices ============ */
.offcanvas-style {
  background-color: rgba(12, 11, 9, 0.75);
  border-left: 2px solid #FFC300;
  max-width: 220px;
}

.offcanvas-style a {
  font-weight: 400;
}

.offcanvas-body {
  padding: 0rem 0rem 0rem 0.25rem;
}

.nav-link-title {
  font-size: 1.25rem;
  display: block;
  margin: 2rem 0rem 0rem 1rem;
  color: #f1f1f1;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-title:focus,
.nav-link-title:hover {
  color: #f1f1f1;
}

.nav-link-title2 {
  font-size: 1rem;
  display: block;
  padding: 0.5rem 0;
  margin: 0rem 0rem 0.5rem 1rem;
  color: #FFC300;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  border-bottom: solid 1px #FFC300;
}

.nav-link-title2:focus,
.nav-link-title2:hover {
  color: #FFC300;
}

.nav-link {
  font-size: 1.125rem;
  display: block;
  margin: 0 0 0 0.5rem;
  color: #f1f1f1;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
  color: #f1f1f1;
}
/*# sourceMappingURL=header.css.map */