
.UIBannerControl {
    position: relative;
    z-index: 1000;
}
.UIBannerControl .co {
    left: 40px;
    position: absolute;
    top: 13px;
}
.TopBanner .brand-text {
    background-image: url(https://cdn.haiphong.gov.vn/gov-hpg/6530/2025/logo.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 13px 11px;
    padding: 25px 0 10px 130px;
    height: 130px;
}

.TopBanner {
    background-color: #b10101;
    color: #fff;
    background: url('https://cdn.haiphong.gov.vn/gov-hpg/6530/2025/bg-head.png') repeat-x top center;
    height: 130px;
}

.TopBanner .brand-text h2 {
  padding:0;
  margin:0;
}

.TopBanner .brand-text h1 {
line-height:1;
}

.TopBanner .brand-text h2 a {
    font-size: 19px;
    text-transform: uppercase;
    color: #236adc;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Merriweather';
}

.TopBanner .brand-text h1 a {
    font-size: 26px;
    text-transform: uppercase;
    color: #c00a19;
    font-weight: bold;
    font-family: 'Merriweather';
        line-height: 1;
}