/*footer 網頁設計 By BLC  對齊*/
footer .copyRightTxt span {
    position: relative;
    top: -2px;
}

footer .copyRightTxt span img {
    margin-top: 3px;
}


/*修正 iphone 滾動視差區塊無法正常顯示*/
@media (max-width: 768px) {

    :-webkit-full-page-media,
    :future,
    :root .articleBlockStyle02 {
        background-size: auto 100% !important;
        background-attachment: scroll !important;
    }
}


.bg0:after {background-color: rgba(0, 0, 0, 0.6)!important;}  

.about_bg:after{background-color: rgba(0, 19, 72, 0.6)!important;}

.margin0px{margin:0px!important;}

.Bbox_view_full{padding:0px!important; }

/*覆蓋view/v3/company/html_1.php  .Bbox_view_full 頁面左右padding */
.Bbox_view_full{padding:0px!important; }

/*覆蓋view/v3/contact/info.php    .blockInfoTxt p  margin*/
.margin5px{margin: 5px 0px!important;}

/*修正產品內頁面數量選擇 被壓縮*/
.formItem {width: 100%!important; } 

/*取消產品介紹頁圖高度100%*/
.item .itemImg img{height: auto!important;}

.productdetail .itemImg img{height: auto!important;}

.bg_dark {
/*    background:url("images/en/dark-honeycomb.png") repeat; */
    background-image: url(../index.html);
}

/*取消產品介紹頁 sideMenu 上方title紅線*/
.sideMenu .boxTitle{visibility: hidden;}

/*首頁最新消息title  read more 手機板置中*/
 @media (max-width: 992px) {  
     .mbcenter{text-align: center;}
     .blockTitle.mbcenter::after{margin: auto;}
}


/*隱藏相簿時間 標題*/
/*
.album .item .Bbox_flexBetween,
.albumdetail .Bbox_flexBetween .dateStyle,
.albumdetail .Bbox_flexBetween .itemTotal,
.albumdetail .item .itemTitle{
    visibility: hidden;
}*/


/*修改左右圖文手機板上下順序*/
@media (max-width: 992px) {  
    .flexreverse{
     flex-direction: column-reverse!important;
    }
    }


/*修改articleBlockStyle03 背景色*/
/*
.bgc_yellow{
    background-color: rgba(255, 239, 185, 0.3)!important;
}
*/
/*修改company_1頁文字顏色*/
/*
.font_color{
    color: #ff7d00!important;
}
*/

/*修改company_1 footer margin-top*/
.company_1 footer {
    margin-top: 0px!important;
}

.hoverstyle:hover{
    opacity: 0.5;
}


.titleCenter{
    text-align: center!important;
}

/*下在flex2c旁  區間垂直置中*/
.itemcenter{
    align-items: center!important;
}

/*ul切齊區塊*/
.xxx ul{
    padding: 0px 0px 0px 20px ;
}

/* .itemImg hover效果隱藏 */
.itemImg:not([class*="hoverEffect"]):hover:before  {
/*    display:none; */
}

.itemImg:not([class*="hoverEffect"]):hover:after {
/*   display:none; */
}

/*首頁features區塊 背景*/
.index_features{
    background: url(../images/index_features_bg.jpg) center top !important; 
    background-attachment:fixed!important;
}

.index_features:after {
    background: rgba(0,0,0,0)!important;
}

.index_products{
    background: url(../images/struckaxiom.png)!important;
    margin: 0!important;
    padding: 50px 0px!important;
}


/*footer 樣式修改 */

footer ,footer .footerContent.copyright{
   
background: rgb(24,139,226)!important; 
background: -moz-linear-gradient(left,  rgb(23, 113, 181) 0%, rgba(30,87,153,1) 97%)!important; 
background: -webkit-linear-gradient(left,  rgb(23, 113, 181) 0%,rgba(30,87,153,1) 97%)!important; 
background: linear-gradient(to right,  rgb(23, 113, 181) 0%,rgba(30,87,153,1) 97%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188be2', endColorstr='#1e5799',GradientType=1 )!important; 

}
footer .footerContent .footerType1{
  border-bottom: 1px solid #a8b2c6!important;
}

footer .companyInfo i {
    color: #fcfcfc !important;
}

/*about history區塊*/
.padding50px{
    padding: 50px 0px!important;
}

/*footer 樣式修改 END*/


@media (max-width: 1024px){
.articleBlockStyle04 .blockDecoBg {
    height: 450px!important;
}
}

.indexContent_11 .itemImg{
    padding-bottom: 67% !important;
    border-radius: 0px !important; 
    background: rgba(0, 0, 0, 0)!important;
}