@charset "UTF-8";
/* base ===================== */
/* cover ===================== */
:root {
  font-size: 1rem;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  color: #000;
}
a:hover {
  color: #1054af !important;
}

.small {
  font-size: 14px;
}

.text-bold {
  font-weight: 700 !important;
}

.bg-primary {
  background-color: #1054af;
}

.bg-light {
  background-color: #fff;
}

.bg-lighter {
  background-color: #efefef;
}

.bg-dark {
  background-color: #1a1a1a;
}

.bg-darker {
  background-color: #000;
}

.text-primary {
  color: #1054af;
}

.text-gray {
  color: #808080;
}

.btn {
  font-family: 微軟黑體, sans-serif, Arial;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 50px;
  border-radius: 0;
  border-color: #1054af;
  background-color: #1054af;
  color: #fff;
}
.btn:hover {
  background-color: #fff;
  color: #f0a53b;
  border-color: #f0a53b;
}

.owl-dots {
  margin-top: 60px !important;
}
.owl-dots .owl-dot {
  border: none;
  background-color: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-top: 10px;
  border: none;
  text-align: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #dbdbdb !important;
}
.owl-theme .owl-nav [class*=owl-] span {
  font-size: 60px;
}

.owl-prev {
  padding-right: 10px !important;
}

.owl-next {
  padding-left: 12px !important;
}

/* components ===================== */
nav .navbar-container {
  padding: 0 10px;
  margin: auto;
  transition: padding 0.3s ease, width 0.3s ease;
}
@media (min-width: 992px) {
  nav .navbar-container {
    padding: 0 40px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  nav .navbar-container {
    width: 1170px;
  }
}
nav .navbar-container .navbar-brand {
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  nav .navbar-container .navbar-brand {
    padding: 20x 15px;
  }
}
nav .navbar-container .navbar-brand img.logo {
  height: 50px !important;
}
@media (min-width: 992px) {
  nav .navbar-container .navbar-brand img.logo {
    height: unset !important;
  }
}
nav .navbar-container ul.nav > li > a {
  font-family: 微軟黑體, sans-serif, Arial;
  margin: auto;
  padding: 12px 16px !important;
}
nav .navbar-container ul.nav > li > a::after {
  content: none !important;
}
@media (min-width: 992px) {
  nav .navbar-container ul.nav .navbar-btn-circle a.dropdown-toggle {
    background-color: #1054af !important;
    border: 1px solid #1054af;
    border-radius: 40px;
    color: #fff;
  }
}
nav .navbar-container ul.nav .navbar-btn-circle a.dropdown-toggle:hover {
  background-color: #fff !important;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #f0a53b !important;
}
footer p {
  color: #fff;
}
footer .footer-logo {
  width: 90%;
  max-width: 400px;
}
@media (min-width: 768px) {
  footer .footer-logo {
    max-width: 460px;
  }
}
footer .footer-info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .footer-info {
    margin: 10px 0 0 120px;
  }
}
footer .footer-info p {
  font-size: 14px;
}
footer .copyright {
  border: none;
}
footer .copyright p {
  font-size: 12px;
  color: #fff;
  margin: 12px 0;
}
footer .fixed-links {
  position: fixed;
  right: 4px;
  bottom: 20px;
  z-index: 50;
}
@media (min-width: 576px) {
  footer .fixed-links {
    right: 20px;
  }
}
footer .fixed-links img {
  width: 50px;
  height: 50px;
}
footer .fixed-links ul {
  display: grid;
  gap: 8px;
}
footer .fixed-links ul li {
  cursor: pointer;
}

@media (min-width: 768px) {
  .footer-links {
    padding-top: 20px;
    margin-left: 120px;
  }
}
@media (min-width: 992px) {
  .footer-links {
    margin-left: auto;
  }
}
.footer-links .links-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.footer-links address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links address > div {
  display: flex;
}
.footer-links address > div img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.footer-links address > div p {
  margin: 0;
}

.btn-to-top {
  background-color: #1054af;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.btn-to-top:hover a {
  color: #fff;
}

/* 頁碼 */
.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: #1054af;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: rgba(16, 84, 175, 0.25);
  color: #fff;
}

/* 分頁banner */
.head-banner {
  width: 100%;
  position: relative;
}
.head-banner img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.head-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 200px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  z-index: 50;
}
@media (min-width: 768px) {
  .head-banner .banner-text {
    left: 60%;
    transform: translate(0, -50%);
  }
}
.head-banner .banner-text h1 {
  display: inline;
  font-weight: 700;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
}

.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0;
}
.card .card-content .fill-space {
  margin: auto;
}
.card.card-padding {
  padding: 12px;
}
.card .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card .card-content .card-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.card .card-content .card-info .title {
  color: #1054af;
  padding-bottom: 4px;
  margin: auto 0;
  font-weight: 600;
}

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

.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%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.heading-intro {
  margin: auto;
  font-size: 12px;
  color: #8e8e8e;
}

.gallery a {
  position: relative;
}
.gallery a:hover .img-wrapper {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery a:hover .img-wrapper i {
  color: #fff; /* Set the icon color */
  font-size: 2rem; /* Adjust the size as needed */
}
.gallery a .img-wrapper {
  display: none;
}

.index-company {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-company .content {
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
}
.index-company .content p {
  font-size: 12px;
  margin-bottom: 0;
}

.index-ac {
  background-image: url(../img/ac-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-ac hr {
  border-top: 2px solid #1054af;
  margin-bottom: 15px;
  width: 120px;
}

.index-iso9001 {
  background-image: url(../img/9001-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
.index-iso9001 .content {
  text-align: center;
  max-width: 530px;
}
.index-iso9001 .content p {
  text-align: left;
}

.index-contact {
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  min-height: 400px;
}

.about-info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-info ul li > * {
  margin-left: 16px;
}
.about-info ul li > ul {
  gap: 8px;
}

.news-info {
  padding: 16px 0;
  text-align: left;
}
.news-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  color: #000;
}
.news-info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  margin: 0;
}
.news-info .news-time {
  color: #666666;
  font-size: 12px;
}

.news-post-section {
  min-height: 400px;
}
.news-post-section .news-post .post-time {
  color: #666666;
  font-size: 14px;
  margin-bottom: 6px;
}
.news-post-section .news-post .title {
  color: #1054af;
  font-weight: 600;
}

.blog-post .date {
  color: #808080;
}
.blog-post .title {
  color: #1054af;
}
.blog-post .content ol,
.blog-post .content ul {
  padding-left: 20px;
}

.article-type.active {
  color: #1054af;
  border-bottom: 1px solid #1054af;
  font-weight: 700;
}
.article-type li {
  margin-bottom: 16px !important;
}

.article-title {
  color: #1054af;
}

.article-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 12px 0;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #1054af;
}
.article-content ol,
.article-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
}
.article-content ul {
  list-style-type: initial;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: all 0.3s ease;
}
.product-card:hover .title {
  color: #f0a53b;
}
.product-card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0;
}
.product-card .card-content .fill-space {
  margin: auto;
}
.product-card .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
}
.product-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #808080;
  font-size: 14px;
  margin-bottom: 6px;
}
.product-card .more-btn {
  width: 100%;
  text-align: end;
  color: #1054af;
}

.product-area .lSSlideOuter .lslide {
  overflow: hidden;
  height: 400px;
}
@media (min-width: 768px) {
  .product-area .lSSlideOuter .lslide {
    height: 500px;
  }
}
.product-area .lSSlideOuter .lslide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-area .lSSlideOuter .lSPager.lSGallery li {
  height: 60px;
}
@media (min-width: 768px) {
  .product-area .lSSlideOuter .lSPager.lSGallery li {
    height: 100px;
  }
}
.product-area .lSSlideOuter .lSPager.lSGallery li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-area .product-info {
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product-area .product-info .product-info-head {
  border-bottom: 1px solid #ccc;
}
.product-area .product-info .product-info-head .type {
  display: inline-block;
  background-color: #1054af;
  color: #fff;
  padding: 4px 12px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.product-area .product-info .product-info-head .title {
  margin-bottom: 4px;
}
.product-area .product-info .product-info-head .product-model {
  color: #808080;
  font-size: 14px;
}
.product-area .product-info .product-info-content {
  margin: 10px 0;
  flex: auto;
}
.product-area .product-info a:last-child {
  max-width: 300px;
}
.product-area .product-depiction {
  text-align: left;
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding: 20px 0;
}/*# sourceMappingURL=custom.css.map */