<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h-Slide-TieuDe {
    position: absolute;
    bottom: 40px;
    padding: 20px;
    background-color: rgb(169 155 118 / 30%);
    text-align: center;
    width:100%
}
.h-Slide-TieuDe a{
    color: white !important;
}


.h-DanhMuc {
    display: flex;
    border-bottom: solid 2px #DD3333;
}

    .h-DanhMuc .h-DanhMuc-M1 {
        /*border-bottom: solid 2px #DD3333;
        width: 100px;*/
        float: left;
        text-align: center
    }

        .h-DanhMuc .h-DanhMuc-M1 a {
            font-family: 'Be Vietnam Pro', sans-serif;
            font-size: 30px;
            font-weight: 500;
            color: #DD3333
        }

    .h-DanhMuc .soft {
        display: flex;
        border-bottom: 2px solid #c0c0c0;
        /*width: calc(100% - 100px);*/
        float: left;
        margin-top: 15px;
        padding-left: 30px
    }

.h-SanPham-Left {
    width: 20%;
    float: left;
    position: relative;
    display: flex;
    margin-bottom: 16px;
    padding: 12px 8px;
    flex-direction: column
}

    .h-SanPham-Left a {
        display: flex;
        padding: 7px 16px 7px 0px
    }

        .h-SanPham-Left a img {
            border-radius: 50%;
            overflow: hidden;
            box-sizing: content-box;
            width: 18px;
            height: 18px;
            padding-top: 3px;
        }

        .h-SanPham-Left a div {
            padding-left: 10px
        }


</pre></body></html>