<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "./scss/bootstrap-grid.css";
.btn {
  font-weight: normal;
  font-size: 14px;
  border-radius: 20px;
  margin-top: 30px;
  padding: 8px 16px 8px 20px;
}

.img-box {
  max-height: 350px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: auto;
}

.img-box-3-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.img-box-3-4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading h1,
.heading h2,
.heading h3 {
  color: #1d203b;
  font-size: 24px;
}
.heading p {
  font-family: serif, MingLiU, "Merriweather";
  color: #89aac9;
  font-size: 12px;
  margin: 0;
}

.head-banner {
  width: 100%;
  position: relative;
}
.head-banner img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .head-banner img {
    max-height: 300px;
  }
}
.head-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-m ul li {
  display: inline;
}
.pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #1d203b;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: #89aac9;
  color: #fff;
}

header .logo img {
  width: 150px;
}
@media (min-width: 768px) {
  header .logo img {
    width: auto;
  }
}

footer {
  text-align: center;
}
footer hr {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
footer .footer-info {
  margin: auto;
  padding: 30px 50px 0px 50px;
}
@media (min-width: 768px) {
  footer .footer-info {
    padding: 30px 20px 0px 20px;
  }
}
@media (min-width: 992px) {
  footer .footer-info {
    width: 1000px;
  }
}
footer .footer-info a:hover {
  color: #89aac9;
}
footer .footer-info .logo {
  max-width: 380px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  footer .footer-info .logo {
    margin: 0;
  }
}
footer .footer-info .footer-slogan {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-info .footer-slogan {
    justify-content: end;
    width: auto;
    padding: 0;
  }
}
footer .footer-info .icon {
  width: 24px;
  height: 24px;
}
footer .footer-link {
  padding-left: 60px;
  margin-bottom: 16px;
  display: flex;
  justify-content: start;
}
@media (min-width: 576px) {
  footer .footer-link {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  footer .footer-link {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  footer .footer-link {
    padding-left: 0px;
    justify-content: center;
  }
}
footer .footer-link a {
  min-width: 160px;
}
footer .copyright {
  padding: 12px 4px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright {
    padding: 20px;
  }
}
footer .copyright p {
  margin: auto;
}
footer .fixed-links {
  position: fixed;
  right: 4px;
  bottom: 64px;
  z-index: 50;
}
@media (min-width: 576px) {
  footer .fixed-links {
    right: 20px;
  }
}
footer .fixed-links ul {
  display: grid;
  gap: 4px;
}

.card {
  margin-bottom: 20px;
}
.card .card-content {
  width: 100%;
  padding: 12px 12px 0;
}

.slogan {
  background-image: url(../images/banner-big.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 500px;
}
.slogan .slogan-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slogan .slogan-content h6 {
  color: white;
  font-family: MingLiU, PMingLiU;
  padding: 30px;
  max-width: 850px;
}

.service .service-items {
  background-color: white;
  position: relative;
  top: -20px;
  width: 90%;
  margin: auto;
  padding-top: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .service .service-items {
    top: -50px;
  }
}
@media (min-width: 992px) {
  .service .service-items {
    top: -80px;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .service .service-items {
    top: -120px;
  }
}
@media (min-width: 1800px) {
  .service .service-items {
    top: -180px;
    width: 1450px;
  }
}
.service .service-items .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.service .service-items .service-item h6 {
  font-weight: 500;
}
.service .service-items .service-item p {
  max-width: 280px;
  text-align: left;
}
@media (min-width: 992px) {
  .service .service-items .service-item p {
    max-width: 350px;
  }
}

.service-banner {
  background-image: url(../images/index-process-banner.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

.news-content .news-item {
  text-align: left;
}
.news-content .news-item .heading {
  margin: 0;
}
.news-content .news-item .date {
  font-size: 36px;
  color: #e5e5e5;
}
.news-content .news-item .blog-post-time {
  margin-top: 20px;
}
.news-content .news-item .blog-post-title {
  font-weight: 700;
  margin: 16px 0;
  color: #1d203b;
}
.news-content a :hover .blog-post-title {
  color: #89aac9;
}

.about-items {
  position: relative;
  bottom: 80px;
  margin: auto;
}
.about-items .about-item {
  background-color: #fff;
  padding: 16px;
  overflow: hidden;
}
.about-items .about-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dl-horizontal {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .dl-horizontal {
    justify-content: start;
  }
}

main .gallery-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #ccc;
  border-radius: 8px;
  padding: 12px;
  height: 100%;
}
main .gallery-item:hover {
  box-shadow: 0 0 10px #ccc;
}
main .gallery-item .cases-item-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .gallery-item .cases-item-text h5 {
  text-align: center;
  padding: 16px 0;
  margin: auto;
}
main .masonry-gallery .caption {
  left: 8px;
  right: 8px;
}/*# sourceMappingURL=custom.css.map */</pre></body></html>