/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans TC", sans-serif;
  color: #444444;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #4B06A2;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans TC", sans-serif;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1em;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a i, .navbar a:focus i {
  font-size: 1em;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #3fbbc0;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 0.9em;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3fbbc0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/*** Mobile Navigation */
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3fbbc0;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3fbbc0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #282a74;*/
  /*background: linear-gradient(90deg, #2c90cb紫, #089680);*/
  background: linear-gradient(30deg, #2c90cb, #78d3fb);
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero .container-youtube {
  text-align: center;
  /*background: rgba(255, 255, 255, 0.9);*/
  background: #3fbbc0;
  margin-bottom: 160px;
  border: 4px solid #3fbbc0;
  border-bottom: none; /*container-youtube bg color replace the border-bottom */
  width: 336px;
  height: 158px;
}
#hero .pcmobile-slider1 {
  background-image: url("../img/slide/slide-1.jpg");
}
#hero .pcmobile-slider2 {
  background-image: url("../img/slide/slide-2.jpg");
}
#hero .pcmobile-slider3 {
  background-image: url("../img/slide/slide-3.jpg");
}
#hero .pcmobile-slider4 {
  background-image: url("../img/slide/slide-4.jpg");
}
#hero .pcmobile-slider5 {
  background-image: url("../img/slide/slide-5.jpg");
}
/*change hero slider for PC and mobile*/
@media screen and (max-width: 960px) {
  #hero .container-youtube {
    text-align: center;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: #3fbbc0;
    margin-bottom: 140px;
    border: 3px solid #3fbbc0;
    border-bottom: none; /*container-youtube bg color replace the border-bottom */
    width: 240px;
    height: 158px;
  }
  #hero .pcmobile-slider1 {
    background-image: url("../img/slide/slide-1m.jpg");
  }
  #hero .pcmobile-slider2 {
    background-image: url("../img/slide/slide-2m.jpg");
  }
  #hero .pcmobile-slider3 {
    background-image: url("../img/slide/slide-3m.jpg");
  }
  #hero .pcmobile-slider4 {
    background-image: url("../img/slide/slide-4m.jpg");
  }
  #hero .pcmobile-slider5 {
    background-image: url("../img/slide/slide-5m.jpg");
  }
  /*change slider end*/
}
/*--------------------------------------------------------------
# space-section
--------------------------------------------------------------*/
.space-section {
  background: #FFFFFF;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
  text-align: center;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-img {
  width: 190px;
  border-radius: 0%;
  margin: 0px 0 0 0px;
  position: relative;
  z-index: 2;
  border: 6px solid RED;
}
.testimonials .testimonial-item h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  color: #111;
}
.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}
/*--------------------------------------------------------------
# Navigation Menu bottom
--------------------------------------------------------------*/
/**
* Desktop Navigation  max-width: 768px
*/
.fixed-bottom {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: -60px;
}
.services .icon-box {
  text-align: center;
  background: linear-gradient(45deg, #FFF, #FFF);
  font-size: 1.4em;
  margin: 0 6 0 6;
  border: 0.4px dotted #c5d7d8;
  border-top: none;
  border-bottom: none;
  /*webkit-box-shadow: 0 0 8px #8fe9ed;
  -moz-box-shadow: 0 0 8px #8fe9ed;
  box-shadow: 0 0 8px #8fe9ed;*/
}
.services .gbox {
  padding: 6px 0px 0px 0px;
}
.services .gbox1 {
  padding: 6px 0px 0px 0px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.services .gbox4 {
  padding: 6px 0px 0px 0px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.services .icon i {
  font-size: 10px;
}
@media (max-width: 960px) {
  .services .icon-box {
    text-align: center;
    background: linear-gradient(45deg, #FFF, #FFF);
    font-size: 1.2em;
    margin: 0 6 0 6;
    border: 0.4px dotted #c5d7d8;
    border-top: none;
    border-bottom: none;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .fixed-bottom {
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0 0 0 0;
    margin-bottom: -20px;
    background-color: #FFF;
    /* background: linear-gradient(30deg, #FFF, #FFF);*/
  }
  .services .gbox1 {
    padding: 6px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
  .services .gbox4 {
    padding: 6px 0px 0px 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
  }
}
/*--------------------------------------------------------------
# Services  radial-gradient   30deg, linear-gradient
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: linear-gradient(45deg, #FFF, #FFF);
  font-size: 0.9em;
  margin: 0 2 0 2;
  border: 0.4px dotted #c5d7d8;
  border-top: none;
  border-bottom: none;
}
.services .icon i {
  font-size: 30px;
}
.services .icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.15);
}
.services .title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 0.9em;
  position: relative;
  padding-bottom: 6px;
  color: #333333;
}
.services .section {
  margin: 0 10 0 10;
  overflow: hidden;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: #3fbbc0;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /*background: #3fbbc0;*/
  /*background-image: url("../img/cta-bg.jpg");*/
  background-repeat: repeat;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 400;
  /*<!--background-size: cover;-->*/
  padding: 60px 0;
  text-align: center;
}
.money {
  vertical-align: super;
}
.cta h1 {
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(45deg, #FFFFFF, #FDC830 80%);
  -webkit-background-clip: text;
  background-clip: text;
  /*<!-- border-right: 2px solid #eee;
  border-left: 2px solid #eee;-->*/
}
.cta h2 {
  font-size: 2em;
  font-weight: 500;
}
.cta h3 {
  font-size: 1.8em;
  font-weight: 500;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}
/*--------------------------------------------------------------
# product.php  
--------------------------------------------------------------*/
.product {
  font-family: "Noto Sans TC", sans-serif;
  color: #FFF;
  /*background: #3fbbc0;*/
  /*background-image: url("../img/product-bg.jpg");*/
  background-repeat: repeat;
}
.product p {
  text-align: left;
}
.product h1 {
  color: #FFF;
  font-size: 1.6em;
  font-weight: 700;
}
.product h2 {
  color: #FFF;
  font-size: 1.6em;
  font-weight: 700;
}
.product h3 {
  color: #FFF;
  font-size: 1.2em;
  font-weight: 600;
}
.product .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(45deg, #78d3fb, #c46aff);
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.product .member .member-img {
  position: relative;
  overflow: hidden;
}
.product .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(83, 60, 65, 0.85); /*product social bar*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .member .social a {
  transition: color 0.3s;
  color: #FFF;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product .member .social a i {
  line-height: 0;
}
.product .member .social a:hover {
  color: #3fbbc0;
}
.product .member .social i {
  color: #FFF;
  font-size: 18px;
  margin: 0 2px;
}
.product .member .member-info {
  padding: 25px 15px;
}
.product .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #FFF;
}
.product .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.product .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
}
.product .member:hover .social {
  opacity: 1;
}
/*--------------------------------------------------------------
# icecream
--------------------------------------------------------------*/
.icecream .nav-tabs {
  border: 0;
}
.icecream .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.icecream .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.icecream .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.icecream .nav-link:hover h4 {
  color: #3fbbc0;
}
.icecream .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}
.icecream .nav-link.active h4 {
  color: #333;
}
.icecream .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
.icecream .tab-pane img {
  float: left;
  max-width: 95%;
  padding: 0 15px 15px 0;
}
@media (max-width: 960px) {
  .icecream .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.icecream .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.icecream .tab-pane p {
  color: #777777;
  font-size: 14px;
}
.icecream .tab-pane p:last-child {
  margin-bottom: 0;
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  /* background-image: url("../img/about-bg.jpg");*/
  background-repeat: repeat;
}
.about .section-title {
  color: #333333;
}
.about .content h3 {
  color: #333;
  font-weight: 600;
  font-size: 22px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  color: #333;
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about p {
  text-align: left;
  color: #333;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# table-area Services Section
--------------------------------------------------------------*/
.table-area {
  color: #333;
  /*table section*/
  /*background-image: url("../img/table-bg.jpg");*/
  background-repeat: repeat;
}
.table-area title {
  color: #333;
}
/*********table**********/
.machine-table-title {
  font-weight: 400;
  font-size: 0.8em;
  color: #494848;
}
/*--------------------------------------------------------------
# contact us map 
--------------------------------------------------------------*/
.contact {
  font-family: "Noto Sans TC", sans-serif;
  color: #333;
  /* background-image: url("../img/contact-bg.jpg");*/
  background-repeat: repeat;
}
.contact-g {
  font-size: 1.4em;
  color: #019685;
  font-weight: 600;
}
.contact p {
  text-align: left;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(30deg, #2c90cb, #65c9cd);
  padding: 0 0 30px 0;
  color: #FFF;
  font-size: 14px;
}
#footer .footer-top {
  background: linear-gradient(90deg, #65c9cd, #2c90cb);
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  color: #FFF;
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #8C2FA0;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #FFF;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}