.navigation__{background: transparent;padding: 10px 0px;position: relative;z-index: 1;}
.navigation__ .bg{background: white;border-bottom: 1px solid #CCC;}
.navigation__ a , .navigation__ span{float: left ;color: #898989;font-size: 14px;margin-right: 12px; font-weight:bold;letter-spacing:1px;}
.navigation__ a.active{color: #000000}
.navigation__ .arrow{
    background: url("../img/1/2/arrow_path.png") no-repeat 0 0 ;
        background-size: contain;
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 8px;
    margin-top: 2px;
}
.navigation_left{float: left;}
.navigation__ .navigation_back{float: right;margin-right:0}
@media all and (max-width: 784px) {
    .navigation__{display: none}
}

body[lang='2']  .navigation__ a , .navigation__ span{
    font-family: "Microsoft JhengHei";
}
.navigation__:after{
	content:'';
	display:block;
	clear:both;
	float:none;
}