@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  background: #F3F1F5;
  font-family: 'Noto Sans TC', sans-serif;
}

figure {
  margin: 0;
}

.col-md-6 {
  padding: 0;
}

.row {
  margin: 0;
}

header .navbar {
  padding: 15px 30px;
  background: #29272b73 !important;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

header .fixed-top {
  -webkit-transition: .9s;
  transition: .9s;
}

.hideUp header .fixed-top {
  top: -100px;
}

header .fixed-top a.navbar-brand {
  color: #F3F1F5;
}

header .fixed-top .navbar-nav .nav-link {
  color: #F0D9FF;
}

.big-bg {
  max-width: 100vw;
  height: 100vh;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.big-bg .text {
  position: absolute;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
}

.big-bg .text h1 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
}

.big-bg .text p {
  font-size: 18px;
  color: #373737;
  text-align: center;
}

section.services {
  margin-top: 180px;
}

section.services h2 {
  font-size: 40px;
  color: #7F7C82;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 20px;
}

section.services .font_remove {
  text-align: center;
}

section.services .font_remove p {
  font-family: 'Permanent Marker', cursive;
  font-size: 60px;
  color: #171717a8;
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 10px;
}

section.services ul {
  padding: 0 80px;
}

section.services ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

section.services ul li figure {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.services ul li figure img {
  width: 70%;
  -webkit-box-shadow: 1px 1px 5px #7F7C82;
          box-shadow: 1px 1px 5px #7F7C82;
}

section.services ul li .text {
  width: 50%;
  margin-top: 20px;
}

section.services ul li .text h3 {
  color: #7F7C82;
  position: relative;
  display: inline-block;
}

section.services ul li .text h3::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: #F0D9FF;
  z-index: -1;
  -webkit-box-shadow: 1px 1px 5px #7F7C82;
          box-shadow: 1px 1px 5px #7F7C82;
}

section.services ul li .text p {
  margin-top: 30px;
  padding: 0 20px 0 0;
  line-height: 35px;
  font-weight: 200;
}

section.services ul li .text .detail p {
  border: 1px solid #7F7C82;
  display: inline-block;
  padding: 0px 10px;
}

section.services ul li .text p.li_2 {
  margin-top: 0;
}

section.services a {
  background: #BFA2DB;
  color: #F3F1F5;
  padding: 15px 50px;
  text-decoration: none;
  margin-top: 80px;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
}

section.services a:hover {
  background: #F0D9FF;
  color: #7F7C82;
}

section.about {
  margin-top: 180px;
}

section.about .font_remove {
  margin-bottom: -50px;
  margin-left: 50px;
}

section.about .font_remove p {
  font-family: 'Permanent Marker', cursive;
  font-size: 60px;
  color: #171717a8;
  display: inline-block;
  padding: 0 10px;
}

section.about .about_bg {
  background: url(../img/about.jpg) no-repeat;
  background-position: center;
  background-size: 100% 200%;
  padding: 80px 50px;
}

section.about .about_bg .text_bg {
  background: #ffffff88;
  padding: 80px 20px;
}

section.about .about_bg .text_bg p {
  font-size: 18px;
  line-height: 35px;
  margin: 0 50px;
}

section.about .about_bg .text_bg a {
  background: #BFA2DB;
  color: #F3F1F5;
  padding: 15px 50px;
  text-decoration: none;
  margin-top: 50px;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
}

section.about .about_bg .text_bg a:hover {
  background: #F0D9FF;
  color: #7F7C82;
}

section.contact_us {
  padding: 0 50px;
  padding-top: 180px;
  margin-bottom: 150px;
  position: relative;
}

section.contact_us .mobile_icon {
  display: none;
  text-align: center;
  margin-bottom: 50px;
}

section.contact_us .mobile_icon img {
  width: 50%;
}

section.contact_us .bg_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.contact_us .bg_frame::before {
  position: absolute;
  top: 5%;
  right: 1%;
  z-index: -1;
  background: #F0D9FF;
  width: 60%;
  height: 450px;
  content: "";
}

section.contact_us .bg_frame .map {
  -webkit-box-shadow: 1px 1px 3px #7F7C82;
          box-shadow: 1px 1px 3px #7F7C82;
  width: 60%;
}

section.contact_us .bg_frame .contact_detail {
  padding: 20px 0;
  margin-left: 30px;
}

section.contact_us .bg_frame .font_remove {
  text-align: right;
  margin-right: 30px;
}

section.contact_us .bg_frame .font_remove p {
  font-size: 60px;
  font-family: 'Permanent Marker', cursive;
  color: #171717b3;
}

section.contact_us .bg_frame .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

section.contact_us .bg_frame .social a {
  text-decoration: none;
  margin: 10px 20px;
  width: 70px;
  height: 70px;
  border: 2px solid #BFA2DB;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

section.contact_us .bg_frame .social a i {
  font-size: 30px;
  margin: 0 auto;
  color: #BFA2DB;
}

section.contact_us .bg_frame .social a:hover {
  background: #7F7C82;
}

section.contact_us .bg_frame .social a:hover i {
  color: #F3F1F5;
}

section.contact_us .bg_frame .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 20px;
  margin-top: 50px;
}

section.contact_us .bg_frame .text p {
  margin-bottom: 10px;
  letter-spacing: 2px;
}

footer {
  background: #BFA2DB;
  color: #F3F1F5;
}

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

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

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

.sidebar ul a {
  width: 50px;
  height: 50px;
  background: #514e55;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}

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

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

.sidebar ul li.phone a {
  background: #BF9270;
}

@media (min-width: 1400px) {
  section.contact_us {
    padding: 180px 150px 0 150px;
  }
  section.contact_us .bg_frame::before {
    right: 0;
  }
  section.contact_us .bg_frame .contact_detail {
    margin-left: 130px;
  }
}

@media (max-width: 1200px) {
  section.services ul {
    padding: 0;
  }
}

@media (max-width: 992px) {
  section.services ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.services ul li figure, section.services ul li .text {
    width: 100%;
  }
  section.services ul li figure img, section.services ul li .text img {
    width: 80%;
  }
  section.services ul li .text {
    margin-top: 50px;
  }
  section.services ul li .text p {
    text-align: justify;
  }
  section.about .about_bg {
    background-size: cover;
  }
  section.about .about_bg .text_bg p {
    margin: 0 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
  }
  section.about .about_bg .text_bg a {
    padding: 10px 50px;
  }
  section.contact_us .bg_frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact_us .bg_frame::before {
    width: 0;
  }
  section.contact_us .bg_frame .map {
    width: 100%;
  }
  section.contact_us .bg_frame .contact_detail {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
    height: auto;
    background: #F0D9FF;
  }
  section.contact_us .bg_frame .contact_detail .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  section.contact_us .bg_frame .contact_detail .social a {
    margin: 10px;
  }
  section.contact_us .bg_frame .contact_detail .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .fixed-top .navbar-nav .nav-link {
    text-align: center;
    margin: 10px;
  }
  header .fixed-top .navbar-nav .nav-link:hover {
    background: #F0D9FF;
    border-radius: 10px;
  }
}

@media (max-width: 576px) {
  .big-bg {
    height: 50vh;
  }
  .big-bg .text {
    bottom: 25%;
  }
  .big-bg .text h1 {
    font-size: 24px;
  }
  section.services ul li .text p {
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .big-bg {
    height: 40vh;
  }
  .big-bg .text {
    bottom: 13%;
  }
  .big-bg .text h1 {
    letter-spacing: 5px;
  }
  header .navbar {
    padding: 15px 0;
  }
  section.about .about_bg .text_bg p {
    margin: 0;
  }
  section.services ul li .text .detail {
    padding: 0 18px;
  }
  section.contact_us {
    padding: 150px 20px 0 20px;
    margin-bottom: 50px;
  }
  section.contact_us .mobile_icon {
    display: block;
  }
  section.contact_us .contact_detail .font_remove p {
    font-size: 40px;
    background: #F3F1F5;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=main.css.map */