/**/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');*/
@font-face {
font-family: 'Noto Sans SC';
src: url('../fonts/Noto_Sans_SC/NotoSansSC-VariableFont_wght.ttf') format("truetype");
}
@font-face {
font-family: 'Rubik';
src: url('../fonts/Rubik/Rubik-VariableFont_wght.ttf') format("truetype");
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Rubik", "Noto Sans SC", "Microsoft JhengHei";
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background: #fff;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
  color: #333;
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}
a:active,
a:hover {
  outline: 0;
  color: #0d0d0d;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}

::selection {
  background: #152f7a;
  color: #fff;
}
::-moz-selection {
  background: #152f7a;
  color: #fff;
}

#toTop {
  z-index: 2;
} /*220707*/
#toTop a {
  position: fixed !important;
  right: 30px;
  bottom: 70px;
  padding: 15px 10px;
  text-align: center;
  _position: absolute;
  _top: expression(
    documentElement.scrollTop + documentElement.clientHeight-this.clientHeight-4
  );
  z-index: 100000;
  color: #fff;
  background: #152f7a;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 40px;
}
#toTop {
  opacity: 0.8;
  position: fixed;
  display: none;
}
#toTop:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  #toTop a {
    right: 10px;
    bottom: 60px;
    padding: 15px 10px;
    font-size: 0.7em;
  }
}

/*TOOL*/
#bottomMsg {
  position: fixed !important;
  display: inline-block;
  bottom: 0;
  right: 10%;
  width: 270px;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
  background: #f3844e;
    border-radius: 8px 8px 0 0;}
#bottomMsg a.collapseWill{
  padding: 15px;
  display: block;
  color: #FFF;}
#bottomMsg p{
  background: #ff9a68;
  padding: 15px;
  margin: 0;
  font-size: 1.1em;
  line-height: 160%;
  color: #FFF;}
#bottomMsg p a{
  color: #FFF;
  line-height: 180%;
  font-size: 1.4em;}
#bottomMsg p a i{
  display: inline-block;
  padding-top: 10px;
  font-size: 1.4em;}
#bottomMsg p a:hover{
  color: #fffca2;}
@media (max-width:767px){
#bottomMsg{
  right: 15%;
  width: 70%;
  font-size: 1.1em;}
#bottomMsg a.collapseWill, #bottomMsg p{
  padding: 10px;}}

.site-main {
  margin-top: 123px;
}
.site-header .container {
  position: relative;
}
.site-navbar {
  background: #152f7a url(../images/bg_header.png) repeat-x;
  height: 123px;
  /*box-shadow:0 2px 5px rgba(0,0,0,0.2);*/
}
.navbar-brand {
  float: none;
  margin: 0 auto !important;
  height: auto;
  padding: 0 0 18px;
  text-align: left;
  position: relative;
}
.navbar-brand a {
  display: inline-block;
}
.navbar-brand img {
  margin: 10px 0 6px !important;
  max-height: 35px;
}
.navbar-brand img:hover {
  -webkit-filter: opacity(0.8);
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header .nav > li span {
  display: none;
}
@media (max-width: 767px) {
  .navbar-brand img {
    margin: 10px auto !important;
    max-height: 35px;
  }
}

.header_tool {
  float: left;
  width: 100%;
  height: 45px;
  margin-top: 5px;
}
.header_tool .pull-right {
  margin-top: 20px;
}
.header_tool p {
  text-align: right;
  margin-top: 2px;
  font-size: 1.1em;
}
.header_tool a {
  display: inline-block;
  color: #152f7a;
  padding: 0 8px;
  position: relative;
}
.header_tool .navbar-brand a {
  padding: 0;
}
.header_tool a img {
  display: inline-block;
  margin: 0 10px 0 5px;
}
.header_tool a:hover {
  color: #111;
}
@media (max-width: 991px) {
  .header_tool p {
    margin-top: -5px;
  }
  .header_tool a {
    margin-bottom: 5px;
  }
}

/*搜尋*/
.search_area {
  position: relative;
  margin-top: 11px;
  text-align: left;
}
.search_area input {
  box-shadow: none;
  padding: 6px 15px;
  height: auto;
  font-size: 1.15em;
  color: #111;
  background: #e9ebf1;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search_area input.form-control:focus {
  background: #eef1fa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),
    0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.search_area button {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 45px;
  height: 45px;
  border: 0;
  font-size: 1.1em;
  color: #333;
  background: transparent;
}
.search_area button:hover,
.search_area button:active,
.search_area button:focus {
  color: #121212;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.search_area p i {
  padding-right: 7px;
}
.search_area p a:hover {
  color: #121212;
}
.search_area p a {
  padding: 5px 10px;
}
.search_area p a.btn_green {
  color: #fff;
  background: #162960;
}
.search_area p a.btn_green:hover {
  background: #152f7a;
}
@media (max-width: 991px) and (min-width: 768px) {
  .search_area {
    padding: 0 !important;
  }
  .search_area p {
    margin-top: 1px;
  }
}

@media (max-width: 767px) {
  .site-navbar {
    height: 45px;
  }
  .site-main {
    margin-top: 50px;
  }
  .navbar-brand {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 3px 0;
  }
  .navbar-brand img {
    max-height: 25px;
  }
  .navbar-toggle {
    position: absolute;
    top: -8px;
    right: -30px;
  }
  .site-navbar .container {
    background: #fff;
    padding: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar-brand i {
    color: #152f7a;
    padding: 13px 5px;
  }
}

/*主選單*/
.ew_menu {
  width: 100%;
  height: auto;
  text-align: center;
}
.ew_menu ul {
  display: inline-block;
  list-style-type: none;
  margin: 16px auto 0;
  padding: 0 20px;
}
.ew_menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ew_menu a {
  display: inline-block;
  padding: 14px 20px 13px; /*220707*/
  font-size: 1.25em;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.ew_menu .active a,
.ew_menu ul li:hover a {
  background: #162960;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 991px) and (min-width: 768px) {
  .ew_menu a {
    display: inline-block;
    padding: 15px 15px 13px;
    font-size: 1.2em;
  }
}

/*BANNER*/
#myCarousel section {
  background-size: auto 100% !important;
}
.carousel-control {
  color: #152f7a;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-control {
  width: 8%;
}
.glyphicon-chevron-left:before {
  content: "\e257";
}
.glyphicon-chevron-right:before {
  content: "\e258";
}

footer {
  background: #162960;
  color: #fff;
}
footer a,
footer a:visited {
  display: inline-block;
  color: #fff;
}
footer a:hover,
footer a:active {
  color: #fff7ee;
}
#footer_area {
  padding: 0;
  position: relative;
}
#footer_area h3 {
  margin: 5px 0 20px;
  padding: 0;
  font-weight: 600;
  color: #fff;
}
#footer_area p {
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 160%;
  margin-bottom: 10px;
}
#footer_area i {
  padding-right: 10px;
  color: #fff;
}
#footer_area img {
  margin-bottom: 15px;
}
#footer_area p.footer_copyright {
  text-align: center;
  font-size: 1.05em;
}
#footer_area p.footer_copyright a {
  display: inline-block;
}
.footer_box {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #footer_area .txt_gray {
    font-size: 0.9em;
    margin-top: 125px;
  }
}
#footer_area .txt_gray {
  color: #999 !important;
}
#footer_area .txt_gray a {
  color: #999;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  z-index: 999;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 1.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  width: 50%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 16.6%;
  height: calc(100% / 7);
  min-height: 54px;
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  padding: 5px;
  border: 2px transparent solid;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li.active a {
  color: #fff;
  border: 2px #fff dotted;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

/*----------------------------------------------------------------------------------COMMON*/

.txt_red {
  color: #c96a6b !important;
}
.txt_green {
  color: #152f7a !important;
}
.txt_blue {
  color: #152f7a !important;
}
.txt_gray {
  color: #999 !important;
}

/*PADDING*/
.padding_0 {
  padding: 0;
}
.padding_10 {
  padding: 0 10px;
}
.padding_30 {
  padding: 0 30px;
}
.index_padding {
  padding-top: 50px !important;
  padding-bottom: 60px !important;
}
.footer_padding {
  padding-top: 45px !important;
  padding-bottom: 5px !important;
}
.page_padding {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index_padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .padding_turn0 {
    padding: 0 !important;
  }
  .padding_turn5 {
    padding: 5px;
  }
  .index_padding {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  .footer_padding {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .page_padding {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
}

.animatedDelay1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animatedDelay2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animatedDelay3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animatedDelay4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animatedDelay5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animatedDelay6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animatedDelay7 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.animatedDelay8 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.animatedDelay9 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.animatedDelay10 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/*MAP*/
.iframe_rwd {
  position: relative;
  padding-top: 350px;
  height: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px #ccc solid;
}
.iframe_rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*modal*/
.modal_header {
  background: #152f7a;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal_body {
  font-size: 1.05em;
  padding-bottom: 0;
  padding-left: 30px;
}
.modal_body img {
  margin: 0 auto 15px;
  text-align: center;
  border-radius: 4px;
  border: 1px #e2e2e2 solid;
}

.modal_body_content {
  padding-left: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .modal_body {
    padding-left: 15px;
  }
  .modal_body_content {
    padding: 0 10px 10px;
  }
}

.modal_product_detail_list {
  float: left;
  list-style-type: none;
  padding: 0;
}
.modal_product_detail_list li {
  padding-bottom: 5px;
}
.modal_product_detail_list li a {
  color: #313131;
}
.modal_product_detail_list li a:hover {
  color: #ed6953;
}
.modal_product_detail_list h3 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}
.modal_product_detail_list h3 span {
  color: #ed6953;
}
.modal_product_detail_list p {
  margin: 5px 0 5px;
}
.modal_product_detail_list .price {
  color: #c96a6b;
  font-size: 1.2em;
}
.modal_product_detail_list input,
.modal_product_detail_list select {
  height: auto;
  font-size: 1.05em;
}

.btn-first {
  color: #fff;
  background-color: #152f7a;
}
.btn-second {
  color: #fff;
  background-color: #121212;
}
.btn-first:hover,
.btn-first:active,
.btn-first:focus,
.btn-second:hover,
.btn-second:active,
.btn-second:focus {
  color: #ccc !important;
}

.modal-footer .btn-first,
.modal-footer .btn-second {
  padding: 9px 5px;
  font-size: 1.1em;
}

.btn_left {
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*----------------------------------------------------------------------------------INDEX*/

/*INDEX TITLE*/
.index_title {
  text-align: left;
}
.index_title h1,
.page_title .index_title h1 {
  margin: 0 0 10px;
  padding: 9px 0 6px 40px;
  font-size: 1.8em;
  font-weight: 500;
  background: transparent url(../images/icon_title.png) left center no-repeat;
  position: relative;
  line-height: 160%;
  color: #152f7a;
}
.index_title h2 {
  margin: 0;
  padding: 20px 0 16px 40px;
  font-size: 2em;
  font-weight: 500;
  background: transparent url(../images/icon_title.png) left center no-repeat;
  position: relative;
  line-height: 160%;
  color: #152f7a;
}
.index_title h1 span,
.index_title h2 span,
.page_title .index_title h1 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.75em;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767px) {
  .index_title h1,
  .index_title h2 {
    margin: 0;
    font-size: 1.5em;
  }
}

/*CATEGORIES*/
.products_type {
  background: #f4f7ff;
}
.products_type_list {
  margin: 5px 0 25px;
}
.products_type_list a {
  position: relative;
  min-height: 110px;
  display: block;
  padding: 20px;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.products_type_list p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  transform: translate(0%, -50%);
  padding-left: 20px;
  margin: 0;
  font-size: 1.2em;
}
.products_type_list i {
  padding-right: 7px;
}
@media (min-width: 768px) {
  .products_type_list a:hover {
    color: #152f7a;
    border-bottom: 6px #152f7a solid;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .products_type_list {
    padding: 7px;
    margin: 0;
  }
  .products_type_list a {
    min-height: 140px;
    background-position: top center;
  }
  .products_type_list p {
    top: 80%;
    width: 100%;
    padding: 0 20px;
    font-size: 1.1em;
  }
}

/*搜尋*/
.products_type .container {
  position: relative;
}
.index_search {
  position: absolute;
  top: -25px;
  z-index: 9;
  text-align: left;
}
.index_search input {
  box-shadow: none;
  padding: 15px 25px;
  height: auto;
  font-size: 1.15em;
  color: #111;
  background: #fff;
  border: 1px #152f7a solid;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.index_search input.form-control:focus {
  border-color: #121212;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),
    0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.index_search button {
  position: absolute;
  top: 7px;
  right: 25px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 1.5em;
  color: #fff;
  background: #152f7a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.index_search button:hover,
.index_search button:active,
.index_search button:focus {
  background: #121212;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index_search p i {
  padding-right: 7px;
}

/*PRODUCT NEWS*/
.products_news {
  background: #fff url(../images/bg_blue.png) center bottom repeat-x;
}
.products_news_area {
  position: relative;
}
.products_news_area i.fa-chevron-left,
.products_news_area i.fa-chevron-right {
  position: absolute;
  top: 40%;
  z-index: 1;
  font-size: 1.8em;
  color: #ccc;
  height: 40px;
  line-height: 40px;
}
.products_news_area a:hover i.fa-chevron-left,
.products_news_area a:hover i.fa-chevron-right {
  color: #FFF;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.products_news_area i.fa-chevron-left {
  padding-right: 2px;
  left: 10px;
}
.products_news_area i.fa-chevron-right {
  padding-left: 2px;
  right: 10px;
}

.products_news_list {
  margin: 5px 0 25px;
}
.products_news_list a, .products_news_list > div {
  position: relative;
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.products_news_list .pic {
  background: #121212;
  border-bottom: 1px #ddd solid;
}
.products_news_list h3 {
  margin: 0;
  padding: 15px 15px 10px;
  font-size: 1.25em;
  font-weight: 500;
  color: #152f7a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products_news_list p {
  margin: 0;
  padding: 0 15px 15px;
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products_news_list span {
  -webkit-filter: opacity(0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.products_news_list span i {
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
  color: #152f7a;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.edm_style .products_news_list a {
  padding-bottom: 7px;
}
.article_style .products_news_list a {
  padding-bottom: 6px;
}
.article_style .products_news_list p {
  height: 45px;
  margin-top: -3px;
  line-height: 160%;
  margin-bottom: 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .products_news_list a:hover img {
    opacity: 0.1;
    -webkit-filter: opacity(1);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .products_news_list a:hover span {
    top: 15%;
    opacity: 1;
    -webkit-filter: opacity(1);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .index_padding .products_news_list a:hover span {
    top: 22%;}
  .edm_style .products_news_list a:hover span {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .index_padding .products_news_list a:hover span {
    top: 27%;
  }
  .products_news_list a:hover span {
    top: 20%;
  }
  .edm_style .products_news_list a:hover span {
    top: 37%;
  }
}
@media (min-width: 1200px) {
  .index_padding .products_news_list a:hover span {
    top: 30%;
  }
  .products_news_list a:hover span {
    top: 25%;
  }
  .edm_style .products_news_list a:hover span {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .products_news {
    background: #fff url(../images/bg_blue.png) center bottom -120px repeat-x;
  }
  .products_news_list {
    padding: 7px;
    margin: 0;
  }
}

/*SLOGAN*/
.ew_slogan {
  background: #fff7ee;
  color: #162960;
}
.ew_slogan h2 {
  margin: 15px 0 10px;
  padding: 0 27px;
  line-height: 140%;
  font-weight: 600;
  font-style: italic;
  font-size: 2em;
}
.ew_slogan p {
  padding: 0 27px;
  font-size: 1.15em;
  line-height: 200%;
}
a.btn_contactus {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #162960;
  width: 70%;
  margin: 59px auto 10px;
  padding: 10px 30px;
  font-size: 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
a.btn_contactus i {
  padding-right: 10px;
}
a.btn_contactus:hover {
  width: 80%;
  color: #FFF;
  background: #152f7a;
}
@media (max-width: 991px) {
  a.btn_contactus {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ew_slogan {
    padding: 20px 0;
  }
  .ew_slogan h2,
  .ew_slogan p {
    padding: 0 15px;
  }
}

.ew_line {
  height: 5px;
  background: linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(21, 47, 122, 1) 0%,
    rgba(18, 18, 18, 1) 100%
  );
}

/*----------------------------------------------------------------------------------PAGE*/

/*路徑*/
.path {
  background: #f2f2f9;
  border-bottom: 1px #e9ebf1 solid;
  font-size: 1em;
}
#pathway {
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: right;
  line-height: 180%;
}
#pathway span {
  color: #787878;
  font-weight: 400;
}
#pathway i {
  padding: 0 15px;
  color: #152f7a;
}
#pathway a {
  color: #152f7a;
}
#pathway a:hover {
  color: #333;
}
@media (max-width: 767px) {
  #pathway {
    padding: 10px 5px;
  }
}

/*PAGE TITLE*/ /*220707*/
.page_title {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  border-bottom: 2px #152f7a solid;
}
.page_title h1 {
  margin: 0;
  padding: 10px 0 10px 40px;
  font-size: 1.8em;
  font-weight: 400;
  background: transparent url(../images/icon_title.png) left center no-repeat;
  position: relative;
  line-height: 160%;
  color: #333;
}
.page_title h1 span {
  padding-left: 10px;
  font-size: 0.6em;
  color: #152f7a;
}
.page_title select {
  float: right;
  width: auto;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page_title {
    margin: 0 0 15px;
  }
  .page_title h1 {
    font-size: 1.5em;
  }
  .page_title select {
    margin-right: 0;
  }
}

/*換頁*/
.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 15px;
  }
}
.pagination > li > a,
.pagination > li > span {
  color: #152f7a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination li a:hover {
  background-color: #152f7a;
  border-color: #152f7a;
  color: #fff;
}

/*BTN*/
.line_button {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 20px auto 30px;
}
.line_button a {
  border: 1px #121212 solid;
  background: #121212;
  padding: 10px 40px;
  font-size: 1.1em;
  color: #fff !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.line_button a i {
  padding-right: 10px;
}
.line_button a:hover {
  padding: 10px 50px;
  background: #fff;
  color: #121212 !important;
}

/*網頁編輯內容*/  
.page_content {
  float: left;
  width: 100%;
  height: auto;
}
.page_content h3 {
  margin: 0 0 5px;
  font-size: 1.2em;
  color: #152f7a;
  line-height: 160%;
  font-weight: 500;
}
.page_content h4 {
  margin: 0 0 5px;
  font-size: 1.2em;
  color: #121212;
  line-height: 160%;
  font-weight: 500;
}
.page_content .qa_style:hover h4 {
  color: #c96a6b;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page_content p {
  font-size: 1.15em;
  margin-bottom: 20px;
  line-height: 200%;
  color: #555;
}
.page_content a {
  color: #121212;
}
.page_content a:hover {
  color: #111;
}
.page_content .box {
  padding: 0 5px;
}
.page_content .box img {
  margin-top: 5px;
  margin-bottom: 25px;
}

/*TABLE*/
.page_content_table {
  margin: 10px 0 15px;
  font-size: 1em;
  text-align: center;
  overflow: auto;
  width: 100%;
  height: 600px;
}

.page_content_table table {
  table-layout: fixed;
}
@media (max-width: 991px) {
  .page_content_table table {
    width: 1100px;
  }
}

.page_content_table thead tr th {
  position: sticky;
  top: 0;
}
.page_content_table td:first-child,
.page_content_table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #152f7a;
}
.page_content_table td:first-child {
  background: #c8d5f7;
}
.page_content_table th:first-child {
  z-index: 2;
}

.page_content_table th {
  font-weight: 400 !important;
  padding: 9px 5px;
  background: #35509b;
  color: #fff;
  vertical-align: middle !important;
  text-align: center;
  border-bottom: 3px #fff solid;
  line-height: 160%;
}
.page_content_table td {
  border-bottom: 3px #fff solid;
  background: rgba(21, 47, 122, 0.1);
  vertical-align: middle;
  padding: 9px 10px;
  line-height: 160%;
}
.page_content_table tr:hover td {
  background: #f9f6d8;
}
.page_content_table a {
  color: #152f7a;
}
.page_content_table a i {
  color: #f1a03b;
  padding-right: 10px;
}
.page_content_table a:hover {
  color: #ea513e;
}
@media (max-width: 767px) {
  .page_content_table {
    margin: 10px 0 15px;
    font-size: 1em;
  }
  .page_content_table th {
    padding: 7px 5px;
  }
  .page_content_table td {
    padding: 7px 10px;
  }
}

.modal_txt img {
  margin-top: 10px;
}
.modal_txt p {
  font-size: 1.05em;
  line-height: 160%;
}

.modal_table {
  margin: 10px 0 0;
  font-size: 1em;
  width: 100%;
}
.modal_table th {
  width: 50%;
  font-weight: 400 !important;
  padding: 9px 10px;
  background: #121212;
  color: #fff;
  vertical-align: middle !important;
  text-align: center;
  border-bottom: 3px #fff solid;
  line-height: 160%;
}
.modal_table td {
  border-bottom: 3px #fff solid;
  background: rgba(134, 202, 179, 0.15);
  vertical-align: middle;
  text-align: center;
  padding: 9px 10px;
  line-height: 160%;
}

.numlist {
  margin-top: 5px;
  padding-left: 20px;
  color: #777d80;
}
.numlist li {
  list-style-type: decimal;
  font-size: 1.15em;
  padding-bottom: 0;
  line-height: 200%;
  font-family: "Noto Sans SC", "Microsoft JhengHei";
}
.numlist.addheight li {
  padding-bottom: 10px;
}
.numlist li ul li {
  font-size: 1em;
  list-style-type: upper-alpha;
}
.numlist li ul li ul li {
  font-size: 1em;
  list-style-type: lower-alpha;
}

.download_area {
  margin-top: 10px;
  margin-bottom: -10px;
}
.download_area a {
  display: inline-block;
  width: 100%;
  color: #152f7a;
  padding: 10px 15px;
  font-size: 1.15em;
  margin-bottom: 15px;
  line-height: 180%;
  background: rgba(21, 47, 122, 0.1);
  border: 1px #121212 solid;
  border-radius: 4px;
}
.download_area a i {
  font-size: 0.8em;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: #121212;
  color: #fff;
  margin-right: 8px;
  -webkit-border-radius: 80%;
  -moz-border-radius: 80%;
  border-radius: 80%;
}
.download_area a:hover {
  color: #fff;
  background: #152f7a;
}
.download_area a:hover i {
  color: #121212;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*-------------------------------------------------------------------------------------------------------商品詳細頁*/

/*商品圖*/
.product_detail_pic {
  padding-bottom: 0;
  position: relative;
}
.product_detail_pic div {
  padding: 0px 8px 10px;
}
.product_detail_pic img {
  border: 1px #e2e2e2 solid;
  margin-bottom: 5px !important;
}
.product_detail_pic img:hover,
.product_detail a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product_detail_pic .btn_more {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
.product_detail_pic .btn_more a {
  display: inline-block;
  font-size: 0.95em;
  padding: 3px 15px 2px;
  margin: 3px 8px 15px;
  color: #121212;
  border: 1px #121212 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product_detail_pic .btn_more a:hover {
  background: #121212;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.products_memo p a {
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px #121212 solid;
}
.products_memo p a:hover {
  color: #333;
  border-bottom: 1px #333 solid;
}
@media (min-width: 768px) {
  .products_memo p a:hover {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .products_memo p {
    font-size: 1.05em;
  }
}
.products_memo p {
  margin-bottom: 0;
}

/*商品資訊*/
.product_detail {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.product_detail .prodrcts_title {
}
.product_detail .prodrcts_title h2 {
  font-size: 1.5em;
  line-height: 140%;
  padding: 0;
  margin: 0 0 5px;
  color: #152f7a;
  font-weight: 400;
}
.product_detail .prodrcts_title h3 {
  font-size: 1.1em;
  line-height: 140%;
  padding: 0;
  margin: 0 0 15px;
  color: #121212;
  font-weight: 400;
}
.product_detail .prodrcts_title img {
  border: 1px #ddd solid;
  margin-bottom: 10px;
}
.product_detail .prodrcts_title p {
  color: #666;
  margin: 0;
}
.ew_addthis {
  float: right;
  height: 47px;
  margin-top: 10px;
  margin-bottom: -5px;
}
.ew_addthis .addthis_inline_share_toolbox_6kp0 {
  position: relative;
  min-width: 138px;
}
.ew_addthis .addthis_inline_share_toolbox_6kp0 p.txt_blue {
  position: absolute;
  top: 7px;
  left: -63px;
}
.page_content .ew_addthis {
  margin-top: -10px;
  margin-bottom: 10px;
}

a.products_tag {
  display: inline-block;
  background: #fff;
  padding: 5px 13px;
  margin: 0 5px;
  font-size: 1em;
  color: #121212 !important;
  border: 1px #121212 solid;
}
a.products_tag:hover {
  color: #fff !important;
  background: #121212;
  border: 1px #121212 solid;
}

/*商品條列資訊*/
.product_detail_list {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.product_detail_list li {
  font-size: 1.1em;
  margin-bottom: 20px;
}
.product_detail_list li p {
  font-size: 1.05em;
  line-height: 200%;
  margin-bottom: 0;
  color: #777d80;
}

.product_detail .info_tag {
  float: left;
  width: 100%;
  height: auto;
  line-height: 200%;
  padding-top: 30px;
  margin-bottom: 5px;
  font-size: 1.15em;
  text-align: center;
  border-bottom: 2px #ddd solid;
}
@media (max-width: 767px) {
  .product_detail .info_tag {
    margin-top: -10px;
    padding-top: 0;
  }
}
.product_detail .info_tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_detail .info_tag li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_detail .info_tag a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border-bottom: 4px transparent solid;
  color: #888e91;
}
.product_detail .info_tag a:hover,
.product_detail .info_tag .active a {
  color: #152f7a;
  border-bottom: 4px #152f7a solid;
  background: #fff;
}

.product_detail .info_tag_show {
  float: left;
  width: 100%;
  height: auto;
  line-height: 180%;
  padding-top: 20px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  font-size: 1.15em;
}
.product_detail .info img {
  margin-top: 10px;
  margin-bottom: 15px;
}

.product_detail .info {
  float: left;
  width: 100%;
  height: auto;
  line-height: 180%;
  padding-top: 15px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  font-size: 1em;
}
.product_detail input,
.product_detail select {
  font-size: 1em;
  height: auto;
}
.product_detail .btn_buy {
  padding: 5px;
}
@media (max-width: 767px) {
  .product_detail .btn_buy {
    padding: 5px;
  }
}
.product_detail .btn_buy a {
  text-align: center;
  padding: 10px 10px;
  font-size: 1.05em;
  display: inline-block;
  border-radius: 0;
  width: 100%;
}
.product_detail .btn_buy a i {
  padding-top: 3px;
}
.product_detail .btn-first {
  background: #152f7a; /*220707*/
  color: #fff;
}
.product_detail .btn-second {
  background: #121212; /*220707*/
  color: #fff;
}
.product_detail .btn-first:hover,
.product_detail .btn-first:focus,
.product_detail .btn-second:hover,
.product_detail .btn-second:focus {
  background: #121212; /*220707*/
  color: #fff !important;
}

/*NEWS*/
.news_list ul {
  margin: 5px 0 15px;
  padding: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
}
.news_list li {
  margin: 0;
  padding: 15px 25px 10px;
  width: 100%;
  height: auto;
  border-bottom: 1px #ddd solid;
  font-size: 1.15em;
}
.news_list li a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li.title {
  background: #121212;
  border: 0 !important;
}

.page_padding .news_list li.title a,
.page_padding .news_list li.title span {
  color: #fff;
  cursor: default;
}

.news_list span.date {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}
.news_list li:hover {
  border-left: 5px #152f7a solid;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news_list li:hover a,
.news_list li:hover span {
  color: #152f7a;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .news_list li {
    padding: 7px 10px;
  }
  .news_list li {
    padding: 10px 10px 5px;
    font-size: 1.1em;
  }
  .news_list li.title {
  }
  .news_list span.date {
    display: inline-block;
    width: 100px;
  }
}

/*登入表單*/
.form-signin {
  padding: 30px 0;
}
.form-signin .tip {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.15em;
  color: #555;
}
.form-signin .tip a {
  color: #333;
}
.form-signin .tip a:hover {
  color: #132050;
}
.form-signin .tip p {
  font-size: 1em;
  line-height: 175%;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.15em;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .middle {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-signin .bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.contact-form {
  padding: 15px 15px 0;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0 15px;
  }
}
.contact-form .form-control {
  height: auto;
  font-size: 1.1em;
}
.contact-form .btn-lg {
  font-size: 1.2em;
  border-radius: 4px;
  margin-bottom: 6px;
}
.form-control {
  font-family: "Noto Sans SC";
  color: #333;
}

/*聯絡我們*/  
.form_style {
  margin-top: 5px;
  font-size: 1.1em;
}
.form_style label {
  font-size: 1.05em;
  margin-bottom: 5px;
  font-weight: 500;
  color: #444;
}
@media (max-width: 767px) {
  .form_style label {
    margin-bottom: 8px;
  }
}
.form_style h3 {
  padding: 0 0 0 3px;
}
.form_style input,
.form_style textarea,
.form_style select {
  height: auto;
  font-size: 1.02em !important;
}
.form_style button {
  font-size: 1.05em !important;
  color: #fff;
  margin: 10px 2.5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.form_style button.btn_style {
  font-size: 0.9em !important;
  margin: 0;
}
.form_style .form-group {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form_style .form-group {
    margin-bottom: 20px;
  }
}
.page_content .form_style img {
  margin-bottom: 0;
}
.form_style p.memo {
  font-size: 0.9em;
  margin: 0;
  padding-top: 5px;
}

/*SINGUP*/
.signup_padding {
  padding: 0 10px;
}
.signup_area.stock_margin {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .form_style button {
    margin: 10px 0 0 0;
  }
  .signup_padding {
    padding: 0;
  }
  .signup_area.stock_margin {
    margin-top: -30px;
  }
}

/*ABOUTUS*/
.ew_aboutus_A {
  padding: 90px 50px 180px;
}
.ew_aboutus_A h2 {
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 180%;
  font-size: 1.8em;
  letter-spacing: 1px;
  font-weight: 500;
}
.ew_aboutus_A h2 span {
  color: #152f7a;
  font-size: 1.5em;
}
.ew_aboutus_A h3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px;
  line-height: 180%;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 500;
  background: url(../images/bg_blueline.png) repeat-x;
  background-position: 0 18px;
}
.ew_aboutus_A h3 span {
  padding: 0 0 0 15px;
  background: #fff;
}
@media (max-width: 1200px) {
  .ew_aboutus_A {
    padding: 40px 50px 120px;
  }
}
@media (max-width: 992px) {
  .ew_aboutus_A {
    padding: 20px 50px 80px;
  }
}
@media (max-width: 767px) {
  .ew_aboutus_A {
    padding: 5px 10px 120px;
  }
  .ew_aboutus_A h2 {
    font-size: 1.4em;
  }
  .ew_aboutus_A h3 {
    font-size: 1.2em;
  }
  .ew_aboutus_A p {
    margin-bottom: 10px;
  }
}

.ew_aboutus_B {
  margin-top: -130px;
}
.ew_aboutus_B .col-xs-12 {
  padding: 0 30px;
}
.ew_aboutus_B .col-xs-12 img {
  background: #121212;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ew_aboutus_B .col-xs-12:hover img {
  background: #152f7a;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ew_aboutus_B h2,
.ew_aboutus_C h2 {
  color: #152f7a;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 500;
}
.ew_aboutus_B p,
.ew_aboutus_C p {
  font-size: 1.15em;
  margin-bottom: 10px;
  line-height: 180%;
  color: #555;
}

.ew_aboutus_C h2 {
  line-height: 140%;
  font-size: 2.5em;
}
.ew_aboutus_C p {
  margin-bottom: 20px;
}
.ew_aboutus_C img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ew_aboutus_C h2 {
    font-size: 1.8em;
  }
}

/*聯絡我們*/
.contact_style {
  margin-top: 20px;
  font-size: 1.08em;
}
.contact_style label {
  font-size: 1.05em;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact_style input,
.contact_style textarea,
.contact_style select {
  height: auto;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px #121212 solid;
  color: #152f7a;
  font-size: 1.05em !important;
}
.contact_style .form-control:focus {
  border-color: #152f7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact_style button {
  font-size: 1.05em !important;
  color: #152f7a;
  background: #fff;
  border: 1px #152f7a solid;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  margin: 10px 0 0 5px;
  padding: 7px 25px 7px 27px;
}
.contact_style button:hover, .contact_style button:active, .contact_style button:focus {
  background: #152f7a;
  border-color: #152f7a;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact_style .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact_style {
    margin-top: 15px;
    padding: 0;
  }
  .contact_style .form-group {
    margin-bottom: 20px;
  }
}

/*TABLE*/
.page_content_table2 {
  margin: 10px 0 -10px;
  font-size: 1em;
  text-align: center;
  overflow: auto;
  width: 100%;
}
.page_content_table2 th {
  font-weight: 400 !important;
  padding: 9px 5px;
  background: #152f7a;
  color: #fff;
  vertical-align: middle !important;
  text-align: center;
  border-bottom: 3px #fff solid;
  line-height: 160%;
}
.page_content_table2 td {
  border-bottom: 3px #fff solid;
  background: rgba(21, 47, 122, 0.1);
  vertical-align: middle;
  padding: 9px 10px;
  line-height: 160%;
}
.page_content_table2 tr:hover td {
  background: #f9f6d8;
}
.page_content_table2 a:hover {
  color: #ea513e;
}
@media (max-width: 767px) {
  .page_content_table2 {
    margin: 10px 0 15px;
    font-size: 1em;
  }
  .page_content_table2 th {
    padding: 7px 5px;
  }
  .page_content_table2 td {
    padding: 7px 10px;
  }
}

/* 20200819 */
.product_table_select > div {
  background: #eef1fa;
  padding: 15px 0;
  margin: 15px 0;
}
.product_table_select .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  label {
    padding-top: 6px;
    margin: 0;
  }
}

/*0929*/
.Btn-prev,
.Btn-next {
  background: #6994b9;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev,
.slick-next {
  color: blue;
}

/*------------------購物車列表------------------*/ /*220707*/
.cart_item {
  float: left;
  box-sizing: border-box;
  margin: -15px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.product_list_cart {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px #ddd solid;
}
.product_list_cart .pic {
  float: left;
  height: 85px;
  margin-right: 10px;
}
.product_list_cart .pic img {
  height: 85px;
}
.product_list_cart .name {
  width: auto;
  height: auto;
  font-size: 1.15em;
  margin-top: 3px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .cart_item {
    margin: 10px 0;
  }
  .product_list_cart .name {
    font-size: 1.1em;
  }
}

.product_list_cart .count {
  width: auto;
  height: auto;
  font-size: 1.1em;
  margin-top: 5px;
  color: #888;
  font-family: "Noto Sans SC", "Microsoft JhengHei";
}
.product_list_cart .count span {
  color: #ff6600;
}
.product_list_cart .price {
  float: left;
  width: auto;
  height: auto;
  margin-top: 8px;
  font-size: 1.2em;
  color: #0d9ac8;
  font-family: "Noto Sans SC", "Microsoft JhengHei";
  font-weight: 500;
}
.product_list_cart .price span {
  height: auto;
  font-size: 0.9em;
  color: #bbb;
  font-weight: normal;
  padding: 0 7px;
  text-decoration: line-through;
}
.product_list_cart .memo {
  float: left;
  width: auto;
  height: auto;
  margin-top: 8px;
  font-size: 1em;
  color: #ff6600;
  text-shadow: 0 1px 0 #fff;
  font-family: "Noto Sans SC", "Microsoft Yahei";
  font-weight: 500;
}
@media (max-width: 500px) {
  .product_list_cart .memo {
    float: left;
    width: auto;
    height: auto;
    margin-left: 85px;
  }
}
.memo {
  font-size: 0.9em;
  color: #0d9ac8;
  text-shadow: 0 1px 0 #fff;
  font-family: "Noto Sans SC", "Microsoft Yahei";
  font-weight: 500;
}
.product_list_cart .state {
  float: left;
  width: auto;
  height: auto;
  padding-top: 10px;
  font-size: 1.1em;
  color: #0d9ac8;
  font-family: "Noto Sans SC", "Microsoft Yahei";
  font-weight: 500;
}
.product_list_cart .btns {
  width: auto;
  height: auto;
  float: right;
  margin-top: 5px;
}
.product_list_cart .btns button {
  font-size: 0.95em;
  margin-left: 5px;
}

/*TOOL*/ /*220707*/
span.cart_num {
  position: absolute;
  bottom: 10px;
  right: -12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #121212;
  font-size: 0.7em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*CONTACT*/ /*220707*/
.contact {
  padding: 0;
  margin: 10px 0 -20px !important;
}
.contact form > .col-xs-12 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .contact label {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact form > .col-xs-12 {
    margin-bottom: 15px;
    padding: 0;
  }
}
.contact label {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 5px;
}
.contact form label {
  font-size: 1.1em;
}
.contact form label small {
  color: #fdc705;
}
.contact span {
  line-height: 180%;
  font-size: 1.1em;
}
.sm-form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 14px;
  font-size: 1.1em;
  color: #0c496c;
  background-color: #fff;
  background-image: none;
  border: none;
  border: 1px solid #eee;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.sm-form-control:focus {
  border-color: #00496d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact button[disabled],
.contact input[disabled],
.contact textarea[disabled] {
  cursor: default;
  color: #aaa;
}
.contact select[disabled] {
  cursor: default;
  color: #888;
  border-bottom: 2px solid #e1e1e1;
}
.contact p.memo {
  font-size: 1.05em;
  margin: 0;
  padding-top: 10px;
}
.modal_product_detail_list .contact {
  font-size: 0.95em !important;
}
.modal_product_detail_list .contact input,
.modal_product_detail_list .contact select,
.modal_product_detail_list .contact textarea {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .modal_product_detail_list .contact {
    padding: 0 10px !important;
  }
}

/*CHECKBOX*/ /*220707*/
ul.checkbox_list {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.checkbox_list li {
  position: relative;
  font-size: 1.15em;
  line-height: 160%;
  padding: 3px 5px 3px 28px !important;
  margin-bottom: 0 !important;
}
ul.checkbox_list li a {
  color: #666;
}
ul.checkbox_list li a:hover {
  color: #111;
}
ul.checkbox_list li i {
  color: #152f7a;
  position: absolute;
  top: 8px;
  left: 5px;
}

/*MANUFACTURER*/ /*220707*/
.product_table_select > div.manufacturer_letter {
  margin: 5px 0 20px;
}
.manufacturer_letter ul {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}
.manufacturer_letter ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 5px 0;
  font-size: 1.2em;
  border-right: 1px #ccc solid;
}
.manufacturer_letter ul li a {
  padding: 0 15px;
}
.manufacturer_letter ul li.active a {
  color: #333;
}
.manufacturer_letter ul li a:hover {
  color: #132050;
}
@media (max-width: 767px) {
  .manufacturer_letter ul {
    padding: 0 5px;
  }
  .manufacturer_letter ul li {
    text-align: center;
    width: 20%;
    margin: 3px 0;
  }
  .manufacturer_letter ul li:nth-child(5n) {
    border-right: 0px #aaa solid;
  }
  .manufacturer_letter ul li a {
    padding: 10px 15px;
  }
}

.manufacturer_area h3 {
  margin: 0;
  padding: 0;
  color: #121212;
}
.manufacturer_area ul.checkbox_list {
  margin-bottom: 30px;
}
.manufacturer_area ul.checkbox_list a {
  color: #132050;
}
.manufacturer_area ul.checkbox_list a:hover {
  color: #121212;
}

.productTitleScroll {
  transform: translateX(0);
  transition: 3s;
  white-space: nowrap;
}
.right_block {
  position: absolute;
  right: -15px;
  top: 0px;
  z-index: 1;
  width: 15px;
  background-color: #FFF;
}

/*ShareThis 2307*/
.product_detail .prodrcts_title .ew_addthis img{
  border: 0px #ddd solid;
  margin-bottom: 0;}

  /*240820 favorite*/
.products_news_area{
	position: relative;}
.favorite_style{
	position: absolute !important;    
	top: 0px;
  right: 15px;
	z-index: 1;}
.products_news_area .favorite_style{
  top: 0;
  right: 15px;}
.favorite_style a{
	display: inline-block;
	font-size: 1.3em;
	padding:8px 12px;
	text-align: center;
	color: #152f7a;
	background: #FFF;
    box-shadow: none;}
.products_news_area .favorite_style a{
	font-size: 1.1em;
	padding: 7px 10px;
	width: 35px;
	height: 35px;
	background: #FFF;}
.product_detail_pic .favorite_style a{
	font-size: 1.5em;
	padding: 7px;
	width: 45px;
	height: 45px;
	border: 1px #e2e2e2 solid;
	background: #FFF;}
.favorite_style a:hover{
  color: #FFF;
	background: #152f7a;}
.favorite_style a.like{
	font-weight: 900; 
	font-family: "Font Awesome 5 Free";}
.favorite_style a.like::before{
	color: #152f7a;
	content: "\f067";}
.favorite_style a:hover.like::before{
	content: "";}
.favorite_style a:hover.like::after{
	color: #FFF;
	content: "\f00c";}
.my_favorite{}
.my_favorite a{
	padding-top: 10px !important;
	background: #152f7a !important;}
.my_favorite i{
	color: #FFF !important;}

@media (max-width: 767px){
.favorite_style{
	right: 0;}
.products_news_area .favorite_style{
	top: 7px;
	right: 7px;}}

.manufacturer_letter.menu_center {
	width:100%;
	height:auto;
	text-align: center;}
.manufacturer_letter.menu_center ul{
	display: inline-block;
	list-style-type:none;
	margin:0 auto;
  width: auto !important;
}
.manufacturer_letter.menu_center ul li{
	display: inline-block;
	margin:0;
	padding:0;
	text-align:center;}	
.manufacturer_letter.menu_center ul li:nth-child(even){
	border: none;}	
.manufacturer_letter.menu_center a{
	display:inline-block;
  color: #aaa;}
@media (max-width: 767px) {
.product_table_select > div.manufacturer_letter.menu_center {
    margin: 5px 0 10px;}
.manufacturer_letter.menu_center ul li {
	width: auto;
	margin:0;}
.manufacturer_letter.menu_center ul li a{
	padding: 0 15px;}}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px !important;
  background: #FFF url(../images/chevron-down-solid.png) right 10px center no-repeat !important;
  background-size: auto 20% !important;}