.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: 40px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 16px;
    font-weight: 500;
    background-color: #d21f1f;
}
.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%;
}
} 