

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*MenuBar顏色*/
#header_wrap{ background-color: #fd3d00;}


/*SideMenu-logo背景顏色*/

@media (max-width: 992px){
.side_logo{ background-color: #1497bd;}
#header_wrap {background-color: #1497bd;}
#.side_menu_ul a li:nth-child(5) span { color: #E91E63!important; }
#logo img { margin-right: -20px; }
}

/*免索字 side_type_dev */ 
#.side_menu_ul li:nth-child(4) span {  color: #f44336 !important;
}


/*Menu字寬度*/
#menu_block {  width: 1300px;  }


/*SideMenu-btn顏色*/
.b i { background: #fff;}
.b p {  color: #fff;  }


/*Footer顏色*/
footer{ background-color: #009146;}


/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg{
    fill: #434343;
}





/*Footer-廠商登入顯示設定*/
#footer_wrap .company_login{ display:none!important; }
#footer_wrap .col_one_third:last-child{
margin-top:15px;
}


/*最新消息設定*/
.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 {
    font-size: 0.9rem;
}

@media (max-width: 768px){
.index_col_slider { margin-top: -40px; }
}