/**
 * ELEMENT LIST (start)
 */
.new__item {
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    margin: 0 0 30px;
    padding: 15px 15px 10px;
    border-radius: 5px;
}

.new__item img {
    width: 100%;
    height: auto;
}

.new__title {
    color: rgba(44, 62, 80, 0.95);
    font-size: 18px;
    font-weight: 500;
    height: 49px;
    line-height: 1.4;
    margin: 7px 17px 10px 0;
    overflow: hidden;
}

.new__item .more-btn {
    display: inline-block;
    margin-top: 1px;
}

.new__item .more-btn i {
    color: #3498db;
    font-size: 11px;
    margin-left: 3px;
}

.new__item .more-btn:hover i {
    color: inherit;
}

.new__cont {
    padding: 5px 0 0;
}

.new__date {
    color: rgba(149, 165, 166, 0.95);
    font-size: 13px;
    height: 18px;
}

.new__description {
    color: #3f4e5d;
    height: 102px;
    line-height: 1.35;
    overflow: hidden;
}
/**
 * ELEMENT LIST (end)
 */



/**
 * ELEMENT DETAIL (start)
 */
.news-detail-product{
    margin-top: 25px;
    text-align: center;
}
.products-grid {
    text-align: left;
}
.button-stock-all{
    width: 100%;
    height: 64px;
    max-width: 584px;
    display: block;
    margin: 80px auto 80px auto;
    background: #FFFFFF;
    border: 1px solid #ECEFF1;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #008DEE;
    transition: 0.3s;
}
.button-stock-all:hover{
    background: #008DEE;
    color: #FFFFFF;
}
.header-h1{
    font-weight: normal;
    line-height: 40px;
    font-size: 32px;
    letter-spacing: 0.25px;
    color: #263238;
}
.other-time{
    margin: 12px 0 8px 0;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #90A4AE;
}
.detail-block p{
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.5px;
    color: #455A64;
}
.detail-block img{
    display: block;
    margin: 0 auto;
}
.news-detail-product{
    margin-top: 80px;
}
.news-detail-product-title{
    margin-bottom: 32px;
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #455A64;
}
.products-slider_block .product-section-main,
.products-slider_block .product-sections-scroll {
    display: none;
}

.news-detail-product .products-slider_block .arrows{
    display: none;
}
.p-m, .p-r{
    display: block;
    text-align: left;
}
.p-c{
    display: block;
    text-align: left;
}
.stock-content-img{
    height: 441px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 48px 0;
}
.product .p-l-c {
    text-align: left;
}
.products-slider_block .product-review .product .p-b-c {
    right: 16px;
    position: absolute;
}

@media (max-width: 990px) {
    .button-stock-all {
        max-width: 386px;
    }
    .news-detail-product {
        margin-top: 80px;
    }
    .news-detail-product-title{
        margin-bottom: 24px;
    }
    .stock-content-img{
        background-size: cover;
        height: 441px;
    }
}
@media (max-width: 650px){
    .button-stock-all {
        max-width: 386px;
        margin: 64px auto 40px auto;
    }
    .news-detail-product {
        margin-top: 64px;
    }
    .news-detail-product-title{
        margin-bottom: 24px;
    }
    .stock-content-img{
        background-size: cover;
        margin: 40px -25px;
        height: 320px;
    }

}
/**
 * ELEMENT DETAIL (end)
 */