.UIBannerControl {
        margin: 0 auto !important;
        width: 100%;
        z-index: 2;
        height: 144px;
        /* padding: 25px 0; */
        /*width: var(--body-width) !important;*/
        background: url("images/head_bg.png") no-repeat center top transparent;
        overflow: hidden;
}

.UIBannerControl .banner-container {
        background-image: url("https://storage-vnportal.vnpt.vn/gov-tnn/7351/header/ezgif.com-animated-gif-maker.gif");
        background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position: inherit !important;
}

.UIBannerControl .banner-container .title-container {
         max-width: var(--body-width);
    	padding: 0px 15px;
    	width: 100%;
        margin-right: auto;
    	margin-left: auto;
        display: flex;
        flex-direction: row;
}

.UIBannerControl .banner-container .title-container .left-title {
         position: relative;
         padding: 30px 10px !important;
}

.UIBannerControl .banner-container .title-container .left-title .logo {
         position: absolute;
         width: 80px;
        height: 79px;
        left: 0;
        top: 30px;
}

.UIBannerControl .banner-container .title-container .left-title .desc {
		color: #fff;
    	text-transform: uppercase;
    	padding: 10px 90px;
}

.UIBannerControl .banner-container .title-container .left-title .desc .title1 {
   		line-height: 1.2;
}

.UIBannerControl .banner-container .title-container .left-title .desc .title1>h2 {
		color: white;
        font-family: Arial, sans-serif;
		font-size: 18px !important;       
}

.UIBannerControl .banner-container .title-container .left-title .desc .title-main {
   		line-height: 1.2;
        font-size: 32px !important;
        text-shadow:  0.000em 0.075em #fff, 0.029em 0.069em #fff, 0.053em 0.053em #fff, 0.069em 0.029em #fff, 0.075em 0.000em #fff, 0.069em -0.029em #fff, 0.053em -0.053em #fff, 0.029em -0.069em #fff, 0.000em -0.075em #fff, -0.029em -0.069em #fff, -0.053em -0.053em #fff, -0.069em -0.029em #fff, -0.075em -0.000em #fff, -0.069em 0.029em #fff, -0.053em 0.053em #fff, -0.029em 0.069em #fff;
}

.UIBannerControl >img {
    width: 100%;
}
.UIBannerControl .block-text {
        margin: 0 auto;
        padding: 14px 0 10px;
        display: block;
        /* min-height: 105px; */
        /* left: 360px; */
        position: absolute;
        margin: 0 auto;
        padding: 14px 0 10px;
        display: block;
        /* min-height: 105px; */
        /* left: 460px; */
        position: absolute;
        width: 100%;
        text-align: center;
}
.UIBannerControl .first a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 29px;
        text-transform: uppercase;
        color: #fffcbe;
        font-weight: 700;
        letter-spacing: 1px;
}
.UIBannerControl .second a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 33px;
        text-transform: uppercase;
        color: #fffc0e;
        font-weight: 700;
        letter-spacing: 1px;
}
.UIBannerControl .co {
        left: 5px;
        position: absolute;
        top: 0;
}
.UIBannerControl .header-skin {
        position: relative;
}
.UIBannerControl a.logo {
        display: block;
        position: absolute;
        top: 25px;
        left: 118px;
}
.UIBannerControl .loginlink {
        position: absolute;
        top: 20px;
        right: 5px;
}
.UIBannerControl a.SkinObject {
        color: yellow;
        text-decoration: underline;
}
.UIBannerControl .second a.small {
    font-size: 25px;
}
@media only screen and (max-width: 768px) {
        /* For mobile phones: */
        .UIBannerControl {
                height: initial;
                /* padding: 10px; */
                height: auto;
                background-size: 100%;
                width: 100vw !important;
        }
        .UIBannerControl .block-text {
                left: 96px;
                top: -7px;
                padding: 0;
                height: unset;
                display: block;
                min-height: unset;
        }
        .UIBannerControl .first a {
                font-size: 12px;
        }
        .UIBannerControl .second a {
                font-size: 12px;
        }
        .UIBannerControl a.logo {
                left: 20px;
                width: 50px;
                top: -3px;
        }
        .UIBannerControl .loginlink {
                display: none;
        }
        
        .UIBannerControl .banner-container .title-container .left-title .desc {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 80px;
}
}
