/*手機版*/
.glyphicon-arrow-left:before {
    content: "\e091";
}

/*搜尋*/
.mobileSideBar {
    visibility: hidden;
    position: fixed;
    z-index: 2500;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.mobileSideBar.Close{
    transition: opacity .3s ease-out .3s,z-index 0s ease-out .6s,visibility 0s ease-out .6s;
}
.mobileSideBar.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-out 0s,z-index 0s ease-out 0s,visibility 0s ease-out 0s;
}
.mobileSideBar_Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    overflow-y: hidden;
}
.mobileSideBar.active .mobileSideBar_Body {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .3s ease-out .3s;
}
.mobileSideBar_Body {
    background-color: #fff;
    width: 100%;
    padding-top: 60px;
    max-width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: all .3s ease-out;
}
.mobileSideBar_Top {
    background-color: #20a2e5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.mobileSideBar_Top h3{
    margin: 0;
    margin-top: 20px;
    color:#fff;
    font-size: 18px;
    text-align: center;
}
.mobileSideBar_Close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    width: 30px;
    right: 12px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 0;
    font-size: 1.25rem;
    border: none;
    background-color: transparent;
}
.mobileSideBar_Close .fa{
    font-size: 21px;
}
.mobileSideBar_Content {
    overflow: auto;
    box-sizing: border-box;
    height: 100%;
    padding:20px;
}
.mobile_search .select_css{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: url(../images/icon_select.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important;
	background-size: 8px !important;
	background-color: #f6f6f6;
    cursor: pointer !important;
    color: #666;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
}
.mobile_search .select_css:after {
    content: "\e252";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile_search .input_css{
    -webkit-appearance: none;
    color: #666;
    background-color: #f6f6f6;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    outline:none;
}
.mobile_search .pad_left{
    padding-left: 8px;
}
.mobile_search .pad_right{
    padding-right: 8px;
}
.mobile_search .btn_search{
    background-color: #20a2e5;
    width: 100%;
    color: #FFF;
    font-size: 20px;
    padding: 12px;
}

/*選單*/
.mobileNavbar_menu {
    visibility: hidden;
    position: fixed;
    z-index: 2500;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.mobileNavbar_menu.Close{
    transition: opacity .3s ease-out .3s,z-index 0s ease-out .6s,visibility 0s ease-out .6s;
}
.mobileNavbar_menu.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-out 0s,z-index 0s ease-out 0s,visibility 0s ease-out 0s;
}
.mobileNavbar_menu_Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    overflow-y: hidden;
}
.mobileNavbar_menu.active .mobileNavbar_menu_Body {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .3s ease-out .3s;
}
.mobileNavbar_menu_Body {
    background-color: #fff;
    width: 100%;
    padding-top: 54px;
    max-width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: all .3s ease-out;
}
.mobileNavbar_menu_Top {
    background-color: #20a2e5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
}
.mobileNavbar_menu_Top h3{
    margin: 0;
    margin-top: 18px;
    color:#fff;
    font-size: 18px;
    text-align: center;
}
.mobileNavbar_menu_Close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    width: 30px;
    right: 12px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    top: 0;
    font-size: 1.25rem;
    border: none;
    background-color: transparent;
}
.mobileNavbar_menu_Close .fa{
    font-size: 21px;
}
.mobileNavbar_Content {
    overflow: auto;
    box-sizing: border-box;
    height: 100%;
}
.mobileNavbar_Content h3{
    background-color: #20a2e5;
    margin: 0;
    padding: 13px;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.mobileNavbar_Content .panel-group{
    margin-bottom: 0;
}
.mobileNavbar_Content .panel-group .panel+.panel {
    margin-top: 0px;
}
.mobileNavbar_Content .panel-group .panel{
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
} 
.mobileNavbar_Content .panel-group .panel-default{
    border:0;
    border-bottom: 1px solid #E5E5E5;
}
.mobileNavbar_Content .panel-group .panel-heading{
    background-color: #fff;
    color: #555;
    padding: 0;
    border-radius: 0;
}
.mobileNavbar_Content .panel-group .panel-heading a{
    display: block;
    width: 100%;
    color: #555;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 30px;
}
.mobileNavbar_Content .panel-group .panel-heading a:hover,
.mobileNavbar_Content .panel-group .panel-heading a:focus{
    color:#20a2e5;
}
.mobileNavbar_Content .panel-group .panel-body{
    background-color: #f3f3f3;
    padding: 10px 0;
}
.mobileNavbar_Content .panel-group .panel-body ul{
    margin: 0;
    padding: 0;
}
.mobileNavbar_Content .panel-group .panel-body li{
    list-style: none;
    
}
.mobileNavbar_Content .panel-group .panel-body li a{
    width: 100%;
    display: block;
    color: #666;
    font-weight: 700;
    padding: 10px 45px;
}
.mobileNavbar_Content .Topicon_Mobile{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobileNavbar_Content .Topicon_Mobile a{
     padding: 0 8px;   
}