﻿.box_container
{
}
.box_container .content
{
	padding:10px;
}

/*Form liên hệ*/
div.frm_lienhe
{
	margin:10px 0px 10px 30px;
	font-size:14px;
}
div.frm_lienhe .loicapcha
{
	font-size:20px;
	color:red;
	background:url(../images/Error.png) left center no-repeat;
	padding-left:40px;
}
div.frm_lienhe .item_lienhe
{
	margin:8px 0px;
	width:750px;
	float:left;
}
div.frm_lienhe .item_lienhe p
{
	float:left;
	min-width:120px;
}
div.frm_lienhe .item_lienhe span
{
	color:red;
	margin-left:3px;
}
div.frm_lienhe .item_lienhe input[type='text'],div.frm_lienhe .item_lienhe textarea
{
	width:60%;
	padding:5px 10px;
	border:1px solid #BBB;
	border-radius:3px;
	box-shadow:0px 0px 4px #DDD;
}
div.frm_lienhe .item_lienhe input[type='button']
{
	padding:7px 25px;
	background:#ee0303;
	border:none;
	color:#fff;
	border-radius:3px;
	margin:10px 0px;
	cursor:pointer;
}
/*Form liên hệ*/

/*css tin tức*/
.box_container { width:930px; float:left;}
.wap_box_new { width:750px; float:left;}
.box_news { width:750px; float:left; border-bottom: 1px dotted;}
.box_news a { text-decoration:none; color:#000099; font-size:14px;}
.box_news a:hover { color:#990000;}
.box_news a img { width:130px; float:left; margin-top:15px;}
.box_news a h3 { width:600px; float:left; margin-left:5px;}
.mota { width:600px; float:left; font-size:14px; margin-left:5px;}
.content { width:930px; float:left;}
.othernews { width:750px; float:left;}
.cactinkhac { font-size:18px; color:#6d9f35; font-weight:bold; margin-top:20px; border-bottom: 1px dotted #6d9f35;}
.othernews a { text-decoration:none; color:#6d9f35; font-size:13px;}
.othernews a:hover { color:#990000;}
/*css tin tức*/

/*css bản đồ*/
#map_canvas {    
    height: 500px;
    width: 99%;
	margin:0px auto;
	border:1px solid #BBB;
}
.map_description {
    color: #000000;
    overflow: auto;
    width: 300px;
}
.map_title {
    color: #30A602;
    font-weight: bold;
}
/*css bản đồ*/

/*----------Phân trang-------------*/
.phantrang{
	text-align:center;
	margin:10px 0px;
	min-height:28px;
}
.phantrang a{
 background: #F6F6F6;
  color: #000000;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border: 1px solid rgb(213, 213, 213);
  padding: 3px 12px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 13px;
  transition: 0.8s;
}
.phantrang span,.phantrang a:hover{
  background: #111111;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border: 1px solid #000;
  padding: 3px 12px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 13px;
  transition:0.8s;	
}





