@charset "UTF-8";
.border-bottom {
  border-bottom: solid 1px #000000;
}

.title-main {
  margin: 0 auto 3rem auto;
  color: #002A8F;
}

.title-sub {
  margin: 8rem auto 3rem auto;
  color: #ffffff;
}

.title02 h3 {
  color: #b1b1b2;
  padding-left: 1rem;
}

@media screen and (max-width: 640px) {
  .title02 h3 {
    color: #b1b1b2;
    padding-left: 0;
  }
}

.btn, .btn01 {
  background: #002A8F;
  color: #ffffff;
  padding: 2rem 7rem;
  position: relative;
  letter-spacing: 5px;
  font-size: 1rem;
}

.btn::after, .btn01::after {
  content: '';
  width: 90%;
  height: 80%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn:hover, .btn01:hover {
  opacity: 0.5;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.btn02 {
  background: #ffffff;
  color: #002A8F;
  padding: 2rem 7rem;
  position: relative;
  letter-spacing: 5px;
  font-size: 1rem;
}

.btn02::after {
  content: '';
  width: 90%;
  height: 80%;
  border: 1px solid #002A8F;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn02:hover {
  opacity: 0.5;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.primary-btn {
  background: #002A8F !important;
  padding: 1rem 5rem;
  color: #ffffff;
}

.sub-btn {
  background: #000000;
  padding: 1rem 5rem;
  color: #ffffff;
}

@media screen and (max-width: 667px) {
  .primary-btn, .sub-btn {
    padding: 1rem 3rem;
  }
}

.color01 {
  color: #002A8F;
}

.color02 {
  color: #b81b23;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.bg-lightgray {
  background-image: url(../img/bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-common {
  position: relative;
}

.bg-common::before {
  content: '';
  background-image: url("../img/lean02.png");
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  z-index: -1;
}

.bg-common-2 {
  position: relative;
}

.bg-common-2::before {
  content: '';
  background-image: url(../img/f-top.png);
  position: absolute;
  top: -96px;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 96px;
}

.bg01 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg01.html");
}

.bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg02.html");
}

.banner-all img {
  width: 100%;
}

.maker {
  background: #002A8F;
  color: #ffffff;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*BANNER */
section .banner {
  margin: 0;
  padding: 0;
}

section .banner .swiper-banner {
  width: 100%;
}

section .banner .swiper-banner .swiper-slide {
  font-size: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

section .banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

section .banner .swiper-banner .swiper-button-next, section .banner .swiper-banner .swiper-button-prev {
  color: #002A8F;
}

section .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b1b1b2;
}

section .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

section .marquee {
  background-color: #002A8F;
  color: #ffffff;
  padding: 1rem 5rem;
}

@media screen and (max-width: 640px) {
  section .marquee {
    padding: 1rem 2rem;
  }
}

.about {
  background-image: url("../img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.about .about-content {
  word-break: break-all;
  line-height: 2rem;
  background-color: #ffffffed;
  height: 0;
  padding: 5rem 11% 30% 7%;
  -webkit-box-shadow: -7px 0px 6px 0px #706b6b33;
          box-shadow: -7px 0px 6px 0px #706b6b33;
}

.product .container .row .product-wrapper {
  margin-bottom: 3rem;
}

.product .container .row .product-wrapper .product-item {
  border: 1px solid #002A8F;
  position: relative;
}

.product .container .row .product-wrapper .product-item .product-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.product .container .row .product-wrapper .product-item .product-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.product .container .row .product-wrapper .product-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product .container .row .product-wrapper .product-item .product-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: white;
  background-color: #002a8fdb;
  height: 0;
  padding: 2rem 2rem 13rem 2rem;
  text-align: center;
}

.product .container .row .product-wrapper .product-item .product-text h3 {
  margin-bottom: 3rem;
  position: relative;
}

.product .container .row .product-wrapper .product-item .product-text h3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  margin: 0 auto;
  width: 20%;
  height: 4px;
  background-color: #ffffff;
}

.product .container .row .product-wrapper .product-item .product-text p {
  line-height: 2rem;
}

.product .container .row .product-wrapper .product-btn {
  padding: 1rem;
  border: 1px solid #002A8F;
  text-align: center;
  letter-spacing: 5px;
  background-color: #ffffff;
}

.product .container .row .product-wrapper .product-btn a {
  color: #002A8F;
  display: block;
}

@media screen and (max-width: 640px) {
  .product .container .row .product-wrapper {
    margin-bottom: 3rem;
  }
  .product .container .row .product-wrapper .product-item .product-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: white;
    background-color: #002a8fdb;
    height: 0;
    padding: 1rem 2rem 10rem 2rem;
    text-align: center;
  }
  .product .container .row .product-wrapper .product-item .product-text h3 {
    margin-bottom: 2rem;
  }
  .product .container .row .product-wrapper .product-item .product-text h3::after {
    bottom: -20px;
  }
  .product .container .row .product-wrapper .product-item .product-text p {
    line-height: 1.5rem;
  }
  .product .container .row .product-wrapper .product-item .product-text p:lang(en) {
    line-height: 1.2rem;
  }
}

.tech .container .row .tech-wrapper {
  text-align: center;
}

.tech .container .row .tech-wrapper a {
  display: block;
}

.tech .container .row .tech-wrapper a .tech-img {
  -webkit-box-shadow: 0 0px 11px 0px #706b6b33;
          box-shadow: 0 0px 11px 0px #706b6b33;
  border-radius: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.tech .container .row .tech-wrapper a .tech-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  max-width: 50%;
  margin: auto;
}

.tech .container .row .tech-wrapper a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news {
  background-image: url("../img/news-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 5% 0 10% 0;
  position: relative;
}

.news::before {
  content: '';
  background-image: url("../img/lean01.png");
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
}

.news::after {
  content: '';
  background-image: url("../img/lean01.png");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  -webkit-transform: rotate(200grad);
          transform: rotate(200grad);
}

.news .container .row .news-wrapper {
  text-align: center;
}

.news .container .row .news-wrapper .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 2rem 0;
  border-bottom: 1px solid #ffffff;
}

.news .container .row .news-wrapper .news-item:last-child {
  border-bottom: none;
}

.news .container .row .news-wrapper .news-item .date {
  border: 1px solid white;
  padding: 0.5rem 0.6rem;
  font-size: 0.5rem;
  margin-right: 15px;
}

.news .container .row .news-wrapper .news-item h4 {
  letter-spacing: 5px;
}

.news .container .row .news-wrapper .news-item a {
  display: block;
}

.news .container .row .news-wrapper .news-item button {
  letter-spacing: 5px;
  background-color: #ffffff00;
  color: #ffffff;
}

.inner-about {
  position: relative;
  z-index: 99;
}

.inner-about::before {
  content: '';
  position: absolute;
  background-image: url("../img/bg.svg");
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 796px;
  z-index: -999;
}

.inner-about::after {
  content: '';
  position: absolute;
  background-image: url("../img/news-bg02.svg");
  position: absolute;
  bottom: -10%;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1234px;
  z-index: -999;
}

.inner-about .container .row .col-12 .inner-about-item {
  -webkit-box-shadow: 0px 0px 10px 0px #706b6b33;
          box-shadow: 0px 0px 10px 0px #706b6b33;
  background-color: #ffffff;
  margin-bottom: 6rem;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-wrapper .inner-about-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-wrapper .inner-about-img img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-wrapper:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-text {
  line-height: 2rem;
  position: relative;
  z-index: 99;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-text h3 {
  color: #002A8F;
  margin-bottom: 2rem;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-text p {
  z-index: 99;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-text::before {
  content: 'A B O U T';
  color: #f4f4f4;
  position: absolute;
  top: 50px;
  right: 40px;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 1rem;
  z-index: -1;
}

.inner-about .container .row .col-12 .inner-about-item .inner-about-text::after {
  content: '';
  position: absolute;
  background-image: url("../img/about-after.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
}

.inner-about .container .row .col-12 .inner-about-item:nth-child(even) .inner-about-text::after {
  background-image: url("../img/about-after02.svg");
}

@media screen and (max-width: 767px) {
  .inner-about {
    position: relative;
    z-index: 99;
  }
  .inner-about::before {
    content: '';
    position: absolute;
    background-image: url("../img/bg.svg");
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 796px;
    z-index: -999;
  }
  .inner-about::after {
    content: '';
    position: absolute;
    background-image: url("../img/news-bg02.svg");
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1234px;
    z-index: -999;
  }
  .inner-about .container .row .col-12 .inner-about-item .inner-about-text::before {
    font-size: 3rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

.inner-product {
  margin-bottom: 5rem;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper {
  margin-bottom: 3rem;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a {
  display: block;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text {
  color: #ffffff;
  background-color: #002A8F;
  height: 0;
  padding-bottom: 45%;
  padding-top: 10%;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text .price .discount {
  color: #b1b1b2;
  text-decoration: line-through;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text:lang(en) {
  padding-bottom: 25%;
}

.inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text:lang(zh-Hans-CN) {
  padding-bottom: 25%;
}

@media screen and (max-width: 640px) {
  .inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text {
    padding-bottom: 70%;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 340px) {
  .inner-product .container .row .col-lg-9 .row .inner-product-wrapper a .inner-product-item .inner-product-text {
    padding-bottom: 75%;
  }
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 45px;
}

.product__carousel .gallery-top {
  margin-bottom: 45px;
  height: 400px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #002A8F;
}

.product__carousel .gallery-thumbs {
  overflow: hidden;
  height: auto  !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  width: 100%;
}

.products_detail-text .col-12 .price .discount {
  color: #b1b1b2;
  text-decoration: line-through;
  font-weight: 300;
}

.products_detail-money {
  line-height: 2rem;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}

.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}

.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.products_detail-mount .counter {
  position: relative;
}

.products_detail-mount .counter input::-webkit-outer-spin-button,
.products_detail-mount .counter input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.products_detail-mount .counter #minus_button {
  background: white;
  border: 1px solid;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  line-height: 20px;
  width: 20%;
  padding: 0;
}

.products_detail-mount .counter #qty {
  padding: 0.8rem;
  width: 100%;
  text-align: center;
}

.products_detail-mount .counter #plus_button {
  background: white;
  border: 1px solid;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  line-height: 20px;
  width: 20%;
  padding: 0;
}

.shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}

.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 1rem 4rem;
  width: calc( 50% - 10px);
  margin-right: 10px;
  text-align: center;
}

.shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a {
  color: #ffffff;
  font-size: 1rem;
}

.shop-btn .shop-btn-basket {
  background: #000000;
}

.shop-btn .shop-btn-shop {
  background: #002A8F;
}

.product-des {
  margin: 8rem 0;
}

.product-des .tab-btn {
  position: relative;
  margin-bottom: 3rem;
}

.product-des .tab-btn::after {
  content: '';
  width: 100%;
  background-color: #002A8F;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-des .tab-btn button.product-des-title {
  display: inline-block;
  background: #808080;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}

.product-des .active {
  background: #002A8F !important;
}

.inner-news .container .row .col-lg-8 .news-wrapper {
  text-align: center;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 2rem 0;
  border-bottom: 1px solid #b1b1b2;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item:nth-child(1) {
  padding-top: 0 !important;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item:last-child {
  border-bottom: none;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item .date {
  border: 1px solid #002A8F;
  color: #002A8F;
  padding: 0.5rem 0.6rem;
  font-size: 0.5rem;
  margin-right: 15px;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item h4 {
  letter-spacing: 5px;
  color: #505050;
  line-height: 1.5rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item a {
  display: block;
}

.inner-news .container .row .col-lg-8 .news-wrapper .news-item button {
  letter-spacing: 5px;
  color: #002A8F;
}

@media screen and (max-width: 640px) {
  .inner-news .container .row .col-lg-8 .news-wrapper .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner-news .container .row .col-lg-8 .news-wrapper .news-item h4 {
    margin-top: 5px;
  }
}

.inner-news-detail .news-info {
  color: #002A8F;
}

.inner-news-detail .news-info .news-text hr {
  background-color: #b1b1b2;
}

.inner-download .container .row .col-12 .download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #002A8F;
  background-color: #ffffff;
  margin-bottom: 3rem;
}

.inner-download .container .row .col-12 .download-wrapper .download-text {
  padding: 1rem;
}

.inner-download .container .row .col-12 .download-wrapper .download-text h4 {
  margin-bottom: 1rem;
  color: #002A8F;
}

.inner-download .container .row .col-12 .download-wrapper .download-text p {
  line-height: 2rem;
}

.inner-download .container .row .col-12 .download-wrapper a {
  display: block;
}

.inner-download .container .row .col-12 .download-wrapper a .download-btn {
  background-color: #002A8F;
  padding: 1.5rem 1rem;
  height: 100%;
}

.inner-download .container .row .col-12 .download-wrapper a .download-btn i {
  font-size: 2rem;
  color: #ffffff;
  line-height: 70px;
}

@media screen and (max-width: 640px) {
  .inner-download .container .row .col-12 .download-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner-download .container .row .col-12 .download-wrapper .download-text {
    padding: 1rem;
  }
  .inner-download .container .row .col-12 .download-wrapper .download-text h4 {
    margin-bottom: 1rem;
    color: #002A8F;
  }
  .inner-download .container .row .col-12 .download-wrapper .download-text p {
    line-height: 2rem;
  }
  .inner-download .container .row .col-12 .download-wrapper a {
    display: block;
    width: 100%;
  }
  .inner-download .container .row .col-12 .download-wrapper a .download-btn {
    padding: 0;
    height: 100%;
    text-align: center;
  }
  .inner-download .container .row .col-12 .download-wrapper a .download-btn i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 70px;
  }
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper {
  margin-bottom: 3rem;
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper a {
  display: block;
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper a .inner-video-item .inner-video-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper a .inner-video-item .inner-video-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper a .inner-video-item .inner-video-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.inner-video .container .row .col-lg-9 .inner-video-wrapper a .inner-video-item .inner-video-text {
  color: #ffffff;
  background-color: #002A8F;
}

.inner-repair .inner-repair-content {
  line-height: 2.2rem;
  text-align: justify;
}

.inner-repair .inner-repair-content hr {
  background-color: #808080;
}

.inner-repair .inner-repair-content p {
  margin: 1rem 0 2rem 0;
}

.inner-repair .inner-repair-content p span {
  color: red;
}

.inner-form-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}

.inner-form-wrapper iframe {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.inner-contact .container-fluid .inner-company-content {
  background-image: url("../img/news-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 5% 0 10% 0;
  position: relative;
}

.inner-contact .container-fluid .inner-company-content::after {
  content: '';
  background-image: url(../img/lean01.png);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  z-index: 1;
  -webkit-transform: rotate(200grad);
          transform: rotate(200grad);
}

.inner-contact .container-fluid .inner-company-content .inner-company-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.inner-contact .container-fluid .inner-company-content .inner-company-item .inner-company-item-title p {
  margin-right: 105px;
}

.inner-sales .container .row .intro {
  font-size: 1rem;
  color: #808080;
  line-height: 1.3rem;
  text-align: center;
}

.inner-sales .container .row .intro_ch:lang(en) {
  display: none;
}

.inner-sales .container .row .intro_en:lang(zh-tw) {
  display: none;
}

.inner-sales .container .row .intro_en:lang(zh-Hans-CN) {
  display: none;
}

.inner-sales .container .select-city {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}

.inner-sales .container .select-city .city-item {
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #706b6b33;
  box-shadow: 0px 0px 10px 0px #706b6b33;
  padding: 1.5rem;
  border-radius: 100px;
  margin: 10px 1rem;
}

.inner-sales .container .select-city .city-item:lang(en) {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.inner-sales .container .select-city .city-item-active {
  text-align: center;
  padding: 1.5rem;
  border-radius: 100px;
  margin: 10px 1rem;
  background-color: #C0C5D1;
  -webkit-box-shadow: 0px 0px 10px 0px #706b6b00;
  box-shadow: 0px 0px 10px 0px #706b6b00;
}

.inner-sales .container .select-city .city-item-active a p {
  color: #ffffff;
}

.inner-sales .container .select-city .city-item-active:lang(en) {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.inner-sales .container .row .col-12:nth-child(even) .store-info-content {
  background-color: #ebebeb;
}

.inner-sales .container .row .col-12 .store-info-title {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #505050;
  padding: 1rem;
}

.inner-sales .container .row .col-12 .store-city-title {
  padding: 1rem;
  color: #ffffff;
  background-color: #002A8F;
}

.inner-sales .container .row .col-12 .store-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #505050;
  padding: 1rem;
}

.inner-sales .container .row .col-12 .store-info-content h5 a i {
  font-size: 2rem;
  color: #002A8F;
}

.inner-sales .container .row .store-info-content {
  line-height: 1.5rem;
  word-break: break-all;
}

.inner-sales .container .row .store-info-content .store_name {
  width: 30%;
}

.inner-sales .container .row .store-info-content .store_addr {
  font-weight: normal;
  width: 40%;
}

.inner-sales .container .row .store-info-content .store_tel {
  width: 30%;
}

@media screen and (max-width: 990px) {
  .inner-sales .container .select-city .city-item:lang(en) {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .inner-sales .container .select-city .city-item-active:lang(en) {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 640px) {
  .inner-sales .container .row .intro:lang(zh-tw), .inner-sales .container .row .intro:lang(zh-Hans-CN) {
    text-align: left;
    word-break: break-all;
  }
  .inner-sales .container .row .intro:lang(en) {
    text-align: left;
    word-break: break-all;
  }
  .inner-sales .container .select-city {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner-sales .container .select-city .city-item {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px #706b6b33;
    box-shadow: 0px 0px 10px 0px #706b6b33;
    padding: 1.5rem;
    border-radius: 100px;
    margin: 10px 1rem;
  }
  .inner-sales .container .row .col-12 .store-info-title {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #505050;
    padding: 1rem;
  }
  .inner-sales .container .row .col-12 .store-city-title {
    padding: 1rem;
    color: #ffffff;
    background-color: #002A8F;
  }
  .inner-sales .container .row .col-12 .store-info-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .inner-sales .container .row .col-12 .store-info-content h5 {
    padding: 1rem;
    margin-left: auto;
  }
  .inner-sales .container .row .col-12 .store-info-content h5 a i {
    font-size: 2rem;
    color: #002A8F;
  }
}

.cn-dis {
  display: none;
}

.form-1 input {
  width: 100%;
  padding: 8px;
}

.form-1 #xcode {
  width: 200px;
}

.forget .container .row .intro {
  font-size: 1rem;
  color: #808080;
  line-height: 1.3rem;
  text-align: center;
}

.forget .container .row .intro a span {
  font-size: 1rem;
  color: #808080;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: underline;
}

.account-number {
  padding: 0;
  margin: 0 auto 12px auto;
  display: block;
}

.product_d-directions-title {
  position: relative;
}

.product_d-directions-title h4 {
  display: inline-block;
  background-color: #808080;
  color: #ffffff;
  padding: 1rem 1.2rem;
}

.product_d-directions-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
  border-bottom: 1px solid #808080;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  text-align: center !important;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 7.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}

.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

.rwd-table th {
  color: #ffffff;
}

.rwd-table td:before {
  color: #000000;
}

.rwd-table thead th {
  background: #002A8F;
}

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
}

.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}

.rwd-table tbody tr td button {
  border: solid 1px #000000;
}

.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 thead {
  background: #002A8F;
}

.rwd-table.rwd-table-order2 tr {
  border: none;
}

.rwd-table.rwd-table-order2 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px  10px;
}

.rwd-table.rwd-table-order2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}

.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right !important;
}

.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}

.rwd-table.rwd-table-order2 tbody .fare td {
  text-align: left !important;
}

.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}

.rwd-table.rwd-table-order2 tbody .total td {
  text-align: left !important;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 40%;
}

.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}

.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}

.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}

.rwd-table.rwd-table-order3 td .shopify-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc( 100% - 80px);
  margin: 0 10px;
  text-align: center;
  border-radius: 0;
  border: 0;
  background-color: white;
  color: black;
}

.rwd-table.rwd-table-order3 td .shopify-buy ::-webkit-outer-spin-button,
.rwd-table.rwd-table-order3 td .shopify-buy ::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.rwd-table.rwd-table-order3 td .shopify-buy input {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 60%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 20%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 50%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 20%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 10%;
  }
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #b1b1b2;
  height: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bar-graph .bar-graph-bg {
  background: #002A8F;
  height: 20px;
  width: 33.33%;
}

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}

.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bar-graph-text h2 {
  width: 33.33%;
  color: #002A8F;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #ebebeb;
}

.payment-methoda .payment-method-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  font-size: 20px;
}

.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}

.payment-methoda .payment-method-div .payment-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}

.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: '';
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.payment-methoda .payment-method-div .payment-method-text {
  width: calc( 100% - 200px);
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #b1b1b2;
  margin: 40px auto;
  padding: 80px 30px;
}

.successfully-ordered-div .successfully-ordered-div-img {
  width: 300px;
  text-align: center;
}

.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}

.successfully-ordered-div .successfully-ordered-div-text {
  width: calc( 100% - 300px);
  padding: 0 30px;
}

.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}

@media screen and (max-width: 1024px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 15%  !important;
  }
}

@media screen and (max-width: 768px) {
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 50%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 10%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5%  !important;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
}

@media screen and (max-width: 667px) {
  .btn, .btn01, .btn02 {
    padding: 1rem 4rem;
  }
  .news::before {
    top: -40px;
  }
  .news::after {
    bottom: -130px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .swiper-product .swiper-slide {
    width: 100%;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
  .shop-btn.shop-btn-open {
    position: fixed;
    bottom: 37px;
    left: 0;
    background: #fff;
    z-index: 1;
    padding: 9px;
  }
  .shop-btn.shop-btn-open .shop-btn-basket, .shop-btn.shop-btn-open .shop-btn-shop {
    padding: 10px;
  }
  .shop-btn-basket a, .shop-btn-shop a {
    font-size: 18px  !important;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50%  !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100%  !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px  !important;
  }
  .rwd-table tbody tr td {
    text-align: left  !important;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #808080;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}

@media screen and (max-width: 450px) {
  .cord04 .cord04-img {
    height: 350px;
  }
}
/*# sourceMappingURL=all.css.map */