@charset "UTF-8";
#logo {
  margin-right: 0 !important;
}

body {
  overflow-x: hidden;
}

@media (min-width: 1440px) {
  #header-wrap .container-fluid, #page-title .container-fluid, #content .container-fluid {
    padding-right: 90px;
    padding-left: 118px;
  }
  .full-header #logo {
    padding-right: 68px;
  }
}

@media (max-width: 1200px) {
  .full-header #logo {
    padding-right: 0px;
  }
  .header-misc a.btn {
    margin-left: 8px;
  }
  .header-misc a.btn i {
    font-size: 1em;
  }
  #primary-menu-trigger, #page-menu-trigger {
    width: auto;
    margin-left: 8px;
  }
}

@media (min-width: 992px) {
  #header.full-header:not(.transparent-header) {
    border: none !important;
  }
}

@media (min-width: 992px) {
  .menu-container > .menu-item:not(.mega-menu) .sub-menu-container {
    padding: 0 !important;
  }
  .sub-menu-container .menu-item > .menu-link {
    padding: 10px 25px !important;
  }
}

.sub-menu-container .menu-item > .menu-link {
  color: #AAA !important;
}

.sub-menu-container .menu-item > .menu-link:hover {
  color: #F7F7F7 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  font-weight: normal !important;
}

.menu-item .menu-link {
  color: #AAA !important;
  font-weight: 500 !important;
}

.menu-item .menu-link:hover, .menu-item .menu-link:focus {
  color: #F7F7F7 !important;
}

.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
  color: #F7F7F7 !important;
}

.underline {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.underline::before {
  content: '';
  position: absolute;
  background-color: #B8292D;
  width: 100%;
  height: 3px;
  bottom: 0;
}

.header-misc .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-misc .btn:hover {
  color: #777;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.section-title {
  text-align: center;
  font-weight: 500;
  color: #e8eaed;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: calc(32px + (49 - 32) * ((100vw - 360px) / (1440 - 360))) !important;
  text-transform: uppercase;
}

h1.section-title {
  text-align: center;
  font-weight: 500 !important;
  color: #e8eaed;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: calc(32px + (49 - 32) * ((100vw - 360px) / (1440 - 360))) !important;
  text-transform: uppercase;
}

.title-line-between {
  line-height: 1.8;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.title-line-between span {
  display: inline-block;
  color: #EEE !important;
  position: relative;
}

.title-line-between span:before,
.title-line-between span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40vw;
  height: 10px;
  border-bottom: 3px solid #B8292D;
  border-top: 3px solid #B8292D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.title-line-between span:before {
  right: 100%;
  margin-right: 15px;
}

.title-line-between span:after {
  left: 100%;
  margin-left: 15px;
}

.card-button {
  display: inline-block;
  text-align: center;
  min-width: 260px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 30px;
  letter-spacing: 1px;
  color: #FFF;
  cursor: pointer;
  background-color: #B8292D;
}

.card-button:hover {
  background-color: #FA373D;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 390px) {
  .card-button {
    width: 100%;
  }
}

.card-button-sm {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  padding: 0 16px;
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1440 - 360)));
  font-weight: 300;
  border-radius: 12px;
  line-height: 44px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #EEE;
  background-color: #B8292D;
}

.card-button-sm:hover {
  background-color: #FA373D;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* Slider Area */
.slider-caption h2 {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.slider-caption p {
  font-size: 18px;
  margin-bottom: 20px;
}

.slider-caption h2, .slider-caption p, .slider-caption .button {
  opacity: 0;
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate3d(-20%, 0, 0);
  -ms-transform: translate3d(-20%, 0, 0);
  -o-transform: translate3d(-20%, 0, 0);
  -webkit-transition: -webkit-transform .05s ease-out;
  transition: -webkit-transform .05s ease-out;
  transition: transform .05s ease-out;
  transition: transform .05s ease-out, -webkit-transform .05s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2, .swiper-slide.swiper-slide-active .slider-caption p, .swiper-slide.swiper-slide-active .slider-caption .button {
  opacity: 1;
  -webkit-transition: transform 1s, opacity 2s;
  -webkit-transition: opacity 2s, -webkit-transform 1s;
  transition: opacity 2s, -webkit-transform 1s;
  transition: transform 1s, opacity 2s;
  transition: transform 1s, opacity 2s, -webkit-transform 1s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
  -webkit-transition: transform 1s, opacity 3s;
  -webkit-transition: opacity 3s, -webkit-transform 1s;
  transition: opacity 3s, -webkit-transform 1s;
  transition: transform 1s, opacity 3s;
  transition: transform 1s, opacity 3s, -webkit-transform 1s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination span {
  width: 40px;
  height: 4px;
  background: #FFF;
  display: inline-block;
  margin: 0px 1px;
  border: 0;
  border-radius: 0;
  transform: skew(-38deg);
  -webkit-transform: skew(-38deg);
  -moz-transform: skew(-38deg);
  -ms-transform: skew(-38deg);
  -o-transform: skew(-38deg);
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c85e51 !important;
}

.feature-box.fbox-plain .fbox-icon img {
  height: 48px;
}

.section .iconlist li {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}

.swiper-slide-bg {
  background: url("images/header/header.png") no-repeat center center/cover;
}

#content a:hover {
  color: #FA373D;
}

.top-search-form input {
  pointer-events: auto;
}

.genoncall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif;
}

.genoncall img {
  z-index: 0;
  display: block;
  margin: 90px auto 0 auto;
}

.genoncall .title {
  color: #FFF;
  font-weight: 500;
  font-size: calc(48px + (66 - 48) * ((100vw - 360px) / (1440 - 360)));
  line-height: 1.8;
}

.genoncall .subtitle {
  margin-bottom: -30px;
  color: #FFF;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: calc(24px + (28 - 24) * ((100vw - 360px) / (1440 - 360)));
}

.genoncall .content {
  margin-top: -30px;
  color: #9f9e9f;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360)));
}

@media (max-width: 850px) {
  .genoncall .content {
    margin-top: -20px;
  }
  .genoncall img {
    margin-top: 80px;
  }
  .genoncall .genoncall-body {
    margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .genoncall .title {
    margin-top: 10px;
  }
  .genoncall .subtitle {
    margin-top: 20px;
  }
  .genoncall img {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .genoncall .title {
    font-size: 48px;
    line-height: 1.1;
  }
  .genoncall .subtitle {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .genoncall .content {
    margin-top: 10px;
    font-size: 16px;
  }
  .genoncall .btn {
    font-size: 16px;
  }
  .genoncall .genoncall-body {
    margin-top: -20px;
  }
}

.genoncall-body {
  position: relative;
  left: 50%;
  z-index: 2;
  margin-top: -90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* index->product */
.category-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#181818));
  background: linear-gradient(to bottom, #1c1c1c 0%, #181818 100%);
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #181818 100%);
  cursor: pointer;
}

.category-card img {
  margin: 1rem 0;
  width: 100%;
  height: auto;
}

.card-body {
  padding: 0;
}

.category-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  width: 91%;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
}

@media (min-width: 1601px) {
  .category-card {
    padding: 2rem 0;
  }
  .category-card img {
    width: 110%;
  }
  .category-card .card-body {
    font-size: 1.3em;
    line-height: 1.5;
  }
}

@media (max-width: 1600px) {
  .category-card {
    padding: 2rem 0;
  }
  .category-card img {
    width: 85%;
  }
  .category-card .card-body {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .category-card {
    padding: 2rem 0;
  }
  .category-card img {
    width: 85%;
  }
  .category-card .card-body {
    margin: auto 30px;
    min-height: 82px;
    font-size: 1.1em;
  }
}

/* index->news */
.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  border-radius: 5px;
  background-color: rgba(28, 28, 28, 0.85);
  color: #fff;
  cursor: pointer;
}

.news-card:hover {
  background-color: rgba(46, 46, 46, 0.85);
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.news-card img {
  margin: 1rem 0;
  width: 100%;
  height: auto;
}

.news-card .bg-overlay-bg {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-card .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  width: 100%;
  height: auto;
}

.news-card .card-head .card-title {
  width: 100%;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 36.25px;
  line-height: 1;
}

.news-card .card-head .card-subtitle {
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18.75px;
  line-height: 1;
}

.news-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  width: 75%;
  border-radius: 0 0 5px 5px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18.75px;
}

.news-card.new-pd img {
  z-index: 2;
}

.news-card.new-pd .card-body {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B8292D;
  color: #fff;
}

.news-card.new-pd:hover .card-body {
  background-color: #d6484c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.news-card.new-pd:hover .card-title, .news-card.new-pd:hover .card-subtitle {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.news-card.dc-pd .card-body {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.news-card.dc-pd:hover .card-title, .news-card.dc-pd:hover .card-subtitle {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.news-card .card-title, .news-card .card-subtitle, .news-card .card-body {
  z-index: 2;
}

@media (max-width: 2000px) {
  .news-card .card-body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1600px) {
  .news-card .card-body {
    width: 218px;
  }
  .news-card.dc-pd::after {
    font-size: 1.55em;
  }
  .news-card .card-head .card-title {
    font-size: 1.5em;
  }
  .news-card .card-head .card-subtitle {
    font-size: 1.05em;
  }
}

@media (max-width: 1400px) {
  .news-card .card-body {
    width: 210px;
  }
}

@media (max-width: 1200px) {
  .news-card .card-body {
    width: 205px;
  }
  .news-card .card-head .card-title {
    font-size: 1.25em;
  }
  .news-card .card-head .card-subtitle {
    font-size: 0.85em;
  }
}

@media (max-width: 992px) {
  .news-card .card-body {
    width: 178px;
    font-size: 18px;
  }
}

/*overlay*/
.bg-overlay-content {
  padding: 0 1rem;
}

.bg-overlay-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #c0c0c0;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360)));
  -webkit-line-clamp: 3;
}

.overlay-title {
  padding: 0.5rem 0;
  color: #e9e9e9;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.3em;
}

.overlay-btn {
  letter-spacing: 2px;
  font-weight: 300;
}

@media (max-width: 1600px) {
  .bg-overlay-content .overlay-title {
    display: none;
  }
}

/*news-card phone.ver、desktop.ver switched*/
@media (min-width: 768px) {
  #product-list-mobile, #news-list-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  #product-list-desktop, #news-list-desktop {
    display: none;
  }
  #product-list-mobile .card, #product-list-mobile .category-card {
    border: none;
    background: transparent;
  }
  #product-list-mobile .dark .card {
    background-color: transparent !important;
  }
  .bg-overlay-content p {
    -webkit-line-clamp: 4;
  }
}

/*hero-slide background offset top*/
@media (max-width: 576px) {
  .tp-kbimg {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.search-overlay .top-search-form {
  position: fixed;
  top: 60px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search-overlay .top-search-open .top-search-form {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}

.search-overlay .dark.top-search-form input {
  margin: 0;
  padding: .5rem 1rem;
  max-width: 100%;
  height: calc(2em + 1rem + 2px);
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: .3rem;
  color: #EEE;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}

.bg-alt, .h-bg-alt:hover, .page-item:not(.disabled):hover .page-link, .page-item.active .page-link {
  border-color: #343434 !important;
  background-color: #343434 !important;
}

.top-search-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.top-search-open .top-search-parent #logo, .top-search-open .top-search-parent .primary-menu, .top-search-open .top-search-parent .header-misc > *:not(#top-search) {
  opacity: 1 !important;
}

#query::-webkit-input-placeholder {
  text-transform: capitalize;
}

#query:-ms-input-placeholder {
  text-transform: capitalize;
}

#query::-ms-input-placeholder {
  text-transform: capitalize;
}

#query::placeholder {
  text-transform: capitalize;
}

.top-search-open .top-search-form > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-search-open .top-search-form > * .captcha {
  display: block;
}

.top-search-form > * {
  display: none;
}

.top-search-form > * .captcha {
  display: none;
}

/*product-list*/
.product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  padding-top: 4rem;
  border: none;
  overflow: hidden;
}

.product-card .card-body {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 600;
  min-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.product-card img {
  width: 100%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  padding-bottom: 3rem;
}

@media (max-width: 992px) {
  .product-card {
    padding-top: 2rem;
  }
  .product-card .card-body {
    font-size: 1.05em;
  }
  .product-card img {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 762px) {
  .product-card .card-body {
    min-height: 55px;
    text-align: center;
  }
}

.bootstrap-select .dropdown-menu li a.opt {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #B8292D;
}

@media (min-width: 768px) {
  #page-title .breadcrumb {
    right: auto !important;
    top: auto !important;
    margin-top: 30px !important;
  }
  #page-title.page-title-parallax h1 {
    font-size: 1.6em;
  }
  #page-title.page-title-parallax .breadcrumb {
    font-size: 0.85em;
  }
}

/*Product detail*/
body {
  letter-spacing: 1px;
  line-height: 1.8;
}

.sub-title {
  font-size: calc(22px + (28 - 22) * ((100vw - 360px) / (1440 - 360)));
  color: #e8eaed;
  letter-spacing: 1.5px;
}

.content {
  color: #FFF;
  font-size: calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360)));
  letter-spacing: 1.75px;
  margin-bottom: 1.25rem;
}

.content a {
  color: #f00;
}

.product-header {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  color: #fff;
}

@media (min-width: 1200px) {
  .product-header img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px auto 0 auto;
    height: 50vh;
  }
}

.product-header .title {
  font-size: calc(32px + (49 - 32) * ((100vw - 360px) / (1440 - 360)));
  font-weight: 500;
  margin-top: -1.8rem;
  margin: 0 auto;
  max-width: 50vw;
}

@media (max-width: 1200px) {
  .product-header .title {
    max-width: 60vw;
  }
}

@media (max-width: 768px) {
  .product-header .title {
    max-width: 100vw;
  }
}

.card-button-d {
  display: inline-block;
  text-align: center;
  min-width: 280px;
  line-height: 48px;
  font-size: 16px;
  border: 1px solid #AAA;
  font-weight: 300;
  border-radius: 30px;
  letter-spacing: 1px;
  color: #AAA;
  cursor: pointer;
  background-color: transparent;
}

.card-button-d:hover {
  color: #FFF !important;
  border-color: #FFF !important;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 768px) {
  .card-button-d {
    width: 100%;
    font-size: 14px;
  }
}

.card-button-sm {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1440 - 360)));
}

/* Slider Area */
.slider-caption h2 {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.slider-caption p {
  font-size: 18px;
  margin-bottom: 20px;
}

.slider-caption h2, .slider-caption p, .slider-caption .button {
  opacity: 0;
  transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate3d(-20%, 0, 0);
  -ms-transform: translate3d(-20%, 0, 0);
  -o-transform: translate3d(-20%, 0, 0);
  -webkit-transition: -webkit-transform .05s ease-out;
  transition: -webkit-transform .05s ease-out;
  transition: transform .05s ease-out;
  transition: transform .05s ease-out, -webkit-transform .05s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2, .swiper-slide.swiper-slide-active .slider-caption p, .swiper-slide.swiper-slide-active .slider-caption .button {
  opacity: 1;
  -webkit-transition: transform 1s, opacity 2s;
  -webkit-transition: opacity 2s, -webkit-transform 1s;
  transition: opacity 2s, -webkit-transform 1s;
  transition: transform 1s, opacity 2s;
  transition: transform 1s, opacity 2s, -webkit-transform 1s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
  -webkit-transition: transform 1s, opacity 3s;
  -webkit-transition: opacity 3s, -webkit-transform 1s;
  transition: opacity 3s, -webkit-transform 1s;
  transition: transform 1s, opacity 3s;
  transition: transform 1s, opacity 3s, -webkit-transform 1s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media (min-width: 1204px) {
  .swiper-pagination {
    margin-bottom: calc(100vh / 2 - 190px) !important;
  }
}

@media (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination span {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin: 0px 1px;
  border: 0;
  border-radius: 0;
  transform: skew(-38deg);
  -webkit-transform: skew(-38deg);
  -moz-transform: skew(-38deg);
  -ms-transform: skew(-38deg);
  -o-transform: skew(-38deg);
}

.swiper-pagination span:hover {
  background: rgba(250, 55, 61, 0.7) !important;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FA373D !important;
}

.feature-box.fbox-plain .fbox-icon img {
  height: 48px;
}

.section .iconlist li {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}

.swiper-slide-bg {
  background: url("images/header/header.png") no-repeat center center/cover;
}

/* accordion 、 CSS table */
.accordion-title {
  letter-spacing: 1px;
  font-size: calc(22px + (28 - 22) * ((100vw - 360px) / (1440 - 360)));
  font-weight: 500;
}

.accordion-active > .accordion-title, .accordion-active .accordion-icon {
  font-weight: 500;
  color: #F00000;
}

.accordion-icon {
  font-size: calc(22px + (28 - 22) * ((100vw - 360px) / (1440 - 360)));
  letter-spacing: 2px;
  color: #EEE;
  line-height: 1.8;
  font-weight: 400;
}

.accordion-icon:hover {
  text-decoration: underline;
}

.toggle-header, .accordion-header {
  font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1440 - 360)));
  color: #EEE;
}

.accordion-header {
  border-top: none;
}

.accordion-header:hover:not(.accordion-active) .accordion-icon, .accordion-header:hover:not(.accordion-active) .accordion-title {
  color: #FA373D;
}

.toggle-content, .accordion-content {
  padding-left: 4.2rem;
}

.accordion-content {
  font-size: calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360)));
  line-height: 1.8;
  color: #EAEAEA;
}

.accordion-content a {
  color: #F00000;
}

.accordion-content a:hover {
  text-decoration: underline;
}

.accordion-content ul {
  list-style-type: disc;
}

.accordion-content .link-white {
  color: #FFF;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}

.css-table tr > td:nth-child(1) {
  width: 370px;
}

.css-table tr > td:nth-child(2) {
  text-align: left;
}

.table tr > td {
  padding: 0;
}

.css-table td {
  color: rgba(255, 255, 255, 0.85) !important;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.75rem;
  vertical-align: middle;
}

.css-table thead {
  background-color: transparent;
}

.css-table thead > tr > th {
  font-weight: 500 !important;
  vertical-align: middle;
  border-top: none;
}

.css-table thead > tr > th > h4 {
  margin: 15px 0;
  color: #EEE;
  font-size: 1.075em;
}

.css-table td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.css-table td > ul > li {
  line-height: 1.8;
  border-bottom: dashed 1px #dddddd;
}

.css-table td > ul > li:nth-last-child(1) {
  border-bottom: none;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}

.css-table tr > td:nth-child(1) {
  width: 370px;
}

.css-table tr > td:nth-child(2) {
  text-align: left;
}

.table tr > td {
  padding: 0;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.75rem;
  vertical-align: middle;
}

.css-table thead {
  background-color: transparent;
}

.css-table thead > tr > th {
  font-weight: 500 !important;
  vertical-align: middle;
  border-top: none;
}

.css-table thead > tr > th > h4 {
  margin: 15px 0;
  color: #EEE;
  font-size: 1.075em;
}

.css-table td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.css-table td > ul > li {
  line-height: 1.8;
  border-bottom: dashed 1px #dddddd;
}

.css-table td > ul > li:nth-last-child(1) {
  border-bottom: none;
}

.css-table-element {
  margin: 1rem auto;
}

.css-table-element td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.css-table-element thead > tr > th > h4 {
  margin: 15px 0;
  color: #EEE;
  font-size: 1.075em;
}

.css-table-element td p {
  color: #EEE;
}

.css-table-element th {
  text-align: left;
}

.css-table-element th:nth-child(1) {
  width: 270px;
  padding: 0.25rem 0.5rem;
  margin: 0;
  vertical-align: middle;
}

.css-table-element th:nth-child(2) {
  text-align: left;
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}

.css-table tr > td:nth-child(1) {
  width: 370px;
}

.css-table tr > td:nth-child(2) {
  text-align: left;
}

.table tr > td {
  padding: 0;
}

.css-table tr > td {
  margin: 0;
  padding: 0 0.75rem;
  vertical-align: middle;
}

.css-table thead {
  background-color: transparent;
}

.css-table thead > tr > th {
  font-weight: 500 !important;
  vertical-align: middle;
  border-top: none;
}

.css-table thead > tr > th > h4 {
  margin: 15px 0;
  color: #EEE;
  font-size: 1.075em;
}

.css-table td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.css-table td > ul > li {
  line-height: 1.8;
  border-bottom: dashed 1px #dddddd;
}

.css-table td > ul > li:nth-last-child(1) {
  border-bottom: none;
}

.css-table-element {
  margin: 1rem auto;
}

.css-table-element td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.css-table-element th {
  text-align: left;
}

.css-table-element th > td:nth-child(1) {
  width: 270px;
  padding: 0.25rem 0.5rem;
  margin: 0;
  vertical-align: middle;
}

.css-table-element th > td:nth-child(2) {
  text-align: left;
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}

/*BTB Type ATS 產品型號說明樣式*/
.figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
  padding: 0.25rem 0.75rem;
}

.css-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.css-table .thead {
  background-color: transparent;
  font-weight: 600;
}

.css-table .thead h4 {
  margin: 15px 0;
  color: #EEE;
  font-size: 0.85em;
}

.css-table-two-columns {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.css-table td {
  vertical-align: middle;
}

.thead > ul:nth-child(1), .thead tr:nth-child(1) {
  background-color: #c2cfd1;
  font-weight: 600;
}

.css-table-gallery .thead {
  background-color: #c2cfd1;
  font-weight: 600;
}

.width-auto tr > td:nth-child(1) {
  width: auto;
}

.css-table.width-auto tr:nth-child(odd) {
  background-color: #f18989;
}

.css-table.width-auto tr:nth-child(even) {
  background-color: #fff;
}

.table-spec, .table-spec-first-two-darkcolor, .table-spec-btbtypeats {
  border-collapse: separate;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.85em;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

.table-spec td, .table-spec-first-two-darkcolor td, .table-spec-btbtypeats td {
  vertical-align: middle;
}

.table-spec-first-two-darkcolor td {
  padding: 0.5rem 0;
  border-top: 1px solid #FFF;
}

.table-spec th, .table-spec td {
  min-width: 100px;
  padding: 10px;
  vertical-align: middle;
}

.table-spec-btbtypeats tr:nth-child(1) {
  background-color: #cbcdce;
}

.table-spec-btbtypeats td:nth-child(n+1) {
  padding: 0.5rem;
}

@media (max-width: 1200px) {
  .table-spec, .table-spec-first-two-darkcolor {
    min-width: 100%;
    overflow-x: auto;
  }
  .table-spec-btbtypeats {
    display: block;
    min-width: 100%;
    overflow-x: auto;
  }
  .table-spec-btbtypeats td {
    min-width: 80px;
  }
  .table-spec-btbtypeats .option {
    min-width: 170px;
  }
}

.table-spec-first-two-darkcolor tr:nth-child(-n+2) {
  font-weight: 500;
}

.bgcolor-gray {
  background-color: #e8e8e8;
}

@media (max-width: 1200px) {
  .css-table tr > td {
    margin: 0;
    padding: 0;
  }
  .css-table.table-auto tr > td:nth-child(1) {
    width: auto;
  }
}

@media (max-width: 768px) {
  .accordion-content .row .col-md-12 {
    overflow-x: auto;
  }
  .accordion-content .card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .accordion-content {
    margin: 0 auto;
    padding-left: 3rem;
  }
  .accordion-content [class*=col-] {
    padding-left: 0;
    width: 75vw;
    overflow-x: auto;
  }
  /*css-table default ->產品規格使用 */
  .css-table {
    border-collapse: collapse;
    min-width: 280px;
    overflow-x: auto;
  }
  .css-table th {
    padding: 2px 4px;
    text-align: center;
  }
  td {
    padding: 2px 4px;
    text-align: center;
  }
  .css-table td {
    text-align: left;
  }
  .rwd-table th {
    display: none;
  }
  .css-table tr > td:nth-child(1) {
    font-weight: 600;
  }
  .css-table tr > td:nth-child(1):after {
    content: ":";
  }
  .css-table tbody > tr {
    border-bottom: 1px solid #eee;
  }
  .css-table td {
    display: block;
    border: none;
  }
  .css-table tr > td {
    margin: 0;
    padding: 0.5rem;
    vertical-align: middle;
  }
  .css-table td:before {
    content: attr(data-title) "\a";
    font-weight: 600;
    white-space: inherit;
    padding: 0;
  }
  /*css-table element ->產品規格-配件使用 */
  .css-table-element {
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    min-width: 280px;
    overflow-x: auto;
  }
  .css-table-element th {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    text-align: center;
  }
  .css-table-element tr {
    border-bottom: 1px solid #eee;
  }
  .css-table-element tr > td:nth-child(1) {
    width: 100%;
    font-weight: 600;
    text-align: left;
  }
  .css-table-element tr > td:nth-child(2) {
    text-align: left;
  }
  .css-table-element tr p {
    text-align: center;
  }
  .css-table-element td {
    display: block;
    border: none;
    margin: 0 auto;
    text-align: left;
  }
  .css-table-element td img {
    display: block;
    margin: 0 auto;
  }
  .css-table-element td:before {
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    padding: 0;
  }
  .table-rwd thead {
    display: none;
  }
}

/*accessories*/
.accessories {
  width: 98%;
  background-color: rgba(28, 28, 28, 0.85);
  font-size: 1em;
  padding-top: 3.5rem;
  cursor: pointer;
  overflow: hidden;
}

.accessories .card-body {
  width: 80%;
  min-height: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.accessories img {
  width: 100%;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  padding-bottom: 1.25rem;
}

.accessories:hover {
  background-color: rgba(46, 46, 46, 0.85);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .accessories {
    padding-top: 2rem;
  }
  .accessories img {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 762px) {
  .accessories .card-body {
    min-height: 55px;
    font-size: 0.85em;
    text-align: center;
  }
}

/*download*/
.section-downloads .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-downloads .title {
  font-size: calc(28px + (32 - 28) * ((100vw - 360px) / (1440 - 360)));
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-downloads .col-md-4 {
    margin-bottom: 2.5rem;
  }
  .section-downloads .col-md-4:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .icon-line2-cloud-download, .icon-file3, .icon-file-alt, .icon-laptop-code, .icon-file-image {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .icon-line2-cloud-download, .icon-file3, .icon-file-alt, .icon-laptop-code, .icon-file-image {
    font-size: 48px;
  }
}

/* video iframe RWD */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 577px) {
  .video-container {
    padding-left: 2.5ch;
  }
}

@media (max-width: 576px) {
  .video-container {
    margin: 1.5rem;
  }
}

.notes {
  font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1440 - 360)));
  margin-bottom: 40px;
  margin-top: 20px;
}

.notes li {
  position: relative;
  list-style: none;
  margin-left: 1.5ch;
  color: #e8eaed;
}

.notes li::before {
  position: absolute;
  content: "*";
  left: -1.5ch;
}

.notes-ordered {
  border-top: 1px dashed #c8c8c8;
  padding-top: 20px;
}

.notes-ordered ol li {
  position: relative;
  counter-increment: step;
  list-style: none;
  margin-left: 20px;
  padding-left: 1.5ch;
  font-size: 75%;
}

.notes-ordered ol li::before {
  position: absolute;
  content: "*" counter(step);
  left: -15px;
}

.notes-ordered ol ol {
  counter-reset: section;
  padding-left: 0;
}

.notes-ordered li li {
  font-size: 100%;
}

.notes-ordered li li::before {
  position: absolute;
  counter-increment: section;
  content: "(" counter(section) ")";
  left: -15px;
}

.notes-number {
  border-top: 1px dashed #c8c8c8;
  padding-top: 20px;
}

.notes-number > ul > li {
  margin-left: 0px;
  position: relative;
  padding-left: 1.5ch;
  counter-increment: step;
  list-style: none;
}

.notes-number > ul > li::before {
  position: absolute;
  content: "*" counter(step);
  left: -15px;
}

.notes-number li > ol {
  counter-reset: section;
  padding-left: 1.5ch;
}

.notes-number li > ol > li {
  position: relative;
  padding-left: 1.5ch;
}

.notes-number li > ol > li::before {
  position: absolute;
  counter-increment: section;
  left: -15px;
  content: "(" counter(section) ")";
}

.notes-number li > ol > li > ul {
  padding-left: 20px;
  list-style: disc;
}

.overflow-x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

/*discontinued table RWD*/

.discontinued-container-fluid{
  width: 95%;
}

.discontinued-table {
  border-collapse: collapse;
  padding: 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #EEE;
}

.discontinued-table a:hover {
  color: #FA373D !important;
}

.discontinued-table th.width1 {
  font-size: 22px;
  padding: 10px 0;
  width: 50%;
  font-weight: 500;
  background: #d2d2d2;
  color: #555;
  text-align: center;
}

.discontinued-table th.width2 {
  font-size: 22px;
  padding: 10px 0;
  width: 50%;
  font-weight: 500;
  background-color: #B8292D;
  color: #fff;
  text-align: center;
}

.discontinued-table tr > td {
  margin: 0;
  padding: 0.5% 0.5% 1.25% 0.5%;
  /*padding: 0 0.5rem;*/
  text-align: center;
  vertical-align: top;/* middle */
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  width: 15.666%;
}

/*.discontinued-table tr > td:nth-child(1) {
  width: 370px;
}*/

/*.discontinued-table tr > td:nth-child(2) {
  text-align: left;
}*/

.discontinued-table td:nth-child(1), .discontinued-table td:nth-child(2), .discontinued-table td:nth-child(3) {
  background-color: #222;
}

.discontinued-table td:nth-child(4), .discontinued-table td:nth-child(5), .discontinued-table td:nth-child(6) {
  background-color: rgba(185, 41, 45, 0.1);
}

.discontinued-table td > ul {
  padding: 0 !important;
  margin: calc((186px - 123px) /4) 0;
  list-style: none;
}

.discontinued-table td > ul > li {
  line-height: 1.8;
  border-bottom: dashed 1px #dddddd;
}

.discontinued-table td > ul > li:nth-last-child(1) {
  border-bottom: none;
}

.discontinued-table img {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  max-width: 200px;
}

.discontinued-table .img-dp {
  opacity:0.45;
}

.discontinued-table .rwd-title-d{
  display: none;
}

.discontinued-table .rwd-title-r{
  display: none;
}

@media (max-width: 1300px) {
  .discontinued table {
    width: 100%;
    min-width:auto;
  }
  .discontinued-table img {
    max-width: 80%;
  }
}

/*@media (max-width: 1200px) {
  .discontinued table {
    min-width: 1200px;
  }
  .discontinued-table tr > td {
    margin: 0;
    padding: 0;
  }
  .discontinued-table.table-auto tr > td:nth-child(1) {
    width: auto;
  }
}*/

@media (max-width: 1152px) {
  .discontinued-table {
    min-width: 100%;
    empty-cells: hide;
  }

  .discontinued-table {
    border-collapse: collapse;
    min-width: 280px;
    overflow-x: auto;
  }
  .discontinued-table th {
    padding: 2px 4px;
    text-align: center;
  }
  .discontinued-table td {
    text-align: left;
  }
  .discontinued-table tr > td {
    padding: 0.5% 0.25% 1.25% 0.25%;
    width: 100%;
  }

  .discontinued-table tr > td:nth-child(1) {
    font-weight: 600;
  }
  .discontinued-table tr > td:nth-child(1):after {
    content: ":";
  }
  /*.discontinued-table tbody > tr {
    border-bottom: 1px solid #eee;
  }*/
  .discontinued-table td {
    display: block;
    border: none;
  }
  .discontinued-table tr > td {
    margin: 0;
    padding: 0.5rem;
    vertical-align: middle;
  }
  .discontinued-table td:before {
    content: attr(data-title) "\a";
    font-weight: 600;
    white-space: inherit;
    padding: 0;
  }

  .discontinued-table .rwd-title-d{
    display:block;
    text-align:center;
    /*transform: translate(-0%, -165%);*/
    position:static;
    color:rgba(255, 255, 255, 0.15);
    text-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
    font-weight:bolder;
    font-size:3.5rem;
    /*font-size:6.5rem;*/
    width: 95.5%;
    margin: 0 2.5%;
    z-index:1;
  }

  .discontinued-table .rwd-title-r{
    display:block;
    text-align:center;
    /*transform: translate(2.5%, -385%);*/
    position:static;
    color:rgba(245, 57, 61, 0.45);/*185,41,45*/
    text-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
    font-weight:bolder;
    font-size:3.5rem;
    width: 95.5%;
    margin: 0 2.5%;
    z-index:1;
  }

  .discontinued-table td:nth-child(1), .discontinued-table td:nth-child(2), .discontinued-table td:nth-child(4), .discontinued-table td:nth-child(5), .discontinued-table td:nth-child(6) {
    padding-bottom: 1.25%;
  }

  .discontinued-table td:nth-child(3), .discontinued-table td:nth-child(6) {
    padding-bottom: 3.75%;
  }

  .discontinued .discontinued-table th {
    display: none;
    border-bottom: none;
  }
  .discontinued .discontinued-table tr:nth-child(1) {
    border-bottom: none;
  }
  .discontinued .discontinued-table tr > td:nth-child(1) {
    width: 100%;
    font-weight: normal;
  }
  .discontinued .discontinued-table tr > td:nth-child(1)::after {
    content: '';
  }
  .discontinued .discontinued-table td {
    border-bottom: none;
  }
  .discontinued .discontinued-table td::before {
    content: '';
  }

}

@media (max-width: 480px) {
  .discontinued-table .rwd-title-d{
    font-size:2.65rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 3.5%;
  }

  .discontinued-table .rwd-title-r{
    font-size:2.65rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 3.5%;
  }
}

@media (max-width: 435px) {
  .discontinued-table tr > td {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .discontinued-table .rwd-title-d{
    font-size:2.45rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 7.5%;
  }

  .discontinued-table .rwd-title-r{
    font-size:2.45rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 7.5%;
  }

}

@media (max-width: 375px) {
  .discontinued-table tr > td {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .discontinued-table .rwd-title-d{
    font-size:2.05rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 7.5%;
  }

  .discontinued-table .rwd-title-r{
    font-size:2.05rem;
    width: 95.5%;
    margin: 0 2.5%;
    padding-top: 7.5%;
  }

}


/*discontinued table RWD End*/

.litag-border-botton li {
  border-bottom: 1px solid #d2d2d2;
  list-style: disc;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-height: 950px;
  min-height: 250px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category {
  width: 100%;
  background-color: #B8292D;
  margin-bottom: 1rem;
}

.category a {
  font-weight: 600;
  color: #fff;
}

.type {
  color: #fff;
}

.category a:hover {
  color: #e8e8e8 !important;
}

.sitemap .type-item {
  width: 25%;
  margin-bottom: 100px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style-type: disc;
}

@media (max-width: 1200px) {
  .sitemap {
    max-height: 1800px;
  }
  .sitemap .type-item {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .sitemap {
    max-height: 1800px;
    min-height: 400px;
  }
  .sitemap .type-item {
    width: 50%;
  }
  .category-2 {
    height: 1600px !important;
  }
  .category-3 {
    height: 600px !important;
  }
  .category-4 {
    height: 700px !important;
  }
  .category-6, .category-7 {
    height: 200px !important;
  }
}

@media (max-width: 768px) {
  .sitemap {
    max-height: 2600px;
  }
  .sitemap .type-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .category-2, .category-3, .category-4, .category-6, .category-7 {
    height: auto !important;
  }
}

.type-item li {
  margin-left: 3.5ch;
}

/************************ BTB 產品型號產生器 ************************/
#order_form button,
#purchase_code {
  margin-bottom: 10px;
  padding: 19px 39px 18px 39px;
  width: 100%;
  border-width: 1px 1px 3px;
  border-radius: 5px;
  background-color: #000000;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #eeeeee;
  text-align: center;
  font-style: normal;
  font-size: 3rem;
}

.option:hover {
  background-color: #e0e0e0;
  color: #222222;
  cursor: pointer;
}

.option:active {
  color: #222222;
  cursor: pointer;
}

.option.disabled {
  background-color: #ffffff;
  color: #e0e0e0;
  cursor: not-allowed !important;
}

.option.disabled:hover {
  background-color: #ffffff;
  color: #e0e0e0;
  cursor: not-allowed !important;
}

.text-pink {
  color: #f2dbdb;
}

.text-green {
  color: #eaf1dd;
}

.text-purple {
  color: #e5dfec;
}

.text-skyblue {
  color: #daeef3;
}

.text-sand {
  color: #ddd9c3;
}

.text-cornsilk {
  color: #fff2cc;
}

.bg-pink {
  background-color: #f2dbdb;
}

.active.pink {
  background-color: #f2dbdb;
  color: #222222;
}

.active.pink:hover {
  background-color: #f2dbdb;
}

.bg-green {
  background-color: #eaf1dd;
}

.active.green {
  background-color: #eaf1dd;
  color: #222222;
}

.active.green:hover {
  background-color: #eaf1dd;
}

.bg-purple {
  background-color: #e5dfec;
}

.active.purple {
  background-color: #e5dfec;
  color: #222222;
}

.active.purple:hover {
  background-color: #e5dfec;
}

.bg-skyblue {
  background-color: #daeef3;
}

.active.skyblue {
  background-color: #daeef3;
  color: #222222;
}

.active.skyblue:hover {
  background-color: #daeef3;
}

.bg-sand {
  background-color: #ddd9c3;
}

.active.sand {
  background-color: #ddd9c3;
  color: #222222;
}

.active.sand:hover {
  background-color: #ddd9c3;
}

.bg-cornsilk {
  background-color: #fff2cc;
}

.active.cornsilk {
  background-color: #fff2cc;
  color: #222222;
}

.active.cornsilk:hover {
  background-color: #fff2cc;
}

.table-spec-btbtypeats {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: separate;
  background-color: #ffffff;
}

.table-spec-btbtypeats td {
  color: #222222;
  vertical-align: middle;
}

.table-spec-btbtypeats tr:nth-child(1) {
  background-color: #ceecf1;
}

.table-spec-btbtypeats tr:nth-child(1) td {
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}

.table-spec-btbtypeats tr:nth-child(1) td:nth-last-child(1) {
  border-right: none;
}

.table-spec-btbtypeats tr:nth-child(2) td:nth-of-type(even) {
  border-right: solid 2px #ffffff;
}

.table-spec-btbtypeats tr:nth-child(2) td:nth-last-child(1) {
  border-right: none;
}

#publish_year {
  height: 50px !important;
  border: 1.5px solid #FFF !important;
  border-radius: 30px;
  text-align: center;
  text-align-last: center;
}

.news-list .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 32px 32px 21px;
  min-height: 250px;
}

.news-list .news-box:nth-child(odd) {
  background-color: #191919;
}

.news-list .news-box:hover {
  background-color: rgba(60, 60, 60, 0.65);
}

.news-list .news-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.news-list .news-img img {
  vertical-align: middle;
}

.news-list .news-body .title {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1440 - 360)));
}

.news-list .news-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c0c0c0;
  font-size: 1.05em;
}

.news-list .news-body .date {
  color: #c0c0c0;
}

#map {
  width: 100%;
  height: 55vh;
}

.agent-list {
  float: left;
}

.agent-list ul {
  margin-bottom: 40px;
}

.agent-list li {
  position: relative;
  margin: 0 0 1em 0;
  padding-left: 2.5em;
  list-style: none;
}

.agent-list li::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 25px;
  border-radius: 2px;
  content: "";
}

.agent-list li span {
  margin-left: 15px;
  font-size: .8rem;
}

#agentmap-taiwan::after {
  background: #bdbdbd;
}

#agentmap-the-americas::after, #agentmap-jamaica::after, #agentmap-portugal::after {
  background: #64b5f6;
}

#agentmap-uk::after, #agentmap-scotland::after {
  background: #ff7300;
}

#agentmap-papua_new_guinea::after {
  background: #ffd700;/*ffca28*/
}

#agentmap-saudi-arabia::after, #agentmap-bahrain::after, #agentmap-jordan::after, #agentmap-qatar::after, #agentmap-yemen::after, #agentmap-palestinian-territories::after {
  background: #bad487;
}

#agentmap-sri-lanka::after {
  background: #8bc34a;
}

#agent-notes {
  clear: both;
  padding: 20px;
  width: 100%;
  text-align: center;
}

#agent-notes span {
  margin: 0 7px;
  background-color: #bdbdbd;
  color: #bdbdbd;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 0;
  max-width: 800px;
}

.timeline li {
  list-style: none;
}

.timeline::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 5px;
  background-color: #d6484c;
  content: '';
}

.timeline--first::after {
  top: 0px;
}

.timeline--last .era {
  padding-bottom: 0;
}

.era {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  text-align: center;
}

.era__title {
  display: inline-block;
  padding: 0 20px;
  background-color: #d6484c;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1440 - 360)));
}

.entry {
  position: relative;
  padding: 50px 30px 40px 30px;
  width: 50%;
  background-color: inherit;
}

.entry--right {
  margin-left: 50%;
}

.entry__content {
  position: relative;
  padding: 10px 15px;
  border: solid 1px #aaa;
  border-radius: 5px;
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360)));
}

.entry::before {
  position: absolute;
  top: 63.5px;
  z-index: 1;
  width: 0;
  height: 0;
  content: ' ';
}

.entry--left::before {
  right: 22px;
  border: medium solid transparent;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #aaa;
}

.entry--right::before {
  left: 22px;
  margin-left: 0;
  border: medium solid transparent;
  border-width: 8px 8px 8px 0;
  border-color: transparent #aaa transparent transparent;
}

.entry::after {
  position: absolute;
  top: 10px;
  right: -16.75px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 4px solid #d6484c;
  border-radius: 50%;
  background-color: white;
  content: '';
}

.dark .entry::after {
  background-color: #d6484c !important;
}

.entry--right::after {
  right: auto;
  left: -14.25px;
}

@media all and (max-width: 576px) {
  .timeline::after {
    left: 33.75px;
  }
  .era {
    padding-left: 31.875px;
    text-align: left;
  }
  .entry {
    margin-left: 0;
    padding-right: 20px;
    padding-left: 64px;
    width: 100%;
  }
  .entry::before {
    right: auto;
    left: 56px;
    margin-left: 0;
    border: medium solid transparent;
    border-width: 8px 8px 8px 0;
    border-color: transparent #aaa transparent transparent;
  }
  .entry::after {
    left: 19px;
  }
}

ol.list {
  padding-left: 2em;
}

ol.list li {
  text-indent: -1.5em !important;
}

.select2-container {
  min-width: 200px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  line-height: 2.5 !important;
}

.resultImg {
  position: relative;
  width: 100%;
  height: 100%;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.line-spin-fade-loader > div {
  position: absolute;
  margin: 2px;
  width: 4px;
  width: 5px;
  height: 35px;
  height: 15px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animatin: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
/*# sourceMappingURL=theme.css.map */


