.feature_new{
  width: 100%;
  margin-bottom: 30px;
}
.feature_new .item{
  background: #06763c;
  height: 380px;
  color: #ffffff;
  position: relative;
}
.feature_new .item .i-image{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 300px;

}
.feature_new .item .i-image a{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.feature_new .item .i-image img{
  display: none;
}
.feature_new .item .i-desc{
  width: 300px;
  margin-left: auto;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  height: 300px;
}
.feature_new .item .i-desc .i-date{
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 8px;
}
.feature_new .item .i-desc .i-title{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.feature_new .item .i-desc .i-title a{
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: normal;
}
.feature_new .item .i-desc .i-title a:hover{
  color: #000000;
}
.feature_new .slick-dots{
  width: 260px;
  bottom: 20px;
  right: 280px;
  margin-right: -260px;
}
.feature_new .slick-dots li{
  width: 30px;
  height: 30px;
  border:1px solid rgba(193,193,193,0.5);
  background-color: rgba(255, 255, 255, 0.5);
  text-align:center;
  overflow: hidden;
  color: #333333;
}
.feature_new .slick-dots li.slick-active{
  color:#000000;
  background: #ffffff;
  border-color: #ffffff;
}
.feature_new .slick-dots li button{
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  width: 30px;
  height: 30px;
}
.feature_new .slick-dots li button:before{
  content:"";
}
.feature_new .slick-dots li.slick-active button{
  color: #000000;
}
.grid_news{
  margin: 0 -15px;
}
.grid_news .item{
  padding: 0 15px 30px 15px;
  float: left;
  width: 33.333%;
}
.grid_news .item:nth-child(3n+1){
  clear: left;
}
.grid_news .item .i-images{
  width: 100%;
  overflow: hidden;
}
.grid_news .item .i-images img{
  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);
}
.grid_news .item .i-images:hover img{
  -webkit-transform:scale(1.12);
  -moz-transform:scale(1.12);
  -o-transform:scale(1.12);
  -ms-transform:scale(1.12);
  transform:scale(1.12);
}
.grid_news .item .i-desc{
  padding: 15px 10px;
  border: 5px solid #f0faff;
}
.grid_news .item .i-desc .i-date{
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 5px;
  height: 20px;
  overflow: hidden;
}
.grid_news .item .i-desc .i-title{
  font-size: 15px;
  line-height: 25px;
  color: #0e7dc2;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  overflow: hidden;
}
.grid_news .item .i-desc .i-title a{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #06763c;
}
.grid_news .item .i-desc .i-title a:hover{
  color: #94c83d;
}
.grid_news .item .i-desc .i-content{
  font-size: 15px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}


.news_viewed{
  margin-bottom: 20px;
}
.news_viewed .nv_title{
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.list_nv .item{
  padding: 10px 0;
  border-top: 1px dotted #cccccc;
}
.list_nv .item .i-image{
  width: 90px;
  float: left;
  margin-right: 15px;
}
.list_nv .item .i-image img{
  width: 100%;
}
.list_nv .item .i-title{
  margin-left: 105px;
  font-size: 13px;
  line-height: 21px;
}
.list_nv .item .i-title a{
  font-size: 13px;
  line-height: 21px;
  font-weight: normal;
}
.the-content{
  text-align: justify;
  margin-bottom: 20px;
}
.the-content .the-date{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.the-content img{
  width: 100%;
}
/*===========BEGIN: COMMENT=============*/
.comment{
  margin-bottom: 20px;
}
.comment .title{
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333333;
}
.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: #0a69a6;
}
.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 .input-group-img{
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.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;
  color: #333333;
  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;
}
.listanswer .nodeanswer{
  background-color: #dddddd;
  margin-bottom:1px;
  padding: 10px;
}
.conmment-facebook{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
  .news_viewed{
    display: none;
  }
  .feedback {
    display:none;
  }
}
@media screen and (max-width: 800px){
  .grid_news .item{
    width: 50%;
  }
  .grid_news .item:nth-child(3n+1){
    clear: none;
  }
  .grid_news .item:nth-child(2n+1){
    clear: left;
  }
}
@media screen and (max-width: 768px){
  .feature_new .item{
    height: auto;
  }
  .feature_new .item .i-image{
    position: relative;
    padding-bottom: 65.56%;
    height: 0;
    overflow: hidden;
  }
  .feature_new .item .i-image a{
    background-image: none;
  }
  .feature_new .item .i-image img{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .feature_new .item .i-desc{
    width: 100%;
    height: auto;
    padding: 20px 20px 70px 20px;
  }
  .feature_new .slick-dots{
    width: auto;
    right: auto;
    left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px){
  .grid_news .item{
    width: 100%;
  }
  .grid_news .item .i-desc .i-date{
    height: auto;
  }
  .grid_news .item .i-desc .i-title{
    height: auto;
  }
  .grid_news .item .i-desc .i-content{
    height: auto;
  }
}
.grid_news::after {
  content:'';
  display:block;
  clear:both;
}

.comment {
  margin-bottom: 20px;
}
.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.png) left top no-repeat;
  padding-left: 65px;
  border-bottom: 1px solid #e5e5e5;
}
.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 {
  color: #1e6600;
  font-weight: bold;
  font-size: 14px;
}
.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.png) left top no-repeat;
  top: 10px;
  left: 10px;
}
.list_comment .c-desc {
  text-align: justify;
  padding: 5px 0px;
  color: #666;
}