.box-feature{
    margin-bottom: 30px;
    background: #eeeeee;
    padding: 30px 15px 15px 15px;
}
.box-feature .wrap_item{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.feature_news{
    margin-bottom: 15px;
}
.feature_news .i-image{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 66.666667%;
    margin-bottom: 15px;
    z-index: 1;
}
.feature_news .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.feature_news .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.feature_news .i-title{
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.feature_news .i-title h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}
.feature_news .i-date{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #999999;
    margin-bottom: 5px;
}
.feature_news .i-date:before{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f133';
}
.feature_news .i-content{
    font-size: 15px;
    line-height: 25px;
    color: #555555;
}
.list_news .item{
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.list_news .item .i-image{
    width: 150px;
    overflow: hidden;
    position: relative;
    float: left;
}
.list_news .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.list_news .item .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list_news .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list_news .item .i-desc{
    float: right;
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
}
.list_news .item .i-date{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #999999;
    margin-bottom: 5px;
}
.list_news .item .i-date:before{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f133';
}
.list_news .item .i-title{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
}
.list_news .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}

.grid_news{
    margin: 0 -15px;
}
.grid_news .w_item{
    margin-bottom: 30px;
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.grid_news .w_item:nth-child(3n+1){
    clear: left;
}
.grid_news .item{
    border: 1px solid #dfdfdf;
    padding: 19px;
    position: relative;
}
.grid_news .item:before{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 50%;
    right: 50%;
    content: '';
    border-top: 1px solid #0d8fd2;
    border-bottom: 1px solid #0d8fd2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid_news .item:hover:before{
    left: -1px;
    right: -1px;
}
.grid_news .item:after{
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 50%;
    top: 50%;
    content: '';
    border-left: 1px solid #0d8fd2;
    border-right: 1px solid #0d8fd2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid_news .item:hover:after{
    top: -1px;
    bottom: -1px;
}
.grid_news .item .i-image{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 66.666667%;
    margin-bottom: 15px;
    z-index: 1;
}
.grid_news .item .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid_news .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.grid_news .item .i-desc{
    height: 185px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.grid_news .item .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #999999;
    margin-bottom: 5px;
}
.grid_news .item .i-desc .i-date:before{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f133';
}
.grid_news .item .i-desc .i-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}
.grid_news .item .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
}
.grid_news .item .i-desc .i-content{
    font-size: 15px;
    line-height: 25px;
    color: #555555;
}
.style_image{
    margin: 10px 0;
}
.style_image img{
    width: 100%;
}
.style_image .si_text{
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    font-style: italic;
    color: #666666;
    background: #f2f2f2;
    text-align: center;
}
.comment-facebook{
    margin-bottom: 30px;
}
.comment-facebook .cf_title{
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
    color: #555555;
    position: relative;
    font-weight: bold;
}
.comment-facebook .cf_title h3{
    font-size: inherit;
    line-height: inherit;
}
.the_title{
    margin-bottom: 20px;
}
.the_title h1{
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: normal;
}
.date_share{
    margin-bottom: 20px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    padding: 4px 0;
}
.date_share .ds_date{
    margin: 5px 0;
    float: left;
    color: #999999;
    padding: 5px 0;
}
.date_share .ds_date:before{
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
}
.date_share .ds_share{
    float: right;    
}
.date_share .ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.date_share .ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.date_share .ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.date_share .ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.date_share .ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
.the_content{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 50px;
}
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555555;
    background: #f2f2f2;
    padding: 10px 20px;
    margin-bottom: 5px;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .w_item{
    margin-bottom: 5px;
}
.box_news_sidebar .bn_content .item{
    background: #f2f2f2;
    padding: 20px;
}
.box_news_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_news_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_news_sidebar .bn_content .item .i-title{
    font-size: 15px;
    line-height: 25px;
}
@media screen and (max-width: 1024px){
    .box-feature{
        margin: 0 -15px 30px;
        padding: 15px 0 0 0;
    }
    .box_news_sidebar .bn_content{
        margin: 0 -3px;
    }
    .box_news_sidebar .bn_content .w_item{
        width: 33.333333%;
        float: left;
        padding: 0 3px;
        margin-bottom: 6px;
    }
    .box_news_sidebar .bn_content .w_item:nth-child(3n+1){
        clear: left;
    }
    .box_news_sidebar .bn_content .item .i-title{
        height: 75px;
        overflow: hidden;
    }
    .scroll-fixed{
        top: 0 !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 991px){
    .box-feature .wrap_item{
        width: 100%;
    }
    .grid_news .w_item{
        width: 50%;
    }
    .grid_news .w_item:nth-child(n){
        clear: none;
    }
    .grid_news .w_item:nth-child(2n+1){
        clear: left;
    }
    .news_related ul li a span {
        display: block;
        margin-bottom: 5px;
    }
    .the_title h1{
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px){
    .box_news_sidebar .bn_content .w_item{
        width: 50%;
    }
    .box_news_sidebar .bn_content .w_item:nth-child(n){
        clear: none;
    }
    .box_news_sidebar .bn_content .w_item:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 639px){
    .grid_news .w_item{
        width: 100%;
    }
    .grid_news .item .i-desc{
        height: auto;
    }
}
@media screen and (max-width: 479px){
    .box_news_sidebar .bn_content .w_item{
        width: 100%;
    }
    .box_news_sidebar .bn_content .item .i-title{
        height: auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 414px){
    .list_news .item{
        padding: 10px;
    }
    .list_news .item .i-image{
        width: 100px;
    }
    .list_news .item .i-desc{
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
    }
    .list_news .item .i-title {
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
        overflow: hidden;
    }
}