/* Tab Home */
.menu_tab { 
	padding: 0; margin:0; clear: both; background: #efefef url(/images/thaibiz/menu-tab-bg.gif) repeat-x;
	width: 970px; height:40px; 
	border-right:1px solid #e0e0e0; 
	position:relative; 
	}
	
.menu_tab li { display: inline; }
.menu_tab li a { 
	background: #efefef url(/images/thaibiz/menu-tab-bg.gif) repeat-x; 
	padding: 0 15px; 
	line-height:40px;
	margin-right:-1px; 
	border:1px solid #e1e1e1;
	border-top:none;
	border-bottom:none;
	float:left;
	 text-decoration: none; 
	 color: #333; 
	 font-weight: bold;
}
.menu_tab li.tab_special a{
	color:#FF0004;
}
.menu_tab li a:hover { background: #e1e1e1;}
.menu_tab li.active a,
.menu_tab li.active a:hover
{ background: #FFF url(/images/thaibiz/menu-tab-active-bg.gif) repeat-x;  color: #FFFFFF;}




.block_news{position:relative;}
.block_news h2{line-height:40px; padding:0 10px; margin:0; color:#0099ff;}
.block_news a.tab_read_more{
	position: absolute;
	right:0;
	top:0;
	display:block;
	line-height:40px;
	color: #666; 
	background:#e1e1e1;
	padding: 0 10px;
}

.block_news a.tab_read_more:hover{
	background:#cccccc;
}

.content_tab { float: left; clear: both; border:1px solid #e0e0e0; border-top:none;padding: 10px 20px; width: 929px; min-height:100px; 
background:#FFF  /*url(/images/load-indicator.gif) center center no-repeat*/; 
}

.nobg_tab{background-image:none;}

.caroufredsel_wrapper{background:#FFF;}  
.clear{ clear:both; }
/* end Tab Home */

/*about*/

div.about_top {
    clear: both;
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
/*div.about_left{ float:left; padding-right:20px;}*/
img.img_about_right{ float:right; padding-left:20px;}
img.img_about_left{ float:left; padding-right:20px;}

.vdo_about{
	width:480px; 
	padding-left:20px;
	float:right;
}
.vdo_about iframe{
	width:480px;
	height:360px;
}

ol.about_list li{
	padding:5px 0;
}

.photo_map img {
    width: 100%;
}

#about_v1 .about_img {
    float: left;
    height: 194px;
    overflow:hidden;
	padding:5px;
}
#about_v1 .about_img img {
    width: 301px;
	text-align:center;
}
/*end about*/

/*Contact*/
.page_contact_left{
    border-right: 1px dotted #CCCCCC;
    float: left;
    padding: 0 15px 0 0;
    width: 380px;
}
.page_contact_right{
    float: left;
    margin-left: 20px;
    min-height: 300px;
    padding: 0 10px;
    width: 500px;
}
.contact-map {
    height: 280px;
    padding-bottom: 20px;
    width: 100%;
}
.contact-map .map {
    height: 280px;
    width: 100%;
}
/*end Contact*/

a.read_all{ display:inline-block; height:40px; line-height:40px; background:#999999; padding:0 10px;  color:#FFFFFF;
position:absolute; right:0; top:-40px;}

a.read_all:link {color:#FFF; text-decoration:none;}
a.read_all:visited {color:#FFF;}
a.read_all:active {color:#FFF;}
a.read_all:hover {color:#FFF; background:#666;}

/*Sitemap*/
.page_sitemap{float: left; width: 310px;}
ul.sitemap{ padding:0; margin:0 15px;}
ul.sitemap li {
	position:relative; 
	font-weight:bold; 
	list-style:none; 
	padding:0;
}
ul.sitemap a {text-decoration:none; line-height:30px;}
ul.sitemap ul li {list-style:square; 	font-weight:normal;}
ul.sitemap ul li a, ul.sitemap ul li span
{
	padding:0;
	margin:0;
	font-size:11px;
	line-height:12px;
	color:#666666;
}
/*end Sitemap*/

/*Bic*/
.bic_main_detail{
	padding:10px 10px;
	/*color:#27a9e0;*/
	background:#f7f7f7;
	/*border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;*/
}
/*end Bic*/


/*	Tablet Layout: 768px. set=740px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Tab Home */
.menu_tab {width: 740px;}
.menu_tab li a { 
	padding: 0 22px;
	font-size:12px;
	color:#333;
	font-weight: bold;
}
/*
.block_news a.tab_read_more{
	position: absolute;
	right:0;
	top:auto;
	bottom:0px;
	display:block;
	line-height:30px;
	height:30px;
	padding: 0 8px;
	z-index:99;
}
*/
#menu_tab  li a { padding: 0 8px;}

.content_tab {width: 699px; }
/* end Tab Home */
/*about*/
#about_v1 .about_img {
    height: 148px;
	padding:3px;
}
#about_v1 .about_img img {
    width: 230px;
}

.vdo_about{
	width:400px; 
}
.vdo_about iframe{
	width:400px;
	height:300px;
}
/*end about*/	
/*Contact*/
.page_contact_left{width: 300px;}
.page_contact_right{width: 360px;}
/*end Contact*/

/*Sitemap*/
.page_sitemap{float: left; width: 240px;}
/*end Sitemap*/

}

/*Mobile Layout: 320px. set=300px*/
@media only screen and (max-width: 767px) {
/* Tab Home */
.menu_tab {width: 300px;}
.menu_tab li a {padding: 0 15px}
.content_tab {width: 279px; padding: 10px 10px;}

	.menu_tab li a { 
		padding: 0 13px;
		font-size:12px;
		color:#333;
		font-weight: normal;
	}
	/*
	.block_news a.tab_read_more{
		position: absolute;
		right:0;
		top: auto;
		bottom:0;
		display:block;
		line-height:30px;
		height:30px;
		padding: 0 8px;
		z-index:99;
	}
	*/
	#menu_tab  li a { padding: 0 10px; width:279px;}
	
/* end Tab Home */

/*about*/
img.img_about_left{ float:none; padding:0;}

.about_left img{ padding-bottom:20px;  }
#about_v1{text-align:center;}
#about_v1 .about_img {
	padding:none;
	float:none;    
}
#about_v1 .about_img img {
    width: 280px;	
}
.vdo_about{
	width:280px; 
	float:none;
	padding-left:0;
}
.vdo_about iframe{
	width:280px;
	height:210px;
}
/*end about*/

/*Contact*/
.page_contact_left{
    border: 0;
    float: none;
    padding: 0;
    width: 280px;
}
.page_contact_right{
    float: none;
    margin: 0;
    min-height: 300px;
    padding: 0;
    width: 280px;
}
/*end Contact*/

/*Sitemap*/
.page_sitemap{float: left; width: 280px;}
/*end Sitemap*/

}

/*		Wide Mobile Layout: 480px. set=460px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Tab Home */
	.menu_tab {width: 460px;}
	.content_tab {width: 439px; }
	
	.menu_tab li a { 
		padding: 0 22px;
		font-size:12px;
		color:#333;
		font-weight: bold;
	}
	/*
	.block_news a.tab_read_more{
		position: absolute;
		right:0;
		top:40px;
		bottom:auto;
		display:block;
		line-height:40px;
		height:40px;
		padding: 0 10px;
		z-index:99;
	}
	*/
	#menu_tab  li a { padding: 0 15px; width:auto;}

	/* end Tab Home */
	
/*about*/
img.img_about_left{ float:none; padding:0;}
.about_left{ text-align:center; float:none; }
.about_left img{ padding-bottom:5px;  }
#about_v1{text-align:center;}
#about_v1 .about_img {
	padding:none;
	float:none;    
}
#about_v1 .about_img img {
    width: 300px;	
}

.vdo_about{
	width:440px; 
	float:none;
	padding-left:0;
}
.vdo_about iframe{
	width:440px;
	height:330px;
}
/*end about*/

/*Contact*/
.page_contact_left{
    border: 0;
    float: none;
    padding: 0 15px;
    width: 400px;
}
.page_contact_right{
    float: none;
    margin: 0;
    min-height: 300px;
    padding: 0;
    width: 440px;
}
/*end Contact*/

}
