.comment .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0 10px 0;
}
.choose-evaluate {
    width: 100%;
    margin: 10px 0px;
}
.choose-evaluate .title {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-right: 10px;
    text-transform: none;
}
.choose-evaluate ul {
    display: inline-block;
}
.choose-evaluate ul li {
    display: inline-block;
    width: 24px;
    height: 19px;
    padding-right: 6px;
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.divWrite {
    /*background: url(../images/no_avatar.png) left top no-repeat;
		padding-left: 65px;
	min-height: 55px;*/
}
.boxComment .textarea {
    background: #FFF;
    border: 1px solid #d0d0d0;
	min-height:98px;
	border-radius:0;
	color:#666;
}
.boxComment .div_name {
    padding: 10px 0;
}
.boxComment input {
    height: 38px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    background: #FFF;
	color:#666;
}
.div_btn_comment button {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 15px;
    background: #333;
    border: 0px;
    cursor: pointer;
	outline:none;
}
.info_hidden .info-title {
	margin-top:10px;
}

#ext_comment {
    
}
.divCommentList {
    overflow: auto;
    padding: 5px 0;
}
.list_comment {
    padding-bottom: 10px;
    margin: 10px 0;
    display: block;
    background: url(../images/no_avatar.jpg) left top no-repeat;
    padding-left: 65px;
	border-bottom: 1px dashed #d0d0d0;
}
.list_comment .c-desc {
    text-align: justify;
    padding: 5px 0px;
}
.list_comment .c-date {
    color: #666;
    font-weight: normal;
    font-size: 11px;
}
.divWrite_sub {
    display: none;
    margin-top: 10px;
}
.c-title {
    font-weight: bold;
}
.divCommentList_Sub {
    margin-top: 10px;
    margin-bottom: 5px;
}
.list_comment_sub {
    padding: 10px;
    display: block;
    background: #f2f2f2;
    padding-left: 75px;
    position: relative;
	margin-top:1px;
}
.list_comment_sub:before {
    content: '';
    height: 55px;
    width: 55px;
    z-index: 100;
    display: inline-block;
    position: absolute;
    background: url(../images/no_avatar.jpg) left top no-repeat;
    top: 10px;
    left: 10px;
}
.list_comment .c-desc {
    text-align: justify;
    padding: 5px 0px;
	color: #666;
}
/*===========NEWS SLIDE=========*/
div#vnt-news-slider {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
}
div#vnt-news-slider .img {
    float: left;
    margin-right: 30px;
    max-width: 370px;
    overflow: hidden;
}
div#vnt-news-slider .img img{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width:100%;
}
div#vnt-news-slider .img:hover img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
div#vnt-news-slider .caption {
    overflow: hidden;
}
div#vnt-news-slider .caption .date {
    color: #cccccc;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
}
div#vnt-news-slider .caption .tend{
    margin-bottom: 5px;
}
div#vnt-news-slider .caption .tend h3{
    line-height: initial;
    font-weight: initial;
}
div#vnt-news-slider .caption .tend a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#ed3f46;
}
div#vnt-news-slider .caption .tomtat {
    height: 66px;
    overflow: hidden;
}
div#vnt-news-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 400px;
}
div#vnt-news-slider .slick-dots li {
    display: inline-block;
}
div#vnt-news-slider .slick-dots li button {
    width: 40px;
    height: 40px;
    background: #eeeeee;
    margin-right: 15px;
    font-size: 18px;
    line-height: 26px;
    border:none;
}
div#vnt-news-slider .slick-dots li.slick-active button {
    background: #dd3c7f;
    color:#ffffff;
}
/*===================NEWS=============*/
.news{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #eeeeee;
}
.news .img{
	overflow: hidden;
	width:270px;
    float:left;
    margin-right: 30px;
}
.news .img img{
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.news .img:hover img{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.news .caption{
    overflow: hidden;
}
.news .date {
    font-size: 12px;
    line-height: 20xp;
    color:#666666;
}
.news .tend{
	margin-bottom: 5px;
}
.news .tend h3{
	line-height: initial;
	font-weight: initial;
}
.news .tend a{
	display: block;
	font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .des{
	height:66px;
	overflow: hidden;
    margin-bottom: 38px;
}
.news .view {
    display: inline-block;
    padding: 9px 43px;
    border: solid 1px #333333;
}
.news .view:hover{
    background: #ed3f46;
    color:#ffffff;
    border-color: #ed3f46;
}
/*===================================DETAIL==================================*/
/*==========BEGIN TOOLS==========*/
.tag p {
    float: left;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    padding:0;
    margin-right: 15px;
}
.tag ul li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: -4px;
}
.tag ul li:before{
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}
.tag ul li a:hover{
    color: #2d6400;
}
.tag {
    padding: 10px 15px;
    background: #f6f6f6;
    margin-bottom: 20px;
}
.tools {
    margin-bottom: 25px;
}
.tools .share{
    float:left;
}
.tools .share ul li {
    float: left;
    margin-right: 15px;
}
.tools .print{
    float:right;
}
.tools .print ul li {
    float: left;
    margin-left: 15px;
}
.tools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.tools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tools {
    margin-bottom: 20px;
    padding: 17px 0px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}
/*=====================NEWS OTHER==================*/
.news-other .title{
    margin-bottom: 10px;
}
.news-other .title h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    font-family: Times New Roman;
}
.news-other ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.news-other ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
.news-other ul li a{
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.news-other ul li a span{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
}
/*============================BOX SIDEBAR==========================*/
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #112dbd;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Times New Roman;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 70px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 55px;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
div#slide-more .slick-arrow:before{
    font-family: FontAWesome;
    font-size: 26px;
    line-height: 34px;
    color:#112dbd;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#slide-more .slick-prev:before{
    content: "\f104";
}
div#slide-more .slick-next:before{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    color:#000000;
    display: block;
    font-weight: 500;
}
div#slide-more .tend a:hover{
    color: #2d6400;
}
/*======================CONTENT========================*/
.newsDate{
    font-size: 12px;
    line-height: 20px;
    color:#cccccc;
    margin-bottom: 5px;
}
.newsContent{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.newsTools {
    padding: 9px 0px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #cfcfcf;
    border-top: dotted 1px #cfcfcf;
}
.newsTools .share{
    float:left;
}
.newsTools .share ul li {
    float: left;
    margin-right: 15px;
}
.newsTools .print{
    float:right;
}
.newsTools .print ul li {
    float: left;
    margin-left: 15px;
}
.newsTools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.newsTools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsTags {
    margin-bottom: 20px;
}
.newsTags p {
    float: left;
    padding: 0;
    text-transform: uppercase;
    margin: 8px 0px 0px 0px;
    color: #ffffff;
}
.newsTags ul {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.newsTags ul li:first-child{
    padding-left:10px;
}
.newsTags ul li {
    padding-right: 2px;
    position: relative;
}
.newsTags ul li a {
    font-size: 13px;
    line-height: 21px;
    padding: 6px 12px;
    background: #666666;
    display: inline-block;
    color: #ffffff;
}
.newsTags ul li a:hover {
    color: #bcd02f;
}
.comment{
    margin-bottom: 20px;
}
.comment .title {
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.comment .title span {
    position: relative;
}
.comment .title span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom:-15px;
    border-bottom:solid 4px #42301e;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #ed3f46;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #263415;
    font-size: 7px;
}
.conmment-facebook {
    margin-bottom: 25px;
}
.conmment-facebook img{
    width:100%;
}
/*===============OTHER====================*/
.slideOther .slick-list{
    margin: 0 -15px;
}
.slideOther .item{
    padding:0 15px;
}
.slideOther .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
}
.slideOther .slick-next{
    border-left:solid 2px #ffffff;
}
.slideOther .slick-prev{
    right:45px;
}
.slideOther .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    line-height: 38px;
    
}
.slideOther .slick-prev:before{
    content: "\f104";
}
.slideOther .slick-next:before{
    content: "\f105";
}
.slideOther .slick-arrow:hover{
    background: #777777;
    color:#ffffff;
}
.newsO .img{
    overflow: hidden;
    margin-bottom: 10px;
}
.newsO .tend h3{
    line-height: initial;
    font-weight: initial;
}
.newsO .tend a{
    display: block;
    font-weight: bold;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.gridN .col{
    width:50%;
    float:left;
}
div#vnt-news-slider .img{
    float:none;
    margin: 0;
    margin-bottom: 20px;
    max-width: initial;
}
div#vnt-news-slider .slick-dots{
    text-align: left;
    position: initial;
}
.news .img{
    float:none;
    margin:0;
    width:100%;
    margin-bottom: 15px;
}
.news .des{
    margin-bottom: 15px;
    height:inherit;
}
.slideOther .slick-list{
    margin: 0 -10px;
}
.slideOther .item{
    padding:0 10px;
}
}

@media all and (max-width: 480px){
.gridN .col{
    width:100%;
    float:left;
}
}