@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&family=Noto+Serif+TC:wght@300;400;700;900&display=swap");
body {
  font-family: sans-serif;
}

.font-serif {
  font-family: 'Noto Serif TC', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

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

.navbar-light .navbar-toggler {
  border: none;
}

.bg1 {
  background: #dde6f0;
}

.bg2 {
  background: #e0e7ee;
}

.bg-star {
  background-image: url(../images/bg-star.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}

.color1 {
  color: #7f99b4;
}

.color2 {
  color: #928a7a;
}

.color3 {
  color: #a1a096;
}

.color4 {
  color: #cfccc3;
}

.text-dark-blue {
  color: #4c6b8d;
}

main {
  margin-top: 88px;
}

@media (max-width: 768px) {
  main {
    margin-top: 56px;
  }
}

section {
  padding: 75px 0;
}

section.hero {
  padding: 0;
}

.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 0px;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-3 {
  letter-spacing: 0.3rem;
}

.text-shadow {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

.section-title {
  text-align: center;
  font-size: 0;
  letter-spacing: 2px;
}

.section-title .front,
.section-title .back {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #7f99b4;
  line-height: 24px;
}

.section-title .front {
  position: relative;
  padding-right: 30px;
}

.section-title .front:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 4px;
  right: 15px;
  background: #7f99b4;
  transform: translateX(50%);
}

.section-title.text-white .front,
.section-title.text-white .back {
  color: #fff;
}

.section-title.text-white .front:after {
  background: #fff;
}

.hero {
  position: relative;
  background: url(../image/banner/bg1.jpg) no-repeat center/cover;
}

.hero .owl-carousel .item {
  position: relative;
}

.hero .owl-carousel .item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 992px) {
  .hero .owl-carousel .item img {
    object-fit: cover;
  }
}

.hero-nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}

.hero-nav .hero-owl-prev, .hero-nav .hero-owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #000000b6;
  padding: 15px;
}

.hero-nav .hero-owl-prev img, .hero-nav .hero-owl-next img {
  max-width: 100%;
}

.navbar-brand {
  display: inline-block;
  margin: auto;
}

.navbar-brand h1 {
  font-size: 24px;
  margin-bottom: 0;
}

.navbar-brand .eng {
  font-size: 16px;
}

.navbar-collapse {
  background: #7f99b4;
  color: #fff;
}

.license-item img {
  width: 100%;
  max-width: 320px;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.slick-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.service .icon {
  background: #7f99b4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px;
}

.service .icon img {
  filter: invert(1);
  width: 60px;
  object-fit: contain;
}

.price {
  background: #7f99b4;
}

.price .bg-white {
  background: linear-gradient(#7f99b410, #7f99b43a);
}
/*# sourceMappingURL=all.css.map */