.news_home {
    margin-bottom: 30px;
}

.news_category .new_img {
    overflow: hidden;
    margin-bottom: 10px;
}

.news_category .new_img img {
    width: 100%;
    object-fit: cover;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
}

.news_category .new_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
}
.news_title p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.news_title a:hover {
    color: #999;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.news_title a p {
    margin-bottom: 10px !important;
}

.news_lich {
    margin-bottom: 10px;
}

.news_lich span {
    font-size: 12px;
    color: #999;
}

.news_lich span i {
    margin-right: 10px;
}

.new_excerpt p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_title_text p {
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
    font-size: 14px;
}

.prod_title_name h3 {
    font-size: 25px;
    color: #333333;
    font-weight: 700;
    cursor: pointer;
}

.prod_title_name h3:hover {
    color: #999;
}

.news_btn_continue {
    text-align: center;
    height: 35px;
    margin: 15px 0;
}

.news_btn_continue span {
    background: #ed1b24;
    background: linear-gradient( 180deg, #ed1b24 0,  #ed1b24 100%);
    padding: 10px 50px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width:425px) {
    .rating_group {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
}


.newsDetails_content p img{
  width:100%;
}
.newsDetails_title h2 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}