.UIBannerControl {
        margin: 0 auto;
        width: 100%;
}
.UIBannerControl>div{
        height: 170px;
        width: 100%;
        position: relative;
        margin: 10px 0;
        z-index: 1;
}
.UIBannerControl>div:after{
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://storage-vnportal.vnpt.vn/gov-hni/5948/banner/background.png) no-repeat center;
        background-position-x:100%;
        background-position-y: 30%;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        z-index: -1;
}
.UIBannerControl>div>.brand-text{
        display: flex;
        gap: 16px;
        align-items: center;
}
.UIBannerControl>div>.brand-text>.brand-logo{
        width: 150px;
        height: 100%;
}
.UIBannerControl>div>.brand-text>.brand-title>h1>a{
        font-size: 64px !important;
        color: var(--color-primary);
        text-shadow: 1px 1px 1px #1977ff,
                1px 2px 1px #040b1f,
                1px 3px 1px #000000,
                1px 4px 1px #919191,
                1px 5px 1px #919191,
                1px 6px 1px #919191,
                1px 7px 1px #919191,
                1px 8px 1px #919191,
                1px 9px 1px #919191,
                1px 2px 1px #919191,
                1px 19px 6px rgb(184 184 184 / 40%),
                1px 20px 10px rgb(166 166 166 / 20%),
                1px 25px 35px rgb(153 153 153 / 20%),
                1px 30px 20px rgb(189 189 189 / 40%);
}
@media only screen and (max-width: 768px){
        .UIBannerControl .div-logo {
                margin: 0 auto !important;
                width: 80vw !important;
        }
        .UIBannerControl {
                position: fixed;
                top: 0;
                height: 100px;
                z-index: 2;
                background: #ffffff;
        }
        .UIBannerControl >div{
                padding: 0 16px !important;
        }
        .UIBannerControl  img {
                width: 100%;
                height: auto;
        }
        .UIBannerControl .lang {
                top: 14vw;
                width: auto;
                margin: 0;
                left: 55%;
                transform: translateX(-50%) !important;
        }
        .UIBannerControl .brand-text {
                background-size: 50px !important;
                background-position: 0 !important;
                padding: 0;
                height: auto !important;
                flex-direction: column;
                width: 100%;
                display: grid !important;
                grid-template-columns: 60px 1fr;
                !i;
                !;
        }
        .UIBannerControl .brand-text>h2{
                font-size: 15px !important;
                ;
        }
        .UIBannerControl .brand-text>h3 *{
                font-size: 12px !important;
        }
        .UIBannerControl .lang .en a {
                border: none;
        }
        .UIBannerControl .header-brand .brand-text h2{
                font-size: 15px;
                margin: 0 0 5px 0;
        }
        .UIBannerControl .header-brand .brand-text h2 a{
                font-size: 15px;
                /* display: inline; */
                /* margin: 0 0 5px; */
                text-transform: uppercase;
                text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
                color: #2a2a2a;
                font-weight: 500;
        }
        .UIBannerControl .header-brand .brand-text h1 a {
                font-size: 22px;
        }
        .UIBannerControl .header-brand {
                margin: 0;
        }
        .SingleSearch .SearchBox{
                margin-top: unset !important;
        }
        .UIBannerControl .header-brand .brand-text {
                /* margin-left: 0 !important; */
                position: absolute;
                left: -55px;
                top: 24px;
        }
        .UIBannerControl>div>.brand-text>.brand-title>h1>a {
                font-size: 17px !important;
                text-shadow: 0px 4px 3px rgba(0,0,0,0.4),             0px 8px 13px rgba(0,0,0,0.1),             0px 18px 23px rgba(0,0,0,0.1);
        }
        .UIBannerControl>div>.brand-text>.brand-logo {
                width: 60px;
        }
        .UIBannerControl >div {
                padding: 0 16px !important;
                flex-direction: column;
        }
        .UIBannerControl>div>.brand-text>.brand-title h2, .UIBannerControl>div>.brand-text>.brand-title h1 {
                MARGIN: 0 !IMPORTANT;
                font-size: 16px !important;
        }
        .UIBannerControl>div:after{
                display: none;
        }
        .UIBannerControl>div{
                height: unset;
        }
}
@media only screen and (max-width: 1200px){
        .UIBannerControl  .lang {
                transform: translateX(125%);
        }
}
/***************Ngon ngu***********/
.UIBannerControl .header-brand .brand-text h1.ngonngu {
        margin-left: 5px;
        font-size: 13px;
}
.UIBannerControl .header-brand .brand-text h1.ngonngu a{
        font-size: 13px;
        text-transform: inherit;
        color: inherit;
        font-weight:500;
        display:inline-block;
}
