.alert-warning {
	margin-left:15px;
	margin-right:15px;
}
.feedback .link-feedback {
    background: url(../images/feedback.png) no-repeat left;
}
.feedback .link-email {
    background: url(../images/email.png) no-repeat left;
}
.feedback .link-print {
    background: url(../images/print.png) no-repeat left;
}
#slider_news{
    margin-bottom: 20px;
}
#slider_news .item .i-image{
    width: 65.058%;
    float: left;
}
#slider_news .item .i-image img{
    width: 100%;
}
#slider_news .item .i-desc{
    width: 32.185%;
    float: right;
}
#slider_news .item .i-desc .i-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
#slider_news .item .i-desc .i-title a{
    font-size: 20px;
    line-height: 28px;
}
#slider_news .item .i-desc .i-content{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}
#slider_news .item .i-desc .i-link a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: #ffd200;
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider_news .item .i-desc .i-link a:before{
    padding-right: 8px;
    font-family: fontawesome;
    content: '\f105';
}
#slider_news .item .i-desc .i-link a:hover{
    background: #0d2a8a;
}
#slider_news .slick-dots{
    bottom: 10px;
    width: auto;
    left: auto;
    right: 36%;
}
#slider_news .slick-dots li{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #0d2a8a;
    border: 2px solid #FFFFFF;
    margin: 0 3px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider_news .slick-dots li:hover,
#slider_news .slick-dots li.slick-active{
    background: #ffd200;
}
#slider_news .slick-dots li button{
    width: 14px;
    height: 14px;
}
#slider_news .slick-dots li button:before{
    display: none;
}
.grid-news{
    margin: 0 -15px;
}
.grid-news .item{
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.grid-news .item:nth-child(3n+1){
    clear: left;
}
.grid-news .item .i-image{
    width: 100%;
    overflow: hidden;
}
.grid-news .item .i-image 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-image:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.grid-news .item .i-desc{
    padding: 15px 0;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}
.grid-news .item .i-desc:after{
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 100%;
    content: '';
    background: #ffd200;
    -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 .i-desc:after{
    right: 0;
}
.grid-news .item .i-desc .i-title{
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}
.grid-news .item .i-desc .i-title a{
    font-size: 17px;
    line-height: 25px;
}
.grid-news .item .i-desc .i-date{
    font-size: 16px;
    line-height: 25px;
    color: #bfbfbf;
}
.desc{
    text-align: justify;
    margin-bottom: 20px;
}

@media screen and (max-width: 900px){
    #slider_news{
        padding-bottom: 30px;
    }
    #slider_news .item .i-image{
        width: 100%;
        margin-bottom: 10px;
    }
    #slider_news .item .i-desc{
        width: 100%;
    }
    #slider_news .slick-dots{
        left: 0;
        right: auto;
        bottom: 0;
    }
    #slider_news .slick-dots li{
        border-color: transparent;
    }
}
@media screen and (max-width: 768px){
    .grid-news{
        margin: 0 -10px;
    }
    .grid-news .item{
        padding: 0 10px;
    }
}
@media screen and (max-width: 640px){
    .grid-news .item{
        width: 50%;
    }
    .grid-news .item:nth-child(n){
        clear: none;
    }
    .grid-news .item:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 479px){
    .grid-news .item{
        width: 100%;
    }
}





/*Comment Form*/
.comment {
    
}
.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.png) 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.png) left top no-repeat;
    top: 10px;
    left: 10px;
}
.list_comment .c-desc {
    text-align: justify;
    padding: 5px 0px;
	color: #666;
	font-size:14px;
	line-height:1.4em;
}
.post-meta {
	margin-bottom:10px;
	font-size:12px;
	color:#999;
}

@media screen and (max-width: 768px){
    .desc img {
		height:auto !important;
	}
}