@charset "utf-8";
/* CSS Document */

body{ 	
	font-family:arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
	background-color:#fff;
	
}
img {
	border: 0;
}
.cl{
	clear:both;
}
a {
	color: #00a89c;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    outline: medium none;
    text-decoration: underline;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
}
.readmore {
	text-align: right;
	font-weight: normal;
}
.readmore a {
	color: red;
	text-decoration: underline;
}
.view_more_link {
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
}
.view_more_link a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.orange {
	color: #FEB706;
}
.red {
	color: red;
}
.upper_letters {
	text-transform: uppercase;
}
.lower_letters {
	text-transform: lowercase;
}

#container {
	width: 996px;
	margin: 0 auto;
	background: url("../bg_main.png") repeat-y scroll top center transparent;
}
.container {
	width: 982px;
	margin: 0 auto;
}
.whole_container {
	width: 970px;
	margin: 0 auto;
}

/* ************************* header ************************* */
#banner {
	background: url("../banner.png") no-repeat scroll top right transparent;
	height: 80px;
}
.logo {
	/*padding: 0 0 0 20px;*/
}
#menu {
	background: url("../menu_bg.png") repeat-x scroll left center transparent;
	height: 35px;
}
.menu_bg_left {
	background: url("../menu_bg_left.png") no-repeat scroll left center transparent;
	height: 35px;
	width: 13px;
}
.menu_bg_right {
	background: url("../menu_bg_right.png") no-repeat scroll right center transparent;
	height: 35px;
	width: 13px;
}
#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
}

#menu ul li  a{
	color: #056755;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	height: 35px;
	line-height:35px;
	padding: 0 17px;
	_padding: 0 16px;
	/*
	-moz-border-radius: 5px;
	bo*rder--radius: 5px;
	*/
}
#menu ul li  a:nth-child(n) {padding: 0 16px \9; /*Should target IE9 only - not fully tested.*/}
#menu ul li  a:hover {
	/*background: #e7e6e6;*/
	background: url("../menu_bg_hover.png") repeat-x scroll left center transparent;
	text-decoration: none;
}
#menu ul li  a.active {
	/*background: #e7e6e6;*/
	background: url("../menu_bg_hover.png") repeat-x scroll left center transparent;
	text-decoration: none;
}
#menu ul li.menu_separate {
	background: url("../menu_separate.png") no-repeat scroll bottom center transparent;
	width: 3px;
	height: 35px;
	/*padding: 0 10px;*/
}

#menu ul li ul {
	width: 270px;
	background: #3bb8a8;
	padding: 0 0 10px 5px;
	border-left: 5px solid #00634b;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	
}
#menu ul li ul li {
	height: 32px;
	line-height: 32px;
	display: block;
}
#menu ul li ul li a {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	display: block;
	padding: 0;
	width: 255px;
	padding-left: 15px;
	background: url("../arrow_sub.png") no-repeat scroll left center transparent;
	border-bottom: 1px solid #00634b;
	-moz-border-radius: 0;
	border-radius: 0;
}
#menu ul li ul li a:hover {
	background: url("../arrow_sub.png") no-repeat scroll left center #2d8b73;
}

/* ***** menu bottom ***** */
#menu_bottom {
	background: url("../menu_bg.png") repeat-x scroll left center transparent;
	height: 35px;
	border-right: 1px solid #e0dfdf;
}
#menu_bottom .left_menu_bottom {
	border-left: 1px solid #e0dfdf;
}
#menu_bottom ul {
	margin: 0;
	padding: 0;
}
#menu_bottom ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_bottom ul li {
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
}
#menu_bottom ul li  a{
	color: #056755;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial;
}
#menu_bottom ul li.menu_separate {
	background: url("../menu_separate.png") no-repeat scroll bottom center transparent;
	width: 2px;
	height: 35px;
	padding: 0 8px;
}

input.formtip {
    background: url("../search_box.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 25px;
    width: 163px;
}
#search {
	color: #382313;
}

.search_box {
	padding: 4px 0 0 10px;
    width: 180px;
}
.search_box:nth-child(n) {
	width: 150px \9; /*Should target IE9 only - not fully tested.*/
}
/* ************************* end header ************************* */

/* ************************* slide ************************* */
#home_slide {
	background: url("../slide_bg.png") no-repeat scroll top center transparent;
	width: 970px;
	height: 295px;
}

#news_slide {
	background: url("../bg_news_home.png") no-repeat scroll top center transparent;
	width: 645px;
	height: 244px;
}
.news_slide_img {
	position: inherit;
	width: 380px;
	height: 237px;
}
.news_slide_img .imgs {
	z-index: 9; 
	position: absolute;
}
.bg_news_right_overlap {
	background: url("../bg_news_right_overlap.png") no-repeat scroll 100% 100% transparent;
	width: 380px;
	height: 244px;
	position: absolute;
	z-index: 10;
}
.news_focus_img {
	background: url("../tintieudiem.png") no-repeat scroll top left transparent;
	width: 133px;
	height: 135px;
	position: absolute;
	position: absolute;
	margin: -4px 0 0 -7px;
	z-index: 10;
}
.news_focus_img_en {
	background: url("../tintieudiem_en.png") no-repeat scroll top left transparent;
	width: 133px;
	height: 135px;
	position: absolute;
	margin: -4px 0 0 -7px;
	z-index: 10;
}
.news_slide_txt {
	width: 258px;
}
.news_slide_txt div.title {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	height: 80px;
	width: 250px;
	padding: 10px 0 0 5px;;
}
.news_slide_txt div.desc {
	background: #b3fbed;
	height: 120px;
	display: table-cell;
    vertical-align: middle;
	padding: 0 10px 0 10px;
	font-size: 13px;
	font-weight: bold;
}
#home_video {
	width: 310px;
	height: 244px;
	/*background: #f5f5f5;*/
}
.bg_video_title {
	background: url("../bg_video_title.png") no-repeat scroll top center transparent;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
}
/* ************************* end slide ************************* */

/* ************************* exchange ************************* */
.exchange {
	background: url("../line.png") repeat-x scroll top left transparent;
	margin-top: -5px;
	padding-top: 10px;
}

/* ***** new project ***** */
#new_project {
	background: url("../new_project.png") no-repeat scroll top left transparent;
	width: 310px;
	height: 234px;
	position: relative;
}
#new_project div.imgs {
	/*
	width: 387px;
	height: 292px;
	text-align: center;
	*/
	padding: 12px 0 0 14px;
	position: absolute;
	z-index: 9;
}
#new_project div.new_project_bg_title {
	background: url("../new_project_bg_title.png") no-repeat scroll 5px 30px transparent;
	width: 220px;
	height: 100px;
	position: absolute;
	z-index:10;
	/*
	width: 200px;
	height: 100px;
		text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 45px 0 0 25px;
	*/
}
#new_project div.new_project_bg_title_en {
	background: url("../new_project_bg_title_en.png") no-repeat scroll 5px 30px transparent;
	width: 220px;
	height: 100px;
	position: absolute;
	z-index:10;
}
#new_project div.view_more {
	background: url("../view_more.png") no-repeat scroll 135px 100% transparent;
	width: 300px;
	height: 232px;
	position: absolute;
	z-index:10;
	/*
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	*/
}
#new_project div.view_more_en {
	background: url("../view_more_en.png") no-repeat scroll 135px 100% transparent;
	width: 300px;
	height: 232px;
	position: absolute;
	z-index:10;
}
/* ***** end new project ***** */

/* ***** home news ***** */
#home_news_sub {
	width: 335px;
	padding-left: 5px;
	margin-top:10px;
}
.bg_home_news_title {
	background: url("../bg_home_news_title.png") no-repeat scroll top center transparent;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#home_news_sub  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home_news_sub  ul li{
	background: url("../arrow_red.png") no-repeat scroll left 8px transparent;
	padding: 5px 0 5px 20px;
}
#home_news_sub  ul li a{ 
	font-size: 12px;
	color:#0492d0;
}
/* ***** end home news ***** */

/* ***** exchange box ***** */
#exchange  {
	background: url("../new_project.png") no-repeat scroll top left transparent;
	width: 310px;
	height: 234px;
	position: relative;
}
#exchange  div.imgs {
	padding: 12px 0 0 14px;
	position: absolute;
	z-index: 9;
}
#exchange  div.exchange_box_bg_title {
	background: url("../exchange_box_bg_title.png") no-repeat scroll 5px 30px transparent;
	width: 280px;
	height: 100px;
	position: absolute;
	z-index:10;
}
#exchange  div.exchange_box_bg_title_en {
	background: url("../exchange_box_bg_title_en.png") no-repeat scroll 5px 30px transparent;
	width: 280px;
	height: 100px;
	position: absolute;
	z-index:10;
}
#exchange  div.view_more {
	background: url("../view_more.png") no-repeat scroll 135px 100% transparent;
	width: 300px;
	height: 232px;
	position: absolute;
	z-index:10;
}
#exchange  div.view_more_en {
	background: url("../view_more_en.png") no-repeat scroll 135px 100% transparent;
	width: 300px;
	height: 232px;
	position: absolute;
	z-index:10;
}
/* ***** end exchange box ***** */

/* ************************* end exchange ************************* */

/* ************************* content ************************* */

/* ************************* end content ************************* */

/* ************************* footer ************************* */
#footer {
	background: #2d8b73;
	color: #fff;
	padding: 10px 10px 5px;
	line-height: 20px;
}
#bg_main_footer {
	background: url("../bg_main_footer.png") no-repeat scroll left top transparent;
	width: 996px;
	height: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#footer p {
    padding: 0;
    margin: 0;
}
/* ************************* end footer ************************* */



/* ************************* others ************************* */
.news_item {
	border-bottom: 1px dashed #C59059;
	padding: 20px 0 10px;
}
.post_date {
	padding: 5px 0; 
	font-size: 0.9em; 
	color: #C59059
}

.news-pagination {
    display: table;
    margin: auto;
    padding-top: 20px;
}
.news-pagination div {
    /*background: url("../bg-pagi.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #FC9604;
    color: #FC9604;
    cursor: pointer;
    height: 20px;
    margin-left: 5px;
    padding: 2px 5px;
}
.news-pagination a {
    /*background: url("../bg-pagi.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #00A89C;
    color: #00A89C;
    cursor: pointer;
    height: 20px;
    margin-left: 5px;
    padding: 2px 5px;
}
.news-pagination a:hover {
    background: none repeat scroll 0 0 #00A89C;
    border: 1px solid #00A89C;
    color: #fff;
	text-decoration: none;
}
.news-pagination span.active {
    background: none repeat scroll 0 0 #00A89C;
    border: 1px solid #00A89C;
    color: #fff;
    display: inline-block;
	margin-left: 5px;
    padding: 2px 5px;
}
.news-pagination div.active {
    background: none repeat scroll 0 0 #00A89C;
}

ul.pagination {
    display: table;
    margin: auto;
    padding-top: 60px;
}
ul.pagination li {
	float:left;
	list-style:none;
	line-height:22px;
}
ul.pagination li a {
    color: #000;
    cursor: pointer;
	text-decoration:underline;
    height: 20px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
	font-size:12px;
	font-weight:bold;
}
ul.pagination li a.active {
   	background: #EEEEEE;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
  	font-weight:bold;
	text-decoration:none;
    height: 20px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
	font-size:11px;
}


.aboutus_l {
	width: 620px;
}
.aboutus_l .row {
	margin-bottom: 40px;
}
.aboutus_l .img {
	border: 1px solid #ccc;
	padding: 3px;
}
.aboutus_l .txt {
	padding-left: 20px;
	text-align: justify;
    width: 420px;
}
.aboutus_l .txt .title a{
	color: #be0303;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid;
	display: block;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.aboutus_r {
	width: 331px;
	background: #45b193;
	margin-top: 10px;
}
.aboutus_r_title {
	background: url("../aboutus_r_title.png") no-repeat scroll 0 0 transparent;
	width: 331px;
	height: 41px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: -10px;
}
.aboutus_r ul {
	padding: 0 20px;
}
.aboutus_r ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	background: url("../arrow_w.png") no-repeat scroll 0 5px transparent;
	padding-left: 25px;
	margin-bottom: 10px;
}
.aboutus_r ul li a {
	color: #fff;
}
.tb_exim {
	border-left: 1px solid #4cbf9f;
    border-top: 1px solid #4cbf9f;
	width: 310px;
	margin: 0 auto;
}
.tb_exim th {
    border-bottom: 1px solid #4cbf9f;
	border-right: 1px solid #4cbf9f;
    color: #FFFFFF;
    padding: 0 3px;
	font-weight: normal;
}
.tb_exim_title {
	text-align: center; 
	background: red; 
	height: 22px;
}
.bds_img {
	margin: 0 auto;
	padding: 5px;
	background: #e7f5f1;
    margin: 10px;
}
.main_icon_possition {
	height: 60px;
	width: 212px;
	position: absolute;
	margin-left: -13px;
}
.main_icon_possition2 {
	height: 60px;
	width: 212px;
	position: absolute;
	margin-left: -23px;
}
.co_operation {
	background: url("../co_operation.png") no-repeat scroll 0 7px transparent;
}
.co_operation_en {
	background: url("../co_operation_en.png") no-repeat scroll 0 7px transparent;
}
.co_operation_news {
	background: url("../co_operation_news.png") no-repeat scroll 0 7px transparent;
}
.co_operation_news_en {
	background: url("../co_operation_news_en.png") no-repeat scroll 0 7px transparent;
}

.icon_partner {
	background: url("../icon_partner.png") no-repeat scroll 0 7px transparent;
}
.icon_partner_en {
	background: url("../icon_partner_en.png") no-repeat scroll 0 7px transparent;
}
.icon_recruit {
	background: url("../icon_recruit.png") no-repeat scroll 0 7px transparent;
}
.icon_recruit_en {
	background: url("../icon_recruit_en.png") no-repeat scroll 0 7px transparent;
}
.icon_shareholder {
	background: url("../icon_shareholder.png") no-repeat scroll 0 7px transparent;
}
.icon_shareholder_en {
	background: url("../icon_shareholder_en.png") no-repeat scroll 0 7px transparent;
}
.icon_news_market {
	background: url("../icon_news_market.png") no-repeat scroll 0 7px transparent;
}
.icon_news_market_en {
	background: url("../icon_news_market_en.png") no-repeat scroll 0 7px transparent;
}
.icon_news_internal {
	background: url("../icon_news_internal.png") no-repeat scroll 0 7px transparent;
}
.icon_news_internal_en {
	background: url("../icon_news_internal_en.png") no-repeat scroll 0 7px transparent;
}
.partner {
	padding: 20px 0 10px 0;
	margin-left: 30px;
	border-bottom: 1px solid #ccc;
}
.partner .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.partner .company {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.contactus_l {
	width: 270px;
	background: #008c72;
	color: #fff;
	line-height: 22px;
	padding-bottom: 30px;
}
.contactus_l .box {
	padding: 20px 0;
	margin: 0 15px;
	border-bottom: 1px solid #34c6ab;
}
.contactus_l .txt_large {
	text-transform: uppercase;
	font-size: 16px;
}
.r_title {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #34c6ab;
	font-size: 16px;
	color: #006653;
}
.r_title_without_underline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #006653;
}
.map_title {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}
.map_title a {
	color: #006653;
}
.contactus_r {
	width: 680px;
}
.contactus_r input, .recruit_r input {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
.error {
	color: red;
}
.contact_box {
	width: 490px;
}
.contactus_r input[type="submit"], .recruit_r input[type="submit"] {
	padding: 5px 30px;
	background: #008c72;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.contactus_r input[type="reset"], .recruit_r input[type="reset"] {
	padding: 5px 30px;
	background: #008c72;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.button {
	margin-top: 20px;
}
.contact_icon ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.recruit_r {
	width: 730px;
	text-align: left;
	padding: 10px 0 30px 0;
}
.shareholder_l ul {
	margin: 0;
	padding: 0;
}
.shareholder_l ul li {
	list-style: none;
	background: url("../arrow_red.png") no-repeat scroll left 10px transparent;
	padding: 5px 0 5px 20px;
}
.shareholder_l ul li a {
	color: #000;
}
.shareholder_l ul li a.active {
	color: #00a89c;
}
.related_news {
	margin-top: 40px;
}
.related_news ul {
	padding-left: 20px;
}
.related_news ul li {
	padding-left: 10px;
	line-height: 20px;
}
.related_news .title {
	font-size: 18px;
	color: #af0606;
	text-transform: uppercase;
	font-weight: bold;
	font-family: times New Roman;
}
.related_news .previous_title {
	font-size: 18px;
	color: green;
	text-transform: uppercase;
	font-weight: bold;
	font-family: times New Roman;
}
.precious_news a {
	color: #0492D0;
}
.shareholder_r {
	text-align: left;
	padding: 10px 0 0 0;
	width: 720px;
}
.shareholder_r .news_box {
	margin-top: 20px;
	width: 720px;
}
.shareholder_r .news_box img {
	background: #eaeaea;
	padding: 4px;
	display: inline-block;
}
.shareholder_r .news_box_detail img {
	
}
a.red_title {
	color: #af0606;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0;
	display: block;
	text-align: left;
}
.shareholder_r .a_news {
	width: 212px;
	text-align: justify;
}
.shareholder_r .line_v {
	border-left: 1px solid #ccc;
	margin: 0 15px;
	height: 370px;
}
.view_news_detail {
	text-align: right;
	margin-top: 20px;
}
.view_news_detail a {
	background: url("../arrow_green.png") no-repeat scroll left center transparent;
	padding-left: 15px;
}
.focus_news {
	background: #80cab5;
	width: 220px;
	padding: 10px 5px 30px 5px;
}
.box_news_l {
	margin-top: 15px;
}
.box_news_l img {
	background: #fff;
	padding: 3px;
	margin-right: 5px;
}
.box_news_l .txt {
	width: 120px;
}
.bg_film_title {
	background: url("../bg_film_title.png") no-repeat scroll left center transparent;
	width: 263px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 15px;
}
.bg_film_title a {
	background: url("../arrow_w.png") no-repeat scroll left 0 transparent;
	color: #fff;
	padding-left: 30px;
}


.estate_menu {
	background: url("../icon_estate.png") no-repeat scroll left 0 transparent;
	height: 80px;
	padding: 33px 0 0 225px;
}
.estate_menu_en {
	background: url("../icon_estate_en.png") no-repeat scroll left 0 transparent;
	height: 80px;
	padding: 33px 0 0 225px;
}
.estate_menu .bg_menu{
	background: #00b299;
	height: 30px;
	line-height: 30px;
}
.estate_menu  .bg_menu_line {
	height: 2px;
	border-bottom: 2px solid #00b299;
}
.estate_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.estate_menu ul li {
	list-style: none;
	display: inline;
}
.estate_menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 50px;
}
.estate_content .box {
	border: 1px solid #ccc;
	padding: 5px 2px;
	width: 220px;
	margin: 0 0 0 13px;
}
.estate_code {
	border-bottom: 1px solid #34c6ab;
	margin: 5px 0;
	padding-bottom: 3px;
	text-align: center;
}
.code_txt {
	font-style: italic; 
	font-size: 11px;
}
.code {
	text-transform: uppercase;
	font-weight: bold;
	color: #126d52;
}
.estate_content .short_desc {
	text-align: justify;
	border-bottom: 1px solid #34c6ab;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.estate_content ul {
	padding-left: 25px;
}
.estate_content ul li {
	font-size: 11px;
}
.estate_content .price {
	background: #00b299;
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	border: 1px solid #94e0d5;
	padding-left: 50px;
	position: relative;
	z-index: 9;
}
.price .img_new {
	background: url("../new.png") no-repeat scroll left 0 transparent;
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 10;
	margin: -15px 0 0 -70px;
}
.estate_content .contact_txt {
	margin: 10px 0;
}
.project_l {
	width: 250px;
	margin-top: 50px;
}
.project_l ul {
	margin: 0;
	padding: 0;
}
.project_l ul li {
	list-style: none;
	padding: 10px 30px 10px 15px;
	background: #389f84;
	color: #fff;
	border-left: 5px solid #b43032;
	margin: 5px 0;
}
.project_l ul li:hover {
	background: #b43032;
	border-left: 5px solid #389F84;
}
.project_l ul li.active {
	background: #b43032;
	border-left: 5px solid #389F84;
}
.project_l ul li .title {
	font-weight: bold;
	text-transform: uppercase;
}
.project_l ul li .title a {
	color: #fff;
}
.project_l ul li .place {
	font-size: 12px;
	font-style: italic;
}
.project_r {
	
}
.tab_content{
	-moz-border-radius: 10px;
	bo*rder--radius: 10px;
	border: 1px solid #ccc;
	width: 715px;
	background: #f5f5f6;
}
#tab_container ul {
	margin: 0;
	padding-left: 10px;
	margin-left: 11px;
}
#tab_container ul.menu li{
	background: url("../bg_tab_m.png") repeat-x scroll left 0 transparent;
	line-height: 26px;
	height: 26px;
	margin-right: 40px;
	z-index: 10;
}
#tab_container ul.menu li.active {
	background: url("../bg_tab_m_active.png") repeat-x scroll left 0 transparent;
	line-height: 26px;
	height: 26px;
	margin-right: 40px;
	z-index: 10;
}
#tab_container ul.menu li span {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-family: tahoma;
	cursor: pointer;
}
#tab_container ul.menu li .bg_tab_l {
	background: url("../bg_tab_l.png") no-repeat scroll left 0 transparent;
	width: 16px;
	height: 26px;
	margin-left: -16px;
	display: inline-block;
}
#tab_container ul.menu li .bg_tab_r {
	background: url("../bg_tab_r.png") no-repeat scroll left 0 transparent;
	width: 36px;
	height: 26px;
	margin-right: -36px;
	display: inline-block;
}
#tab_container ul.menu li .bg_tab_m {
	line-height: 26px;
}

#tab_container ul.menu li.active .bg_tab_l {
	background: url("../bg_tab_l_active.png") no-repeat scroll left 0 transparent;
	width: 16px;
	height: 26px;
	margin-left: -16px;
	display: inline-block;
}
#tab_container ul.menu li.active .bg_tab_r {
	background: url("../bg_tab_r_active.png") no-repeat scroll left 0 transparent;
	width: 36px;
	height: 26px;
	margin-right: -36px;
	display: inline-block;
}
#tab_container ul.menu li.active .bg_tab_m {
	line-height: 26px;
}
.tab_content_indise {
	padding: 20px 10px;
	min-height: 500px;
}
.tab_content_indise .main img {
	background: #fff;
	padding: 5px;
}
h2 {
	color: #BE0303;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.icon_project {
	background: url("../icon_lienminh.png") no-repeat scroll 100% 10px transparent;
	width: 830px;
	height: 100px;
	position: absolute;
	z-index: 10;
}
.bg_project_video {
	background: url("../bg_project_video.png") no-repeat scroll 0 0 transparent;
	text-transform: uppercase;
	color: #fff;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
}
.language {
	background: none repeat scroll 0 0 #00B299;
    padding: 50px 0 0 10px;
    width: 56px;
}
.video_player {
	background: #389f84;
	padding: 3px 3px 2px;
}
h1 {
    border-bottom: 1px solid #34C6AB;
    color: #006653;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-family: verdana;
}
.jFlowSlideContainer .imgs img {
	/* Firefox */
    -moz-border-radius-topleft:20px;
    -moz-border-radius-bottomleft:20px;
	
	/* Safari and Chrome */
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	
	/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.contactus_l .box a {
    color: #fff;
}
.bor_ctd {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.ctd {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 25px;
}
.bor_ctd .title{
    border-bottom: 1px solid #008C72;
    border-right: 1px solid #008C72;
    text-align: center;
    text-transform: uppercase;
    background: #008C72;
    color: #fff;
    height: 30px;
}
.co_news {
    padding: 10px 0 40px 0;
    display: block;
}
.co_news .txt {
    width: 380px;
}
.estate_l {
    width: 590px;
}
.estate_r {
    width: 370px;
}
.estate_type {
    background: url("../icon_estate_type.png") no-repeat scroll left center transparent;
    height: 40px;
    line-height: 40px;
    color: #006f5f;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 18px;
}
.estate_content .boxx {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-top: 15px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    
    -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
    -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari and Chrome */
    box-shadow: 2px 2px 3px #ccc; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.boxx .txt {
    width: 210px;
    margin-left: 10px;
}
.boxx .fl a.lin {
    background: url("../icon_estate_de.png") no-repeat scroll center center transparent;
    display: block;
    height: 24px;
    width: 70px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 7px;
}
#estate_slide {
    text-align: center;
    width:  560px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#slider_project img {
    width: 400px;
    height: 200px;
}
.home_img_border_c {
   
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari and Chrome */
    border-radius: 12px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.o_news {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.o_news .img {
	width: 300px;
}
.o_news .txt {
	width: 400px;
}
.o_news_title {
	text-decoration: underline;
}
.estate_detail {
	padding-left: 20px;
}
.estate_detail ul li{
	font-size: 12px;
}
.video_name {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #056755;
}
.a_video {
	width: 180px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 5px;
	height: 195px;
	margin: 0 7px 30px;
}
.a_video  .img{
	border: none;
	padding: 0;
	max-width: 170px;
	max-height: 170px;
}
.documentary_videos {
	margin: 20px 0;
}
.counter {
	margin-right: 2px;
}
.counter ul {
	padding-top: 8px !important;
}
.counter ul li {
	width: 18px !important;
	height: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	color: #fff !important;
	background: #333 !important;
	margin: 0 1px  !important;
	-moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari and Chrome */
    border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    
    -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
    -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari and Chrome */
    box-shadow: 2px 2px 3px #ccc; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
