#news{
	width: 100%;
	float: left;
	background: #fff;
	padding-bottom: 50px;
}
#news .title{
	color: #444;
	font-size: 30px;
	float: left;
	padding: 25px 0;
	width: 100%;
	position: relative;
}
#news .title:before{
	content: "";
    border-bottom: 2px solid #fed700;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
}
#news .content-news{
	width: 850px;
	float: left;
}
#news .detail-news{
	width: 850px;
	float: left;
}
#news .pagination{
	text-align: center;
	padding-top: 30px;
	clear: both;
}
#news .share-social{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	color: #3e3e3e;
	margin-top: 20px;
}
#news .share-social p{
	font-size: 16px;
	width: 70px;
	float: left;
	position: relative;
    top: 2px;
}
#news .comment{
	margin-top: 20px;
}
#news .comment h4{
	font-size: 16px;
	color: #3e3e3e;
	padding: 5px 0;
}
#news .pagination li a {
    background-color: #f5f5f5;
    color: #878787;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
}
#news .pagination li span {
    background-color: #f5f5f5;
    color: #878787;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
}
#news .pagination li.active span {
    color: #fed700;
    border: 1px solid #fed700;
}
#news .pagination li{
	display: inline;
}
.sidebar{
	width: calc(100% - 850px);
	float: right;
}
#news .item-news{
	width: 46%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
#news .item-news:nth-child(2n+2){
	float: right;
}
.item-news .image{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.item-news img{
	width: 100%;
	float: left;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.item-news .cate-news{
	position: absolute;
    top: 20px;
    left: 20px;
    background: #fed700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
}
.item-news .name-news{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    float: left;
}
.item-news .name-news a{
	color: #444;
}
.item-news .intro{
	text-align: justify;
	color: #58595b;
	line-height: 25px;
	float: left;
}
.item-news .time{
	color: #58595b;
	float: left;
    padding: 10px 0;
}
.item-news .time span{
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.item-news:hover .image img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
.sidebar .category-news{
	width: 100%;
	float: left;
	background: #fafafa;
	border: 1px solid #ccc;
	border-top: 6px solid #fed700;
	box-sizing: border-box;
	padding: 20px 30px;
	margin-top: 10px;
}
.sidebar .category-news h4{
	color: #193b60;
	font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
}
.sidebar .category-news li{
	line-height: 22px;
	padding: 8px 0;
}
.sidebar .category-news a{
	color: #444;
}
.sidebar .category-news i{
	padding-right: 5px;
}
.sidebar .news-new{
	width: 100%;
	float: left;
	background: #fafafa;
	border: 1px solid #ccc;
	border-top: 6px solid #fed700;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
}
.sidebar .fanpage{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.sidebar .fanpage iframe{
	width: 100%!important;
}
.sidebar .news-new h4{
	color: #193b60;
	font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
}
.sidebar .news-new .item{
	width: 100%;
	float: left;
	padding: 10px 0;
}
.sidebar .news-new .img{
	width: 100px;
	float: left;
	height: 60px;
	overflow: hidden;
}
.sidebar .news-new .img img{
	width: 100%;
	float: left;
}
.sidebar .news-new .name{
	width: calc(100% - 110px);
	float: right;
	padding-top: 5px;
}
.sidebar .news-new .name a{
	color: #327ab4;
}
.sidebar .banner{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.sidebar .banner img{
	width: 100%;
	float: left;
}
.detail-news{
	padding-right: 30px;
	box-sizing: border-box;
}
.detail-news h1{
	color: #183a60;
	font-size: 25px;
	line-height: 30px;
	padding-top: 5px;
}
.detail-news p.info{
	color: #444;
	font-size: 16px;
	padding-top: 15px;
}
.detail-news p.info i{
	color: #183a60;
}
.detail-news p.info i.fa.fa-user {
    font-size: 18px;
    padding-right: 5px;
}
.detail-news p.info i.fa.fa-tags {
    padding: 0 5px 0 20px;
}
.detail-news p.info span{
	padding-left: 20px;
	line-height: 25px;
}
.detail-news p.info a{
	color: #444;
}
#detail-service{
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0 50px;
}
.content-service{
	width: 850px;
	float: left;
	padding-top: 30px;
}
#detail-service h1{
	color: #444;
	font-size: 25px;
	position: relative;
}
#detail-service h1:before{
	content: "";
	position: absolute;
	border-bottom: 2px solid #fed700;
	width: 40px;
	height: 40px;
	left: 0;
}
#detail-service h3.title{
	color: #444;
	font-size: 18px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
#detail-service h3.title:before{
	content: "";
	position: absolute;
	border-bottom: 2px solid #fed700;
	width: 30px;
	height: 35px;
	left: 0;
}
.content-video{
	width: 660px;
    clear: both;
    padding: 20px 0;
    margin: 0 auto;
}
.content-video ul{
	position: relative;
	clear: both;
	padding-top: 5px;
}
.content-video li{
	display: inline;
	cursor: pointer;
	float: left;
	padding: 0 2px;
	width: 165px;
	box-sizing: border-box;
	position: relative;
}
.content-video li:before{
	content: "\f16a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 60px;
    bottom: 28px;
    color: #ff0000;
    z-index: 9;
    font-size: 35px;
    text-decoration: inherit;
}
.content-video li img{
	width: 100%;
	height: 90px;
	float: left;
}
.content-video i{
	font-size: 50px;
	color: #fed700;
	position: absolute;top: 20px;
	cursor: pointer;
}
.content-video i.fa.fa-angle-left{
	left: -20px;
}
.content-video i.fa.fa-angle-right{
	right: -20px;
}
.content-service .video, .forte-service, .uu-diem, .quy-trinh, .content-service .image, .content-service .chi-phi, .content-service .note, .content-service .best-choose{
	margin-top: 20px;
    font: 16px/22px 'Roboto', Helvetica, Arial,sans-senif;
}
.forte-service ul{
	width: 100%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.forte-service li{
	color: #333;
	line-height: 22px;
	padding: 5px 0;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.forte-service li::before {
    content: "•";
    position: absolute;
    font-size: 30px;
    color: #fed700;
    top: 6px;
    width: 20px;
    left: -10px;
}
.quy-trinh .item{
	width: 20%;
    float: left;
    position: relative;
    padding: 30px 0 20px;
}
.quy-trinh .item img{
	width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 4px solid #fed700;
    box-shadow: 0px 0px 1px 0px #fed700;
    transition: .5s;
    margin-left: 10px;
}
.quy-trinh .item span{
	background: #fed700;
    padding: 3px 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 45px;
}
.quy-trinh .item p{
	text-align: center;
	color: #444;
	padding-top: 10px;
}
.content-image{
	width: 500px;
    clear: both;
    padding: 20px 0;
    margin: 0 auto;
}
.content-image .img{
	width: 100%;
	float: left;
}
.content-image img{
	width: 100%;
	float: left;
}
.content-image ul{
	position: relative;
	clear: both;
	padding-top: 5px;
}
.content-image li{
	display: inline;
	cursor: pointer;
	float: left;
	padding: 0 2px;
	width: 125px;
	box-sizing: border-box;
}
.content-image li img{
	width: 100%;
	height: 70px;
	float: left;
}
.content-image i{
	font-size: 50px;
	color: #fed700;
	position: absolute;top: 20px;
	cursor: pointer;
}
.content-image i.fa.fa-angle-left{
	left: -20px;
}
.content-image i.fa.fa-angle-right{
	right: -20px;
}
#detail-service .note li{
	color: #333;
	line-height: 22px;
	padding: 5px 0;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
#detail-service .note li::before {
    content: "•";
    position: absolute;
    font-size: 30px;
    color: #fed700;
    top: 6px;
    width: 20px;
    left: -10px;
}
#detail-service .note ul{
	width: 100%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.best-choose .content{
	width: calc(100% - 20px);
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: #f9fbe5;
    border: 1px solid #e2d79f;
    margin-left: 20px;
    margin: 10px 0 30px 20px;
}
.best-choose li{
	color: #333;
	line-height: 22px;
	padding: 5px 0;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.best-choose li::before {
    content: "•";
    position: absolute;
    font-size: 30px;
    color: #fed700;
    top: 6px;
    width: 20px;
    left: -10px;
}
.best-choose ul{
	width: 100%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}