@charset "UTF-8";
/* CSS Document */

.container,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.panel-body,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
p,
span {
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}
@media (max-width: 768px) {
  .previewVideoIframe {
    margin: 5% auto;
    text-align: center;
    min-height: 200px;
    width: 100%;
  }

  .heading h2 {
    color: #333;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
  }

}
@media (min-width: 768px) {
  .margin2 {
    margin: 2%;
  }

  .previewVideoIframe {
    width: 100%;
    min-height: 315px;
    margin: 0 auto;
    text-align: center;
  }

  .heading h2 {
    color: #333;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
  }

}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .left {
    text-align: left;
  }

  .team-member-info h4 {
    text-align: left;
    max-width: 450px;
  }

  .portfolio-caption .text-muted {
    padding: 0;
  }

  .btn-light {
    border: 1px solid #000;
    background-color: #ffffff00;
  }

  .btn-light:hover {
    border: 1px solid #000;
    background-color: #fff;
  }

  .img-responsive {
    width: 100%;
  }

  .more {
    text-align: center;
    margin: 3% auto;
    border: none;
    padding: 2%;
  }

  .heading-center {
    text-align: center;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;

    padding: 3%;
  }

  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #45789c;
    --bs-btn-border-color: #45789c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #325e7d;
    --bs-btn-hover-border-color: #325e7d;
    --bs-btn-focus-shadow-rgb: 255, 208, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #325e7d;
    --bs-btn-active-border-color: #325e7d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #45789c;
    --bs-btn-disabled-border-color: #45789c;
  }

  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #3a893c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3a893c;
    --bs-btn-hover-border-color: #3a893c;
    --bs-btn-focus-shadow-rgb: 255, 208, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3a893c;
    --bs-btn-active-border-color: #3a893c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4caf50;
    --bs-btn-disabled-border-color: #4caf50;
  }

}
@media (min-width: 768px) {
  .heading p {
    color: #333;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto;
    text-align: left;
    max-width: 80%;
  }

}
@media (max-width: 767px) {
  header.masthead {
    padding-top: 80px !important;
    padding-bottom: 50% !important;
    text-align: center;
    color: #fff;
    background-image: url("../assets/images/header-bg-1-xs.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    margin-top: 50px;
  }

  header.page1-masthead {
    text-align: center;
    color: #fff;
    background-image: url("../assets/images/header-bg-page1-xs.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    margin-top: 50px;
  }

}
@media (min-width: 768px) {
  header.page1-masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
    min-height: 600px;

    text-align: center;
    color: #fff;
    background-image: url("../assets/images/header-bg-page1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  header.page1-masthead .masthead-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4d5269;
  }

  header.page1-masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #4d5269;
  }

}

header.masthead {
  /* padding-top: 10.5rem; */
  /* padding-bottom: 6rem; */
  text-align: center;
  color: #fff;
  background-image: url("../assets/images/header-bg-1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100%;
}

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.teacher-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.info-box {
  padding: 5% 0;
  background: #fff;
}

.info-box h5 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

section ol li,
section ul li {
  font-size: 18px;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
  line-height: 35px;
}

dir,
menu,
ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 1em;
  -webkit-padding-start: 40px;
  padding-top: 0;
  margin-top: 0;
}

.shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.4);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
}

section {
  padding: 1.5rem 0;
}

.outline {
  padding: 0 2%;
}

.outline h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 2%;
}

.outline p {
  font-size: 18px;
  color: #333;
  margin-bottom: 2%;
  padding-left: 2px;
}

.accordion-button {
  font-weight: 600;
}

.accordion-body {
  font-size: 14px;
}

.accordion {
  margin-bottom: 2%;
}

.wrap-radious {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  background: #fff;
}

.accordion-button {
  margin: 0;
  padding: 20px 10px;
  font-size: 1.3rem;
  color: #333;
}

.accordion-button:not(.collapsed) {
  color: red;
  margin: 0;
  padding: 20px 10px;
}

.img-responsive {
  width: 100%;
}

.nav-item a:hover,
.nav-link:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#mainNav .navbar-brand {
  color: #fff;
}

.more {
  text-align: center;
  margin: 2% auto;
}

.team-member .h4,
.team-member h4 {
  margin: 5px auto;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
}

.team-member img {
  width: 12rem;
  height: 12rem;
  border: .5rem solid rgba(0, 0, 0, 0.1);
  margin: 1% auto;
}

.rounded-circle {
  border-radius: 50% !important;
}

.responsive {
  width: 100%;
  height: auto;
}

.list-box {
  padding: 2% 0;
}

.list-box h3 {
  font-size: 1.5em;
  margin: 0;
}

.list-box li {
  margin-bottom: 2%;
}

.thumbnail {
  border: 1px solid #CCC;
  padding: 5px;
  background: #f9f9f9;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.mbr-buttons {
  margin: 2% auto;
  position: relative;
  text-align: center;
  top: 0;
}

.page-section a {
  font-size: 18px;
  margin: 2px;
}

.title {
  margin: 3% auto;
  line-height: 35px;
}


.title h3 {
  color: #333;
  font-weight: 500;
  font-size: 1.2em;
  margin: 1rem auto;
  text-align: left;
  line-height: 35px;
  width: 85%;
}

.title h4 {
  color: #333;
  font-weight: 500;
  font-size: 1.4em;
  margin: 1rem auto;
  text-align: center;
  line-height: 35px;
  width: 90%;
}

.title-h4 {
  color: rgb(252, 78, 51);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: .5em;
}

.video-wrapper {
  margin: 2% auto 0;
  text-align: center;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.title p {
  color: #333;
  font-weight: 500;
  font-size: 1.2em;
  margin: 1rem auto;
  text-align: center;
  line-height: 35px;
  width: 85%;
}

.title-border {
  font-size: 21px;
  text-align: left;
  letter-spacing: 1.2px;
  text-shadow: none;
  padding-bottom: 0;
  display: block;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 1em;
  -webkit-padding-start: 20px;
}
@media (max-width: 767px) {
  .page1-masthead .img-responsive {
    width: 100%;
    padding-top: 85px !important;
  }
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff6666;
  --bs-btn-border-color: #ff6666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff6666;
  --bs-btn-disabled-border-color: #ff6666;
}

.teacher-info {
  background: #fff;
  padding: 2%;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 2;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators button{
background-color: #000 !important;
}


.carousel-control,.carousel-control:focus,.carousel-control:hover{
  background: rgb(0 0 0 / 20%);
  width: 5%;

}

.carousel-indicators {
    bottom: -10% !important;
}


.modal {
    --bs-modal-width: 800px;
}

.btn-md{

   margin: 1% auto !important;
}