/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 1.0 - 10.21.2008
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	
	padding:0px;
	-moz-border-radius:6px;
	
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;

	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}/* CSS Document */

.input_lienhe{
float:left;
display:block;
width:260px;
}
.input_lienhe label{
width:110px;
float:left;
line-height:29px;
}
.input_lienhe input{
margin-top:5px;

width:260px;
color:#000;
border:0px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
border:solid 1px #da251c;
background:url(/images/h1.png);

}
.input_lienhe textarea{
margin-top:5px;

width:593px;
border:0px;
border:solid 1px #da251c;
background:url(/images/h1.png);
padding-top:7px;
padding-bottom:7px;
padding-left:5px;
padding-right:5px;
color:#000
}

.input_button {
float:left;
display:block;
width:385px;
text-align:right;
padding-top:10px;
padding-bottom:5px;
}
.bt_gui_lh{
cursor:pointer;
border:0px;
background:url(/images/gui.jpg);
width:74px;
height:29px;
}


.bg_lienhe{ background:url(/images/bg_lienhe.jpg) no-repeat top right}

.button_sen{ background:url(/images/bg_bt.png) no-repeat 0px 0px; border:none; cursor:pointer; width:97px; height:29px;  }
.button_sen:hover{ background:url(/images/bg_bt.png) no-repeat 0px -36px; border:none; cursor:pointer; width:97px; height:29px;  }
	
	
.button_2{ background:url(/images/bg_bt.png) no-repeat 0px -73px; border:none; cursor:pointer; width:97px; height:29px;  }
.button_2:hover{ background:url(/images/bg_bt.png) no-repeat 0px -109px; border:none; cursor:pointer; width:97px; height:29px;  }
#nav {
	min-height: 36px;
	max-width: 980px;
}
#nav ul {margin:0; padding:0;}
#nav ul li {
	list-style:none;
	float: left;
	position:relative;
	padding:0; 
	margin:0;
}
#nav ul li a { 
	display: block;
	padding: 10px 25px;
	border-left:1px solid #3f899d; 
}
#nav .nav > li > a {
	color: #fff; 
	text-decoration: none;
}
#nav .nav > li > a:hover {
	color: #43d7ff;
	background-color: #006f8e;
}
#nav .nav > .active > a,
#nav .nav > .active > a:hover{
	color: #43d7ff;
	background-color: #006f8e;
}
#nav ul li a span.menutitle { display:block;}
#nav ul li a span.menudesc { float:left; clear:both; line-height:12px; margin:-20px 0 0 0;}
/* SubMenu */
#nav ul li ul{
	position:absolute;
	width: 220px;
	left:-999em;
	padding: 5px;
	background-color: #00546b;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#nav ul li:hover ul, #menu ul li.sfHover ul { left:0;}
#nav ul li ul li:hover ul { left: 220px; top:0}
#nav ul li ul li { padding: 0; height:auto; width: 220px; margin:0; border: none; }
#nav ul li:hover ul li a {text-shadow:none;margin:0; padding:1px 0 1px 10px;line-height:25px; text-align:left;}
#nav ul li:hover ul li { background:none;}
#nav ul li:hover ul li a,
#nav ul li ul li a,
#nav ul li li ul li a,
#nav ul li.active ul li a,
#nav ul li ul li.active ul li a,
#nav ul li.active ul li a,
#nav ul li ul li.active ul li a {
	color:#fff; 
	background:none; 
	border: none;
}
#nav ul li ul li a:hover,
#nav ul li ul li.active a,
#nav ul li.active ul li a:hover,
#nav ul li li ul li a:hover,
#nav ul li ul li.active ul li.active a,
#nav ul li ul li.active a,
	#nav ul li.active ul li a:hover{
	color: #43d7ff;
	text-decoration: none;
	background-color: #006f8e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70e3e8', endColorstr='#ff28ccca', GradientType=0);
	border-color: #28ccca #28ccca #5da8c7;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-style: solid; border-width:1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#nav ul li ul ul, #nav ul li:hover ul ul,#nav ul li.sfHover ul ul ul, #nav ul li.sfHover ul ul ul ul {left:-999em;padding:5px; margin:-5px 0 0 0;}



ul.menu_left{
	width:212px; 
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}	
ul.menu_left li{
	width:212px;  
	padding:4px 0;
	text-transform:inherit;
}
ul.menu_left li a{
	color:#fff;
	font-size:16px;
}		
ul.menu_sub{
	width:200px; 
	list-style:none;
	display:none;
	margin:0px;
	padding-left:5px;
}	
ul.menu_sub li{
	width:195px;
	height:13px;
	height:17px;
	text-indent:10px; 
	padding:2px 0;
	text-transform:inherit; 
	border:none;
}
ul.menu_sub li a{
	color:#fff;
	font-size:13px;
}
ul.menu_sub li a:hover{
	color:#feae02;
}
/*phan trang */
.navigation {
	clear: both;
	height:20px;
	text-align: right;
	padding-right:10px;
	cursor:default;
	font-weight:bold;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	text-decoration:none;

}

.navigation .page_item a {
	color: #00546b;

padding-left:3px;
padding-right:3px;
}

.navigation .current_page_item, .navigation .page_item a:hover 
{padding-left:3px;
padding-right:3px;
	color:#da251c;

border-bottom:1px solid #da251c;
}
.duan_san{
padding-left:2px;
padding-right:2px;
}
/*end phan trang*/.popup_photo{}


.show_info_2{
font-size:11px;
position:relative;
text-align:center;
width:500px;
color:#000;
}
.show_info_2 a{
color:#000;
}
.close_luu_2
{
cursor:pointer;

z-index:99999;

position: absolute;
width: 16px;
height: 16px;
right: 13px;
top: 13px;
background: transparent url(/images/popupbg.gif) no-repeat 1px 1px;

}
.close_luu_2:hover
{
background: transparent url(/images/popupbg.gif) no-repeat -14px 1px !important;
}

.button_left{ background:url(/images/bt.png) no-repeat; width:52px; height:21px; border:none; cursor:pointer; font-weight:bold; color:#fff;}

.noidung_thongbao_2{
padding-top:10px;

background:#fff;
color:#000;
font-size:11px;
}


.khung_thong_bao_2{
background-color: rgba(110, 136, 149, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#838383,endColorstr=#838383);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#838383,endColorstr=#838383);
padding: 8px;
-moz-border-radius: 6px;
border-radius: 6px;
border: none;
}
.title_thongbao_2{
background-color: #00546b;
color:#fff;
padding-left: 10px;
line-height:25px;
font-weight:bold;
font-size:14px;
cursor:move;
padding-top:1px;
padding-bottom:1px;
text-align:left;
border: 1px solid #00546b;
}

.popup_photo{
 top:50%; left:40%;
 position:absolute;
z-index:999999;
color:#0000;
}
.close_luu_2 a
{
cursor:pointer;

z-index:99999;
color:#FF0000;

}
.tac_vu_popup{ 

background-color: #F2F2F2;
padding: 8px 10px;
text-align: center;}

#khung_bg_view{ position:absolute; top:0px; left:0px; width:100%; height:auto; overflow: hidden; background:#fff;  display:none; z-index:9999;opacity:0.7;
 -moz-opacity: 0.7; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
 /* For IE 5-7 */
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
 /* For IE 8 */
 -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }* {	
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #676767;
	margin: 0 auto;
	background:  url(../images/bg_top.jpg) repeat-x top;
}
a {
	text-decoration: none;
	color: #00546b;
}
a:hover {
	color: #c30000;
}
input,textarea,select{ outline:none; font-family: Arial; }
/* ------ */
.tgp_wapper {
	width: 100%;
}

/* ------ */
.tgp_header {
	width: 983px;
	padding: 5px 0 0;
	overflow: hidden;
}
.tgp_header .tgp_logo {
	width: 700px;
	padding-top: 4px;
	float: left;
}
.tgp_header .tgp_header_right {
	width: 255px;
	float: right;
}
.tgp_header_right .tgp_search {
	background: url(../images/search.png) no-repeat;
	width: 249px;
	height: 39px;
	margin-right: 0;
}
.tgp_search .txtinput {
	font-size: 11px;
	background: transparent;
	padding: 0 5px;
	margin: 5px 0 5px 5px;
	color: #a5a5c2;
	width: 154px;
	height: 29px;
	
}
.tgp_search .button {	
	width: 70px;
	height: 29px;
	cursor: pointer;
	background: none;
}
.tgp_header_right .tgp_hotline {
	background: url(../images/icon_tell.png) right 2px no-repeat;
	width: 245px;
	margin-right: 0;
	padding-top: 5px;
	margin-top: 5px;
	height: 25px;
	font-size: 15px;
	color: #c20000;
}

/* ------ */
.tgp_menu {
	background-color: #00546b;
	width: 100%;
	min-width: 983px;
	position: relative;
	z-index: 10;
	height: 36px;
	box-shadow: 0px 0px 30px #999;
	font-weight: bold;
	text-transform: uppercase;
}
.tgp_menu .tgp_menu_center {
	width: 983px;
}

/* ------ */
.tgp_content_home {
	padding: 10px 0px;
	text-align: center;
	margin: 0px auto;
	width: 1200px;
	height: 355px;
	position: relative;
}

/* ------ */
.tgp_content {
	background: #eeeeee url(../images/bg_content.jpg) center bottom no-repeat;
	text-align: center;
	margin: 0 auto;
}
/* ------ */
.tgp_content_center {
	background-color: #fff;
	width: 983px;
	padding: 20px 13px;
	box-shadow: 0 1px 15px #aaa;
}

/* [==========] */
.tgp_content_center .tgp_title_menu {
	background-color: #ca1111;
	padding: 8px 0 8px 12px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

/* [==========] */
.tgp_content_center .tgp_menuLeft {
	background-color: #f7f7f7;
	float: left;
	width: 190px;
	margin-right: 13px;
	text-align: left;
}
.tgp_menuLeft li {
	list-style: none;
	cursor: pointer;
}
.tgp_menuLeft li a {
	display: block;
	margin: 10px 0;
	padding: 5px 5px 5px 12px;
	color: #676767;
	font-weight: bold;
}
.tgp_menuLeft li a:hover {
	color: #c30000;
	font-weight: bold;
	background-color: #ededed;
}
.tgp_menuLeft .active {
	color: #c30000 !important;
	font-weight: bold !important;
	background-color: #d4d4d4 !important;
}
.tgp_menuLeft ul li ul li .active {
	color: #00546b !important;
	font-weight: normal !important;
	background-color: #eee !important;
	text-decoration: underline;
}
.tgp_menuLeft ul li ul li {
	padding-left: 10px;
}
.tgp_menuLeft ul li ul li a {
	font-weight: normal;
	padding-left: 17px;
}
.tgp_menuLeft ul li ul li a:hover {
	color: #00546b;
	font-weight: bold;
	background-color: #ededed;
}
.tgp_menuLeft .openheader {
	color: #c30000;
	font-weight: bold;
	background-color: #ededed;
}

.tgp_menuLeft .tgp_partner {
	width: 170px;
	text-align: center;
	margin: 7px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
li .tgp_partner a {
	display: block;
	color: #676767;
	padding: 0;
	margin: 0;
}
li .tgp_partner a:hover {
	color: #c30000 !important;
	font-weight: bold !important;
	background-color: transparent;
}

/* [==========] */
.tgp_content_center .tgp_wap_content {
	background-color: #f7f7f7;
	float: left;
	width: 577px;
}

/* [==========] */
.tgp_wap_content .tgp_slide {
	width: 100%;
	height: 323px;
}

/* [==========] */
.tgp_wap_content .tgp_wap_content_bot {
	width: 547px;
	padding: 15px;
	text-align: left;
	line-height: 17px;
}
.tgp_wap_content_bot .tgp_title {
	padding: 5px 0 10px;
	background: url(../images/line.png) repeat-x bottom;
}
.tgp_content_center h1 {
	font-size: 19px;
	text-transform: uppercase;
	color: #c30000;
}

/* [==========] */
.tgp_wap_content_bot .tgp_cell_product {
	width: 267px;
	float: left;
	margin: 10px 13px 0 0;
}
.tgp_cell_product .tpg_title_product {
	background: #b51620 url(../images/bg_title_productHover.png) repeat-x;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
}
.tpg_title_product:hover {
	background: #00546b url(../images/bg_title_product.png) repeat-x;
}

.tgp_cell_product img {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #d9d9d9;
}

/* [==========] */
.tgp_wap_content_bot .tgp_cell_product_list {
	width: 176px;
	float: left;
	margin: 10px 3px 0 3px;
}
.tgp_cell_product_list .tgp_cell_product_list_img {
	background-color: #fff;
	padding: 8px;
}
.tgp_cell_product_list_img img {
	box-shadow: 0px 0px 2px #aaa;
}
.tgp_cell_product_list .txt_product {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* [==========] */
.tgp_wap_content_bot .tpg_detail_product {
	margin-top: 10px;
}
.tgp_wap_content_bot a {
	font-weight: bold;
}
.tpg_detail_product .txt_type {
	color: #00546b;
	font-size: 14px;
	font-weight: bold;
}
.tpg_detail_product .tgp_infor_product {
	margin: 15px 0;
}
.tgp_infor_product .tgp_infor_product_img {
	float: left;
	padding: 0 20px 20px 0;
}
.tgp_infor_product .tgp_infor_product_txt {
	text-align: left;
	line-height: 17px;
}
.tgp_infor_product_txt textarea {
	background-color: #f7f7f7;
	font-family: Arial;
	font-size: 12px;
	color: #676767;
	line-height: 17px;
	padding: 5px;
}

/* [==========] */
.tgp_content_center .tgp_menuRight {
	background-color: #f7f7f7;
	float: left;
	width: 190px;
	margin-left: 13px;
}
.tgp_menuRight .tgp_product {
	width: 170px;
	text-align: center;
	margin: 10px auto 0px;
	line-height: 16px;
	font-weight: bold;
}
.tgp_product a {
	display: block;
	color: #676767;
	font-weight: bold;
}
.tgp_product a:hover {
	color: #c30000;
}
.tgp_menuRight .tgp_help {
	background: url(../images/DienThoaiVien.png) top right no-repeat;
	padding: 40px 5px 15px;
	text-align: left;
}
.tgp_help img {
	margin: 3px 5px;
}
.tgp_help p {
	margin-left: 10px;
	font-weight: bold;
}

/* [==========] */
.tgp_content_center .tgp_news_event {
	text-align: left;
	margin-top: 20px;
}
.tgp_news_event .tgp_news_row {	
	background-color: #f7f7f7;
	width: 933px;
	padding: 20px 25px;
	line-height: 16px;
}
.tgp_news_event .tgp_news_col {	
	width: 315px;
	overflow: hidden;
}
.tgp_news_col a {
	font-weight: bold;
}

.tgp_newsEvent {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.tgp_newsEvent .tgp_newsEvent_img {
	width: 117px;
	height: 78px;
	margin-right: 12px;
	float: left;
}
.tgp_newsEvent a {
	font-weight: bold;
}

.inputbox {
	background-color: #f7f5bf;
	padding: 3px;
	border-radius: 5px;
	border: 1px dotted #00546b;
	width: 300px;
}
.btn_frm {
	background-color: #00546b;
	padding: 4px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 3px #333;
}
.btn_frm:hover {
	box-shadow: none;
}

/* ------ */
.tgp_copyright {
	min-width: 983px;
	background-color: #00546b;
	padding: 20px 0 30px;
}
.tgp_copyright_center {
	width: 983px;
	color: #b3efff;
	line-height: 16px;
}
.tgp_copyright_left {
	float: left;
	margin-left: 12px;
	max-width: 500px;
}
.tgp_copyright_right {
	float: right;
	text-align: right;
}
.tgp_copyright_right img {
	margin-left: 2px;
}

.show_info{
font-size:12px;
position:relative;
text-align:center;
width:300px;
height:80px;
color:#000;
}
.show_info a{
color:#FF0000;
}
.close_luu
{
cursor:pointer;

z-index:99999;

position: absolute;
width: 16px;
height: 16px;
right: 13px;
top: 13px;
background: transparent url(/images/popupbg.gif) no-repeat 1px 1px;
}
.close_luu:hover
{
background: transparent url(/images/popupbg.gif) no-repeat -14px 1px !important;
}
.title_popup_bao{

height:20px;
padding-top:5px;
padding-left:10px;
text-align:left;
font-weight:bold;
margin:0px;
}
.noidung_thongbao{
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
background:#fff;
padding-right:10px;
color:#000;
font-size:11px;
}


.khung_thong_bao{
background-color: rgba(110, 136, 149, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#838383,endColorstr=#838383);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#838383,endColorstr=#838383);
padding: 8px;
-moz-border-radius: 6px;
border-radius: 6px;
border: none;
}
.title_thongbao{
background-color: #6ab1f1;
color:#fff;
line-height:25px;
font-weight:bold;
font-size:14px;
padding-left:10px;
padding-top:1px;
padding-bottom:1px;
text-align:left;

border: 1px solid #4498e6 
}

.thoangbao_mgs{
 top:50%; left:40%;
 position:fixed;
z-index:9999999;
color:#0000;
}
.close_luu a
{
cursor:pointer;

z-index:99999;
color:#FF0000;

}


.close_hotro{
position:absolute; top:2px; right:2px;
}
.khung_trogiup{
background:#fff url(/images/Question-mark-icon.png) no-repeat right bottom; width:250px;  position:fixed; bottom:0px; display:none; right:0px;
border:2px solid #8d381b; padding-bottom:5px;behavior: url(/js/iepngfix.htc);
}