.content{
	max-width: 1002px;
	margin: 0 auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
}
.list-news, .news-detail{
	min-height: 1669px;
}
span, p, a{
	color: #808080;
	font-size: 12px;
}
*{
	outline: 0 none !important;
}
.menu a:focus{
	background: #ccc !important;
	border-bottom: 4px solid #ee6321;
}
.video-active a{
	text-decoration: none;
	font-weight: bold;
	color: #ee6321;
}
#actived > a{
	text-decoration: none;
	font-weight: bold;
	background: #c5cce2;
	border-bottom: 4px solid #ee6321;
}
.text-color{
	color: #ee6321;
}
.logo{
	padding: 0 10px;
}
/****************************************** MENU ***********************************/
.menu{
	background: url('../images/menu1.png') 0px 4px repeat-x;
	width: 100%;
}
.menu > .content{
	border: none;
}
.menu ul:first-child{
	margin-left: -10px;
}
.menu ul li:hover a{
	border-bottom: 4px solid #ee6321;
	background: #ddd;
}
/* media screen  320 -> 768*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    .menu ul li:hover a{
		border-bottom: none !important;
	}
}
@media screen and (min-width: 992px) {
	.menu{
		background: url('../images/menu1.png') 0px 4px repeat-x;
		height: 39px;
		width: 100%;
	}
	.menu > .content{
		height: 35px;
		border: none;
	}
	.navbar-nav .whome{
		padding-bottom: 0;
		padding-top: 0;
		padding-right: 0;
		height: 39px;
	}
	.home{
		background: url('../images/home1.png') no-repeat;
		display: inline-block;
		height: 35px;
		width: 58px;
		margin-left: -19px;
	}
}
.menu ul li a{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ee6321;
	font-weight: bold;
}
.navbar-nav .whome{
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
}
.navbar-nav .whome:hover{
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
}
.home{
	background: url('../images/home1.png') no-repeat;
	display: inline-block;
	width: 58px;
	margin-left: -19px;
}
/********************************** MENU ************************/
/******* Dropdown menu *************/
.dropdownmenuk{
	position: relative;
	z-index: 500;
}
.dropdownmenuk .sub-menu {
	display: none;
	position: absolute;
	top: 39px;
	left: -40px;
	z-index: 598;
	width: 100%;
}
.dropdownmenuk:hover .sub-menu{
	display: block;
}
.dropdownmenuk .sub-menu li{
	list-style-type: none;
	background: #ccc;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px solid #bdb9b9;
	border-bottom: 1px solid #dad9d9;
}
.dropdownmenuk .sub-menu li:first-of-type{
	border-top: none;
}
.dropdownmenuk .sub-menu li:last-of-type{
	border-bottom: none;
}
.menu ul li.dropdownmenuk li a{
	color: #fff;
	font-weight: normal;
	background-color: none !important;
	background:none !important;
}
.menu ul li.dropdownmenuk:hover li a{
	border-bottom: none;
}
.menu ul li.dropdownmenuk:hover li:hover a{
	color: #ee6321;
	text-decoration: none;
}
/********** content *********/
.main .content{
	padding: 0 5px 0 5px;
}
/***** left **********/
.left-content{
	padding-top: 10px;
}

.hot-tit{
	background: url('../images/news-hot.png') no-repeat;
	height: 32px;
	width: 84px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 7px;
}
.hot-content{
	padding-bottom: 10px;
}
.name-hot h5{
	font-weight: bold;
}
.left-cont-item{
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}
.left-cont-item .row{
	padding-top: 10px;
	padding-right: 10px;
}
h6{
	font-weight: bold;
}
.cat-item, .list-news, .news-detail{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: #fff;
}
.cat-item .row{
	padding-left: 10px;
	padding-right: 10px;
}
.time{
	margin-top: 0px;
}
.title-time{
	margin-top: -15px;
}
.title-time span{
	height: 35px;
	overflow: hidden;
	display: block;
}
.cat-item h5{
	background: url('../images/titcat.png') no-repeat;
	text-transform: uppercase;
	height: 31px;
	margin-top: 0px;
	padding-left: 15px;
	line-height: 49px;
}
.cat-border{
	border-bottom: 1px dotted #ccc;
}
.cat-border img{
	height: 150px;
	width: 100%;
}
.news-suggest{
	margin-left: -18px;
	padding-top: 5px;
}
.news-suggest li{
	list-style-type:square;
}
.gal{
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.gal li{
	float: left;
	margin-bottom: 10px;
	margin-left: 6px;
}
.gal h5{
	background: url('../images/icon-gal.png') no-repeat;
	text-transform: uppercase;
	height: 46px;
	margin-top: 0px;
	padding-left: 50px;
	line-height: 49px;
}
.footer{
	background: #878786;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	border: none;
}
.footer p{
	color: #fff;
}
#totop{
	color: #fff;
}
#totop:hover{
	font-weight: normal;
	color: #fff;
}
/************* right ****************/
.right-content{
	padding-top: 10px;
	padding-left: 15px;
}
.search{
	background: #a7a8a7;
}
.title-r{
	background: #ee6321;
	height: 33px;
	text-align: center;
	margin-top: -6px;
}
.title-r h6{
	color: #fff;
	font-weight: bold;
	line-height: 33px;
}
.top-news{
	background: url('../images/right.png');
	padding-bottom: 12px;
}
.ul-r{
	margin-left: -20px;
}
.ul-r li{
	padding-top: 13px;
	list-style-type:square;
}
.clip{
	background: url('../images/right.png');
	margin-top: 9px;
}
.clip h5{
	background: url('../images/clip.png') 17px no-repeat;
	height: 23px;
	text-transform: uppercase;
	padding-left: 45px;
	padding-top: 10px;
}
.clip .video{text-align: center}
.video-item{
	text-align: left;
	list-style-image: url('../images/play.png');
}
.box-tab{
	background: url('../images/right.png');
	margin-top: 10px;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.box-tab .list-inline{
	margin-left: 0;
}
.box-tab .tab-item{
	height: 40px;
	width: 49%;
	padding: 10px 22px 10px 28px;
	background: #d3d3d3;
	border-bottom: 4px solid #373737;
}
.box-tab .tab-item:hover{
	cursor: pointer;
}
.box-tab .tab-item span{
	text-transform: uppercase;
}
.tab-active{
	background: #fff !important;
	border-bottom: 4px solid #ee6321 !important;
}
.box-tab .tab-active span{
	color: #ee6321;
}
.tab-cont{
	background: #fff;
	margin-top: -10px;
	padding: 10px;
}
.tab-cont-item:first-of-type{
	padding-top: 0;
}
.tab-cont-item{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 10px;
}
.web-unit{
	background: url('../images/right.png');
	margin-top: 10px;
	padding: 0 15px 10px 15px;
}
.web-unit h5{
	background: url('../images/web.png') no-repeat;
	height: 24px;
	text-transform: uppercase;
	padding-left: 35px;
	padding-top: 10px;
}
.web-unit-item .panel{
	margin-top: 0 !important;
}
.web-unit-item #accordion{
	margin-bottom: 10px;
}
.web-item-bg{
	background: #ee6321 !important;
	color: #fff !important;
}
.web-item-bg a:hover{
	font-weight: bold;
	color: #fff;
}
.panel-body li{
	list-style-type: circle;
}
.link-web{
	background: url('../images/right.png');
	margin-top: 10px;
	padding: 0 15px 10px 15px;
}
.link-web h5{
	background: url('../images/linkweb.png') no-repeat;
	height: 36px;
	text-transform: uppercase;
	padding-left: 35px;
	padding-top: 13px;
}
.link-web .linksl{
	border: 1px solid #ee6321 !important;
}
.mail{
	background: #d0d0d0;
	margin-top: 10px;
}
.mail-bg{
	background: url('../images/mail.png') 10px no-repeat;
	padding-left: 65px;
	min-height: 30px;
}
.mail-bg li{
	list-style-type: none;
	color: #979797;
	font-weight: bold;
}
/********** list news ************/
.list-news{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.list-item{
	border-bottom: 1px dotted #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-item .news-item-name a{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}
.list-item .news-item-name a:hover{
	font-weight: normal;
}
.read-more{
	margin-top: 10px;
	margin-bottom: 120px;
}
/******* detail ***********/
.news-detail{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	padding-top: 5px;
}
.news-detail-cont{
	margin-bottom: 15px;
}
.eos{
	top: 30px;
}
.eos .title-r{
	margin-top: 5px;
}
.eos .title-r h6{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.span-close{
	font-size: 30px;
	margin-top: -15px;
	display: block;
	position: absolute;
	z-index: 100;
	right: 5px;
}
.logo-eos{
	margin-top: 10px;
	margin-bottom: 10px;
}
.slogan-eos{
	font-size: 16px;
	margin-top: 5px;
	display: block;
}
.form-eos{
	padding-left: 100px;
	padding-right: 100px;
}
.form-eos .control-label{
	font-weight: normal;
}
.btn-login{
	background: #595959;
	padding: 5px 35px 5px 35px;
	color: #fff;
	border: none;
}
.img-lienketweb{
	width:100%;
	max-height: 200px;
}

#actived{
	display: normal !important;
}
#pb-selected{}
.title_news,.text-color{
	font-weight: bold;
}
.img-responsive-top{
	height: 320px;
}
.tieu-de-news-content{
	margin-top: -5px;
}
.page{
	margin: 10px 20px;
}
.page ul li{
	list-style: none;
	float: left;
	height: 28px;
	width: 25px;
	border: 1px solid #DDD;
	border-radius: 4px;
	margin-right: 5px;
}
.page ul li a{
	margin-top: 2px;
    padding: 6px 8px 5px 8px;
    line-height: 28px;
}
.page ul li.actived{
	background: #EE6321;
	color: #fff;
	line-height: 28px;
    padding-left: 7px;
}
li.btn-next a,li.btn-end a,li.btn-begin a,li.btn-preview a{
	width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 8px !important;
    margin-top: 0px !important;
}







