<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v13-latin-100.eot');
  src: local('Raleway Thin'), local('Raleway-Thin'), url('../fonts/raleway-v13-latin-100.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v13-latin-100.woff2') format('woff2'), url('../fonts/raleway-v13-latin-100.woff') format('woff'), url('../fonts/raleway-v13-latin-100.ttf') format('truetype'), url('../fonts/raleway-v13-latin-100.svg#Raleway') format('svg');
}
*/
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap:after, .ftbar:after, #cominfo:after,
.copyright-privacy:after,
#footlink:after, #footer:after, .swiper-product-thumbs.insufficient-swiper .swiper-wrapper::after, .pro_show_content:after, .thumbnails::after, #middle:after, #left_menu &gt; div:after, .wrap::after {
  content: "";
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 34px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sb-active .hamburger--collapse .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sb-active .hamburger--collapse .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.sb-active .hamburger--collapse .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.sb-active .hamburger--spring .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.sb-active .hamburger--spring .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.sb-active .hamburger--spring .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

body {
  color: #000;
  font-family: "Roboto", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 18px;
}
body a {
  color: #000;
}
body a:hover, body a:focus {
  color: #58BA48;
  text-decoration: none !important;
  outline: none !important;
}
body a:hover:focus {
  text-decoration: none !important;
  outline: none !important;
}
body :focus {
  outline: none !important;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9 ;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

h2 {
  word-break: break-all;
  color: #000;
}

h3,
h4 {
  color: #000;
}

.wrap {
  width: 1540px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1540px) {
  .wrap {
    width: 100%;
  }
}
.page-header {
  border: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-header {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page-header {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.page-header h1 {
  color: #000;
  font-size: 48px;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-header h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .page-header h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}

.form-control {
  font-family: "Roboto", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 18px;
  color: #000;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 40px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-lg {
  border-radius: 0;
}

.btn-sm {
  border-radius: 0;
}

.btn-default {
  border-color: #333;
  color: #333;
  background: transparent;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:active:hover,
.open &gt; .dropdown-toggle.btn-default {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #cccccc;
  background: transparent;
  color: #cccccc;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open &gt; .dropdown-toggle.btn-primary {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #666666;
  border-color: #666666;
}

.btn-success {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.open &gt; .dropdown-toggle.btn-success {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.btn-info {
  background-color: #868686;
  border-color: #868686;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:active:hover,
.open &gt; .dropdown-toggle.btn-info {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-warning {
  background-color: #ecce8e;
  border-color: #ecce8e;
}

.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open &gt; .dropdown-toggle.btn-warning {
  background-color: #e3be6f;
  border-color: #e3be6f;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4e2bb;
  border-color: #f4e2bb;
}

.btn-danger {
  background-color: #de9585;
  border-color: #de9585;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open &gt; .dropdown-toggle.btn-danger {
  background-color: #b86957;
  border-color: #b86957;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ebbfb6;
  border-color: #ebbfb6;
}

.btn-link {
  color: #333;
}

.btn-link:hover,
.btn-link:focus {
  color: #666;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #c6c6c6;
}

.input-group-btn .btn-default {
  border-color: #ccc;
}

.alert-success {
  color: #505050;
  background-color: #e9e9e9;
  border-color: #c2c2c2;
}

.alert-info {
  color: #3a3a3a;
  background-color: #ececec;
  border-color: lightgray;
}

.alert-warning {
  color: #c18d20;
  background-color: #fbf4e5;
  border-color: #f7eacf;
}

.alert-danger {
  color: #9f402b;
  background-color: #f4dbd5;
  border-color: #eec9c1;
}

.panel-default {
  border-color: #cccccc;
}
.panel-default &gt; .panel-heading {
  background: #cccccc;
  border-color: #cccccc;
  color: #333333;
}

.panel-primary {
  border-color: #666666;
}
.panel-primary &gt; .panel-heading {
  background-color: #666666;
  border-color: #666666;
}

.panel-success {
  border-color: #d3d3d3;
}
.panel-success.panel-success &gt; .panel-heading {
  color: #838383;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.panel-info {
  border-color: #f8f8f8;
}
.panel-info.panel-info &gt; .panel-heading {
  color: #272727;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.panel-warning {
  border-color: #f4e2bb;
}
.panel-warning.panel-warning &gt; .panel-heading {
  color: #c69326;
  background-color: #f4e2bb;
  border-color: #f4e2bb;
}

.panel-danger {
  border-color: #ebbfb6;
}
.panel-danger .panel-danger &gt; .panel-heading {
  color: #c75036;
  background-color: #ebbfb6;
  border-color: #ebbfb6;
}

.pagination {
  border-radius: 0;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  color: #000;
  border-color: gray;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  color: #fff;
  background-color: #58BA48;
  border: 1px solid #58BA48;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #333333;
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hideobj {
  display: none;
}

a {
  cursor: pointer;
}

@media (max-width: 480px) {
  p,
  dd,
  li,
  td,
  th {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}

.tit {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .tit {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .tit {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.tit::before {
  content: "";
  display: block;
  background-image: url(../images/tit_icon.png);
  position: relative;
  width: 131px;
  height: 24px;
  background-repeat: no-repeat;
  top: -10px;
  margin: auto;
  background-size: contain;
}
@media (max-width: 991px) {
  .tit::before {
    width: 120px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .tit::before {
    width: 77px;
    height: 13px;
    top: -4px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.sb-site,
.sb-site-container {
  padding: 0;
}

.sider-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: auto !important;
}
@media (max-width: 991px) {
  .sider-header {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .sider-header {
    height: 60px;
  }
}
.sider-header &gt; .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#company_logo {
  width: 26%;
}
@media (max-width: 1540px) {
  #company_logo {
    width: 17%;
  }
}
@media (max-width: 768px) {
  #company_logo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #company_logo img {
    height: 42px;
  }
}

#mainnav {
  width: 56.4%;
}
@media (max-width: 1540px) {
  #mainnav {
    width: 64%;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  #mainnav {
    display: none;
  }
}
#mainnav &gt; ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1540px) {
  #mainnav &gt; ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
#mainnav &gt; ul &gt; li {
  float: left;
}
#mainnav &gt; ul &gt; li &gt; a {
  display: block;
  padding: 52px 30px;
  font-size: 20px;
}
@media (max-width: 1540px) {
  #mainnav &gt; ul &gt; li &gt; a {
    padding: 40px 12px;
  }
}
@media (max-width: 1200px) {
  #mainnav &gt; ul &gt; li &gt; a {
    padding: 40px 10px;
    font-size: 18px;
  }
}
#mainnav &gt; ul &gt; li .caret {
  display: none;
}
#mainnav &gt; ul &gt; li .dropdown-menu {
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
#mainnav &gt; ul &gt; li .dropdown-menu #incateall {
  display: none;
}
#mainnav &gt; ul &gt; li .dropdown-menu #inalldivider {
  display: none;
}
#mainnav &gt; ul &gt; li .dropdown-menu li:nth-child(3) a {
  border-top: none;
}
#mainnav &gt; ul &gt; li .dropdown-menu li {
  padding: 0 16px;
}
#mainnav &gt; ul &gt; li .dropdown-menu li + li a {
  border-top: 1px solid #777;
}
#mainnav &gt; ul &gt; li .dropdown-menu a {
  font-size: 18px;
  position: relative;
  padding: 12px 0;
}
#mainnav &gt; ul &gt; li .dropdown-menu a:hover {
  color: #105689;
}
#mainnav &gt; ul &gt; li .dropdown-menu a:hover::after {
  background-color: #58BA48;
}
#mainnav &gt; ul &gt; li .dropdown-menu a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #105689;
  margin-left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a,
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a:focus,
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a:hover {
  background-color: transparent;
  color: #105689;
}
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a::after,
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a:focus::after,
#mainnav &gt; ul &gt; li .dropdown-menu &gt; .active &gt; a:hover::after {
  background-color: #58BA48;
}
#mainnav &gt; ul &gt; li .dropdown-menu &gt; li &gt; a:focus,
#mainnav &gt; ul &gt; li .dropdown-menu &gt; li &gt; a:hover {
  background-color: transparent;
}

.qsearch-list {
  border-bottom: 2px solid #000;
}

#topnav {
  width: 19%;
}
@media (max-width: 1540px) {
  #topnav {
    width: 25%;
  }
}
@media (max-width: 991px) {
  #topnav {
    margin-right: 50px;
  }
}
#topnav .cart-list {
  margin-right: 20px;
  margin-left: 4px;
}
#topnav &gt; ul {
  list-style: none;
  padding: 0;
}
#topnav &gt; ul &gt; li {
  float: left;
}
@media (max-width: 991px) {
  #topnav &gt; ul &gt; li {
    display: none;
  }
}
#topnav &gt; ul &gt; li &gt; div &gt; a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#topnav &gt; ul &gt; li &gt; div &gt; a:hover {
  opacity: 0.6;
}
#topnav &gt; ul &gt; li &gt; #language_area &gt; div &gt; a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#topnav &gt; ul &gt; li &gt; #language_area &gt; div &gt; a:hover {
  opacity: 0.6;
}
@media (max-width: 1540px) {
  #topnav &gt; ul &gt; li &gt; #language_area &gt; div &gt; a img {
    width: 22px;
  }
}

#topnav .dropdown-menu {
  left: auto;
  right: 0;
  margin: 0;
}
#topnav .dropdown-menu &gt; div &gt; a,
#topnav .dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 8px 15px;
}

.dropdown.open &gt; a {
  color: #58BA48;
}

#qsearch {
  min-width: 250px;
  padding: 10px;
}

#qsearch-wrap {
  max-width: 180px;
}
@media (max-width: 1540px) {
  #qsearch-wrap {
    max-width: 120px;
  }
}
#qsearch-wrap .btn-search {
  width: 34px;
  padding: 0;
  float: left;
  border: none;
  background-color: transparent;
}
@media (max-width: 1540px) {
  #qsearch-wrap .btn-search img {
    width: 22px;
  }
}
#qsearch-wrap input.form-control {
  width: calc(100% - 34px);
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
}
@media (max-width: 1200px) {
  #qsearch-wrap input.form-control {
    font-size: 16px;
  }
}

@media (max-width: 1540px) {
  .cart-list img {
    width: 22px;
  }
}
.cart-list .text {
  font-size: 0;
}
@media (max-width: 991px) {
  .cart-list .text {
    font-size: 18px;
  }
}

#banner_wrap {
  text-align: center;
  overflow: hidden;
}
#banner_wrap &gt; .wrap {
  padding: 0;
}

#mainbanner .swiper-slide .slogan {
  position: absolute;
  top: 30%;
  left: calc((100% - 1500px) / 2);
  text-align: left;
  color: #fff;
}
@media (max-width: 1540px) {
  #mainbanner .swiper-slide .slogan {
    left: 30px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan {
    text-align: center;
    top: initial;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 100%;
  }
}
#mainbanner .swiper-slide .slogan h3 {
  font-size: 36px;
  font-weight: bold;
  color: #58ba48;
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 24px;
  }
}
#mainbanner .swiper-slide .slogan p {
  margin-top: 2rem;
  font-size: 24px;
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan p {
    margin-top: 1rem;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan p {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan p {
    font-size: 18px;
  }
}

#mobile_toggle {
  position: absolute;
  display: none;
  z-index: 2;
}
@media (max-width: 991px) {
  #mobile_toggle {
    display: block;
    right: auto;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
#mobile_toggle .hamburger {
  outline: none;
}

#left_menu {
  background: #105689;
}
#left_menu #incateall {
  display: none;
}
#left_menu #incateall + li {
  border-top: none;
}
#left_menu .simplemenu-normal-icon span {
  background-color: #fff;
}
#left_menu .site-search .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
}
#left_menu .site-search .btn-search {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  border: none;
  background-color: transparent;
}
#left_menu .site-search .btn-search img {
  width: 22px;
}
#left_menu .site-search .form-control {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#left_menu .site-search .advanced_search {
  display: none;
}
#left_menu .site-search .form-search {
  padding: 13px 20px;
  background-color: #eaeaea;
}
#left_menu .site-language #language_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 520px) {
  #left_menu .site-language #language_ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#left_menu .site-language #language_ul li {
  width: 25%;
  border: none;
  list-style: none;
  background: #58BA48;
}
@media (max-width: 520px) {
  #left_menu .site-language #language_ul li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #left_menu .site-language #language_ul li:nth-child(3), #left_menu .site-language #language_ul li:nth-child(4) {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 520px) {
  #left_menu .site-language #language_ul li:nth-child(3) {
    border-left: none;
  }
}
#left_menu .site-language #language_ul &gt; li + li {
  border-left: 1px solid #fff;
}
#left_menu .site-language #language_ul &gt; li &gt; a {
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  padding: 10px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
#left_menu .site-language #language_ul &gt; li &gt; a:hover {
  background: none;
  /*hover effect*/
}
#left_menu .site-member {
  border-top: 1px solid #fff;
}
#left_menu .site-member img {
  width: 22px;
  margin-right: 4px;
}
#left_menu .site-member i {
  margin-right: 5px;
}
#left_menu .site-member &gt; div.cartLink {
  display: none;
}
#left_menu .site-member &gt; div a {
  padding: 10px 20px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
#left_menu li {
  border-bottom: none;
}
#left_menu #custom-mobile_menu,
#left_menu #mobile_menu {
  overflow: hidden;
}
#left_menu .simple_menu &gt; li &gt; a {
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
}
#left_menu .simple_menu &gt; li &gt; ul &gt; li + li {
  border-bottom: 1px dashed #518ab3;
}
#left_menu .simple_menu &gt; li &gt; ul &gt; li &gt; a {
  padding: 8px 35px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
#left_menu .simple_menu &gt; li &gt; ul &gt; li &gt; a::before {
  top: 18px;
  left: 25px;
  display: none;
}

#sidebar {
  margin-top: 260px;
}
@media (min-width: 992px) {
  #sidebar {
    width: 25.2%;
    float: left;
    padding-right: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #sidebar {
    display: none;
  }
}
#sidebar .nav-header {
  background: #105689;
  font-weight: bolder;
  padding: 18px 20px;
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #fff;
  border-top-right-radius: 100px;
}
#sidebar .nav-list {
  background-color: #eaeaea;
}
#sidebar .nav-list li:hover {
  background-color: transparent;
}
#sidebar .nav-list li::after {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
#sidebar .nav-list li + li {
  border-top: 1px dashed #d3d3d3;
}
#sidebar .nav-list li a {
  padding: 18px 40px 18px 20px;
}
#sidebar .nav-list li a:hover {
  background-color: transparent;
}

#main_container {
  margin-top: 132px;
}
@media (max-width: 1540px) {
  #main_container {
    margin-top: 108px;
  }
}
@media (max-width: 991px) {
  #main_container {
    margin-top: 60px;
  }
}

#content {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #content {
    width: 74.8%;
    float: right;
    padding-bottom: 50px;
  }
}

.breadcrumb {
  text-shadow: none;
  background-color: transparent;
  text-align: right;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb li {
  text-shadow: none;
  font-size: 16px;
}
@media (max-width: 480px) {
  .breadcrumb li {
    font-size: 14px;
  }
}
.breadcrumb li a {
  text-shadow: none;
  text-decoration: none;
  font-size: 16px;
  color: #777;
}
@media (max-width: 480px) {
  .breadcrumb li a {
    font-size: 14px;
  }
}
.breadcrumb li a:hover {
  text-shadow: none;
  background: none;
  text-decoration: underline;
  color: #58BA48;
}
.breadcrumb li a.active {
  text-shadow: none;
  background: none;
  color: #000;
}

.thumbnails {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
.thumbnails &gt; li {
  float: none;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .thumbnails &gt; li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .thumbnails &gt; li {
    width: 100%;
  }
}

.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .thumbnail {
    margin-bottom: 20px;
  }
}
.thumbnail:hover .listimg::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.thumbnail:hover .cate-name a,
.thumbnail:hover .caption a {
  color: #105689;
}
.thumbnail:hover .cate-name a::after,
.thumbnail:hover .caption a::after {
  background-color: #58BA48;
}
.thumbnail .listimg {
  height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 440px) {
  .thumbnail .listimg {
    height: 240px;
  }
}
.thumbnail .listimg::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #105689;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.thumbnail .listimg a.link_mask {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.thumbnail .caption {
  padding: 14px 4px;
}
@media (max-width: 991px) {
  .thumbnail .caption {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
.thumbnail .cate-name {
  text-align: left;
  padding-top: 3px;
}
.thumbnail .cate-name a {
  position: relative;
}
.thumbnail .cate-name a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #105689;
  border-radius: 50%;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 44%;
}

.cate-name a,
.cate-name-more a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 14px;
}
.cate-name a:hover,
.cate-name-more a:hover {
  color: #58BA48;
  text-decoration: underline;
}

.prolist-qty-spec-btn-wrap {
  text-align: center;
}

.prolistqty,
.prolistspec {
  margin: 10px auto;
}

.spec {
  height: 38px;
}

.pagination-wrap {
  text-align: center;
}

#noneresult {
  text-align: center;
}

.keyword-title {
  font-size: 21.6px;
}

.container_product #middle {
  background-image: url(../images/product-all_bg.jpg);
  background-size: cover;
  background-position: top center;
}
.container_product #sidebar {
  display: none;
}
.container_product #content {
  width: 100%;
  float: none;
}
.container_product .product-cate-wrap .thumbnails li {
  width: 50%;
}
@media (max-width: 600px) {
  .container_product .product-cate-wrap .thumbnails li {
    width: 100%;
  }
}
.container_product .product-cate-wrap .thumbnails li:hover .listimg::after {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.container_product .product-cate-wrap .thumbnails li:nth-child(odd) {
  padding-right: 52px;
}
.container_product .product-cate-wrap .thumbnails li:nth-child(odd) .product-cate {
  padding-left: 38px;
}
@media (max-width: 1600px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(odd) .product-cate {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(odd) .product-cate {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(odd) {
    padding-right: 0;
  }
}
.container_product .product-cate-wrap .thumbnails li:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(even) {
    margin-top: 60px;
  }
}
.container_product .product-cate-wrap .thumbnails li:nth-child(even) .product-cate {
  padding-left: 90px;
}
@media (max-width: 1200px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(even) .product-cate {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(even) .product-cate {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .container_product .product-cate-wrap .thumbnails li:nth-child(even) {
    margin-top: 0;
  }
}
.container_product .product-cate-wrap .thumbnails li .thumbnail {
  padding: 0;
  border: 0;
}
.container_product .product-cate-wrap .thumbnails li .listimg {
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media (max-width: 1000px) {
  .container_product .product-cate-wrap .thumbnails li .listimg {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .container_product .product-cate-wrap .thumbnails li .listimg {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .container_product .product-cate-wrap .thumbnails li .listimg {
    height: 180px;
  }
}
.container_product .product-cate-wrap .thumbnails li .listimg::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #105689;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  position: absolute;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.container_product .product-cate-wrap .thumbnails li .caption {
  position: absolute;
  top: 42px;
  left: 0;
  padding: 10px 18px 3px 18px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .container_product .product-cate-wrap .thumbnails li .caption {
    padding: 10px 10px 3px 10px;
  }
}
@media (max-width: 375px) {
  .container_product .product-cate-wrap .thumbnails li .caption {
    top: 30px;
  }
}
.container_product .product-cate-wrap .thumbnails li .caption a {
  font-size: 24px;
  font-weight: 700;
  padding-right: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .container_product .product-cate-wrap .thumbnails li .caption a {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .container_product .product-cate-wrap .thumbnails li .caption a {
    font-size: 18px;
  }
}
.container_product .product-cate-wrap .thumbnails li .caption a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #105689;
  border-radius: 50%;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.container_product .desc_text {
  display: block;
}

.desc_text {
  display: none;
}
.desc_text .dec_text {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #eaeaea;
}
@media (max-width: 991px) {
  .desc_text .dec_text {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .desc_text .dec_text {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 0;
    line-height: 1 !important;
  }
}
.desc_text .dec_text2 {
  font-size: 36px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .desc_text .dec_text2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .desc_text .dec_text2 {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .desc_text .dec_text2 {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .pro_show_content .pro_show_intro {
    width: 50%;
    float: right;
  }
}
.pro_show_content .popup-gallery {
  margin: auto;
}
.pro_show_content .popup-gallery a {
  display: inline-block;
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

#pb_area {
  margin-bottom: 30px;
}
@media (max-width: 680px) {
  #pb_area {
    margin-bottom: 6px;
  }
}

.pro-name {
  font-size: 27px;
}

.pshow_title {
  font-size: 21.6px;
  margin: 20px 0 10px;
}

.prochar + #prodNav {
  margin-top: 20px;
}

.prochar .txtNormal .txtTitle {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .prochar .txtNormal .txtTitle {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .prochar .txtNormal .txtTitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .prochar .txtNormal .txtTitle {
    font-size: 20px;
  }
}
.prochar + div .table-responsive {
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.prochar + div .table-responsive:nth-last-of-type(2) + .rwdArr {
  display: none;
}
@media (max-width: 680px) {
  .prochar + div .table-responsive:nth-last-of-type(2) + .rwdArr {
    display: none;
  }
}
.prochar + div .table-responsive:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
@media (max-width: 680px) {
  .prochar + div .table-responsive:last-child {
    border: none;
  }
}
.prochar + div .table-responsive:last-child table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .prochar + div .table-responsive:last-child table {
    margin-top: 14px;
  }
}
@media (max-width: 680px) {
  .prochar + div .table-responsive:last-child table {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .prochar + div .table-responsive:last-child table {
    margin-top: 8px;
  }
}
.prochar + div .table-responsive:last-child table th,
.prochar + div .table-responsive:last-child table tr td:first-child,
.prochar + div .table-responsive:last-child table tr:nth-child(odd) {
  background-color: transparent;
}
.prochar + div .table-responsive:last-child table td {
  text-align: right;
  padding: 0;
}
@media (max-width: 991px) {
  .prochar + div .table-responsive:last-child table td {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .prochar + div .table-responsive:last-child table td input {
    width: 186px;
  }
}
@media (max-width: 480px) {
  .prochar + div .table-responsive:last-child table td input {
    width: 160px;
  }
}
.prochar + div .table-responsive:last-child table input {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.prochar + div .table-responsive:last-child table input:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.prochar + div table {
  width: 100%;
}
@media (max-width: 680px) {
  .prochar + div table {
    min-width: 800px;
  }
}
.prochar + div table tr:nth-child(odd) {
  background-color: #eaeaea;
}
.prochar + div table tr td:first-child {
  width: 100px;
}
.prochar + div table th,
.prochar + div table tr td:first-child {
  color: #fff;
  background-color: #777;
  text-align: center;
}
.prochar + div table th,
.prochar + div table td {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}
.prochar + div table td + td {
  border-left: 1px solid #eaeaea;
}

.table-responsive {
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.table-responsive:nth-last-of-type(2) + .rwdArr {
  display: none;
}
@media (max-width: 680px) {
  .table-responsive:nth-last-of-type(2) + .rwdArr {
    display: none;
  }
}
.table-responsive:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .table-responsive:last-child {
    border: none;
  }
}
@media (max-width: 680px) {
  .table-responsive:last-child table {
    min-width: auto;
  }
}
.table-responsive:last-child tr:nth-child(odd) {
  background-color: transparent !important;
}
.table-responsive:last-child td {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .table-responsive:last-child input {
    width: 186px;
  }
}
@media (max-width: 480px) {
  .table-responsive:last-child input {
    width: 160px;
  }
}

.txtBox02 {
  width: 100%;
}
@media (max-width: 680px) {
  .txtBox02 {
    min-width: 800px;
  }
}
.txtBox02 tr:nth-child(odd) {
  background-color: #eaeaea;
}
.txtBox02 tr td:first-child {
  width: 100px;
}
.txtBox02 th,
.txtBox02 tr td:first-child {
  color: #fff;
  background-color: #777;
  text-align: center;
  padding: 0;
}
.txtBox02 th input,
.txtBox02 tr td:first-child input {
  float: right;
  margin-top: 40px;
}
.txtBox02 th,
.txtBox02 td {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}
.txtBox02 td + td {
  border-left: 1px solid #eaeaea;
}

.rwdArr {
  width: 46px;
  height: 42px;
  display: none;
}
@media (max-width: 680px) {
  .rwdArr {
    display: block;
  }
}

.popup-gallery {
  text-align: center;
}
.popup-gallery img {
  margin: 0 auto;
}

.showsmall {
  position: relative;
}
@media (max-width: 991px) {
  .showsmall {
    display: none;
  }
}
.showsmall .gallery-thumbs {
  text-align: center;
}
.showsmall .gallery-thumbs img {
  margin: auto;
}

#prodNav .panel-heading {
  padding: 0;
}
#prodNav .panel-heading .panel-title &gt; a {
  display: block;
  padding: 8px 15px;
}

.show-btn-wrap {
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 991px) {
  .show-btn-wrap {
    margin: 10px auto 20px auto;
  }
}

.cart-btn-wrap {
  text-align: right;
}
.cart-btn-wrap input.btn {
  margin-left: 10px;
}
@media (max-width: 374px) {
  .cart-btn-wrap input.btn {
    margin-left: 0px;
  }
}
@media (max-width: 374px) {
  .cart-btn-wrap input.btn {
    width: 48%;
    margin-bottom: 10px;
    float: left;
  }
}
@media (max-width: 374px) {
  .cart-btn-wrap input.btn.btn-update-qty {
    margin-left: 4%;
  }
}
@media (max-width: 374px) {
  .cart-btn-wrap input.btn.btn-cart-inquiry {
    width: 100%;
  }
}

#tablist.cart-table thead tr th {
  background: #646464;
  color: #fff;
}

.steptag {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding: 0px 18px 0 0;
}
.steptag .step-icon {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4f4f4f;
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steptag .step-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

table.cart-table &gt; thead &gt; tr &gt; td,
table.cart-table &gt; thead &gt; tr &gt; th,
table.cart-table &gt; tbody &gt; tr &gt; td,
table.cart-table &gt; tbody &gt; tr &gt; th {
  vertical-align: middle;
}

table.cart-table th.table-qty {
  width: 70px;
}
table.cart-table th.table-item, table.cart-table th.table-del {
  width: 50px;
}
table.cart-table .table-pro-no {
  width: 25%;
}
table.cart-table .table-item,
table.cart-table .table-del,
table.cart-table .table-qty {
  text-align: center;
}

.table-bordered.cart-table &gt; tbody &gt; tr &gt; td,
.table-bordered.cart-table &gt; tbody &gt; tr &gt; th,
.table-bordered.cart-table &gt; thead &gt; tr &gt; td,
.table-bordered.cart-table &gt; thead &gt; tr &gt; th,
.table-bordered.cart-table &gt; tfoot &gt; tr &gt; td,
.table-bordered.cart-table &gt; tfoot &gt; tr &gt; th {
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .table-bordered.cart-table &gt; tbody &gt; tr &gt; td,
  .table-bordered.cart-table &gt; tbody &gt; tr &gt; th,
  .table-bordered.cart-table &gt; thead &gt; tr &gt; td,
  .table-bordered.cart-table &gt; thead &gt; tr &gt; th,
  .table-bordered.cart-table &gt; tfoot &gt; tr &gt; td,
  .table-bordered.cart-table &gt; tfoot &gt; tr &gt; th {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/**表單元素**/
legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width: inherit;
  border-bottom: none;
  display: none;
}
legend.stepline-border {
  text-align: center !important;
  width: inherit;
  border-bottom: none;
}

.red {
  color: #cc0000;
}

.radio-inline input[type=radio] {
  margin-left: -20px;
  float: left;
}

.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.help-inline {
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
  padding-left: 0px;
  cursor: default;
}

.control-label {
  cursor: default;
}

.form-show .input-prepend {
  clear: both;
}

fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 5px;
}
fieldset.instep-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  background: #eeeeee;
  height: 100px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  height: 100px;
  text-align: center;
}
fieldset &gt; div {
  margin-top: 30px;
}

.submint-controls {
  text-align: center;
}

#login-tabs {
  list-style: none;
  padding: 0;
}
#login-tabs li {
  float: left;
}
#login-tabs li &gt; a {
  display: block;
  padding: 8px 15px;
}

.swiper-container .swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.swiper-container .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  cursor: default;
}

#maincarousel {
  height: 100%;
}

.swiper-banner .arrow-left,
.swiper-banner .swiper-button-prev,
.swiper-banner .arrow-right,
.swiper-banner .swiper-button-next,
.swiper-product .arrow-left,
.swiper-product .swiper-button-prev,
.swiper-product .arrow-right,
.swiper-product .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  margin: 0;
}
.swiper-banner .arrow-left,
.swiper-banner .swiper-button-prev,
.swiper-product .arrow-left,
.swiper-product .swiper-button-prev {
  left: 60px;
  z-index: 99;
}
@media (max-width: 991px) {
  .swiper-banner .arrow-left,
  .swiper-banner .swiper-button-prev,
  .swiper-product .arrow-left,
  .swiper-product .swiper-button-prev {
    left: 20px;
  }
}
.swiper-banner .arrow-right,
.swiper-banner .swiper-button-next,
.swiper-product .arrow-right,
.swiper-product .swiper-button-next {
  right: 60px;
}
@media (max-width: 991px) {
  .swiper-banner .arrow-right,
  .swiper-banner .swiper-button-next,
  .swiper-product .arrow-right,
  .swiper-product .swiper-button-next {
    right: 20px;
  }
}
.swiper-banner .swiper-pagination,
.swiper-banner .page-banner,
.swiper-product .swiper-pagination,
.swiper-product .page-banner {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.swiper-product-thumbs {
  margin-top: 15px;
  width: 80%;
  margin: auto;
}
.swiper-product-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.8;
}
.swiper-product-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-product-thumbs .swiper-product-thumbs-next,
.swiper-product-thumbs .swiper-product-thumbs-prev {
  display: none;
}
.swiper-product-thumbs.swiper-container-initialized .swiper-product-thumbs-next,
.swiper-product-thumbs.swiper-container-initialized .swiper-product-thumbs-prev {
  display: block;
}
.swiper-product-thumbs.insufficient-swiper .swiper-wrapper {
  display: block;
}
.swiper-product-thumbs.insufficient-swiper .swiper-wrapper .swiper-slide {
  padding: 0 7px;
  float: left;
}
.swiper-product .swiper-product-pagination {
  position: static;
  display: none;
}
@media (max-width: 991px) {
  .swiper-product .swiper-product-pagination {
    display: block;
  }
}
.swiper-product .swiper-product-next,
.swiper-product .swiper-product-prev {
  display: none;
}
@media (max-width: 991px) {
  .swiper-product .swiper-product-next,
  .swiper-product .swiper-product-prev {
    display: block;
  }
}

.related_tit {
  font-weight: 900;
  padding: 16px;
  background-color: #777;
  color: #fff;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .related_tit {
    margin-top: 40px;
  }
}

.related {
  padding: 24px 60px;
  background-color: #eaeaea;
  position: relative;
}
@media (max-width: 991px) {
  .related {
    padding: 16px 40px;
  }
}
.related .related-slider-next,
.related .related-slider-prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 991px) {
  .related .related-slider-next,
  .related .related-slider-prev {
    top: 44%;
  }
}
@media (max-width: 991px) {
  .related .related-slider-next img,
  .related .related-slider-prev img {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .related .related-slider-next img,
  .related .related-slider-prev img {
    width: 16px;
  }
}
.related .related-slider-next:hover,
.related .related-slider-prev:hover {
  opacity: 0.4;
}
.related .related-slider-next {
  left: 15px;
}
@media (max-width: 991px) {
  .related .related-slider-next {
    left: 10px;
  }
}
.related .related-slider-prev {
  right: 15px;
}
@media (max-width: 991px) {
  .related .related-slider-prev {
    right: 10px;
  }
}
.related .swiper-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .related .swiper-wrapper {
    margin-bottom: 0;
  }
}

.related-slider .form-horizontal,
.related-slider .product-cate,
.related-slider .thumbnail {
  margin-bottom: 0;
  height: 100%;
}
.related-slider .swiper-slide {
  height: auto;
  height: initial;
}
.related-slider .related-slider-pagination {
  position: static;
}
.related-slider .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.4;
}
.related-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.related-slider .thumbnail .cate-name {
  padding: 10px 0;
}

#gotop {
  text-align: right;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 2;
  display: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 1600px) {
  #gotop {
    right: 20px;
  }
}
@media (max-width: 480px) {
  #gotop {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    right: 10px;
  }
}
#gotop:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#footer {
  background-color: #eaeaea;
}
#footer a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#footer a:hover {
  color: #58BA48;
}
#footer &gt; .wrap {
  padding: 60px 20px;
  position: relative;
}
@media (max-width: 991px) {
  #footer &gt; .wrap {
    padding: 20px 20px 10px 20px;
  }
}
#footer::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #105689;
}
#footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer_logo {
  display: inline-block;
  width: 33.7%;
}
@media (max-width: 1440px) {
  #footer_logo img {
    max-width: 170px;
  }
}
@media (max-width: 1440px) {
  #footer_logo {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #footer_logo {
    display: none;
  }
}

#copyright_box {
  background-color: #105689;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 480px) {
  #copyright_box {
    font-size: 15px;
  }
}
#copyright_box .wrap {
  display: block;
}
@media (max-width: 991px) {
  #copyright_box .wrap {
    text-align: left;
  }
}
#copyright_box a {
  color: #fff;
}
#copyright_box .copyright-privacy {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #copyright_box .copyright-privacy {
    text-align: left;
  }
}
#copyright_box .copyright-privacy span {
  margin: 0 10px;
}
#copyright_box #footlink {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480pc) {
  #copyright_box #footlink {
    margin: 0;
  }
}

#cominfo {
  width: 33.7%;
}
@media (max-width: 1440px) {
  #cominfo {
    width: 46%;
  }
}
@media (max-width: 991px) {
  #cominfo {
    width: 100%;
  }
}

#cominfo,
.copyright-privacy,
#footlink {
  margin: 5px 0;
  display: inline-block;
}
.ftbar {
  width: 16.8%;
  display: inline-block;
}
@media (max-width: 991px) {
  .ftbar {
    display: none;
  }
}
.ftbar .nav li {
  width: 100%;
}
.ftbar .nav li a {
  padding: 4px;
  font-weight: 700;
}
.ftbar .nav li a:hover {
  background-color: transparent;
}

.cominfo-nav {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.cominfo-nav li {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cominfo-nav li {
    float: none;
  }
}
@media (max-width: 480px) {
  .cominfo-nav li {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

#copyright {
  float: left;
}

#privacy {
  float: left;
  margin-left: 10px;
}

.footlink-nav {
  padding: 0;
  list-style: none;
}
.footlink-nav li {
  float: left;
  position: relative;
}
@media (max-width: 480px) {
  .footlink-nav li {
    font-size: 15px;
  }
}
.footlink-nav li + li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.footlink-nav li + li a:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.designed-wrap {
  display: block;
}
.designed-wrap a:last-child {
  padding-right: 5px;
}

.footer_companyname {
  line-height: 1.5;
  margin-top: 15px;
  font-weight: 700;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 1170px;
  }
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronDisclaimerAlert {
  float: left;
  display: block;
}
@media (max-width: 991px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronDisclaimerAlert {
    margin-bottom: 12px;
  }
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronPersonalize {
  float: right;
  display: block;
}
#tarteaucitronAllDenied.btn-dark {
  color: #fff;
}

/*外跳按鈕*/
.btn-primary.swal2-styled.swal2-confirm {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.swal2-styled.swal2-confirm:hover, .btn-primary.swal2-styled.swal2-confirm:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-info.swal2-styled.swal2-cancel {
  background-color: #868686;
  border-color: #868686;
}
.btn-info.swal2-styled.swal2-cancel:hover, .btn-info.swal2-styled.swal2-cancel:focus {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.back_btn {
  position: relative;
  padding: 12px 30px 12px 50px;
}
@media (max-width: 991px) {
  .back_btn {
    padding: 9px 20px 9px 40px;
  }
}
.back_btn:hover img {
  left: 20px;
}
.back_btn img {
  width: 15px;
  height: 11px;
  position: absolute;
  left: 30px;
  top: 18px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media (max-width: 991px) {
  .back_btn img {
    left: 17px;
    top: 14px;
  }
}

.about_area {
  padding-top: 125px;
  padding-bottom: 160px;
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  background-position: 30% 50%;
}
@media (max-width: 1200px) {
  .about_area {
    padding-top: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .about_area {
    padding-top: 65px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: -40% 50%;
  }
}
@media (max-width: 480px) {
  .about_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about_area.about_area_page {
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-top: 0;
}
.about_area.about_area_page .text {
  width: 100%;
  margin-bottom: 20px;
}
.about_area.about_area_page .text dl + p {
  margin-top: 20px;
}
.about_area .tit {
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .about_area .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .about_area .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .about_area .tit {
    margin-bottom: 0;
  }
}
.about_area .pic {
  width: 38.6%;
  float: left;
}
@media (max-width: 991px) {
  .about_area .pic {
    float: none;
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .about_area .pic {
    display: none;
  }
}
.about_area .pic img {
  margin-left: -114px;
}
@media (max-width: 1760px) {
  .about_area .pic img {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about_area .pic img {
    max-width: 170px;
  }
}
.about_area .text {
  width: 65.5%;
  float: right;
  margin-left: -4.5%;
}
@media (max-width: 1760px) {
  .about_area .text {
    width: 60%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about_area .text {
    width: 100%;
    float: none;
  }
}
.about_area .text h3 {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_area .text h3 {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .about_area .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 6px;
  }
}
.about_area .text h3 span {
  color: #105689;
  display: inline-block;
  padding-left: 64px;
  position: relative;
}
.about_area .text h3 span.start {
  padding-left: 0;
}
.about_area .text h3 span.start::before {
  display: none;
}
.about_area .text h3 span::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.about_area .text dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (max-width: 480px) {
  .about_area .text dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 14px;
  }
}
.about_area .text dl::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 26px;
  background-color: #ddd;
}
@media (max-width: 480px) {
  .about_area .text dl::before {
    display: none;
  }
}
.about_area .text dl dt {
  display: inline-block;
  width: 150px;
  color: #105689;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 480px) {
  .about_area .text dl dt {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
}
.about_area .text dl dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #105689;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 18px;
}
@media (max-width: 480px) {
  .about_area .text dl dt::before {
    left: 4px;
  }
}
.about_area .text dl dt span {
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 8px;
  text-align: center;
  line-height: 30px;
  color: #000 !important;
  font-weight: 400 !important;
}
@media (max-width: 480px) {
  .about_area .text dl dt span {
    vertical-align: 2px;
  }
}
.about_area .text dl dd {
  display: inline-block;
  width: calc(100% - 150px);
  line-height: 2;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .about_area .text dl dd {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.about_area .text dl + p {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .about_area .text dl + p {
    margin-top: 0;
  }
}
.about_area .text p {
  line-height: 2;
}
@media (max-width: 480px) {
  .about_area .text p {
    line-height: 1.5;
  }
}

.cer_area {
  background-image: url(../images/cer_bg.png);
  background-size: cover;
  padding-top: 156px;
  padding-bottom: 116px;
  position: relative;
}
@media (max-width: 1200px) {
  .cer_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .cer_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .cer_area {
    padding-top: 24px;
    padding-bottom: 55px;
  }
}
.cer_area.cer_area_page {
  padding-top: 0;
  padding-bottom: 30px;
  background-image: none;
}
.cer_area.cer_area_page .pic {
  margin-left: 0;
}
.cer_area.cer_area_page .pic .item:last-child {
  margin-top: 0;
}
.cer_area.cer_area_page_text .text {
  width: 50%;
}
@media (max-width: 768px) {
  .cer_area.cer_area_page_text .text {
    width: 100%;
  }
}
.cer_area.cer_area_page_text .pic {
  width: 50%;
  padding-left: 24px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cer_area.cer_area_page_text .pic {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cer_area.cer_area_page_text .pic img {
    width: auto;
  }
}
.cer_area.cer_area_page_cer .pic {
  width: 100%;
}
.cer_area .tit {
  margin-bottom: 86px;
}
@media (max-width: 1200px) {
  .cer_area .tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cer_area .tit {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .cer_area .tit {
    margin-bottom: 6px;
  }
}
.cer_area .dec_text {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  bottom: -15px;
  right: 0;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cer_area .dec_text {
    font-size: 60px;
    bottom: -29px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .cer_area .dec_text {
    font-size: 38px;
    bottom: -16px;
  }
}
.cer_area h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .cer_area h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.cer_area .text {
  width: 40.9%;
  float: left;
}
@media (max-width: 768px) {
  .cer_area .text {
    width: 100%;
    float: none;
  }
}
.cer_area .text a {
  color: #105689;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.cer_area .text a:hover {
  color: #58BA48;
}
.cer_area .text p {
  line-height: 1.83;
}
@media (max-width: 480px) {
  .cer_area .text p {
    line-height: 1.5;
  }
}
.cer_area .pic {
  width: 51.2%;
  float: right;
}
@media (max-width: 768px) {
  .cer_area .pic {
    width: 60%;
    float: none;
    margin-left: 20%;
  }
}
@media (max-width: 580px) {
  .cer_area .pic {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.cer_area .pic .item {
  position: relative;
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1540px) {
  .cer_area .pic .item {
    max-width: 48%;
  }
}
.cer_area .pic .item:first-child {
  float: left;
}
.cer_area .pic .item:last-child {
  float: right;
  margin-top: -134px;
}
@media (max-width: 768px) {
  .cer_area .pic .item:last-child {
    margin-top: 0;
  }
}
.cer_area .pic .item:hover .mask {
  opacity: 1;
}
.cer_area .pic .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cer_area .pic .mask img {
  width: auto;
  width: 88px;
  height: 88px;
}
@media (max-width: 600px) {
  .cer_area .pic .mask img {
    width: 60px;
    height: 60px;
  }
}
.cer_area .pic img {
  width: 100%;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  padding: 0;
}

.mfp-image-holder .mfp-content {
  padding: 0 16px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  padding: 0 20px;
}

.catalog_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
}
.catalog_list li {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .catalog_list li {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .catalog_list li {
    width: 50%;
  }
}
.catalog_list a {
  display: block;
  position: relative;
}
.catalog_list a:hover .mask {
  opacity: 1;
}
.catalog_list a .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.catalog_list a .mask img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
}
@media (max-width: 600px) {
  .catalog_list a .mask img {
    width: 60px;
    height: 60px;
  }
}

.about_style .cer_area.cer_area_page.cer_area_page_cer .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.about_style .cer_area.cer_area_page.cer_area_page_cer .item {
  margin: 10px;
}

input#content {
  width: 100%;
  padding-bottom: unset;
}

input[type=checkbox],
input[type=radio] {
  width: 22px;
  height: 22px;
}</pre></body></html>