﻿#logo-header {
    width: auto;/*100px*/
    height: auto;/*90px*/
    max-width: 350px;
    max-height: 90px;
    float: left;
    padding-right: 10px;
}

.bgtem {    
    background-size: 100% 550px;
    background-position: center;
    width: 100%;
    min-height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding-bottom: 10px;
    background: #eef4e0;
}

@media (max-width: 991px) {

    .menuMobile {
        margin-right: 0px;
        padding-bottom: 10px;
    }

    .wapLefmenu {
        padding-right: 0;
        padding-left: 0;
        background: #4ebddd;
    }

    .bgtem {
    background: #4ebddd;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding-bottom: 10px;
    }

    #logo-header {
    width: auto;/*100px*/
    height: auto;/*90px*/
    max-width: 350px;
    max-height: 90px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

}
/*==============================================================================*/

.page-des {
    font-size: 13px;
    width: auto;
    color: #fff;
    float: left;
    padding-top: 10px;
}

    .page-des p {
        color: #fff;
    }

.menuMobile {    
    margin-right: 280px;
    padding-bottom: 10px;
}

#leftMenu {
    list-style: outside none none;
    padding-left: 10px;
}

#leftMenu li {
    padding: 4px 0 4px 10px;
    color: #74AF26;
    margin-left: 5px;
    margin-bottom: 4px;
    font-size:13px;
}

.liactive {
    border-left: 2px solid #F6F6F6;
}

#leftMenu li a {
    color: #000;
    text-decoration: none;
}
#leftMenu li:hover a {
    color: #012c56;
    text-decoration:underline;
}

.nuti-footer {
    margin-top: 25px;
    position: relative;
}

.nuti-footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 90px;
    width: 100%;
    background: #012c56;
}




