.UIBannerControl .banner img {
        width: 175px;
        /* height: 90px; */
}
.UIBannerControl {
        background: url(images/bg-footer-red.png)  no-repeat center top;
        background-size: cover;
}
.UIBannerControl .banner {
        width: 1280px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 120px;
        gap: 15px;
}
.UIBannerControl .banner .text {
        margin-left: 24px;
        flex: 1;
}
.UIBannerControl .banner div .info a {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        color: var(--bg-red);
        font-family: Merriweather;
}
.UIBannerControl .banner div .info2 a {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: left;
        color: var(--bg-red);
}
.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 (min-width: 769px){
.UIBannerControl {width: 1290px !important;margin: 0 auto;}
}
@media only screen and (max-width: 768px){
        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 {
                font-size: 11px;
                font-weight: 500;
                line-height: 12px;
                text-align: left;
        }
        .UIBannerControl .banner img {
                width: 90px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
        }
        .UIBannerControl .banner {
                margin: 0;
                padding: 0 12px;
                height: 80px;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl{
                color: #FFFFFF;
        }
        .UIBannerControl .banner div .info a{
                font-family: Merriweather;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.4;
                text-align: left;
                white-space: break-spaces;
        }
        .UIBannerControl .banner .text {
                margin-left: 8px;
        }
        .UIBannerControl .banner div .website a
        {
                font-size: 15px;
                font-weight: 500;
                line-height: 18px;
                letter-spacing: 0em;
                text-align: left;
                color: white;
        }
        .UIBannerControl #img-banner-right {
                width: 80px !important;
                height: 55px !important;
        }
}
