/******News-detail-container*******/
.submain-container{
    background: white;
}
/***/
.news-detail-item-container .title-h2{
    margin-top: 18px;
}
/***/
.news-detail-text{
    padding-left: 0;
    margin-right: 0px;
    width: 100%;
}
.product-list-container .title-h5{
    padding-top: 44px;
    padding-bottom: 37px;
}

.news-detail-item-container, .blog-detail-item-container {
    max-width: 1500px;
    margin: 30px auto;
}

.news-detail-text.no-decoration p, .blog-detail-text.no-decoration p {
    margin-bottom: 15px;
}
.news-detail-text.no-decoration table, .blog-detail-text.no-decoration table {
    margin: auto;
}

.news-detail-img{
    width: auto;
}
.news-detail-img{
    /*margin-right: 19px;*/
    max-width: 1500px;
}
/***/
.news-detail-img .image,
.news-detail-img img{
    width: 100%;
    height: auto;
    display: block;
}
.social-container{
    width: 212px;
    margin-top: 10px;
}
.news-detail-text p{
    margin: 5px 0;
}
/***/
.news-detail-img-wrapper {
    width: 100%;
    padding: 10px 0;
}

.news-detail-img-wrapper .social-icon-container{
    width: 100px;
}
.text.share{
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 7px;
}
.date-box{
    background: #3591d0;
    position: relative;
    height: 22px;
    margin-top: 13px;
    margin-bottom: 26px;
    color: white;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 16px;
}

.item-tag {
    margin: 5px 15px 5px 0;
}

.item-tag .btn{
    font-size: 14px;
    color: white;
    padding: 7px 15px;
    height: auto;
    line-height: 1;
}
.related-topics {
    padding: 20px 10px;
    border-bottom: 1px solid black;
}

.blog-detail-item-container p {
    line-height: 1.7;
    text-indent: 20px;
}

.blog-detail-text ul, .news-detail-text ul {
    margin-left: 20px;
    list-style-position: inside;
    list-style-type: initial;
}

.blog-detail-text ul li, .news-detail-text ul li {
    margin-bottom: 5px;
}

.blog-detail-text ul[class^="star-ratings-rating-"],
.news-detail-text ul[class^="star-ratings-rating-"] {
    list-style-type: none!important;
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
}
.blog-navigation .prev, .blog-navigation .next {
    display: block;
    width: 24%;
    font-size: 14px;
}
.blog-navigation .prev {
    text-align: left;
}
.blog-navigation .next {
    text-align: right;
}
.blog-navigation .prev .prev-title, .blog-navigation .next .next-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.related-products-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}
.paginator-wrapper {
    width: 90%!important;
    margin: 60px auto 0!important;
    justify-content: space-between!important;
}

/***/
@media only screen and (max-width:2499px) {
    /*news-detail-item-container*/
    .news-detail-item-container .title-h2{
        font-size: 24px;
    }
}

@media only screen and (max-width:1875px) {
     /*news-detail-item-container*/
    .news-detail-img{
        /*width: calc(100% - 220px - 56px);*/
    }
    /***/
    .news-detail-text{
        padding-left: 0px;
    }
}
@media only screen and (max-width:1279px) {
    /*news-detail-item-container*/
    .news-detail-item-container .title-h2{font-size: 16px;}
    .date_box{
        font-size: 10px;
    }
    .news-detail-img {
        width: calc(100% - 56px);
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-detail-item-container {
        max-width: 850px;
        margin: 30px auto;
    }
}

@media only screen and (max-width:991px) {
    .news-detail-text table td{
        display: block;
    }
    .blog-detail-item-container {
        max-width: 850px;
    }
}

@media only screen and (max-width:600px) {
    .news-detail-img{
        width: 100%;
    }

}
