@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

h2 {
  text-align: center;
  margin-bottom: 2rem;
}

section {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
a {
  text-decoration: none;
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #03437B;
  z-index: 1049;
}
.navbar .navbar-brand {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  background: #fff;
  color: #03437B;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #03437B;
    z-index: 1049;
  }
  .navbar .navbar-brand {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .navbar .navbar-brand img {
    height: 80px;
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1.5rem;
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
    background: #fff;
    color: #03437B;
    border-radius: 2rem;
  }
}
#hero {
  width: 100%;
  height: auto;
  margin-top: 62px;
}
#hero .swiper {
  width: 100%;
  height: auto;
  position: relative;
}
#hero .swiper .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
}
#hero .swiper .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
#hero .swiper .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
}
#hero .swiper .cta-box .cta-content p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .swiper .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 10rem;
  transition: 0.5s;
}
#hero .swiper .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child {
  background: #03437B;
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child:hover {
  background: #06C755;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child {
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #03437B;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #hero {
    width: 100%;
    height: 80vh;
    margin-top: 56px;
  }
  #hero .swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #hero .swiper .cta-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content {
    background: linear-gradient(140deg, rgba(3, 67, 123, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%);
    color: white;
    padding: 2rem 3rem;
    border-radius: 1rem;
  }
  #hero .swiper .cta-box .cta-content h1 {
    font-size: 1.4rem;
  }
  #hero .swiper .cta-box .cta-content p {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  #hero .swiper .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content .btn-box a i {
    padding-left: 0.5rem;
    font-size: 1.3rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:first-child {
    background: #ffffff;
    color: #03437B;
    border-radius: 10rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:last-child {
    color: white;
  }
  #hero .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}

#news .text {
  text-align: center;
}

#services {
  background: #f2f2f2;
}
#services p {
  color: gray;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#services .services-card {
  background: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  font-size: 1.2rem;
}
#services .services-card .img-box {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  background: #3e83c0;
  padding: 1rem;
  border-radius: 100%;
}
#services .services-card .img-box img {
  width: 80%;
  filter: invert(1);
}
#services .services-card p {
  color: gray;
}
#services .services-card h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#services .services-card ul {
  list-style: none;
  padding: 0;
}
#services .services-card ul li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: start;
  font-size: 1.2rem;
  color: gray;
}
#services .services-card ul li i {
  font-size: 1.5rem;
  margin-right: 0.3rem;
  color: #03437B;
  padding-top: 0.3rem;
}
#services .cta-box {
  margin-top: 5rem;
}
#services .cta-box a {
  display: inline-block;
  background: #03437B;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
  font-size: 1.2rem;
  transition: 0.5s;
}

@media (max-width: 768px) {
  #services {
    background: #f2f2f2;
  }
  #services p {
    color: gray;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #services .services-card {
    background: rgb(255, 255, 255);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    font-size: 1.2rem;
  }
  #services .services-card .img-box {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3rem;
    background: #3e83c0;
    padding: 1rem;
    border-radius: 100%;
  }
  #services .services-card .img-box img {
    width: 80%;
    filter: invert(1);
  }
  #services .services-card p {
    color: gray;
  }
  #services .services-card h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #services .services-card ul {
    list-style: none;
    padding: 0;
  }
  #services .services-card ul li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: start;
    font-size: 1.2rem;
    color: gray;
  }
  #services .services-card ul li i {
    font-size: 1.5rem;
    margin-right: 0.3rem;
    color: #03437B;
    padding-top: 0.3rem;
  }
  #services .cta-box {
    margin-top: 5rem;
  }
  #services .cta-box a {
    display: inline-block;
    background: #03437B;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    transition: 0.5s;
  }
}
#works p {
  color: gray;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#works p i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
#works .nav-link {
  color: #03437B;
  border: 1px solid #03437B;
}
#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #03437B;
  color: white;
}
#works .card {
  background: #03437B;
  color: white;
  border-color: #03437B;
}
#works .card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #works p {
    color: gray;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #works p i {
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
  #works .nav-link {
    color: #03437B;
    border: 1px solid #03437B;
  }
  #works .nav-pills .nav-link.active,
  #works .nav-pills .show > .nav-link {
    background: #03437B;
    color: white;
  }
  #works .card {
    background: #03437B;
    color: white;
    border-color: #03437B;
  }
  #works .card img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contact {
  background: #f2f2f2;
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
#contact .contact-box .icon-box {
  background: #03437B;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  flex-shrink: 0;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a, #contact .contact-box p {
  color: #03437B;
  font-weight: 600;
  font-size: 1.4rem;
}
#contact .contact-box a.small, #contact .contact-box p.small {
  font-size: 1rem;
}
#contact .contact-box p {
  color: #333;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #contact {
    background: #f2f2f2;
  }
  #contact .contact-box {
    display: flex;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 1rem;
  }
  #contact .contact-box:last-child {
    margin-bottom: 1rem;
  }
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
  #contact .contact-box .icon-box {
    background: #03437B;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  #contact .contact-box .icon-box i {
    color: white;
    font-size: 2rem;
  }
  #contact .contact-box a {
    color: #03437B;
    font-weight: 600;
    font-size: 1.2rem;
  }
  #contact .contact-box a.small {
    font-size: 1rem;
  }
  #contact .contact-box span {
    display: block;
    color: gray;
    margin-top: 0.5rem;
  }
}
footer {
  background: #f2f2f2;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.navbar-toggler-icon {
  filter: invert(1);
}/*# sourceMappingURL=style.css.map */