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

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

p {
  font-size: 18px;
  line-height: 1.8;
}

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

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

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

section {
  padding: 75px 0;
}

section.hero {
  padding: 0;
}

.bg-main {
  background: linear-gradient(to top, rgb(208, 222, 245), rgb(224, 236, 255));
}

.btn-main {
  background-color: #0099cb;
  color: #fff;
}
.btn-main:hover {
  filter: brightness(1.4);
}

.bg-primary {
  background-color: #4065ac !important;
}

.text-primary {
  color: #4065ac !important;
}

.border-bottom-primary {
  border-bottom: 2px solid #4065ac;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container.stright {
  position: relative;
  padding-bottom: 168.77%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.side-links {
  position: fixed;
  right: 10px;
  bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.side-links li {
  margin-bottom: 10px;
}
.side-links li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: rgb(11, 69, 145);
  padding: 7px;
}
.side-links li a svg {
  width: 26px;
  height: 26px;
  max-width: 100%;
  color: #fff;
}
.side-links li a:hover {
  background: rgb(46, 112, 199);
}
@media (max-width: 992px) {
  .side-links {
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  .side-links li {
    margin-bottom: 0;
    flex: 1 1 auto;
    width: 100%;
    background: rgb(11, 69, 145);
  }
  .side-links li a {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    padding: 15px;
    text-align: center;
  }
  .side-links li a svg {
    width: 30px;
  }
}

.navbar {
  backdrop-filter: blur(3px);
  background: rgba(238, 238, 238, 0.8);
}
.navbar .navbar-brand img {
  width: 240px;
}

.hero .banner {
  background: url(../image/banner.jpg) no-repeat center/cover, #444;
}
@media (max-width: 768px) {
  .hero .banner {
    background: url(../image/banner.jpg) no-repeat center/cover, #444;
    background-blend-mode: screen;
  }
}
.hero .banner .txt {
  height: 600px;
  text-align: center;
  width: 100%;
}
.hero .banner .txt h1 {
  font-size: 60px;
  font-weight: bold;
  color: #111;
}
.hero .banner .txt h2 {
  font-size: 24px;
  letter-spacing: 3px;
  color: #444;
  font-weight: 300;
}
.hero .banner .txt ul li {
  margin: 0px auto 8px;
  color: rgb(0, 97, 243);
}
.hero .banner .txt ul li span {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  font-size: 20px;
}
.hero .banner .txt ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(67, 138, 245);
}
.hero .banner .txt ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(67, 138, 245);
}

.banner {
  background: url(../image/bg-banner.jpg) no-repeat center/cover, rgb(168, 168, 168);
  background-blend-mode: screen;
  padding: 250px 0;
}
.banner h1 {
  font-size: 48px;
  letter-spacing: 3px;
  color: #333;
}
.banner ul li {
  color: #333;
}
@media (max-width: 1200px) {
  .banner {
    text-align: center;
  }
  .banner h1 {
    font-size: 40px;
  }
  .banner ul {
    justify-content: center;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title .head {
  font-size: 28px;
  color: #111;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
.section-title .eng {
  font-size: 20px;
  color: #aaa;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .service-item {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.service .service-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: 0.4s;
}
.service .service-item h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 5px;
  font-weight: 700;
  transition: 0.4s;
}
.service .service-item:hover img {
  transform: scale(1.1);
}
.service .service-item:hover h3 {
  font-size: 30px;
}
.service .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.about .logo {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}
.about .txt h3 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .about .txt h3 {
    font-size: 28px;
  }
}
.about .txt small {
  font-size: 20px;
  color: #aaa;
  display: block;
  text-align: center;
}
.about .txt p {
  text-align: justify;
  margin: 30px auto;
  max-width: 450px;
}
.about address {
  max-width: 450px;
  margin: auto;
}
.about address ul li {
  color: rgb(4, 49, 116);
  font-size: 16px;
  line-height: 20px;
}
.about address ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.pipe .item {
  max-width: 350px;
}
.pipe .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.img-box-md {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.img-box-lg {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.google_comment .comment_box {
  width: 360px;
  object-fit: contain;
}
.google_comment .comment_box img {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: 0.5s;
}
.google_comment .comment_box img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}/*# sourceMappingURL=all.css.map */