.comment-facebook{
    margin-bottom: 50px;
}
.like_share_date{
    margin-bottom: 15px;
}
.like_share_date .date span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.like_share_date .date span::before{
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: #ed1e30;
}
/* lstAllStyle */
.boxlistnews{
    padding: 40px 0 80px;
}
/* tiltelstnews */
.tiltelstnews{
    margin-bottom: 25px;
}
.tiltelstnews h2, .tiltelstnews{
    font-size: 29px;
    line-height: 44px;
    color: #2e2c2c;
    margin-bottom: 15px;
    font-weight: 800;
}
/* newsall */
.newsall{
}
.newsall .thumb{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.newsall .decs{
    position: relative;
    padding: 15px 15px 25px;
    box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);
    background-color: #f8f8f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.newsall .decs h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    height: 54px;
    overflow: hidden;
    margin-bottom: 25px;
}
.newsall .decs .tend{
    color: #666666;
    height: 66px;
    overflow: hidden;
}
.viewnews a{
    color: #ed1e30;
    font-size: 13.333px;
    line-height: 21px;
    text-transform: uppercase;
    overflow: hidden;
}
.viewnews a span{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewnews a:hover span{
    padding-left: 30px;
    padding-right: 0;
}
.viewnews a span::before{
    content: '\e90b';
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewnews a span::after{
    content: '\e90b';
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 11px;
    left: calc(100% - 5px);
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.viewnews a:hover span::before{
    right: calc(100% - 5px);
    opacity: 0;
}
.viewnews a:hover span::after{
    opacity: 1;
    left: 0;
}
.newsall .decs .viewnews{
    text-align: right;
}
.datenews{
    font-size: 16px;
    line-height: 24px;
    color: #7e7979;
    margin-bottom: 5px;
}

/* newsbig */
.boxsliderews{
    padding: 30px 0 45px;
    background-color: #f5f5f5;
}
.slnews .slick-list .slick-track{
    padding: 45px 0 50px;
}
.slnews .slick-slide{
    padding: 0 5px;
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0.3;
    pointer-events: none;
}
.slnews .slick-active{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.slnews .slick-current,.slnews .slick-center,.slnews .slick-active{
    transform: scale(1.14);
    position: relative;
    z-index: 22;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transition-delay: 0.5s;
    opacity: 1;
    pointer-events: auto;
}
.slnews .newsbig .thumb{
    width: 700px;
    height: 475px;
    position: relative;
}
.slnews .newsbig .thumb a{
    padding-top: 65.56%;
}
.slnews .newsbig .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slnews .newsbig img{
    width: 100%;
    overflow: hidden;
}
.slnews .newsbig .decs{
    max-width: 700px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.slnews .slick-current .decs{
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.slnews.vhbtnslick .slick-arrow{
    width: 50px;
    height: 50px;
    border: 2px solid #ed1e30;
    background-color: transparent;
    color: #ed1e30;
}
.newsbig .thumb a img{
    width: 100%;
}
.newsbig .thumb a:hover img{
    transform: scale(1.1);
}
.newsbig .decs .datenews{
    margin-bottom: 15px;
}
.newsbig .decs .title{
    margin-bottom: 10px;
}
.newsbig .decs .title h3{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1.1px;
}
.newsbig .decs .tend{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 20px;
}
.newsbig .decs .view a{
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
}
.newsbig .decs .view a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.newsbig .decs .view a span::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: initial;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsbig .decs .view a:hover span::before{
    right: -2px;
}

/* titledetail */
.titledetail{
    margin-bottom: 20px;
}
.titledetail h2,.titledetail h1, .titledetail{
    color: #ed1e30;
    font-size: 24px;
    line-height: 36px;
}
/* vntorther */
.vntorther{
    padding-top: 15px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}
.titleorther{
    margin-bottom: 20px;
}
.titleorther h2{
    font-size: 29px;
    line-height: 44px;
    font-weight: 800;
}
.vhtitle{
    text-align: center;
    margin-bottom: 40px;
}
.vhtitle, .vhtitle h1, .vhtitle h2, .vhtitle h3{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    text-transform: uppercase;
}
.slorther .slick-list{
    padding: 5px 0 10px;
}
.slorther.vhbtnslick .slick-arrow{
    width: 50px;
    height: 50px;
    border: 2px solid #ed1e30;
    background-color: transparent;
    color: #ed1e30;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 991px) {

    /* titledetail */
    .titledetail{
        margin-bottom: 20px;
    }
    .titledetail h2{
        font-size: 24px;
        line-height: 36px;
    }
    .tiltelstnews h2, .tiltelstnews{
        font-size: 20px;
        line-height: 30px;
    }
    .titleorther h2{
        font-size: 24px;
        line-height: 36px;
    }
    .newsall .decs{
        padding: 15px 20px 30px;
    }
    .newsall .datenews{
        position: static;
        margin-bottom: 15px;
    }
    /*  */
    /*  */
    .newsbig .colt{
        width: 100%;
    }
    .newsbig .cold{
        width: 100%;
    }
    .slnews.vhbtnslick .slick-arrow{
        top: 42%;
    }
    .slnews .slick-current, .slnews .slick-center, .slnews .slick-active{
        transform: scale(1);
    }
    .slnews .newsbig .thumb{
        width: 100%;
        height: auto;
    }
    .slnews .slick-slide{
        padding: 0;
    }
    .slnews .slick-list .slick-track{
        padding: 0;
    }
    .slnews .newsbig .decs{
        max-width: 100%;
        padding: 20px 0 0;
    }
    .newsbig .decs .title h3{
        font-size: 20px;
        line-height: 30px;
    }
    .vhtitle{
        margin-bottom: 25px;
    }
    .vhtitle, .vhtitle h1, .vhtitle h2, .vhtitle h3{
        font-size: 30px;
        line-height: 45px;
    }
    .slnews .slick-slide{
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .slorther.vhbtnslick .slick-arrow{
        top: 27%;
    }
    .slnews.vhbtnslick .slick-arrow{
        top: 31%;
    }
}