@media(min-width:996px) {
    .controller-news .products {
        margin-top: -25px;
    }
}



.header-site-news {
    box-shadow: none !important;
}
.header-site-news .header-index  {
    border-bottom: 1px solid #ccc;
}
.header-site-news .navbar-collapse {
    padding-bottom: 10px;
}



.header-site-news .search-line .line {
    float: unset !important;
}
.header-site-news .line-search {
    border-radius: 24px;
    border-color: #999;
    border: 1px solid #ddd;
}

.header-site-news .line-search .btn {
    background: transparent !important;
    color: #bbb !important;
    left: 0px;
    padding: 0 15px !important;
    float: left;
    text-align: left;
}

.header-site-news .search-input {
    margin-left: 30px;
}

.link-cat {
background: #f2f3f5;
color: #001932;
border-radius: 15px;
line-height: 33px;
margin-right: 10px;
padding: 0px 13px;
height: 35px;
font-size: 13px;
display: inline-block;
margin-bottom: 10px;
transition: all 0.3s;
}

.link-cat:hover {
opacity: 0.8;
transition: all 0.3s;
}

.cat-sat-news {
    margin-right: 15px;
}

.news-item {
    margin-bottom: 35px;
}

.news-item .title {
    font-size: 19px;
    font-weight: 600;
}

.news-item .image {
    height: 240px;

}
.news-item .image, .news-item .desc {
    margin-bottom: 15px;
    font-size: 15px;
	line-height: 24px;
}
.news-item .title, .news-item .desc {
    margin-bottom: 5px;
}

.news-item {

}

.first-item .news-item .image{
    height: 360px;
}

.news-item .image a {
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
	border-radius: 4px;
}

.news-item .info {
    font-weight: 400;
font-size: 13px;
}

.news-item .info .date {
    color: #828282;
}
.news-item .cat-link-item a {
    color: #05a056;
}


.affix {
    position: fixed;
}
.affix-bottom {
    position: absolute;
}

.banner-right {
    margin-top: 72px;
    margin-bottom: 100px;
}

.banner-right-item {
    display: block;
    margin-bottom: 20px;
}

.banner-right-item img{
    display: block;
	height: auto;
	border-radius: 4px;
}
.banner-right-item span{
    font-size: 12px;
    color: #999;
}
.banner-right-links a{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
}
.banner-full {
    margin-bottom: 35px;
}

.banner-full img {
    border-radius:4px;
}

.footer_news  {
    background: #141414 !important;
}
.footer_news .subline {
    background: #000000 !important;
}



.news-item-page h1 {
    font-size: 38px;
}

.news-item-tags a{
    background: #f2f3f5;
    color: #001932;
    border-radius: 15px;
    line-height: 33px;
    margin-right: 10px;
    padding: 10px 19px;
    height: 35px;
    font-size: 14px;
}
.news-item-tag{
    margin-bottom: 15px;
    display: inline-block;
}

.close-page-item {
    float: right;
}

.fixed-action-item {
    width: 60px;
    text-align: center;
}

.fixed-action-item .action-box{
    border-radius: 5px;
    margin-bottom: 10px;
}

.fixed-action-item .like{
    background: aliceblue;
}

.fixed-action-item .like{
    background: aliceblue;
}


.fixed-action-item .like a{
    display: block;
}

.fixed-action-item .add-item, .fixed-action-item .repost {
    background: #f3f1ed;
}

.fixed-action-item .repost{

}

.fixed-action-item .repost a{

}

.fixed-action-item .add {

}

.fixed-action-item .add a{

}

.fixed-action-item a {
    padding: 10px;
    display: block;
}
.fixed-action-item .clear {
    height: 3px;
    background: #fff;
}

.news-item-user .nickname {
    font-weight: bold;
}
.news-item-user .info {
    font-weight: bold;
    font-size: 14px;
}
.news-item-user .info .cat {
    color: #5792d2;
}
.news-item-user .info .date {
    color: #828282;
}

.news-item-actions {
    margin: 18px 0;
}

.news-item-actions .box-user {
    display: -webkit-flex;
    display: flex;
}		

.news-item-actions .box-user .user {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
}


.news-item-actions .box-actions {
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap;
    margin: 18px 0;
}

.news-item-actions .avatar-box {
    width: 34px;
    height: 32px;
    transition: width .2s ease;
}
.news-item-actions .avatar-box .avatar-colorbox {
    margin-top: 2px;
    width: 32px !important;
    height: 32px !important;
}
.news-item-actions .avatar-box .avatar-colorbox {
    line-height: 31px !important;
    font-size: 17px !important;
}


.news-item-actions .count {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-left: 4px;
}

.news-item-actions .box-actions, .news-item-actions .box-actions-controls, .news-item-actions .box-user {
    display: -webkit-flex;
    display: flex;
}


.news-item-actions .button-icon {
    padding: 4px;
}
.news-item-actions .button-icon {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 0;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    border-radius: 12px;
    margin-right: 4px;
    padding: 4px;
}
.news-item-actions .button-icon {
    margin-right: 4px;
}
.news-item-actions .button-text {
    display: inline-block;
    white-space: nowrap;
    line-height: 16px;
    font-size: 14px;
    margin-right: 4px;
	color: #141414;
}
.news-item-actions .button-icon:hover {
    background: #f3f1ed;
}

.other-post-fixed {
}

.other-post-fixed .title {
    font-weight: bold;
}

.other-post-fixed .title .bord{
    height: 4px;
    width: 25px;
    background: #000;
    margin-top: 3px;
}

.other-post-fixed .items{

}

.other-post-fixed .items {
    margin-top: 10px;
}		

.other-post-fixed .item:not(:last-child) {
    margin-bottom: 16px;
}
.other-post-fixed .item {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.other-post-fixed .item .content {
    width: 100%;
}


.other-post-fixed .image {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex: none;
    flex: none;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    -webkit-order: 1;
    order: 1;
    margin-right: 12px;
    width: 72px;
    height: 54px;
    border-radius: 8px;
}

.other-post-fixed .link {
    cursor: pointer;
}

.other-post-fixed .link {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    color: #000;
    font-weight: 500;
    -webkit-line-clamp: 3;
}
.like-up-button:hover svg, .like-down-button:hover svg{
    opacity: 0.2;
}
.like-up-button.clickable {
    fill: green;
    
}
.like-down-button.clickable {
    fill: red;
}