.sidebar{
	width: 23%;
	float: left;
	margin-top: 20px;
}
.list-news{
	width: 75%;
	float: right;
	margin-top: 20px;
}
.news-detail{
	width: 75%;
	float: right;
	margin-top: 20px;
}
#news-category{
	width: 100%;
	float: left;
}
.sp-khac .title {
    width: 100%;
    float: left;
    height: 40px;
}
.sp-khac .title .icon {
    width: 40px;
    height: 40px;
    float: left;
    background: #000cd2;
}
.sp-khac .title .icon i {
    color: #fff;
    margin: 10px 0 0 7px;
    font-size: 25px;
}
.sp-khac .title .content-title {
    width: 200px;
    float: left;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 10px;
    position: relative;
}
.sp-khac .title .content-title:before{
	content: "";
    border-bottom: 2px solid #0183bf;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 30px;
}
.sidebar .list-cate-news p{
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: 700;
}
.sidebar .list-cate-news li{
	padding: 15px 0;
	border-bottom: 1px dotted #ddd;
}
.sidebar .list-cate-news li a{
	color: #666;
}
.list-news h1{
	color: #444;
	font-size: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.news-detail h1{
	color: #0183bf;
    font-size: 24px;
	text-transform: uppercase;
}
.list-news-item{
	width: 98%;
	float: left;
	padding: 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 25px;
}
.list-news-item:hover{
	border: 1px solid #1071dc;
	box-shadow: 0px 0px 3px #1071dc;
	transition: 0.5s;
}
.list-news-item .image{
	width: 30%;
	float: left;
	overflow: hidden;
	max-height: 160px;
}
.list-news-item .image img{
	width: 100%;
	border-radius: 8px;
	max-height: 155px;
}
.list-news-item .infomation{
	width: 68%;
	float: left;
	margin-left: 2%;
}
.list-news-item .time{
	border-bottom: 1px solid #ddd;
	padding: 5px 0 10px;
	color: #666;
}
.list-news-item .name{
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	line-height: 25px;
}
.list-news-item .name a{
	color: #666;
}
.list-news-item .intro{
	color: #666;
	line-height: 20px;
	padding-bottom: 5px;
}
.list-news-item .count-comment{
	color: #666;
	display: inline;
	float: left;
}
.list-news-item .read-more a{
	display: inline;
	color: #666;
	float: right;
}
.info-news{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.info-news li{
	color: #666;
	display: inline;
	padding-right: 20px;
}
.news-involve{
	width: 100%;
	float: left;
}
.news-involve p.title{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-involve .list-item{
	width: 23%;
	float: left;
}
.news-involve .list-item:nth-child(4n+2){
	margin: 0 2.6%;
}
.news-involve .list-item:nth-child(4n+4){
	float: right;
	margin-right: 0;
}
.news-involve .list-item:nth-child(4n+1){
	clear: both;
}
.list-news-involve{
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.news-involve .list-item .image{
	width: 100%;
	height: 150px;
	position: relative;
	margin:0 auto;
	overflow: hidden;
}
.news-involve .list-item img{
	max-width: 100%;
	margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
.news-involve .list-item h3{
	font-size: 18px;
	margin-top: 10px;
	line-height: 22px;
}
.news-involve .list-item a{
	overflow: hidden;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-involve .list-item .intro{
	color: #666;
	line-height: 20px;
	text-align: justify;
	max-height: 120px;
    overflow: hidden;
    margin-top: 10px;
}
.news-involve .list-item .count-comment{
	color: #666;
	display: inline;
	float: left;
	margin-top: 5px;
}
.news-involve .list-item .count-comment i{
	padding-left: 5px;
}
.news-involve .list-item .read-more{
	display: inline;
	float: right;
	margin-top: 5px;
}
.news-involve .list-item .read-more a{
	color: #666;
}
.news-comment{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.news-comment p{
	width: 100%;
    float: left;
    color: #666;
    padding: 20px 0 10px;
}
.news-comment label{
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
	font-weight: bold;
}
.news-comment input{
	width: 97%;
	height: 40px;
	background: #eee;
	border: none;
	padding-left: 10px;
	border-radius: 4px;
	margin-top: 5px;
}
.news-comment .form-group{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.news-comment textarea{
	width: 98.6%;
	height: 100px;
	background: #eee;
	border: none;
	padding-left: 10px;
	border-radius: 4px;
	margin-top: 5px;
	padding-top: 10px;
	outline: none;
}
.news-comment .send-comment{
	float: left;
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.news-comment .send-comment img{
	position: absolute;
    top: -12px;
    left: 65px;
    width: 40px;
    display: none;
}
.news-comment .send-comment a{
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
	background: #1071dc;
}
#order{
	width: 100%;
	float: left;
}
#order .content-order{
	width: 100%;
	float: left;
	margin-top: 20px;
}
#order table{
	width: 100%;
	float: left;
	background: #eee;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-collapse: collapse;
    border-spacing: 0;
}
#order img{
	width: 60px;
	padding-top: 5px;
}
#order thead th{
	font-size: 16px;
	padding: 10px 0;
	color: #666;
	border-bottom: 1px solid #ddd;
}
#order tbody{
	margin-top: 10px;
}
#order tbody td{
	text-align: center;
	color: #666;
}
#order tbody td i{
	color: red;
	font-size: 18px;
	cursor: pointer;
}
#order table input{
	width: 50px;
	height: 27px;
	text-align: center;
	border: 1px solid #ccc;
	color: #666;
}
#order table tbody td a{
	background: #ccc;
	color: #fff;
}
#order table .tru{
	padding: 6px 10px 7px 10px;
    position: relative;
    left: 5px;
    background: #ccc;
    box-sizing: border-box;
}
#order table .cong{
	padding: 6px 8px 7px 8px;
    position: relative;
    right: 5px;
    background: #ccc;
    box-sizing: border-box;
}
#order table select{
	background: #eee;
	border: none;
	color: #666;
}
#order table a.update-cart{
	float: right;
	background: #014693;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px 5px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#order .form-order{
	width: 100%;
	float: left;
	margin-top: 20px;
}
#order .form-order label{
	color: #666;
}
#order .form-order span{
	color: red;
	position: relative;
	top: 2px;
	padding-right: 3px;
}
#order .form-group{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#order .form-group input{
	width: 95%;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-top: 5px;
}
#order .form-group textarea{
	width: 99%;
	height: 100px;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 10px 0 0 1%;
	margin-top: 5px;
	outline: none;
}
#order .send-order{
	width: 100%;
	float: left;
	padding: 20px 0;
	position: relative;
}
#order .send-order a{
	background: #ff7519;
	color: #fff;
	padding: 10px 60px;
	border-radius: 4px;
}
#order .err{
	top: 0!important;
	font-size: 12px;
	padding-left: 10px;
	display: none;
}
#order .form-group input:focus, #order .form-group textarea:focus{
	border: 1px solid #014693;
	box-shadow: 0 0 0 0.2px #014693;
	transition: 0.5s;
}
#order .send-order img.loading{
	position: absolute;
	left: 75px;
	top: 0px;
	display: none;
}