﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

p {
    line-height: 30px;
    margin-bottom: 24px;
}
.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.alignC{
    text-align: center;
}
a {
    color: #666;
}

a:hover {
    color: #b22321;
}

/********************* Header *********************/
.header {
}

.header .navbar{
    position: fixed;
    left:0;
    right:0;
    top:0;
    background: #fff;
    border-radius: 0;

}

/* header logo */
.header .navbar .navbar-brand {
    width: 59px;
    height: 68px;
    background: url(../_images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:15px;
    transition: all .5s ease;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */

.header .navbar .navbar-nav {
    margin: 0;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    text-shadow: none;
    background: none;
    color: #000;
    font-size: 15px;
    padding: 28px 15px;
}


.header .navbar .navbar-nav li a:hover {
    color: #000;
}



.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}


.header .navbar.nav-fixed .navbar-brand {
    height: 50px;
    background-size: contain;
    width: 45px;
}
.header .navbar.nav-fixed .navbar-nav > li > a{
    padding: 20px 25px;
}
.header .navbar.nav-fixed {
    box-shadow: 0 0 5px #9c9c9c;
}
.header .navbar.nav-fixed .btn-default {
    padding: 20px 40px;
}

/* 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 {
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
    background: #b20022;
    padding: 28px 30px;
    line-height: normal;
    font-size: 15px;
    transition: all .5s ease;
}

.header .navbar .lang {

}

.header .navbar .lang .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container-fluid {
    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;
}

body.home .banner .bx-wrapper .bx-pager.bx-default-pager {
    padding: 0 15px;
    z-index: 60;
    position: relative;
    bottom: auto;
    margin: 20px auto;
}
.banner .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 5px;
    z-index: 9999;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e2e2e2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .5s ease;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ac0023;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ac0023;
    width: 35px;
    border-radius: 10px;
}

/********************* Footer *********************/
.footer {
    padding: 5vw 0;
    background: #b22321;
    color: #fff;
}

/* sitemap */
.footer .sitemap{
	text-align:right;
}
.footer .sitemap ul li {
    padding: 0;
    /* width: 110px; */
    vertical-align: middle;
    width: 50%;
    float: left;
}

.footer .sitemap ul li a {
    color: #fff;
    padding: 5px;
}

.footer .sitemap ul li a:hover {
    color: #fff;
    text-decoration: underline;
}



/* siteinfo */
.footer .siteinfo{
    display: flex;

}
.footer .siteinfo .pic{
    margin-right: 30px;
}
.footer .siteinfo ul > li {
    line-height: 25px;
    margin-bottom:10px;
}
.footer .siteinfo ul > li:before{
    background: url(../_images/all/icon_contact.png) no-repeat;
    width:25px;
    height: 25px;
    content:"";
    display: inline-block;
    vertical-align: middle;

}
.footer .siteinfo ul > li:nth-child(2):before {
    background: url(../_images/all/icon_contact2.png) no-repeat;
    width:25px;
    height: 25px;
    content:"";
    display: inline-block;
    vertical-align: middle;


}
.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{
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
    padding: 15px 0;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #fff;
}

.footer .powered a:hover {
    color: #ccc;
}
.footer .gotop a{
    width:40px;
    height: 40px;
    background: url(../_images/all/top.png) no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition:all .5s ease;
}
.footer .gotop a:hover{
    transform: translate(-50%, -55%);
}

/********************* floating *********************/
#floating{
    display:none;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #b22321;
    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 ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../_images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 0;
}
body:not(.about):not(.product.show) .main_content{
    padding:0 0 50px;
}
.main_content.pullT{
    padding-top:50px!important;
}
.main_content >.container{
    width:100%;
    padding:0;
}
/*----------------------- side -----------------------*/
.side1{
    margin-bottom: 50px;
}
.side .side-toggle {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    background: #000;
    border-radius: 0;
    border: none;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../_images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../_images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.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 {
    background: url(../_images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}
.side .sub-menu{
    background: #000;
    padding: 10px 15px;
}
.side .sub-menu ul{
    margin:0;
    text-align:center;
}
.side .sub-menu ul li{
    position: relative;
}
.side .sub-menu ul li a{
    color: #fff;
    padding: 5px 10px;
}
.side .sub-menu ul li a:hover{
    background: #ac2122;
    border-radius: 5px;
}

/*----------------------- Content -----------------------*/
.content  .h1 {
    color: #000000;
    font-size: 35px;
    border-bottom: 2px solid #dbdbdb;
    padding: 5px 10px 15px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.content .h1:after {
    content: "";
    display: block;
    width: 2em;
    background: #ac2122;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}
.content .breadcrumb  li, .content .breadcrumb  li a{
    color:#909090;
}
/* 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: 30px 0;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.content .btn-box a{
    padding:5px 35px;
    background:#4F5D75;
    color:#fff;
    margin:5px 0;
}
.content .btn-box a:hover{
    background:#394053;
}

.content .btn-box .pager {

}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #4F5D75;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;
    border-radius: 0;
}

.content .btn-box .pager li > a:hover {
    background-color: #394053;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    /* float: right; */
    text-align: center;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
    border-radius: 0;
    height: auto;
    padding: 5px;
    line-height: normal;
    box-shadow: none;
}
.content .btn-box .page-info label{
    font-weight: normal;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding:30px 0 0;
}
body.home .main_content>.container{
    width:100%;
    padding:0;
}
body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}
.wid-home-product{
    width: 85%;
    margin: 0 auto 50px;
}
.wid-home-product .h2{
    text-align: center;
    font-size:30px;
    font-weight: bold;
}
.wid-home-product .h2 span.txt-tw{
    display: block;
    font-size:20px;
    font-weight: normal;
    margin-top:5px;
    color:#919191;
}
.wid-home-product .h2 .txt-tw:before{
    content:"";
    display: block;
    background: url(../_images/all/icon_title.png) no-repeat;
    width:85px;
    height: 38px;
    margin:10px auto;

}
.slider-area .slick-prev{
    left:0;
}
.slider-area .slick-next{
    right: 0;
}
.slider-area .slick-prev, .slider-area .slick-next{
    z-index: 10;
    width:35px;
    height: 35px;

}
.slider-area .slick-prev:before, .slider-area .slick-next:before{
    background: url(../_images/all/arrow_slick.jpg) no-repeat;
    width: 35px;
    height: 35px;
    z-index: 20;
    content: "";
    display: block;
    z-index: 20;
}
.slider-area .slick-prev:before{
    background-position: 0 -35px;
}

.wid-home-product .pro-slider .item{
    margin:0 5px;
    text-align: center;
    padding: 15px;
}
.wid-home-product .pro-slider .item .pic{
    position: relative;
}
.wid-home-product .pro-slider .item h4{
    font-size:25px;
}
.wid-home-product .pro-slider .item h4 span{
    font-size:15px;
    color:#a6a6a6;
    margin-left: 5px;
}
.wid-home-product .pro-slider a .pic{
    transition:all .5s ease;
}

.wid-home-product .pro-slider a:hover .pic{
    box-shadow: 0 2px 5px #c7c7c7;
}


.wid-home-product .pro-slider a:hover .pic{
    transform: scale(1.05);


}
.wid-home-product .pro-slider .pic .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 20;
    opacity: 0;
    transition: all .5s ease;
    background: rgb(178, 35, 33);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wid-home-product .pro-slider a:hover .pic .icon{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .7s;

}
.wid-home-idea{
    background:url(../_images/all/bg_idea_home.jpg) left top no-repeat  #cccccc;
    padding:6vw 15px;
}
.wid-home-idea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(230, 230, 230, 0.25);
}

.wid-home-idea .item{
    display: flex;
    align-items: flex-start;   
    margin-bottom: 30px; 
}
.wid-home-idea .pic{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    flex-shrink: 0;
    margin-right:15px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}
.wid-home-idea .item:hover .pic{
    transform: rotateY(360deg);
}
.wid-home-idea h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom:20px;
    margin-top: 0;
}
.wid-home-idea .item a.btn-style{
    background:#000;
    color:#fff;
    padding:5px 15px;
	transition:all .5s ease;
}
.wid-home-idea .item a.btn-style:hover{
	background:#b22321;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
.wid .h2{
    margin-bottom: 30px;
}
.wid .h2 .txt-en{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}
/* 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-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;
}
/*----------------------------------------- 公司簡介 --------------------------------------*/
body.about .sec1-company{
    z-index: 20;
    position: relative;
}



body.about .sec1-company .pic{
    position: relative;
    margin-bottom: 0;
/*    opacity: 0;
*/}
/*body.about .sec1-company .pic:before, body.about .sec2-company:before{
    background:#fff;
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition:all 1s ease;

}
body.about .sec1-company.aos-animate .pic{
    opacity: 1;
}
body.about .sec1-company.aos-animate .pic:before, body.about .sec2-company.aos-animate:before{
    left:100%;
}
body.about .sec1-company.aos-animate .right-info .pic:before{
    transition-delay: 1s;
}
body.about .sec2-company.aos-animate:before{
    transition-delay: 1s;
}*/
body.about .sec1-company .wd{
    width:80%;
    margin-bottom: 80px;
    margin-top: 50px;
}
body.about .sec1-company .wd h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
body.about .sec1-company .wd h3{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #8b8b8c;
    margin-bottom: 30px;
    font-weight: bold;
}
body.about .sec2-company{
    background:url(../_images/all/bg_idea.jpg) left top no-repeat  #dbdbdb;
    background-attachment: fixed;
    padding:7vw 15px;
    margin-top:-50px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-size: 20px;
}
body.about .sec2-company h3{
    font-size: 25px;
    font-weight: bold;
}
body.about .sec2-company .wd{
    margin:30px auto;
}
body.about .sec2-company .wd h4{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #bb3b4e;
}
body.about .sec3-company{
    padding:5vw 15px;
	overflow:hidden;
}
body.about .sec3-company .pic{
    width: 60%;
    margin: -10% -10% 0 auto;
    position: relative;
    z-index: -1;
}
h3.st{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
h3.st:before {
    width: 8px;
    background: #b22321;
    content: "";
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    margin-right: 10px;
}


/*-------------------發展歷程-------------------*/
.history-area{
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}
.history-area .bg{
    padding:0 0 50px;
    background-image:url(../_images/all/bg_history2.png), url(../_images/all/bg_history.jpg) ;
    background-repeat:no-repeat;
    background-position: center center;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
    transform: scale(2);
    transition: all 2s ease;
    background-size: contain;



}
.history-area.aos-animate .bg{
    transition-delay: 1s;
    transform: scale(1);
    opacity: 1;


}
.history-list .item {
    width: 50%;
    position: relative;
}
.history-list div[class*="item"]:nth-of-type(even){
    left: 50%;
}
.history-list .item .year{
    position: relative;
    padding: 10px 15px;
    color: #b22321;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}
.history-list div[class*="item"]:nth-of-type(even) .year{
    text-align: left;
}
.history-list .item .wd{
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin: 5px 20px;
    border-radius: 10px;
}
.history-list .item .year:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #b8301f;
    position: absolute;
    right: -7.5px;
    top: 50%;
    transform: translate(0 ,-50%);
    border: 3px solid #fff;
}
div[class*="item"]:nth-of-type(even) .year:before {
    left: -6.5px;
}

.history-area h3.year-title{
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 40px;
    color: #ccc;
    letter-spacing: 4px;
    text-shadow: white -10px -10px, white -10px 10px, white 10px -10px, white 10px 10px;   
    position: relative;
    font-style: italic;
    z-index: 20;
}
.history-area .history-list{
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
}
.history-area .history-list:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #cecece;
    left: 50%;
    margin-left: -1px;
}
/*-------------------全球佈局-------------------*/
.office-list.taipei {
    padding: 0 30px;
}
.office-list.taipei .item{
    margin-bottom: 60px;
}
.office-list.taipei .item h2{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-left: -106px;
    margin-bottom: 50px;

}
.office-list .item{
    margin-bottom: 30px;
	padding-left: 30px;
    padding-right: 30px;
}
.office-list .item .info+.info{
	margin-top:30px;
}
.office-list .item h3{
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.office-list .item h4{
    font-size: 20px;
    color: #848484;

}
.office-list .item ul{
    margin-top: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
	
.office-list .item li{
    margin-bottom:5px;
	padding: 5px 5px 5px 35px;
}

.office-list .item li i{
    margin-right: 5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #4F5D75;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
}
.office-list .item h2{
	background: #b22321;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 5px;
}
.office-list .item .map{
    border: 10px solid #e2e2e2;
    padding: 10px;
}
.office-list .item .map iframe{
    display: block;
}
body.global .main{
/*    background:url(../_images/all/bg_earth.jpg) no-repeat center bottom;
    background-attachment: fixed;
*/    padding-bottom: 50px;

}
body.global .pic{
	position:relative;
margin-bottom: 50px;
}
body.global .pic-location{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;}

/*-------------------聯絡我們-------------------*/
body.contact .contact-area .bg{
    background:url(../_images/all/img_contact.jpg) no-repeat center bottom;
    min-height: 300px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: bold;
    color: #404040;
}
body.contact .contact-form{
    padding: 70px 50px;
    position: relative;
    width: 80%;
    margin: -50px auto 70px;
    z-index: 20;
    background: #fff;
    box-shadow: 0 2px 5px #c7c7c7;
    border-top: 5px solid #b22321;
}
body.contact .contact-form .form-group{
    margin-bottom: 20px;
}
body.contact .contact-form .form-control{
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #efefef;
    height: auto;
    padding: 15px;
}
body.contact .contact-info{
    text-align: center;
}
body.contact .contact-info .icon{
    width: 50px;
    height: 50px;
    background: #c7c7c7;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
}
body.contact .contact-info h4{
    color:#b22321;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
body.contact .contact-info div[class*="col"]{
    margin-bottom:30px;
}
body.contact .contact-info li{
    margin-bottom: 5px;
}
body.contact .contact-info li a{
    display: inline-block;
    padding:0;
    color:#000;
}body.contact .contact-info li a:hover{
    color:#b22321;
    background:none;
    text-decoration: underline;
}
/*-------------------產品-------------------*/
body.product.index .pro-list .item{
    text-align: center;
    margin-bottom: 30px;
}
.pro-list .item a{
    display: block;
}
body.product.index .pro-list .item h4 {
    font-size: 25px;
}
body.product.index .pro-list .item h4 span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 5px;
}
body.product.index .pro-list .pic{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 80%;
    margin: 0 auto;
}
body.product.index .pro-list .pic img{
    border-radius: 50%;
}
body.product.index .pro-list .pic:after, body.product.index .pro-list .pic:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 10;
    background: rgba(0,0,0,.15);

}

body.product.index .pro-list  .pic:before {
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s;
}
body.product.index .pro-list .pic:after {
    -o-transition: all .5s linear .5s;
    -moz-transition: all .5s linear .5s;
    -ms-transition: all .5s linear .5s;
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s;

}
body.product.index .pro-list  a:hover .pic:after, body.product.index .pro-list  a:hover .pic:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400);
    background: rgba(172, 0, 35, 0.4);
} 
body.product.index .pro-list  .pic .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 20;
    opacity: 0;
    transition: all .5s ease;
    background: rgb(178, 35, 33);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex; 
    align-items: center;
    justify-content: center;
}
body.product.index .pro-list  a:hover .pic .icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .7s;
}

body.product.index .pro-list  .pic img{
    transform:scale(1);
    transition:all .5s ease;
    transition-delay: .5s;
}
body.product.index .pro-list  a:hover .pic img{
    transform:scale(1.1);
}
body.product.p02 .pro-list .item, body.product.p03 .pro-list .item, .related-pro .item, .news-list .item{
    margin-bottom: 50px;
}
body.product.p02 .pro-list .item a, body.product.p03 .pro-list .item a, .related-pro a, .news-list .item a {
    background: #f1f1f1;
    padding: 10px;
    display: block;
    transition:all .5s ease;
}
body.product.p02 .pro-list .item a:hover, body.product.p03 .pro-list .item a:hover, .related-pro a:hover, .news-list .item a:hover {
    box-shadow: 0 2px 5px #c7c7c7;
}

body.product.p02 .pro-list .item .pic, body.product.p03 .pro-list .item .pic, .related-pro .pic, .news-list .item .pic{
    overflow: hidden;
}
body.product.p02 .pro-list .item .pic img, body.product.p03 .pro-list .item .pic img, .related-pro .pic img, .news-list .item .pic img{
    transform: scale(1);
    transition:all .5s ease;
}
body.product.p02 .pro-list .item a:hover .pic img, body.product.p03 .pro-list .item a:hover .pic img, .related-pro a:hover .pic img, .news-list .item a:hover .pic img {
    transform: scale(1.1);
}

body.product.p02 .pro-list .item .more, body.product.p03 .pro-list .item .more, .news-list .item .more{
    display: table;
    padding: 0 15px;
    border: 2px solid #666;
    margin-top: 30px;  
    transition: all .5s ease;

}
body.product.p02 .pro-list .item a:hover .more, body.product.p03 .pro-list .item a:hover .more, .news-list .item a:hover .more{
    background: #b22321;
    border: 2px solid #b22321;
    color:#fff;
}
body.product.p03 .foreword{
    background: url(../_images/all/img_about2.jpg) no-repeat center center;
    padding: 30px;
    margin-bottom: 50px;
    background-size: cover;
}
body.product.p03 .foreword p{
    margin-bottom: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);

}
.pro-show{
    margin-bottom: 70px;
}
.pro-show .slider-nav{
    width: 80%;
    margin: 0 auto;
    padding: 0 35px;
}
.pro-show .simg{
    border:3px solid #ccc;
    cursor: pointer;
    position: relative;
}
.pro-show .simg:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition:all .5s ease;
}
.pro-show .simg:hover:before, .pro-show .simg:focus:before{
    opacity: 0;
}

.pro-show .simg:focus{
    outline:none;
}
.pro-show .slider-nav .slick-slide{
    margin:0 5px;

}
.pro-show .info{
    margin-bottom: 50px;
}
.pro-show .info h2{
    font-weight: bold;
    font-size:30px;
}
.pro-show .info p{
    color: #9e9e9e;
}
.related-pro{
    padding: 50px 0;
    background: url(../_images/all/bg_related.jpg) no-repeat center bottom #000;
    background-size: 100% auto;

}
.related-pro h3{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 50px;
    color: #fff;
}
.related-pro h3:before {
    content: "";
    display: block;
    background: url(../_images/all/icon_related.png) no-repeat;
    width: 93px;
    height: 45px;
    margin: 10px auto;
}
.related-pro a{
    text-align: center;
}



.news-list .pic{
    position: relative;
}
.news-list .date{
    position: absolute;
    top: 0;
    left: 0;
    background: #b223218c;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.news-list .date h4{
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}
body.news .title-news{
    border: 8px solid #e8e8e8;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #b22321;
}
body.news .title-news span{
    font-size: 15px;
    font-weight: normal;
    color:#000;

}
.technology-area{
    background: url(../_images/all/bg_technology.jpg) left top no-repeat;
    background-size: auto 100%;
   
}
.technology-area .pic img{
    margin: 0 0 0 auto;
    display: table;
    width: 90%;
}
/*jobs*/
body.jobs .tb-area{
    width:90%;
    margin:-20px auto 50px;
    position: relative;
    z-index: 20;
}
body.jobs .tb-area .tb-title{
    background: #4F5D75;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 10px;

}
table.table.tb-jobs tr th,table.table.tb-jobs tr td{
    border-top: 3px solid #fff;
    background: #e6e6e6;
}
table.table.tb-jobs tr th , table.table.tb-jobs tr td:last-child{
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}table.table.tb-jobs thead tr th {
    color: #b22321;
    font-size: 20px;
    padding:20px 10px;

}
a.btn-mail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #febd00;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
table.table.tb-jobs td ol{
    margin-left: 20px;
}

.organizational-chart *,
.organizational-chart *:before,
.organizational-chart *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #8d8d8e;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
    box-shadow: 0 3px 7px rgba(132, 132, 132, 0.6);
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #a2ed56;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
/* ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
} */

/* ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
} */

ol.organizational-chart > li > ol > li > div {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
ol.organizational-chart > li > ol > li > div h2{
    font-size: 30px;
    font-weight: bold;
}
/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: rgba(243, 243, 243, 0.8);
}
ol.organizational-chart > li > ol > li > ol > li > div h3{
    font-size: 20px;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #648ebb;
    color: #fff;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}
/*** customer_list ***/
.customer_list >div[class*="col"]{
    margin-bottom: 15px;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 767px ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
        margin-top: 20px;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        flex: 1;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}