.logo-brand {
    height:40px;
    margin-top:6px;
}
.product-block {
    background-image: url('../../images/background/bg-brand.png');
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 600px;
    /* padding: 0; */
}
.data-image-background {
    background-image: url('../../images/background/bg-recomend.png');
    background-size: 90% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.black-bg {
    background-color: #272727;
}
.detail-block h1,.detail-block p {
    margin-bottom: 0;
}
.detail-block p {
    font-size: 20px;
}
@media (max-width: 768px) {
	.data-image-background {
        background-image: url('../../images/background/bg-recomend.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
    }
}