﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
 
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
    transition: all 0.5s;
}

a:hover {
   
}

img {
    transition: all 0.5s;
}




.manpower h4.btn a {
    background-color: #336899;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 12px 40px 12px 20px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

    .manpower h4.btn a:hover {
        background-color: #004280;
    }

    .manpower h4.btn a:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/manpower_arrow.svg)no-repeat;
        width: 10px;
        height: 17px;
        right: 22px;
        top: 13px;
        background-size: cover;
    }

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}



/********************* 英文版修改 *********************/

.header .pri_po p {
   width:90%;
}
body.home .main_content .h2 .txt-tw{
    display:none;
}
body.home .main   .main_content .h2:before {
    height: 41px;
}
body.home .main .main_content .h2:after {
    height: 10px;
}
.main_content     .home_link a.pct_e .tit h4 span {
    font-size: 32px;
    width: 70%;
    margin: 0 AUTO;
}
/********************* Header *********************/
.header .navbar {
    background-color: #fff;
    position: fixed;
    width: 100%;
    border-radius: 0;
}
    .header .navbar.newtop {
        box-shadow: 1px 0px 4px #c6c6c6;
        -webkit-box-shadow: 1px 0px 4px #c6c6c6;
        -moz-box-shadow: 1px 0px 4px #c6c6c6;
    }
.header .pri_po p > a {
    color: #2a82d2;
    padding: 0 5px;
}
.header .pri_po p > a:hover {
    color: #333;
}
.header .pri_po p {
    margin-bottom: 0;
    font-size: 14px;
}
.header .pri_po {
    background-color: #f8f8f8;
    z-index: 800;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
    .header .pri_po a.learn_e {
        background-color: #dddddd;
        padding: 5px 14px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
       
    }
        .header .pri_po a.learn_e:hover {
            background-color: #004889;
            color:#fff;
        }
.header .si_ca2 ul li{
    padding:0 10px;
}
.header .si_ca2 ul li,
.header .si_ca2 ul li a {
    display: inline-block;
}
            .header .si_ca2 ul li a {
                color: #5a5a5a;
                font-size: 12px;
                border-bottom: 2px solid #f5f5f5;
                padding: 0px 2px;
            }
                .header .si_ca2 ul li.active  a,
                .header .si_ca2 ul li a:hover {
                    background-color: unset;
                    border-bottom: 2px solid #fabe00;
                }
.header .si_ca2 {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f5;
    padding: 24px 4px 23px 40px;
}
    .header .si_ca2:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/earth.svg)no-repeat;
        width: 20px;
        height: 20px;
        left: 17px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .container {
        width: 1450px;
    }

/* header logo */
.header .navbar .navbar-brand {
    width:114px;
    height: 52px;
    background: url(../images/all/logo.svg) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 9px 0 9px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}


/********************* 選單下拉動畫 *********************/
.navbar-nav li.hover_r_sider.dropdown_submenu .dropdown-menu.sub-menu {
    left: 100%;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    /*left: 50%;
    -moz-transform: translate(-50%,-10%);
    -ms-transform: translate(-50%,-10%);
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,0);*/
    /*padding: 10px !important;*/
    padding: 0;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}

    .navbar-nav .dropdown_submenu .dropdown-menu > li {
        position: relative;
    }

.navbar-nav .dropdown_submenu .dropdown-menu2 {
    left: inherit;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    top: 0;
    left: 100%;
    padding: 0;
    bottom: 0;
    position: absolute;
    border: none;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    z-index: 999;
    position: absolute;
    margin: 0;
}

.navbar-nav .dropdown_submenu .dropdown-menu.dropdown-menu2 li a {
    background-color: #ffffff;
}



.navbar-nav .dropdown_submenu .dropdown-menu li a {
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
}

    .navbar-nav .dropdown_submenu .dropdown-menu li a:hover {
        background-color: unset;
        background-image: unset;
    }

.navbar-nav .dropdown_submenu.open .dropdown-menu {
    animation: navfadeInDown .3s ease-in-out;
}

@-webkit-keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-moz-keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}
/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 0;
    margin-right: 180px;
    float: right;
}

    .header .navbar .navbar-nav > li > a {
        background: none;
        color: #000000;
        padding: 25px 20px;
        position:relative;
    }
        .header .navbar .navbar-nav > li > a:before {
            content: " ";
            display: block;
            position: absolute;
            background: url(../images/all/arrow.svg)no-repeat;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 15px;
            width: 7px;
            height: 4px;
            opacity: 0;
            transition: all 0.5s;
        }
        .header .navbar .navbar-nav > li > a:hover:before {
            bottom: 6px;
            opacity:1;
        }

            .header .navbar .navbar-nav li a:hover {
                background-color: #f5f5f5;
            }

.header .navbar .navbar-nav > li + li > a {

}

    .header .navbar .navbar-nav > li ul li a {
        padding: 8px 15px;
        font-size: 14px;
      
    }
        .header .navbar .navbar-nav > li ul li a:hover {
            background-color: #004889;
            color:#fff;
        }
        /* header 次選單 */
        .header .navbar .sub-nav {
            position: absolute;
            right: 15px;
            top: 20px;
        }

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner .item {
    position: relative;
}
.banner .pic-slogan h3 {
    font-size: 50px;
    font-weight: bold;
    background: #62b5d0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #62b5d0 0%, #1b669c 63%, #004889 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #62b5d0 0%,#1b669c 63%,#004889 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #62b5d0 0%,#1b669c 63%,#004889 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b5d0', endColorstr='#004889',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top:0;
}
.banner .pic-slogan p {
    color: #383838;
    border-top: 2px solid #fabe00;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom:0;
}
.banner .pic-slogan {
    position: absolute;
    left: 0%;
    top: 32%;
    background-color: #fff;
    padding: 20px 40px 20px 13%;
    box-shadow: 0px 0px 5px #eaeaea;
    -webkit-box-shadow: 0px 0px 5px #eaeaea;
    -moz-box-shadow: 0px 0px 5px #eaeaea;
    opacity: 1;
    transition: all 2s;

}
body.home   .banner .pic-slogan {
    top: 47%;


}
/*body.home  .banner-slider .item.slick-active.aos-animate .pic-slogan {
    opacity: 1;
    top: 47%;
}
.banner-slider .item.slick-active.aos-animate .pic-slogan {
    opacity: 1;
    top: 32%;
}*/
.banner-slider .item.slick-active.aos-animate .pic-slogan h3 {
    margin-left: 0;
}
body.home   .banner .slick-dots {
    bottom: -36px;
}
.banner  .slick-slide img{
	    width: 100%;
    background-size: cover;
	}
.banner .slick-dots {
    bottom: 10px;
}

    .banner .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fabe00;
    }

    .banner .slick-dots li button:before {
        color: #b4b4b4;
        opacity: 1;
    }

    .banner .slick-dots li {
        padding: 0;
        margin: 0;
    }

.banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.banner .img_small{
    display:none;
}
body.home   .banner {
    padding-bottom: 30px
}
.banner {
    position: relative;
    padding-top:70px;
  
}
    .banner  .slick-dots li button:before {
        display: none;
    }
    .banner .slick-dots li {
        margin: 0 10px;
    }
    .banner .slick-dots li  {
        width: 80px;
        height: 5px;
        background-color: #dddddd;
      
    }
        .banner .slick-dots li.slick-active  {
            background-color: #fabe00;
            width: 80px;
            height: 5px;
        }

    .banner .container {
        max-width: 1144px;
        padding: 0;
    }

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}


/********************* fancybox 彈跳視窗 *********************/


.fancy_sec .fancybox-button {
    border-radius: 50%;
    position: absolute;
    background-color: #004889;
    color: #fff !important;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px !important;
    top: -14px !important;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    font-weight: bold;
    opacity: 1;
}


.fancybox-stage .fancy_sec {
    background-color: #fff;
    border-radius: 0;
    border: 3px solid #0055a2;
    overflow: unset!important;
}

    .fancybox-stage .fancy_sec    a.btn {
        background-color: #004889;
        color: #fff;
        padding: 16px 40px;
        font-size: 20px;
        text-align: center;
        margin: 40px auto 10px;
        display: table;
    }
        .fancybox-stage .fancy_sec a.btn:hover{
            background-color:#fabe00;
        }

        .fancybox-stage .fancy_sec h4 {
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            color: #000;
        }

.fancybox-stage .fancybox-button svg {
    background: url(../images/all/close.svg)no-repeat;
    background-position: 4px;
}

.fancybox-stage .fancybox-button svg {
    background: url(../images/all/close.svg)no-repeat;
    background-position: 4px;
}

    .fancybox-stage .fancybox-button svg path{
        display:none;
    }

    .fancy_sec {
        display: none;
    }
/********************* Footer *********************/
.btm-sdg {
    background-size: cover;
    border-radius: 50%;
    background-color: #0055a2;
    position: absolute;
    top: 30px;
    width: 42px;
    height: 42px;
    transition: all 0.5s;
    right: 30px;
    background-size: cover;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    color: #fff;
    padding: 0;
}

.modal.in {
    top: 30%;
 
}
.modal-backdrop.in {
    opacity: 0.8;

}
.news.show .modal-dialog .modal-content,
.product.show .modal-dialog .modal-content {
    padding: 10% 20px;
}

.modal-dialog .modal-content {
   
    padding: 10% 20px;
}
.modal-dialog .modal-header p{
    text-align:center;
    font-size:18px;
}
.modal-dialog .modal-header h3 {
    text-align: center;
    border-bottom: 1px solid #acacac;
    font-weight: bold;
    color: #004889;
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 30px;

}
.modal-dialog .modal-header h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000;



}

.modal-dialog.modal-dialog2 {
    width: 300px;
}
    .modal-dialog.modal-dialog2    .modal-content {
        padding: 5% 20px;
    }
.modal-dialog .modal-header   .subsc_bg {
    padding-bottom: 13px;
}


.modal-dialog .modal-header a.btn {
    background-color: #004889;
    color: #fff;
    padding: 16px 40px;
    font-size: 20px;
    text-align: center;
    margin: 40px auto 10px;
    display: table;
}
    .modal-dialog .modal-header a.btn:hover{
        background-color:#fabe00;
    }

    .modal-dialog .modal-header {
        min-height: unset;
        padding: 0;
        border-bottom: none;
    }


.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #004889;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    font-weight: bold;
    opacity: 1;
}


.modal-dialog .btn-default,
.modal-dialog .btn-primary {
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    border-color: unset;
    position: relative;
    background-color: #27ad3c;
    border: 3px solid #fff;
    display: inline-block;
    margin: 20px auto 0;
    padding: 16px 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #858585;
    -webkit-box-shadow: 0px 0px 5px #858585;
    -moz-box-shadow: 0px 0px 5px #858585;
    transition: all 0.5s;
}


.main_content .modal-dialog .btn-default {
    background-color: #f6395c;
}




.footer .powered{
    display:none;
}
.footer .footer_logo ul {
    margin-top: 10px;
    margin-left: -10px;
}
.footer .footer_logo ul li a {
    padding: 0;
}
    .footer .footer_logo ul li a:hover {
        opacity: 0.7;
        background-color: unset;
    }
    .footer .footer_logo ul li,
    .footer .footer_logo ul li a {
        display: inline-block;
    }
.footer {
    padding: 15px 0 50px;
 
}
    .footer .search {
        margin: 17px 0 8px;
        padding-right: 15px;
    }
    .footer .search a,
    .footer .search input,
    .footer .search p {
        display: inline-block;
    }
        .footer .search a:hover{
            background-color:#fabe00;
        }
        .footer .search a {
            background-color: #004889;
            font-size: 14px;
            color: #fff;
            padding: 5px 16px;
            margin-left: -4px;
        }
        .footer .search input {
            border: 1px solid #e4e4e4;
            height: 30px;
            padding-right: 30px;
            padding-left: 10px;
        }
    .footer .search p {
        margin-bottom: 0;
      
    }
        /* sitemap */
        .footer .sitemap ul li {
            color: #888;
            padding: 0;
        }

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

.footer .sitemap ul li a:hover {

}

.footer_content {

}
.footer .copyright ul.ic_ild{
    margin:-11px 0 0 auto;
}
    .footer .copyright ul.ic_ild img{
        padding-bottom:5px;
    }
    .footer .copyright ul.ic_ild li,
    .footer .copyright ul.ic_ild li a {
        display: inline-block;
        font-size: 14px;
        text-align: center;
    
    }
        .footer .copyright ul.ic_ild li a:hover {
            background-color: unset;
            opacity:0.7;
        }
.footer .copyright ul.cop_w li {
    font-size: 13px;
}
.footer .copyright ul.cop_w li a {
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
    font-size: 13px;
}
.footer .copyright ul.cop_w   li a:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #808080;
    width: 1px;
    height: 10px;
    left: 0;
    top: 6px;
}
.footer .copyright {
    text-align: right;
    width: 40%;
    margin: 30px 0 0 auto;
}
/* siteinfo */
.footer .siteinfo {
    margin-left: 20px;
    width: 40%;
    padding-left: 3%;
    margin-left: 4%;
    position:relative;
}
    .footer .siteinfo:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #dddddd;
        width:1px;
          height: 194px;
        left:0;
        top:0;
    }
    .footer .siteinfo h3 {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        color: #444444;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .footer .siteinfo ul {
        text-align: left;
        margin-left: 2px;
        line-height: 26px;
    }
.footer .siteinfo ul > li {
    padding: 0;
    display: block;
    position:relative;
}
    .footer .siteinfo ul > li a {
        padding-left: 22px;
        color: #444444;
    }
    .footer .siteinfo ul > li a:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        width: 16px;
        height: 15px;
        top:6px;
    }
    .footer .siteinfo ul > li.add  a:before{
        background: url(../images/all/add.svg)no-repeat;
    }

    .footer .siteinfo ul > li.tel a:before {
        background: url(../images/all/tel.svg)no-repeat;
    }

    .footer .siteinfo ul > li.fax a:before {
        background: url(../images/all/fax.svg)no-repeat;
    }
    .footer .siteinfo ul > li.mail a:before {
        background: url(../images/all/mail.svg)no-repeat;
    }

    .footer .siteinfo ul > li + li:before {
        content: " ";
    }

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}
#floating,
#floating.fixed {
    margin-right: 0;
    right: 0;
    position: fixed;
    bottom: 10%;
    top: unset;
}
    #floating .d_flex {
        justify-content: flex-end;
        position: relative;
        margin-right: -180px;
        transition: all 0.5s;
    }
        #floating .d_flex.open {
            margin-right: 0;
        }

    #floating a.cart_a {
        background-color: #004889;
        color: #fff;
        margin: 0;
        padding: 38px 17px 0 10px;
        font-size: 18px;
        position: relative;
        line-height: 22px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        text-align: center;
        width: 20%;
    }
            #floating a.cart_a:hover {
                background-color: #02417a;
            }
            #floating a.cart_a:before {
                content: " ";
                display: block;
                position: absolute;
                background: url(../images/all/flo_icon01.svg)no-repeat;
                width: 35px;
                height: 35px;
                top: 6px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

    #floating ul {
        background: #f8f8f8;
        line-height: 32px;
        margin-bottom: 0;
        border-left: none;
        box-shadow: 0px 0px 2px #333333;
        -webkit-box-shadow: 0px 0px 2px #333333;
        -moz-box-shadow: 0px 0px 2px #333333;
        width: 80%;
        text-align: left;
    }

        #floating ul li {
            border-bottom: 1px solid #dddddd;
        }


        #floating ul li a {
            background: url(../images/all/flo_more.svg)no-repeat right 16px;
            padding-right: 26px;
            font-size: 14px;
            padding:5px 26px 5px 5px;
            font-weight:bold;
            color:#000;
        }
    #floating ul li a:hover{
        color:#004889;
    }


            /********************* Main *********************/
.main {
   
    padding: 40px 0;
}

.main_content {
    min-height: 600px;
    padding: 30px 0;
}

/*----------------------- side -----------------------*/
body .main .main_content  .sider_nav h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0px 0 25px;
}
body .main .main_content .sider_nav   .panel-heading {
    display: none;
}

body .main .main_content .sider_nav   .collapse {
    display: block;
}

body .main .main_content .sider_nav    .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: unset;
    border: none;
    padding: 0;
}

body .main .main_content   .sider_nav    .panel-group .panel {
    border-radius: 0;
    box-shadow: unset;
    border-color: unset;
    border: none;
}


.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}


.side .nav > li{
    padding:5px 0;
}
.side .nav > li > a {
    color: #000;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 0;
    font-size: 18px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li a.active {
    color: #fff;
    background-color: #004889;
    padding-left: 10px
}
    .side .nav > li  ul>li> a.active:before{
        display:none;

    }

    .side .nav > li > ul {
        list-style-type: none;
        padding-bottom: 0px;

    }
    .side .nav > li > ul > li > a{
        font-size:16px;
        position:relative;
       
    }
        .side .nav > li > ul > li > a:before {
            content: " ";
            display: block;
            position: absolute;
            width: 3px;
            height: 3px;
            background-color: #000;
            left: 14px;
            top: 14px;
        }
        .side .nav > li > ul > li > a:hover:before {
            background-color: #fff;
        }
            .side .nav > li > ul > li > a,
            .side .nav > li > ul > li > a:hover {
                padding: 6px 10px 6px 27px;
            }

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.main_top .breadcrumb {
    padding:0;
}
.main_top  h1{
    font-size:48px;
    font-weight:bold;
    padding-left:30px;
    position:relative;
}
    .main_top h1:before {
        content: " ";
        display: block;
        position: absolute;
        width: 16px;
        top: 0;
        left: 0;
        background-color: #004889;
        height: 48px;
    }
    .main_top h1:after {
        content: " ";
        display: block;
        position: absolute;
        width: 16px;
        top: 0;
        left: 0;
        background-color: #fabe00;
        height: 12px;
    }

        .content .breadcrumb > li + li:before {
            content: "＞";
        }

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

    .content .btn-box .pager {
        text-align: center;
        display: block;
        margin: 0 0 20px;
    }

.content .btn-box .pager li {
    margin: 0 5px;
}

    .content .btn-box .pager li > a {
        color: #000;
        padding: 3px 10px;
        font-size: 16px;
        /*background-color: #fff;*/
        border: none;
        border-radius: 0;
        background-color: unset;
    }
        .content .btn-box .pager li.active  > a,
        .content .btn-box .pager li > a:hover {
            background-color: #004889;
            color: #ffffff;
        }
    .content .btn-box .pager li:last-child a,
    .content .btn-box .pager li:first-child a {
        position: relative;
        text-indent: -9999px;
        background-color: unset;
    }
            .content .btn-box .pager li:first-child a:before {
                content: " ";
                display: block;
                position: absolute;
                background: url(../images/news/btn-box_arrow.svg)no-repeat center;
                width: 7px;
                height: 11px;
                left: 15px;
                top: 8px;
                transition: all 0.5s;
                background-size: cover;
          
    }

            .content .btn-box .pager li:last-child a:before {
                content: " ";
                display: block;
                position: absolute;
                background: url(../images/news/btn-box_arrow2.svg)no-repeat center;
                width: 7px;
                height: 11px;
                right: 15px;
                top: 8px;
                transition: all 0.5s;
                background-size: cover;
            }
            .content .btn-box .pager li:last-child a:hover,
            .content .btn-box .pager li:first-child a:hover {
                background-color: unset;
            }
        .content .btn-box .pager li:last-child a:hover:before,
        .content .btn-box .pager li:first-child a:hover:before {
            opacity: 0.6;
         
      
        }

.content .btn-box .pager li > a:hover {
    
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}



/*----------------------------------------- 聯絡我們 contact  index --------------------------------------*/
.contact .side-menu .panel-body ul li,
.stronghold .side-menu .panel-body ul li {
    width: 50%;
}

.contact .main {
    background: url(../images/all/prod_bg2.jpg)no-repeat left bottom;

}
.main_content   .text-center {
    margin-top: 40px;
}
.main_content .text-center ul li,
.main_content .text-center ul li a.ma_bat {
    display: inline-block;
    margin: 0 3px;
}
    .main_content .text-center ul li a.ma_bat.ma_bat2:focus,
    .main_content a.ma_bat:focus,
    .main_content .text-center ul li a.ma_bat.ma_bat2:hover,
    .main_content a.ma_bat:hover {
        background-color: #fabe00;
    }
.main_content a.ma_bat {
    position: relative;
    background-color: #004889;
    display: table;
    margin: 50px auto 0;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    width: 146px;
}

.main_content .text-center ul li a.ma_bat.ma_bat2 {
    background-color: #333;
 
}
.main_content   .red {
    color: #fabe00;
    font-size: 24px;
}
.contact .cont_mid  .pod_e{
    width:48%;
}
.contact .cont_mid .d_flex {
    justify-content: space-between;
}
.contact .cont_mid .cont_left {
    width:35%;
    padding-right:5%;
}
.contact .cont_mid .cont_right {
    width: 65%;
    padding: 3%;
    background-color: #f8f8f8;
}

.main_content .tit input.tidy2 {
    width: 20%;
}

.main_content   .tit input.tidy2,
.main_content  .tit a.tidy {
    display: inline-block;
    vertical-align: middle;
}


.contact .cont_mid .cont_right .tit {
    margin-bottom: 40px;
}
    .contact .cont_mid .cont_right .tit.tit_b2{
        margin-bottom:20px;
    }
.member .member_mid .pod_e  p,
.member .member_mid .member_right p,
.contact .cont_mid .cont_right p {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact h4 {
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 40px;


}
.contact h2 {
    color: #fdfdfd;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: 22px;
    background-color: #4a4a4a;
    padding: 10px;
}

.contact h4 span.required {
    color: #c30303;
    display:block;
 
}
 .listCheck label{
    padding-right:20px;
}
.contact .cont_mid .listCheck label,
.contact .cont_mid .listCheck input,
.listCheck .we_k {
    display: inline-block;
}
.main_content input.option-input2 {
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 300;
    top: 4px;
    padding: 0;
}
.main_content    label {
    font-size:16px;

}
.main_content input.option-input2:checked {
    background-color: #004889;
}

    .main_content input.option-input2:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #fff;
        width: 8px;
        height: 8px;
        left: 0px;
        top: 5px;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
    }
/*----------------------------------------- 全球據點 contact  stronghold --------------------------------------*/
.stronghold .comt_mid {
    padding-bottom: 40px;
}

    .stronghold .comt_mid .pic {
        width: 40%;
        padding-right: 2%;
    }

        .stronghold .comt_mid .pic img {
            width: 100%;
        }

    .stronghold .comt_mid .tit {
        background-color: #f8f8f8;
        position: relative;
        width: 59%;
    }

        .stronghold .comt_mid .tit h4 {
            background-color: #004889;
            color: #fff;
            padding: 10px 20px;
            margin-top: 0;
        }

        .stronghold .comt_mid .tit ul {
            line-height: 32px;
            padding: 0 20px;
        }

.stronghold .cont_mid .co_peripheral .d_flex {
    margin-left: -10px;
    margin-right: -10px;
}




.main_content .form-control:focus {
    box-shadow: none;
    border-color: unset;
}
.main_content  textarea{
    height:100px;
}
.main_content input.upl{
    border:none;
    width:auto;
}
.main_content input,
.main_content select {
    height: 40px;
    border: 1px solid #c3c3c3;
    width: 100%;
    border-radius: 0;
    padding-left: 10px;
}
.main_content select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/all/select_arrow.svg) no-repeat #fff;
    background-position: right 0.7em top 50%, 0 0;
}
    .stronghold .cont_mid select {
        width: 80%;
    }
.stronghold .cont_mid select,
.stronghold .cont_mid p {
    display: inline-block;
}
.stronghold .cont_mid .cont_lo {
    width: 35%;
}
.stronghold .cont_mid h2 {
    color: #004889;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 0;
}
.stronghold .cont_mid h3 {
    background-color: #fabe00;
    color: #000;
    padding: 10px;
    display: none;
}
.stronghold .cont_mid .grey_bg ul {
    line-height: 32px;
    padding: 10px 20px 20px;
}
    .stronghold    .cont_mid .grey_bg ul li a {
        padding: 0;
        padding-left: 22px
    }
        .stronghold .cont_mid .grey_bg ul li a:hover {
            background-color: unset;
        }

        .stronghold .cont_mid .grey_bg ul > li.add a:before {
            background: url(../images/all/add.svg)no-repeat;
        }
    .stronghold     .cont_mid .grey_bg ul > li.tel a:before {
        background: url(../images/all/tel.svg)no-repeat;
    }
    .stronghold   .cont_mid .grey_bg ul > li.fax a:before {
        background: url(../images/all/fax.svg)no-repeat;
    }
    .stronghold   .cont_mid .grey_bg ul > li.mail a:before {
        background: url(../images/all/mail.svg)no-repeat;
    }

    .stronghold    .cont_mid .grey_bg ul > li a:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        width: 16px;
        height: 15px;
        top: 6px;
    }

.stronghold   .cont_mid .co_peripheral {
  
}
    .stronghold .cont_mid .co_peripheral .d_flex {
        flex-wrap:wrap;
    }

.stronghold .cont_mid .grey_bg .tit {
    width: 100%;
}

    .stronghold .cont_mid .grey_bg .tit h4 {
        background-color: #004889;
        color: #fff;
        padding: 10px 20px;
        margin-top: 0;
    }
.stronghold .cont_mid .grey_bg .pic {
    /*width: 40%;*/
    display: none;
}
.stronghold .cont_mid .grey_bg {
    background-color: #f8f8f8;
    width: 48%;
    margin: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
   
}

/*----------------------------------------- 型錄下載 download --------------------------------------*/


    .download    .inves_gray {
        background-color: #f8f8f8;
        padding: 30px 40px;
    }

    .download    .inves_gray a {
        background-color: #fff;
        display: block;
        border: 1px solid #dddddd;
        padding: 30px;
        text-align: center;
        margin-bottom: 30px;
        color: #004889;
    }

        .download   .inves_gray a h4 {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            border-bottom: 1px solid #dddddd;
            padding-bottom: 20px;
            margin-bottom: 40px;
        }

        .download    .inves_gray a .downloads {
            background: url(../images/investors/download.svg)no-repeat;
            width: 32px;
            height: 38px;
            margin: 0 auto;
            transition: all 0.5s;
        }

        .download    .inves_gray a:hover .downloads {
            background: url(../images/investors/downloads.svg)no-repeat;
        }


/*----------------------------------------- 訊息詳細頁 NEWS  show --------------------------------------*/
.download_e {
    margin-top: 50px;
}
    .download_e table th {
        background-color: #004889;
        color: #fff;
        padding: 10px;
        font-size:18px;
    }
        .download_e table th:last-child{
            width:10%;
            text-align:center;
        }
    .download_e table td {
        background-color: #fff;
        color: #000;
        padding: 10px;
        font-size: 18px;
        border-bottom: 1px solid #dddddd;
    }
        .download_e table td a{
            display:block;
        }
        .download_e table td a:hover {
            opacity: 0.5;
        }

        .download_e table {
            width: 100%;
        }
.news.show .list-box h1 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 32px;
}

.news.show .list-box h4 {
    color: #004889f0;
    font-size: 16px;
    z-index: 100;
    margin: 0;
   /* display: table;*/
}
/*----------------------------------------- 訊息 NEWS --------------------------------------*/
.news .list-box .d_flex a {
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 60px;
}
    .news .list-box .d_flex a .pic{
        position:relative;
        overflow:hidden;
    }
    .news .list-box .d_flex a:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }
     
            .news .list-box .d_flex a:hover .pic h4{
                background-color:#fabe00;
            }

    .news .list-box .d_flex a h4 {
        font-size: 14px;
        margin: 20px 0 4px;
        color: #979797;
    }
    .news .list-box .d_flex a h3 {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        height: 60px;
        margin-top: 0;
    }
    .news .list-box .d_flex a:hover  h3{
        color:#004889;
    }
    .news .list-box .d_flex a p {
        color: #444444;
        font-size: 15px;
        margin-bottom: 0;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        border-top: 1px solid #dddddd;
        padding-top:20px;
    }

.btn-back ul li a {
    position: relative;
    background-color: #333;
    display: table;
    margin: 50px auto 0;
    padding: 14px 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}
    .btn-back ul li a:hover{
        background-color:#004889;
    }


/*----------------------------------------- 投資人專區左選單改上  --------------------------------------*/
.stronghold   .side-menu .panel-body ul li,
.stronghold   .side-menu .panel-body ul li a,
.contact .side-menu .panel-body ul li,
.contact .side-menu .panel-body ul li a,
.investors .side-menu .panel-body ul li,
.investors .side-menu .panel-body ul li a {
    display: inline-block;
}
.stronghold   .side-menu .panel-body ul,
.contact .side-menu .panel-body ul,
.investors .side-menu .panel-body ul {
    display: flex;
}


    .investors .side-menu .panel-body ul li {
        width: 100%;
    }

    .contact .side-menu .panel-body ul li a {
        font-size: 20px;
        font-weight: bold;
        color: #818181;
        border-bottom: 2px solid #dddddd;
        padding: 0 15px 10px;
        margin: 0 -2px;
        border-left: none;
        display: block;
        text-align: center;
  
    }
    .stronghold .side-menu .panel-body ul li a,
    .investors .side-menu .panel-body ul li a {
        font-size: 20px;
        font-weight: bold;
        color: #818181;
        border-bottom: 2px solid #dddddd;
        padding: 0 15px 10px;
        margin: 0 -2px;
        border-left: none;
        display: block;
        text-align: center;
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
            .stronghold .side-menu .panel-body ul li a:focus,
            .stronghold .side-menu .panel-body ul li a:hover,
            .stronghold .side-menu .panel-body ul li a.active,
            .contact .side-menu .panel-body ul li a:focus,
            .contact .side-menu .panel-body ul li a:hover,
            .contact .side-menu .panel-body ul li a.active,
            .investors .side-menu .panel-body ul li a:focus,
            .investors .side-menu .panel-body ul li a:hover,
            .investors .side-menu .panel-body ul li a.active {
                color: #000;
                border-bottom: 2px solid #000;
                background-color: unset;
            }
/*----------------------------------------- 聯絡方式  --------------------------------------*/
.investors .s_cont .mr_table {
    width: 48%;
    margin: 0 auto;

}

.s_cont   .mr_table a.cper_d {
    font-weight: bold;
    color: #004889;
    position: relative;
    padding-left: 23px;
}

.investors .s_cont    .mr_table a.cper_d:before {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    height: 19px;
    background: url(../images/investors/contact_person.svg)no-repeat;
    left: 0;
    top: 0;
}

.investors  .s_cont .mr_table table td {
    text-align: left;
}
 .investors  .s_cont   .mr_table table th{
      font-size:24px;
    }
    /*----------------------------------------- 企業社會責任  --------------------------------------*/
    .investors.responsobility .side-menu .panel-body ul li {
        width: 33.3%;
    }
/*----------------------------------------- 董事會  --------------------------------------*/
.company .wid-faq .panel-default > .panel-heading {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    background-color: #ebf6ff;
    background-image: unset;
}

    .company    .wid-faq .panel-default > .panel-heading h4 {
        font-size: 20px;
        padding: 5px 0 5px 0;
        line-height: 32px;

        color: #000;
    }
.company     .wid-faq .panel-group .panel {
    margin-bottom: 20px;
    border: none;
}
.company .wid-faq .panel-default > .panel-heading h4 a  span{
  padding-right:10px;
  font-weight:bold;
  color:#004889;
}
.company .wid-faq .panel-default > .panel-heading h4 a {
    display: block;
    position: relative;
}


    .company .wid-faq .panel-default > .panel-heading h4 a.collapsed:before,
    .company .wid-faq .panel-default > .panel-heading h4 a.collapsed:hover:before {
        transform: rotate( 360deg);
    }


    .company .wid-faq .panel-default > .panel-heading h4 a:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/investors/arrow.svg)no-repeat;
        width: 12px;
        height: 7px;
        right: 0;
        top: 12px;

        transform: rotate( 180deg);
        transition: all .5s;
    }

.company   .wid-faq .panel-default .panel-body {
    margin-bottom: 0;
    padding: 30px 0 30px 10px;
 
}
.wid-faq {
    padding-top: 40px;
}
/*----------------------------------------- 股利及股價資訊  --------------------------------------*/
.main_content .pt_to {
    padding: 10px 0 20px;
}

.investors.stakeholder   .side-menu .panel-body ul li,
.investors.stock_affairs .side-menu .panel-body ul li {
    width: 50%;
}

.investors.stock_affairs    .mr_table {
    width: 50%;
    margin: 0 auto;
 
}
    .investors.stock_affairs .mr_table table th{
      font-size:24px;
    }
    .investors.stock_affairs .mr_table table td {
        text-align: left;
    }
/*----------------------------------------- 重大訊息  --------------------------------------*/
.investors.annual_report .inves_gray.inves_new {
    margin-top: 0;
    padding: 110px 10%;
}
.investors .inves_new a {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
    .investors .inves_new a:hover{
        color:#004889;
    }
.investors .inves_new h4 {
    text-align: center;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    line-height: 30px;


  }
/*----------------------------------------- 股東會  --------------------------------------*/
.shareholder .solid_shea {
    border-top: 2px solid #dddddd;
    padding-top: 20px;
}
.shareholder .wid-applic {
    margin-bottom: 30px;

}
.editor  p{
    margin-bottom:0;
}
/*----------------------------------------- 法人說明會  --------------------------------------*/
.investors.legal_person .mr_table {
    padding-top: 0px;
}
/*----------------------------------------- 每月營業額報告  --------------------------------------*/
.investors .mr_table  table{
    width:100%;
}
    .investors .mr_table table th {
        background-color: #004889;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        padding: 15px;
        vertical-align: middle;
    }
    .investors .mr_table table tr:nth-child(2n) {
        background-color: #ebf6ff;
    }
    .investors .mr_table table td a {
        display: block;
        vertical-align: middle;
    }
    .investors .mr_table table td a:hover {
        opacity: 0.7;
    }
    .investors .mr_table table td {
        border-bottom: 1px solid #e8e8e8;
        color: #000;
        padding: 15px;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
    }
        .investors .mr_table {
            padding-top: 30px;
        }
            .investors .mr_table  h3{
                position:relative;
                margin-bottom:10px;
            }
            .investors .mr_table span {
                font-size: 16px;
                padding-left: 10px;
                position: absolute;
                right:0;
            }


    /*----------------------------------------- 公司年報  --------------------------------------*/
    .investors.annual_report .inves_gray {
        margin-top: 50px;
    }

    /*----------------------------------------- 財務業務資訊  --------------------------------------*/
body.investors    {
    background: url(../images/all/prod_bg.jpg)no-repeat right bottom;
}
.investors .inves_gray a .downloads {
    background: url(../images/investors/download.svg)no-repeat;
    width: 32px;
    height: 38px;
    margin: 0 auto;
    transition: all 0.5s;
}
.investors .inves_gray a:hover .downloads {
    background: url(../images/investors/downloads.svg)no-repeat;
    
}
.investors .inves_gray a:hover{
    color:#000;
}
.investors .inves_gray a {
    background-color: #fff;
    display: block;
    border: 1px solid #dddddd;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #004889;
}
    .investors .inves_gray a h4 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        border-bottom: 1px solid #dddddd;
        padding-bottom:20px;
        margin-bottom:40px;
      
    }
    .investors .inves_gray a p {
        font-size: 15px;
        color: #000;
    }
.investors .inves_gray {
    background-color: #f8f8f8;
    padding: 30px 40px;
  
}
.investors .quarter_ul {
    border-top: 1px solid #dddddd;
    padding: 20px 0;
    margin-top: 20px
}
.investors .quarter_ul ul {
    display: flex;
}
    .investors .quarter_ul ul  li{
        width:25%;
        text-align:center;
    }
        .investors .quarter_ul ul li a {
            font-size: 18px;
            position: relative;
            padding: 10px 10px 20px;
      
}

            .investors .quarter_ul ul li a:hover:before,
            .investors .quarter_ul ul li a.active:before {
               opacity:1;
                bottom: 0;
            
            }
       
            .investors .quarter_ul ul li a:before {
                content: " ";
                display: block;
                position: absolute;
                background: url(../images/investors/triangle.svg)no-repeat;
                width: 11px;
                height: 6px;
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: 10px;
                transition: all 0.5s;
                opacity:0;
               
            }
            .investors .quarter_ul ul li a:hover,
            .investors .quarter_ul ul li a.active {
                color: #000;
                font-weight: bold;
                background-color: unset;
            }
.investors .quarter_ul ul li a,
.investors .quarter_ul ul li {
    display: inline-block;
}
.investors .slick-list .item {
    text-align: center;
}
    .investors .slick-list .item a {
        font-size: 20px;
        color: #818181;
    }
        .investors .slick-list .item a:hover,
        .investors .slick-list .item a.active {
            color: #000;
            font-weight: bold;
        }

.investors .slick-slider    .slick-prev {
    background:url(../images/investors/arrow_left.svg)no-repeat;
    width:9px;
    height:13px;
    left:0;
    z-index:10;
}
.investors .slick-slider .slick-next {
    background: url(../images/investors/arrow_right.svg)no-repeat;
    width: 9px;
    height: 13px;
    right: 0;
    z-index: 10;
}
    .investors .slick-slider .slick-next:before,
    .investors .slick-slider .slick-prev:before {
        content: '';
    }
    /*----------------------------------------- 會員條款  --------------------------------------*/
    .fklfi {
        height: 600px;
        padding: 50px 30px;
        max-width: 1000px;
        margin: 0 auto;
    }

body .riro_w {
    max-width: 700px;
    display: none;
    padding: 0;
    overflow: unset !important;
}

body .fancybox-button--close {
    display: none;
}

.riro_w a.btn {
    border-radius: 50%;
    position: absolute;
    background-color: #0055a2;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    font-weight: bold;
    z-index: 99;
}

.member    .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #515151;
}

body .riro_w h3 {
    font-weight: bold;
    margin-top: 0;
    color: #fff;
    padding: 10px;
    background-color: #004889;
    margin-bottom: 20px;
}

body .riro_w h4 {
    font-weight: bold;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #000;
}

/*----------------------------------------- 會員專區 member  index --------------------------------------*/
.member.index .member_right p {
    text-align: center;
    line-height: 30px;
}
.member.index .member_right p span {
    display: block;
}
.member.index a.men_tr {
    width: 50%;
    display: block;
}
    .member.index a.men_tr .icon01 {
        background: url(../images/member/icon01.svg)no-repeat;
        width: 96px;
        height: 100px;
        margin: 0 auto;
        transition: all 0.5s;
    }
    .member.index a.men_tr:hover .icon01 {
        background: url(../images/member/icon01s.svg)no-repeat;
    }
    .member.index a.men_tr .icon02 {
        background: url(../images/member/icon02.svg)no-repeat;
        width: 96px;
        height: 100px;
        margin: 0 auto;
        transition: all 0.5s;
    }
    .member.index a.men_tr:hover .icon02 {
        background: url(../images/member/icon02s.svg)no-repeat;
    }
    .member.index a.men_tr:hover h4 {
        color: #000;
    }
    .member.index a.men_tr h4 {
        text-align: center;
        color: #004889;
        font-weight: bold;
        padding: 20px 0 15px;
        position: relative;
        margin-bottom: 16px;
    }
        .member.index a.men_tr h4:before {
            content: " ";
            display: block;
            position: absolute;
           background-color:#004889;
           width:20px;
           height:2px;
           left:0;
           right:0;
           margin:0 auto;
           bottom:0;
        }
        /*----------------------------------------- 會員註冊 member  membership --------------------------------------*/
        .member.membership .member_mid h3.h3_one {
            margin-top: 0;
        }
.membership .checkbox {
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
    border: 1px solid #004889;
}
    .membership .checkbox a{
        color:#004889;
    }
        .membership .checkbox a:hover{
            color:#000;
        }
        .membership .checkbox input {
            height: auto;
            width: auto;
            margin-left: 0;
        }
.member.membership .member_mid h3 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #000;
    margin-top: 40px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.member .member_mid .d_flex {
    justify-content: space-between;
}
.member .member_mid .pod_e {
    width: 30%;
}
.member.modify    .member_mid .pod_e  h4 {
   padding-top:16px;
}
.member .yellow {
    color: #fabe00;
    padding-left: 5px;
}
.main_content .tit.pod_e   input.tidy2 {
    width: 40%;
}
/*----------------------------------------- 忘記密碼 member  forget01 --------------------------------------*/
.member.login.forget01 .main_content .text-center ul li,
.member.login.forget01 .main_content .text-center ul li a.ma_bat {
    width: auto;
    display: inline-block;
}
.member.forget01 .member_left h4 span{
    /*display:block;*/
}
.member.forget01 .member_left h4 {
    line-height: 32px;
    margin-top: 40px
}
.member.forget01   .member_right .sig_icon01:before {
    display: none;
}
.member.forget01   .member_right .sig_icon01 input {
    padding-left: 10px;
}
/*----------------------------------------- 會員登入 member  login --------------------------------------*/

.member .member_right .sig_icon01,
.member .member_right .sig_icon02 {
    position: relative;
}

    .member .member_right .sig_icon01 input,
    .member .member_right .sig_icon02 input {
        padding-left: 38px;
    }

    .member .member_right .sig_icon01:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/sig_icon01.svg) no-repeat;
        width: 23px;
        height: 25px;
        left: 10px;
        top: 6px;
        opacity: 0.3;
    }

    .member .member_right .sig_icon02:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/sig_icon02.svg) no-repeat;
        width: 23px;
        height: 25px;
        left: 10px;
        top: 6px;
        opacity: 0.3;
    }

.member .main_content .member_mid ul.fk_x {
    margin-top: 30px;
    margin-left: 15px;
    text-align: center;
}
    .member .main_content .member_mid ul.fk_x li a:hover{
        opacity:0.6;
    }
    .member .main_content .member_mid ul.fk_x li a,
    .member .main_content .member_mid ul.fk_x li {
        display: inline-block;
        color: #0055a2;
        position: relative;
        padding: 0 8px;
    }
        .member .main_content .member_mid ul.fk_x li:first-child a {
            background: url(../images/member/lock.svg) no-repeat left center;
            padding-left: 15px;
        }
            .member .main_content .member_mid ul.fk_x li:first-child a:before {
                content: " ";
                display: block;
                position: absolute;
                background-color: #252525;
                right: -5px;
                width: 1px;
                height: 21px;
                top: 2px;
            }
        .member .main_content .member_mid ul.fk_x li:last-child a {
            background: url(../images/member/mail.svg) no-repeat left center;
            padding-left: 22px;
        }
.member.login   .main_content .text-center ul li,
.member.login   .main_content .text-center ul li a.ma_bat {
    width: 100%;
    display: block;
}
.member .member_mid .pod_e,
.member .member_mid .member_right .tit {
    margin-bottom: 20px;
}
.member .member_mid .member_left a.more {
    position: relative;
    background-color: #4a4a4a;
    display: block;
    padding: 14px 40px;
    font-size:20px;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight:bold;
}
    .member .member_mid .member_left a.more:hover{
        background-color:#004889;
    }
    .member_mid {
        padding:5% 8%;
        background-color: #f8f8f8;
     
    }
        .member_mid .member_left {
            width: 40%;
            border-right: 1px solid #dddddd;
            padding-right: 3%;
       
    }
    .member_mid .member_right {
        width: 60%;
        padding-left: 6%;
    }
        .member_mid .member_left h3 {
            font-weight: bold;
            color: #000;
            margin-top: 40px;
         
        }

            .member_mid .member_left h3 a{
                display:block;
                color:#004889;
            }
            /*----------------------------------------- 產品詳細頁 product  show --------------------------------------*/
            table td span.lock_w {
                display: inline-block;
                position: relative;
                top: 4px;
                padding-right: 2px;
            }
.product.show .downl_x table td:last-child {
    width: 10%;
}
.product.show .tab_content   .downl_x     table.hardware tr td:first-child {
    width: auto;
}
.product   .m_l5 {
    margin-left: 5%;
}
.product.show .anv_right {
    width: 60%;
    padding-left: 5%;
    position: relative;
}
.product.show .anv_left {
    width: 40%;
}
.member    .main,
.product   .main {
    background: url(../images/all/prod_bg.jpg)no-repeat right top;
}
.product.show   .an_gray {
    padding: 40px 40px 60px;
}
.product  .an_gray {
    background-color: #f8f8f8;
    padding: 40px  0px 60px  20px;
  
}
.product.show .anv_left .small-pic img {
    padding: 5px;
}
.product.show .anv_left .slick-next {
    background: url(../images/product/arrow_right.svg)no-repeat;
    right: 10px;
    width: 13px;
    height: 22px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border-radius: 0;
    background-size: cover;
}
.product.show .anv_left .slick-prev {
    background: url(../images/product/arrow_left.svg)no-repeat;
    left: 10px;
    width: 13px;
    height: 22px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border-radius: 0;
    background-size: cover;
}
.product.show .slick-next:before, 
.product.show .slick-prev:before {
    content: '';
}
.product.show .anv_left .small-pic {
    background-color: #fff;
    padding: 5px 30px;
}
.product.show .anv_left .big-pic    img {
    width: 100%;
}
.product.show .anv_right a.more:hover{
    background-color:#fabe00;
}
.product.show .anv_right a.more {
    background-color: #004889;
    padding: 16px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
    display: table;
    margin-left: 10px;
}
.product.show .anv_right ul {
    line-height: 32px;
}
.product.show .anv_right h2 {
    font-size: 30px;
    font-weight: bold;
    color: #004889;
    margin-bottom: 20px;
    margin-top: 0;
}
.product.show .anv_right  ul li{
    font-size:16px;
}
.product.show .an_gray .rwd-tabs ul.tabs {
    text-align: center;
    border: none;
    position: relative;
    display:flex;
}
.product.show   .tab_content{
    padding:30px 0 0;
    width:100%;
}
    .product.show .tab_content table.hardware {
        width: 100%;
        margin-bottom: 30px;
    }
        .product.show .tab_content table.hardware td a{
            display:block;
        }
        .product.show .tab_content table.hardware td a:hover {
           opacity:0.5;
        }
 
        .product.show .tab_content table.hardware td {
            padding: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #000;
            border-bottom: 1px solid #dddddd;
        }
        .product.show .tab_content table.hardware tr   td:first-child {
          width:20%;
        }
        .product.show .tab_content table.hardware tr:last-child td {
            border-bottom: none;
        }
       
            .product.show .tab_content h4 {
                background-color: #dddddd;
                color: #000000;
                font-weight: bold;
                text-align: center;
                padding: 10px 0;
                font-size: 24px;
            }
    .product.show .tab_content h3 {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        margin-bottom:20px;
    }
    .product.show .toggle_border {
        border: none;
        border-width: 0;
    }
.product.show .an_gray .rwd-tabs ul.tabs li {
    padding: 0;
    width:25%;
}
    .product.show .an_gray .rwd-tabs ul.tabs li a {
        font-size: 16px;
        color: #818181;
        border-bottom: 2px solid #dddddd;
        padding: 0 0 10px;
        margin: 0 -2px;
        border-left:none;
        display:block;
        text-align:center;
    }
    .product.show .an_gray .rwd-tabs ul.tabs li.active a {
        color: #000;
        border-bottom: 2px solid #000;
    }
    .product.show .an_gray .rwd-tabs {
        padding-top: 50px;
    }
/*----------------------------------------- 產品專區 product --------------------------------------*/
.product .list-box .d_flex a {
    width: 29%;
    margin: 0 16px;
    margin-bottom: 40px;
    padding: 0 20px;
    background-color: #fff;
}
.product    .list-box .d_flex a h3 {
    color: #004889;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
}
    .product .list-box .d_flex a:hover h3{
        color:#000;
    }
    .product .list-box .d_flex a .pic {
        position: relative;
        overflow: hidden;
    }

    .product    .list-box .d_flex a:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }


    /*----------------------------------------- 首頁 home --------------------------------------*/
    body.home .prod_bg2 {
        position: relative;
    }
 
    .home_link {
        padding: 50px 0;
     
    }
    .home_link a.pct_e   .pic{
        position:relative;
        overflow:hidden;
    }
    .home_link a.pct_e:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
        .home_link .d_flex {
            justify-content: space-between
        }
    .home_link a.pct_e .tit p {
        color: #fff;
        padding: 17px 53px;
        border: 1px solid #fff;
        font-size: 22px;
        display: table;
        border-radius: 50px;
        margin: 30px auto 0;
        transition: all 0.5s;
    }
.home_link a.pct_e .tit h4 {
    font-size: 18px;
    color: #fff;
}
    .home_link a.pct_e .tit h4 span {
        font-size: 36px;
        font-weight: bold;
        display: block;
        padding-top: 10px;
    }
    .home_link a.pct_e .tit {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
  
    }
    .home_link a.pct_e:hover .tit p {
        background-color:#004889;
        color:#fff;
    }
        .home_link a.pct_e {
            display: block;
            position: relative;
            width: 48%;

        }
         
            .home_link a.pct_e:before {
                content: " ";
                display: block;
                position: absolute;
                background-color: #00213fa6;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 10;
            }
    .d_flex {
        display: flex;
        flex-wrap: wrap;
    }
.home_new .toggle_border {
    border: none;
    border-width: unset;
}
.home_new .tabs {
    border: none;
    display: table;
    width: 50%;
    margin: -80px 0 50px auto;
    z-index: 100;
    position: relative;
}
    .home_new .tabs li a:focus,
    .home_new .tabs li a:hover,
    .home_new .tabs li.active a {
        background-color: #004889;
        color: #fff;
    }
    .home_new .tabs li a {
        border: 1px solid #e5e5e5;
        background-color: #ececec;
        color: #000;
        font-size: 18px;
        padding: 3px 18px;
    }
.home_new   h3.new_sm {
    display: none;
}
.home_new .tab_content {
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.new_mid .new_right li:first-child  a{
    border-top: 1px solid #dddddd;
    
}
.new_mid .new_right li a {
    border-bottom: 1px solid #dddddd;
  padding-top:14px;
}
.new_mid .new_right .info:hover {
    background-color: unset;
}
.new_mid .new_right .info {
    display: flex;
    align-items: center;
    position: relative;
}
    .new_mid .new_right .info:after {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/new_arrow.svg)no-repeat;
        width: 22px;
        height: 60px;
        right: 16px;
        opacity: 0;
        transition: all 0.5s;
    }
    .new_mid .new_right .info:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #004889;
        top: 0;
        bottom: 0;
        right: 0;
        width: 60px;
        opacity: 0;
        transition: all 0.5s;
    }
    .new_mid .new_right .info:hover:after,
    .new_mid .new_right .info:hover:before {
        opacity: 1;
    }
        .new_mid .new_right .info .date p {
            font-size: 14px;
            text-align: right;
        }
    .new_mid .new_right .info .date h4 {
        font-weight: bold;
        display: table;
        margin: 0;

    
    }
        .new_mid .new_right .info .date h4 span.day {
            color: #bcbcbc;
            font-size: 32px;
            transition: all 0.5s;
        }
        .new_mid .new_right .info .date h4 span.year {
            font-size: 14px;
            display: block;
            text-align: right;
            line-height: 15px;
            color: #b6b6b6;
            transition: all 0.5s;
        }

        .new_mid .new_right .info .date h4 span.moon {
            font-size: 60px;
            font-family: 'Open Sans', sans-serif;
            display: block;
            font-weight: 900;
            line-height: 50px;
            color: #979797;
            transition: all 0.5s;
            text-align: center;
        }
        .new_mid .new_right .info:hover .date h4 span.year,
        .new_mid .new_right .info:hover  .date h4 span.day,
        .new_mid .new_right .info:hover .date h4 span.moon {
            color: #444444;
        }
            .new_mid .new_right .info .date {
                width: 20%;
                position: relative;
            }
        .new_mid .new_right .info .date:before {
            content: " ";
            display: block;
            position: absolute;
            width: 4px;
            height: 90px;
            background-color: #dddddd;
            right:0;
            top:0;
        }
    .new_mid .new_right .info .tit p {
        color: #444444;
        font-size: 14px;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .new_mid .new_right .info:hover .tit p,
    .new_mid .new_right .info:hover .tit h3 {
        color: #004889;
    }
    .new_mid .new_right .info .tit h3 {
        margin-top: 0;
        color: #000;
        font-size: 22px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .new_mid .new_right .info .tit {
        width: 80%;
        padding-right: 8%;
        padding-left: 10%;
    }
.new_mid .new_left {
    width: 50%;
    padding-right: 2%;
}
.new_mid .new_right {
    width: 50%;
}
.new_mid {
    display: flex;
    flex-wrap: wrap;
}
.home_applic .slick-list {
    padding: 0 !important;
    margin-left: -55px;
    margin-right: -55px;
}
.home_applic .item .tit h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.home_applic .item .tit p {
    color: #444444;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 30px;
    border-top: 1px solid #dddddd;
    padding-top:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.home_applic .item a:hover .pic  img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.7;
   
}
.home_applic .item a .pic {
    position: relative;
    overflow: hidden;
}
.home_applic .item a:hover .pic h4 {
    background-color: #fabe00;

}
.home_applic .slick-dots {
    display:none!important;
}
.home_applic .item a .pic h4 {
    position: absolute;
    bottom: 10%;
    left: 0;
    background-color: #004889f0;
    color: #fff;
    width: 200px;
    padding: 13px;
    font-size: 14px;
    z-index: 100;
    transition: all 0.5s;
}
        .home_applic .item a .pic h4 span {
            color: #fff;
            font-size: 22px;
            position: relative;
            font-weight: bold;
            padding-right: 19px;
        }
            .home_applic .item a .pic h4 span:before {
                content: " ";
                display: block;
                position: absolute;
                background-color: #fff;
                right: 10px;
                top: 5px;
                bottom: 0;
                width: 1px;
                height: 17px;
            }
        .home_applic .item a {
            display: block;
            padding: 30px;
            margin: 0 26px;
        }

            .home_applic .item a:hover {
                background-color: #eeeeee;
            }
body.home .main {
    position: relative;
    background: url(../images/all/prod_bg.jpg)no-repeat right top;
    padding: 0;
}
    body.home .main:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/prod_bg2.jpg)no-repeat left top;
        width: 1461px;
        height: 1345px;
        left:0px;
        bottom: 0px;
        z-index: -1;
    }
body .bt_more {
    font-family: 'Open Sans', sans-serif;
    color: #acacac !important;
    font-size: 24px;
    text-align: right;
    position: relative;
    display: table;
    margin: 20px 0 20px auto;
    padding-right: 50px;
    transition: all 0.5s;
    font-weight: 600;
}
.bt_more:hover {
    color: #004889 !important;
}
    .bt_more:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/more.svg)no-repeat;
        width: 38px;
        height: 8px;
        right: 0;
        top: 50%;
        transition: all 0.5s;
    }
    .bt_more:hover:before {
        right: 10px;
    }
        .home_product {
            position: relative;
            padding-bottom: 30px;
        }
.home_product .prod_left img {
    width: 100%;
}
.home_product .prod_left {
    width:35%;
}
.home_product .prod_right {
    width: 65%;
    padding: 6% 2% 3% 5%;
}
.home_product .wid-home-product ul {
    display: flex;
    flex-wrap: wrap;
}
    .home_product .wid-home-product ul li {
        width: 25%;
        padding-bottom: 50px;
        padding-right: 20px;
    }
        .home_product .wid-home-product ul li a:focus,
        .home_product .wid-home-product ul li a {
            color: #444444;
            font-size: 15px;
            font-weight: bold;
            position: relative;
            transition: all 0.5s;
        }
            .home_product .wid-home-product ul li a:hover {
                background-color: #004889;
               color:#fff;
            }
            .home_product .wid-home-product ul li a:after {
                content: " ";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                border-color: transparent transparent transparent #000000;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }
            .home_product .wid-home-product ul li a:hover:after {
                border-color: transparent transparent transparent #fff;
            }
            .home_product .wid-home-product ul li a:before {
                content: " ";
                display: block;
                position: absolute;
                background-color: #dddddd;
                height: 3px;
                bottom: 0;
                left: 0;
                right: 0;
            }

.main_top   .container,
.footer .container,
.main_content .container {
    width: 76%;
}

.home_product .prod_mid {
    display: flex;
    background-color: #f8f8f8;
}
.home_product .prod_left .pic {
    position: relative;
}
    .home_product .prod_left .pic h4 {
        position: absolute;
        background-color: #ffffffe0;
        right: 0;
        bottom: 30px;
        padding: 20px 0 20px 22px;
        font-size: 30px;
        font-weight: bold;
        color: #000;
        width: 57%;
    }
    body.home .main_content .h2:before {
        content: " ";
        display: block;
        position: absolute;
        width: 16px;
        top: 0;
        left: 0;
        background-color: #004889;
        height: 68px;
    }
body.home .main_content .h2:after {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    top: 0;
    left: 0;
    background-color: #fabe00;
    height: 22px;
}
body.home .main_content .h2 {
    position: relative;
    padding-left: 35px;
    margin-top: 0;
    line-height: 38px;
    margin-bottom: 30px;
}
    body.home .main_content .h2 .txt-tw {
        font-size: 24px;
        color: #949494;
        font-weight:bold;
    }
    body.home .main_content .h2 .txt-en {
        font-family: 'Open Sans', sans-serif;
        display: block;
        font-size: 48px;
        color: #000;
        font-weight: 600;
    }
body.home .main_content {
    min-height: 0;
}




/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
