/* -------------nav-------------- */
.navbar .container-fluid{
    padding: 0 50px;
}
@media (max-width: 1200px){
    .navbar .container-fluid{
        padding: 0 15px;
    }
}
/* nav-logo */
.img-logo-sm a img{
    margin: 15px 0 15px 15px;
    width: auto;
}
.img-logo-xs a img{
    max-width: 75%;
    margin: 15px 0 15px 15px;
}
/* nav-list */
.navbar-nav>li>a{
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 26px;
    padding: 20px 30px;
    text-align: center;
}
.navbar-nav>li.search>a{
    padding: 30px 30px 36px;
}
.navbar-nav>li>a:hover{
    background-color: #3b82ab;
    color: #fff;
}
.navbar-nav>li>a>span{
    display: block;
    font-weight: 600;
    letter-spacing: 0;
}
.navbar-toggle{
    margin-top: 15px;
}
@media (max-width: 1339px) and (min-width: 1000px){
    .navbar-nav>li>a{
        padding: 20px 15px;
    }
}
@media (max-width: 1000px){
    .navbar-nav>li>a>span{
        display: inline-block;
    }
    .navbar-nav>li>a{
        padding: 10px 15px;
        text-align: left;
    }
}
/* -------------navEnd-------------- */
/* -------------slideshow-------------- */
#owl-demo.iD_KV_02{
    position: relative;
}
#owl-demo.iD_KV_02  .item img{
    width: 100%;
    height: auto;
}
#owl-demo.iD_KV_02 .owl-buttons{
    display: none;
}
#owl-demo.iD_KV_02 .owl-controls.clickable{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* -------------slideshow-------------- */
/* -----------CS_Porducts----------- */
.CS_Porducts {
    background-image: url(../../images/BGimges01.jpg);
    background-size: cover;
    padding-top: 100px;
}
.CS_Porducts .row{
    position: relative;
}
.CS_Porducts .row.z-index{
    z-index: 3;
}
.CS_Porducts h3.title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.CS_Porducts .subtitle{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.CS_Porducts .border_line{
    position: relative;
}
.CS_Porducts .border_line::after{
    background-color: #ededed;
    content: "";
    height: 44px;
    position: absolute;
    top: -205px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 1;
}
.CS_Porducts .border_line::before{
    border: solid 1px #888;
    content: "";
    height: 485px;
    left: -5%;
    position: absolute;
    top: -205px;
    width: 110%;
    z-index: 1;
}
.CS_Porducts .top_block{
    height: 170px;
    padding: 20px 20px 0;
    position: relative;
    bottom: 0;
}
.CS_Porducts .top_block.dark{
    background-color: #0e5077;
}
.CS_Porducts .top_block.light{
    background-color: #3b82ab;
}
.CS_Porducts .top_block h4.title{
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 10px;
    position: relative;

}
.CS_Porducts .top_block h4.title span{
    display: block;
    font-size: 16px;
}
.CS_Porducts .top_block h4.title::after{
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 30px;
}
.CS_Porducts .Cross_button{
    background-color: #414141;
    border-radius: 100%;
    height: 60px;
    position: absolute;
    bottom: -30px;
    right: 10%;
    width: 60px;
    z-index: 1;
}
.CS_Porducts .Cross_button:hover{
    background-color: #9ed270;
    transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.CS_Porducts .Cross_button .line{
    background-color: #9ed270;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.CS_Porducts .Cross_button .line.beeline{
    transform: rotate(90deg);
    left: 25%;
}
.CS_Porducts .Cross_button:hover .line{
    transform: rotate(180deg);
    background-color: #fff;
}
.CS_Porducts .Cross_button:hover .line.Horizontal_line{
    transform: rotate(270deg);
    left: 25%;
}
.CS_Porducts .bottom_block{
    background-color: #f6f6f6;
    left: 0;
    margin: 0 15px;
    padding-bottom: 1px;
    position: absolute;
    top: 100%;
    width: calc(100% - 30px);
}
.CS_Porducts .bottom_block .images-box{
    border: solid 1px #3b82ab;
    border-top: none;
    margin: 10px;
    margin-top: 0;
}
.CS_Porducts .bottom_block .images-box img{
    width: 100%;
}
@media (max-width: 1200px) and (min-width: 992px){
    .CS_Porducts .top_block{
        height: 226px;
        padding-top: 10px;
    }
    .CS_Porducts .border_line::before, .CS_Porducts .border_line::after{
            top: -260px;
    }
}
@media (max-width: 991px){
    .CS_Porducts{
        padding: 50px 0;
    }
    .CS_Porducts .bottom_block{
        margin: 0;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .border_line{
        display: none;
    }
    .CS_Porducts .top_block{
        height: auto;
        padding: 10px 20px;
    }
}
/* -----------CS_PorductsEnd-------- */
/* --------------CS_About----------- */
.CS_About{
    background-image: url(../../images/BGimges02.jpg);
    background-size: cover;
    padding: 400px 0 100px;
}
.CS_About .top_block{
    margin-bottom: 50px;
}
.CS_About h4.subtitle{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.CS_About .line{
    background-color: #fff;
    height: 50px;
    margin: 15px 0;
    width: 2px;
    margin: auto;
}
.CS_About .round{
    border: solid 2px #d4efbc;
    border-radius: 100%;
    height: 273px;
    position: relative;
    width: 273px;
    margin: auto
}
.CS_About .round h3.title{
    color: #d4efbc;
    font-size: 34px;
    line-height: 2;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.CS_About .round .title span{
    display: block;
    font-size: 26px;
}
.CS_About .text{
    color: #fff;
    font-size: 20px;
    line-height: 2.3;
    padding: 0 20px;
}
@media (max-width: 1200px) and (min-width: 1000px){
    .CS_About .text br{
        display: none;
    }
}
@media (max-width: 991px){
    .CS_About{
        padding: 50px 0;
    }
    .CS_About .round{
        margin: 0 auto 50px;
    }
    .CS_About .text br{
        display: none;
    }
}
@media (max-width: 544px){
    .CS_About .text {
        font-size: 18px;
    }
    .CS_About .round{
        height: 230px;
        width: 230px;
    }
    .CS_About .round h3.title{
        font-size: 30px;
    }
}
/* -------------CS_AboutEnd--------- */
/* ------------CS_tree_block-------- */
.CS_tree_block{
    background-image: url(../../images/BGimges03.jpg);
    background-size: cover;
    padding: 150px 0;
}
.CS_tree_block .box-line{
    border-right: 1px solid #4a4a4a;
    padding-top: 20px;
    padding-bottom: 20px;
}
.CS_tree_block .box-line.none-line{
    border: none;
}
.CS_tree_block .box{
    padding: 0 30px;
    transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.CS_tree_block .box:hover{
    transform: translateY(-20px);
}
.CS_tree_block .images-box{
    width: 40%;
    float: left;
}
.CS_tree_block .images-box img {
    max-width: 100%;
    margin: auto;
}
.CS_tree_block .text{
    color: #4a4a4a;
    float: right;
    padding-left: 15px;
    width: 60%;
}
.CS_tree_block .text h3{
    font-weight: 100;
    font-size: 26px;
    letter-spacing: 3px;
}
.CS_tree_block .text h4{
    font-weight: 500;
    font-size: 26px;
}
@media (max-width: 991px){
    .CS_tree_block .box{
        padding: 0;
    }
    .CS_tree_block .text h3{
        font-size: 22px;
    }
    .CS_tree_block .text h4{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .CS_tree_block{
        padding: 50px 0;
    }
    .CS_tree_block .images-box{
        text-align: right;
        width: 50%;
    }
    .CS_tree_block .box-line{
        border: none;
    }
    .CS_tree_block .text{
        width: 50%;
    }
}

/* -----------CS_tree_blockEnd------ */
/* ----------------footer----------- */
footer{
    background-color: #05293f;
    padding: 50px 0;
    position: relative;
}
footer p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 2.3;
}
footer .copyright{
    background-color: transparent;
    color: #96b7cb;
}
footer img{
    height: auto;
    max-width: 30px;
    margin: 30px 0;
    margin-right: 20px;
}
footer .footer-list{
    position: relative;
    padding-right: 24px;
    border-right: 3px solid #b7dbf0;
    text-align: right;
}
footer .footer-list::after{
    content: url(../../images/Triangle2.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
footer .footer-list p a{
    color: #96b7cb;
}
footer .footer-list p a:hover{
    color: #fff;
}
footer .footer-list p span.left-line{
    border-left: 1px solid #96b7cb;
    margin-left: 5px;
    padding-left: 16px;
}
footer .google-map{
    max-width: 380px;
    width: 100%;
    margin: auto;
    margin-right: 0; 
}
@media (max-width: 991px){
    footer .footer-list{
        text-align: left;
        padding: 0;
        padding-left: 24px;
        border-right: none;
        border-left: 3px solid #b7dbf0;
        margin: 30px 0;
    }
    footer .footer-list::after{
        content: url(../../images/Triangle.png);
        left: 0;
    }
    footer .google-map{
        margin: auto;
        margin-left: 0;
    }
}
#gotop.gotop{
    display: none;
    position: fixed;
    padding: 3px 9px;
    bottom: 90px;
    right: 20px;
    font-size: 22px;
    background: rgb(3, 169, 244);
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    z-index: 10;
}
/* 跟屁蟲 */
.keyreply-brand{
    display: none;
}

/* ---------------footerEnd--------- */
/* ------------topbanner------------ */
.topbanner{
    background-color: #3b82ab;
    padding: 30px 0;
    -moz-box-shadow:0 2px 10px rgba(0, 0, 0, .5) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, .5) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 2px 10px rgba(0, 0, 0, .5) inset;                    /* For Latest Opera */
}
.topbanner p{
    font-size: 24px;
    color: #fff;
}
/* ------------topbannerEnd--------- */
/* ------------ProfileBody------------ */
.ProfileBody{
    padding: 50px 0;
}
.ProfileBody .article p{
    font-size: 16px;
    line-height: 3;
    color: #505050;
}
/* ----------ProfileBodyEnd----------- */

/* ----------all Menu and path layout---------- */
/* all Menu title */
#LinkContainer, ul.breadcrumb, .nav_cate_current, .categoriesbar, .aside-title, .newsbar, .category_menu h3{
    margin: 0px;
    padding: 10px 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    color: #636363;
}
/* category Menu list */
aside .nav li a{
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}
aside .nav li a:hover, aside .nav li a:focus{
    background-color: transparent;
    color: #0e5077;
}
.nav_cate_item{
    position: relative;
}
.nav_cate_item i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
/* category Menu path */
ol.breadcrumb{
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
}
ol.breadcrumb li a{
    color: #636363;
}
/* news Menu list */
.NEWS_type img{
    display: none;
}
.NEWS_type li{
    padding: 0;
}
.headlinecate, .headlinecate0{
    position: relative;
}
.headlinecate a, .headlinecate0 a{
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
}
.headlinecate .badge, .headlinecate0 .badge{
    position: absolute;
    right: 15px;
    top: 12px;
}
h2.news_title{
    font-size: 16px;
    color: #636363;
}
/* 回上一頁 */
.back-box{
    margin: 20px 0;
}
/* 商品列表 */
#myTab{
    margin-bottom: 20px;
    margin-left: 15px;
}
.li-item{
    padding: 10px;
}
.thumbnail-list li{
    width: calc(100% / 3);
}
.listview-list .li-item{
    border: none;
}
.prd_info{
    display: none;
}
.features-box{
    overflow: auto;
}
.listview-list .features-box{
    overflow: hidden;
}
.li-item .features-box a.btn-default{
    float: right;
    border-color: #3b82ab;
    background-color: #3b82ab;
    color: #fff;
}
.li-item .features-box a.btn-default:hover{
    background-color: #fff;
    color: #3b82ab;
}
@media (max-width: 992px){
    .thumbnail-list li{
        width: calc(100% / 2);
    }
}
@media (max-width: 544px){
    .thumbnail-list li{
        width: 100%;
    }
}
/* 商品列表詳細頁 */

/* 隱藏放大鏡 */
.zoomContainer{
    display: none;
}
#prod_img{
	overflow-x: hidden;
}
img#zoom_01.img-responsive.dyPic{
		margin: auto;
	}
.zoomContainer,.zoomWrapper, .zoomWrapper img#zoom_01{
	max-width: 360px !important;
	width: 90% !important;
    max-height: 360px;
    margin: auto;
}
@media (max-width: 992px) and (min-width: 768px) and (max-width: 410px){
	.zoomContainer,.zoomWrapper, .zoomWrapper img{
		padding-right: 15px;
	}
}
#prod_intro h1{
    font-weight: bold;
    color: #3b82ab;
}
.descri-none{
    font-size: 16px;
}
.CodeNum, .PersonNum{
    color: #aaa;
}
/* 關聯產品 */
.product-wrapper .panel-heading{
    padding: 15px;
}
.product-wrapper .thumbnail-list h4{
    text-align: center;
}
.thumbnail-list figcaption, .thumbnail-list .product-price, .thumbnail-list button{
    display: none;
}
/* 內文上架設定 */
.article .row {
    padding: 20px 0;
}

.article .subtitle {
    color: #8b8b8b;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.article .title h3 {
    font-weight: bold;
    color: #3b82ab;
    font-size: 20px;
}
.article p , .article-content .Pro_content p, .article-content .Pro_content2 p{
    font-size: 16px;
    line-height: 2;
    color: #505050;
}
.article .title p{
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.article .img-box {
    text-align: center;
    margin-bottom: 20px;
}
.article .img-box img , .article-content img {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(203, 203, 203) !important;
    border-radius: 5.5px;
    box-shadow: 0px 0px 2px 2px rgba(203,203,203,0.498039);
    padding: 5px;
    max-width: 100%;
}
.article img{
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.article hr{
    border-top: 1px solid #c1c1c1;
}
.article li {
    line-height: 2;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #D43300;
}
.product-wrapper .tab-content{
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

/* 聯絡我們 */
.panel-title2 .label{
	font-size: 19px;
	line-height: 2;
	background-color: #fff;
	padding: 0;
	color: #b24a3b;
}
.panel-heading{
    padding: 0;
    padding-bottom: 15px;
}
.contact-img{
	margin-top: 60px;
}
.panel-title2{font-size: 19px; line-height: 1.4;margin: 0;}

@media (max-width: 767px){
	.contact-img {
		margin-top: 15px;
	}
}
