body{
    font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
    /* background: #FFFFFF!important; */
}  

.list-unstyled li {
    display: inline-block;
    margin-left: 2px;
}


.add_img{
    background: #1d1d1d url(../pages/home/img/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.banner{
    margin:0px auto;
    height: 55px;
    border-bottom: 1px solid #4c4a4a;
}

.left{
    float: left;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin: 0px auto;
    line-height: 55px;
}

.right{
    float: right;
    font-size: 15px;
    line-height: 55px;
}

.right .dropdown-menu li {
    width:97%
}

.right .site-map {
    line-height: 3rem;
}

.right .site-map a {
    pointer-events: none;
}

.right .site-map li:hover {
    background:#e8e8e8;
}

.right .site-map ul a {
    pointer-events: auto;
}

.right a{
    color: #fff !important;
}
.right a>i{
    color: #fff !important;
}

.right a:ink{
    text-decoration:none;
}

.right a:hover{
    color:deepskyblue !important;
    text-decoration:none;
}

.right a:hover i{
    color:deepskyblue !important;
}

.right a:visited{
    color:#fff;
    text-decoration:none;
}

.right>ul>li i.fa{
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 20px;
    padding: 3px;
    padding-right: 16px;
    line-height: 13px;
}

.right>span#collapse_btn {
    display: none;
    width: 20px;
    height: 10px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

.right>span#collapse_btn:hover{
    transform: scale(0.9);
    transition: all 0.25s ease-in-out;
}

header{
    background: #FFFFFF;
    font-family: "Microsoft JhengHei", "Lucida Sans Unicode";
    margin: 0px auto;
    width: 950px;
}

header #banner{
    position: relative;
}

header #banner #logo{
    left: 10px;
    position: absolute;
    top: 12px ;/*(94px - 70px)/2*/
}

header #banner #sub_menu{
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 5px;
}

header nav#menu{
    background: #448aca;
}

header nav#menu .nav_title{
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin: 5px 12px;
    text-decoration: none;
}

header #breadcrumb{
    font-size: 12px;
    margin-top: 15px;
    padding: 0px 15px;
}

#main_content{
    background: #FFFFFF;
    margin: 0px auto;
    padding: 5px 15px 32px 15px;
    width: 950px;
}

.container-header{
    background-color:#2A476F;
    height: 32px;
    border-style:solid;
    border-left:0;
    border-right:0;
    border-top: 0;
    border-width: 2px !important;
    border-color:#31b0d5;
}

.hight{
    color:whitesmoke !important;
    padding: 5px 30px 6px!important;
}
.hight:hover{
    background-color:#31b0d5 !important;
}

footer{
    margin: 0 auto;
    color: #0c3855;
    padding: 10px 0px;
    border-top: 1px solid #bab9b9;
    font-size: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3d9ff+0,b1c8ef+41,98b0d9+100;Lavender+3D */
    background: #c3d9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
}

footer>div.container{
    text-align: center;
}
footer>div.container>div.footer_content{
    display: inline-block;
}

footer>div.container>div.footer_content>span{
    float: left;
}

.content{
    width: 100%;
    margin:0px auto;
}

.dropdown-menu{
    background-color: #1b8fc7;
    z-index: 1001;
}

.dropdown_div{
    display: inline-block;
}

.product_title {
    background: #FFF none repeat scroll 0% 0%;
    border: #eee 1px solid;
    border-bottom: 0px;
}

/* product manager nav */

.title_div{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    font-size: 25px;
    color:#056cc7;
    text-shadow: 2px 2px 2px #8ed2f2;
    border-bottom: 1px solid #211dcb;
    margin-bottom: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
    font-size: 17px;
}

.nav-tabs > li > a {
    line-height: 0.9;
    color: #333;
    font-size: 17px;
    font-weight: bolder;
}

.nav-tabs > li.active > a:active, .nav-tabs > li > a:hover {
    line-height: 0.9;
    border: none;
    color: #333 !important;
    background: #eee;
    font-size: 17px;
}


.nav-tabs > li > a::after {
    content: "";
    background: #448aca;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

/* RWD */
@media (max-width:650px) {
    .right>ul>li{
        display: block;
    }

    .right>ul{
        display: none;
        position: absolute;
        top: 55px;
        right: 0px;
        border-bottom: 1px solid gray;
        padding-left: 35px;
        padding-right: 20px;
        background: #00000087;
        z-index: 999;
        transition: all 0.45s ease-in-out;
    }

    .right>span#collapse_btn{
        display: inline-block;
    }
}

#show_btn {
    float: left;
    position: relative;
    top: 8px;
    /* left: -20px; */
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border: white 1px solid;
    border-radius: 8px;
    background: transparent;
    display: none;
}

#show_btn>div {
    width: 18px;
    height: 3px;
    background: white;
}

@media (max-width: 992px) {
    .add_img {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        /* background: #1d1d1d url(../pages/home/img/bg_mobile.png); */
    }

    #show_btn {
        gap: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width:1600px) {
    .content .container {
        width: 1400px;
    }
}