
.news-style-22 .news-item-posts {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.news-style-22 .news-item-posts .nth__nth {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.news-style-22 .news-item-posts .nth_child_img span {
    left: 0px;
    top: -15px;
    position: absolute;
    width: 30px;
    height: 38px;
    font-weight: bold;
    font-size: 15px;
    -webkit-transform: translateY(0);
    background-size: contain;
    transform: translateY(0);
    background: url(images/medal_blue.png)no-repeat;
    display: inline-block;
    color: #fff;
    line-height: 32px;
}
.news-style-22 .news-item-posts .nth_child_img span.maucam {
    background: url(images/medal_orange.png)no-repeat;  
}
.news-style-22 .news-item-posts .nth_child_img img {
    max-width: 100px;
    height: auto;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_thuong  {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.news-style-22 .news-item-posts .nth__nth.nth_child_thuong p {
        font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_thuong >  span  {
    font-size: 28px;display: block;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px 0;
    text-align:left;
}

.news-style-22 .news-item-posts .nth_child_star {
    border-right: 1px solid #ddd;
}
.nth_child_cuoc a {
    display: block;
    max-width: 142px;
    margin: 5px auto;
    background: #f50000;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
}
.nth_child_cuoc a i {
    font-size: 13px;
    margin-right: 5px;
}
.nth_child_cuoc a.review {
    background: #2ecc71;
}
.nth_child_cuoc a:hover {
    background: #214790;
    color: #fff;
}
.news-style-22 .news-item-posts .nth_child_star .star i {
        color: #ffd32a;
        font-size: 13px;
}
.news-style-22 .news-item-posts  .sale {
    font-size: 16px;
}



.widget .nth_child_star .sale {

}
.widget  .news-item-posts  {
    display: block;
}
.widget  .news-item-posts .nth__nth {
    width: 100%;
    border: 0 !important;
}
.widget .news-item-posts .nth__nth.nth_child_img  {

    float: left;
    width: 100px;
    padding: 0;
    margin-top: -15px;


}
.widget .news-item-posts .nth__nth.nth_child_img p {
    margin: 0 !important;
}
.widget .news-item-posts .nth__nth.nth_child_thuong {
    float: right;
    width: calc(100% - 110px);
    padding-top: 10px;
    text-align: left;
}

.widget .news-style-22 .news-item-posts .nth_child_img img {
    max-width: 70px;
    height: auto;
}
.widget  .nth_child_cuoc {
    overflow: hidden;
    clear: both;
    padding: 10px 0 0 !important;
}
.widget  .nth_child_cuoc a {
    float: left;
    width: 48%;
    margin: 0;

}
.widget  .nth_child_cuoc a:nth-child(2n) {
    float: right;
}
.widget  .news-style-22 .news-item-posts .nth__nth.nth_child_thuong span {
    font-size: 23px;
}
.widget .news-item-posts .mota{
    display: none;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_thuong.abczy > span {
    text-align: center;
}

.news-style-22 .news-item-posts .nth__nth.nth_child_thuong p.khuyen_mai {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #f11b18;
}








@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.news-style-22 .news-item-posts {
    display: block;
}
.news-style-22 .news-item-posts .nth__nth {
    /*width: 100% !important;*/
    border: 0 !important;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_cuoc  {
    overflow: hidden;
    clear: both;
    padding: 10px 0 0 0;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_cuoc a {
    float: left;
    width: 49%;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_cuoc a:nth-child(2) {
    float: right;
}
.news-style-22 .news-item-posts .sale {
    font-size: 13px;
    font-weight: 600;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_thuong p {
    font-size: 13px;
}
.news-style-22 .news-item-posts .nth__nth.nth_child_thuong p.khuyen_mai {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #f11b18;
}
.news-style-22 .news-item-posts.nhacaihome__home .nth__nth {
    width: 100% !important;
    clear: both;
}
}