@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
* {
  color: goldenrod;
}

body {
  background: #1e5b78;
  font-family: 'Noto Serif TC', serif;
  letter-spacing: .4rem;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.window_show {
  padding-top: 0px;
}

.row {
  padding: 0;
}

.horizontal_976 {
  padding: 0;
}

header nav {
  background: #1e5b78;
  transition: .5s;
  border-bottom: solid 1px goldenrod;
}

header .navbar-light a.navbar-brand {
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5rem;
}

header .navbar-light a.navbar-brand * {
  font-weight: bold;
  color: goldenrod;
}

header .navbar-light a.navbar-brand small {
  font-size: 12px;
}

header .navbar-light a.navbar-brand img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  opacity: .7;
}

header ul li {
  font-size: 16px;
  padding: .5rem 1rem .5rem 3rem;
  transition: .5s;
  font-weight: 300;
  border-radius: 4px;
}

header ul li a {
  color: goldenrod !important;
  position: relative;
}

header ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3rem;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: url("../img/icon/4.png") no-repeat center/contain;
  transform: translate(0%, -50%);
  transition: .5s;
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  opacity: 0;
}

header ul li:hover a::after {
  opacity: 1;
  left: -2.5rem;
}

.window_show {
  display: block;
}

.window_show .row {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
}

@media (max-width: 796px) {
  .window_show .row {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.window_show .carousel .carousel-inner .carousel-item .hero_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 20%;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption p {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #dddfe6;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption p i {
  margin-right: 10px;
}

.window_show .carousel .carousel-inner .carousel-item:first-child img {
  object-fit: cover;
  object-position: center;
}

.phone_show {
  display: none;
}

.phone_show .carousel .carousel-inner .carousel-item .hero_img {
  width: 100%;
  height: calc( 100vh);
  object-fit: cover;
}

.phone_show .bgI {
  position: relative;
  width: 100%;
}

.phone_show .bgI figure {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone_show .bgI figure img {
  width: 550px;
  height: 320px;
  object-fit: cover;
  border: 3px solid #f4f5f9;
  border-radius: 5px;
  margin: 15px 0;
}

.phone_show .bgI .text_detail h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.phone_show .bgI .text_detail h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

.phone_show .bgI .text_detail h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

.phone_show .bgI .text_detail .bg_frame {
  background: #fff;
  padding: 20px 50px;
  margin-top: 50px;
}

.phone_show .bgI .text_detail .bg_frame p {
  font-size: 16px;
}

section.about h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.about h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.about h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.serve {
  margin-top: 100px;
}

section.serve .serve_p {
  position: relative;
  width: 100%;
  height: 100%;
}

section.serve .serve_p::before {
  content: "";
  background-image: url(../img/course/course_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  background-position: 50% 30%;
  height: 100%;
  filter: blur(2px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

section.serve .serve_p h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.serve .serve_p h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.serve .serve_p h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.serve .serve_p .container-rwd {
  width: 1390px;
  margin: 0 auto;
}

section.serve .serve_p .container-rwd .serve_content {
  padding-top: 50px;
}

section.serve .serve_p .container-rwd .serve_content .pic_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.serve .serve_p .container-rwd .serve_content .pic_center figure {
  width: 400px;
  height: 550px;
  border: 3px solid #f4f5f9;
  box-shadow: 0px 0px 5px #252c41;
  border-radius: 5px;
}

section.serve .serve_p .container-rwd .serve_content .pic_center figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.serve .serve_p .container-rwd .serve_content .detail {
  background: #f4f5f9cc;
  padding: 20px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px 20px 20px;
}

section.serve .serve_p .container-rwd .serve_content .detail h5 {
  font-size: 26px;
  letter-spacing: 3px;
}

section.serve .serve_p .container-rwd .serve_content .detail ul {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

section.serve .serve_p .container-rwd .serve_content .detail ul li {
  margin: 10px;
  font-size: 20px;
}

section.serve .serve_p .container-rwd .serve_content .reservation {
  text-align: center;
}

section.serve .serve_p .container-rwd .serve_content .reservation a {
  color: #f4f5f9;
  background: #252c41;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 5px;
}

section.serve .serve_p .container-rwd .serve_content .reservation a:hover {
  background: #eab3b3;
  color: white;
  box-shadow: 1px 1px 3px #7f7f7f;
}

section.services {
  padding-top: 1.5rem;
  margin-bottom: 0rem !important;
}

section.services .service_item {
  display: flex;
}

section.services i {
  font-size: 2rem;
  margin-right: .75rem;
  opacity: .25;
}

section.teacher {
  margin-top: 5rem;
}

section.teacher h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.teacher h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.teacher h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.teacher img {
  height: suto;
  width: 100%;
  object-fit: contain;
  border: solid 5px #fff;
}

.everyWhereTeacher {
  margin-top: 0rem;
  position: relative;
  height: 100%;
  padding: 10px 80px;
}

.everyWhereTeacher::before {
  content: "";
  width: 100%;
  background-position: 50% 80%;
  height: 100%;
  filter: blur(2px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.everyWhereTeacher h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.everyWhereTeacher h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

.everyWhereTeacher h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

.everyWhereTeacher .row > * {
  padding: 0;
}

.everyWhereTeacher .bg_border {
  border: 1px solid #252c41;
  background: #ffffffb4;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.everyWhereTeacher .bg_border:hover {
  background: #dddfe6;
}

.everyWhereTeacher .bg_border h4 {
  font-size: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.everyWhereTeacher .bg_border h4 span {
  font-size: 18px;
  font-weight: 200;
}

.everyWhereTeacher .bg_border p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.everyWhereTeacher .bg_border p:nth-child(2) {
  margin-top: 20px;
  font-size: 24px;
}

.everyWhereTeacher .bg_border p:nth-child(4) {
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
}

.everyWhereTeacher .bg_border p:nth-child(4) i {
  margin-right: 5px;
}

.everyWhereTeacher .bg_border p:nth-child(4):hover {
  color: #eab3b3;
}

.everyWhereTeacher .bg_border a {
  border: 2px solid #252c41;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 10px;
  display: block;
  transition: .5s;
  text-align: center;
  margin-top: 25px;
  color: #252c41;
  text-decoration: none;
  letter-spacing: 2px;
}

.everyWhereTeacher .bg_border a i {
  margin-right: 10px;
}

.everyWhereTeacher .bg_border a:hover {
  background: #eab3b3;
  color: #f4f5f9;
}

section.portfolio {
  margin-top: 5rem;
  overflow-x: hidden;
}

section.portfolio .nav-link {
  outline: solid 1px #eab3b3;
  margin: .5rem .5rem 0;
}

section.portfolio h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

section.portfolio h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.portfolio h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.portfolio a.ask {
  padding: .3rem 3rem;
  margin: 10px;
  transition: .5s;
  text-align: center;
  text-decoration: none;
}

section.portfolio .slick-slide {
  width: 60vw;
  transition: .5s;
}

@media (max-width: 796px) {
  section.portfolio .slick-slide {
    width: 80vw;
  }
}

section.portfolio .slick-center {
  opacity: 1;
}

section.portfolio .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

section.portfolio .slick-dots *::before {
  color: goldenrod !important;
}

section.portfolio .slick-disabled {
  opacity: 0;
}

section.portfolio .slick-prev, section.portfolio .slick-next {
  height: 100%;
  width: 48px;
  z-index: 10;
  transition: .5s;
}

@media (max-width: 796px) {
  section.portfolio .slick-prev, section.portfolio .slick-next {
    width: 10vw;
  }
}

section.portfolio .slick-prev::before, section.portfolio .slick-next::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  display: inline-block;
  width: 70px;
  height: 70px;
  transition: .5s;
  content: '';
  background: url("../img/icon/2.png") no-repeat center/contain;
  opacity: 1;
}

@media (max-width: 796px) {
  section.portfolio .slick-prev::before, section.portfolio .slick-next::before {
    font-size: 25px;
  }
}

@media (min-width: 796px) {
  section.portfolio .slick-prev:hover::before, section.portfolio .slick-next:hover::before {
    font-size: 70px;
  }
}

section.portfolio .slick-next {
  right: -50px;
}

section.portfolio .slick-next::before {
  transform: rotate(90deg) translateY(10%);
}

section.portfolio .slick-next:hover::before {
  transform: rotate(90deg) translateY(-15%);
}

@media (max-width: 796px) {
  section.portfolio .slick-next::before {
    transform: rotate(90deg) translateY(14px);
  }
  section.portfolio .slick-next:hover::before {
    transform: rotate(90deg) translateY(14px);
  }
}

section.portfolio .slick-prev {
  left: -50px;
}

section.portfolio .slick-prev::before {
  transform: rotate(-90deg) translateY(-17%);
}

section.portfolio .slick-prev:hover::before {
  transform: rotate(-90deg) translateY(-48%);
}

section.portfolio .autoplay_works {
  border: solid 5px #fff;
}

section.portfolio .img_box {
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 796px) {
  section.portfolio .img_box {
    height: 40vh;
  }
}

section.portfolio .img_box img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  filter: grayscale(0.3);
  transition: .5s;
}

section.portfolio .img_box:hover {
  overflow: hidden;
}

section.portfolio .img_box:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}

section.contact_us .logo {
  display: inline-block;
  width: 100px;
  margin-bottom: 2rem;
  mix-blend-mode: multiply;
}

section.contact_us .store_detail {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.contact_us .store_detail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

section.contact_us .store_detail h2 {
  padding-bottom: 4rem;
  padding-top: 3.7rem;
  color: goldenrod;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.contact_us .store_detail h2::before {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.contact_us .store_detail h2::after {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(315deg);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/3.png") no-repeat center/contain;
  z-index: -1;
}

section.contact_us .store_detail p {
  color: #ffffff84;
}

section.contact_us .store_detail p a {
  color: #ffffff84;
  letter-spacing: 2px;
  padding: .25rem 2rem;
  padding-left: 1rem;
  display: inline-block;
}

section.contact_us .store_detail p a i {
  color: #ffffff84;
  margin-right: 5px;
}

section.contact_us .social {
  display: flex;
  margin-top: 2rem;
}

section.contact_us .social a {
  display: block;
  margin-right: 20px;
}

section.contact_us .social a i {
  font-size: 2rem;
  color: goldenrod;
}

section.contact_us .social a i:hover {
  color: #252c41;
}

.map iframe {
  filter: grayscale(1);
}

.sidebar {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 1000;
}

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

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: goldenrod;
  border-radius: 5px 0 0 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

.sidebar ul li a i {
  color: #fff;
}

footer {
  background: #00000067;
}

@media (max-width: 1400px) {
  section.teacher .pic::before {
    width: 455px;
    height: 540px;
  }
  section.teacher .pic figure {
    width: 100%;
    height: 100%;
  }
  section.serve .serve_p .container-rwd {
    width: 1150px;
  }
  section.serve .serve_p .container-rwd .serve_content .pic_center figure {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  section.about .bgI {
    height: auto;
  }
  section.about .bgI::before {
    height: calc( 205vh - 10px);
  }
  section.about .bgI figure img {
    width: 70%;
    height: 70%;
  }
  section.serve .serve_p .container-rwd {
    width: auto;
  }
  section.serve .serve_p .container-rwd .serve_content {
    flex-direction: column;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 20px 0 40px;
    width: 50%;
  }
  section.teacher .pic::before {
    width: 365px;
    height: 500px;
    left: 6%;
    top: 4%;
  }
  section.teacher .pic figure {
    width: 100%;
    height: 100%;
  }
  section.teacher .detail ul {
    padding: 0;
  }
}

@media (max-width: 976px) {
  section.about .bgI::before {
    height: calc( 210vh - 10px);
  }
  section.about .bgI .horizontal_976 {
    display: flex;
    flex-direction: column;
  }
  section.about .bgI .horizontal_976 figure img {
    width: 100%;
    height: 400px;
  }
  section.serve .serve_p {
    padding-bottom: 20px;
  }
  section.serve .serve_p .container-rwd {
    max-width: 976px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    margin-left: 20px;
  }
  section.teacher .pic::before {
    left: 12%;
  }
  section.teacher .pic figure {
    margin: 0 auto;
  }
  section.teacher .detail {
    margin-top: 50px;
  }
  section.teacher .detail h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  section.teacher .detail ul {
    padding: 0;
  }
  section.teacher .detail ul.teacher_be {
    text-align: center;
  }
  section.contact_us .store_detail p {
    font-size: 20px;
  }
}

@media (max-width: 796px) {
  section.serve .serve_p {
    padding-bottom: 50px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    flex-direction: column;
    margin-left: 0;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 70%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 30px 0 40px;
    width: auto;
  }
  section.teacher .detail {
    margin-left: 0;
  }
  section.contact_us {
    background: transparent;
  }
  section.contact_us .store_detail {
    margin-bottom: 95px;
  }
  section.contact_us .store_detail::before {
    background-position: 8% 85%;
  }
  .window_show {
    display: block;
  }
  .phone_show {
    display: none;
  }
  section.about .bgI .text_detail {
    width: 100%;
  }
}

@media (max-width: 576px) {
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 90%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 20px 20px;
  }
  .everyWhereTeacher {
    padding: 10px 20px;
  }
  .everyWhereTeacher .bg_border {
    min-height: auto;
  }
  section.teacher .pic img {
    vertical-align: top;
  }
  section.teacher .pic::before {
    width: 0;
  }
  section.teacher .detail .social a {
    margin: 0;
  }
  section.about .bgI {
    margin-bottom: 40px;
  }
  section.about .bgI::before {
    background-attachment: unset;
    height: calc( 135vh - 10px);
    background-size: cover;
    background-position: unset;
  }
  section.serve {
    padding: 0;
  }
}

@media (max-width: 420px) {
  header .navbar-light img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 5px !important;
  }
  header .navbar-light a.navbar-brand {
    font-size: 15px !important;
  }
}

@media (max-width: 375px) {
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 90%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 20px;
  }
  section.teacher .detail .social a {
    margin: 0;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
  background: #1e5b78;
  opacity: 1;
}

@media (max-width: 796px) {
  .carousel-control-next, .carousel-control-prev {
    width: 25px;
  }
}

.carousel-control-next .carousel-control-next-icon {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  background: url("../img/icon/2.png") no-repeat center/contain;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(90deg) translateY(0);
  transition: .5s;
}

.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-next:hover .carousel-control-next-icon {
  transform: rotate(90deg) translateY(-20%);
}

.carousel-control-prev .carousel-control-prev-icon {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  background: url("../img/icon/2.png") no-repeat center/contain;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-90deg) translateY(0);
  transition: .5s;
}

.carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-prev:hover .carousel-control-prev-icon {
  transform: rotate(-90deg) translateY(-20%);
}

.color_brown {
  color: #7e706a;
}

.color_pink {
  color: #eab3b3;
}

.carousel-indicators {
  bottom: -2.5rem;
}

.carousel-indicators [data-bs-target] {
  background-color: goldenrod;
}

.btn-secondary {
  background: #eab3b3;
  border: solid 1px #eab3b3;
}

.btn-secondary:hover {
  background: #cc8181;
  border: solid 1px #cc8181;
}

.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.nav-tabs .nav-item .active {
  background: #eab3b3;
  color: #fff;
}

.nav-tabs .nav-item button {
  padding: .5rem 3rem;
  border: none;
  border-radius: 5px;
  color: gray;
}

.nav-tabs .nav-item button:hover {
  color: #eab3b3;
  background: #f9f0f0;
}

.cata_style {
  background: #7e706a;
  color: #fff;
  padding: .25rem 1rem;
  margin-right: .5rem;
}

.border_l {
  padding-left: 1rem;
  border-left: solid 3px #eab3b3;
}

.btn_group {
  border-top: solid 1px #d4d4d4;
}

p {
  line-height: 1.7rem;
}

.dropdown-menu {
  display: none;
  width: fit-content;
  transform: translate3d(0%, 40px, 0px) !important;
  background: #fff;
  height: 300px;
  overflow-y: scroll;
}

.dropdown-menu .nav-link {
  outline: none !important;
  width: fit-content;
}

.navbar-light .navbar-toggler-icon, .navbar-light .navbar-toggler {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dec {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (max-width: 796px) {
  .dec {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.dec .dec_line {
  flex: 1;
  display: inline-block;
  height: 37px;
  border-bottom: solid 1px goldenrod;
  margin: 0 2rem;
  position: relative;
}

@media (max-width: 796px) {
  .dec .dec_line {
    margin: 0 1rem;
  }
}

.dec .dec_line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: goldenrod;
  bottom: -4px;
}

.dec img {
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(20deg) brightness(130%) contrast(100%);
  width: fit-content;
  height: 66px;
  object-fit: contain;
}

h1 {
  position: absolute;
  display: inline-block;
  width: fit-content;
  bottom: 0;
  right: 0;
  font-size: 5rem !important;
  font-weight: bold;
  transform: translate(0%, 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: goldenrod;
  z-index: 1;
}

@media (max-width: 976px) {
  h1 {
    font-size: 4.5rem !important;
  }
}

@media (max-width: 796px) {
  h1 {
    font-size: 3rem !important;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 2.5rem !important;
  }
}

.h_79 {
  height: 79px !important;
}

.h_100 {
  height: 100px !important;
}

.footer_img {
  background: #0000004b;
}

.footer_img img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
  opacity: .8;
}
/*# sourceMappingURL=main.css.map */