.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;
}
.UIBannerControl .banner {
        width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 120px;
        justify-content: center;
        background: url(images/bg-header.jpg) no-repeat center center;
        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;
}
.UIBannerControl .banner div .info a {
        font-size: 35px;
        font-weight: 900;
        line-height: 42px;
        text-align: left;
        color: var(--color-primary);
        font-family: 'Merriweather';
        /* -webkit-text-stroke-width: 1px; */
        /* -webkit-text-stroke-color: #ffffff; */
        text-shadow: 2px 2px 0 #fff,
                -2px -2px 0 #fff,  
                2px -2px 0 #fff,
                -2px 2px 0 #fff;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.07em;
}
.UIBannerControl .banner div .info2 a {
        font-size: 21px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: center;
        font-family: Roboto;
        text-shadow: 1px 1px 0 #fff,     -1px -1px 0 #fff,        1px -1px 0 #fff,      -1px 1px 0 #fff;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.07em;
        color: #3B4E68;
}
.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){
        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; */
        }
        .UIBannerControl .banner img {
                width: 60px !important;
                height: 60px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
        }
        .UIBannerControl .banner {
                margin: 0;
                padding: 0 16px;
                height: 80px;
        }
        .UIBannerControl .banner>a{
                flex-shrink: 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: 16px;
                /* font-weight: 900; */
                line-height: 25.83px;
                /* text-align: left; */
                /* white-space: nowrap; */
        }
        .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;
        }
        .UIBannerControl #img-banner-right {
                width: 80px !important;
                height: 55px !important;
        }
}
