.container
{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}
.container-left
{
	width:68%;
	height:auto;
	float:left;
	background:#fff;
	padding:0 0;
}
.container-right
{
	width:30%;
	height:auto;
	float:right;
}

/*phan gioi thieu*/

.service
{
	width:100%;
	height:auto;
	float:left;	
}

.title
{
	width:100%;
	height:auto;
	float:left;		
}

.title h4
{
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:18px;
	border-bottom: 3px solid #d33a01;
	text-transform:uppercase;
	color: #d33a01;	
}

.title h4 span
{
	margin:0 10px 0 0;
}

.service-content
{
	width:100%;
	height:auto;
	float:left;		
}

.service-item
{
	width:48%;
	height:auto;
	float:left;
	margin:15px 1% 0 1%;
	padding:4px;
	box-sizing:border-box;
}
.service-item-name
{
	width:100%;
	height:auto;
	float:left;		
}
.service-item-name a
{
	display:inline-block;
	padding:0 0 7px 0;
	margin:0;
	color:#0035ff;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	//font-weight:bold;
}
.service-item:hover .service-item-name a
{
	color:#db0000;
}
.service-item:hover .service-item-img
{
	background:#c4c4c4;
}
.service-item-img
{
	width:98%;
	height:auto;
	float:left;	
	position:relative;
	overflow:hidden;
	background:#ddd;
	padding:5px 1%;
}
.service-item-img img
{
	width:100%;
	height:188px;
}

.see-more
{
	width:100%;
	height:auto;
	float:left;	
	text-align:center;	
	padding:25px 0 25px 0;
}
.see-more a
{
	display:inline-block;
	padding:7px 25px;
	text-decoration:none;
	cursor:pointer;
	margin:0;
	border:1px solid #d33a01;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	background:#d33a01;
}
.see-more a:hover
{
	background:#952929;
	color:#fff;
}

/*******************************/
.detail-service
{
	width:100%;
	height:auto;
	float:left;
}

.detail-title
{
	width:100%;
	height:auto;
	float:left;	
}
.detail-title h4
{
	margin:0;
	padding:10px;
	display:block;
	background-color: #F5F5F5;
    border-bottom:1px solid #CCC;
}
.detail-title h4 a
{
	display:inline-block;
	padding:0 10px;
	text-decoration:none;
	font-size:13px;
	color:#0035ff;
	font-weight:bold;
}
.detail-content
{
	width:96%;
	height:auto;
	float:left;	
	padding:15px 2%;
}

.detail-name
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-name h4
{
	display:block;
	padding:7px 0;
	color: #d33a01;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;	
}

.detail-date
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-date span
{
	display:inline-block;
	padding:0 0 10px 0;
	font-size:13px;
	color:#333;
	margin:0 10px 0 0;	
}

.detail-info
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-info p
{
	margin:0;
	padding:0 0 10px 0;
	line-height:20px;
	color:#000;	
}
.detail-info .img
{
	text-align:center;
}
.detail-info p span
{
	font-weight:bold;
}
.detail-info img
{
	max-width:100%;
}