body {
    background-color: #e0e0e0;
}

div.Container_ChiTiet {
    padding: 0 188px;
}

div.ChiTiet {
    background-color: #ffffff;
}

    div.ChiTiet h1.Ten {
        font-weight: bold;
        font-size: 1.1rem;
        padding: 8px 0 0 0;
    }

    div.ChiTiet div.NoiDung {
        padding: 8px 0 8px 0;
    }

        div.ChiTiet div.NoiDung a {
            color: #000000;
        }

        div.ChiTiet div.NoiDung img.Anh {
            width: 25%;
            aspect-ratio: 1/1;
            border-radius: 50%
        }

        div.ChiTiet div.NoiDung img {
            max-width: 100%;
        }

    div.ChiTiet div.TroVe {
        text-align: right;
        padding: 0 0 8px 0;
    }

        div.ChiTiet div.TroVe input[type="button"] {
            color: #ffffff;
            border-color: #ffa500;
            background-color: #ffa500;
            border-radius: 5px;
            padding: 5px 16px 5px 16px;
        }

            div.ChiTiet div.TroVe input[type="button"]:hover {
                background-color: #ffa500d0;
            }

@media (max-width:768px) {
    div.Container_ChiTiet {
        padding: 0 16px;
    }
}