.UIBannerControl {
        position: relative;
        z-index: 20;
        background: url(http://media.angiang.gov.vn/AG2016/2018/images/bg_header.png);
}
.UIBannerControl .co {
        position: absolute;
        right: 1px;
        top: 160px;
}
@media only screen and (max-width: 768px) {
        .UIBannerControl img {
                width: 100% !important;
                height: 45px !important;
                /* padding: 0 !important; */
                /* margin-top: 25px !important; */
        }
}
