﻿#logo-header {
    width: auto;/*100px*/
    height: auto;/*90px*/
    max-width: 350px;
    max-height: 90px;
    float: left;
    padding-right: 10px;
}

.bgtem {
    background: url(../Content/images/xanh_da_troi.gif) no-repeat;
    background-size: 100% 550px;
    background-position: center;
    width: 100%;
    min-height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding-bottom: 10px;
}

#leftMenu li:hover {
    background-color: #209fc3;
    text-decoration: none;
}

@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-top: -10px;
    margin-right: 280px;
    padding-bottom: 10px;
}



#leftMenu {
    list-style: outside none none;
    padding-left: 10px;
}

#leftMenu li {
    padding: 4px 0 4px 10px;
    color: #F6F6F6;
    margin-left: 5px;
    margin-bottom: 4px;
}

.liactive {
    border-left: 2px solid #F6F6F6;
}



#leftMenu li a {
    color: #F6F6F6;
    text-decoration: none;
}

/*========================================================*/
@media (max-width: 767px) {
    .page-des {
        font-size: 13px;
        float: left;
        width: auto;
        color: #fff;
    }

    .titlePage {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

   
}
/*==================================================*/
@media (max-width: 750px) {
    .menuMobile {
        margin-right: 0;
        padding-left: 15px;
    }
}


