div.UIBannerControl {
        width: 100%;
        margin: auto;
}
.UIBannerControl img {
        max-width: 100%;
}
.UIBannerControl .banner-snn {
        height: 150px;
        width: 100%;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-image: url('https://storage-vnportal.vnpt.vn/bdg-chinhquyen/4836/banner/banner nền.gif');
        display: flex;
        gap: 10px;
        align-items: center;
}
.UIBannerControl .left img {
        width: 115px;
        height: 115px;
}
.UIBannerControl .right {
        text-align: left;
}
.UIBannerControl .text-banner {
        font-size: 2em;
        text-shadow: #b22222 1px 1px 0px, #b22222 -1px -1px 0px, #b22222 1px -1px 0px, #b22222 -1px 1px 0px;
        color: white;
}
.UIBannerControl .right .text-us {
        font-weight: bold;
        color: white;
}
@media only screen and (max-width: 768px) {
        div.UIBannerControl {
                width: 100vw;
        }
        .UIBannerControl .text-banner {
                font-size: 17px;
                font-weight: bold;
        }
        .UIBannerControl .banner-snn {
                height: 150px;
                width: 100%;
                text-align: center;
                background-size: cover;
                background-position: center;
                background-image: url(https://storage-vnportal.vnpt.vn/bdg-chinhquyen/4836/banner/banner nền.gif);
                gap: 5px;
                align-items: center;
        }
        .UIBannerControl .right .text-us {
                font-size: 13px;
        }
}
