.UIBannerControl .banner img {
        width: 79.28px;
        height: 80px;
}
.UIBannerControl {
        background: url(images/bgtrongdong.png) #008000 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 {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        color: #F9F9F9;
        font-family: Merriweather;
}
.UIBannerControl .banner div .info2 a {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: left;
        color: #F9F9F9;
        font-family: Roboto;
}
.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 {
                width: 100vw;
        }
        .UIBannerControl .banner div .info2 a {
                font-family: Roboto;
                font-size: 15px;
                font-weight: 500;
                line-height: 12px;
                text-align: left;
        }
        .UIBannerControl .banner img {
                width: 40px !important;
                height: 40px !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{
                background: #0066BC;
                color: #FFFFFF;
        }
        .UIBannerControl .banner div .info a{
                font-family: Merriweather;
                font-size: 18px;
                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 !important;
                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;
        }
}
