.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 20px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 5;
}
.AdvertContent .img-fix img {
    aspect-ratio: 16 / 10;
}
.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%;
}
.AdvertContent .bandohc {
        width: 100%;
        text-align: center;
        /* float: right; */
        margin-top: 0;
        background: #F9F9F9;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        margin-top: 20px;
        max-width: 300px;
        overflow: hidden;
        margin: 20px auto;
}
.AdvertContent .bandohc .header {
        padding: 17px;
        font-family: 'Merriweather';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        color: #182940;
}
.AdvertContent .bandohc img {
        height: 340px;
}
.AdvertContent .bandohc .footer {
        padding: 12px;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        color: #3B4E68;
}
.AdvertContent .Header_right img {
        width: 20px;
}
.AdvertContent .Header_right {
        display: flex;
        /* font-weight: 600; */
        gap: 0px;
        align-items: center;
        height: 30px;
        position: absolute;
        right: calc((100vw - 1200px) / 2);
        top: 10px;
}
.AdvertContent .Header_right>div.thudientu, .AdvertContent .Header_right>div.lienhe {
        border-right: 1px solid #E9E9E9;
        padding-right: 10px;
        position: relative;
        z-index: 999;
        display: inline-flex;
        height: 100%;
        align-items: center;
}
.AdvertContent .Header_right>div.thudientu>a, .AdvertContent .Header_right>div.lienhe>a {
        font-family: "Inter";
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
        position: relative;
        padding-left: 10px;
        display: inline-flex;
        color: #004A82;
}
.AdvertContent .Header_right>div.thudientu>a:before {
        content: '\f0e0';
        font-family: 'Font Awesome 5 Pro';
        margin-right: 5px;
        display: inline-block;
}
.AdvertContent .Header_right>div.lienhe>a:before {
        content: '\f095';
        display: inline-block;
        font-family: 'Font Awesome 5 Pro';
        margin-right: 5px;
        transform: rotate(90deg);
}
    .UIFooterControl .CopyRight .quochuy {
        display: none;
    }
@media only screen and (max-width: 768px){
    .AdvertContent .qc-content>div {
    width: 100%;
}
            .UIFooterControl .CopyRight .quochuy {
        display: block;
    }
    .AdvertContent img {
        width: 100%;
    }
.AdvertContent .Header_right{
                        display: none !important;
                } 
    .img-fix {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
        gap: 10px !important;
    }
} 