.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 20px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 5;
}

.AdvertisementCenter {
    position: relative;
    top: 0!important;
    left: 0!important;
}
.AdvertisementBG {
    width: 0!important;
    height: 0!important;
}
.AdvertisementCenter a {
    color: #424242;
    font: 12px arial;
    text-decoration: none;
}
.AdvertContent .qc-content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}
.AdvertContent .qc-content img{
   object-fit: fill;
    border-radius: .5rem;
}
.AdvertContent .qc-content>div{
    width: calc(50% - 10px);
}
.AdvertContent .qc-content .col2{
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}
.AdvertContent .qc-right img{
     width: 100%;   
}
.AdvertContent .qc-right div img{
     margin: 5px 0;
}
.AdvertContent  .banhohanhchinh img{
        width: 100%;
}
.AdvertContent .title-bando span{
    color: #fff;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(180deg, #2a78e5 0, #2a78e5 100%);
    text-align: center;
}
.AdvertContent .qc-left{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.AdvertContent .qc-left img{
    width: 100%;
}
@media only screen and (max-width: 768px){
    .AdvertContent .qc-content>div {
    width: 100%;
}
.AdvertisementBottomRight {
        margin: 0 auto;
                padding: 0 10px !important;
    }
} 