
.infoProductPage{
    margin-bottom: 40px;
}
.sliderNews .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sliderNews .item .thumb{
    width: 50%;
    overflow: hidden;
}
.sliderNews .item .thumb img{
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.sliderNews .item .thumb a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}
.sliderNews .item .decs{
    width: 50%;
    padding: 30px 20px;
    border: 1px solid #00a9e8;
    background-color: #fff;
}
.sliderNews .item .decs h3{
    font-size: 25px;
    line-height: 38px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 10px;
}
.sliderNews .item .decs .tend{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.sliderNews .item .decs .date{
    display: inline-block;
    background-color: #00a9e8;
    color: #fff;
    padding: 5px 10px;
}
.sliderNews .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    text-align: right;
    padding: 0 30px;
}
.sliderNews .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.sliderNews .slick-dots li button{
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
}
.sliderNews .slick-dots li.slick-active button{
    background-color: #00a9e8;
}
.grid_news_full .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.grid_news_full .item .thumb{
    width: 33.3333%;
    overflow: hidden;
}
.grid_news_full .item .thumb img{
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.grid_news_full .item .thumb a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}
.grid_news_full .item .decs{
    width: 67.777777%;
    padding: 30px 20px;
    background-color: #fff;
}
.grid_news_full .item .decs h3{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 10px;
}
.grid_news_full .item .decs .tend{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.grid_news_full .item .decs .date{
    display: inline-block;
    background-color: #00a9e8;
    color: #fff;
    padding: 5px 10px;
}
.infoNews .row{
    margin-bottom: 25px;
}
.infoNews{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.infoNews img{
    width: 100%;
}
.infoNews p{
    padding: 0;
    margin-bottom: 25px;
}
.infoNews p strong{
    font-size: 15px;
    line-height: 23px;
    font-family: 'Roboto';
}
.infoNews h3 ~ ul{
    margin-bottom: 25px;
}
.infoNews ul li{
    margin-bottom: 5px;
}
.infoNews ul li strong{
    width: 170px;
    display: inline-block;
}
.infoNews h3{
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #00a9e8;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.infoNews p:last-child{
    margin-bottom: 0;
}
.commentFace{
    margin-bottom: 30px;
}
.commentFace img{
    width: 100%;
}
.newsOther .title{
    text-align: center;
    font-family: 'Roboto';
    font-size: 25px;
    text-transform: uppercase;
    color: #555555;
    line-height: 30px;
    margin-bottom: 20px;
}
.newsOtherSlider{
    margin-bottom: 30px;
}
.newsOtherSlider .item .thumb a{
    position: relative;
    display: block;
    overflow: hidden;
}
.newsOtherSlider .item .decs{
    background-color: #fff;
    padding: 10px;
}
.newsOtherSlider .item .decs h3{
    font-size: 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.newsOtherSlider .item .decs .date{
    color: #00a9e8;
}
@media only screen and (max-width: 991px) {
    .newsOther .title{
        font-size: 20px;
    }
    .sliderNews .item{
        display: block;
    }
    .sliderNews .item .thumb, .sliderNews .item .decs{
        width: 100%;
    }
    .sliderNews .item .decs h3{
        font-size: 18px;
        line-height: 27px;
    }
    .sliderNews .item .decs .tend{
        font-size: 14px;
        line-height: 21px;
    }
    .grid_news_full .item .decs .tend{
        display: none;
    }
    .grid_news_full .item .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .grid_news_full .item{
        display: block;
    }
    .grid_news_full .item .thumb, .grid_news_full .item .decs{
        width: 100%;
    }
    .infoNews ul li strong{
        width: 130px;
    }
}
