/* ======================================================================================
   LG版 start
====================================================================================== */


/* ==================================================
   all star
================================================== */

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.form-control,
.input-group-addon,
.btn,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination {
    border-radius: 0;
}

body {
    word-break: break-all;
    color: #777;
    /*全站內文設定*/
    font-size: 16px;
    margin-top: -24px;
}

.base-color-bg {
    background-color: #fff9f3;
}

#content {
    padding: 50px 0;
}

#index_container #content {
    padding: 0;
}


/*主要色系背景色*/

.base-color {
    color: #cc6635;
}


/*主要色系文字顏色*/

.base-border {
    border-color: #cc6635;
}


/*bodder 顏色*/

.no-radius {
    border-radius: 0;
}


/*圓角 取消*/

.no-border {
    border: none;
}


/*bodder 取消*/

.sec-color-bg {
    background-color: #fff9f3;
}


/*次要色系背景色*/

.sec-color {
    color: #393939;
}


/*主要色系文字顏色*/

img {
    max-width: 100%
}

p {
    word-wrap: break-word
}

.price {
    font-size: large;
}

.star {
    color: #c00;
}


/*彈跳視窗*/

.modal {
    z-index: 3000;
}

.modal-open .modal h4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 0 15px !important;
}

.modal-content {
    background-color: #393939;
    border: none;
    border-radius: 0;
}

button.modalclose {
    position: absolute;
    z-index: 1500;
    right: 20px;
    top: 20px;
    float: none;
    width: 60px;
    height: 60px;
    padding: 5px;
    text-align: center;
    border-radius: 500px;
    cursor: pointer;
    border: 0;
    opacity: 0.2;
}

button.modalclose:hover {
    opacity: 0.7;
}

.navicon {
    position: relative;
    width: 30px;
    height: .3125rem;
    background: transparent;
    transition: 0.5s;
    border-radius: 2.5rem;
}

.navicon:before,
.navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 50px;
    background-color: #cc6635;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 2.5rem;
    left: -24px;
}

.navicon:before {
    transform: rotate(-45deg);
}

.navicon:after {
    transform: rotate(45deg);
}


/*彈跳範例設計*/

.item-html {
    position: relative;
}

.left-block {
    position: absolute;
    top: 50px;
    left: 50px;
}

.color-primary {
    font-size: 100px;
    font-weight: bolder;
}

h2.color-primary {
    font-size: 100px;
    font-weight: bolder;
    color: #cc6635;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.color-primary span {
    display: inline-block;
    font-size: 50px;
}

.color-primary span span {
    display: block;
    color: #fff;
    background-color: #cc6635;
    font-size: 18px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 10px 3px;
    font-weight: bolder;
    text-align: center;
    border-radius: 100%;
}

.color-dark {
    background-color: #393939;
    padding: 10px;
    color: #fff;
}


/*-----------------*/

a {
    transition: all 0.4s ease;
    color: #cc6635;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #cc6635;
}

#index_container,
#container {
    overflow: hidden;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 0 11px 3px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#gotop:hover,
#gotop:focus,
#gotop:active {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
}

.btn-more {
    background-color: #cc6635;
    color: #393939;
    font-weight: bolder;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    *border: 0;
    *zoom: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #393939;
    color: #fff;
}

#member .form-group .btn {
    padding: 10px 12px;
}


/*FB按鈕*/

.fb_iframe_widget {
    vertical-align: middle;
}

.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;
    border: 1px solid #ddd;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #de9e48;
}

table tr:nth-child(odd) {
    /*background-color: #efefef;*/
}

table>thead>tr:first-child {
    background-color: #666666;
    color: #fff;
}

.table>thead>tr>th {}

table tr:first-child p {
    color: #fff;
}

table td {
    padding: 5px;
}

table td p {
    margin: 0 !important;
    padding: 0;
}

.txtNormal table tr:first-child {
    background-color: #cc6635;
    color: #fff;
}


/*固定右側icon*/


/*boostrap v4 可以不用這串 START*/

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}


/*boostrap v4 可以不用這串 END*/

.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #cc6635;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #DE9E48;
    border-color: #DE9E48;
}

.js-icon_Community .icon_li {
    position: relative;
    right: -100px;
}

.js-icon_Community.active .icon_li {
    right: 0;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.js-icon_Community .icon_li:nth-child(4) {
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
}

.js-icon_Community .icon_li:nth-child(5) {
    transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    -webkit-transition: all 0.9s ease-out;
}

.js-icon_Community .icon_li:nth-child(6) {
    transition: all 1.1s ease-out;
    -moz-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    -webkit-transition: all 1.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(7) {
    transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -webkit-transition: all 1.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(8) {
    transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
}

.js-icon_Community .icon_li:nth-child(9) {
    transition: all 1.7s ease-out;
    -moz-transition: all 1.7s ease-out;
    -o-transition: all 1.7s ease-out;
    -webkit-transition: all 1.7s ease-out;
}

.icon_Community {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
}

.icon_Community_ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    flex-flow: column-reverse;
    align-items: flex-end;
    display: flex;
    margin-bottom: 50px;
}

.icon_img {
    background: #000;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    display: block;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.icon_img.active {
    width: 142px;
}

.icon_img.active .icon_name {
    text-indent: 0;
    opacity: 1;
}

.icon_img:hover {
    text-decoration: none;
    width: 142px;
}

.icon_img:before {
    opacity: 0;
}

.icon_img .icon {
    color: #fff;
    font-size: 22px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.icon_img:hover .icon {
    text-decoration: none;
}

.icon_img:hover .icon_name {
    opacity: 1;
    text-indent: 0;
}

.icon_name {
    position: relative;
    line-height: 50px;
    padding-right: 50px;
    padding-left: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
    text-indent: -100px;
    font-family: Arial, sans-serif;
}


/*icon 社群顏色*/

.bg_iconFacebook {
    background: #4064ad;
}

.bg_iconLine {
    background: #02be01;
}

.bg_iconInstagram {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcb045+0,e6233c+22,ab3586+71,5719a8+100 */
    background: rgb(252, 176, 69);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg_iconMessenger {
    background: #0084ff;
}

.bg_iconYoutube {
    background: #e02a20;
}

.bg_iconPhone {
    background: #000;
}

.bg_iconMail {
    background: #000;
}

.bg_iconWechat {
    background: #09b507;
}

.bg_iconWhatsapp {
    background: #20B038;
}


/*----內文 標題 段落--------*/

.txtNormal {
    margin-bottom: 30px;
}

.txtNormal h2 {
    color: #393939;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 15px;
    line-height: 28px;
}

.txtNormal h3 {
    color: #393939;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 15px;
    line-height: 28px;
}

.txtNormal h4 {
    color: #ffffff;
    background: #cc6635;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 3px 15px;
    margin: 0 3px 15px;
    line-height: 30px;
    border: 1px solid #e28e66;
    box-shadow: 0 0 0 3px #cc6635;
}

.txtNormal h5 {
    color: #de9e48;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 25px;
}

.txtNormal h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #de9e48 dashed;
}

.txtNormal h6:before {
    font-family: FontAwesome;
    content: "\f015";
    color: #cc6635;
    margin-right: 10px;
}

.txtNormal p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}

.txtNormal img {
    max-width: 100%;
    padding: 5px;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.txtNormal a {}

.txtNormal a:hover,
.txtNormal a:focus,
.txtNormal a:active {
    color: #393939;
}

.txtNormal ul,
.txtNormal ol {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.txtNormal ul li,
.txtNormal ol li {
    padding-left: 16px;
}

.txtNormal ul li:before,
.txtNormal ol li:before {
    content: "\f046";
    padding-right: 8px;
    color: #de9e48;
    font-family: FontAwesome;
}

h3 {
    color: #393939;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 28px;
}

h4 {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}


/*超出字點點點*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*--按鈕--*/

.more-box {}

.btn,
.btn-more {
    border: none;
}

a.btn-more,
button.btn-more {}

a.btn-more:hover,
a.btn-more:focus,
a.btn-more:active {}


/*--電腦版top-icon---*/

#qsearch a.dropdown-toggle,
#member_area a.dropdown-toggle,
#cart a {
    border-radius: 100%;
    font-size: 20px;
    text-indent: 0px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #DE9E48;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin: 17px 5px;
    position: relative;
}

#language_area img {
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

#language_area a {
    margin: 0;
    padding: 15px 15px;
    font-size: 12px;
    color: #ffffff;
}

#language_area a:hover,
#language_area a:focus,
#language_area a:active {
    color: #fff9f3;
    background-color: transparent;
}

#cart a #cart_items,
#cart-xs a #cart_items {
    position: absolute;
    right: -6px;
    top: 46%;
}

.qsearch-ul:before,
.lang-ul:before,
.member-ul:before {
    font-family: FontAwesome;
    content: "\f0d8";
    position: absolute;
    top: -26px;
    font-size: 30px;
    right: 16px;
    color: #393939;
    z-index: -1;
}


/*--全站區塊間距設定--*/

.section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*聯絡我們驗證碼*/

#contact-box .vcode {
    display: flex;
}

#contact-box img.captcha {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}


/*會員相關非組件框模組(補充CSS)*/

.member-info {
    padding: 6px 15px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    background-color: #fff;
    width: 100%;
}

.member-info label {
    margin-bottom: 0;
}


/*購物車view.php 運送方式間距*/

.cheked-box {
    margin-right: 10px;
}


/* ==================================================
   all end
================================================== */


/*版型使用虛擬特效*/


/* Common style */

.grid figure {
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
}

.grid figure figcaption {
    -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 {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
}

.grid figure figcaption>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure .pdname,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.grid figure a {
    color: #fff;
    letter-spacing: 5px;
    font-weight: 400;
}

figure.effect-duke {
    background-color: #fff;
    text-align: center;
}

figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.45;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

figure.effect-duke .pdname {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover .pdname,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    line-height: 0rem;
}


/*首頁產品*/

#index-procate figure.effect-duke {
    background-color: #150000;
    text-align: center;
}

#index-procate .grid figure figcaption,
#index-procate .grid figure figcaption>a {
    top: 0;
}

#index-procate figure.effect-duke img {
    opacity: 0.45;
}

#index-procate figure.effect-duke:hover img {
    opacity: 1;
}

#index-procate figure.effect-duke .pdname {
    opacity: 1;
    line-height: 30rem;
}

#index-procate figure.effect-duke:hover .pdname,
#index-procate figure.effect-duke:hover p {
    opacity: 0;
    line-height: 0rem;
}


/* ==================================================
  header star
================================================== */

#header {
    background-color: rgba(0, 0, 0, 0);
}

.sticky-header #header {
    background-color: rgba(0, 0, 0, 0.5);
}

#container #header {
    background-color: rgba(0, 0, 0, 0.2);
}

.sticky-header #container #header {
    background-color: rgba(0, 0, 0, 0.5);
}


/*search*/

#qsearch>ul {
    padding: 0;
    width: 200px;
    border: none;
}

#qsearch .form-control {
    border-radius: 0;
    background-color: #505050;
    color: #ffffff;
    border: none
}

#qsearch .btn {
    border-radius: 0;
    background-color: #393939;
    color: #fff;
    border: 1px solid #393939;
}

#qsearch .input-group-btn>.btn:active,
#qsearch .input-group-btn>.btn:focus,
#qsearch .input-group-btn>.btn:hover {
    color: #fff;
    border: 1px solid #cc6635;
    background-color: #cc6635;
}

#language_area {}


/*會員區塊*/

#member_area {}


/*lamp*/

#lamp.index_lamp {
    margin-top: 5px;
    line-height: inherit !important;
}

#lamp.index_lamp marquee {
    padding-top: 5px;
    padding-bottom: 5px\0;
}

#lamp.index_lamp .txtNormal {
    margin-bottom: 0 !important;
}

#lamp {
    background-color: transparent;
}

#lamp .txtNormal {
    margin-bottom: 0;
}

#lamp marquee {
    padding: 10px 0;
    color: #393939;
}

.in-lamp {
    margin-bottom: 50px;
}

#service-area {
    background-color: rgba(255, 255, 255, 0.7);
}

#company_logo {
    text-align: left;
}

#company_logo a {}

#company_logo a img {
    transition: all 0.4s ease;
    margin: 7px 15px 7px 0;
    width: 200px;
}

.navbar-brand {
    height: auto;
    padding: 0;
}


/*nav*/

#mainnav {
    background: none;
    border: none;
    min-height: inherit;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    height: 75px;
    line-height: 45px;
    letter-spacing: 2px;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #393939;
    border-radius: 0;
    margin: 0;
    padding: 0;
    color: #de9e48;
    border: 1px solid #616161;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    border: none;
}

.dropdown-menu {
    width: 650px;
}

#main_menu .dropdown-menu li {
    float: left;
    width: 25%;
    list-style-image: url(../proimage/images/aaa.png);
}

.dropdown-menu li a {
    float: left;
    width: 100%;
}

.dropdown-menu>li:first-child>a {
    border: none
}


.dropdown-menu>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    border-top: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #393939;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #de9e48;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #de9e48;
}

#other-nav .panel-body {
    padding: 15px;
}


/* ==================================================
  header end
================================================== */


/* ==================================================
  banner-carousel star
================================================== */

.glyphicon-chevron-left:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 80px
}

.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 80px
}

#mainbanner {
    position: relative;
    background-position: center;
}

#mainbanner .item {
    background-color: #000;
}

#mainbanner .item img {}

.index-banner-title-out {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    left: 55%;
    right: 10%;
    top: 30%;
    bottom: inherit;
    position: absolute;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.35);
    background-size: 95px;
    line-height: 35px;
    padding: 5px 5px;
}

.index-banner-title {
    position: initial;
    color: #393939;
    text-shadow: 2px 2px 2px #fff;
    background: url(../images/index-banner-h2-bg.png) 93% center no-repeat;
    padding: 20px 155px 20px 30px;
    text-align: left;
    background-size: 95px;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}

.index-banner-title .container {
    margin: auto;
    text-align: left;
}

.index-banner-title h1 {
    margin: 0;
    font-size: 2.8em;
    font-weight: bold;
}

.index-banner-title h2 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    display: inline-block;
    font-weight: bold;
}

.index-banner-title p {
    color: #393939;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
}

#mainbanner .carousel-indicators {
    bottom: 10px;
    display: none;
}

.carousel-control {
    width: 9%;
}

.in-banner {}

.in-banner-title {
    margin: 0;
    padding: 250px 0px 180px;
    background-size: 75px;
}

.in-banner-title h1 {
    font-size: 2.5em;
    line-height: 1em;
    color: #fff9f3;
    border: none !important;
    margin: 0 0 10px;
    font-weight: 400;
}

.in-banner-title p {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    font-weight: bold;
}


/* ==================================================
  banner-carousel end
================================================== */

#mainbanner .owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#mainbanner .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #de9e48;
}


/* ==================================================
  footer star
================================================== */

#footer-banner {
    height: 500px;
    text-align: center;
}

#footer-banner .in {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 56%, rgba(255, 255, 255, 0.85) 99%);
    height: 500px;
    padding: 10% 2% 2%;
}

#footer-banner h2 {
    font-size: 350%;
    font-family: 'Lora', "微軟正黑體";
    font-style: italic;
    margin: 0.83em 0 0.2em;
}

#footer-banner p {
    text-align: center;
    font-size: 110%;
    color: #ddd;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
    background-attachment: scroll\0;
    /*IE8 */
}

#footer h3 {
    font-size: 20px;
    font-weight: bold;
}

.ftbar {
    padding: 10px 15px;
    background-color: #393939;
}

.ftbar ul {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.ftbar ul li {
    display: inline-block;
    float: none;
}

.ftbar ul li+li:before {
    content: "|";
    color: #ddd;
}

.ftbar ul li a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 0;
    color: #fff;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    background: none;
    color: #cc6635;
}

#footer_logo {
    margin-bottom: 30px;
}

#footer_logo img {
    width: 250px;
}

#cominfo {}

#cominfo h4 {}

#cominfo ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li {
    font-size: 16px;
    line-height: 25px;
    color: #393939;
}

#cominfo ul li a {
    padding: 5px 0;
    display: block;
    color: #393939;
}

#cominfo ul li i {
    margin-right: 5px;
    color: #d1581e;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #DE9E48;
}

#footer_bottom {
    background-color: #372C2E;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*社群按鈕*/

#blog_link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
    background: none;
}

#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 {
    color: #fff;
}

#blog_link ul li a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

#blog_link ul li a i {
    background-color: rgba(255, 255, 255, 0.5);
    color: #393939;
    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;
}

#footernav {
    display: none;
}

#footer_link {
    padding: 10px 0;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #fff;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    font-size: 10px;
    color: #7f6c6c;
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #de9e48;
}


/* ==================================================
  footer end
================================================== */


/*----------------------index----------------------*/

#index_ad-box {
    position: relative;
    z-index: 15;
    margin-top: -100px;
}

.index-content {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 0 !important;
    background-attachment: scroll\0;
    /*IE8 */
}

.index-content h3.title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #393939;
}

.index-content p.text {
    width: 80%;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 26px;
}

.index-content .more-box a:hover,
.index-content .more-box a:focus,
.index-content .more-box a:active {}

.index-content p.des {
    font-size: 15px;
    line-height: 28px;
    color: #393939;
}

.index-main .section-text p {
    padding: 0 60px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
}

.index-main h2 {
    text-align: center;
    text-transform: uppercase;
    color: #393939;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 35px;
}

.index-main .small-featured-img {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-size: cover !important;
}

.index-main .nopadding {
    padding: 0 !important;
    margin: 0 !important;
    height: 600px;
}

.index-main .section-text {
    position: relative;
    height: 600px;
}

.index-main .logo-1,
.index-main .logo-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-top: -55px;
    margin-left: -85px;
}

.index-main .logo-1 img,
.index-main .logo-2 img,
.index-main .logo-3 img {
    max-height: 150px;
    width: auto;
}

.index-main .section-1,
.index-main .section-2,
.index-main .section-3 {
    background-size: cover !important;
    height: 600px;
    position: relative;
}

.index-main .section-3 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.index-main .logo-3 {
    margin-left: -105px;
    margin-top: 15px;
}

.content-bgcolor {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 250, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}


/*index-product*/

.pd-infor {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

#index-product {
    position: relative;
    /*background-color: #f1f1f1;*/
}

#index-product .container {
    padding-left: 0;
    padding-right: 0;
}

#index-product figure {
    background-color: #fff;
}

h3.index-title {
    margin: 20px 0;
    text-align: center;
    font-size: 28px;
}

#index-product figure.effect-duke .pdname {
    -webkit-transition: none !important;
    transition: none !important;
}


/*index-company*/

#index_company {
    text-align: center;
    margin: 0;
    padding: 6% 0 8.5%;
}

#index_company_in {}

#index_company p {
    color: #393939;
    font-size: 15px;
    line-height: 27px;
    margin: 0 auto 30px;
}

#index_company .more-box a {}

#index_company .more-box a:hover,
#index_company .more-box a:focus,
#index_company .more-box a:active {}


/*index-procate*/

#index-procate {}

#procate-ul #list-procate {
    float: left;
    position: relative
}

#procate-ul #list-procate.md-width {
    width: 25%;
}

.grid .item {
    overflow: hidden;
    position: relative;
}

.grid .item a {
    display: block;
    text-align: center;
    color: #fff;
}

.grid .item a .pdname {
    background-color: #bbb;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 7px 10px;
    font-size: 18px;
}

.grid .item a:hover .pdname {
    background-color: #393939;
}

.owl-name {
    margin: 0 auto 10px;
    font-weight: normal;
}

.owl-name small {
    display: block;
}


/*index-news*/

#index-news {
    position: relative;
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.2);
}

#index-news .in-block {
    margin-bottom: 25px;
}

#index-news .in-block-in {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 10px;
    padding: 15px 0;
}

.shadow-box {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5)
}

#index-news span {
    display: block;
}

#index-news .in-block a {
    display: block;
    overflow: hidden
}

#index-news .in-block h4 {
    margin-top: 0
}

#index-news .in-block h4 a {
    text-align: center;
    color: #393939;
    transition: all 0.7s ease-out 0s;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    padding: 7px 5px;
    margin: 0;
}

#index-news .in-block a:hover,
#index-news .in-block a:focus,
#index-news .in-block a:active {
    color: #cc6635;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.95);
}

#index-news .in-block a .img {
    overflow: hidden;
    background: #000;
}

#index-news .in-block a img {
    width: 100%;
    z-index: 5;
    position: relative;
    opacity: 1;
    transition: all 0.4s ease;
}

#index-news .in-block a:hover img,
#index-news .in-block a:focus img,
#index-news .in-block a:active img {
    opacity: 1;
    transform: scale(1.2);
}


/*index-partner*/

#partner .partner_area .col-md-3 {
    width: 20%;
}

#partner {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgb(255, 245, 236) 0%, rgba(255, 255, 255, 0.8) 100%);
}

#keyreply-container {
    right: 20px !important;
    bottom: 27px !important;
}

#partner .partner_area div:first-child {
    margin-left: 25%;
}


/* ==================================================
   in-page 內頁
================================================== */


/*商城*/

.services_p div {
    width: 16.66666667%;
    float: left;
}

.txtNormal .services_p img {
    background-color: #fff;
    border: none;
    box-shadow: none;
}


/*頁面分頁按鈕*/

.pagination>li {
    display: inline-block;
    margin-right: 5px;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    color: #cc6635;
}

.pagination>li>a.active,
.pagination>li>span.active {
    color: #cc6635;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #de9e48;
    border-color: #de9e48;
}


/*會員模組*/


/*--驗證碼圖*/

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/*產品list 頁面*/

#in_msg_type.C-type li:nth-child(3n+1) {
    clear: both;
}

#index-product .C-type figure {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

#index-product ul li {
    margin-bottom: 15px;
}

#pro-des small {
    font-size: 16px;
}


/*-------產品頁面--------*/

#jquery-overlay {
    z-index: 9999 !important;
}

#jquery-lightbox {
    z-index: 9999 !important;
}

#photo-show {
    padding-bottom: 50px;
}


/*產品檔案下載*/

#pdf-download {
    margin: 5px 0 0
}

#pdf-download ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#pdf-download ul li {
    padding-left: 0px;
    clear: both;
}

#pdf-download li .pdf-des:before {
    content: "\f1c1";
    padding-right: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #393939;
    font-family: FontAwesome;
}

.pdf-des {
    width: 85%;
    padding-right: 1.5%;
    border-right: 1px solid #ddd;
    float: left;
}

.btn-pdf {
    float: right;
    margin-right: 1px
}


/*頁籤模組*/

#product-tabs {
    margin-bottom: 25px;
}

#product-tabs #myTab {
    margin: 0;
    border: none
}

#product-tabs #myTab li {
    margin: 0 0 5px;
    float: none;
}

#product-tabs #myTab li a {
    border-radius: 0;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    margin: 0;
}

#product-tabs #myTab li.active a {
    background-color: #808080;
    color: #fff;
}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {
    background-color: #de9e48;
    color: #fff;
}


/*購物車*/


/*--步驟箭頭*/

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 5px 0 6px 38px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background-color: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 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 #ddd
}

.cart_stepBox li:nth-child(2) {
    background-color: #ddd
}

.cart_stepBox li.active {
    background-color: #666;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #666
}

.input-group-addon {
    color: #393939;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.input-group-addon.btn-more {
    background-color: #cc6635;
    color: #fff;
    box-shadow: none;
}

.input-group-addon.btn-more:hover {
    background-color: #DE9E48;
    color: #fff;
}

.order-table-img img {
    width: 100%;
}

#cart_alert .modalclose {
    width: 20px;
    height: 20px;
    padding: 0 2px 4px;
    right: 10px;
    top: 10px;
}

#cart_alert .navicon:before,
#cart_alert .navicon:after {
    width: 16px;
    line-height: 0;
    left: -8px;
}


/*內頁*/

#in-container {
    padding: 70px 0 50px;
}

#in-container-row {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
}


/*搜尋頁*/

.container_serch .list-unstyled li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #de9e48 dotted;
}

.container_serch .list-unstyled li ul {
    padding: 0 0 0 20px;
    list-style: disc;
    margin: 0;
}

.container_serch .list-unstyled li ul li {
    padding: 0;
    margin: 0;
    border-bottom: none;
}


/*--麵包屑--*/

.breadcrumb {
    margin-left: 0;
    margin-right: 0;
    background: none;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
}

.breadcrumb li {
    font-size: 12px;
    color: #393939;
    position: relative;
    display: inline-block;
}

.breadcrumb li a {
    padding: 5px;
    background-color: #ccc;
    color: #fff;
    height: 27px;
    display: block;
    margin-bottom: 5px;
}

.breadcrumb>li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb li:first-child a {
    font: normal normal normal 15px/1 FontAwesome;
    background-color: #cc6635;
    position: relative;
    line-height: 19px;
    font-size: 10px;
}

.breadcrumb li:last-child a {
    background-color: #ccc;
    color: #fff;
    cursor: context-menu;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
    color: #ffffff;
    background-color: #de9e48;
}

.breadcrumb>.active span {
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    padding: 5px 5px;
}


/*--產品內頁標題H1--*/

.pdname-title {
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

.price-type {
    margin-top: 0;
    color: #de9e48;
    font-size: 28px;
}

.price-color {
    color: #900;
}


/*產品內標題H6*/

#pro-des .txtNormal h6 {
    margin: 35px 0 10px;
    padding: 10px 10px 8px;
    border-bottom: 1px #de9e48 dashed;
}


/*最新消息*/

.B-type .in-block {
    margin-bottom: 30px;
}

.B-type .newsTitle {
    margin-bottom: 10px;
}


/*
.B-type .news-img a {
    padding: 5px;
    display: block;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}*/

.B-type .news-img {
    clear: both;
    padding-right: 0;
}

.news-img {
    margin-bottom: 10px;
}

.msg_date {
    margin-left: 5px;
}

.msg_date i.fa {
    margin-right: 2px;
}


/*--左側欄--*/

#sidebar {}

#side_menu {}

#side_menu .nav-header {
    color: #393939;
    font-size: 19px;
    padding: 0px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    border-left-width: 3px;
    border-left-color: #de9e48;
    border-left-style: solid;
}

#side_menu ul li {
    border-radius: 0;
    margin: 0;
    border-bottom: 1px #ddd dotted;
}

#side_menu ul li a {
    padding: 9px 15px;
    font-size: 15px;
    color: #777;
    letter-spacing: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
}

#side_menu ul li a:hover,
#side_menu ul li a:focus {
    color: #fff;
    padding: 9px 15px 9px 25px;
    background-color: #cc6635;
}

#side_menu ul li.active a {
    color: #fff;
    background-color: #666;
}


/*sitemap*/

.map-list ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.map-list ul li {
    margin: 0;
    text-align: center;
    width: 48%;
    margin: 0 0.5% 30px;
    display: inline-table;
    background-color: #ddd;
}

.map-list ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    color: #393939;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
}

.map-list ul li:last-child a {
    border-bottom: none;
    color: #000;
}

.map-list ul a:hover,
.container_site-map ul a:focus {
    text-decoration: none;
    background-color: #de9e48;
    color: #fff !important;
}

.map-list ul li ul {
    margin: 0;
}

.map-list ul li ul li {
    width: 100%;
    margin: 0;
}

.map-list ul li ul li a {
    font-size: 15px;
    font-weight: normal;
}


/*會員*/

#content.member-content {
    padding-top: 0;
}

.member-box .input-group.vcode {
    margin-bottom: 20px;
}

.member-box .vcode-img {
    /*padding-right: 55px;*/
}

.member-forget {
    padding: 80px 0 60px;
}

.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: #ddd;
    border-style: solid;
}

.member-sex label {
    margin-left: 5px;
    margin-right: 5px;
}

.member-info-mail {}

.member-info-word {
    padding: 6px 15px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    background-color: #fff;
    width: 100%;
}

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    border-radius: 0;
}


/*QA*/

.qa-list {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}

.newsTitle {
    margin-top: 0;
}

.default-list .newsTitle {
    margin: 0 0 5px;
}

.list-inline.news-inline>li {
    padding: 10px;
    margin-bottom: 5px;
}

.panel-heading,
.panel {
    border-radius: 0;
    border: none
}

.panel-body {
    padding: 15px 0;
}

.panel {
    margin-bottom: 15px;
    box-shadow: none;
}

.panel-default>.panel-heading {
    padding: 0;
}

.panel-default>.panel-heading>a {
    background-color: #393939;
    display: block;
    color: #fff;
    padding: 10px 15px;
}

.panel-default>.panel-heading>a.collapsed {
    background-color: #fff;
    color: #393939;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}

.panel-default>.panel-heading>a.collapsed:hover {
    background-color: #393939;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #393939;
}


/* ======================================================================================
   LG版 微調 start
====================================================================================== */

@media (min-width:1600px) and (max-width:1800px) {
    #index-procate figure.effect-duke .pdname {
        line-height: 24rem;
    }
}

@media (min-width:1370px) and (max-width:1599px) {
    #index-procate figure.effect-duke .pdname {
        line-height: 21rem;
    }
}

@media (min-width:1200px) and (max-width:1369px) {
    #index-procate figure.effect-duke .pdname {
        line-height: 19rem;
    }
}


/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {
    #header .container {
        width: 100%;
    }

    .index-banner-title-out {
        left: auto;
    }

    #index-procate figure.effect-duke .pdname {
        line-height: 15rem;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .nav>li>a {
        font-size: 14px;
        padding: 10px 7px;
    }

    #language_area a {
        padding: 10px 7px;
    }

    #company_logo a img {
        width: 180px;
    }
}

@media (min-width:768px) and (max-width:1085px) {
    .md-hidden {
        display: none
    }

    #other-nav {
        margin-right: 10px;
        /*margin-top: 20px;*/
    }

    li#qsearch>a,
    li#member_area>a {
        border-radius: 100%;
        width: 34px;
        height: 34px;
        background-color: #393939;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        margin-left: 10px;
    }

    li#language_area>ul,
    li#member_area>ul,
    li#qsearch>ul {
        /*
	margin-top: -34px;
	margin-right: 36px;
    */
    }

    li#qsearch>ul {
        background-color: #fff;
        width: 400px;
    }
}


/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    body {
        padding-top: 122px;
    }

    #header {
        background-color: #000000;
    }

    .navbar-brand {
        float: none
    }

    #company_logo {
        text-align: center;
        width: 100%;
        float: none;
    }

    #company_logo a img {
        width: 240px;
        margin: 0;
        margin-left: -15px;
    }

    #header .container {
        width: 100%;
    }

    li#language_area>ul,
    li#member_area>ul,
    li#qsearch>ul {
        margin-top: -10px;
        margin-right: 0;
        border-width: 2px;
        border-color: #393939;
        border-style: solid;
    }

    #main_menu {
        float: none;
        text-align: center;
        background-color: #393939;
        margin-left: -15px;
        margin-right: -15px;
    }

    .dropdown-menu {
        width: 600px;
    }

    #main_menu .dropdown-menu li {
        float: left;
        width: 33%;
        list-style-image: url(../proimage/images/aaa.png);
    }

    .sticky-header #main_menu {
        float: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
        height: 50px;
        line-height: 20px;
    }

    #other-nav {
        margin-right: 0;
        margin-top: 0;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #cc6635;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #cc6635;
    }

    .index-banner-title {
        top: 18%;
    }

    .index-banner-title h1 {
        font-size: 1.8em;
    }

    .in-banner-title {
        padding: 200px 0px 180px;
    }

    .in-banner-title h2 {
        font-size: 1.8em;
    }

    .index-banner-title-out {
        top: inherit;
        bottom: 20%;
        left: auto;
    }

    #partner .partner_area div:first-child {
        margin-left: 0;
    }

    .jcarousel li {
        margin-bottom: -20px;
    }

    #footer-map {}

    /*index-procat*/
    #index-procate {}

    #index-procate .in-block {
        margin-bottom: 0;
    }

    /*index-service*/
    #index-service {
        padding-bottom: 50px;
    }

    #index-service {
        margin-bottom: 0;
    }

    /*#index_company*/
    #index_company_in {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #index_company p {}

    figure.effect-duke .pdname {
        opacity: 0.8;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        line-height: 15em;
    }

    figure.effect-duke .pdname.pdname-plus {}

    /*--大類圖片--*/
    /*--
#index-procate .grid figure img {
	-webkit-filter: brightness(.6);
}--手機版圖片亮度*/
    #procate-ul #list-procate.xs-width {
        width: 50%;
    }

    .jcarousel div#list-procate a {
        color: #fff;
        font-size: 16px;
    }

    #index-procate div#list-procate:nth-child(2) figure.effect-duke,
    #index-procate div#list-procate:nth-child(3) figure.effect-duke,
    #index-procate div#list-procate:nth-child(6) figure.effect-duke,
    #index-procate div#list-procate:nth-child(7) figure.effect-duke {
        background-color: #393939;
    }

    #index-procate figure.effect-duke .pdname {
        opacity: 1;
        line-height: 2rem;
    }

    #index-procate figure.effect-duke:hover .pdname,
    #index-procate figure.effect-duke:hover p {
        opacity: 1;
        line-height: 2rem;
    }

    #index-procate figure.effect-duke {
        background-color: #de9e48;
        text-align: center;
    }

    #index-procate figure.effect-duke:hover img {
        opacity: 0.2;
    }

    figure.effect-duke:hover .pdname,
    figure.effect-duke:hover p {
        opacity: 1;
        line-height: inherit;
    }

    figure.effect-duke .pdname {
        line-height: inherit;
        padding: 10px 0;
    }

    .grid figure figcaption,
    .grid figure figcaption>a {
        top: 50%;
    }

    #index-procate figure.effect-duke img {
        opacity: 1;
    }

    #index-procate h3.title {
        margin-bottom: 25px;
    }

    #index-news .msgdate_span {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #index-news .in-block {
        margin: 0;
    }

    #index-product ul {
        padding: 15px;
        margin: 0;
    }

    /*產品輪播*/
    #owl-product {}

    #owl-product figure.effect-duke {
        background-color: #fff;
    }

    #owl-product .grid .item {
        background-color: #fff;
    }

    #owl-product figure.effect-duke img {
        opacity: 1;
    }

    #owl-product figure.effect-duke:hover img {
        opacity: 1;
    }

    #owl-product .grid figure figcaption {
        position: relative;
        background-color: #fff;
    }

    #owl-product figure.effect-duke .pdname {
        line-height: inherit;
        opacity: 1;
    }

    .pd-infor {
        background-color: #fff;
        padding-top: 0;
    }

    a.owl-btn {
        width: 85px;
        color: #393939;
    }

    .owl-more-box {
        margin-bottom: 0 !important;
    }

    /*in-prolist*/
    .grid figure figcaption,
    .grid figure figcaption>a {
        position: relative;
    }

    .C-type .list-inline {
        padding: 0 !important;
    }

    /*contact*/
    .contact-map {
        margin-bottom: 20px;
    }

    .partner_area {
        display: flex;
        /*  宣告他是這個屬性  */
        justify-content: center;
        /*  讓所有物件置中排列  */
        flex-wrap: wrap;
        /*  指定讓物件換行  */
    }

    #partner .partner_area .col-md-3 {
        width: 33%;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media screen and (max-width: 767px) {
    #member_area .member-ul {
        display: block;
        width: 100%;
        overflow-x: hidden;
    }

    .navbar-nav .open .dropdown-menu {
        overflow-x: hidden;
    }

    /*首頁輪播*/
    .glyphicon-chevron-left:before,
    .glyphicon-chevron-right:before {
        font-size: 40px;
    }

    /*彈跳範例*/
    .left-block {
        position: relative;
        top: 0;
        left: 0;
    }

    h2.color-primary {
        font-size: 70px;
    }

    .color-primary span span {
        display: inherit;
        font-weight: normal;
        color: #fff;
        padding: 5px 3px;
    }

    .color-dark {
        background: none;
        padding: 0;
    }

    /*table*/
    .table-responsive {
        padding-left: 0;
        padding-right: 0;
    }

    /*頁籤模組*/
    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }

    #myTab-accordion .panel-heading h4 a {
        display: block;
        /*--
	background-color: #f5f5f5;
	color: #2b2b2b;
	--*/
        background-color: #393939;
        color: #fff;
        padding: 10px 10px;
        border-width: 1px;
        border-color: #ddd;
        border-style: solid;
    }

    #myTab-accordion .panel-heading h4 a:hover,
    #myTab-accordion .panel-heading h4 a:focus,
    #myTab-accordion .panel-heading h4 a:active {
        background-color: #393939;
        color: #fff;
    }

    #myTab-accordion .panel {
        border-radius: 0 !important;
    }

    #myTab-accordion .panel-heading h4 a.js-tabcollapse-panel-heading {
        background-color: #393939;
        color: #fff;
    }

    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }

    #myTab-accordion .panel-heading h4 a.js-tabcollapse-panel-heading.collapsed {
        display: block;
        background-color: #f5f5f5;
        color: #393939;
        padding: 10px 10px;
    }

    #myTab-accordion .panel-heading h4 a.js-tabcollapse-panel-heading.collapsed:hover {
        background-color: #393939;
        color: #fff;
    }

    #myTab-accordion .panel-body {
        border: none
    }

    #myTab-accordion .panel {
        border-radius: 0 !important;
        margin: 0 15px 15px;
        border: none;
    }

    #myTab-accordion .panel-default>.panel-heading {
        background-color: none;
        padding: 0;
    }

    /*購物車*/
    /*--步驟箭頭*/
    .cart_stepBox li .wrp {
        padding-left: 15px;
    }

    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }

    #mainnav-box {
        padding-left: 0;
        padding-right: 0;
    }

    #company_logo {
        padding-right: 0;
    }

    #company_logo a {
        display: block;
    }

    #company_logo a img {
        width: 180px;
    }

    #language_area {
        padding-right: 15px;
    }

    #language_area ul li a {
        padding: 10px 10px;
    }

    #qsearch {
        width: 240px;
    }

    #qsearch .form-control {
        width: 100%;
    }

    li.search-box-xs {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    li.search-box-xs .btn {
        margin-top: 0 !important;
    }

    li.search-box-xs span.input-group-btn {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .dropdown-menu li {}

    .dropdown-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #fff9f3 !important;
    }

    .language-box-xs {
        min-width: 32px;
        position: absolute;
        top: 50%;
        right: 110px;
        transform: translateY(-50%);
    }

    .language-box-xs a img {
        width: 32px !important;
        height: auto;
    }

    .language-box-xs a {
        color: #fff;
        font-family: "Microsoft JhengHei";
        font-size: 14px;
    }

    /*NAV buttom*/
    /*淡入*/
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }

        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }

        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }

    /*淡出*/
    @-webkit-keyframes fadeout {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    #mainnav-box .navbar-toggle.collapsed i.fa-bars {
        display: block;
    }

    #mainnav-box .navbar-toggle.collapsed i.fa-times {
        display: none;
        -webkit-animation-name: fadeout;
        /*动画名称*/
        -webkit-animation-duration: 1s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }

    #mainnav-box .navbar-toggle i.fa-times {
        display: block;
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 1s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }

    /*關閉按鈕淡出動畫*/
    #mainnav-box .navbar-toggle i.fa-bars {
        display: none;
    }

    #mainnav-box button {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        background: none;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
    }

    #mainnav-box .navbar-toggle {
        position: absolute;
        z-index: 600;
        border-radius: 100%;
        right: 0;
        font-size: 18px;
        text-indent: -5px;
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.6);
        top: 50%;
        transform: translateY(-50%);
    }

    #other-nav .panel-body {
        color: #cc6635
    }

    #mainnav-box .navbar-toggle.collapsed,
    #cart-xs a {
        border-radius: 100%;
        z-index: 300;
        font-size: 16px;
        text-indent: 0px;
        padding: 0;
        width: 35px;
        height: 35px;
        background-color: #DE9E48;
        color: #fff;
    }

    #cart-xs {
        position: absolute;
        margin: 0;
    }

    #cart-xs i {
        padding: 8px;
        font-size: 20px;
    }

    #mainnav-box .navbar-toggle.collapsed i.fa-user,
    #mainnav-box .navbar-toggle.collapsed i.fa-globe {
        display: block;
    }

    #mainnav-box .navbar-toggle i.fa-user,
    #mainnav-box .navbar-toggle i.fa-globe {
        display: none;
    }

    #mainnav-box .navbar-toggle.collapsed.xs-btn2 {
        right: 45px
    }

    #mainnav-box .navbar-toggle.collapsed.xs-btn3 {
        right: 105px
    }

    .dropdown-menu li {
        float: inherit;
        width: 100%;
    }

    .dropdown-menu li a {
        float: inherit;
        display: inline-block;
    }

    #cart-xs {
        right: 65px;
        top: 50%;
        transform: translateY(-50%);
    }

    /*NAV*/
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        max-height: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        padding-top: 75px;
        z-index: 400;
        height: 100%;
        background-color: #393939;
        margin: 0;
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.8s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }

    .navbar-collapse {
        border: none !important;
        top: -39px;
        left: 0;
        padding-top: 97px;
        padding-bottom: 97px;
        padding-right: 30px;
        padding-left: 30px;
        position: fixed;
        height: 100vh !important;
        width: 100%;
        z-index: -1;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.9);
        max-height: inherit !important;
        background: rgba(255, 255, 255, 1);
        -webkit-animation-name: fadeout;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0.5s;
        /*延迟时间*/
        opacity: 0;
        overflow-y: scroll;
    }

    .navbar-collapse.in {
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
        opacity: 1;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
        height: 60px;
        font-size: 16px;
        text-align: left;
        line-height: 40px;
        letter-spacing: 3px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background: #cc6635;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: #cc6635;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: rgba(255, 255, 255, 0.3)
    }

    /*banner*/
    #mainbanner {
        padding-top: 0;
    }

    .carousel-caption {
        text-align: center;
    }

    .index-banner-title-out {
        left: 7%;
        top: 40%;
        width: 86%;
    }

    .index-banner-title {
        padding: 30px 15px;
        background-image: none;
        text-align: center;
    }

    .index-banner-title h1 {
        font-size: 2em;
    }

    .index-banner-title h2 {
        font-size: 1em;
    }

    #partner .partner_area div:first-child {
        margin-left: 0;
    }

    /*footer*/
    #footer {
        padding: 50px 0 30px;
    }

    .ftbar {
        padding: 0;
    }

    .ftbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .ftbar ul li {
        width: 100%;
        display: block;
        border-bottom: 1px #aaa dotted;
    }

    .ftbar ul li+li:before {
        content: none !important;
    }

    .ftbar ul li a {
        padding: 18px 15px;
        display: block;
    }

    .ftbar ul li a:hover,
    .ftbar ul li a:focus,
    .ftbar ul li a:active {
        background-color: rgba(0, 0, 0, 0.4);
        color: #cc6635;
    }

    #footer-logo-icons {
        margin-bottom: 30px;
    }

    #footer_logo {
        text-align: center;
    }

    #blog_link {
        text-align: center;
    }

    #cominfo {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #cominfo ul {
        text-align: center;
    }

    .more-box a:hover,
    .more-box a:focus,
    .more-box a:active {
        color: #fff;
    }

    .index-content .index-title {
        margin-top: 45px;
        margin-bottom: 15px;
    }

    #index-news {
        padding: 20px 0 40px;
    }

    #index-procate,
    #index_company,
    #index-product {
        margin: 0;
        padding: 0;
    }

    #index_container .more-box {
        text-align: center;
        margin-bottom: 30px;
    }

    /*公司簡介*/
    #index_company {
        margin: 0;
        padding: 10px 10px 50px;
        ;
    }

    #index_company_in {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    figure.effect-duke .pdname {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        line-height: 15em;
    }

    figure.effect-duke .pdname.pdname-plus {}

    #index-procate figure.effect-duke {
        background-color: #DE9E48;
        text-align: center;
    }

    /*--
#index-procate .grid figure img {
	-webkit-filter: brightness(.6);
}--手機版圖片亮度*/
    #procate-ul #list-procate.xs-width {
        width: 50%;
    }

    #index-procate ul div {
        margin-top: -20px;
    }

    .jcarousel #list-procate a {
        color: #fff;
        font-size: 16px;
    }

    figure.effect-duke {
        background-color: #DE9E48;
    }

    #index-procate div#list-procate:nth-child(2) figure.effect-duke,
    #index-procate div#list-procate:nth-child(3) figure.effect-duke,
    #index-procate div#list-procate:nth-child(6) figure.effect-duke,
    #index-procate div#list-procate:nth-child(7) figure.effect-duke {
        background-color: #393939
    }

    figure.effect-duke:hover .pdname,
    figure.effect-duke:hover p {
        opacity: 1;
        line-height: inherit;
    }

    figure.effect-duke .pdname {
        line-height: inherit;
    }

    #index-procate figure.effect-duke:hover img {
        opacity: 1;
    }

    #index-procate figure.effect-duke .pdname {
        opacity: 1;
        line-height: 21rem;
    }

    #index-procate figure.effect-duke .pdname:hover {
        opacity: 0;
        line-height: 0rem;
    }

    .grid figure figcaption,
    .grid figure figcaption>a {
        top: 50%;
    }

    #index-procate figure.effect-duke img {
        opacity: 0.3;
    }

    #index-procate h3.title {
        margin-bottom: 25px;
    }

    #index-news .msgdate_span {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #index-news .in-block {
        margin: 0;
    }

    #index-product ul {
        padding: 15px;
        margin: 0;
    }

    /*產品輪播*/
    #owl-product {}

    #owl-product figure.effect-duke {
        background-color: #fff;
    }

    #owl-product .grid .item {
        background-color: #fff;
    }

    #owl-product figure.effect-duke img {
        opacity: 1;
    }

    #owl-product figure.effect-duke:hover img {
        opacity: 1;
    }

    #owl-product .grid figure figcaption {
        position: relative;
        background-color: #fff;
    }

    #owl-product figure.effect-duke .pdname {
        line-height: inherit;
        opacity: 1;
    }

    .pd-infor {
        background-color: #fff;
    }

    a.owl-btn {
        width: 85px;
        color: #393939
    }

    .owl-more-box {
        margin-bottom: 0 !important;
    }

    /*產品內頁*/
    #pro-des {
        margin-top: 15px;
    }

    .pdf-des {
        width: 80%;
    }

    .btn-pdf {
        font-size: 20px;
        margin-top: 15px;
    }

    /*in-page*/
    #in-container {
        padding: 30px 20px;
    }

    .in-banner-title {
        padding: 170px 15px;
        background: none;
        text-align: center;
    }

    .in-banner-title h2 {
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .in-banner-title p {
        font-size: 1em;
        display: none;
    }

    .pages {
        text-align: center;
        float: left;
        width: 100%;
    }

    /*in-news*/
    .B-type .news-img {
        padding-right: 15px;
    }

    /*contact*/
    .contact-map {
        margin-bottom: 20px;
    }

    /*in-prolist*/
    #index-product ul li {
        margin-bottom: 25px;
    }

    #in_msg_type.C-type li:nth-child(3n+1) {
        clear: none;
    }

    #in_msg_type.C-type li:nth-child(2n+1) {
        clear: both;
    }

    .partner_area {
        display: flex;
        /*  宣告他是這個屬性  */
        justify-content: center;
        /*  讓所有物件置中排列  */
        flex-wrap: wrap;
        /*  指定讓物件換行  */
    }

    #partner .partner_area .col-md-3 {
        width: 33%;
        padding-bottom: 30px;
    }

    #partner {
        padding: 50px 0 20px;
    }
}


/* ==================================================
   SM版 尺寸微調
================================================== */

@media screen and (max-width: 660px) {
    #index-procate figure.effect-duke .pdname {
        opacity: 1;
        line-height: 21rem;
    }
}

@media screen and (max-width: 550px) {
    #index-procate figure.effect-duke .pdname {
        opacity: 1;
        line-height: 16rem;
    }
}


/* ==================================================
   XS版 尺寸微調
================================================== */

@media screen and (max-width: 480px) {
    #member .form-group .btn {
        margin-bottom: 10px;
    }

    #company_logo a img {
        width: 132px;
    }

    #qsearch {
        width: 100%;
        margin-bottom: 7px;
    }

    #language_area {
        width: 100%;
        text-align: center;
    }

    #member_area {
        width: 100%;
        float: none;
        text-align: center;
    }

    .index-banner-title h1 {
        font-size: 1.7em;
    }

    .index-banner-title h2 {
        display: none;
    }

    .in-banner-title {
        top: 25%;
        left: 5%;
        right: 5%;
    }

    .in-banner-title h2 {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    /*in-news*/
    .B-type .in-block {
        width: 100%;
    }

    /*in-prolist*/
}

@media screen and (max-width: 360px) {
    #cart-xs {
        right: 61px;
    }

    .language-box-xs {
        right: 99px;
    }
}