@charset "utf-8";

/* ======================================================================================
   LG版 start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    word-break: break-word;
    font-size: 15px;
    line-height: 23px;
    color: #2b2b2b;
}

#index_container,
#in_container {
    overflow: hidden;
}


/* ==================================================
   all
================================================== */

a {
    transition: all 0.4s ease;
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #0c1fd5;
}

h1 {
    color: #1b2827;
}

#pro-des h2 {
    margin-top: 0
}

#pro-des h4 {
    padding-bottom: 10px;
}

#pro-des li {
    padding: 1px 0px;
}


/*產品型號*/

h4.newsTitle {
    margin-top: 0px;
}


/*list 標題名*/

h3 {
    color: #405655;
}

h4.newsTitle {
    font-size: 22px;
    font-weight: bold;
}

h4.media-heading {
    font-weight: bold;
    margin: 20px 0 10px;
}


/*回圈內標題設定*/

.txtNormal h4 {
    color: #0c1fd5;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
}

h4.else-pro {
    background-color: #0c1fd4;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
    display: table;
}

.txtNormal h5 {
    font-weight: bold;
    font-size: 22px;
    color: #777;
}

.txtNormal h5:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #e60012;
    margin-right: 5px;
    padding-left: 2px;
}

.txtNormal h6 {
    font-size: 16px;
    color: #51555a;
    font-weight: bold;
}

img {
    max-width: 100%
}

p {
    word-wrap: break-word
}

#pdf-download p {
    margin-top: 10px
}


/*回圈內設定*/

p.msgdate_des {
    line-height: 22px;
    color: #666;
}


/*簡述*/

.msgdate_span {
    font-size: 14px;
    line-height: 22px;
}


/*日期*/

.more-box {
    padding-top: 30px;
}


/*按鈕區塊*/

.btn {
    background: #333;
    color: #fff;
    border-radius: 0;
    transition: all 0.4s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #e60012;
    color: #fff;
}

.btn-info:hover {
    border-color: #e60012;
}

.btn-info {
    border-color: #333;
}

.btn-more {
    border: none;
}

.btn-primary {
    background-color: #0c1fd4;
    padding: 7px 15px;
}

.btn-primary:active:hover,
.btn-primary:hover:hover,
.btn-primary:focus:hover {
    border-color: #e60012;
}

.pdf-btn {
    width: 100%;
}

.pdf-btn p {
    font-size: 12px;
}


/*超出字點點點*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*聯絡我們驗證碼 & 表單*/

#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;
}

.red {
    color: #c00;
}

.control-label {
    margin-right: 15px;
}


/*會員相關非組件框模組(補充CSS)*/

.member-info {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.member-info label {
    margin-bottom: 0;
}

#login {
    padding: 7px 15px;
}


/*購物車view.php 運送方式間距*/

.cheked-box {
    margin-right: 10px;
}

.padding-cancel {
    padding: 0;
}

.list-inline .input-group {
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-addon {
    font-size: 12px;
    background-color: #fff;
}


/*麵包屑*/

.breadcrumb {
    background: none;
    margin-bottom: 45px;
    padding: 8px 0;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb li a {
    color: #888;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
    color: #333;
}

#in_msg_type.list-inline li {
    padding: 15px 15px;
}

#in_msg_type.list-inline .pro_list_p li {
    padding: 0px;
}


/*產品list 設定*/

.C-type li:nth-child(2n+1) {
    clear: left;
}

#in-container {
    padding-bottom: 75px;
}


/*表單日期設定*/

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/*區塊間距設定*/

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}


/*section 區塊間距*/

.section-padding-in {
    /*padding-bottom: 75px;*/
}


/*迴圈用區塊間距*/

.in-block {
    overflow: hidden;
    margin-bottom: 30px;
}


/*sitemap*/

.sitemap-ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sitemap-ul li {
    margin: 0 5px 30px;
    text-align: center;
    width: 19%;
    display: inline-table;
    background: rgba(0, 0, 0, 0.07);
    vertical-align: top;
}

.sitemap-ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    color: #2b2b2b;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
}

.sitemap-ul li:last-child a {
    border-bottom: none;
    color: #000;
}

.sitemap-ul a:hover,
.sitemap-ul a:focus {
    text-decoration: none;
    background: #333;
    color: #fff !important;
}

.sitemap-ul li ul {
    margin: 0;
    padding-left: 0;
}

.sitemap-ul li ul li {
    width: 100%;
    margin: 0 0 1px;
}

.sitemap-ul li ul li a {
    font-size: 12px;
    font-weight: normal;
}


/*訂購單頁面*/

.order-table-img img {
    width: 100%
}


/*搜尋*/

.container_serch #in_msg_type.A-type li {
    border-bottom: 1px dotted #eee;
}


/* ==================================================
   header
================================================== */

#nav-top {
    background: none;
}

.index_header {
    background: rgba(255, 255, 255, 0);
}

.sticky-header #header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

#company_logo img {
    width: 270px;
    height: auto;
    margin: 0px;
}

.navbar {
    height: inherit;
    margin-bottom: 0;
    background: none;
    border: none;
}

.navbar-default {
    border-left: none;
    border-right: none;
    border-radius: 0
}

.navbar-brand {
    padding: 15px 0;
}

.badge {
    background: #777;
}


/*社群按鈕*/

#sm-xs-other-nav {
    margin: 0
}

#sm-xs-other-nav>li>a {
    font-size: 12px;
}

#blog_link {
    margin-bottom: 0;
}

#blog_link li,
#sm-xs-other-nav {
    list-style: none;
    display: inline-block;
    text-align: center;
}

#blog_link li a:hover,
#sm-xs-other-nav li:hover {
    text-decoration: none;
}

#blog_link>li>a,
#sm-xs-other-nav>li>a {
    color: #bcbcbc;
    display: block;
    font-size: 14px;
    padding: 5px;
    transition: all 0.8s ease-in-out;
}

#blog_link>li>a:hover,
#blog_link>li>a:focus,
#blog_link>li>a:active,
#sm-xs-other-nav>li>a:hover,
#sm-xs-other-nav>li>a:focus,
#sm-xs-other-nav>li>a:active {
    color: #333;
}

#blog_link li a .fa-facebook:hover {
    color: #3c5a9a;
}

#blog_link li a .fa-google-plus:hover {
    color: #df4b38;
}

#blog_link li a .fa-youtube:hover {
    color: #e01a2b;
}

#blog_link li a .fa-instagram:hover {
    color: #6a453b;
}


/*語系*/

#language_area a {
    font-size: 14px;
}

#language_area .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.badge {
    padding: 1px 7px;
}


/*nav*/

#mainnav {
    min-height: auto;
    border-radius: 0;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    text-align: right;
}

.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-weight: bold;
    transition: all 0.4s ease;
    padding: 25px 15px;
}

.navbar-default .navbar-nav>li>div {
    cursor: context-menu;
    display: inline-block;
    color: #333;
    font-weight: bold;
    transition: all 0.4s ease;
    padding: 25px 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none;
    color: #e60012;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.navbar-default .navbar-nav>li>div:hover,
.navbar-default .navbar-nav>li>div:focus,
.navbar-default .navbar-nav>li>div:active,
.navbar-default .navbar-nav>.open>div,
.navbar-default .navbar-nav>.open>div:hover,
.navbar-default .navbar-nav>.open>div:focus {
    background: none;
    color: #e60012;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
    background: #0c1fd5;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    padding: 0;
    right: 0;
    left: auto;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #0c1fd5;
}

.navbar-default .navbar-nav>.active>div,
.navbar-default .navbar-nav>.active>div:hover,
.navbar-default .navbar-nav>.active>div:focus {
    background: none;
    color: #0c1fd5;
}


/*--下拉選單--*/

.dropdown-menu li {
    width: 100%;
    border-bottom: 1px #eee dotted;
}

.dropdown-menu>li>a {
    display: block;
    color: #2b2b2b;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    color: #262626;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    background-color: #0d1fd4;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu li:last-child {
    border: none;
}


/*nav top*/

.headhesive,
.headhesive-unstick {
    margin: 0;
    position: fixed;
    width: 100%;
    top: -150px;
    z-index: 1000;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.headhesive #company_logo a img,
.headhesive-unstick #company_logo a img {
    width: 100px;
}

.headhesive-stick {
    position: fixed;
    top: 0;
    z-index: 1500;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.09);
    opacity: 1;
}

.headhesive-stick #company_logo a img {
    width: 100px;
}

.headhesive-stick #mainnav .navbar-nav li a {
    padding: 20px 10px;
}


/*search*/

#qsearch .dropdown-menu {
    padding: 0;
    border: none;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

#qsearch .btn {
    border-radius: 0
}

#qsearch .input-group {
    padding-left: 0px;
    padding-right: 0px;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

#qsearch .dropdown-menu {
    width: 230px;
    left: -195px;
    top: 101%;
    animation-name: fadeInRight;
}

#qsearch .btn {
    border-radius: 0;
    border-color: #333;
}

#qsearch .btn:hover,
search .btn:focus,
search .btn:active {
    border-color: #e60012;
}

#other-index-lg {
    text-align: right;
    padding-top: 5px;
}


/*tbale*/

table {
    font-size: 15px;
}

.table tr:nth-child(1) {
    background: #e7e7e7;
}

.table>tbody>tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td {
    border-top: 1px solid #d8d8d8;
    vertical-align: middle;
}

td:first-child {
    width: 15%;
}


/* ==================================================
   banner
================================================== */

.index-banner-title {
    left: 15%;
    right: 15%;
    bottom: 35%;
    font-family: 'Alegreya Sans', sans-serif;
}

.index-banner-title h1 {
    margin: 0;
    font-size: 5em;
    font-weight: 900;
    color: #fff;
}

.index-banner-title h2 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 700;
}

.carousel-indicators,
.carousel-control {
    display: none;
}


/* ==================================================
   footer
================================================== */

.dunQR {
    height: 94px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 120px;
    text-align: center;
    z-index: 100;
}


/* ==================================================
   index
================================================== */

.index-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}


/*首頁分類標題框架*/

.index-title a {
    color: #000;
    /*首頁分類標題連結顏色*/
}

.index-title a:active,
.index-title a:hover,
.index-title a:focus {
    color: #0c1fd5;
}

.title p {
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
    line-height: 26px;
}


/*首頁分類說明文*/


/*index-proclass*/

.section-procat {
    margin-bottom: 35px;
    margin-top: -101px;
}

#index-procat .up {
    background: rgba(0, 155, 150, 0.8);
    padding: 15px 15px;
    color: #fff;
    /*首頁產品大類文字顏色*/
}

#index-procat h4 a,
#index-procat h4 a:hover {
    color: #fff;
    /*首頁產品大類標題顏色*/
}

#index-procat .up h4 {
    margin: 0 0 5px;
    font-size: 2.5rem;
}

#index-procat .up p {
    margin: 0;
}

#index-procat figure.effect-ming img {
    padding: 0;
}


/*----------------特效必要框架內容--------可貼在 LG 版 再自行再 md~xs 更改-----------*/

WW *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    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 p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: all 0.35s ease-out 0s;
    padding: 7px;
    background: #fff;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
    /*padding: 1em;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
    transform: scale(1.2);
}

.grid .wrapper {
    text-align: center;
    font-size: 0;
    height: 100%;
}

.grid .wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.grid p.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.grid p.text img.mark {
    width: 20px;
    opacity: 1;
    display: inline;
    background: none;
    padding: 0;
}

.index-banner {
    position: relative;
}

.index-banner span {
    display: block;
    color: #aaa;
    font-size: 14px;
    margin-bottom: -5px;
}

.index-banner .down-arrow {
    position: absolute;
    bottom: 27%;
    left: 0;
    right: 15px;
    font-size: 30px;
    color: #aaa;
}

.index-banner .down-arrow {
    animation: arrow-anime linear 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: arrow-anime linear 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: arrow-anime linear 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: arrow-anime linear 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: arrow-anime linear 2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes arrow-anime {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(0px, 10px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    75% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes arrow-anime {
    0% {
        -moz-transform: translate(0px, 0px);
    }

    25% {
        -moz-transform: translate(0px, 10px);
    }

    50% {
        -moz-transform: translate(0px, 0px);
    }

    75% {
        -moz-transform: translate(0px, 10px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes arrow-anime {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(0px, 10px);
    }

    50% {
        -webkit-transform: translate(0px, 0px);
    }

    75% {
        -webkit-transform: translate(0px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes arrow-anime {
    0% {
        -o-transform: translate(0px, 0px);
    }

    25% {
        -o-transform: translate(0px, 10px);
    }

    50% {
        -o-transform: translate(0px, 0px);
    }

    75% {
        -o-transform: translate(0px, 10px);
    }

    100% {
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes arrow-anime {
    0% {
        -ms-transform: translate(0px, 0px);
    }

    25% {
        -ms-transform: translate(0px, 10px);
    }

    50% {
        -ms-transform: translate(0px, 0px);
    }

    75% {
        -ms-transform: translate(0px, 10px);
    }

    100% {
        -ms-transform: translate(0px, 0px);
    }
}


/*index-main*/

.index-content {
    background: url(../images/index-main-bg.jpg) center bottom no-repeat fixed #f0f0f0;
    background-size: 100% auto;
}

h4.index-title {
    font-size: 28px;
    color: #000;
    margin-bottom: 45px;
    margin-top: 30px;
}

h4.index-title span {
    font-size: 15px;
    font-weight: normal;
    color: #0095c6;
    display: block;
    margin-top: 7px;
}

a.index-more {
    color: #333;
    font-size: 14px;
    display: inline-block;
}

a.index-more:hover,
a.index-more:focus,
a.index-more:active {
    color: #0d1fd4;
}

a.index-more:after {
    content: "\f0da";
    font-family: FontAwesome;
    color: #e60012;
    padding-left: 5px;
    transition: all 0.4s ease;
}

a.index-more:hover:after,
a.index-more:focus:after,
a.index-more:active:after {
    padding-left: 10px;
}

#index-procate,
#index_company,
#index-news {
    padding-bottom: 105px;
}


/*index-procate*/

#index-procate {
    text-align: center;
}

#index-procate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#index-procate ul li {
    display: block;
    margin-bottom: 30px;
}

#index-procate ul li:last-child {
    margin-bottom: 0;
}

#index-procate ul li a {
    position: relative;
    display: inline-block;
    background: #999;
    color: #fff;
    width: 150px;
    padding: 10px 10px;
}

#index-procate ul li a:hover,
#index-procate ul li a:focus,
#index-procate ul li a:active {
    background: #333;
}

#index-procate .left ul li a:after,
#index-procate .right ul li a:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: #999;
    top: 50%;
    transition: all 0.4s ease;
}

#index-procate .left ul li a:after {
    right: -150px;
}

#index-procate .right ul li a:before {
    left: -150px;
}

#index-procate .left ul li a:hover:after,
#index-procate .right ul li a:hover:before {
    background: #333;
}

#index-procate .up {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 45px;
}

#index-procate .up:after {
    content: "";
    display: block;
    clear: both;
}

#index-procate .up a.index-more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}

#index-procate .left,
#index-procate .right {
    position: absolute;
    top: calc(50% - 95px);
}

#index-procate .left {
    left: 0;
}

#index-procate .right {
    right: 0;
}

#index-procate .center {
    float: none;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    transform: scale(1.05);
}

#index-procate .up a .text {
    left: 0;
    right: 0;
}

#index-procate a .text {
    height: 50px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    transition: all 0.4s ease;
}

#index-procate a .text:after {
    content: "";
    display: block;
    background: rgba(20, 20, 20, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#index-procate a:hover .text {
    height: 100%;
    text-align: center;
    text-shadow: 0 0 7px #000;
}

#index-procate a:hover .text:after {
    bottom: 0;
}

#index-procate a .text h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
    line-height: 30px;
}

#index-procate a .text p {
    opacity: 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    width: 90%;
    margin: 0 5%;
    transition: all 0.6s ease;
    z-index: 2;
    top: 50%;
}

#index-procate a:hover .text h5 {
    bottom: 50%;
}

#index-procate a:hover .text p {
    opacity: 1;
    bottom: 35%;
}


/*index-company*/

#index_company .in-block {
    margin: 0;
}

#index_company a h5 {
    color: #0c1fd5;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.4s ease;
}

#index_company a p {
    color: #777;
    font-size: 15px;
}

#index_company a p br {
    display: none;
}

#index_company .img {
    border-bottom: 5px solid #0c1fd5;
    transition: all 0.4s ease;
}

#index_company a:hover h5,
#index_company a:focus h5,
#index_company a:active h5 {
    color: #e60012;
}

#index_company .img:hover,
#index_company .img:focus,
#index_company .img:active {
    border-color: #e60012;
}


/*index-news*/

#index-news {}

#index-news h4.index-title {
    border-bottom: 1px #ccc solid;
    margin-bottom: 0;
    padding-bottom: 45px;
}

#index-news .in-block {
    margin: 0;
    border-bottom: 1px #ccc solid;
}

#index-news .in-block a {
    display: block;
    padding: 20px 15px 20px 0;
    position: relative;
}

#index-news .in-block a:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    font-size: 14px;
    color: #e60012;
    position: absolute;
    right: 10px;
    top: calc(50% - 11px);
    transition: all 0.4s ease;
}

#index-news .in-block a:hover:after,
#index-news .in-block a:focus:after,
#index-news .in-block a:active:after {
    right: 0;
    color: #0c1fd5;
}

#index-news .in-block a h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    transition: all 0.4s ease;
}

#index-news .in-block a h5 span {
    display: inline-block;
    padding-right: 15px;
    color: #0095c6;
    font-weight: normal;
}

#index-news .in-block a:hover h5,
#index-news .in-block a:focus h5,
#index-news .in-block a:active h5 {
    color: #e60012;
}


/*index-staff*/

#index-staff {
    position: relative;
}

#index-staff .text {
    position: absolute;
    bottom: 18%;
    width: 100%;
    left: 0;
    text-align: center;
}

#index-staff .text h4 {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    margin: 0;
    line-height: 35px;
    position: relative;
    font-weight: bold;
}

#index-staff .text h4:before {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    color: #e60012;
    left: calc(50% - 6px);
    top: 19px;
    text-shadow: none;
    font-size: 12px;
}


/* ==================================================
   in-page 內頁
================================================== */


/*banner*/

.in-banner {
    position: relative;
}

#mainbanner.in-banner {
    padding-top: 110px;
}

.in-banner>.index-banner-title {
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.in-banner>h2 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 900;
}

.in-banner>p {
    font-size: 1.8em;
}


/*產品內頁pro-price區塊*/

#pro-price {
    background: #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


/*會員模組*/


/*--驗證碼圖*/

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/*頁籤模組*/

#product-tabs {
    margin-bottom: 30px;
    margin-top: 30px;
}

#product-tabs #myTab {
    padding: 0;
    margin: 0 0 25px;
}

#product-tabs #myTab li {
    margin: 0;
}

#product-tabs #myTab li a {}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {}


/*購物車*/

.alert-success {
    background-color: #c1c1c1;
    border-color: #ffffff;
    color: #292929;
}


/*--步驟箭頭*/

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 38px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 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: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #ddd
}

.cart_stepBox li:nth-child(2) {
    background: #ddd
}

.cart_stepBox li.active {
    background: #0c1fd5;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #0c1fd5;
}

.view_cart .btn-more {
    padding: 7px 20px;
}


/*about*/

.about_company#in-container {
    padding-bottom: 0px;
}

.about-bg {
    background-image: url(../proimage/about/about-bg-4.jpg);
    background-attachment: fixed;
    background-position: 60% top;
}

.in-about .page-header {
    border: 0px;
}

.in-about .breadcrumb {
    padding: 37px 0;
}

.in-about .about-title {
    padding-top: 150px;
    margin-bottom: 10px;
}

.in-about .white-bg {
    background-color: rgba(255, 255, 255, 0.43);
    margin: 122px 30px 75px;
}

.in-about .in-about-h4 {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 7px;
}

.in-about .row {
    padding: 30px;
}

.in-about .in-about-h4 h4 {
    font-size: 35px;
    margin-bottom: 20px;
}

.in-about .txtNormal h5 {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
    color: #2A2A2A;
}

.in-about .in-about-content h4 {
    margin: 0px 0px 5px;
}

.in-about .in-about-content p {
    font-size: 22px;
    line-height: 32px;
}

.in-about2 {
    padding: 10px 0 20px;
}

#about-zone1 .in-abotu3 p {
    line-height: 28px;
}

#about-zone1 .in-abotu3 h4 {
    margin: 15px 0 0;
}

.in-environment .section-padding {
    padding: 0 15px;
}

#about-zone1.section-padding {
    padding-bottom: 0px;
    padding-top: 40px;
}

#about-zone2.section-padding {
    padding-top: 0px;
}

.service-zone2-title {
    border-left: 5px solid #0c1fd5;
    padding: 15px 0px 15px 15px;
    background-color: rgba(197, 192, 192, 0.2);
    color: #333;
}

.about-90 .A-type .msg_date {
    display: none;
}


/*service*/

.about_service .about-bg {
    background-image: url(../proimage/about/about-bg-B-2.jpg);
    background-attachment: fixed;
    background-position: 60% top;
}

.about_service#in-container {
    padding-bottom: 0px;
}

.in-service-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-top: -15px;
}

.in-service {
    padding-top: 50px;
}

.in-service .row {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.in-service .in-block {
    padding: 5px 15px;
        /* width: 33%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-service .txtNormal h5:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #e60012;
    margin-right: 5px;
    padding-left: 2px;
}

.in-service-3 {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 500;
}

.in-service h5 {
    margin-bottom: 0px;
}

.in-service p {
    margin-bottom: 30px;
}


/*最新消息*/

.A-type {
    padding-left: 15px;
    padding-right: 15px;
}

.A-type li h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.A-type li:last-child h4 {
    border-bottom: none;
}

.A-type .msg_date {
    line-height: 36px;
    color: #bbb;
    font-size: 1rem;
}

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

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


/*in-product*/

.in-pro-box .section-padding-in {
    padding-top: 20px;
}

#in_msg_type .inside-msg-more {
    padding: 10px 15px 0;
}

#in_msg_type .pro_list_p {
    padding-top: 10px;
}

#in_msg_type .sec_pro_list {
    background-color: #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#in_msg_type .sec_pro_list h4.newsTitle {
    margin-bottom: 0;
    padding-top: 5px;
}

#in_msg_type .sec_pro_list .inside-more {
    text-align: right;
}

#in_msg_type .sec-pro-cat {
    margin-bottom: 20px;
}

#in_msg_type .sec-pro-cat:nth-child(4n+1) {
    clear: both;
}

#in_msg_type .sec-pro-cat img {
    border: 1px #eee solid;
}

#in_msg_type .sec-pro-cat h4 {
    text-align: center;
    font-weight: bold;
}

.inside-msg-more .add_to_cart {
    padding: 7px 15px;
}

.inside-msg-more .btn-info {
    background-color: #333;
}

.btn-info[disabled]:hover,
.btn-info[disabled]:focus {
    background: #e60012;
}

#in_msg_type .textmsg .nocar_list_p p,
#in_msg_type .textmsg .pro_list_p p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#in_msg_type .textmsg .nocar_list_p .table,
#in_msg_type .textmsg .pro_list_p .table {
    display: none;
}

#in_msg_type .textmsg .nocar_list_p .newsTitle h4,
#in_msg_type .textmsg .pro_list_p .newsTitle h4 {
    display: none;
}

.in-pro-list .panel-body {
    padding: 15px 15px 50px;
}

.in-pro-box #prodshow_box .txtNormal h5 {
    font-size: 18px;
}


/*----------------------footer----------------------*/

#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: #848789;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 50px 0 0;
    border-top: 1px #fff solid;
    overflow: hidden;
    background: url(../images/footer-bg.jpg) center center;
    background-size: cover;
}

.ftbar {
    background: #3e5e5d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: #ccc;
}

.ftbar ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 0;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    background: none;
    color: #0c1fd5;
}

h4.comname {
    color: #fff;
}

#cominfo ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li {
    line-height: 25px;
    color: #fff;
}

#cominfo ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #333;
}

#cominfo ul li a i {
    margin-right: 5px;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #e60012;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    padding-top: 45px;
}

#footer_logo img {
    width: 250px;
    height: auto;
}

#footer_QR img {
    width: 100px;
    height: auto;
}

#footer_link {
    padding: 12px 0;
    margin-top: 30px;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #888;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: #aaa;
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #333;
}


/* ==================================================
   SIDE BAR
================================================== */

.panel {
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
}

#sidebar {
    padding-top: 75px;
}

#sidebar .nav>li>a {
    padding: 12px 10px 12px 25px;
    background: #e7e7e7;
    color: #555;
    position: relative;
}

#sidebar .nav>li>a::after {
    content: "\f0da";
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 100;
    font-family: FontAwesome;
    color: #e60012;
}


/*
#sidebar .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    height: 1px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s cubic-bezier(.89, -1.3, .2, 1.3);
}
*/

#sidebar .nav>li>a:hover::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

#sidebar .nav>li.active>a {
    background: #333;
    color: #fff;
}

#sidebar .nav>li>a:hover,
#sidebar .nav>li>a:focus,
#sidebar .nav>li>a:active {
    background: #888;
    color: #fff;
    padding: 12px 10px 12px 30px;
}

#sidebar .nav ul {
    padding: 0;
    list-style: none;
}

#sidebar .nav ul a {
    padding: 15px 15px 15px;
    background: #f7f7f7;
    color: #555;
    text-align: right;
    position: relative;
    display: block;
}

#sidebar .nav ul a:active {
    color: #0c1fd5;
}

#sidebar .nav ul li+li {
    border-top: 2px solid #FFF;
}

.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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-radius: 0;
}

.add-cart {
    padding-top: 7px;
}

.add-cart a {
    display: block;
    background: #333;
    color: #fff;
    border-radius: 0;
    float: left;
}

.add-cart a:hover,
.add-cart a:focus,
.add-cart a:active {
    background: #e60012;
    color: #fff;
}

.add-cart a.btn-primary {
    background-color: #0c1fd4;
    padding: 7px 24px;
}

.btn-info:active:hover {
    background-color: #333;
}

.btn-primary:active:hover,
.btn-primary:hover:hover,
.btn-primary:focus:hover {
    background-color: #e60012;
    color: #fff;
}

h1.page-header {
    font-size: 36px;
    font-weight: bold;
}

/* 關於我們-美編頁 */

.about-29 .section-padding {
    padding-bottom: 0;
    padding-top: 0;
}

#in-about01 {
    padding: 0 140px;
}

#in-about01.in-about-h4 {
    font-size: 33px
}

.in-about01-text h4 {
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
}

.in-about01-text h5 {
    margin-bottom: 40px;
    font-size: 20px;
}

p.t1 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
}

#in-about01 h5:before,
#in-about01 h5:after {
    content: "";
    margin: 4px;
    padding: 1px;
    display: inline-block;
    padding: 1px;
    background-color: #e60012;
    width: 15px;
}

#in-about01 .in-about-h4 p {
    font-size: 20px;
    margin: 40px 0 0;
}

.sqright {
    padding: 22px 90px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: solid #0D1FD4;
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
}

.picA {
    margin-bottom: 32px;
}

.picA p {
    line-height: 2;
}

.picA:nth-child(even) .in-about01-text {
    text-align: end;
    padding-right: 30px;
}

.picA:nth-child(odd) .in-about01-text {
    padding-left: 30px;
}

.sqright2 {
    background-image: url(/proimage/images/about/Feature/Group170.png);
    background-position: top center;
    background-size: 100% auto;
    margin-top: 20px;
}

.bubble img {
    margin: auto;
}


#in-about01 .bubble p {
    color: #FFF;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.in-about .row.ab {
    padding: 55px 0px 20px;
}

.bubble:nth-child(even) {
    padding-top: 35px;
}

.sqright3 {
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: solid #0D1FD4 4px;
    text-align: center;
    line-height: 2;
}

.sqright3:hover {
    border-bottom: solid #E50012 4px;
}

.sqright3 p a:hover,
.sqright3 p a:focus,
.sqright3 p a:active {
    color: #1f2a2a;
}

.sqright3 h6,
.sqright3 h6 a {
    font-size: 21px;
    color: #E50012;
    font-weight: bold;
}

#in-about01 .in-about-h4 .sqright3 p {
    font-size: 14px;
    margin: 15px 20px 30px;
    text-align: start;
}

.btn-a {
    background-color: #0D1FD4;
    padding: 8px 17px;
    font-size: 16px;
    letter-spacing: 2px;
    border-bottom: 2px solid #E50012;
}

.btn.btn-a.text-center a {
    color: #FFF
}

#in-about01 hr {
    margin-top: 60px;
    border-top: 1px solid #b4b4b4;
}

/*滑動黑區塊測試*/
.procate .text {
    height: 50px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    transition: all 0.4s ease;
}

.procate .text h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
    line-height: 30px;
}

.procate .text h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
    line-height: 30px;
}

#in-about01 .procate .text h5:after,
#in-about01 .procate .text h5:before {
    content: none;
}

.procate .text p {
    opacity: 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    width: 90%;
    margin: 0 5%;
    transition: all 0.6s ease;
    z-index: 2;
    top: 50%;
    text-align: center;
}

.procate .text:after {
    content: "";
    display: block;
    background: rgba(20, 20, 20, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.procate .text a {
    color: #FFF;
    display: block;
    height: 80%;
}

div.procate:hover .text {
    height: 100%;
    text-align: center;
    text-shadow: 0 0 7px #000;
}

div.procate:hover h5 {
    bottom: 50%;
    opacity: 0;
}

div.procate:hover p {
    opacity: 1;
    bottom: 80%;
    top: 10%;
    height: 80%;
}

#in-about01 .more-box {
    padding-top: 0px;
}

#in-about01 .more-box2 {
    padding-top: 20px;
}

.procate .img a {
    display: block;
}

/* Timeline */
#in-about01 ul {
    padding-left: 29px;
    margin: 0 0 20px;
}

.timeline {
    border-left: 2px solid #c8bdbd;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: sans-serif, "微軟正黑體", "Arial";
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px 31px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    /* max-width: 30%;*/
    margin-left: 200px !important;
}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-family: sans-serif, "微軟正黑體", "Arial";
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);

    margin-bottom: 40px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -185px;
    color: #4B4B4B;
    content: attr(data-date);
    text-align: right;
    font-weight: 750;
    font-size: 1.8em;
    min-width: 120px;
    font-style: italic;
    font-family: Arial;
    letter-spacing: 1px;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #E50012;
    left: -35px;
    background: #E50012;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline li ul {
    padding-left: 25px;
    list-style: inherit;
    color: #5E5E5E;
    font-weight: 600;
    font-size: 17px;
}

/*固定右側icon*/

.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: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.js-icon_Community .icon_li {
    position: relative;
    right: -100px;
}

.js-icon_Community.active .icon_li {
    right: 0;
    pointer-events: auto;
}

.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: 60px;
    z-index: 9998;
    pointer-events: none;
}

.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;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
}

.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;
}


/*彈跳視窗*/

.js_lightbox_wechat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.content-wechat {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 375px;
    width: calc(100% - 15px);
    background: #fff;
    padding: 75px 30px 30px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.js_lightbox_wechat .js-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.title-wechat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    background: #08b506;
    color: #fff;
    font-size: 26px;
    font-family: Arial, sans-serif;
}

.id-wechat {
    font-family: Arial, sans-serif;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px;
}

.content-wechat img {
    height: 130px;
    width: auto;
}


/*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: #b12929;
}

.bg_iconMail {
    background: #3155b8;
}

.bg_iconWechat {
    background: #09b507;
}

.bg_iconWhatsapp {
    background: #20B038;
}

/* ==================================================
   LG版 尺寸微調
================================================== */
@media (min-width: 1920px) {
    .sqright3 {
        min-height: 240px;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .sqright3 {
        min-height: 265px;
    }
}

@media (max-width: 1700px) {
    .index-banner .down-arrow {
        bottom: 20%;
    }

    #in-about01 {
        padding: 0 20px;
    }

}

@media (max-width: 1500px) {
    .index-banner .down-arrow {
        bottom: 10%;
    }

    #index-procate a .text h5 {
        font-size: 16px;
    }
}

@media (max-width: 1450px) and (min-width: 1200px) {
    .col-lm-12 {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 1600px) and (min-width: 1280px) {
    .sqright3 {
        min-height: 260px;
    }
}

@media (max-width: 1280px) and (min-width: 1000px) {
    .sqright3 {
        min-height: 260px;
    }
}



/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {

    /*首頁BANENR*/
    .index-banner-title {
        top: 25%;
    }

    .index-banner-title h1 {
        font-size: 3em;
    }

    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }

    /*首頁產品大類*/
    .section-procat {
        margin-top: -103px;
    }

    .in-banner {
        padding-top: 30px;
    }

    #mainbanner.in-banner {
        padding-top: 110px;
    }

    /*關於我們-美編頁微調*/
    .sqright3 {
        min-height: 320px;
    }

    .in-about .row.ab {
        padding: 55px 0px 10px;
    }
}

@media (min-width:992px) and (max-width:1075px) {
    .navbar-default .navbar-nav>li>a {
        padding: 25px 10px;
    }
}

@media (min-width:992px) and (max-width:1000px) {

    /*首頁產品大類*/
    .section-procat {}

    .section-procat .in-block {
        padding: 0;
    }

    /*內頁BANENR*/
    .in-banner>.index-banner-title {
        left: 15%;
        right: 15%;
        top: 25%;
    }
}

@media (min-width:992px) {
    #main_menu .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    #main_menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .in-service .in-block {
        width: 33%;
}
}

@media (max-width: 991px) {
    #header-inbox {
        padding-left: 0;
        padding-right: 0;
    }

    #other-index-lg {
        padding-top: 0;
    }

    #cart.cart-xs {
        position: absolute;
        right: 85px;
        top: 22px;
    }

    #cart.cart-xs a {
        color: #bcbcbc;
    }

    #qsearch {
        border-top: none !important;
    }

    #qsearch .dropdown-menu {
        left: 0;
        width: auto;
        padding-bottom: 15px;
        background: none !important;
    }

    #other-nav li:nth-child(2) {}

    #main_menu .dropdown-menu li:first-child {
        border-top: none;
    }

    .dropdown-menu>li>a {
        text-align: center;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
        padding-bottom: 70px;
    }

    .collapsing {
        overflow: hidden !important;
    }

    /* 手機版選單按鈕切換特效 */
    /* 搭配JS在main.js裡 */
    /* class更換   "larr"左箭頭 "rarr"右箭頭 "uarr"上箭頭 "x"叉叉 "plus"加號 都沒設是減號  */
    nav *,
    nav *:before,
    section *:after {
        transform: translate3d(0, 0, 0);
    }

    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 25px 10px;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        opacity: .8;
        background: none !important;
        border: none;
        margin-right: 0;
    }

    .navicon-button .navicon:before,
    .navicon-button .navicon:after {
        transition: 0.25s;
    }

    .navicon-button:hover {
        transition: 0.5s;
        opacity: 1;
    }

    .navicon-button:hover .navicon:before,
    .navicon-button:hover .navicon:after {
        transition: 0.25s;
    }

    .navicon-button:hover .navicon:before {
        top: 10px;
    }

    .navicon-button:hover .navicon:after {
        top: -10px;
    }

    .navicon {
        position: relative;
        width: 30px;
        height: .3125rem;
        background: #000;
        transition: 0.5s;
        border-radius: 2.5rem;
    }

    .navicon:before,
    .navicon:after {
        display: block;
        content: "";
        height: .3125rem;
        width: 30px;
        background: #000;
        position: absolute;
        z-index: -1;
        transition: 0.5s 0.25s;
        border-radius: 2.5rem;
    }

    .navicon:before {
        top: 8px;
    }

    .navicon:after {
        top: -8px;
    }

    .open:not(.steps) .navicon:before,
    .open:not(.steps) .navicon:after {
        top: 0 !important;
    }

    .open .navicon:before,
    .open .navicon:after {
        transition: 0.5s;
    }

    .open {
        transform: scale(1);
        position: relative;
        z-index: 600;
    }

    .open.larr .navicon:before,
    .open.larr .navicon:after,
    .open.rarr .navicon:before,
    .open.rarr .navicon:after,
    .open.uarr .navicon:before,
    .open.uarr .navicon:after {
        width: 1.5rem;
    }

    .open.larr .navicon:before,
    .open.rarr .navicon:before,
    .open.uarr .navicon:before {
        transform: rotate(35deg);
        transform-origin: left top;
    }

    .open.larr .navicon:after,
    .open.rarr .navicon:after,
    .open.uarr .navicon:after {
        transform: rotate(-35deg);
        transform-origin: left bottom;
    }

    .open.uarr {
        transform: scale(0.75) rotate(90deg);
    }

    .open.rarr .navicon:before {
        transform: translate3d(1em, 0, 0) rotate(-35deg);
        transform-origin: right top;
    }

    .open.rarr .navicon:after {
        transform: translate3d(1em, 0, 0) rotate(35deg);
        transform-origin: right bottom;
    }

    .open .navicon,
    .open .navicon {
        background: transparent;
    }

    .open .navicon:before,
    .open .navicon:before {
        transform: rotate(-45deg);
    }

    .open .navicon:after,
    .open .navicon:after {
        transform: rotate(45deg);
    }

    .open {
        transform: rotate(0deg);
    }

    /*nav-top*/
    #blog_link {
        text-align: right;
    }

    .navbar-collapse.collapse {
        height: 100vh !important;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-collapse {
        border: none !important;
        top: 0;
        left: 0;
        padding-top: 15px;
        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: auto !important;
    }

    .navbar-collapse.collapse {
        overflow-y: auto !important;
    }

    .navbar-collapse.in {
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
        opacity: 1;
    }

    /*NAV li a*/
    .navbar-default .navbar-nav>li>a {
        padding: 20px;
    }

    .register-li {
        display: block !important;
        border-top: 1px dotted #ccc;
    }

    .register-li a {
        display: block;
    }

    #main_menu>li {
        display: block !important;
        border-top: 1px dotted #ccc;
        clear: both;
        float: none;
    }

    #main_menu>li:nth-child(2) {
        border-top: none;
    }

    #language_area {
        border-top: 1px dotted #ccc;
    }

    /*NAV li a 下拉*/
    #main_menu .dropdown-menu {
        background: #e7e7e7;
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .dropdown-menu li {
        border-top: 1px dotted #ccc;
        border-bottom: none;
    }

    .dropdown-menu li:last-child {
        border-top: 1px dotted #ccc;
    }

    #main_menu .dropdown-menu li {
        border-top: 1px dotted #ccc;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px;
    }

    /*search*/
    #qsearch .dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
    }

    /*other-nav*/
    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav>li {
        width: 100%;
        float: left;
        text-align: center;
    }

    #other-nav.dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
    }

    .dropdown-menu>li>a {
        padding: 20px;
        font-weight: bold;
    }

    #main_menu .dropdown-menu li:first-child {
        border-top: none;
    }

    /*NAV buttom*/
    /*淡入*/
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }

        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }

        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }

    /*淡出*/
    @-webkit-keyframes fadeout {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        /* background: rgba(0, 0, 0, 0.07); */
        color: #e60012;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:active {
        background: rgba(0, 0, 0, 0.07);
        color: #e60012;
    }

    #other-nav.dropdown-menu {
        background: rgba(0, 0, 0, 0.05);
    }

    #language_area .dropdown-menu {
        width: 100%;
    }

    #index-procate a .text h5 {
        font-size: 14px;
    }



}

@media (max-width:1199px) {

    /* 美編頁微調 */
    #in-about01 {
        padding: 0px;
    }

    .picA {
        margin-bottom: 0px;
    }

    .sqright {
        padding: 18px 30px;
    }

    .timeline {
        margin-left: 160px !important;
    }
}

/* ======================================================================================
    SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {

    /*logo*/
    #company_logo img {
        margin: 8px 0;
    }

    /*BANENR*/
    .index-banner-title {
        top: 25%;
    }

    .index-banner-title h1 {
        font-size: 3em;
    }

    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }

    /*首頁產品大類*/
    .section-procat {
        margin-top: -128px;
    }

    .section-procat .pro-block {
        padding: 5px;
    }

    #index-procat .in-block {
        margin-bottom: 30px;
    }

    /*首頁產品大類*/
    .sitemap-ul li {
        width: 18.5%;
    }

    .page-header,
    .breadcrumb {
        text-align: center;
    }

    /*產品列表*/
    #in_msg_type.list-inline.C-type li {
        text-align-last: center;
    }

    /*消息列表*/
    .index-content {
        padding-top: 60px;
    }

    .index-banner .down-arrow {
        bottom: 3%;
    }

    #index-procate,
    #index_company,
    #index-news {
        padding-bottom: 60px;
    }

    #index-procate .center {
        margin: inherit;
        transform: scale(1);
    }

    #index-procate .img,
    #index-procate .center .text {
        width: 50%;
    }

    #index-procate .up {
        margin-bottom: 30px;
    }

    #index-procate .up .img {
        padding-top: 15px;
        padding-left: 15px;
    }

    #index-procate .img {
        float: left;
    }

    #index-procate .down .row {
        margin-left: 0;
        margin-right: 0;
    }

    #index-procate .down .in-block {
        background: #fff;
    }

    #index-procate .down .img {
        padding: 15px 0;
    }

    #index-procate a .text {
        float: right;
        position: relative;
        height: auto;
        top: calc(50% - 20px);
        width: 50%;
        padding-top: 50px;
    }

    #index-procate a .text h5,
    #index-procate a .text p {
        position: inherit;
        color: #333;
        text-shadow: none;
        opacity: 1;
        bottom: inherit;
    }

    #index-procate a:hover .text h5,
    #index-procate a:hover .text p {
        bottom: inherit;
    }

    #index-procate a .text:after {
        content: none;
    }

    #index-procate .left,
    #index-procate .right {
        position: inherit;
    }

    #index-procate ul li {
        display: inline-block;
    }

    #index-procate ul li a {
        width: 180px;
    }

    #index-procate .left ul li a:after,
    #index-procate .right ul li a:before {
        content: none;
    }

    #index-procate .up a.index-more {
        bottom: auto;
        top: 15px;
    }

    #index_company a p br {
        display: block;
    }

    #index-staff .text {
        bottom: 11%;
    }

    /*in-bannber*/
    #mainbanner.in-banner {
        padding-top: 75px;
    }

    /*about*/
    #about-zone1 {
        text-align: left;
    }

    #about-zone1 .text-center {
        text-align: left;
    }

    .in-about .white-bg {
        margin: 5px 15px 0;
    }

    .in-about .breadcrumb {
        padding: 8px 0;
        margin-bottom: 0px;
    }

    .about-bg {
        background-size: cover;
    }

    .in-about .row {
        padding: 15px;
    }

    /*關於我們-美編頁微調*/
    .sqright3 {
        min-height: 370px;
    }

    .in-about .row.ab {
        padding: 45px 0px 0px;
    }
}


/* ======================================================================================
XS版 start
====================================================================================== */

@media (max-width:767px) {
    .btn-more {
        margin-bottom: 5px;
    }

    .xs-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #index-procat ul li.xs-fluid {
        margin-bottom: 15px;
    }

    #Iframe1 {
        margin: 20px auto;
        display: flex;
    }

    .btn-more {
        display: block;
    }

    .dunQR {
        height: 94px;
        position: inherit;
        right: 15px;
        bottom: 20px;
        width: 100%;
        text-align: center;
        z-index: 100;
    }

    .sitemap-ul>li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-default,
    .navbar-nav>li {
        float: none;
    }

    #other-nav li:nth-child(1) {
        border-top: none;
    }

    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 18px 10px;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        opacity: .8;
        background: none !important;
        border: none;
    }

    /*首頁產品大類區塊*/
    .section-procat {
        margin-top: 0;
    }

    .section-procat .in-block {
        padding: 0;
    }

    /*logo*/
    #company_logo img {
        margin: 8px 0;
    }

    /*首頁BANENR*/
    .index-banner-title h1 {
        font-size: 1.8em;
        word-break: break-word;
    }

    .index-banner-title h2 {
        font-size: 1.5em;
        word-break: break-word;
    }

    /*首頁區塊*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    /*頁籤模組*/
    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }

    #myTab-accordion .panel-heading h4 a {
        display: block;
        background: #f5f5f5;
        color: #2b2b2b;
        padding: 10px 10px;
    }

    #myTab-accordion .panel-heading h4 a:hover,
    #myTab-accordion .panel-heading h4 a:focus,
    #myTab-accordion .panel-heading h4 a:active {
        background: #97c762;
        color: #fff;
    }

    #myTab-accordion .panel {
        border-radius: 0 !important;
    }

    #myTab-accordion .panel-default>.panel-heading {
        background: none;
        padding: 0;
    }

    /*購物車*/
    /*--步驟箭頭*/
    .cart_stepBox li .wrp {
        padding-left: 15px;
    }

    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }

    .table-responsive>.table-bordered {
        border: 1px solid #ddd;
    }

    /*banner*/
    .in-banner>.index-banner-title {
        top: 18%;
    }

    .in-banner>h2 {
        font-size: 1.8em;
        font-weight: 900;
    }

    .in-banner>p {
        font-size: 1em;
    }

    .car-box-btn .btn-more {
        margin-bottom: 0px;
        display: inline-block;
        width: 49%;
    }

    .car-box-btn .btn-info {
        width: 49%;
    }

    /*footer*/
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer #footer_logo {
        text-align: center;
    }

    #footer_logo {
        margin-bottom: 15px;
        padding-top: 0;
    }

    #footer_logo img {}

    #footer_cf {
        margin: 20px 0;
        text-align: center;
    }

    #footer_cf img {
        width: 180px;
    }

    #cominfo,
    #footer_QR {
        text-align: center;
    }

    /*news*/
    .textmsg {
        margin-top: 15px;
    }

    .index-content {
        padding-top: 60px;
    }

    .index-banner .down-arrow {
        bottom: 3%;
    }

    #index-procate,
    #index_company,
    #index-news {
        padding-bottom: 45px;
    }

    #index-procate .center {
        margin: inherit;
        transform: scale(1);
    }



    #index-procate .up {
        margin-bottom: 30px;
    }

    #index-procate .up .img {
        padding: 15px 15px;
        width: 100%;
    }

    #index-procate .up a .text {
        width: 100%;
    }

    #index-procate .img {
        float: left;
    }

    #index-procate .down .row {
        margin-left: 0;
        margin-right: 0;
    }

    #index-procate .down .in-block {
        background: #fff;
    }

    #index-procate .down .in-block:last-child {
        margin-bottom: 0;
    }

    #index-procate .down .img {
        padding: 15px 0;
        width: 50%;
    }

    #index-procate a .text {
        float: right;
        position: relative;
        height: auto;
        top: calc(50% - 20px);
        width: 50%;
    }

    #index-procate a .text h5,
    #index-procate a .text p {
        position: inherit;
        color: #333;
        text-shadow: none;
        opacity: 1;
        bottom: inherit;
    }

    #index-procate a:hover .text h5,
    #index-procate a:hover .text p {
        bottom: inherit;
    }

    #index-procate a .text:after {
        content: none;
    }

    #index-procate .left,
    #index-procate .right {
        position: inherit;
    }

    #index-procate ul li {
        display: inline-block;
    }

    #index-procate ul li a {
        width: 114px;
        word-break: break-all;
        padding: 10px 4px;
    }

    #index-procate .left ul li a:after,
    #index-procate .right ul li a:before {
        content: none;
    }

    #index_company .in-block {
        margin-bottom: 30px;
    }

    #index_company .in-block:last-child {
        margin-bottom: 0;
    }

    #index_company a .img {
        height: 250px;
        overflow: hidden;
    }

    .in-banner {
        padding-top: 45px;
    }

    #mainbanner.in-banner {
        padding-top: 75px;
    }

    /*in-about*/
    .about-bg {
        background-position: 60% 0%;
        background-repeat: no-repeat;
    }

    .in-about .white-bg {
        margin: 63px 15px 0;
    }

    .in-about .row {
        padding: 10px;
    }

    .in-about .in-about-content p {
        font-size: 22px;
        word-break: keep-all;
    }

    .in-about .in-about-content .fa {}

    .in-about .in-about-content .fa-caret-right:before {
        font-size: 20px;
        color: #e60012;
        position: absolute;
        top: 42px;
        left: 0px;
    }

    .in-about .section-padding {
        text-align: left;
    }

    .in-about .in-block {
        margin-bottom: 15px;
    }

    .in-about .in-about-h4 {
        text-align: left;
    }

    #in-about01 .in-about-h4 h4,
    #in-about01 .in-about-h4 h5,
    #in-about01 .in-about-h4 p {
        text-align: center;
    }

    /*product*/
    #in_msg_type .inside-msg-more {
        padding: 0px 15px;
    }

    #in_msg_type .pro_list_p {
        padding-top: 10px;
    }

    #in_msg_type .inside-msg-more.add-cart {
        padding: 0px 15px 0;
    }

    .table-responsive {
        border: none;
    }

    .list-inline .input-group {
        padding: 0 15px 3px;
    }

    #in_msg_type .add-cart {
        padding-right: 15px;
        padding-left: 15px;
    }

    .add-cart a {
        float: left;
        width: 100%;
    }

    .product-29 #in_msg_type .inside-msg-more {
        padding: 0px;
    }

    .add-cart a.btn-primary {
        margin-left: 0px;
    }

    .inside-msg-more .add_to_cart {
        padding: 10px 15px;
    }

    .inside-msg-more .btn-more {
        margin-bottom: 2px;
    }

    .add-cart a.btn-primary {
        padding: 10px 15px;
    }

    /*in-service*/
    .in-service-title {
        text-align: left;
    }

    .pages-box {
        clear: both;
    }

    .in-service .row {
        padding: 0px;
    }

    .about-82 .in-block {
        margin-bottom: 0px;
    }

    .about-82 .in-service p {
        margin-bottom: 15px;
    }

    /* ==================================================
   in history
================================================== */

    .timeline {
        padding: 30px 0 30px;
        margin-left: 10px !important;
    }

    .timeline .event {
        padding-top: 30px;
    }

    .timeline .event:before {
        left: 28px;
        text-align: left;
    }

    #in-about01 ul {
        padding-left: 28px;
        margin: 0 0 20px;
    }

    /*關於我們-美編頁微調*/
    .sqright2 {

        background-image: url(/proimage/images/about/Feature/Group165.png);
    }

    .sqright3 {
        margin-bottom: 15px;
    }

    .bubble {
        padding-top: 35px;
    }

    .picA:nth-child(even) .in-about01-text {
        text-align: inherit;
        padding-right: 15px;
    }

    .picA:nth-child(odd) .in-about01-text {
        padding-left: 15px;
    }

    .in-about .row.ab {
        padding: 20px 0px;

    }

    /*右側icon 改下方*/
    .icon_Community {
        bottom: 0;
        left: 0;
        right: 0;
    }

    .js-btn-icon_Community {
        display: none;
    }

    .icon_Community_ul {
        margin-bottom: 0;
        flex-direction: row;
    }

    li.icon_li {
        width: 33.33%;
        /*兩個改50%; 四個改25%*/
    }

    .js-icon_Community .icon_li {
        right: 0;
    }

    .icon_img {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0px;
    }

    .icon_img:hover {
        width: 100%;
    }

    .icon_name {
        opacity: 1;
        text-indent: 0;
    }

}

/* ==================================================
   XS版 尺寸微調
================================================== */

@media (max-width:650px) {

    /*內頁 產品總攬*/
    #in_msg_type .pro_list_p {
        position: relative;
    }

    .xs-full {
        display: block;
        width: 100%;
    }

    #in_msg_type .sec_pro_list h4.newsTitle {
        font-size: 19px;
    }

    #in_msg_type .sec_pro_list .inside-more {
        position: absolute;
        right: 27px;
        top: calc(50% - 32px);
        width: 75px;
    }

    .sec_pro_list .inside-more .btn {
        margin-top: 15px;
        width: 75px;
    }
}

@media (max-width:568px) {

    #index-procate .left,
    #index-procate .right {
        bottom: 25px;
    }

    #index-procate ul li {
        display: block;
        padding: 5px 15px;
        margin-bottom: 0px;
    }

    #index-procate ul li a {
        width: 100%;
        word-break: break-word;
    }
}

@media (max-width:500px) {
    #index_company a .img {
        height: 150px;
    }
}

@media (max-width:481px) {
    #company_logo img {
        width: 220px;
    }

    .navicon-button {
        padding: 20px 12px;
    }

    #cart.cart-xs {
        top: 18px;
        right: 77px;
    }

    #mainbanner.in-banner {
        padding-top: 61px;
    }

    #index-procate .down .img {
        width: 100%;
        padding-bottom: 0;
    }

    #index-procate a .text {
        left: 0;
        right: 0;
        width: 100%;
        padding-bottom: 15px;
    }

    #index-staff .text h4 {
        font-size: 15px;
        top: 14px;
        line-height: 27px;
    }

    #index-news .in-block a h5 span {
        padding-right: 5px;
    }

    #index-staff .text h4:before {
        top: 14px;
    }

    /*in-about*/
    .about-bg {
        background-position: 66% 0%;
    }

    .in-about .in-about-h4 h4 {
        font-size: 23px
    }

    .in-about .in-about-h4 h3 {
        font-size: 19px;
        margin-top: 10px;
    }
}

@media (max-width:390px) {
    #index-procate ul li a {
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width:370px) {
    #company_logo img {
        width: 170px;
    }
}

@media (max-width:330px) {
    #company_logo img {
        width: 165px;
        margin: 12px 0;
    }
}

@media (max-width:330px) {
    #index-procate ul li a {
        width: 100%;
    }
}

#application .col-12_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#application .box {
    display: flex;
}

#application .box .col-12_5 {
    width: 14.28%;
    margin-bottom: 30px;

}

@media (max-width:991px) {
    #application .box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #application .box .col-12_5 {
        width: 25% !important;
    }
}

@media (max-width:767px) {

    #application .box .col-12_5 {
        width: 33.33333% !important;
    }
}

@media (max-width:575px) {
    #application .box .col-12_5 {
        width: 50% !important;
    }
}

#application .col-12_5 .text {

    text-align: center;
    color: #fff;
}

#application .col-12_5 .pic {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#application h4.index-title.text-center {
    color: #fff;
}

#application {
    padding: 120px 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4332ff+0,88e6f7+100 */
    background: rgb(67, 50, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(67, 50, 255, 1) 0%, rgba(136, 230, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(67, 50, 255, 1) 0%, rgba(136, 230, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(67, 50, 255, 1) 0%, rgba(136, 230, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4332ff', endColorstr='#88e6f7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
}

@media (max-width:991px) {
    #application {
        padding: 120px 30px;
    }
}

@media (max-width:575px) {
    #application {
        padding: 60px 15px;
    }
}

@media (max-width:767px) {
    .in-service .row.re {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }
}

@media (max-width:1200px) and (min-width:991px) {
    .navbar-default .navbar-nav>li>a {
        padding: 25px 5px;
        letter-spacing: -0.1rem;
    }
}

#application h4.index-title span {
    color: #ffffff !important;
}