/* ======================================================================================
   LG start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
}

a {
    transition: all 0.4s ease;
    color: #10344d;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #363d42;
}

#index_container,
#container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}



/* ===============
   彈跳視窗
=============== */

.modal {
    padding: 0 !important;
    z-index: 3000;
}

.modal button.close {
    position: relative;
    z-index: 1500;
    padding: 0;
    font-size: 40px;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-content {
    border-radius: 0;
}

.modal-open {
    padding: 0 !important;
}

/*固定右側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: 40px;
    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;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.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: #000;
}

.bg_iconMail {
    background: #000;
}

.bg_iconWechat {
    background: #09b507;
}

.bg_iconWhatsapp {
    background: #20B038;
}

/* ==================================================
   color
================================================== */


/*全站文字顏色*/

body {
    color: #2b2b2b;
}


/*header 背景色預設主色系*/

#header-top {
    background-color: #363d42;
}


/*主要色系*/

.base-color {
    color: #363d42;
}


/*主要色系背景色*/

.base-color-bg {
    background-color: #363d42;
}


/*主要色系邊框色*/

.base-color-border {
    border-color: #363d42;
}


/*次要色系*/

.sec-color {
    color: #10344d;
}


/*次要色系背景色*/

.sec-color-bg {
    background-color: #10344d;
}


/*次要色系背景色的文字顏色*/

.sec-color-bg-text {
    color: #fff;
}


/*產品價格字體色*/

.price {
    color: #aaa;
}


/*內頁H1字體色*/

h1.page-header {
    color: #363d42;
}


/*btn-more 背景色+字體色*/

.btn,
.btn-more {
    border-color: #363d42;
    background-color: #fff;
    color: #363d42;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
    background-color: #363d42;
    color: #fff;
    border-color: #363d42;
}


/*點綴色系A*/

.color-adorn-A {
    color: #bbb;
}

.red {
    color: #c00;
}


/* ==================================================
   all
================================================== */

.txtNormal {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 15px;
}

.txtNormal h2 {
    color: #10344d;
    font-size: 23px;
    font-weight: bold;
    margin: 10px 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px #ccc dotted;
    line-height: 28px;
}

.txtNormal h3 {
    color: #10344d;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px;
    line-height: 28px;
}

.txtNormal h4 {
    color: #10344d;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 30px;
}

.txtNormal h5 {
    color: #10344d;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px;
    line-height: 25px;
    word-break: break-all;
}

.txtNormal h5:before {
    font-family: FontAwesome;
    content: "\f0a9";
    color: #10344d;
    margin-right: 5px;
    padding-left: 2px;
}

.txtNormal h6 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px;
    line-height: 27px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dashed;
}

.txtNormal h6:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #2b2b2b;
    margin-right: 5px;
}

.txtNormal p {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 15px;
}

.txtNormal strong {
    font-weight: bold;
    font-size: 15px;
}

.txtNormal ul {
    padding-left: 30px;
    margin: 0 0 20px;
    list-style: disc;
}

.txtNormal ol {
    padding-left: 10px;
    margin: 0 0 20px;
    list-style: inside decimal;
}

.txtNormal ul li,
.txtNormal ol li {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 25px;
}

.txtNormal img {
    max-width: 100%;
}

.txtNormal a {
    color: #10344d;
}

.txtNormal a:hover,
.txtNormal a:focus,
.txtNormal a:active {
    color: #2b2b2b;
}

.txtNormal img {
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Play', sans-serif, "微軟正黑體";
}

h4,
h5,
h6 {
    margin-top: 0;
}

h2,
h3 {
    color: #10344d;
}

img {
    max-width: 100%
}

p {
    word-wrap: break-word;
}

.btn {
    display: inline-block;
    background-color: #363d42;
    color: #fff;
    padding: 7px 27px;
    border: 1px #fff solid;
    border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #fff;
    color: #363d42;
    border-color: #363d42;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-LR-0 {
    padding-left: 0;
    padding-right: 0;
}

.margin-LR-0 {
    margin-left: 0;
    margin-right: 0;
}

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/* ===============
   超出字點點點
=============== */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ===============
   table
=============== */

.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;
}

.input-group {
    margin-bottom: 10px;
}

.star {
    color: #f47952;
}


/* ===============
   跑馬燈
=============== */

#lamp {
    color: #777;
    line-height: inherit !important;
    background: #e5e5e5;
    padding: 7px 0 3px;
}

#lamp .txtNormal {
    margin: 0;
}


/* ==================================================
   header
================================================== */

header {
    width: 100%;
    position: fixed;
    top: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

#header {
    transition: all 0.5s ease;
}

#header-in {
    position: relative;
}

#blog_link {
    margin: 0;
}

#blog_link li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 -2px;
    vertical-align: middle;

}

#blog_link li a {
    display: block;
}

#blog_link li a:hover {
    color: #fff;
    text-decoration: none;
}

#blog_link li a i {
    color: #363d42;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a span {
    color: #363d42;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a:hover i,
#blog_link li a:focus i,
#blog_link li a:active i {
    color: #fff;
}

#blog_link li a .fa-facebook:hover {
    background: #3c5a9a;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-google-plus:hover {
    background: #df4b38;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-youtube:hover {
    background: #e01a2b;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-instagram:hover {
    background-color: #6a453b;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .socicon-line:hover {
    background-color: #42c507;
    transition: all 0.4s ease;
    color: #fff;
}


#nav-top-right {
    padding: 0;
    margin: 0;
}

#nav-top-right ul {
    text-align: right;
    padding: 0;
    margin: 0;
}

#nav-top-right ul li {
    display: inline-block;
    float: none;
    margin: 0 -2px;
}

#nav-top-right ul li a {
    padding: 7px 12px 8px;
    display: block;
}

#nav-top-right ul li a:hover,
#nav-top-right ul li a:focus,
#nav-top-right ul li a:active {
    background-color: #363d42;
    color: #fff;
}

#nav-top-right .dropdown-menu {
    border: 1px #ccc solid;
    border-radius: 0;
    left: inherit;
    right: 0;
    min-width: inherit;
}

#nav-top-right .dropdown-menu li {
    margin: 0;
    width: 100%;
    border-bottom: 1px #ddd dotted;
}

#nav-top-right .dropdown-menu li:last-child {
    border: none;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    list-style-image: url(../images/aaa.png);
}

.dropdown-menu li a {
    width: 100%;
    display: inline-block;
}

#qsearch {}

#qsearch .btn {
    border-radius: 0;
    border: 1px #ccc solid;
    box-shadow: none;
    padding: 6px 15px;
}

#qsearch .form-control {
    border-radius: 0;
    border: 1px #ccc solid;
    width: 180px;
}

#qsearch .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    left: inherit;
    right: 0;
}

#qsearch .input-group {
    margin: 0;
}

#language_area {}

#language_area #dropdownMenu1 a {
    color: #2b2b2b;
}

#language_area ul {
    left: inherit;
    right: 0;
    min-width: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#language_area ul li {}

#language_area ul li a {
    padding: 7px 15px;
    color: #2b2b2b;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
    background-color: #363d42;
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.8), 0 0 7px rgba(255, 255, 255, 0.8);
}

#language_area i.fa-language {
    font-size: 20px;
    line-height: 0;
    margin-right: 3px;
}

#member_area {
    float: left;
    padding: 6px 15px;
}


/* ======================
   lamp
======================= */

#lamp.index_lamp {
    color: #2b2b2b;
    line-height: inherit !important;
    background: #e5e5e5;
}

#lamp.index_lamp marquee {
    padding-top: 5px;
    padding-bottom: 5px;
}

#lamp.index_lamp .txtNormal {
    margin-bottom: 0 !important;
}

#service-area {
    background: rgba(255, 255, 255, 0.7);
}

#company_logo {}

#company_logo a {
    display: block;
}

#company_logo a img {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    height: 65px;
}


/* ======================
   nav
======================= */

#nav-top {
    background-color: #f1f1f1;
}

.navbar {
    margin: 0;
    border: none;
}

.navbar-collapse {}

#mainnav-box {}

#nav {
    width: 100%;
}

#mainnav {
    border: none;
    padding: 0;
    margin: 12px 0 0;
    border-radius: 0;
    min-height: inherit;
    background: none;
}

#main_menu {
    text-align: right;
    padding-top: 15px;
    margin-right: 0px;
}

#main_menu li {
    /*display: inline-block;
    float: none;*/
}

#main_menu li a {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 7px 17px;
    border-width: 1px;
    border-style: solid;
    border-color: #363d42;
}

#main_menu li a:hover,
#main_menu li a:focus,
#main_menu li a:active {
    border-color: #fff;
    background: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-position: center bottom !important;
    color: #fff !important;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
    background: none;
}

#main_menu .dropdown-menu {
    min-width: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#main_menu .dropdown-menu li {
    border-bottom: 1px #777 dotted;
}

#main_menu .dropdown-menu li a {
    display: block;
    color: #2b2b2b !important;
    padding: 10px 15px !important;
    border: none;
    float: left;
    width: 100%;
}

#main_menu .dropdown-menu li a:hover,
#main_menu .dropdown-menu li a:focus,
#main_menu .dropdown-menu li a:active {
    background-color: #10344d !important;
    color: #fff !important;
}

#main_menu .dropdown-menu li:last-child {
    border: none;
}


/* ======================
   置頂效果
======================= */

body.sticky-header {}

body.sticky-header #header {}

body.sticky-header header {}

body.sticky-header #header {
    margin-top: -35px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

body.sticky-header #LG-srearch-area {
    opacity: 0;
}

#index_container {
    padding-top: 100px;
}

body.sticky-header #index_container {}


/* ==================================================
   banner
================================================== */

#mainbanner {
    position: relative;
}

#mainbanner .item {
    background: #000;
}

#mainbanner .item img {
    opacity: 0.9;
}

#mainbanner img {
    min-width: 100%;
}

.index-banner-title {
    padding: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: 30%;
    width: 50%;
    text-transform: uppercase;
}

.index-banner-title .container {
    margin: auto;
}

.index-banner-title h1 {
    font-size: 3.5em;
    margin: 0 0 10px;
    color: #FFF;
    font-weight: bold;
}

.index-banner-title h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
}

.index-banner-title h3 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
}

.index-banner-title p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
}

.carousel-control {
    width: 9%;
}

.in-banner {
    margin-bottom: 0;
}

.in-banner-title {
    color: #363d42;
    left: 15%;
    top: 25%;
    bottom: inherit;
    position: absolute;
    text-align: center;
}

.in-banner-title h2 {
    font-family: 'Play', sans-serif, "微軟正黑體";
    font-weight: bold;
    color: #10344d;
}

.in-banner-title h2 {
    font-family: 'Play', sans-serif, "微軟正黑體";
    font-weight: bold;
    margin-top: 0;
}

.in-banner-title p {
    color: #999;
    font-size: 20px;
    line-height: 26px;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 500px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 2px #aaa solid;
    margin: 0 3px;
}

.carousel-indicators .active {
    border: 2px solid #fff;
    background-color: #363d42;
    box-shadow: 0 0 0 1px #333;
    height: 16px;
    width: 16px;
}

.owl-nav {
    margin: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 42%;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 30px !important;
    display: block !important;
    padding: 5px 15px !important;
    opacity: 0.5;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.owl-dots .owl-dot {}

.owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 500px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 2px #aaa solid;
    margin: 0 3px;
}

.owl-dots .owl-dot.active span {
    border: 2px solid #fff;
    background-color: #10344d;
    box-shadow: 0 0 0 1px #333;
    height: 16px;
    width: 16px;
}


/* ==================================================
   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: 30px 0;
    border-top: 1px #fff solid;
    overflow: hidden;
    background: #e5e5e5;
}

.ftbar,
#footer_follow,
#cominfo,
#googlemap,
#footer-logo-icons {
    border-right-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    min-height: 200px;
}

.ftbar {}

.ftbar ul {
    padding: 0;
    margin: 0;
}

.ftbar ul li {
    display: inline-block;
    float: none;
    width: 100%;
}

.ftbar ul li a {
    display: block;
    border-radius: 0;
    padding: 3px 0;
    color: #666;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    color: #10344d;
    background: none;
}

#cominfo {}

#cominfo h4 {
    color: #000;
}

#cominfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#cominfo ul li {
    color: #2b2b2b;
}

#cominfo ul li a {
    padding: 5px 0;
    display: block;
    color: #2b2b2b;
}

#cominfo ul li a i {
    margin-right: 5px;
    color: #2b2b2b;
}

#cominfo ul li a span {
    margin-right: 5px;
    color: #2b2b2b;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #363d42;
}

#footer_bottom {
    background: #2b2b2b536;
    padding-top: 18px;
    padding-bottom: 18px;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: center;
}

#footer_logo img {
    width: 180px;
}

#footer_link {
    padding: 12px 0;
    background-color: #363d42;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #888;
    padding: 0;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: #fff;
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #ccc;
}


/* ==================================================
   index
================================================== */

.index-content .title {
    text-align: left;
    color: #363d42;
}

.index-content .title h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    color: #363d42;
}

.index-content .title p {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.index-main .section-text p {
    padding: 0 60px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.index-main h2 {
    text-align: center;
    text-transform: uppercase;
    color: #353738;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 35px;
}

.cate-des {
    margin-bottom: 30px;
}

.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;
}


/* ======================
   index company
======================= */

#index_company {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
}

#index_company_in {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#index_company p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

#index_company .more-box {
    margin-top: 20px;
    margin-bottom: 0;
}


/* ======================
   index product
======================= */

#index-product {
    display: none;
}


/* ======================
   index procate
======================= */

#index-procate {}

#index-procate>.container-fluid {
    padding: 0;
}

#index-procate>.container-fluid>.row {
    margin: 0;
}

#index-procate #in-block {
    position: relative;
    padding: 0;
}

#index-procate .row {}

#index-procate .in-block {
    padding-left: 0;
    padding-right: 0;
}

#index-procate .up {
    padding: 5% 15px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

#index-procate .up h4 {
    margin: 0 0 20px;
    font-size: 32px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    font-weight: bold;
}

#index-procate .up h4 a {
    color: #10344d;
}

#index-procate .up p {
    font-size: 22px;
    line-height: 40px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    color: #000;
    margin: 0;
}

#index-procate figure.effect-ming img {
    padding: 0;
}


/* ======================
   index news
======================= */

#index-news {
    position: relative;
    padding: 50px 0;
    text-align: left;
    border-color: #2b2b2b;
    border-width: 1px 0;
    border-style: solid;
}

#index-news .msgdate_span {
    display: none;
}

#index-news .in-block {
    text-align: left;
}

#index-news .in-block img {
    border-radius: 1000px;
}

#index-news .in-block h4 {
    font-size: 17px;
    color: #363d42;
    font-weight: bold;
    margin: 0 0 10px;
}

#index-news .in-block p {
    color: #666;
}

#index-news .a-more {
    text-decoration: underline;
    color: #666;
}

#index-news .a-more:hover,
#index-news .a-more:focus,
#index-news .a-more:active {
    color: #363d42;
}


/* ======================
   index service
======================= */

#index-service {
    padding-top: 70px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background: url(../proimage/images/1517796364.jpg) right bottom no-repeat;*/
}

#index-service .title {
    display: none;
}

#index-service #in-block {
    text-align: left;
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 0;
}

#index-service #in-block>.row {
    margin: 0;
}

#index-service img {
    border-radius: 500px;
}

#index-service h4 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

#index-service p.text {
    font-size: 15px;
    color: #2b2b2b;
    line-height: 22px;
    text-align: left;
}


/* ==================================================
   in page
================================================== */

#in-container {
    padding-bottom: 50px !important;
}

#in-container-row {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
    margin-left: 0;
    margin-right: 0;
    background: none;
    text-align: center;
    margin-bottom: 30px;
    clear: both;
}

.breadcrumb li {
    font-size: 13px;
    color: #777;
    z-index: 15;
    position: relative;
}

.breadcrumb li a {
    color: #777;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
    color: #000;
}

h1.page-header {
    font-size: 28px;
    margin: 0 0 25px;
    padding: 30px 0 15px;
    text-align: center;
    font-weight: 800;
    border-bottom: 3px #ddd dotted;
    font-family: 'Play', sans-serif, "微軟正黑體";
}


/* ======================
   sidebar
======================= */

#sidebar {
    padding-top: 55px;
}

#sidebar {}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    border-radius: 0;
    margin: 0 0 4px;
    background-color: #f5f5f5;
}

#sidebar ul li a {
    padding: 12px 15px;
    color: #10344d;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a:active {
    color: #fff;
    background: none;
    padding: 12px 15px 12px 25px;
}

#sidebar ul li a:after {
    content: "";
    display: block;
    width: 300px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 150%;
    background-color: #10344d;
    transition: all 0.4s ease;
    z-index: -1;
}

#sidebar ul li a:hover:after,
#sidebar ul li a:focus:after,
#sidebar ul li a:active:after {
    top: 0;
}

#sidebar ul li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul li ul li {
    margin: 0;
    background-color: #ccc;
}

#sidebar ul li ul li a {
    padding: 12px 15px;
    display: block;
    font-size: 13px;
}

#sidebar ul li ul li a:hover,
#sidebar ul li ul li a:focus,
#sidebar ul li ul li a:active {
    background-color: #363d42
}

#sidebar ul li ul li a:after {
    content: none;
}


/* ======================
   in news
======================= */

#in_msg_type {
    padding: 0;
    list-style: none;
}

#in_msg_type p {
    display: block;
}

#in_msg_type .border {
    border: solid #ccc thin;
    padding: 5px;
}

#in_msg_type.A-type {
    display: ;
}

#in_msg_type.A-type li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

#in_msg_type.A-type .newsTitle {}

#in_msg_type.A-type .newsTitle a {
    font-size: 25px;
    color: #10344d;
}

#in_msg_type.A-type .newsTitle a small {
    font-size: 17px;
    font-weight: normal;
    color: #aaa;
    display: block;
    margin-top: 10px;
}

#in_msg_type.A-type .newsTitle a:hover small,
#in_msg_type.A-type .newsTitle a:focus small,
#in_msg_type.A-type .newsTitle a:active small {
    color: #2b2b2b;
}

#in_msg_type.A-type .newsTitle .msg_date {
    float: right;
    font-size: 16px;
    padding-top: 12px;
}

#in_msg_type.B-type {}

#in_msg_type.B-type li {
    margin-bottom: 45px;
}

#in_msg_type.B-type .msg_date {
    color: #777;
    margin: 15px 0 0;
    display: inline-block;
}

#in_msg_type.B-type p {
    margin-bottom: 15px;
}

#in_msg_type.B-type li:nth-child(2n+1) {
    clear: both;
}

#in_msg_type.B-type h4 {
    margin-top: 0;
    font-size: 20px;
}

#in_msg_type.B-type .news-img {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#in_msg_type.B-type .news-img img {
    padding: 3px 3px;
    border: 1px #ddd solid;
    border-radius: 1000px;
    width: 80%;
    margin: 0 auto;
}

#in_msg_type.B-type .more-box {
    text-align: right;
}

#in_msg_type.prolist-C-type {
    margin-left: -7px;
    margin-right: -7px;
}

#in_msg_type.prolist-C-type li {
    margin-bottom: 30px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
}

#in_msg_type.prolist-C-type li h4 {
    font-weight: bold;
}

#in_msg_type.prolist-C-type li img {
    transition: all 0.4s ease;
}

#in_msg_type.prolist-C-type li:hover img {
    opacity: 0.15;
}

#in_msg_type.prolist-C-type li .in-block {
    padding: 10px 10px;
    transition: all 0.4s ease;
    position: relative;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

#in_msg_type.prolist-C-type li:hover .in-block {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#in_msg_type.prolist-C-type li .in-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    /*
	width: 100%;
	height: 100%;
	*/
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    z-index: 1;
    opacity: 0;
    transform: scaleX(1);
    transition: all 0.4s ease;
}

#in_msg_type.prolist-C-type li:hover .in-block:before {
    transform: scaleX(-1);
    border-color: #10344d;
    opacity: 1;
}

#in_msg_type.prolist-C-type li .des {
    position: absolute;
    top: -100px;
    opacity: 0;
    transition: all 0.6s ease;
    width: 85%;
    left: 7.5%;
    right: 7.5%;
    text-align: center;
}

#in_msg_type.prolist-C-type li:hover .des {
    top: 15%;
    opacity: 1;
}

#in_msg_type.prolist-C-type li .input-group-addon {
    background: none;
    border-radius: 0;
}

#in_msg_type.prolist-C-type li .form-control {
    border-radius: 0;
}

#in_msg_type.prolist-C-type li .textmsg,
#in_msg_type.prolist-C-type li .inside-msg-more {
    position: inherit;
    z-index: 5;
}

#in_msg_type.prolist-C-type li:nth-child(3n+1) {
    clear: both;
}

#in_msg_type.prolist-C-type .msg_date {
    color: #777;
    margin: 5px 0 0;
    display: block;
}

#in_msg_type.procate-C-type li {
    margin-bottom: 30px;
}

#in_msg_type.procate-C-type li:nth-child(2n+1) {
    clear: both;
}

#in_msg_type.D-type {}

#in_msg_type.D-type li {
    margin-bottom: 45px;
}

#in_msg_type.D-type .msg_date {
    color: #777;
    margin: 5px 0 10px;
    display: inline-block;
}


/* ======================
   in pages
======================= */

.pages {
    text-align: center;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #2b2b2b;
    border: 1px solid #ccc;
    transition: all 0.2s ease-out 0s;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
    background-color: #10344d;
    color: #fff;
}


/* ===============
   in FAQ
=============== */

.faq_container {}

.faq_container .panel-heading {
    border-radius: 0;
    background-color: #ededed;
    padding: 0;
    transition: all 0.5s ease;
}

.faq_container .panel-heading:hover,
.faq_container .panel-heading:focus,
.faq_container .panel-heading:active {
    background-color: #333;
}

.faq_container #qa_in {
    border-radius: 0;
    background: none;
}

.faq_container #qa_in a {
    display: block;
    color: #fff;
    background-color: #10344d;
    padding: 15px 15px;
    transition: all 0.5s ease;
}

.faq_container #qa_in a:hover,
.faq_container #qa_in a:focus,
.faq_container #qa_in a:active {
    background-color: #363d42;
    color: #fff;
}

.qa_type {
    margin: 0 15px;
}

.qa_type li {
    padding-left: 0;
    padding-right: 0;
}

.panel-title a {
    display: block;
    padding: 15px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    border: solid #ddd thin;
}

.panel-title a {
    display: block;
    padding: 15px;
    background-color: #10344d;
    color: #fff;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    background-color: #363d42;
}


/* ======================
   in sitemap
======================= */

.container_site-map .txtNormal {}

.container_site-map .txtNormal ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.container_site-map .txtNormal ul li {
    margin: 0;
    text-align: center;
    width: 31.33%;
    margin: 0 0.8% 30px;
    display: inline-table;
    background: rgba(0, 0, 0, 0.07);
}

.container_site-map .txtNormal ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 17px;
}

.container_site-map .txtNormal ul a:hover,
.container_site-map .txtNormal ul a:focus {
    text-decoration: none;
    background-color: #ffc602;
    color: #fff !important;
}

.container_site-map .txtNormal ul li ul {
    margin: 0;
}

.container_site-map .txtNormal ul li ul li {
    width: 100%;
    margin: 0;
}

.container_site-map .txtNormal ul li ul li a {
    font-size: 15px;
    font-weight: normal;
    border-bottom-width: 1px !important;
    border-bottom-color: #fff !important;
    border-bottom-style: dotted !important;
}

.container_site-map .txtNormal ul li ul li:last-child a {
    border-bottom: none;
}


/* ======================
   in product
======================= */

.pro-cate-des {
    padding-bottom: 20px;
}

#photo-show {
    margin-bottom: 30px;
}

#photo-show iframe {
    width: 100%;
}

#pdf-download {}

#pdf-download ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#pdf-download ul li {}

#pdf-download ul li a {
    color: #10344d;
    background: none;
    display: block;
    border-color: #10344d;
}

#pdf-download ul li a:hover,
#pdf-download ul li a:focus,
#pdf-download ul li a:active {
    background-color: #10344d;
    color: #fff;
}

#pdf-download ul li a p {
    margin: 0 !important;
}

#pdf-download ul li a:hover p,
#pdf-download ul li a:focus p,
#pdf-download ul li a:active p {
    color: #fff;
}

#pro-des {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}

#pro-des h2 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: bold;
}

#pro-des .input-group-addon,
#pro-des .form-control {
    background: none;
    border-radius: 0;
}

#pro-des .add-cart {
    text-align: right;
}

.pgwSlideshow .ps-current ul li img {
    max-width: inherit !important;
    padding: inherit !important;
    border: none !important;
}

#product-tabs {}

#product-tabs #myTab {
    border-bottom: none;
    margin-bottom: 10px;
}

.nav>li>a {
    border-radius: 0;
    border-color: #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 0;
    background-color: #aaa;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #10344d;
    color: #fff;
}


/* ======================
   in cart
======================= */

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 25px;
    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: 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: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #bbb
}

.cart_stepBox li:nth-child(2) {
    background: #bbb
}

.cart_stepBox li.active {
    background: #666;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #666
}


/*購物車more-box*/

.cart_view_morebox {
    padding-top: 30px;
}

.order-table-img img {
    width: 100%;
}

.alert-success {
    background-color: #10344d;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
}

.alert-success .alert-link {
    color: #aaa;
}

.alert-success .close {
    color: #fff;
}

.step-box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #ccc dotted;
}

.checked-box {
    margin-right: 10px;
}


/* ===============
   in download
=============== */

.download_container .txtNormal {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
}

.in_download_type ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.in_download_type ul li {
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
}

.in_download_type ul li h3 {
    color: #000;
}

.in_download_type .more-box {
    text-align: right;
}

#in_download_type.A-type {}

#in_download_type.A-type h4 {
    display: inline-block;
    margin: 0;
}

#in_download_type.A-type h4:before {
    font-family: FontAwesome;
    content: "\f1c1";
    margin-right: 10px;
    color: #000;
}

#in_download_type.B-type {}

#in_download_type.B-type #in-block {
    margin-bottom: 25px;
}

#in_download_type.B-type .btn {
    display: block !important;
}

#in_download_type.B-type .textmsg {
    padding-left: 0;
}

#in_download_type.B-type p.files_description {
    margin-top: 0 !important;
}

#in_download_type.C-type {}

#in_download_type.C-type h4 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
}

#in_download_type.C-type li {
    margin-bottom: 25px;
}

#in_download_type.C-type .btn {
    display: block;
    text-align: center;
    border-radius: 0;
    display: block !important;
}

#in_download_type.D-type li {
    margin-bottom: 25px;
}

.zone {
    margin-bottom: 30px;
}

.zone #inside_tent>div {
    margin-bottom: 15px;
}

.zone #in-block {
    margin-bottom: 20px;
}


/* ======================
   in contact
======================= */

.contact-code {
    max-width: 100%;
    margin-top: 15px;
    width: inherit !important;
}

#vcode .form-control {
    /*width:70%;*/
    display: inline-block;
    vertical-align: top;
}


/*.vcode {
    display: flex;
}

.vcode img {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}*/

#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;
}


/* ======================
   in member
======================= */

#content.member-content {
    padding-top: 0;
}

.member-box {}

.member-box .input-group {
    margin: 15px 0;
}

.member-box .input-group-addon {
    background: none;
    border-radius: 0;
}

.member-box .input-group.vcode {
    margin-bottom: 20px;
}

.member-box .vcode-img {}

.member-forget {}

.member-forget .modal-content {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
}

.member-sex {
    padding: 5px 15px 0;
    background: #fff;
    border: 1px #ccc solid;
}

.member-sex label {
    margin-left: 5px;
    margin-right: 5px;
}

.member-info-mail {}

.member-info-word {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/* ======================
   in FAQ
======================= */

#qa_in {
    border-radius: 0;
}

#qa_in .panel-heading {
    padding: 0;
}

#qa_in h3 {
    margin: 0;
}

#qa_in h3 a {
    display: block;
    padding: 10px 15px;
}

#qa_in h3 a:hover,
#qa_in h3 a:focus,
#qa_in h3 a:active {
    background-color: #363d42;
    color: #fff;
}

.container_other #page-header h1 {
    margin-top: 55px;
    text-shadow: none;
    color: #2b2b2b;
}

.container_other #lamp marquee {
    padding-top: 15px;
}

.container_other .breadcrumb li {
    color: #777;
}

.container_other .breadcrumb li a {
    color: #777;
}

.container_other .breadcrumb li a:hover,
.container_other .breadcrumb li a:focus,
.container_other .breadcrumb li a:active {
    color: #363d42;
}

.container_product_class .msg_date,
.container_product_list .msg_date {
    display: none !important;
}

.container_service_list .txtNormal {
    margin-bottom: 50px;
}


/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1200px) {

    /* ==================================================
   header
================================================== */
    #main_menu li a {}

    /* ==================================================
   banner
================================================== */
    .index-banner-title {
        top: 33%;
    }

    .index-banner-title h1 {
        font-size: 4em;
    }

    .in-banner-title {
        top: 22%;
    }

    /* ==================================================
   index
================================================== */
    /* ==================================================
   in-page
================================================== */
    #in_msg_type.C-type li:hover .des {
        top: 10%;
    }
}


/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    #index_container {
        padding-top: 65px;
    }

    /* ==================================================
   header
================================================== */
    body.sticky-header #header {
        margin-top: 0;
    }

    #language_area {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #qsearch {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #company_logo a {
        display: inline-block;
    }

    #company_logo a img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cart-sm-xs a {}

    .cart-sm-xs a:hover,
    .cart-sm-xs a:focus,
    .cart-sm-xs a:active {
        color: #fff;
    }

    /* ======================
   nav
======================= */
    #nav,
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    #nav-xs-bt {
        position: absolute;
        right: 0;
        top: 10px;
    }

    #nav-xs-bt button {
        border: none;
        background: none;
        color: #fff;
        font-size: 30px;
        z-index: 15;
        padding: 0 15px;
    }

    #mainnav {
        margin: 0;
    }

    #mainnav-box {
        margin-top: -75px;
        padding-left: 0;
        padding-right: 0;
    }

    #mainnav-box .navbar-toggle {
        background: none;
        padding: 0;
        color: #ccc;
        font-size: 35px;
        position: relative;
        z-index: 10;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 15px;
    }

    #mainnav-box .navbar-toggle:hover,
    #mainnav-box .navbar-toggle:focus,
    #mainnav-box .navbar-toggle:active {
        color: #fff;
    }

    #mainnav-box .navbar-collapse.in {
        padding-left: 0;
        padding-right: 0;
    }

    #main_menu {
        padding: 0;
        margin: 0;
        border-top: 1px #ccc solid;
        width: 100%;
    }

    #main_menu li {
        width: 100%;
        display: block;
        border-bottom: 1px #ccc dotted;
    }

    #main_menu li a {
        padding: 17px 15px !important;
        background: none;
        text-align: center;
        font-size: 16px !important;
        color: #fff;
        border: none;
    }

    #main_menu li a:hover,
    #main_menu li a:focus,
    #main_menu li a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    #mainnav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #mainnav .dropdown-menu li {
        border-bottom: 1px #fff dotted !important;
        color: #fff;
        text-align: center;
    }

    #mainnav .dropdown-menu li:last-child {
        border-bottom: none !important;
    }

    #mainnav .dropdown-menu li a {
        padding: 17px 15px !important;
        color: #fff !important;
    }

    #mainnav .dropdown-menu li a:hover,
    #mainnav .dropdown-menu li a:focus,
    #mainnav .dropdown-menu li a:active {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* ======================
   側開選單
======================= */
    .sb-slidebar {
        background-color: #10344d;
    }

    /* ======================
   search
======================= */
    .qsearch-sm-xs {
        padding: 15px 15px;
    }

    .qsearch-sm-xs .input-group {
        margin: 0;
    }

    .qsearch-sm-xs .btn {
        padding: 6px 15px;
    }

    /* ======================
   blog link
======================= */
    #blog_link {
        text-align: center;
    }

    #blog_link li {
        margin: 10px 5px;
    }

    #blog_link li a {}

    #blog_link li a i {
        color: #fff !important;
    }

    /* ======================
   cart
======================= */
    .cart-sm-xs {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .cart-sm-xs a {
        color: #fff;
        padding: 15px 0;
        display: block;
    }

    #member_area {
        padding: 0 15px 15px;
    }

    /* ==================================================
   footer
================================================== */
    .ftbar,
    #footer_follow,
    #cominfo,
    #googlemap,
    #footer-logo-icons {
        min-height: 187px;
    }

    .ftbar {
        text-align: center;
        border: none;
        min-height: inherit;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px #ccc solid;
    }

    .ftbar ul {
        text-align: center;
    }

    .ftbar ul li {
        display: inline-block;
        width: inherit;
    }

    .ftbar ul li a {
        padding: 15px 15px;
    }

    /* ==================================================
   banner
================================================== */
    .in-banner-title {
        top: 22%;
    }

    /* ==================================================
   index
================================================== */
    .index-banner-title {
        top: 23%;
    }

    .index-banner-title h1 {
        font-size: 3.5em;
    }

    .index-banner-title h2 {
        font-size: 2.5em;
    }

    .index-banner-title h3 {
        font-size: 1em;
        line-height: 1.2em;
    }

    #container .in-banner-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    #container .in-banner-title p {
        font-size: 16px;
        line-height: 22px;
    }

    #index-procat #in-block h3 {
        font-size: 24px;
    }

    #index-procat .up p {
        font-size: 20px;
        margin: 0;
    }

    #index-news .img {
        padding-left: 0;
        padding-right: 0;
    }

    /* ======================
   index service
======================= */
    #index-service {
        padding-bottom: 50px;
    }

    #index-service #in-block {
        margin-bottom: 25px;
    }

    /* ======================
   index company
======================= */
    #index_company_in {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* ==================================================
   in page
================================================== */
    .in-banner-title {
        top: 14%;
    }

    #in_msg_type.C-type .news-img {
        margin-bottom: 15px;
    }

    #in_msg_type.C-type .textmsg {
        text-align: center;
    }

    #in_msg_type.C-type li:hover img {
        opacity: 1;
    }

    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }

    #in_msg_type.C-type li:nth-child(3n+1) {
        clear: inherit;
    }

    #in_msg_type.C-type li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width:992px) {
    .sb-site {
        transform: none !important;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {
    #index_container {
        padding-top: 65px;
    }

    /* ==================================================
   header
================================================== */
    body.sticky-header #header {
        margin-top: 0;
    }

    #language_area {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #qsearch {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #company_logo a {
        display: inline-block;
    }

    #company_logo a img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cart-sm-xs a {}

    .cart-sm-xs a:hover,
    .cart-sm-xs a:focus,
    .cart-sm-xs a:active {
        color: #fff;
    }

    /* ======================
   nav
======================= */
    #nav,
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    #nav-xs-bt {
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 15;
    }

    #nav-xs-bt button {
        border: none;
        background: none;
        color: #fff;
        font-size: 30px;
        padding: 0 15px;
    }

    #mainnav {
        margin: 0;
    }

    #mainnav-box {
        margin-top: -75px;
        padding-left: 0;
        padding-right: 0;
    }

    #mainnav-box .navbar-toggle {
        background: none;
        padding: 0;
        color: #ccc;
        font-size: 35px;
        position: relative;
        z-index: 10;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 15px;
    }

    #mainnav-box .navbar-toggle:hover,
    #mainnav-box .navbar-toggle:focus,
    #mainnav-box .navbar-toggle:active {
        color: #fff;
    }

    #mainnav-box .navbar-collapse.in {
        padding-left: 0;
        padding-right: 0;
    }

    #main_menu {
        padding: 0;
        margin: 0;
        border-top-color: #ccc;
    }

    #main_menu li {
        width: 100%;
        display: block;
        border-bottom: 1px #ccc dotted;
    }

    #main_menu li a {
        padding: 17px 15px !important;
        background: none;
        text-align: center;
        font-size: 16px !important;
        color: #fff;
        border: none;
    }

    #main_menu li a:hover,
    #main_menu li a:focus,
    #main_menu li a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    #mainnav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #mainnav .dropdown-menu li {
        border-bottom: 1px #fff dotted !important;
        color: #fff;
        text-align: center;
        float: none;
    }

    #mainnav .dropdown-menu li:last-child {
        border-bottom: none !important;
    }

    #mainnav .dropdown-menu li a {
        padding: 17px 15px !important;
        color: #fff !important;
        float: none;
    }

    #mainnav .dropdown-menu li a:hover,
    #mainnav .dropdown-menu li a:focus,
    #mainnav .dropdown-menu li a:active {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu li a {
        float: inherit;
        width: auto;
        display: inline-block;
    }

    /* ======================
   側開選單
======================= */
    .sb-slidebar {
        background-color: #10344d;
    }

    /* ======================
   search
======================= */
    .qsearch-sm-xs {
        padding: 15px 15px;
    }

    .qsearch-sm-xs .input-group {
        margin: 0;
    }

    .qsearch-sm-xs .btn {
        padding: 6px 15px;
    }

    /* ======================
   blog link
======================= */
    #blog_link {
        text-align: center;
    }

    #blog_link li {
        margin: 10px 5px;
    }

    #blog_link li a {}

    #blog_link li a i {
        color: #fff !important;
    }

    /* ======================
   cart
======================= */
    .cart-sm-xs {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .cart-sm-xs a {
        color: #fff;
        padding: 15px 0;
        display: block;
    }

    #member_area {
        padding: 0 15px 15px;
    }

    /* ==================================================
   footer
================================================== */
    #footer {
        padding: 0 0 24px;
        text-align: center;
    }

    .ftbar {
        padding: 0;
    }

    .ftbar ul {
        text-align: center;
    }

    .ftbar ul li {
        width: 100%;
        display: block;
        border-bottom: 1px #666 dotted;
    }

    .ftbar ul li+li:before {
        content: none !important;
    }

    .ftbar ul li a {
        padding: 15px 15px;
        display: block;
    }

    .ftbar ul li a:hover,
    .ftbar ul li a:focus,
    .ftbar ul li a:active {
        background-color: #10344d;
        color: #fff !important;
    }

    #footer-logo-icons {
        margin-bottom: 30px;
    }

    #footer_logo {
        text-align: center;
    }

    #blog_link {
        text-align: center;
    }

    #cominfo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer-logo-icons {
        display: none;
    }

    .ftbar,
    #footer_follow,
    #cominfo,
    #googlemap,
    #footer-logo-icons {
        min-height: inherit;
    }

    #googlemap {
        margin-bottom: 20px;
    }

    /* ======================
   banner
======================= */
    .index-banner-title {
        text-align: left;
        padding: 10px 37px;
    }

    .index-banner-title h1 {
        font-size: 3.2em;
    }

    .index-banner-title h2 {
        font-size: 24px;
    }

    .index-banner-title h3 {
        font-size: 14px;
    }

    #container .in-banner-title h2 {
        font-size: 28px;
    }

    /* ==================================================
   index
================================================== */
    .index-content .title h3 {
        margin: 0 0 30px;
    }

    .index-content .more-box {
        text-align: center;
    }

    #index-procat {}

    #index-procat #in-block {
        margin-bottom: 1px;
    }

    #index-procat .up p {
        font-size: 14px;
        margin: 0;
    }

    #index-procat .up h3 {
        font-size: 18px;
        margin: 0;
    }

    #index-procat .more {
        margin-top: 10px;
    }

    #index_company_in {}

    #index-service {
        padding: 15px;
        text-align: center;
        background-size: cover;
    }

    #index-service .text {
        text-align: center;
        margin-bottom: 20px;
    }

    #index-service img {
        width: 60%;
        margin: 0 20%;
    }

    #index-service #in-block {
        margin-bottom: 30px;
    }

    #index-service h4 {
        font-size: 24px;
        text-align: center;
    }

    #index-service .img-box {
        padding: 10%;
    }

    #index-service p.text {
        text-align: center;
    }

    #index-service .right {
        text-align: center;
    }

    #index-news {
        text-align: center;
    }

    #index-news .in-block {
        margin-bottom: 60px;
        text-align: center;
    }

    #index-news .in-block h4 {
        font-size: 22px;
        margin: 20px 0 10px;
    }

    #index-news .text {
        text-align: center;
    }

    #index-news .img {
        margin: 0 0 15px;
    }

    #index-news .img img {
        width: 60%;
        margin: 0 20%;
    }

    #index-news .a-more {
        display: inline-block;
        background-color: #363d42;
        color: #fff;
        padding: 7px 27px;
        border: 1px #fff solid;
        border-radius: 0;
        text-decoration: none;
    }

    #index-news .a-more:hover,
    #index-news .a-more:focus,
    #index-news .a-more:active {
        background-color: #fff;
        color: #363d42;
        border-color: #363d42;
    }

    #owl-product {
        margin-bottom: 10px;
    }

    #index-news #in-block img {
        border-radius: 0;
    }

    /* ==================================================
   in page
================================================== */
    .in-banner-title {}

    .in-banner-title h2 {
        font-size: 24px;
    }

    .in-banner-title p {
        display: none;
    }

    .A-type {
        text-align: left;
    }

    .D-type #in-block {
        margin: 0;
        text-align: left;
    }

    .D-type #in-block h3 {
        margin-top: 0;
    }

    .D-type .border {
        padding: 15px 0 !important;
    }

    #in_msg_type {
        text-align: center;
    }

    #in_msg_type .border {
        float: none;
    }

    #in_msg_type.B-type .news-img {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    #in_msg_type.B-type .news-img img {
        width: 80%;
        margin: 0 auto;
    }

    #in_msg_type.B-type .more-box {
        text-align: center;
    }

    #inside_tent #in-block.img {
        margin-bottom: 25px;
    }

    #pdf-download ul li a {
        display: block;
    }

    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }

    #in_msg_type.C-type .news-img {
        margin-bottom: 15px;
    }

    #in_msg_type.C-type .textmsg {
        text-align: center;
    }

    #in_msg_type.C-type li:hover img {
        opacity: 1;
    }

    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }

    #in_msg_type.C-type li:nth-child(3n+1) {
        clear: inherit;
    }

    #in_msg_type.C-type li:nth-child(2n+1) {
        clear: both;
    }

    #myTab-accordion .txtNormal {
        margin: 0;
    }

    #myTab-accordion .panel-heading {
        padding: 0;
    }

    #myTab-accordion .panel {
        border-radius: 0;
    }

    .table-responsive {
        border: none;
    }

    .member-bt-box {
        text-align: left;
    }

    .member-bt-box a,
    .member-bt-box button {
        width: 100%;
        margin: 0 0 3px;
        padding: 10px 15px;
    }

    .container_site-map .txtNormal ul li {
        width: 48%;
    }

    /* ==================================================
   XS 尺寸微調
================================================== */
    @media screen and (max-width: 480px) {
        #mainnav-box {
            margin-top: -65px;
        }

        #container .in-banner-title h2 {
            font-size: 24px;
        }

        .index-banner-title h1 {
            font-size: 2.8em;
        }

        .index-banner-title h2 {
            font-size: 1.5em;
        }

        .in-banner-title p {
            display: none;
        }

        #index-service #in-block {
            width: 100%;
        }

        #index-service img,
        #index-news .img img {
            width: 80%;
            margin: 0 10%;
        }

        .D-type .news-img {
            width: 100%;
        }

        .D-type .textmsg {
            width: 100%;
        }

        .D-type #in-block h3 {
            margin-top: 20px;
        }

        #in_msg_type.B-type li {
            width: 100%;
        }

        #in_msg_type.C-type li {
            width: 100%;
        }
    }

    @media screen and (max-width: 430px) {
        #index-procate .up p {
            font-size: 18px;
            line-height: 30px;
        }

        #index-procate .up h4 {
            margin: 0 0 10px;
            font-size: 20px;
        }
    }

    @media screen and (max-width: 400px) {

        #member_area,
        #language_area {
            font-size: 12px;
        }

        #language_area {
            padding-right: 5px;
        }

        #member_area {
            padding-left: 5px;
        }
    }

    @media screen and (max-width:380px) {
        .in-banner-title h2 {
            font-size: 14px;
            margin: 10px 0;
            padding: 0;
        }

        .carousel-caption {
            top: 40%;
        }

        .index-banner-title h1 {
            font-size: 2em;
        }

        .index-banner-title h2 {
            font-size: 1.5em;
        }

        #index-procat .up {
            padding: 2% 3%;
        }
    }
}