.UIBannerControl .banner img {
        width: 100px;
        height: 100px;
        /* filter: invert(100%) sepia(0%) saturate(7186%) hue-rotate(300deg) brightness(101%) contrast(101%); */
}
.UIBannerControl {
        background-color: #ffffff;
        background: url(images/banner-background.png);
        background-size: cover;
}
.UIBannerControl .banner > a{
        margin-left: -60px;
}
.UIBannerControl .banner {
        width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 140px;
        gap: 20px;
        justify-content: flex-start;
        background-size: cover;
        /* background-image: linear-gradient(to bottom, rgb(255 255 255 / 40%) 0%,rgb(255 255 255 / 60%) 80%), url(images/bg-trongdong.png); */
}
.UIBannerControl {
        /* border-bottom: 1px solid #cccccc; */
}
.UIBannerControl .banner .text {
        /* margin-left: 24px; */
        /* flex: 1; */
        text-align: center;
}
.UIBannerControl .banner div .info2 {
        /* margin-bottom: 5px; */
        text-align: left;
}
.UIBannerControl .banner div .info a {
        font-size: 27px;
        font-weight: 900;
        line-height: 38px;
        text-align: left;
        color: #0c57aa;
        font-family: 'Merriweather';
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.07em;
        text-shadow: 3px 0 0 white, -3px 0 0 white, 0 3px 0 white, 0 -3px 0 white, 3px 3px white, -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white;
}
.UIBannerControl .banner div .info2 a {
        font-size: 24px;
        font-weight: 900;
        line-height: 38px;
        text-align: left;
        color: #0c57aa;
        font-family: 'Merriweather';
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.07em;
        text-shadow: 3px 0 0 white, -3px 0 0 white, 0 3px 0 white, 0 -3px 0 white, 3px 3px white, -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white;
}
.UIBannerControl .banner div .website a
{
        font-family: Roboto;
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;
        color: #DC0000;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
.UIBannerControl #img-banner-right{
        width: 290px;
        height: 120px;
}
@media only screen and (max-width: 768px){
       .slogan {
    text-shadow: none !important;
    font-size: 9px !important;
    color: #fff !important;
}
        tr.col-2-left-300 >td:nth-child(2) {
                padding: 0 !important;
                margin: 0 !important;
                width: 100vw !important;
        }
        .UIBannerControl .banner {
                width: 100vw;
        }
        .UIBannerControl .banner div .info2 a, .UIBannerControl .banner div .info1 a {
                /* font-family: Roboto; */
                font-size: 11px;
                /* font-weight: 500; */
                /* line-height: 12px; */
                /* text-align: left; */
                text-shadow: none;
                color: white;
        }
        .UIBannerControl .banner img {
                width: 60px !important;
                height: 60px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
        }
        .UIBannerControl .banner {
                margin: 0;
                padding: 0 16px;
                height: 100px;
                gap: 10px;
        }
        .UIBannerControl .banner>a{
                flex-shrink: 0;
                margin-left: 0;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl{
                background: #0066BC;
                color: #FFFFFF;
                /* padding: 0 16px; */
        }
        .UIBannerControl .banner div .info a{
                /* font-family: Merriweather; */
                font-size: 14px;
                /* font-weight: 900; */
                line-height: 1.3;
                /* text-align: left; */
                /* white-space: nowrap; */
                text-shadow: none;
                color: white;
        }
        .UIBannerControl .banner .text {
                margin-left: 12px;
                flex: 1;
        }
        .UIBannerControl .banner div .website a
        {
                font-size: 15px;
                font-weight: 500;
                line-height: 18px;
                letter-spacing: 0em;
                text-align: left;
                color: white;
        }
        .UIBannerControl .banner div .info2 {
                margin-bottom: 0;
                text-align: center;
        }
        .UIBannerControl #img-banner-right {
                width: 80px !important;
                height: 55px !important;
        }
}
