@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400&family=Oswald:wght@300;400&family=Roboto+Condensed:wght@300&display=swap');
body {
  font-family: Arial, 'Noto Sans TC', sans-serif;
  font-weight: 100;
  letter-spacing: 0.07rem;
  background-color: #fff;
  padding-top: 70px;
}
html, body {
  font-size: 15px;
}
@media(min-width:992px) {
  body {
    font-family: Arial, 'Noto Sans TC', sans-serif;
    font-weight: 100;
    letter-spacing: 0.07rem;
    background-color: #fff;
    padding-top: 70px;
  }
  html, body {
    font-size: 16px;
  }
}
@media(min-width:1200px) {
  body {
    font-family: Arial, 'Noto Sans TC', sans-serif;
    font-weight: 100;
    letter-spacing: 0.07rem;
    background-color: #fff;
    padding-top: 95px;
  }
  html, body {
    font-size: 18px;
  }
}
@media(min-width:1400px) {
  body {
    font-family: Arial, 'Noto Sans TC', sans-serif;
    font-weight: 100;
    letter-spacing: 0.07rem;
    background-color: #fff;
    padding-top: 100px;
  }
  html, body {
    font-size: 18px;
  }
}
.btn-lang, .btn-lang:hover {
  color: #fff;
  padding: 0.5rem 0rem;
  border-top: 1px solid #333;
  width: 100%;
  text-align: left;
  border-radius: 0px;
}
.btn-lang .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  width: 100%;
}
@media(min-width:992px) {
  .btn-lang, .btn-lang:hover {
    padding: .375rem 0.75rem;
    border-top: 1px solid transparent;
    width: auto;
    text-align: center;
    border-radius: 0px;
  }
  .btn-lang .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: auto;
  }
}
.btn-lang img {
  width: 24px;
  height: auto;
}
.lang-icon {
  display: none;
}
@media(min-width:992px) {
  .lang-icon {
    display: inline-block;
  }
}
/*Top-Nav*/
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}
.navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand img {
  width: 180px;
  height: auto;
}
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:active {
  background-image: transparent;
  color: #99ccff;
  background-color: #222;
}
.navbar-dark .nav-link.active {
  background-image: transparent;
  color: #99ccff;
}
.navbar {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 0.58rem;
    padding-bottom: 0.58rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-brand img {
    width: 160px;
    height: auto;
  }
  .navbar-dark .nav-link:hover, .navbar-dark .nav-link:active {
    background-image: url("../images/nav-link-hover.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #99ccff;
    background-color: transparent;
  }
  .navbar-dark .nav-link.active {
    background-image: url("../images/nav-link-hover.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #99ccff;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-brand img {
    width: 180px;
    height: auto;
  }
  .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-dark .nav-link:hover, .navbar-dark .nav-link:active {
    background-image: url("../images/nav-link-hover.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #99ccff;
    background-color: transparent;
  }
  .navbar-dark .nav-link.active {
    background-image: url("../images/nav-link-hover.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #99ccff;
  }
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}
/*carousel*/
.carousel-item {
  position: relative;
}
.carousel-item .carousel-caption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10% 10% 30% 10%;
  color: #fff;
  text-align: right;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
  width: 100%;
  display: none;
}
.carousel .carousel-item h2 {
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 400;
  letter-spacing: 0.07rem;
  font-size: 3rem;
  text-transform: uppercase;
  text-shadow: 0 0 15px #000;
}
.carousel .carousel-item p {
  font-family: 'Roboto Condensed', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 300;
  letter-spacing: 0.07rem;
  font-size: 1.3rem;
  text-shadow: 0 0 15px #000;
}
.carousel-control-prev, .carousel-control-next {
  display: none;
}
.carousel-item {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.carousel-item img {
  width: 150%;
  height: auto;
}
@media(min-width:768px) {
  .carousel-item .carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10% 10% 30% 10%;
    color: #fff;
    text-align: right;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.6)20%, rgba(0, 0, 0, 0));
    width: 100%;
    display: block;
  }
  .carousel .carousel-item h2 {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07rem;
    font-size: 3rem;
    text-transform: uppercase;
  }
  .carousel .carousel-item p {
    font-family: 'Roboto Condensed', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 300;
    letter-spacing: 0.07rem;
    font-size: 1.3rem;
  }
  .carousel-control-prev, .carousel-control-next {
    display: block;
  }
  .carousel-item {
    overflow: hidden;
  }
  .carousel-item img {
    width: 100%;
    height: auto;
  }
}
.carousel .carousel-item .mark {
  color: #99ccff;
  background-color: transparent;
  padding: 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 150% 150%;
}
#mycarousel .carousel-item h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#mycarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#mycarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#mycarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}
#mycarousel h2, #mycarousel p, #mycarousel a, #mycarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/*block*/
.block {
  padding: 3rem 0px 3rem 0px;
  text-align: center;
}
.block .block-subtitle {
  color: #333;
  font-size: 1.2rem;
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.block .block-title {
  color: #69c;
  font-size: 1.8rem;
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.block .block-title::after {
  border: transparent;
}
.block .caption {
  width: auto;
  margin: auto;
  position: relative;
}
.block .caption::before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: bottom;
  width: 100%;
  border-left: 1px solid #69c;
  position: absolute;
  left: -10%;
  top: 0px;
}
.block .caption::after {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: bottom;
  width: 100%;
  border-right: 1px solid #69c;
  position: absolute;
  right: -10%;
  top: 0px;
}
.block h3 {
  font-size: 2rem;
  padding: 0px;
  margin: 0 0 1rem 0;
  color: #000;
  position: relative;
  float: left;
}
.block h3::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
.block h1 {
  font-size: 1.6rem;
  padding: 0px;
  margin: 0 0 1.5rem 0;
  color: #2b4873;
}
.block p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.service {
  width: 100%;
}
@media(min-width:768px) {
  .service {
    width: 50%;
  }
}
@media(min-width:1200px) {
  .service {
    width: 20%;
  }
}
/*index-prod*/
.box-prods {
  position: relative;
  overflow: hidden;
}
a.box-prods {
  float: left;
}
.index-prod-title {
  font-size: 1.2rem;
  padding: 1rem 0.7rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8)20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8)20%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8)20%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8)20%, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  margin: 0px;
}
.index-prod a img {
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.index-prod a:hover img {
  transform: translateY(-20px);
}
.index-prod a:hover .index-prod-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2rem 0.7rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1)20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1)20%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1)20%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1)20%, rgba(0, 0, 0, 0));
}
.index-prod a .index-prod-title {
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
/*index-partner*/
.index-partner {
  background-color: #f2f9fa;
}
/*index-contact*/
.index-contact {
  background-color: #6497ad;
  font-family: 'Roboto Condensed', Arial, 'Noto Sans TC', sans-serif;
}
.index-contact .info {
  padding: 2.5rem 0rem;
  color: #fff;
}
.index-contact .info h1 {
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  float: left;
  clear: both;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.index-contact .info h2 {
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  float: left;
  clear: both;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.index-contact .info p {
  font-size: 1rem;
  float: left;
  clear: both;
}
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  padding: 1rem 0.5rem;
  font-family: 'Roboto Condensed', Arial, 'Noto Sans TC', sans-serif;
}
/*Partner*/
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Page Banner*/
.banner {
  padding: 0px;
  margin: 0px;
  position: relative;
  background-color: #131d45;
}
.banner .banner_cover {
  background-image: url("../images/banner_cover.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.banner .container h1.banner_title {
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: calc(50% - 1.25rem);
  z-index: 2;
}
.banner .container h2.banner_title {
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: calc(50% - 1.25rem);
  z-index: 2;
}
.banner img {
  z-index: 0;
}
@media(min-width:768px) {
  .banner .banner_cover {
    background-image: url("../images/banner_cover.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .banner .container h1.banner_title {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: calc(50% - 2rem);
    z-index: 2;
  }
  .banner .container h2.banner_title {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: calc(50% - 2rem);
    z-index: 2;
  }
}
@media(min-width:992px) {
  .banner .banner_cover {
    background-image: url("../images/banner_cover.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .banner .container h1.banner_title {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 2.9rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: calc(50% - 1.45rem);
    z-index: 2;
  }
}
@media(min-width:1200px) {
  .banner .banner_cover {
    background-image: url("../images/banner_cover.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .banner .container h1.banner_title {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 3.3rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: calc(50% - 1.875rem);
    z-index: 2;
  }
  .banner .container h2.banner_title {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 3.3rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: calc(50% - 1.875rem);
    z-index: 2;
  }
}
/*About*/
.about {
  text-align: left;
  text-align: justify;
}
.about .block-icon {
  text-align: center;
}
.about .block-icon img {
  width: 64px;
  height: 64px;
  margin: auto;
  filter: invert(67%) sepia(82%) saturate(239%) hue-rotate(150deg) brightness(87%) contrast(92%);
}
.about .block-icon p {
  color: #666;
  font-size: 1rem;
  margin: 1.5rem 0.5rem;
}
/*Case*/
.case {
  text-align: left;
  text-align: justify;
}
/*Partner*/
.partner {
  text-align: left;
  text-align: justify;
}
.cpy-list-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f2f9fa;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.07);
  padding: 0px;
}
#cpy-list-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}
#cpy-list-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: whitesmoke;
  border-radius: 4px;
}
#cpy-list-flters li:hover, #cpy-list-flters li.filter-active {
  background: #7cc576;
  color: #fff;
}
#cpy-list-flters li:last-child {
  margin-right: 0;
}
.cpy-list-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.cpy-list-wrap::before {
  content: "";
  background: rgba(100, 151, 173, 0.85);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.cpy-list-wrap .cpy-list-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
.cpy-list-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.cpy-list-wrap .cpy-list-info img {
  width: 36px;
  height: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}
.cpy-list-wrap .cpy-list-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.cpy-list-wrap .cpy-list-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.cpy-list-wrap .cpy-list-links {
  text-align: center;
  z-index: 4;
}
.cpy-list-wrap .cpy-list-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.cpy-list-wrap .cpy-list-links a:hover {
  color: #7cc576;
}
.cpy-list-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cpy-list-wrap:hover .cpy-list-info {
  opacity: 1;
}
.cpy-list-wrap:hover .cpy-list-info::before {
  top: 15px;
  left: 15px;
}
.cpy-list-wrap:hover .cpy-list-info::after {
  bottom: 15px;
  right: 15px;
}
.cpy-list-item img.cpy-logo {
  padding: 1.5rem;
}
.cpy-list-item .cpy-name {
  font-size: 1.15rem;
  color: #2b4873;
  margin: 0 1.5rem 1rem 1.5rem;
}
.cpy-list-item .cpy-name::after {
  border: transparent;
}
.cpy-list-item p {
  color: #666;
  text-align: justify;
  margin: 0 1.5rem 1.5rem 1.5rem;
  font-size: 0.9rem;
}
.cpy-list-item .cpy-list-info {
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
}
/*Products*/
.prod {
  text-align: left;
}
.prod .content {
  border-left: 1px solid transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  min-height: 400px;
}
@media(min-width:768px) {
  .prod .content {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0rem;
  }
}
.prod .nav {
  font-size: 1.1rem;
  color: #000;
}
.prod .nav .nav-item {
  margin-bottom: 0rem;
  position: relative;
}
.prod .nav .nav-link {
  padding: 0px;
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 8px;
}
.prod .nav .nav-link:hover, .prod .nav .nav-link:active {
  padding: 0px;
  color: #fff;
  text-decoration: none;
  background-color: #6497ad;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 8px;
}
.prod .nav .nav-link.active {
  padding: 0px;
  color: #fff;
  text-decoration: none;
  background-color: #6497ad;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 8px;
}
.prod .nav .nav-link.active::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
@media(min-width:768px) {
  .prod .nav .nav-item {
    margin-bottom: 1rem;
    position: relative;
  }
  .prod .nav .nav-link {
    padding: 0px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-align: left;
  }
  .prod .nav .nav-link:hover, .prod .nav .nav-link:active {
    padding: 0px;
    color: #6497ad;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-align: left;
  }
  .prod .nav .nav-link.active {
    color: #6497ad;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-align: left;
    padding: 0px 0px 0px 1rem;
  }
  .prod .nav .nav-link.active::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #6497ad transparent transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
  }
}
.th-fst th {
  background-color: #6497ad;
  color: #fff;
  font-weight: normal;
}
.th-scd th {
  background-color: #8fa1a4;
  color: #fff;
  font-weight: normal;
}
.table{
	font-size:15px;
}