@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300&Roboto&Oswald&display=swap');
body {
  font-family: Arial, 'Noto Sans TC', sans-serif;
  padding-top: 75px;
  font-size: 17px;
}
.border-bottom-b {
  border-bottom: 1px solid #000 !important;
}
h1.prod_title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #CC0000;
  margin: 1.5rem auto 2rem auto;
  padding-bottom: 0.3rem;
  width: fit-content;
}
h1 {
  font-size: 2rem;
}
h2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #CC0000;
  margin: 1.5rem auto 2rem auto;
  padding-bottom: 0.3rem;
  width: fit-content;
}
.pagetitle {
  font-size: 2rem !important;
  text-align: left !important;
  font-weight: 500 !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: 0.375rem !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
  width: 100% !important;
}
.subtitle {
  text-align: center !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  border-bottom: 2px solid #CC0000 !important;
  margin: 1.5rem auto 2rem auto !important;
  padding-bottom: 0.3rem !important;
  width: fit-content !important;
}
h3 {
  font-size: 1.6rem;
  color: #006699;
  background-image: url("../imgs/h1.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 17px;
  margin-bottom: 20px;
  font-family: 'Roboto', Arial, 'Noto Sans TC', sans-serif;
}
h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 25px;
}
h5 {
  font-size: 1.08rem;
}
h6 {
  font-size: 1rem;
}
.index-header {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #CC0000;
  margin: 1.5rem auto 2rem auto;
  padding-bottom: 0.3rem;
  width: fit-content;
}
/*navigation*/
.navbar {
  background-color: #FFF;
  box-shadow: 0 0 1em #333;
  z-index: 999999;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0rem;
  position: fixed;
  right: 15px;
  top: 17px;
}
.navbar-collapse {
  position: absolute;
  top: 76px;
  left: 100%;
  padding: 18px 35px;
  width: 100%;
  transition: all 0.3s ease;
  display: block;
  background-color: rgba(153, 0, 0, 0.85);
}
.navbar-collapse.collapsing {
  height: auto !important;
  margin-left: 50%;
  transition: all 0.3s ease;
  display: block;
}
.navbar-collapse.show {
  left: 0;
}
.navbar .nav-link {
  display: block;
  padding: 0.2rem 0.4rem;
}
@media(min-width:576px) {
  .navbar .nav-link {
    display: block;
    padding: 0rem 0.4rem;
  }
}
a.navbar-brand img {
  height: 52px;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media(min-width:992px) {
  .navbar-collapse {
    position: absolute;
    top: 76px;
    left: 100%;
    padding: 25px 35px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
    background-color: rgba(153, 0, 0, 0.85);
    text-align: center;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    left: 0%;
  }
  .navbar .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.35rem;
  }
}
@media(min-width:920px) {
  a.navbar-brand img {
    height: 60px;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar-nav {
  position: static;
  right: auto;
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #CCC;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #FFF;
  background-color: #000;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #FFF;
}
.lang {
  margin-bottom: 1rem;
  color: #FFF;
  position: static;
  top: 20px;
  right: 80px;
  width: 100%;
}
.lang i {
  margin-right: 10px;
  display: none !important;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.lang .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1rem;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0px;
}
.lang option {
  background-color: #990000;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media(min-width:992px) {
  .lang {
    margin-bottom: 2rem;
    color: #cc6666;
    position: fixed;
    top: 20px;
    right: 80px;
    width: 200px;
  }
  .lang i {
    margin-right: 10px;
    display: block !important;
  }
  .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .lang .custom-select {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.65rem 0.375rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.2;
    color: #cc6666;
    background-color: #fff;
    border: 1px solid #cc6666;
    border-radius: 25px;
  }
  .lang option {
    background-color: #FFF;
  }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
/*carousel*/
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 100%;
}
.carousel-indicators li.active {
  background-color: #990000;
  opacity: 1;
}
.carousel-caption {
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-align: right;
  bottom: calc(50% - 2.6rem);
  right: 10%;
  text-shadow: 2px 2px 8px #333;
}
@media(min-width:768px) {
  .carousel-caption {
    font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    text-align: right;
    bottom: calc(50% - 3.2rem);
    right: 10%;
    text-shadow: 2px 2px 8px #333;
  }
}
/*index-products*/
.index-wrapper {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.index-wrapper .row {
  padding: 0px;
  margin: 0px;
}
.index-wrapper .carousel-control-prev, .index-wrapper .carousel-control-next {
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  color: rgba(153, 153, 153, 0.6);
  z-index: 99999;
}
.index-wrapper .carousel-control-prev:hover, .index-wrapper .carousel-control-prev:focus, .index-wrapper .carousel-control-next:hover, .index-wrapper .carousel-control-next:focus {
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  color: rgba(153, 153, 153, 0.6);
}
.index-wrapper .index-col-prod {
  background-image: url("../imgs/index_product.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  line-height: 300px;
}
.index-wrapper .index-prod-info {
  text-align: center;
  padding: 0px 0px 20px 0px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
@media(min-width:992px) {
  .index-wrapper .index-col-prod {
    background-image: url("../imgs/index_product.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    line-height: 400px;
  }
  .index-wrapper .index-prod-info {
    text-align: center;
    padding: 25px 0px 25px 0px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
  }
}
.index-wrapper .index-prod-info .prod_name {
  font-size: 1.3rem;
  font-weight: bold;
}
.index-wrapper .btn {
  border-radius: 0px;
  padding: 4px 25px 4px 25px;
}
/*index-news*/
.index-news {
  background-color: #eee;
}
.index-wrapper .index-col-news {
  background-image: url("../imgs/index_news.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  line-height: 300px;
}
.index-wrapper .index-news-info {
  text-align: center;
  padding: 0px 0px 25px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-color: #FFF;
}
.index-wrapper .index-news-info img {
  margin-top: 20px;
}
@media(min-width:768px) {
  .index-news {
    background-color: transparent;
  }
}
@media(min-width:992px) {
  .index-wrapper .index-col-news {
    background-image: url("../imgs/index_news.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    line-height: 400px;
  }
  .index-wrapper .index-news-info {
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    background-color: #FFF;
  }
  .index-wrapper .index-news-info img {
    margin-top: 0px;
  }
}
.post_time {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.3rem;
}
/*index-service*/
.index-service {
  padding: 5px 0px 20px 0px;
  min-height: 400px;
  background-image: url("../imgs/index_service.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.index-service .service-box {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
  min-height: 400px;
}
@media(min-width:768px) {
  .index-service {
    padding: 20px;
    height: 100%;
    background-image: url("../imgs/index_service.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}
.index-service .service-box p {
  margin: 10px 20px 5px 20px;
  text-align: left;
}
.index-service .service-box .header {
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
  padding-bottom: 5px;
  text-align: center;
}
/*footer*/
footer {
  background-color: #272727;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media(min-width:768px) {
  footer {
    background-color: #272727;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
footer .logo {
  max-height: 45px;
  width: auto;
  margin-bottom: 20px;
}
footer p {
  margin-bottom: 0.3rem;
}
footer .btmenu p {
  font-size: 1rem;
}
footer i {
  margin-right: 15px;
  min-width: 15px;
}
footer a:link, footer a:visited {
  color: #FFF;
  text-decoration: none;
}
footer a:hover, footer a:active {
  color: #ffd3d3;
  text-decoration: none;
}
footer .first-class {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
footer .btmenu {
  background-color: #444;
}
/*cookie*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 9999999;
  border-radius: 0;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.8);
  padding: 25px;
  transition: all 0.3s ease;
  display: block;
  letter-spacing: 0.5px;
}
.cookiealert.show {
  bottom: -100px;
}
.cookiealert a {
  text-decoration: underline;
  color: #FFF;
}
.cookiealert .btn {
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.card-body {
  background-color: transparent;
  padding: 0px;
  border: transparent;
}
/*error*/
.bg_red {
  background-color: #FFF;
  background-image: url("../imgs/bg_red.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 25px;
  padding-bottom: 25px;
  background-attachment: fixed;
}
.bg_red .alert {
  color: #ff9999;
  font-size: 4rem;
  font-family: 'Oswald', Arial, 'Noto Sans TC', sans-serif;
}
.bg_red .error {
  background-image: url("../imgs/logo_large.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg_red .container strong {
  background-color: #FFF;
  padding: 4px 15px 4px 15px;
  color: #000;
  font-weight: normal;
}
.bg_red .container a {
  color: #ff0;
}
.bg_red .btn {
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.bg_red i {
  margin-right: 8px;
}
.page-header {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #ff9999;
  margin: 1.5rem auto 2.5rem auto;
  padding-bottom: 0.3rem;
  width: fit-content;
  color: #FFF;
}
/*subpage*/
.subpage {
  background-color: #272727;
  min-height: 100vh;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  width: fit-content;
  padding: 0px;
  margin-bottom: 0.5rem;
}
.breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-item.active {
  color: #FFF;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #FFF;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.subpage .bg_subpage {
  background-position: top right;
  background-repeat: repeat-y;
  background-image: url("../imgs/bg_root.jpg");
  background-size: contain;
}
.subpage .bg_subpage .pageroot {
  padding: 15px 20px 5px 20px;
  width: 100%;
  color: #FFF;
}
@media(min-width:768px) {
  .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    width: fit-content;
    padding: 0px;
    margin-bottom: 1rem;
  }
  .subpage .bg_subpage .pageroot {
    padding: 20px 40px;
    width: 100%;
    color: #FFF;
  }
}
.subpage .bg_subpage .pageroot .breadcrumb-item a:link, .subpage .bg_subpage .pageroot .breadcrumb-item a:visited {
  text-decoration: none;
}
.subpage .bg_subpage .pageroot .breadcrumb-item a:hover, .subpage .bg_subpage .pageroot .breadcrumb-item a:active {
  text-decoration: none;
  color: #FFFF00;
}
.subpage .bg_subpage .pageroot .pageheader {
  font-size: 2rem;
}
/*about*/
.subpage .about {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_about.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:768px) {
  .subpage .about {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_about.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .about .bg_subpage .content {
  background-image: url("../imgs/about.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 450px 20px 20px 20px;
  min-height: 100vh;
}
@media(min-width:768px) {
  .subpage .about .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .about .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .about .bg_subpage .content ul li {
  list-style-type: none;
  list-style-image: url("../imgs/list.png");
}
/*news*/
.subpage .news {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_news.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:768px) {
  .subpage .news {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_news.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .news .bg_subpage .content {
  background-image: url("../imgs/news.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
.subpage .news .bg_subpage .content .newscover {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
@media(min-width:768px) {
  .subpage .news .bg_subpage .content .newscover {
    margin-bottom: 15px;
    border-bottom: transparent;
  }
  .subpage .news .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .news .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .news .bg_subpage .content .newscover a:link, .subpage .news .bg_subpage .content .newscover a:visited {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.subpage .news .bg_subpage .content .newscover a:hover, .subpage .news .bg_subpage .content .newscover a:active {
  text-decoration: none;
  color: #ff0000;
  text-align: center;
}
.post_time2 {
  font-family: 'Roboto', Arial, 'Noto Sans TC', sans-serif;
  font-size: 0.9rem;
  color: #999;
  text-align: right;
}
.news_header {
  font-family: 'Roboto', Arial, 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  color: #cc0000;
  background-image: url("../imgs/bg_posttime.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 15px;
}
.subpage .news .bg_subpage .content img {
  margin-bottom: 15px;
}
/*form*/
.subpage .form {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_form.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:992px) {
  .subpage .form {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_form.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .form .bg_subpage .content {
  background-image: url("../imgs/form.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
@media(min-width:768px) {
  .subpage .form .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .form .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .form .bg_subpage .content .nav-tabs .nav-link.active, .subpage .form .bg_subpage .content .nav-tabs .nav-item.show .nav-link {
  color: #CC0000;
  background-color: #fff;
  border-color: #666;
  margin-left: 5px;
}
.subpage .form .bg_subpage .content .nav-tabs .nav-link {
  border-bottom: 1px solid #666;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  color: #CCC;
  background-color: #f5f5f5;
  margin-right: 10px;
}
.subpage .form .bg_subpage .content .nav-tabs .nav-link:hover, .subpage .form .bg_subpage .content .nav-tabs .nav-link:active {
  border: 1px solid #666;
  color: #333;
  background-color: #f5f5f5;
  margin-right: 10px;
}
.subpage .form .bg_subpage .content .nav-tabs {
  border-bottom: 1px solid #666;
}
.subpage .form .bg_subpage .content .tab-content {
  padding: 15px 0px;
}
.subpage .form .bg_subpage .content .tab-content .basic {
  border-radius: 0.25rem;
  padding: 15px;
  background-color: #ececec;
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.subpage .form .bg_subpage .content .tab-content .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-radius: 0rem;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.subpage .form .bg_subpage .content .tab-content .mainform .form-control {
  width: 80px;
  float: none;
  display: inline;
}
.subpage .form .bg_subpage .content .tab-content .mainform {
  padding: 15px 0px;
}
.subpage .form .bg_subpage .content .tab-content .mainform p {
  line-height: 1.2rem;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.subpage .form .bg_subpage .content .tab-content .custom-file-label::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  line-height: 1.5;
  color: rgb(73, 80, 87);
  content: "Browse";
  background-color: rgb(233, 236, 239);
  padding: 0.375rem 0.75rem;
  border-left: inherit;
  border-radius: 0px 0.25rem 0.25rem 0px;
}
.subpage .form .bg_subpage .content .tab-content .btn {
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.subpage .form .bg_subpage .content .tab-content .mainform .form-check-inline {
  display: inline;
  float: left;
}
.subpage .form .bg_subpage .content .tab-content .mainform .form-control.form-control-sm {
  height: 1.3rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}
.subpage .form .bg_subpage .content .tab-content .mainform .form-check-inline .form-check-input {
  margin-right: 0rem;
}
/*map*/
.subpage .map {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_map.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:992px) {
  .subpage .map {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_map.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .map .bg_subpage .content {
  background-image: url("../imgs/map.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
@media(min-width:768px) {
  .subpage .map .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .map .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
/*catalog*/
.subpage .catalog {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_catalog.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:768px) {
  .subpage .catalog {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_catalog.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .catalog .bg_subpage .content {
  background-image: url("../imgs/catalog.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
.subpage .catalog .pdfcover {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
@media(min-width:768px) {
  .subpage .catalog .pdfcover {
    text-align: center;
    border-bottom: transparent;
    margin-bottom: 15px;
  }
  .subpage .catalog .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .catalog .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .catalog .pdfcover p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.subpage .catalog .pdfcover a:link, .subpage .catalog .pdfcover a:visited {
  color: #000;
  text-decoration: none;
}
.subpage .catalog .pdfcover a:hover, .subpage .catalog .pdfcover a:active {
  color: #FF0000;
  text-decoration: none;
}
/*q&a*/
.subpage .qna {
  background-position: left top;
  background-size: cover;
  background-image: url("../imgs/bg_faq.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:768px) {
  .subpage .qna {
    background-position: left top;
    background-size: contain;
    background-image: url("../imgs/bg_faq.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .qna .bg_subpage .content {
  background-image: url("../imgs/faq.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
.subpage .qna .bg_subpage .content {
  background-image: none;
  background-color: #FFF;
  border-top-right-radius: 60px;
  padding: 20px 40px;
}
@media(min-width:992px) {
  .subpage .qna .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .qna .bg_subpage .content ul li {
  list-style-type: none;
  list-style-image: transparent;
}
.subpage .qna .bg_subpage .content .nav-tabs {
  color: #999;
  border-bottom: transparent;
  margin-bottom: 45px;
  font-size: 1.3rem;
}
.subpage .qna .bg_subpage .content .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #006699;
  background-color: transparent;
  border-color: transparent;
  padding: 0px 15px 0px 0px;
  border-right: 1px solid #999;
  margin-right: 15px;
  border-radius: 0px;
  line-height: 1.5rem;
}
.subpage .qna .bg_subpage .content .nav-tabs .nav-link:hover, .subpage .qna .bg_subpage .content .nav-tabs .nav-link:focus {
  border-color: transparent;
  padding: 0px 15px 0px 0px;
  border-right: 1px solid #999;
  margin-right: 15px;
  border-radius: 0px;
  line-height: 1.5rem;
}
.subpage .qna .bg_subpage .content .nav-tabs .nav-link {
  color: #999;
  padding: 0px 15px 0px 0px;
  border-right: 1px solid #999;
  margin-right: 15px;
  border-radius: 0px;
  line-height: 1.5rem;
}
.panel-heading {
  cursor: pointer;
  color: #cc0000;
  margin-bottom: 15px;
}
.panel-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.panel-body {
  padding-bottom: 20px;
}
.panel-body ol {
  padding: 0px 20px;
}
/*contact*/
.subpage .contact {
  background-position: left top;
  background-size: contain;
  background-image: url("../imgs/bg_contact.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 90px;
}
@media(min-width:768px) {
  .subpage .contact {
    background-position: left top;
    background-size: cover;
    background-image: url("../imgs/bg_contact.jpg");
    background-repeat: no-repeat;
    border-bottom-left-radius: 90px;
  }
}
.subpage .contact .bg_subpage .content {
  background-image: url("../imgs/contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-top-right-radius: 0px;
  padding: 330px 20px 20px 20px;
  min-height: 100vh;
}
@media(min-width:768px) {
  .subpage .contact .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 60px;
    padding: 20px 40px;
  }
}
@media(min-width:992px) {
  .subpage .contact .bg_subpage .content {
    background-image: none;
    background-color: #FFF;
    border-top-right-radius: 90px;
    padding: 20px 40px;
  }
}
.subpage .contact .bg_subpage .content .btn {
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
/*prod*/
.content2 {
  background-color: #FFF;
  padding: 15px 0px 0px 0px;
  min-height: 100vh;
  background-image: url("../imgs/bg_content2.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed;
}
.content2 .prod_fst {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  width: 100%;
}
@media(min-width:768px) {
  .content2 .prod_fst {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
  }
}
.content2 .prod_fst .prod_name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 25px;
}
.content2 .prod_fst .btn {
  padding: 4px 25px;
  border-radius: 0px;
}
.content2 .prod_fst .col-md-8 {
  padding: 0px;
}
.content2 .prod_fst .order-1 {
  -ms-flex-order: 2;
  order: 2;
}
.content2 .prod_fst .order-2 {
  -ms-flex-order: 1;
  order: 1;
}
@media(min-width:768px) {
  .content2 .prod_fst .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .content2 .prod_fst .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}
.content2 .subprod {
  border: 1px solid #CCC;
  background-color: #FFF;
  margin-bottom: 25px;
}
.content2 .subprod p {
  text-align: center;
  line-height: 1.5rem;
  padding: 5px 10px;
  margin: 0px;
}
.content2 a:link .subprod p, .content2 a:visited .subprod p {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #000;
}
.content2 a:hover .subprod p, .content2 a:active .subprod p {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
}
.content2 .prod_info .nav-pills .nav-link.active, .content2 .prod_info .nav-pills .show > .nav-link {
  color: #F00;
  background-color: transparent;
  border-bottom: 3px solid #FF0000;
  font-weight: bold;
}
.content2 .prod_info .nav-pills .nav-link {
  border-radius: 0rem;
  color: #666;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  cursor: pointer;
}
.content2 .prod_info .nav-pills .nav-link:hover {
  border-radius: 0rem;
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #CCC;
  font-size: 1.2rem;
  font-weight: bold;
}
.content2 .prod_info .tab-content {
  border-top: 1px solid #000;
}
.content2 .prod_info .panel-info {
  border-bottom: 1px solid transparent;
  padding: 25px 0px 25px 0px;
  margin: 0px auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  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%;
}
.content2 .moreprod {
  background-color: #f0f0f0;
  padding: 20px 0px 10px 0px;
}
.content2 .moreprod i {
  background-color: #000;
  border-radius: 70px;
  padding: 23px;
}
.content2 .moreprod img {
  margin-bottom: 15px;
}
.content2 .moreprod a:link img, .content2 .moreprod a:visited img {
  border: 3px solid transparent;
}
.content2 .moreprod a:hover img, .content2 .moreprod a:active img {
  border: 3px solid #cc0000;
}
/* search start  */
.searching {
  margin-bottom: 2rem;
  padding-right: 1rem;
  color: #cc6666;
  position: absolute;
  top: 20px;
  right: 65px;
  border-right: 1px solid transparent;
}
@media(min-width:920px) {
  .searching {
    margin-bottom: 2rem;
    padding-right: 1rem;
    color: #cc6666;
    position: fixed;
    top: 20px;
    right: 300px;
    border-right: 1px solid #ddd;
  }
}
.searching a {
  color: #cc6666;
}
.search-inline {
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 75px;
  left: 0%;
  height: 56px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 999999;
  transition: all .5s ease-in-out;
  border-bottom: 1px solid #666;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.4s ease-in-out;
}
.search-inline button[type="submit"] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 56px;
  background-color: #CC0000;
  color: #fff;
}
.search-inline .form-control {
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5rem;
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, 'Noto Sans TC', sans-serif;
  outline: none;
}
.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 80px;
  height: 56px;
  text-align: center;
  display: table;
  background-color: #000;
  text-decoration: none;
}
.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0rem;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.search {
  background-color: #FFF;
  background-image: url("../imgs/bg_red.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #FFF;
  min-height: 100vh;
  padding-top: 25px;
  padding-bottom: 25px;
  background-attachment: fixed;
}
.table_search td {
  padding: 5px 8px;
  background-color: #FFF;
  color: #333;
  border-bottom: 1px solid #CCC;
}
.table_search td img {
  width: 100%;
  height: auto;
}
@media(min-width:768px) {}
.table_search td a {
  text-decoration: none;
  color: #333;
}
.table_search td .root a {
  color: #0061C6;
}