body {
  font-family: "Microsoft JhengHei", "Arial";
  font-size: 16px;
  line-height: 28px;
/* 禁用文本选择 */
      -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Non-prefixed version, currently supported by Chrome */
}
img {
  max-width: 100%;
}
a {
  transition: all 0.4s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
#index_container,
#container {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.modal {
  z-index: 3000;
}
.modal-body .close {
  float: right;
  font-size: 35px;
  padding: 0 0 10px;
  position: relative;
  z-index: 10;
}
.block-B,
#pdf-download {
  display: none;
}
.btn-more,
.btn {
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 0;
}
.btn-cart {
  /*padding: 8px 12px;*/
}
.btn-more {
  position: relative;
  padding: 6px 25px 6px 12px;
}
.btn-more:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  top: 8px;
  right: 13px;
}
.btn-more:hover:after {
  right: 10px;
}
#full_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
}
div.full-bg-1 {
  background-position: top center;
}
.row-margin-0 {
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb > li + li:before {
  color: #ea4f12;
}
/* ===============
   彈跳視窗
=============== */
.modal {
  padding: 0 !important;
}
.modal button.close {
  position: relative;
  z-index: 1500;
  padding: 0;
  margin-bottom: 10px;
  font-size: 35px;
}
.modal-content {
  border-radius: 0;
}
/* ===============
   color
=============== */
/*全站文字顏色*/
body {
  color: #000;
}
/*header top 背景色 下方CSS*/
#header-top-bg {
}
/*header bottom 背景色 下方CSS*/
#header-bottom-bg {
}
/*nav 滑過背景色 下方CSS*/
#mainnav #main_menu li a:hover,
#mainnav #main_menu li a:focus,
#mainnav #main_menu li a:active {
}
/*主要色系*/
.base_color {
  color: #000;
}
/*主要色系背景色*/
.base-color-bg {
  background-color: #000;
}
/*主要色系邊框色*/
.base-color-border {
  border-color: #000;
}
/*次要色系*/
.sec-color {
  color: #ffc602;
}
/*次要色系背景色*/
.sec-color-bg {
  background-color: #ffc602;
}
/*次要色系背景色的文字顏色*/
.sec-color-bg-text {
  color: #000;
}
/*次要色系邊框色*/
.sec-color-border {
  border-color: #ffc602;
}
/*產品價格字體色*/
.price-color {
  color: #c00;
}
/*首頁ABOUT H3 字體+邊框顏色*/
#index_company h3.title a {
  color: #fff;
}
#index_company h3.title {
  border-bottom-color: #fff;
}
/*首頁NEWS H3 字體+邊框顏色*/
#index-news h3.title a {
  color: #000;
}
#index-news h3.title {
  border-bottom-color: #000;
}
/*內頁H1字體色*/
h1.page-header {
}
/*btn-more 背景色+字體色*/
.btn,
.btn-more {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  background-color: #ffc602;
  color: #000;
  border-color: #ffc602;
}
/*點綴色系A*/
.color-adorn-A {
  color: #fff;
}
.color-adorn-A {
  color: #ccc;
}
.star {
  color: #c00;
}
#contact-float {
  position: fixed;
  bottom: 12%;
  right: 0;
  z-index: 100;
}
#contact-float ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#contact-float li a {
  color: #fff;
  font-size: 22px;
  padding: 12px;
  text-align: center;
  display: block;
}

#contact-float li {
  width: 55px;
  height: 55px;
  line-height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7742+0,ff4300+100 */
  background: rgb(255, 119, 66); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(255, 119, 66, 1) 0%,
    rgba(255, 67, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 119, 66, 1) 0%,
    rgba(255, 67, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 119, 66, 1) 0%,
    rgba(255, 67, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7742', endColorstr='#ff4300',GradientType=1 ); /* IE6-9 */
}
#contact-float li i.fa.fa-google-plus {
  background: url(/images/line_icon_o.png);
  height: 30px;
  width: 30px;
  background-size: auto 100%;
}

#contact-float li i.fa.fa-google-plus:before {
  display: none;
}

li.inside_phone {
  background: #666;
}
li.inside_phone a:hover,
li.inside_phone a:focus {
  background: #333;
}
.icon_line img {
  height: 24px;
  width: auto;
  opacity: 1;
}
.facebook a:hover,
.facebook a:focus {
  background: #3a5897;
}
/* ===============
   內文 標題 段落
=============== */
h3 {
  color: #ffc602;
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0 15px;
  line-height: 28px;
}
h4 {
  color: #ffc602;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
}
h5 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px;
  line-height: 25px;
}

h6 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
h6:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #000;
  margin-right: 5px;
}
p {
  color: #000;
  margin: 0 0 15px;
  word-wrap: break-word;
}
ul {
  padding-left: 30px;
  margin: 0 0 20px;
  list-style: disc;
}
ol {
  padding-left: 10px;
  margin: 0 0 20px;
  list-style: inside decimal;
}
ul li,
ol li {
  margin-bottom: 7px;
  line-height: 25px;
}
.txtNormal img {
  max-width: 100%;
  padding: 5px;
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
a {
  color: #000;
}
a:hover,
a:focus,
a:active {
  color: #ffc602;
}
.txtNormal {
  padding: 10px 15px 30px;
}
.txtNormal .zone-padding {
  padding-left: 0;
  padding-right: 0;
}
table {
  border: solid #f9a17f thin;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
table tr:nth-child(odd) {
}
table tr:first-child {
  background: #f9a17f;
  color: #fff;
}
table tr:first-child p {
  color: #fff;
}
table td {
  padding: 5px;
}
table td p {
  margin: 0 !important;
  padding: 0;
}
.title {
  text-align: center;
  display: inline-block;
  font-style: italic;
  margin: 0 0 35px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  color: #fff;
}
/* =====================================================
   header
===================================================== */
#header {
  position: fixed;
  top: 0;
  z-index: 89;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transition: all 0.4s ease;
}
#header-top-in {
}
#header-top-bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#other-nav {
}
#other-nav li {
  margin: 0;
  color: #fff;
}
#other-nav li a {
  color: #fff;
  padding: 8px 15px;
}
#other-nav li.open .dropdown-toggle {
  background-color: #000;
  color: #fff;
}
#other-nav li a.dropdown-toggle:hover,
#other-nav li a.dropdown-toggle:focus,
#other-nav li a.dropdown-toggle:active {
  background-color: #000;
  color: #fff;
}
#other-nav .dropdown-menu {
  min-width: inherit;
}
#other-nav .dropdown-menu a {
  color: #000;
}
#other-nav .dropdown-menu a:hover,
#other-nav .dropdown-menu a:focus,
#other-nav .dropdown-menu a:active {
  background-color: #000;
  color: #fff;
}
#other-nav li a:hover,
#other-nav li a:focus,
#other-nav li a:active {
}
#other-nav .panel-body {
  padding: 5px 15px;
}
#header-bottom-in {
}
#header-bottom-bg {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background-color: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
#qsearch {
  text-align: right;
}
#qsearch .form-control {
  border-radius: 0;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
#qsearch .form-group {
  display: inline-block;
  margin-bottom: 0;
}
#qsearch .input-group {
  margin: 0;
}
.qsearch-ul {
  padding: 0;
}
.qsearch-ul li {
  width: 200px;
}
#member_area {
}
#member_area a.dropdown-toggle {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#member_area .dropdown-menu {
  right: 0;
  left: auto;
}
/* ===============
   跑馬燈
=============== */
#lamp {
  display: block;
  margin-top: 6%;
  margin-bottom: 0;
  background-color: rgba(234, 79, 18, 0.8);
  width: 100%;
  color: #ffc602;
}

.lamp_set {
  background-color: #ea4f12;
  padding: 6px;
  color: #fff;
}

marquee {
  line-height: initial;
  display: block;
}
#lamp .txtNormal {
  margin: 0;
  padding: 0;
}
/* ===============
   logo
=============== */
#company_logo {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#company_logo a {
  display: inline-block;
  padding: 4px 5px;
}
#company_logo a img {
  width: auto;
  height: 60px;
}
#language_area ul {
  padding: 0;
  margin: 0;
}
/* ===============
   NAV
=============== */
.navbar-collapse {
  padding: 0;
}
#mainnav-box {
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
#headerlang {
  background-color: rgba(0, 0, 0, 0.5);
}
#mainnav {
  border: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  min-height: inherit;
  background: none;
}
#mainnav #main_menu {
  width: 100%;
  text-align: right;
}
#mainnav #main_menu li {
  display: inline-block;
  float: none;
  margin: 0 -1px;
}
#mainnav #main_menu li a {
  color: #000;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease !important;
  font-size: 14px;
  position: relative;
  padding: 26px 7px;
}
#mainnav #main_menu li a:hover,
#mainnav #main_menu li a:focus,
#mainnav #main_menu li a:active {
  color: #fff;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
  background: #ec6539;
}
#mainnav #main_menu li.open a.dropdown-toggle {
  color: #fff;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
  background: #ec6539;
}
#mainnav .dropdown-menu {
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
}
#mainnav .dropdown-menu li {
  width: 100%;
  background-color: #fff;
}
#mainnav .dropdown-menu li a {
  display: block;
  padding: 12px 15px !important;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}
#mainnav .dropdown-menu li a:hover,
#mainnav .dropdown-menu li a:focus,
#mainnav .dropdown-menu li a:active {
  text-shadow: none !important;
  color: #fff !important;
  background-color: rgb(71, 71, 71);

  background: -moz-linear-gradient(
    top,
    rgba(71, 71, 71, 1) 1%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(71, 71, 71, 1)),
    color-stop(60%, rgba(17, 17, 17, 1)),
    color-stop(76%, rgba(43, 43, 43, 1)),
    color-stop(91%, rgba(28, 28, 28, 1)),
    color-stop(100%, rgba(19, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(71, 71, 71, 1) 1%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(71, 71, 71, 1) 1%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(71, 71, 71, 1) 1%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(71, 71, 71, 1) 1%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#131313', GradientType=0 );
}
#mainnav .dropdown-menu li:last-child {
  border: none;
}
/* ===============
   header 置頂
=============== */
body.sticky-header #mainnav-box {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.sticky-header #header {
  margin-top: 0;
}
/* =====================================================
   footer
===================================================== */
#footer {
  color: #000;
  padding-top: 10%;
  padding-bottom: 10%;
  clear: both;
  text-align: center;
}

#in-footer {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  position: relative;
}
#index_time {
  text-align: left;
  padding: 50px;
}
#index_time table {
  text-align: center;
  background: #fff;
}
#index_time table tr:first-child td {
  color: #fff;
}
#index_time table td {
  color: #000;
}
#cominfo i {
  display: inline-block;
  margin-bottom: 10px;
}
#cominfo {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff;
  padding: 50px;
  background: rgba(255, 112, 57, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#cominfo a {
  color: #fff !important;
}
#cominfo ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
#cominfo li {
  font-size: 18px;
}
#cominfo li:nth-child(1) {
  font-size: 25px;
}
/*blog*/

#footer-icon {
  padding: 15px 0 0;
  background-color: #333;
  display: none;
}
#blog_link {
  background-color: #333;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
}
#blog_link ul {
  padding: 0;
  margin: 0;
}
#blog_link ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}
#blog_link ul li a {
}
#blog_link ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#blog_link ul li a i {
  background-color: #fff;
  color: #333;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}

#blog_link ul li a:hover i,
#blog_link ul li a:focus i,
#blog_link ul li a:active i {
  color: #fff;
}
#blog_link li a .fa-facebook:hover {
  background-color: #3c5a9a;
}
#blog_link li a .fa-google-plus:hover {
  background-color: #df4b38;
}
#blog_link li a .fa-youtube:hover {
  background-color: #e01a2b;
}
#blog_link li a .fa-instagram:hover {
  background-color: #6a453b;
}
/*footer link*/
#footer_link {
  padding: 12px 0;
  background-color: #333;
}
#footer_link ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
#footer_link ul li {
  display: inline-block;
  margin: 0 3px;
  color: #efefef;
}
#footer_link ul li.copyright {
  margin: 0 0 5px 3px;
  width: 100%;
}
#footer_link ul li a {
  display: block;
  padding: 0;
  color: #efefef;
}
#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
  background: none;
  color: #ffc602;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 10px 7px;
  color: #fff;
}
.gototop i {
  line-height: 0.5em;
}
.gototop:hover,
.gototop:focus,
.gototop:active {
  color: #ffc602;
}
/* =====================================================
   index
===================================================== */
iframe {
  display: block;
}
#index-service figure {
}
#index-service figure a {
  color: #fff;
}
#index-product h4 {
  background: rgba(255, 255, 255, 0.6);
  padding: 12px 15px;
  text-align: center;
}
.owl-pagination {
  margin-top: 30px;
}
/* ===============
   首頁產品大類 tpl06特效
=============== */
#index-service {
  padding-top: 0;
  padding-bottom: 0;
}
#index-service .container {
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-align: left;
}
.grid figure img {
  position: relative;
  display: block;
  max-width: 101%;
  opacity: 1;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
#index-pro-box #in_block {
  text-align: center;
  padding-top: 20px;
}
#index-pro-box #in_block:nth-child(2n + 1) {
  clear: both;
}
#index-pro-box #in_block img {
  height: 80px;
  width: auto;
}
#index-pro-box #in_block p {
  font-size: 15px;
  min-height: 70px;
  margin: 0 0 15px;
  padding: 0 15px;
}
#index-pro-box #in_block h4 {
  font-size: 22px;
  color: #000;
  margin: 15px 0;
  padding: 0 15px;
  text-transform: uppercase;
}
#index-pro-box .btn {
}
#index-service figure {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
}
/* ===============
   ***** Oscar *****
=============== */
figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}
figure.effect-oscar figcaption {
  text-align: center;
}
figure.effect-oscar figcaption::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  content: "";
}
figure.effect-oscar h4 {
  margin: 0 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  font-weight: bold;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  font-size: 90%;
  text-transform: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-oscar:hover figcaption {
}
figure.effect-oscar figcaption::before,
figure.effect-oscar span {
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover span {
  opacity: 1;
  transform: scale(1);
  padding-top: 10px;
  font-size: 16px;
  text-shadow: 0 0 5px #222;
}
figure.effect-oscar:hover img {
  opacity: 0.4;
}
/* ===============
   index about
=============== */
#index_company {
  position: relative;
  padding: 8% 0;
  background-color: rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-repeat: no-repeat !important;
  transition: all 0.4s ease;
  width: 100%;
  overflow: hidden;
}
#index_company .text-align-box {
  text-align: center;
}
#index_company > .container > .row {
  background-color: rgba(255, 112, 57, 0.8);
}
#index_company_in {
  padding: 40px 40px;
  color: #fff;
}
#index_company_in h5,
#index_company_in h4 {
  color: #fff;
}
#index_company_in h3.title {
  font-size: 30px;
  font-family: "Fauna One", "微軟正黑體";
  color: #fff;
  font-weight: normal;
  line-height: 35px;
  margin: 0 0 15px;
}
#index_company_in p {
  color: #fff;
}
#index_company_in .btn {
  margin-top: 20px;
  background: #fff;
  color: #eb4f12;
}
#e-catalog {
  padding: 0;
}
/* ===============
   index products
=============== */
#index-product {
  display: none;
  padding-top: 8%;
  padding-bottom: 8%;
  background-size: cover;
}
#index-product h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  color: #000;
  font-size: 22px;
}
/* ===============
   index 首頁NEWS 與 型錄 區塊
=============== */
#index-news-e-catalog {
  padding-top: 8%;
  padding-bottom: 8%;
  display: none;
}
#index-news {
  text-align: center;
  color: #000;
  background-color: #fff !important;
}
#index-news .container {
  padding-left: 0;
  padding-right: 0;
}
#index-news .title {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#index-news a {
  color: #000;
}
#index-news .msgdate_span {
  width: 100%;
  display: block;
}
#index-news .msgtitle_span {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  color: #000;
}
#index-news .media-heading {
  margin: 0;
  padding-bottom: 5px;
}
#index-news .msgdate_span {
  font-size: 16px;
  color: #000;
}
#index-news .btn {
  color: #fff;
}
#index-news a .text {
  padding-top: 5px;
  padding-bottom: 5px;
}
#index-news .in-box {
}
#index-news .in-box:hover {
}
#index-news .in-box img,
#index-news .in-box .text {
  transition: all 0.4s ease;
}
#index-news .in-box:hover img {
  opacity: 0.7;
}
#index-news .in-box:hover .text {
  background-color: #ccc;
}

#mainbanner {
  position: relative;
  margin-top: 250px;
  width: 100%;
  text-align: center;
}
#mainbanner h1,
#mainbanner h2,
#mainbanner p {
  font-family: "Fauna One", "微軟正黑體";
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-size: 200%;
  line-height: 152%;
  margin: 0 0 5px;
  color: #000;
  font-weight: bolder;
}
#mainbanner h2 {
  font-size: 112%;
  line-height: 152%;
}
#mainbanner p {
  font-size: 100%;
  line-height: 152%;
}
#mainbanner .carousel-inner {
  overflow: inherit;
}
/*banner淡進淡出*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* =====================================================
   in-page
===================================================== */

/* ===============
   in-page banner
=============== */
#container #mainbanner {
  position: relative;
  margin-top: 15%;
  margin-bottom: 8%;
}
#container #mainbanner .index-banner-title {
  position: relative;
}
#container #mainbanner .carousel-inner {
  overflow: inherit;
}
.in-banner {
  margin-bottom: 0;
}
.index-banner-title {
  right: 0;
  left: 0;
  padding-right: 20%;
  position: relative;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.index-banner-title h2 {
  margin: 0;
  font-size: 2.5em;
  font-weight: 900;
}
.index-banner-title p {
  font-size: 1.8em;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/* ===============
   in-page 內容
=============== */
#page-header {
  width: 100%;
  text-align: center;
}
#page-header h1 {
  font-style: italic;
  display: inline-block;
  font-size: 28px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-weight: 800;
  color: #000;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}
.breadcrumb {
  background: none;
  color: #000;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  text-decoration: underline;
}
#container #content {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 40px;
}
.zone-padding {
  padding-top: 40px;
  padding-bottom: 0;
}
#in-container {
  padding-bottom: 45px;
}
#sidebar {
}
#side_menu {
}
#side_menu .nav-header {
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 5px;
  background-color: #000;
  color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
#side_menu ul {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
#side_menu ul li {
  border-radius: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: dotted;
}
#side_menu ul li a {
  padding: 9px 15px;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
  display: block;
}
#side_menu ul li a:hover,
#side_menu ul li a:focus,
#side_menu ul li a:active {
  color: #fff;
  padding: 9px 15px 9px 25px;
  background-color: #000;
}
#side_menu ul li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-width: 1px 0 0;
  background-color: #ccc;
}
#side_menu ul li ul li {
}
#side_menu ul li ul li:last-child {
  border: none;
}
#side_menu ul li ul li a {
  padding: 9px 15px 9px 25px !important;
}
#side_menu ul li ul li a:hover,
#side_menu ul li ul li a:focus,
#side_menu ul li ul li a:active {
  padding: 9px 15px 9px 35px !important;
}
/* ===============
   in about
=============== */
#inside_tent {
}
#inside_tent img {
  width: 100%;
}
#inside_tent #in-block {
  margin-bottom: 30px;
}
#inside_tent #in-block.img {
  margin-bottom: 0;
}
/* ===============
   in news
=============== */
h4.newsTitle {
  margin: 7px 0 5px;
}
h4.newsTitle a {
  display: block;
}
#in_msg_type {
  padding: 0;
  list-style: none;
}
#in_msg_type .btn {
}
#in_msg_type img {
  max-width: 100%;
}
#in_msg_type li.textmsg {
  margin-bottom: 35px;
}
/* ===============
   in news A type
=============== */
#in_msg_type.A-type {
}
#in_msg_type.A-type li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}
#in_msg_type.A-type .newsTitle {
}
#in_msg_type.A-type .newsTitle a {
  color: #000;
}
#in_msg_type.A-type .newsTitle a small {
  margin-left: 7px;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
  display: block;
  padding: 10px 0;
  margin: 0;
}
#in_msg_type.A-type .newsTitle a:hover small,
#in_msg_type.A-type .newsTitle a:focus small,
#in_msg_type.A-type .newsTitle a:active small {
  color: #000;
}
#in_msg_type.A-type .newsTitle .msg_date {
  float: right;
  font-size: 14px;
  padding-top: 12px;
  color: #666;
  font-weight: normal;
}
/* ===============
   in news B type
=============== */
#in_msg_type.B-type {
}
#in_msg_type.B-type li {
  margin-bottom: 45px;
}
#in_msg_type.B-type .msg_date {
  color: #666;
  margin: 5px 0 10px;
  display: inline-block;
}
#in_msg_type.B-type p {
  margin-bottom: 15px;
}
#in_msg_type.B-type li:nth-child(2n + 1) {
  clear: both;
}
#in_msg_type.B-type h3 {
  margin-top: 0;
  font-size: 20px;
}
#in_msg_type.B-type .news-img {
}
#in_msg_type.B-type .news-img img {
  padding: 3px 3px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
/* ===============
   in news C type
=============== */
#in_msg_type.C-type {
  margin-left: -10px;
  margin-right: -10px;
}

#in_msg_type.C-type li {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#in_msg_type.C-type li:nth-child(3n + 1) {
  clear: both;
}
#in_msg_type.C-type .news-img {
  display: none;
}
#in_msg_type.C-type .in-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
#in_msg_type.C-type .in-box {
  margin: 0;
}
#in_msg_type.C-type .in-box a {
  padding: 7px;
}
#in_msg_type.C-type .in-box .window {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 300px;
  height: 400px;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: all 0.8s ease;
  transform: scaleX(-1);
  display: none;
}
#in_msg_type.C-type .in-box:hover .window {
  transform: scaleX(1);
  opacity: 1;
}
#in_msg_type.C-type .in-box:hover .input-group-addon,
#in_msg_type.C-type .in-box:hover .form-control {
  color: #fff;
  border-color: #ccc;
}
#in_msg_type.C-type .in-box:hover option {
  color: #000 !important;
}
#in_msg_type.C-type .in-box p.des {
  position: absolute;
  top: -10%;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scaleY(-1);
  width: 95%;
  text-align: center;
}
#in_msg_type.C-type .in-box:hover p.des {
  display: block;
  transform: scaleY(1);
  top: 30px;
  opacity: 1;
  color: #fff;
}
#in_msg_type.C-type .in-box .inside-msg-more {
  position: absolute;
  top: -10%;
  transition: all 0.9s ease;
  opacity: 0;
  transform: scaleY(-1);
  width: 95%;
  text-align: center;
  display: none;
}
#in_msg_type.C-type .in-box:hover .inside-msg-more {
  display: block;
  transform: scaleY(1);
  top: 140px;
  opacity: 1;
  display: none;
}
#in_msg_type.C-type .in-box .prod_no,
#in_msg_type.C-type .in-box .prod_price {
  margin-bottom: 5px;
}
#in_msg_type.C-type .in-box:hover h4 a {
  color: #ffc602;
}
#in_msg_type.C-type .in-box .input-group-addon,
#in_msg_type.C-type .in-box .form-control {
  border-radius: 0;
  background: none;
}
#in_msg_type.C-type .msg_date {
  color: #666;
  margin: 5px 0 0;
  display: inline-block;
}
/* ===============
   in news D type
=============== */
#in_msg_type.D-type {
}
#in_msg_type.D-type li {
  margin-bottom: 45px;
}
#in_msg_type.D-type .msg_date {
  color: #666;
  margin: 5px 0 10px;
  display: inline-block;
}
/* ===============
   in news
=============== */
.news-article {
  padding-left: 0;
  padding-right: 0;
}
.news_page {
  padding-left: 0;
  padding-right: 0;
}
.news_page .container {
  padding-left: 0;
  padding-right: 0;
}
.news_page .margin-0 {
  margin: 0;
}
/* ===============
   in search
=============== */
.search-type {
  margin-left: 0;
  margin-right: 0;
}
.search-type li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}
/* ===============
   pages
=============== */
.pages {
  text-align: center;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #000;
  transition: all 0.2s ease-out 0s;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
  background-color: #000;
  color: #fff;
}
/* ===============
   in FAQ
=============== */
.faq_container {
}
.faq_container #accordion01 {
  padding-left: 0;
  padding-right: 0;
}
.faq_container .panel-heading {
  border-radius: 0;
  background-color: #ededed;
  padding: 0;
  transition: all 0.5s ease;
}
.faq_container .panel-heading:hover,
.faq_container .panel-heading:focus,
.faq_container .panel-heading:active {
  background-color: #333;
}
.faq_container #qa_in {
  border-radius: 0;
  background: none;
}
.faq_container #qa_in a {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  transition: all 0.5s ease;
}
.faq_container #qa_in a:hover,
.faq_container #qa_in a:focus,
.faq_container #qa_in a:active {
  background-color: #000;
  color: #ffc602;
}
.qa_type {
  margin: 0 15px;
}
.qa_type li {
  padding-left: 0;
  padding-right: 0;
}
/* ===============
   in product
=============== */
/*大類頁*/
.pro-class-ul {
}
.pro-class-ul .more-box {
  padding-top: 5px;
}
.pro-class-ul li {
  padding-left: 15px;
  padding-right: 15px;
}
.input-group {
  margin-bottom: 10px;
}
#photo-show {
  margin-bottom: 30px;
}
#photo-show iframe {
  width: 100%;
}
#pdf-download {
}
#pdf-download ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
#pdf-download ul li {
}
#pdf-download ul li a {
  color: #000;
  background-color: #ededed;
  padding: 10px 10px !important;
}
#pdf-download ul li a:hover,
#pdf-download ul li a:focus,
#pdf-download ul li a:active {
  background-color: #000;
  color: #fff;
}
#pdf-download ul li a p {
  margin: 0 !important;
}
#pdf-download ul li a:hover p,
#pdf-download ul li a:focus p,
#pdf-download ul li a:active p {
  color: #fff;
}
#pro-des {
  color: #000;
  line-height: 25px;
  margin: 0 0 15px;
}
#pro-des .txtNormal {
  padding: 0 0 20px;
}
.pgwSlideshow .ps-current > ul > li img {
  max-width: inherit !important;
  padding: inherit !important;
  border: none !important;
}
#pro_cate_des {
  margin-bottom: 20px;
}
.pro-des {
}
#pro-des .input-group-addon,
#pro-des select,
#pro-des input {
  background: none;
  border-radius: 0;
  color: #000;
  border-color: #ccc;
}
.alert-success {
  color: #000;
  background-color: #fff;
  border-color: #000;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
/*product-頁籤*/
#product-tabs {
  margin-bottom: 25px;
  margin-top: 30px;
  padding-top: 30px;
  border-top-color: #666;
  border-top-width: 1px;
  border-top-style: dotted;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}
#product-tabs #myTab {
  padding: 0;
  margin: 0 0 25px;
}
#product-zone1 h4,
#product-zone1 h5,
#product-zone2 h4,
#product-zone2 h5,
#product-zone3 h4,
#product-zone3 h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product-tabs #myTab {
  border: none;
}
#product-tabs #myTab li {
  width: 100%;
  margin-bottom: 3px;
}
#product-tabs #myTab li.active a {
  background-color: #000;
  color: #fff;
}
#product-tabs #myTab li a {
  background: none;
  border-radius: 0;
  border-width: 1px;
  border-color: #666;
  border-style: solid;
}
#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {
  background-color: #000;
  color: #fff;
}
/* ===============
   in download
=============== */
.in_download_type ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.in_download_type ul li {
  margin-bottom: 20px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: dotted;
}
.in_download_type ul li h3 {
  color: #000;
}
.in_download_type .more-box {
  text-align: right;
}
#in_download_type.A-type {
}
#in_download_type.A-type h4 {
  display: inline-block;
  margin: 0;
}
#in_download_type.A-type h4:before {
  font-family: FontAwesome;
  content: "\f1c1";
  margin-right: 10px;
  color: #000;
}
#in_download_type.B-type {
}
#in_download_type.B-type #in-block {
  margin-bottom: 25px;
}
#in_download_type.B-type .btn {
  display: block !important;
}
#in_download_type.B-type .textmsg {
  padding-left: 0;
}
#in_download_type.B-type p.files_description {
  margin-top: 0 !important;
}
#in_download_type.C-type {
}
#in_download_type.C-type h4 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
}
#in_download_type.C-type li {
  margin-bottom: 25px;
}
#in_download_type.C-type .btn {
  display: block;
  text-align: center;
  border-radius: 0;
  display: block !important;
}
#in_download_type.D-type li {
  margin-bottom: 25px;
}
.zone {
  margin-bottom: 30px;
}
.zone #inside_tent > div {
  margin-bottom: 15px;
}
.zone #in-block {
  margin-bottom: 20px;
}
/* ===============
   in sitemap
=============== */
.container_site-map .txtNormal {
}
.container_site-map .txtNormal ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.container_site-map .txtNormal ul li {
  margin: 0;
  text-align: center;
  width: 31.33%;
  margin: 0 0.8% 30px;
  display: inline-table;
  background: rgba(0, 0, 0, 0.07);
}
.container_site-map .txtNormal ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 17px;
}
.container_site-map .txtNormal ul a:hover,
.container_site-map .txtNormal ul a:focus {
  text-decoration: none;
  background-color: #ffc602;
  color: #fff !important;
}
.container_site-map .txtNormal ul li ul {
  margin: 0;
}
.container_site-map .txtNormal ul li ul li {
  width: 100%;
  margin: 0;
}
.container_site-map .txtNormal ul li ul li a {
  font-size: 15px;
  font-weight: normal;
  border-bottom-width: 1px !important;
  border-bottom-color: #fff !important;
  border-bottom-style: dotted !important;
}
.container_site-map .txtNormal ul li ul li:last-child a {
  border-bottom: none;
}
/* ===============
   in contact
=============== */
.contact-code {
  max-width: 100%;
  margin-top: 15px;
  width: inherit !important;
}
.vcode-img img {
  max-width: none;
  cursor: pointer;
}
/* ===============
   in member
=============== */
#content.member-content {
  padding-top: 0;
}
#member.article {
  padding-bottom: 50px;
}
.member-box {
}
.member-box .input-group {
}
.member-box .input-group.vcode {
  margin-bottom: 20px;
}
.member-box .vcode-img {
}
.member-forget {
}
.member-forget .modal-content {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
}
.member-sex {
  padding: 5px 15px 0;
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
.member-sex label {
  margin-left: 5px;
  margin-right: 5px;
}
.member-info-mail {
}
.member-info-word {
  padding: 6px 15px;
  background-color: #fff;
  width: 100%;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
}
#birthday.form-control {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  border-radius: 0;
}
.member-info {
  padding: 5px 15px 0px;
  width: 100%;
  border-width: 1px;
  border-color: #666;
  border-style: solid;
}
.input-group-addon {
  border-radius: 0;
  background: none;
  color: #000;
  border-width: 1px;
  border-color: #666;
  border-style: solid;
}
.form-control {
  border-radius: 0;
  background: none;
  color: #000;
  border-width: 1px;
  border-color: #666;
  border-style: solid;
}
/* ===============
   in cart
=============== */
.order-table-img img {
  width: 100%;
}
.cart_stepBox {
  width: 100%;
  display: table;
}
.cart_stepBox li {
  width: 1%;
  display: table-cell;
}
.cart_stepBox li .wrp {
  padding: 6px 5px;
  display: block;
  position: relative;
  text-align: center;
}
.cart_stepBox li,
.cart_stepBox li:hover {
  background-color: #eee;
}
.cart_stepBox li .arr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 18px 16px;
  position: absolute;
  right: -16px;
  top: 0;
}
.cart_stepBox li:nth-child(1) .arr {
  border-color: transparent transparent transparent #ccc;
}
.cart_stepBox li:nth-child(1) {
  background-color: #ccc;
}
.cart_stepBox li:nth-child(2) .arr {
  border-color: transparent transparent transparent #bbb;
}
.cart_stepBox li:nth-child(2) {
  background-color: #bbb;
}
.cart_stepBox li.active {
  background-color: #666;
  color: #fff;
}
.cart_stepBox li.active .arr {
  border-color: transparent transparent transparent #666;
}
/*購物車more-box*/
.cart_view_morebox {
  padding-top: 30px;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.cart-next {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top-color: #ccc;
  border-top-style: dotted;
  border-top-width: 1px;
}
.cheked-box {
  margin-right: 10px;
}
/* ===============
   in download
=============== */
#tab-rwd-xs {
  margin: 0;
}

/* ======================================================================================
  LG end
====================================================================================== */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .index-banner-title {
    padding-right: 14%;
  }
}

/* ======================================================================================
   MD start
====================================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .index-banner-title {
    padding-right: 4%;
    padding-left: 45%;
  }
  figure.effect-oscar figcaption {
    padding: 1.5em;
  }
  #index_company_in {
    padding: 29px 40px 26px;
  }
  #index_company_in .btn {
    margin-top: 10px;
  }
  #cominfo {
    padding: 50px 30px;
  }
}
/* ======================================================================================
  MD end
====================================================================================== */

/* ======================================================================================
   SM start
====================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* ===============================
   header
=============================== */
  #nav-xs-bt {
    padding: 0;
  }

  body.sticky-header #header {
    margin-top: 0;
  }

  #header-bottom-in {
    position: relative;
  }
  #company_logo {
    float: left;
  }
  #company_logo a img {
    width: auto;
    height: 60px;
  }
  #other-nav {
    float: right;
  }
  #other-nav .panel-body {
    font-size: 13px;
  }
  #qsearch .form-control {
  }
  #qsearch .btn {
    margin-top: 0;
  }
  #language ul li {
    padding: 12px 5px;
  }
  #header > .container {
    width: 100%;
  }

  #mainbanner h1,
  #mainbanner h2,
  #mainbanner p {
    font-size: 180%;
  }
  .index-banner-title {
    padding-right: 5%;
    padding-left: 35%;
  }

  /* ====================
   search
======================= */
  #qsearch {
    padding: 15px 15px;
  }
  #qsearch .form-control {
    height: 40px;
    margin-top: 0;
  }
  #qsearch .btn {
    height: 40px;
  }
  /*nav*/
  #mainnav #main_menu li a {
    padding: 26px 7px;
    font-size: 13px;
  }
  /* ====================
   nav
======================= */
  .sb-slidebar.sb-active {
    box-shadow: inset 1px -5px 10px rgba(0, 0, 0, 0.2);
  }
  nav {
    margin: 0;
    padding: 0 !important;
  }
  #mainnav-box {
    position: relative;
    margin: 0;
  }
  #mainnav #main_menu {
    float: none;
    margin: 0;
    text-align: center;
  }
  #mainnav #main_menu li {
    display: block;
    text-align: center;
    margin: 0;
    clear: both;
  }
  #mainnav #main_menu li a {
    padding: 15px 15px;
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
  }
  #mainnav #main_menu li a:hover,
  #mainnav #main_menu li a:focus,
  #mainnav #main_menu li a:active,
  #mainnav #main_menu li.open a.dropdown-toggle {
    background-image: none;

    color: #fff;
  }
  .navbar-toggle {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    height: 40px;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
  }
  #mainnav .dropdown-menu {
    position: relative;
    box-shadow: none;
  }
  #mainnav .dropdown-menu li {
    text-align: right;
    box-shadow: none;
  }
  #mainnav .dropdown-menu li a {
    padding: 15px 15px !important;
    background-color: #666;
    color: #fff !important;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: none;
  }
  #nav-xs-bt {
  }
  #nav-xs-bt button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 35px;
    color: #666;
    background: none;
    border: none;
  }
  #other-nav {
    margin: 0;
  }
  .xs-nav-right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .xs-nav-right ul {
    padding: 0;
    margin: 0;
  }
  .xs-nav-right i {
    font-size: 18px;
  }
  .xs-nav-right ul li,
  .cart-box-xs,
  #language_area,
  #mainnav #main_menu li a {
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
  }
  .xs-nav-right a {
    display: block !important;
    padding: 15px 15px !important;
  }
  .xs-nav-right a:hover,
  .xs-nav-right a:focus,
  .xs-nav-right a:active {
    background-color: #000;
    color: #fff;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #000;
    color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  #language_area {
    clear: both;
  }
  #language_area .dropdown-menu {
    position: inherit;
    width: 100%;
    border-width: 1px 0 0;
    box-shadow: none;
    text-align: center;
  }
  #language_area .dropdown-menu li a {
    background-color: #666;
    color: #fff;
  }
  #language_area .dropdown-menu li a:hover,
  #language_area .dropdown-menu li a:focus,
  #language_area .dropdown-menu li a:active {
    background-color: #000;
  }
  #hello_member {
  }
  #hello_member ul {
    width: 100%;
  }
  #hello_member ul li {
    width: 100%;
  }
  #hello_member ul.dropdown-menu {
    background-color: #666;
    color: #fff;
    text-align: center;
    position: relative;
  }
  #hello_member ul.dropdown-menu li:last-child {
    border: none;
  }
  #hello_member ul li a {
  }
  #hello_member ul.dropdown-menu li a {
    color: #fff;
  }
  #hello_member ul.dropdown-menu li a:hover,
  #hello_member ul.dropdown-menu li a:focus,
  #hello_member ul.dropdown-menu li a:active {
    background-color: #000;
    color: #fff;
  }
  #hello_member ul li.open a.dropdown-toggle {
    background-color: #000;
    color: #fff;
  }
  #hello_member ul.dropdown-menu li:first-child {
    padding: 15px 15px;
  }
  /* ===============================
   index
=============================== */

  #container #mainbanner {
    position: relative;
    margin-top: 25%;
    margin-bottom: 8%;
  }

  #index-service {
    padding-top: 0;
  }
  /*大類區塊*/
  figure.effect-oscar p {
    display: none;
  }
  figure.effect-oscar h2 {
    margin: 0;
    text-align: center;
    font-size: 2em;
  }
  #index-pro-box #in_block {
    /*
	padding-left: 0;
	padding-right: 0;
	*/
  }
  /*公司簡介*/
  #index_company {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #index_company_in {
    padding: 30px 15px;
  }
  #index_company_in h3 {
    font-size: 180%;
  }
  #index_company_in h4 {
    font-size: 120%;
    margin: 0 0 10px;
  }
  #index_company_in p {
    font-size: 14px;
  }
  #index_company_in .btn {
    margin-top: 10px;
  }
  /*最新消息*/
  #newsbox {
    margin-top: 16%;
  }
  /*產品輪播*/
  #index-product {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #in_msg_type.C-type li:nth-child(4n + 1) {
    clear: inherit;
  }
  #in_msg_type.C-type li:nth-child(3n + 1) {
    clear: both;
  }
  /* ===============================
   footer
=============================== */
  #cominfo {
    padding: 50px 20px;
  }
  #cominfo .list-inline > li {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    margin: 4% 0;
  }
  #index_time {
    padding: 50px 30px;
  }
  /* ===============================
   in page
=============================== */
  #in_msg_type.C-type .in-box .window {
    display: none;
  }
  #in_msg_type.C-type .in-box:hover .input-group-addon,
  #in_msg_type.C-type .in-box:hover .form-control {
    color: #000;
  }
  #in_msg_type.C-type .in-box p.des {
    display: none;
  }
  #in_msg_type.C-type .in-box .inside-msg-more {
    position: inherit;
    opacity: 1;
    transform: none;
    width: 100%;
  }
  #in_msg_type.C-type .in-box p.des {
    display: none;
  }
  #in_msg_type.C-type .in-box:hover p.des {
    display: none;
  }
  /* ===============
   in product
=============== */
  /*大類頁*/
  .pro-class-ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
  }
  .pro-class-ul li:last-child {
    border: none;
  }
  /* ===============
   in contact
=============== */
  #contact-map {
    margin-bottom: 15px;
  }
}

/* ======================================================================================
   SM end
====================================================================================== */

/* ======================================================================================
   XS start
====================================================================================== */
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
  }
  .more-box .btn {
    display: inline-block;
    margin: 3% auto;
  }
  .index-banner-title {
    padding-right: 5%;
    padding-left: 25%;
  }

  /* =====================================================
   header
===================================================== */
  #nav {
    padding: 0;
  }
  #header {
  }
  /* ====================
   logo
======================= */
  #company_logo {
  }
  #company_logo a img {
    width: auto;
    height: 48px;
  }
  #header > .container {
    position: relative;
    padding: 0;
  }
  /* ====================
   search
======================= */
  #qsearch {
    padding: 15px 15px;
  }
  #qsearch .form-control {
    height: 40px;
    margin-top: 0;
  }
  #qsearch .btn {
    height: 40px;
  }
  /* ====================
   跑馬燈
======================= */
  #lamp {
    margin-top: 10%;
  }
  /* ====================
   nav
======================= */
  .sb-slidebar.sb-active {
    box-shadow: inset 1px -5px 10px rgba(0, 0, 0, 0.2);
  }
  nav {
    margin: 0;
    padding: 0 !important;
  }
  #mainnav-box {
    position: relative;
    margin: 0;
  }
  #mainnav #main_menu {
    float: none;
    margin: 0;
    text-align: center;
  }
  #mainnav #main_menu li {
    display: block;
    text-align: center;
    margin: 0;
  }
  #mainnav #main_menu li a {
    padding: 15px 15px;
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
  }
  #mainnav #main_menu li a:hover,
  #mainnav #main_menu li a:focus,
  #mainnav #main_menu li a:active,
  #mainnav #main_menu li.open a.dropdown-toggle {
    background-image: none;
    background-color: #000;
    color: #fff;
  }
  .navbar-toggle {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    height: 40px;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
  }
  #mainnav .dropdown-menu {
    position: relative;
    box-shadow: none;
  }
  #mainnav .dropdown-menu li {
    text-align: right;
    box-shadow: none;
  }
  #mainnav .dropdown-menu li a {
    padding: 15px 15px !important;
    background-color: #666;
    color: #fff !important;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: none;
  }
  #nav-xs-bt {
    text-align: right;
    position: absolute;
    right: 0;
  }
  #nav-xs-bt button {
    position: absolute;
    top: 10px;
    right: 0 !important ;
    left: auto;
    z-index: 10;
    padding: 0 15px;
    font-size: 35px;
    color: #666;
    background: none;
    border: none;
  }
  #other-nav {
    margin: 0;
  }
  .xs-nav-right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .xs-nav-right ul {
    padding: 0;
    margin: 0;
  }
  .xs-nav-right i {
    font-size: 18px;
  }
  .xs-nav-right ul li,
  .cart-box-xs,
  #language_area,
  #mainnav #main_menu li a {
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
  }
  .xs-nav-right a {
    display: block !important;
    padding: 15px 15px !important;
  }
  .xs-nav-right a:hover,
  .xs-nav-right a:focus,
  .xs-nav-right a:active {
    background-color: #000;
    color: #fff;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #000;
    color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  #language_area .dropdown-menu {
    position: inherit;
    width: 100%;
    border-width: 1px 0 0;
    box-shadow: none;
    text-align: center;
  }
  #language_area .dropdown-menu li a {
    background-color: #666;
    color: #fff;
  }
  #language_area .dropdown-menu li a:hover,
  #language_area .dropdown-menu li a:focus,
  #language_area .dropdown-menu li a:active {
    background-color: #000;
  }
  #hello_member {
  }
  #hello_member ul.dropdown-menu {
    background-color: #666;
    color: #fff;
    text-align: center;
    border-radius: 0;
  }
  #hello_member ul li {
  }
  #hello_member ul.dropdown-menu li:last-child {
    border: none;
  }
  #hello_member ul li a {
  }
  #hello_member ul.dropdown-menu li a {
    color: #fff;
  }
  #hello_member ul.dropdown-menu li a:hover,
  #hello_member ul.dropdown-menu li a:focus,
  #hello_member ul.dropdown-menu li a:active {
    background-color: #000;
    color: #fff;
  }
  #hello_member ul li.open a.dropdown-toggle {
    background-color: #000;
    color: #fff;
  }
  #hello_member ul.dropdown-menu li:first-child {
    padding: 15px 15px;
  }

  /* ====================
   按鈕 特效
======================= */
  .icon {
    height: 4px;
    width: 28px;
    top: 16px;
    left: 5px;
    background-color: #000;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
  }
  .icon:before {
    left: 0;
    position: absolute;
    top: -8px;
    height: 4px;
    width: 28px;
    background-color: #000;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
  }
  .icon:after {
    left: 0;
    position: absolute;
    top: 8px;
    height: 4px;
    width: 28px;
    background-color: #000;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
  }
  .navbar-toggle .icon {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .navbar-toggle .icon:after {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .navbar-toggle .icon:before {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .navbar-toggle.open .icon {
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    background: transparent;
  }
  .navbar-toggle.open .icon:before {
    transition: top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(-45deg);
  }
  .navbar-toggle.open .icon:after {
    transition: top 0.4s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(45deg);
  }
  /* ====================
   header 置頂
======================= */
  body.sticky-header #header {
    margin-top: 0;
  }
  /* =====================================================
   footer
===================================================== */
  #footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #cominfo {
    margin: 0;
  }
  #cominfo li:nth-child(1) {
    margin-bottom: 0;
    font-size: 25px;
  }
  #cominfo .list-inline > li {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    margin: 16% 0;
  }
  #index_time {
    padding: 40px;
  }
  #cominfo {
    position: relative;
    padding: 40px 30px;
  }

  #footer-icon {
    padding: 2% 0 0;
  }
  address {
    margin: 0;
  }
  /* =====================================================
   index
===================================================== */

  #mainbanner h1,
  #mainbanner h2,
  #mainbanner p {
    font-size: 160%;
  }

  #index-product-inbox {
    margin: 0 15px;
  }
  #in_msg_type.B-type h3 {
    margin-top: 10px;
  }
  #language {
    text-align: center;
  }
  #qsearch {
    text-align: center;
  }
  #in-container {
  }
  #container #mainbanner {
    position: relative;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  #index_company {
    text-align: center;
  }
  #index-service .container {
    padding: 0 15px;
  }
  /* ====================
   大類區塊
======================= */
  .title {
    margin: 30px 0;
  }
  #index_company h3.title {
    margin: 0;
  }
  #index-pro-box h1 {
    text-align: center;
  }
  #index-service {
    padding-top: 0;
    padding-bottom: 0;
  }
  .grid {
    padding: 0 15px;
  }
  figure.effect-oscar h2 {
    margin: 0;
    text-align: center;
    font-size: 1.2em;
  }
  figure.effect-oscar p {
    display: none;
  }
  #index-pro-box #in_block p {
    min-height: inherit;
  }
  #index-pro-box #in_block {
    padding-left: 0;
    padding-right: 0;
  }
  /* ====================
   index about
======================= */
  #index_company {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #index_company_in h3 {
    text-align: center;
  }
  /* ====================
   index news
======================= */
  #newsbox {
    margin-top: 16%;
  }

  .download_container p.files_description {
    padding-bottom: 0;
  }
  /* ===============================
   in page
=============================== */
  #in_msg_type.C-type .in-box .inside-msg-more {
    position: inherit;
    opacity: 1;
    transform: none;
  }
  #in_msg_type.C-type .in-box p.des {
    display: none;
  }
  #in_msg_type.C-type li:nth-child(3n + 1) {
    clear: inherit;
  }
  #in_msg_type.C-type li:nth-child(2n + 1) {
    clear: both;
  }
  #in_msg_type.C-type .in-box .window {
    display: none;
  }
  #in_msg_type.C-type .in-box:hover .input-group-addon,
  #in_msg_type.C-type .in-box:hover .form-control {
    color: #000;
  }
  #in_msg_type.C-type .in-box p.des {
    display: none;
  }
  #in_msg_type.C-type .in-box .inside-msg-more {
    position: inherit;
    opacity: 1;
    transform: none;
    width: 100%;
  }
  #in_msg_type.C-type .in-box p.des {
    display: none;
  }
  #in_msg_type.C-type .in-box:hover p.des {
    display: none;
  }
  #in_msg_type.D-type {
    margin-left: 0;
    margin-right: 0;
  }
  #in_msg_type.D-type li {
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
  }
  #in_msg_type.D-type li:last-child {
    border-bottom: none;
  }
  #in_msg_type.D-type li .news-img,
  #in_msg_type.D-type li .textmsg {
    padding-left: 0;
    padding-right: 0;
  }
  /* ===============
   in product
=============== */
  /*大類頁*/
  .pro-class-ul li {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
  }
  .pro-class-ul .more-box {
    text-align: center !important;
  }
  .pro-class-ul li:last-child {
    border: none;
  }
  /*product-頁籤*/
  #product-tabs .panel {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
  }
  #product-tabs .panel-heading {
    padding: 0;
  }
  #product-tabs .panel-heading a {
    display: block;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  #product-tabs .panel-heading a:hover,
  #product-tabs .panel-heading a:focus,
  #product-tabs .panel-heading a:active {
    background-color: #000;
    color: #fff;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
  }
  .txtNormal img {
    margin-bottom: 20px;
  }
  /* ===============
   in download
=============== */
  .table-responsive {
    border: none;
  }
  /* ===============
   in contact
=============== */
  .contact-map-row {
    margin: 0;
  }
}

/* =====================================================
   XS 尺寸微調
===================================================== */
@media screen and (max-width: 480px) {
  .index-banner-title {
    padding-right: 0;
    padding-left: 0;
  }

  #mainbanner h1,
  #mainbanner h2,
  #mainbanner p {
    font-size: 160%;
  }

  #language {
    width: 100%;
    text-align: center;
  }
  #language ul li {
    padding: 10px 5px;
  }
  #searchbox-xs {
    width: 100%;
  }
  #qsearch {
    text-align: center;
  }
  #in_msg_type li {
    width: 100%;
  }
  #index_company_in {
    padding: 40px 15px;
  }
  #lamp {
    margin-top: 14%;
  }
}

/* ======================================================================================
   XS end
====================================================================================== */

/* 叫號預約 */
#company_logo {
  display: flex;
  align-items: center;
}
.wait_nums_wrap {
  display: flex;
  position: relative;
}
.wait_num_wrap {
  position: relative;
  top: -1.5px;
  margin-right: 10px;
}
.wait_num_title {
  text-align: center;
  font-size: 14px;
  margin-bottom: -4px;
  color: #ea4f12;
}
.wait_num_inner {
  border: 2px solid #ed6f3d;
  border-radius: 8px;
  display: flex;
  width: 52px;
  text-align: center;
  justify-content: center;
  margin-left: 0.35rem;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.15rem;
  padding-top: 0;
  line-height: 1.3;
  background: #ee9876;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wait_nums_wrap {
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    background: #ed6e3d;
    padding: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  }
  .wait_num_hr {
    width: 1px;
    height: 30px;
    border-left: 2px solid #ee9876;
  }
  .wait_num_title {
    color: #fff;
    font-size: 22px;
  }
  .wait_num_wrap {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container #content {
    padding-top: 90px;
  }
  /* .wait_num_title {
		font-size: 12px;
	}
	.wait_num_inner {
		padding: 0.1rem;
		padding-top: 0;
		line-height: 1.1;
	} */
  #company_logo a {
    padding: 7px 5px;
  }
  #nav-xs-bt button {
    top: 16px;
  }
}
@media screen and (max-width: 345px) {
  #company_logo a img {
    height: 39px;
  }
}

.plist {
  margin-bottom: 15px;
}

.tagspan {
  padding: 5px 10px;
  background: #ff4e1c;
  color: #fff;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.tagspan:after {
  height: 100%;
  position: absolute;
  left: 100%;
  content: "";
  border-left: 15px solid #ff4e1c;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: translateY(-3px);
}
#header {
  position: relative;
}
#header-top {
  width: 45px;
  height: 36px;
  position: absolute;
  right: calc((100% - 1170px) / 2);
  z-index: 100;
  transform: translateY(50%) translateX(-50%);
}
@media (max-width: 1199px) {
  #header-top {
    right: calc((100% - 970px) / 2);
  }
}

#header-top #header-top-in.container {
  width: 45px;
  height: 36px;
}
#header-top #header-top-in.container ul#other-nav {
  width: 45px;
  height: 36px;
}
#header-top #header-top-in.container ul#other-nav li a {
  color: #000;
}
#header-top #header-top-in.container ul#other-nav li a:hover {
  color: #fff;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  padding-right: 52px;
}
@media screen and (min-widht: 768px) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    padding-right: 0px;
  }
}
