.UIBannerControl .banner .text-left img {
        /* max-width: 10.8rem; */
        /* height: 100px; */
        z-index: 1;
        /* position: relative; */
        /* box-shadow:    0 4px 8px rgba(0, 0, 0, 1.5); */
        /* border-radius: 100%; */
        /* width: 200px; */
}
.UIBanner_Default{
        overflow: hidden;
        position: relative;
        /* background: url(https://storage-vnportal.vnpt.vn/vass/bg-header.webp),rgba(0,73,152,0) no-repeat center top; */
        background: url(https://storage-vnportal.vnpt.vn/vnportal-tw/themes/vass4/images/bg-media.png) no-repeat center top / cover,                linear-gradient(                        to bottom,                        #034494cc 0%,                        #034494cc 40%,                        #034494b3 80%,                        #03449499 100%                );
}
.UIBannerControl {
        /* background: url(images/bg-header.jpg) no-repeat center; */
        background-size: contain;
        /* height: 200px; */
        padding: 0;
        width: 1200px;
        margin: 0 auto;
        width: 100vw;
        max-width: 1280px;
        /* background: var(--color-primary); */
}
.UIBannerControl .banner {
        width: 100%;
        /* margin: 30px auto 0px auto; */
        display: flex;
        /* align-items: center; */
        /* padding-left: 30px; */
        padding: 10px 0 20px 0;
        gap: 0px;
        position: relative;
        justify-content: space-between;
        padding-bottom: 30px;
}
.UIBannerControl .banner .text-left {
        /* position: absolute; */
        left: 0;
        top: 15px;
        margin-top: 5px;
        width: 13%;
}
.UIBannerControl .text{
        /* position: relative; */
        z-index: 1;
        padding-top: 36px;
        /* margin-left: -30px; */
}
.UIBannerControl .text-right{
       /* height: 150px; */
       width: 5%;
}
.UIBannerControl .text-right>img{
        height: auto;
        /* object-fit: fill; */
        padding-top: 20px;
}
.UIBannerControl {
        /* border-bottom: 1px solid #ededed; */
        background-image: url(https://storage-vnportal.vnpt.vn/vnportal-tw/themes/vassnew/uibanner/images/bg_logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}
.UIBannerControl .banner .info{
        font-family: "UTM Time";
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        color: var(--color-white);
        margin-bottom: 12px;
        line-height: 1;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 1.5);
}
.UIBannerControl .banner .info2 {
        font-family: "UTM Helve Bold";
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        color: var(--color-white);
        margin-bottom: 14px;
        line-height: 1;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 1.5);
}
.UIBannerControl .banner  .vass{
        font-family: "UTM Helve";
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        color: var(--color-white);
        line-height: 1;
        /* text-shadow: 0 4px 8px rgba(0, 0, 0, 1.5); */
}
.UIBannerControl .banner div .website a {
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        text-align: left;
        color: #3B4E68;
        text-transform: uppercase;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
.UIBannerControl .banner .text .info2, 
.UIBannerControl .banner .text .info {
        paint-order: stroke fill;
        letter-spacing: 2px;
        paint-order: stroke fill;
        -webkit-text-stroke: 1px #ffffff6e;
        text-shadow:
                0 1px 2px rgba(3, 68, 148, 0.9),
                0 4px 6px rgba(3, 68, 148, 0.75),
                0 8px 14px rgba(32, 133, 213, 0.45);
}
.UIBannerControl .banner .text .vass {
        /* color: var(--vass-yellow); */
        /* opacity: 0.8; */
        /* margin-top: 5px; */
}
.UIBannerControl .banner  .language{
        position: absolute;
        display: block;
        text-align: center;
        bottom: 0;
        right: 0px;
}
.UIBannerControl .banner  .language a{
        font-weight: 600;
        font-size: 14px;
}
@media only screen and (min-width:  769px) and (max-width: 1199px){
        .UIBannerControl {
                height: auto;
                padding: 20px 0;
                width: 100%;
        }
        .UIBannerControl .banner {
                width: 100%;
                margin: 0;
                padding: 16px;
        }
        .UIBannerControl .text {
                z-index: 2;
                padding-top: 0;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UIBannerControl .banner .info2 {
                /* font-size: 2rem; */
        }
}
@media only screen and (max-width: 768px){
        img#img-banner-right {
                display: none;
        }
        .UIBannerControl .banner .text .info2 ,.UIBannerControl .banner .text .info {
                font-weight: 700;
                text-align: center;
                margin-bottom: 0.8rem;
                white-space: nowrap;
                letter-spacing: 0;
                font-size: 14px;
                line-height: 1.4;
                -webkit-text-stroke: unset;
        }
        .UIBannerControl .banner .text-left img {
                object-fit: contain;
                height: 100% !important;
                width: 100% !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
                height: unset;
                /* padding: 10px; */
        }
        .UIBannerControl .banner {
                padding: 0;
                width: 100vw;
                /* justify-content: center; */
                gap: 0;
                margin-top: -10px;
                padding: 10px;
                margin: 0;
                /* margin-bottom: 20px; */
                /* margin-top: 15px; */
                align-items: center;
                height: 100px;
                justify-content: flex-start;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl {
                /* color: #e77171; */
        }
        .UIBannerControl .banner  .info {
                /* font-size: 12px; */
                font-weight: 700;
                /* line-height: 15px; */
                text-align: center;
        }
        .UIBannerControl .banner .text {
                /* margin-left: 5px; */
                padding-top: 0;
                flex: 1;
        }
        .UIBannerControl .banner div .info{
                margin-bottom: 0.75rem;
        }
        .UIBannerControl .banner .website a
        {
                font-size: 11px;
                font-weight: 400;
                line-height: 11px;
                text-align: left;
        }
        .UIBannerControl {
                /* margin-bottom: 18px; */
                /* background: url(images/bg-header.jpg) no-repeat center; */
                background-size: cover;
                width: 100vw;
                background-position: inherit;
        }
        .UIBannerControl .text-left:before, .UIBannerControl .text-right:before{
                display: none;
        }
        .UIBannerControl .banner .text-left img{
        }
        .UIBannerControl .banner .text-left {
                /* position: relative; */
                top: 0;
                width: 10%;
                flex-shrink: 0;
                height: 100%;
                margin-top: 0;
        }
        .UIBannerControl .banner .vass {
                /* font-size: 18px; */
        }
        .UIBannerControl .banner .text div.language {
                /* position: static!important; */
                bottom: 0;
                /* background: #ff00008c; */
                /* height: 10px!important; */
                /* bottom: unset !important; */
                z-index: 10;
                left: unset !important;
                transform: none !important;
                right: 5px;
                margin-top: 0px;
                line-height: 1;
        }
        .UIBannerControl .banner .language a{
                font-size: 2rem !important;
        }
        .UIBannerControl .text-right{
                height: 100%;
                width: 5%;
                flex-shrink: 0;
                /* overflow: hidden; */
        }
        .UIBannerControl .text-right>img{
                height: 95% !important;
                object-fit: contain;
        }
        .UIBannerControl .banner .language{
                right: 10px;
        }
}
