.left_con{
    float: left;
    border-radius: 8px;
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    background: #fff;
}
.right_con{
    float: right;
}
.review_con{
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    background: #fff;
}
.product_con{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}
.product_con .box_load_p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.product_con .items-index-product-noibat {
    float: left;
    border: 1px solid #f1f1f1;
    position: relative;
    margin-right: unset;
    margin-bottom: unset;
    border-radius: 8px;
    background-color: #fff;
}
.hotline-work{
    background: url(../images/phone-work.svg) no-repeat center left;
    background-size: 20px;
    padding: 10px 25px;
}
.social-work{
    background: url(../images/chat-work.svg) no-repeat center left;
    background-size: 20px;
    padding: 10px 25px;
}
.time-work{
    background: url(../images/check-verified.svg) no-repeat center left;
    background-size: 20px;
    padding: 10px 25px;
}
.work-since{
    background: url(../images/time-work.svg) no-repeat center left;
    background-size: 20px;
    padding: 10px 25px;
}
.local-work{
    background: url(../images/local-work.svg) no-repeat center left;
    background-size: 20px;
    padding: 10px 25px;
}
.icon-facebook{
    background: url(../images/facebook.svg) no-repeat center left;
    background-size: 30px;
    padding: 5px 15px;
}
.icon-fanpage{
    background: url(../images/fanpage.svg) no-repeat center left;
    background-size: 30px;
    padding: 5px 15px;
}
.icon-zalo {
    background: url(../images/icon-zalo.svg) no-repeat center left;
    background-size: 30px;
    padding: 5px 15px;
}
@media all and (min-width: 1024px) {
.left_con{
    width: 340px;
    float: left;
    position: sticky;
    top: 80;
}
.right_con{
    width: calc(100% - 375px);
}
.product_con .items-index-product-noibat {
    width: 32.2%;
}
}
@media all and (max-width: 1024px) {
.product_con .items-index-product-noibat {
    width: 48%;
}
}