.UIBannerControl .banner img {
        width: 79.28px;
        height: 80px;
}
.UIBannerControl .BannerContent .ImageWrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        content: url(images/quochuy.png);
}
.UIBannerControl .BannerContent .ImageWrapper {
        max-width: 80px;
        max-height: 80px;
}
.UIBannerControl .BannerContent {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 120px;
    width: 100%;
}
.UIBannerControl {
        background: url(images/bgtrongdong.png) #2A58A0 no-repeat center top;
        background-size: contain;
}
.UIBannerControl .banner {
        width: 1180px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 120px;
}
.UIBannerControl {
        border-bottom: 1px solid #cccccc;
}
.UIBannerControl .banner .text {
        margin-left: 24px;
        flex: 1;
}
.UIBannerControl .banner div .info a, .UIBannerControl .BannerContent .Content .Bottom {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        color: #F9F9F9;
        font-family: Merriweather;
        text-transform: uppercase;
}
.UIBannerControl .banner div .info2 a, .UIBannerControl .BannerContent .Content .Top {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: left;
        color: #F9F9F9;
        font-family: Roboto;
        text-transform: uppercase;
}
.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;
}
.UIBannerControl .img-phuxuyen{
        width: 1200px;
}
@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, .UIBannerControl .BannerContent {
                width: 100vw;
        }
        .UIBannerControl .banner div .info2 a {
                font-family: Roboto;
                font-size: 8px;
                font-weight: 500;
                line-height: 12px;
                text-align: left;
        }
        .UIBannerControl .banner img,  .UIBannerControl .ImageWrapper img {
                width: 40px !important;
                height: 40px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
        }
        .UIBannerControl .banner, .UIBannerControl .BannerContent {
                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{
                background: #0066BC;
                color: #FFFFFF;
        }
        .UIBannerControl .banner div .info a, .UIBannerControl .BannerContent .Content .Bottom {
                font-family: Merriweather;
                font-size: 14px;
                font-weight: 900;
                line-height: 13.83px;
                text-align: left;
                white-space: nowrap;
        }
        .UIBannerControl .banner .text {
                margin-left: 12px;
        }
        .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;
        }
        
}
@media only screen and (min-width: 769px) and (max-width: 1179px){
        .UIBannerControl{
                width: 100vw;
                padding: 10px 16px;
        }
        .UIBannerControl .banner {
                width: 100%;
                height: auto;
                margin: unset;
                gap: 16px;
        }
        .UIBannerControl .banner .text{
                margin: 0;
        }
        .UIBannerControl .banner div .info a{
                font-size: 26px;
                line-height: 1.5;
        }
        .UIBannerControl #img-banner-right{
                zoom: 0.8;
        }
}
