.AdvertisementTopLeft {
        left: 10px;
        position: absolute;
        z-index: 5;
}
.AdvertisementBG {
        display:none;
}
.AdvertisementTopRight {
        position: absolute;
        right: 10px;
        z-index: 5;
}
.AdvertisementCenter  {
        display:none;
}
.AdvertContent .HeadLink {
        background: rgb(248 249 250) url(images/logo.png) no-repeat scroll left 10px center;
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
}
.AdvertContent .HeadLink span {
        border-bottom: 1px solid #bd1f24;
        color: #212529;
        display: inline-block;
        padding: 0 0 0 40px;
        white-space: nowrap;
        width: 100%;
        font-size: 15px;
        line-height: 45px;
        font-weight: 600;
        text-transform: uppercase;
}
.AdvertContent>div {
        margin-bottom: 15px;
}
.AdvertContent .border-img img {
        border: 1px solid #e9ecef;
}
.AdvertContent .nd-hdnd {
    background-image: url(https://storage-vnportal.vnpt.vn/bdg-chinhquyen/4893/banner/HDND-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #FFDD51;
    text-align: justify;
    margin: 0 auto;
    width: 100%;
    height: 150px;
    padding: 15px;
    border-radius: 8px;
    /* letter-spacing: -0.5px; */
}
.AdvertContent .nd-hdnd .hdndicon {
    width: 30%;
    float: left;
}
.AdvertContent .nd-hdnd .item {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 20px 10px 30px;
}
.AdvertContent .nd-hdnd .content {
    width: 70%;
    float: left;
    margin-top: 20px;
}
.AdvertContent .nd-hdnd  .item a:link, .AdvertContent .nd-hdnd  .item a:visited {
    color: #AB0B04;
    font-size: 17px;
}
.AdvertContent .nd-hdnd .item a:hover {
    color: #444;
}
.copyright {
        color: #fff;
        font-size: 15px;
        padding: 0;
}
section.t3-copyright {
        border-top: 3px double #ffffff75;
        margin-top: 30px;
        padding: 30px 0;
}
.FooterBar .AdvertContent>div {
        border: none;
}
.AdvertContent .qcphai img {
        width: 100% !important;
}
.AdvertContent .qcphai div {
       margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .AdvertisementBottomRight img {
        width: 100% !important;
        height: auto !important;
    }
    .AdvertContent{
        width: 100vw;
    }

    .AdvertisementCenter {
        right: 10px;
        z-index: 5;
        display: block;
    }

    .AdvertisementCenter img {
        width: 100% !important;
        height: auto !important;
    }

    div.AdvertisementBottomRight {
        padding: 0;
        margin-bottom: 0;
        width: 100% !important;
    }

    .AdvertContent .pd-10 {
        padding: 0 10px;
    }

    .AdvertContent>div {
        margin-bottom: 10px !important;
    }

    .AdvertContent .nd-hdnd .item {
        padding: 5px;
             display: unset;
    }

    div.AdvertContent .fa {
        min-width: unset !important;
    }

    .AdvertContent .nd-hdnd {
        height: 90px;
    }

    .AdvertContent .nd-hdnd .content {
        margin-top: 0;
    }
}