 a:hover {
        cursor: pointer;
    }

    .head-mnv {
        background: #039be5;
        position: relative;
    }

        .head-mnv h4 {
            position: absolute;
            top: 15px;
            left: 15px;
            color: #fff;
            font-size: 27px;
        }

        .head-mnv .backgrhead {
            background: url(/images/NNBM/header-bg.png) no-repeat center -123px;
            height: 140px;
        }

    .menu-mnv {
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #bbb;
        display: block;
        overflow: hidden;
        box-shadow: 1px 2px 3px #ddd;
    }

        .menu-mnv li {
            float: left;
        }

            .menu-mnv li.active a {
                background: rgba(3,155,229,0.15);
                border-bottom-color: #039be5;
            }

            .menu-mnv li a {
                display: inline-block;
                padding: 10px 20px;
                border-bottom: 2px solid transparent;
                color: #2d323e;
                font-weight: 700;
                font-size: 13px;
            }

            .menu-mnv li:hover a {
                background: rgba(3,155,229,0.15);
                border-bottom-color: #039be5;
            }

    .content {
        /*padding: 0 !important;*/
    }

    .body-mnv {
        padding: 25px 15px;
        background-color: #f5f5f5;
        overflow: hidden;
    }

        .body-mnv .item {
            width: 100%;
            border: 1px solid #ddd;
            background-color: #fff;
            box-shadow: 1px -1px 2px #ddd;
        }

            .body-mnv .item .voicon {
                padding: 25px;
                border-radius: 50px;
                display: inline-block;
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .dmdaumoi, .dmdaumoi ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dmdaumoi ul ul li {
            padding-left: 10px;
        }

        .dmdaumoi .tieudecha {
            color: #CB8734;
            font-weight: 700;
            margin-bottom: 10px;
            display: block;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15PX;
        }

        .dmdaumoi ul li span.hoten {
            color: #0073c6;
            font-size: 13px;
        }

        .dmdaumoi ul li {
            padding: 4px 0;
        }

        .dmdaumoi ul ul li {
            font-size: 13px;
        }

        .dmdaumoi .iconhtr {
            top: 3px;
            margin-right: 5px;
        }
