.UIBannerControl {
    margin: 0 auto;
    #width: 1170px;
  #text-align: center
  #background-color:#377cd6
}
.UIBannerControl .banner{
    #width: 1170px;
    /* float:left; */
    /* height:100px; */
    /* padding-bottom:10px; */
}
.UIBannerControl .banner img{
    float:left;
    width:100px;
    padding-left:10px;
}
.UIBannerControl .banner .slogan{
    font-size: 30px;
    color: #e00505;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding-top:30px;
}
.banner {
    background: #FFFDEB;
    background-image: url(images/bannernghialam.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-bottom: 1px solid #fff;
}
.banner .header-logo {
    padding: 20px 10px;
}
.banner>.container {
    background-image: url(https://storage-vnportal.vnpt.vn/ndh-ubnd/5023/banner/bg-TrongDong-header.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.banner .header-logo .header_title .text {
    color: #E60B00;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.justify-content-center {
        justify-content:left !important;
}
.banner .header-logo .header_title .name {
    color: #E60B00;
    text-align: center;
    text-shadow: 0px 0px 2px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
}
@media (min-width: 1100px) {
.banner>.container {
        background-position-x: 35px;
    }
}
@media (min-width: 1100px) {
.banner .header_title {
        padding-left: 114px;
    }
}
@media (max-width: 1024px) {
.banner {
        position: relative;
    }
}
@media (max-width: 580px) {
 .banner >.container {
        background-position: top center;
        background-position-x: center;
    }
}
@media only screen and (max-width: 768px) {
    .banner {
    background: #FFFDEB;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-bottom: 1px solid #fff;
}
}