<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Phan trang*/
.pagging {
margin: 0px auto;
    width: 370px;
    display: table;
}

    .pagging a {
        color: #545454;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        padding: 3px 14px;
        float: left;
        display: block;
        margin-right: 3px;
    }

        .pagging a.active {
            background: #009cde;
            color: #FCFCFC;
            border: 1px solid #167ac6;
            padding: 5px 10px;
            display: block;
            border-radius: 4px;
        }

    .pagging .active {
        background: #009cde;
        color: #fff;
        display: block;
        float: left;
        width: 30px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin: 0 2px 0 0px;
        border-radius: 4px;
        padding: 1px 3px;
    }

    .pagging a:hover {
        background: #009cde;
    }

.boxfull ul.pagging {
    text-align: center;
}
/*end pagging*/
.search_L input[type="submit"] {
       width: 47px;
    height: 31px;
    background: #5d9e0e  url(../images/icon_search2.png) no-repeat center;
    border: none;
    position: absolute;
    margin: -32px 0px 0px 308px;
    border-radius: 0px 4px 4px 0px;
    background-size: 19px;
}

.banner-top {
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

.lienket li {
    border-bottom: 1px dashed #d8d8d8;
    width: 100%;
    float: left;
}

    .lienket li a {float: left;
    font-weight: 500;
    padding: 8px 0px 5px 20px;
    font-size: 14px;
    text-decoration: none;
    width: 255px;
    background: url(../Images/li_muiten5.png) no-repeat center left 5px;
    color: #438605;
    }

        .lienket li a:hover {
            background: url(../Images/li_muiten.png) no-repeat center left 5px;
    color: #ca3000;
        }
.panel_tit h2 {
    font-size: 14px
}
.contact_R {
    margin-bottom: 10px
}
.VNF {
    margin-left: 20px;
    text-transform: uppercase;
    float: left;
    padding: 8px 20px 5px 20px;
    color: #fff;
    font-size: 15px;
}</pre></body></html>