section.cake-detail {
    background: #000;
    color: #fff;
    padding: 20px 0px;
    overflow: hidden;
}

section.cake-detail.promotion-news.promotion-news table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    /* margin-block-end: 15px; */
    width: 100%;
    padding-bottom: 15px;
}

section.cake-detail.promotion-news.promotion-news tbody {
    display: table-row-group;
    vertical-align: middle
}

section.cake-detail.promotion-news.promotion-news tbody,
section.cake-detail.promotion-news.promotion-news tr {
    border-color: inherit;
    unicode-bidi: isolate
}

section.cake-detail.promotion-news.promotion-news tr {
    display: table-row;
    vertical-align: inherit
}

section.cake-detail.promotion-news.promotion-news table td,
table th {
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

section.cake-detail.promotion-news.promotion-news table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #80808012
}

section.cake-detail.promotion-news.promotion-news table tr td {
    width: unset !important
}

section.cake-detail.promotion-news.brand-story table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background: none;
    border: none;
    width: 50% !important;
    padding: unset;
}

section.cake-detail.promotion-news.brand-story blockquote span {
    color: #000 !important;
}

@media(max-width:990px) {
    #iavgi {
        color: #000 !important;
        background: #eee !important;
        margin-bottom: 20px;
    }

    #ijab9 {
        color: #000 !important;
        background: #eee !important;
    }

    #i73qg {
        background: #eee !important;
        color: #000 !important;
    }

    #i7089 {
        font-size: 21px !important;
    }

    body {
        background: #fff !important;
    }

    section.cake-detail {
        background: #fff;
        color: #000;
    }


    section.cake-detail.promotion-news.brand-story table tbody>tr:nth-child(odd)>td,
    table tbody>tr:nth-child(odd)>th {
        background: none;
        border: none;
        width: 100% !important;
        padding-right: 0px !important;
    }

    section.cake-detail.promotion-news img {
        width: 100% !important;
        height: 100% !important;
        margin: unset !important;
    }

    .sec-news h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        /* tránh xuống dòng */
        -webkit-overflow-scrolling: touch;
    }

    th,
    td {
        white-space: nowrap;
    }
}
