body {
  overflow-x: hidden !important;
  line-height: 1.6rem;
  font-family: "Noto Sans TC", sans-serif;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.6rem;
}

.navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.navbar {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.navbar.sticky {
  background-color: #fff;
  position: fixed;
}
.navbar .navbar-brand img {
  width: 300px;
}
.navbar .nav .nav-link {
  color: #040E41;
  position: relative;
  padding: 20px;
}
.navbar .nav .nav-link.active::after {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #FFD82C;
}

.banner {
  width: 100%;
  height: 100vh;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}
.banner h1 {
  font-size: 2.25rem;
}
.banner h1 span {
  color: #FFD82C;
}
.banner h2 {
  font-size: 2.25rem;
  font-weight: 400;
}
.banner h2 small {
  font-size: 1.25rem;
}
.banner h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
.banner p {
  font-size: 1.25rem;
}
.banner a {
  color: #fff;
}
.banner .card {
  max-width: 500px;
}

.btn-success {
  background-color: #09BE10;
  border-color: #09BE10;
}
.btn-success:hover {
  color: #fff;
  background-color: #077D0C;
  border-color: #077D0C;
}

.block {
  position: relative;
}
.block a {
  color: #040E41;
}
.block.dark {
  color: #fff;
  background-color: #040E41;
}
.block .photo {
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 5;
}
.block .title {
  font-size: 2.25rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.block .title::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background-color: #FFD82C;
}
.block .title.center {
  text-align: center;
}
.block .title.center::after {
  left: 50%;
  margin-left: -50px;
}
.block .list {
  list-style: none;
  padding-left: 0;
}
.block .list li {
  line-height: 35px;
  padding-left: 25px;
  background-image: url(../images/check.svg);
  background-size: 20px 20px;
  background-position: left 7px;
  background-repeat: no-repeat;
}
.block .list.inline li {
  display: inline-block;
  margin-right: 10px;
}
.block .feature {
  list-style: none;
  padding-left: 0;
  margin-left: -3%;
  overflow: hidden;
}
.block .feature li {
  height: 75px;
  width: 30%;
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 3%;
}
.block .feature li:last-child {
  border-right: none;
}
.block .feature li span {
  font-weight: 600;
  display: block;
}
.block .feature li strong {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  color: #F37321;
}
.block h4 {
  font-size: 1.25rem;
}
.block .program-box img {
  width: 200px;
}
.block .btn-warning {
  background-color: #FFD82C;
  border-color: #FFD82C;
}
.block .btn-warning:hover {
  color: #FFD82C;
  border-color: #FFD82C;
  background-color: transparent;
}
.block .img_list img {
  height: 50px;
}
.block .protection .video {
  display: block;
  background-size: auto 100%;
  background-position: center;
  height: 250px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}
.block .protection .video:hover {
  background-size: auto 110%;
}
.block .protection .video::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/play.svg);
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.block .protection h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
.block .box {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.block .box h2 {
  font-size: 2.25rem;
  font-weight: 400;
}
.block .box h2 small {
  font-size: 1.25rem;
}
.block .box h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
.block .box p {
  font-size: 1.25rem;
}
.block .box .btn {
  color: #fff;
}
.block .bg1 {
  background-image: url(../images/bg1.png);
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.block .bg2 {
  background-image: url(../images/bg2.png);
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.block .bg3 {
  background-image: url(../images/bg3.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.block.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.block .decorate {
  position: absolute;
  background-image: url(../images/film.svg);
  background-size: cover;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 10;
}
.block .decorate_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  display: block;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 216, 44, 0.3);
  border-radius: 50%;
  z-index: 1;
}

.title-lg {
  background-color: #FFD82C;
  text-align: center;
}
.title-lg h2 {
  font-size: 2.25rem;
  color: #040E41;
  margin-bottom: 0;
}

.modal-body h4 {
  font-size: 1.125rem;
}
.modal-body p {
  font-size: 0.875rem;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #FFD82C;
}

.float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.float a {
  display: block;
  background-color: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 16px;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s;
}
.float a:hover {
  background-color: #F37321;
}
.float a span {
  display: block;
}
.float a.float-line {
  background-color: #09BE10;
  font-size: 16px;
  line-height: 50px;
  padding: 0;
  margin-bottom: 5px;
}
.float a.float-line:hover {
  background-color: #077D0C;
}

@media only screen and (max-width: 992px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .nav .nav-link {
    padding: 10px;
  }
  .navbar .nav .nav-link.active::after {
    display: none;
  }
  .navbar .navbar-brand img {
    width: 250px;
  }
  .scrollspy-example {
    overflow: hidden;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .banner h2 {
    font-size: 1.5rem;
  }
  .banner h2 span {
    display: block;
  }
  .banner h2 small {
    font-size: 1.125rem;
  }
  .banner h3 {
    font-size: 1.125rem;
  }
  .banner p {
    font-size: 1rem;
  }
  .block .title {
    font-size: 1.875rem;
  }
  .block .photo {
    min-height: 300px;
  }
  .block .p-5 {
    padding: 1.5rem !important;
  }
  .block .img_list img {
    height: 30px;
  }
  .block .decorate, .block .decorate_bg {
    display: none;
  }
  .block .protection .video {
    height: 200px;
  }
  .block .protection h4 {
    margin-bottom: 30px;
  }
  .block .box h2 {
    font-size: 1.5rem;
  }
  .block .box h2 span {
    display: block;
  }
  .block .box h2 small {
    font-size: 1.125rem;
  }
  .block .box h4 {
    font-size: 1.125rem;
  }
  .block .box p {
    font-size: 1rem;
  }
  .title-lg h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner .card {
    max-width: 320px;
  }
  .block .program-box img {
    width: 300px;
  }
  .block .feature {
    overflow: hidden;
    margin-left: -1%;
  }
  .block .feature li {
    width: 32.6666666%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
  }
  .block .feature li span {
    font-size: 0.75rem;
  }
  .block .feature li strong {
    font-size: 1.875rem;
    margin-top: 0px !important;
  }
}/*# sourceMappingURL=all.css.map */