.box_container
{

}
.box_container .content
{
	padding:10px;
}
.box_container .box_contact_l
{
  line-height:25px;
}
.box_container .box_contact_r
{
	padding:10px 10px 10px 10px;
	clear:both;
}
.box_container .box_contact_r td
{
  font-size:14px;
}
.box_container .box_contact_r td span
{
	color:red;
}
.box_container .box_contact_r input[type='text'],
.box_container .box_contact_r textarea
{
	margin:5px;
	padding:3px 7px;
	border-radius:4px;
	border:1px solid #D0C8C8;
	width:300px;
}

.box_container .box_contact_r input.button
{
  background:#000088;
  box-shadow:3px 3px 3px #000055;
  padding:5px 20px;
  border:none;
  margin:10px 5px;
  border-radius:1px;
  color:#fff;
  cursor:pointer;
  transition:1s;
}
.box_container .box_contact_r input.button:hover
{
	 background:#000055;
	 transition:1s;
}
.box_container .box_contact_r #hinh_captcha
{
	float:left;
	margin-right:5px;
}
.box_container .box_contact_r #reset_capcha
{
	float:left;
	margin-top:5px;
	width:25px;
}

.box_new
{
  	padding:5px 2%;
	border-bottom:1px dotted #A0A0A4;
	width:96%;
}
.box_new h3
{
	font-size:16px;
	color:#2A00FF;
	font-weight:normal;
	margin-bottom:6px;
	transition:0.4s;
}
.box_new a h3:hover
{
	color:#F00;
	transition:0.4s;
}
.box_new a.chitiet
{
	color:#00F;
}
.box_new a
{
	text-decoration:none;
}

.box_new a img
{
  float:left;
  margin:4px 15px 3px 0px; 
  width:170px;
  height:130px;
  transition:1s;
  border:1px solid #BBB;
}
.box_new a img:hover
{
	opacity:0.4;
	transition:1s;
}
.othernews .cactinkhac
{
	font-size:20px;
	color:#0066FF;
}
.othernews ul
{
	list-style:none;
	margin-left:50px;
}
.othernews ul li
{
	background:url(../images/muiten.png) left center no-repeat;
	padding:3px 5px 3px 15px;
	color:#AAAAAA;
}
.othernews ul li a
{
	color:#0066FF;
	text-decoration:none;
	transition:0.4s;
}
.othernews ul li a:hover
{
	color:red;
	padding-left:10px;
	transition:0.4s;
}





