@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

body {
  background: #222831;
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

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

.tac {
  text-align: center;
}

.row {
  margin: 0;
}

header .navbar {
  padding: 10px 20px;
}

header .navbar.scrolled {
  background: #DDDDDD;
  -webkit-box-shadow: 0 1px 1px #DDDDDD;
  box-shadow: 0 1px 1px #DDDDDD;
}

header .navbar.scrolled .navbar-nav .nav-link {
  color: #30475E;
}

@media (max-width: 992px) {
  header .navbar {
    background: #DDDDDD;
  }
}

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

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

header .fixed-top a.navbar-brand {
  padding: 0;
}

header .fixed-top a.navbar-brand img {
  max-width: 200px;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav {
    margin-top: 20px;
  }
}

header .fixed-top .navbar-nav .nav-link {
  padding: 8px 10px;
  color: #fff;
  font-size: 22px;
  margin: 0 5px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
}

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

header .fixed-top .navbar-nav .nav-link:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 3px;
  background: #DDDDDD;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav .nav-link:hover::before {
    display: none;
  }
}

header .fixed-top .navbar-nav .nav-link.active {
  color: #F05454;
  position: relative;
}

header .fixed-top .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 3px;
  background: #fff;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav .nav-link.active::before {
    display: none;
  }
}

header .fixed-top .navbar-nav .nav-link.active:hover {
  background: transparent;
  color: #F05454 !important;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav .nav-link.active {
    margin: 10px 5px;
  }
}

#section_1 .icon a {
  text-decoration: none;
  background: #1d2088;
  color: #DDDDDD;
  margin: 10px;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px #DDDDDD;
  box-shadow: 0px 0px 5px #DDDDDD;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
}
@media (min-width: 992px) {
  #section_1 .icon a:hover {
    text-decoration: none;
    background: transparent;
    color: #1d2088;
    border: 1px solid #1d2088;
  }
}

.big-bg,
.big-bg-phone {
  height: 100vh;
  background: url(../img/banner.jpg) no-repeat 35% center/cover, #ffffff2f;
  background-blend-mode: color;
  position: relative;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}

@media (min-width:768px) {
  .big-bg,
  .big-bg-phone {
    background-attachment: fixed;
  }
}

.big-bg .bg_txt,
.big-bg-phone .bg_txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  width: 100%;
}

.big-bg .bg_txt h1,
.big-bg .bg_txt p,
.big-bg-phone .bg_txt h1,
.big-bg-phone .bg_txt p {
  color: #1d2088;
}

.big-bg .bg_txt h1,
.big-bg-phone .bg_txt h1 {
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: 400;
  /* text-shadow: 1px 1px 5px #30475E; */
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  .big-bg .bg_txt h1,
  .big-bg-phone .bg_txt h1 {
    letter-spacing: 5px;
    font-size: 50px;
  }
}

@media (max-width: 576px) {

  .big-bg .bg_txt h1,
  .big-bg-phone .bg_txt h1 {
    font-size: 40px;
  }
}

@media (max-width: 420px) {

  .big-bg .bg_txt h1,
  .big-bg-phone .bg_txt h1 {
    font-size: 34px;
  }
}

.big-bg .bg_txt p,
.big-bg-phone .bg_txt p {
  font-size: 22px;
  padding: 8px;
  display: inline-block;
  /* background: #ffffff41; */
  /* -webkit-backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(10px); */
  /* border: 1px solid #ccc; */
  /* font-weight: 100; */
  letter-spacing: 2px;
}

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

.big-bg .text h1,
.big-bg-phone .text h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.big-bg .text p,
.big-bg-phone .text p {
  font-size: 20px;
  color: #eee;
}

.big-bg .text h2,
.big-bg-phone .text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 420px) {

  .big-bg .text h2,
  .big-bg-phone .text h2 {
    font-size: 40px;
  }
}

section.about {
  padding: 180px 150px;
}

@media (max-width: 992px) {
  section.about {
    padding: 180px 50px;
  }
}

@media (max-width: 576px) {
  section.about {
    padding: 100px 20px;
  }
}

section.about .wrapper img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

section.about .wrapper .text h2 {
  font-size: 34px;
  color: #DDDDDD;
  font-weight: 400;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 30px;
}

section.about .wrapper .text p {
  font-size: 20px;
  line-height: 2;
  color: #DDDDDD;
}

section.about .wrapper .ask {
  margin-top: 50px;
  text-align: right;
}

@media (max-width: 992px) {
  section.about .wrapper .ask {
    text-align: center;
  }
}

section.about .wrapper .ask a {
  background: #F05454;
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

section.about .wrapper .ask a:hover {
  background: #c54040;
}

section.services {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#222831), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(#222831)), url(../img/der4.jpg) center 0 no-repeat;
  background: linear-gradient(to bottom, #222831 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 95%, #222831 100%), url(../img/der4.jpg) center 0 no-repeat;
  background-size: 100% 100%;
}

section.services .tac h2 {
  font-size: 34px;
  color: #DDDDDD;
  font-weight: 400;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 80px;
}

section.services .bg {
  padding: 30px 20px;
  background: #fff;
  border: 3px solid #e9c577;
}

section.services .bg figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.services .bg figure img {
  width: 80px;
}

section.services .bg h3 {
  text-align: center;
  margin-top: 15px;
  font-weight: 200;
  font-size: 22px;
  color: #1d2088;
  font-weight: 700;
}

section.services .ask {
  text-align: center;
  margin-top: 50px;
}

section.services .ask a {
  background: #F05454;
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

section.services .ask a:hover {
  background: #c54040;
}

section.portfolio {
  padding: 100px 0;
}

section.portfolio h2 {
  font-size: 34px;
  color: #DDDDDD;
  font-weight: 400;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 80px;
}

section.portfolio a {
  padding: 10px;
  width: 100%;
}

section.portfolio a img {
  width: 100%;
}

section.contact {
  padding-top: 150px;
}

section.contact .wrapper {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.contact .wrapper .name {
  margin-right: 50px;
  text-align: center;
}

@media (max-width: 992px) {
  section.contact .wrapper .name {
    margin-right: 0;
  }
}

section.contact .wrapper .name img {
  width: 200px;
}

@media (max-width: 576px) {
  section.contact .wrapper .name img {
    width: 150px;
  }
}

@media (max-width: 576px) {
  section.contact .wrapper .detail {
    margin-top: 20px;
  }
}

section.contact .wrapper .detail h3 {
  font-size: 20px;
  font-weight: 200;
  background: #30475E;
  color: #fff;
  display: inline-block;
  padding: 10px;
}

section.contact .wrapper .detail a {
  display: block;
  color: #222831;
  text-decoration: none;
  font-size: 20px;
  line-height: 3;
}

@media (max-width: 576px) {
  section.contact .wrapper .detail a {
    line-height: 2;
  }
}

section.contact .wrapper .detail .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.contact .wrapper .detail .icon a {
  background: #222831;
  color: #DDDDDD;
  margin: 10px;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px #DDDDDD;
  box-shadow: 0px 0px 5px #DDDDDD;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
}

section.contact .wrapper .detail .icon a i {
  font-size: 25px;
}

section.contact .wrapper .detail .icon a:hover {
  background: transparent;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 0px 0px #DDDDDD;
  box-shadow: 0px 0px 0px #DDDDDD;
}

footer {
  background: #222831;
  color: #DDDDDD;
}

.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: #DDDDDD;
  color: #F05454;
  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;
}

/*# sourceMappingURL=main.css.map */