.UIBanner_Default {
    overflow: hidden;
    position: relative;
    background: url(https://storage-vnportal.vnpt.vn/vass/themes/vass/uibanner/images/bg-header.jpg) no-repeat center;
    background-size: contain;
}

.UIBannerControl {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.UIBannerControl .banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.UIBannerControl .banner .text-left img {
    max-width: 100px;
    height: auto;
    display: block;
}

.UIBannerControl .banner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.UIBannerControl .banner .info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #084274;
    text-transform: uppercase;
    /* text-shadow:
        1px 0 0 #2f5ec4,
       -1px 0 0 #2f5ec4,
        0 1px 0 #2f5ec4,
        0 -1px 0 #2f5ec4,
        0 1px 2px rgba(0,0,0,0.25); */
}

.UIBannerControl .banner .info2 {
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    color: #d60000;
    text-transform: uppercase;
    text-shadow:
        1.2px 0 0 #ffffff,
       -1.2px 0 0 #ffffff,
        0 1.2px 0 #ffffff,
        0 -1.2px 0 #ffffff,
        0 2px 3px rgba(0,0,0,0.35);
}

.UIBannerControl .text-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 600px;
    height: 100%;
    background: url("images/bg_logo.png") no-repeat top center;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
}

@media only screen and (max-width: 991px) {

    .UIBannerControl .banner {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px;
    }

    .UIBannerControl .banner .text-left img {
        max-width: 70px;
    }

    .UIBannerControl .banner .info {
        font-size: 16px;
        text-shadow:
            0.8px 0 0 #2f5ec4,
           -0.8px 0 0 #2f5ec4,
            0 0.8px 0 #2f5ec4,
            0 -0.8px 0 #2f5ec4;
    }

    .UIBannerControl .banner .info2 {
        font-size: 26px;
        text-shadow:
            1px 0 0 #ffffff,
           -1px 0 0 #ffffff,
            0 1px 0 #ffffff,
            0 -1px 0 #ffffff,
            0 1.5px 2px rgba(0,0,0,0.3);
    }

    .UIBannerControl .text-left:before {
        display: none;
    }
}
