 
/*MAIN FOCUS*/


/***** FOCUS ***/
#slider-news {
    height: 340px;
    overflow: hidden;
}

#slider-news:after {
    content: '';
    display: block;
    clear: both;
}

.img-news {
    width: 545px;
    overflow: hidden;
    float: left;
    margin-right: 3px;
}

.img-news img {
    width: 100%;
}

.number {
    width: 65px;
    height: 66px;
    background: #ebebeb;
    color: #fff;
    font-size: 30px;
    font-family: 'MyriadPro-Semibold';
    text-align: center;
    line-height: 65px;
    margin-bottom: 2px;
    float: left;
}

.item-info-news.active .number {
    background: #00b8ee;
}

.info-news {
    width: 322px;
    height: auto;
    float: left;
}

.item-info-news {
    height: 66px;
    background: #fff;
    margin-bottom: 2px;
}

.item-info-news:last-child {
    margin-bottom: 0;
}

.item-info-news.active {
    background: #f9f9f9;
}

.n-content {
    border-bottom: 1px dotted #c7c7c7;
    height: 66px;
    box-sizing: border-box;
    padding-top: 17px;
    width: 240px;
    float: right;
}

.n-content h3 {
    display: block;
    height: 35px;
    overflow: hidden;
    font-weight: normal;
}

.n-content h3 a {
    display: block;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
}

.item-info-news.active .n-content h3 a {
    color: #0d9de9;
}
/*HOME NEWS*/
.box-news {padding:5px 0px; vertical-align:top;}
h1.box-news-title{
	color:#9e9d9d;
	font-size:12px;	 
	padding-bottom:5px ;
	text-transform:uppercase;
}
h1.box-news-title a {color:#9e9d9d;}
.box-news-content { 
	border:1px solid #d9d9d9;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.top-news {
	float:left;
	width:380px;
	padding-right:15px;
}

.list-news {
    margin-top: 30px;
}

.item-news {
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf;
}

.item-news:last-child {
    border-bottom: none;
}

.item-news:first-child {
    margin-top: 0;
}

.item-news:after {
    content: '';
    display: block;
    clear: both;
}

.item-news .div-image {
    width: 355px;
    height: 235px;
    overflow: hidden;
    float: left;
    position: relative;
}
.item-news .div-image .div_no_images{
	width: 100%; height: 100%; border: 1px solid #ebebeb;
	display: -webkit-flex;
  	display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.item-news .div-image .div_no_images img{
	max-width: 100%;
	
}


.item-news .div-image a {
    display: block;
}

.item-news .div-image a img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-news .div-image:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* .item-news .div-image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-news .div-image:hover a:after {
    opacity: 1;
} */

.item-news .div-caption {
    width: 514px;
    float: left;
    padding-left: 25px;
}

.news-content .by-date {
    color: #aaaaaa;
    display: block;
}

.item-news .by-title {
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 5px;
}

.item-news .by-title a {
    font-size: 18px;
    color: #333333;
    outline: 0;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.item-news .by-title:hover a {
    color: #0d9de9;
}

.item-news .by-excerpt {
    display: block;
    text-align: justify;
    font-size: 15px;
    color: #999999;
    height: 150px;
    overflow: hidden;
}

.pagination {
    margin-top: 20px;
}

.subscride-box {
    margin-top: 15px;
}
/*********** Detail NEWS *********/ 
.boxDetail .title {
	font-family: "Times New Roman"; 
	font-size: 18pt;
	font-weight: bold;
	line-height:22px;
}


.boxDetail .imgDetail_left {
	display: block;
	float: left;
	margin-right: 7px;
}

.boxDetail .imgDetail_right {
	display: block;
	float: right;
	margin-left: 7px;
}

.boxDetail .fDespic {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.boxDetail .noteNews {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #e8e8e8;
	text-align: justify;
}

.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#otherNews {
	padding: 10px 0px;
}

#otherNews h3 {
	color: #DC6001; 
	padding-left: 0px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

#otherNews ul {
	list-style: none;
}

#otherNews li {
	background: url(../images/icon_other_news.gif) 0 6px no-repeat;
	padding-left: 15px;
	line-height: 18px;
}

#otherNews li a {
	text-decoration: none
}

#otherNews li a:hover { 
}


.date_news {
	padding: 0px;
	margin: 0px;
	color: #9c9c9c;
	font-weight: normal;
}
.date_news  span {
	color:#9c9c9c;
}

.boxNews p.more {
	margin: 0px;
	padding: 2px 0px;
	text-align: right;
}
 
 
.tools {
	margin:10px 0px;
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	padding:5px; 
} 
.tools .plugin { 
	white-space: nowrap;
}
.tools img { vertical-align:middle;}
 
.tools ul {list-style:none; float:right;}
.tools li { 
	float:left;
	padding-left:20px;
}
.toots a {	 
	text-decoration:none;
	color:#ca0d00;
	display:block;
	line-height:18px;
	font-size:11px;
}
.tools li.feedback a { padding-left:20px; background:url(../images/icon_feedback.png) left no-repeat;}
.tools li.tellfriend a  { padding-left:20px; background:url(../images/icon_email.png) left no-repeat;}
.tools li.print a { padding-left:20px; background:url(../images/icon_print.png) left no-repeat;}
.tools li.bookmark a { padding-left:20px; background:url(../images/icon_bookmark.png) left no-repeat;}
.tools li.back a { padding-left:20px; background:url(../images/icon_back.png) left no-repeat;}

/*--------------------*/
.new_titleNews,.new_titleNews a:link,.new_titleNews a:active,.new_titleNews a:visited
	{
	color: #FF4200;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.new_titleNews a:hover {
	color: #FD7849;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.tooltipTitle {
	color: #FF0000;
}

.tooltipDes {
	color: #000000
}


/*------*/
.toolSearch {
	background:url(../images/toolSearch_bg.gif) repeat-x;
}
.toolSearch_l {
	background:url(../images/toolSearch_l.gif) left no-repeat;
	padding-left:10px;
}
.toolSearch_r {
	background:url(../images/toolSearch_r.gif) right no-repeat;
	padding-right:10px;
}
.toolSearch .btn_search {
	cursor:pointer;
	border:none;
	background:url(../images/btn_search.gif) center no-repeat;
	width:50px;
	padding:3px 2px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;	
}

.font_keyword {
	background-color: yellow;
	color: red;
	font-weight: bold;
}

.font_keyword a {
	background-color: yellow;
	color: red;
	font-weight: bold;
}


.tblComemnt {
	
}

.fComment {
	background-color: #ccc;
	padding: 2px 0px;
}

.font_username {
	color: #c53915;
}

.contentComment {
	padding: 10px 0px;
}
/*COMMENT*/

.FormComment{
	margin-top: 30px;
}

.fComment {
	background:url(../images/hr.gif) bottom center repeat-x;
	padding:5px 5px;
	color:#e45601;
	font-weight:bold;
	border-bottom:5px;
	margin-bottom:5px;
}
.boxComment label { padding-bottom:2px;}
.boxComment input.error {
	border:1px dotted #ff0000;
} 
 
.boxComment label.error { margin-left: 5px; padding: 5px; background: #B70002; color: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.list_comment {
	padding:5px 0px;	
	padding-bottom:10px;
	background:url(../images/hr.gif) bottom center repeat-x;
}
.list_comment .hr {
	background:url(../images/hr.gif) bottom center repeat-x;
	padding-bottom:5px;
}
.list_comment .fname {
	color:#0058a6;	
}
.list_comment .femail { color:#e45601;}
.list_comment .fdate	{color:#a4a4a4;}

/*SEARCH*/
.formSearch {
	background:#FAFAFA;
	padding:5px;
	border:1px solid #ccc;
}
p.mess_result {
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
}
p.mess_result span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.tbl_poll {
	margin:5px;
}

.tbl_poll  {
	background:#FFFFFF;
	border:1px solid #ccc;
}
.tbl_poll .fPoll {
	padding:5px ;
	font-weight:bold;
	color:#8A0000;
	border-bottom:1px solid #ccc;
}
.tbl_poll .btn {
	border-top:1px solid #ccc;
	background:#FFFFFF;
	text-align:center;
} 

.tbl_poll .poll_content {
	padding:5px;
	background:#EEEEDD;
}

 
/* box_sidebar */
.sidebar-news {padding:2px 0px;}
.sidebar-news ul {list-style:none;padding-top:5px	;}
.sidebar-news li {
	background:url(../images/hr.gif) bottom repeat-x;
	padding:10px 10px;
	overflow:hidden;
	
}
.sidebar-news li.last { background:none;	} 

.sidebar-news .img {
	float:left;
	border:1px solid #c5c5c5;
	margin-right:7px;	
}
.sidebar-news .img img {	
	padding:1px;		
}
 
 
.sidebar-news h3{
	padding-top:5px;
	font-weight:bold;	
}
.sidebar-news .news-date {
	color:#7e9baf;
}

#jCarouselLite_right_news  li {
	height:100px;	
} 