body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:#fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container { 
	background: #d2eaf7;
    padding: 0;
    margin: 0 auto;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    text-align: left;
} 

/*--------------------------------------------------- Header ---------------------------------------------------*/
#header { 
	float:left;
	width:100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#header #header_logo
{
	clear:both;
	background: url(../images/header_top.jpg) no-repeat;
	width:935px;
	height:70px;
	position:relative;
	padding-top:8px;
	font:14px Arial, Helvetica, sans-serif;
}
#header #header_logo #lvcity
{
	background:#062b4d;
	width:292px;
	height:30px;
	border:1px #4369a5 solid;
	color:#6ebaff;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
}
.header_hotline{
	text-align:left;
	margin-left:0px;
	font-size: 12px;
}
#header #header_logo .hd_text_language
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#464646;	
}
#header #header_logo .hd_text_search
{
	border:0px;
	width:180px;
	height:28px;
	background:url(../images/search_bg.jpg);
	text-align:center;
}
#header #header_logo a
{
	color:#000000;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#header #header_logo a:hover
{
	color:#9e0b0f;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#header_menu
{
	clear:both;
	float:left;
	width:100%;
	height:47px;
	background:#f4fbff;
	position:relative;
	border-bottom:3px solid #8fc0db;
	z-index:9999;
}
#header_menu .header_menu_c
{
	width:945px;
	background:#f4fbff;
	height: auto;
}

#header #header_logo #idsearch
{
	background:#c3e8ff;
	border: 1px double #d5efff;
	border-radius: 4px 4px 4px 4px;
	width:205px;
	height:24px;
	clear:both;
	padding:0px;
	margin-top:12px;
}
#header #header_logo #keysearch
{
	width:160px;
	height:20px;
	color:#4d4d4d;
	background:#c3e8ff;
	border:0px;
	padding-left:5px;
	outline:none;
	font: 13px Arial, Helvetica, sans-serif;
}
#header img{
	/*float: left;*/
	padding: 0;
	margin: 0;
}
/*-------------menu 3-----------------*/
.menu_main
{
	float:left;
	width:745px;
	height:auto;
	background:#0f426c;
	padding:0px 20px 20px 20px;
}
.menu_main .sp_menu
{
	float:left;
	width:160px;
	height:auto;
	margin-top:15px;
	margin-right:35px;
	border:none;
	padding:0px;
}
.menu_main .sp_menu:hover
{
	background:none;
}
.menu_main .sp_menu:nth-child(1)
{
	width:160px;
}
.menu_main .sp_menu:nth-child(2)
{
	width:135px;
	height:200px;
}
.menu_main .sp_menu:nth-child(3)
{
	width:155px;
	height:200px;
}
.menu_main .sp_menu:nth-child(4)
{
	width:190px;
	height:200px;
	margin-right:0px;
}
.menu_main .sp_menu:nth-child(5)
{
	width:135px;
}
.menu_main .sp_menu:nth-child(6)
{
	width:155px;
}
.menu_main .sp_menu:nth-child(7)
{
	margin-right:0px;
	width:190px;
}
.menu_main .sp_menu .sp_menu_left
{
	float:left;
	width:auto;
	height:auto;
	margin-bottom:5px;
}
.menu_main .sp_menu .sp_menu_left a
{
	float:left;
	width:100%;
	height:auto;
	color:#fafafa;
	text-align:left;
	padding:0px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.menu_main .sp_menu .sp_menu_right
{
	float:left;
	width:100%;
	height:auto;
	border:none;
	padding-left:0px;
}
.menu_main .sp_menu .sp_menu_right:hover
{
	background:none;
}
.menu_main .sp_menu .sp_menu_right a
{
	float:left;
	width:100%;
	height:auto;
	color:#fff;
	text-align:left;
	padding:0px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.menu_main .sp_menu .sp_menu_right a:hover
{
	background:#8fc0db;
	color:#000;
}
.menu_main .sp_menu .sp_menu_right .menu_hard_new
{
	float:left;
}
.menu_main .sp_menu .sp_menu_right .menu_hard_new a
{
	font-size:12px;
	font-weight:bold;
}
.menu_main .sp_menu .sp_menu_right .menu_hard_new .menu_hard_child
{
	float:left;
} 
.menu_main .sp_menu .sp_menu_right .menu_hard_new .menu_hard_child a
{
	font-size:12px;
	font-weight:100;
	padding-left:10px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:uppercase;
	background: url(../images/right_arrow.png) left no-repeat;
}
.menu_main .sp_menu .sp_menu_right .menu_hard_new .menu_hard_child a:hover
{
	background:#8fc0db;
	color:#000;
}
/*-------------banner-----------------*/
#banner
{
	background: #fff; 
	padding: 0;
	margin: 0;
	width: 958px;
	position: relative;
	float:left;
}
/*-------------end banner--------------*/
/*-------------id_search---------------*/
#id_search
{
	background: url(../images/search_bg.jpg) no-repeat;
	padding: 0;
	margin: 0;
	width: 958px;
	position: relative;
	float:left;
	height:52px;
	padding-top:10px;
	padding-left:26px;
}
#id_search .text_bg
{
	background: url(../images/khung_bg.png) no-repeat;
	width: 152px;
	height:32px;
	padding-left:0px;
	padding-top:5px;
	padding-right:0px;
}

#id_search .text_bg input
{
 border:0px;
 color:#434240;
 font:13px Arial, Helvetica, sans-serif;
 width:140px;
 margin-left:5px;
}
#id_search .text_bg select
{
 border:0px;
 color:#434240;
 font:13px Arial, Helvetica, sans-serif;
 width:140px;
 margin-left:5px;
}
/*-------------end id_search---------------*/
/*------------start contenthome--------------*/
#content
{
	float:left;
	width:100%;
	background:#d2eaf7;
}
#content #ct_menu
{
	clear:both;
	width:935px;
	height:40px;
	position:relative;
}
#content #ct_menu .ct_menu_left
{
	float:left;
	background: url(../images/submenu1_left.png) no-repeat;
	width:6px;
	height:40px;
}
#content #ct_menu .ct_menu_center
{
	float:left;
	background: url(../images/submenu1_center.png) repeat;
	width:970px;
	height:40px;
	padding:0px;
	margin:0px;
}
#content #ct_menu .ct_menu_right
{
	float:right;
	width:6px;
	background: url(../images/submenu1_right.png) no-repeat;
	height:40px;
}
#mainContent
{
	float:left;
	width:100%;
	height:auto;
}
#content #ct_banner 
{
	clear:both;
	width:935px;
	height:290px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
#content #ct_banner .ct_banner_view
{
	width:942px;
	height:280px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	position:absolute;
}
#content #ct_banner .ct_banner_view input
{
	max-width:100%;
	max-height:100%;
}
#content #ct_banner .ct_banner_view .ct_b_v_left
{
	float:left;
	width:310px;
}
#content #ct_banner .ct_banner_view .ct_b_v_left .left_title
{
	float:right;
	width:300px;
	text-align:right;
	text-transform:uppercase;
	font:25px Arial, Helvetica, sans-serif;
	color:#2b2b2b;
}
#content #ct_banner .ct_banner_view .ct_b_v_left .left_title .left_titletype
{
	background:#0f426c;
	color:#fff;
	font:33px Arial, Helvetica, sans-serif;
}
#content #ct_banner .ct_banner_view .ct_b_v_left .left_namesp
{
	clear:both;
	float:right;
	width:auto;
	text-align:right;
	text-transform:uppercase;
	font:40px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#daa630;
}
#content #ct_banner .ct_banner_view .ct_b_v_left .left_namesp a
{
	font:33px Arial, Helvetica, sans-serif;
	color:#daa630;
	text-decoration:none;
}
#content #ct_banner .ct_banner_view .ct_b_v_center
{
	float:left;
	width:340px;
	padding-left:5px;
	padding-right:5px;
}
#content #ct_banner .ct_banner_view .ct_b_v_right
{
	float:right;
	width:280px;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .right_title
{
	float:left;
	width:280px;
	text-align:left;
	text-transform:uppercase;
	font:43px Arial, Helvetica, sans-serif;
	color:#2b2b2b;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .right_promotion
{
	float:left;
	width:280px;
	text-align:left;
	text-transform:uppercase;
	font:43px Arial, Helvetica, sans-serif;
	color:#2b2b2b;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .right_promotion .right_promotionview
{
	font:60px Arial, Helvetica, sans-serif;
	color:#0f426c;
	border-bottom:1px dashed #0f426c;
}
#content #ct_products
{
	width:935px;
	height:auto;
}
#content #ct_products .prod_left
{
	float:left;
	width:300px;
	height:350px;
	border: 1px double #a7d5ec;
	border-radius: 7px 7px 7px 7px;
	margin-right:14px;
	margin-bottom:14px;
	background:#fff;
}
#content #ct_products .prod_left .prod_h
{
	color:#0f426c;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:5px;
	padding-top:10px;
	padding-bottom:0px;
	text-transform:uppercase;
}
#content #ct_products .prod_left .prod_h a
{
	color:#0f426c;
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#content #ct_products .prod_left .prod_line_grey
{
	width:100%;
	background: url(../images/sp_line_grey.jpg) center no-repeat;
	height:26px;
}
#content #ct_products .prod_left .prod_img
{
	clear:both;
}
#content #ct_products .prod_left .prod_img .prod_img_left
{
	float:left;
	padding-left:10px;
}
#content #ct_products .prod_left .prod_img .prod_img_right
{
	float:right;
	padding-right:10px;
}
#content #ct_products .prod_left .prod_img .prod_img_right .prod_img_giagoc
{
	font:bold 11px Verdana,Arial, Helvetica, sans-serif;
	color:#3481a7;
}
#content #ct_products .prod_left .prod_img .prod_img_right .prod_img_saleoff
{
	font:15px Verdana,Arial, Helvetica, sans-serif;
	color:#272828;
}
#content #ct_products .prod_left .prod_img .prod_img_right .prod_img_giagiam
{
	font:bold 14px Verdana,Arial, Helvetica, sans-serif;
	color:#000;
}
#content #ct_products .prod_left .prod_img .prod_img_right .prod_img_detail
{
	padding-top:10px;
}
#content #ct_products .prod_left  .prod_img .prod_img_left img
{
	width:142px;
	height:123px;
}
#content #ct_products .prod_left .prod_view
{
	min-height:90px;
	padding-bottom:10px;
	padding-left:10px;
}
#content #ct_products .prod_left .prod_view .prod_view_left
{
	float:left;
	padding-left:10px;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	width:180px;
	vertical-align:top;
	overflow:hidden;
	height:135px;
}
#content #ct_products .prod_left .prod_view .prod_view_left p
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_left .prod_view .prod_view_right
{
	float:right;
	padding-right:10px;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_price
{
	color:#ff6001;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_hours .ct_b_r_times
{
	float:left;
	color:#9c9c9c;
	font:bold 10px Verdana,Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_hours .ct_b_r_tietkiem
{
	float:left;
	color:#9c9c9c;
	font:10px Verdana,Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_hours .ct_b_r_tietkiem .ct_bold
{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_hours .ct_b_r_times .ct_bold
{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_left .prod_view .prod_view_right .p_v_hours .ct_b_r_times
{
	float:left;
}

#content #ct_products .prod_right
{
	float:left;
	width:300px;
	height:350px;
	border: 1px double #a7d5ec;
	border-radius: 7px 7px 7px 7px;
	background:#fff;
	margin-bottom:14px;
}
#content #ct_products .prod_right .prod_h
{
	color:#0f426c;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:5px;
	padding-top:10px;
	padding-bottom:0px;
	text-transform:uppercase;
}
#content #ct_products .prod_right .prod_h a
{
	color:#0f426c;
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#content #ct_products .prod_right .prod_line_grey
{
	width:100%;
	background: url(../images/sp_line_grey.jpg) no-repeat;
	height:26px;
}
#content #ct_products .prod_right .prod_img .prod_img_left
{
	float:left;
	padding-left:10px;
}
#content #ct_products .prod_right .prod_img .prod_img_right
{
	float:right;
	padding-right:10px;
}
#content #ct_products .prod_right .prod_img .prod_img_right .prod_img_giagoc
{
	font:bold 11px Verdana,Arial, Helvetica, sans-serif;
	color:#3481a7;
}
#content #ct_products .prod_right .prod_img .prod_img_right .prod_img_saleoff
{
	font:15px Verdana,Arial, Helvetica, sans-serif;
	color:#272828;
}
#content #ct_products .prod_right .prod_img .prod_img_right .prod_img_giagiam
{
	font:bold 14px Verdana,Arial, Helvetica, sans-serif;
	color:#000;
}
#content #ct_products .prod_right .prod_img .prod_img_right .prod_img_detail
{
	padding-top:10px;
}
#content #ct_products .prod_right  .prod_img .prod_img_left img
{
	width:142px;
	height:123px;
}
#content #ct_products .prod_right .prod_view
{
	min-height:130px;
	padding-bottom:10px;
	padding-left:10px;
}
#content #ct_products .prod_right .prod_view .prod_view_left
{
	float:left;
	padding-left:10px;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	width:180px;
	vertical-align:top;
	overflow:hidden;
	height:135px;
}
#content #ct_products .prod_right .prod_view .prod_view_left p
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_right .prod_view .prod_view_right
{
	float:right;
	padding-right:10px;
}
#content #ct_products .prod_right .prod_view .prod_view_right .p_v_price
{
	color:#ff6001;
}
#content #ct_products .prod_right .prod_view .prod_view_right .p_v_hours .ct_b_r_times
{
	float:left;
	color:#9c9c9c;
	font:bold 10px Verdana,Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_right .prod_view .prod_view_right .p_v_hours .ct_b_r_tietkiem
{
	float:left;
	color:#9c9c9c;
	font:10px Verdana,Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_right .prod_view .prod_view_right .p_v_hours .ct_b_r_tietkiem .ct_bold
{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_right .prod_view .prod_view_right .p_v_hours .ct_b_r_times .ct_bold
{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#content #ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_times
{
	float:left;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_price
{
	color:#ff6001;
	font:bold 24px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:15px;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_hours
{
	padding-top:15px;
	padding-left:5px;
	
}
#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_hours .ct_b_r_tietkiem
{
	color:#438cd1;
	font:10px Verdana,Arial, Helvetica, sans-serif;
	float:left;
	padding:4px;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_hours .ct_b_r_times
{
	color:#438cd1;
	font:bold 10px Verdana,Arial, Helvetica, sans-serif;
	float:left;
	padding:4px;
}
#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_hours .ct_b_r_tietkiem .ct_bold,#content #ct_banner .ct_banner_view .ct_b_v_right .ct_b_r_hours .ct_b_r_times .ct_bold
{
	color:#000000;
	font:12px Arial, Helvetica, sans-serif;
}
#content #ct_pages
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px #82b4e3 solid;	
}
#content #ct_pages ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#content #ct_pages ul li
{
	float:left;
	padding:10px 10px 10px 0px;
}
#content #ct_pages ul li div.current
{
	background-color:#85aed4;
	line-height:30px;
	color:#fff;
	font-size:12px;
	padding:5px 5px 0px 5px;
	padding-top:0px;
	
}
#content #ct_pages ul li a
{
	color:#464646;
	font:bold 12px Tahoma,Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:28px;
}
#content #ct_pages ul li a .f_bold
{
	color:#000;
}
/*------------end contenthome--------------*/
.prod_title_hard
{
	float:left;
	width:280px;
	height:35px;
	overflow:hidden;
	padding:10px;
}
.prod_title_hard a
{
	float:left;
	width:100%;
	color:#0f426c;
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prod_view_hard
{
	float:left;
	width:100%;
	height:126px;
	overflow: hidden;
}
.prod_view_hard p
{
	float: left;
	width:270px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
    text-align: left;
	color:#333;
    font: 12px Arial, Helvetica, sans-serif;
	white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prod_img_hard
{
	float:left;
	width:100%;
	height:auto;
}
.prod_img_hard .prod_img_left_hard
{
	float:left;
	width:130px;
	padding-left:10px;
	padding-top:10px;
	height:auto;
}
.prod_img_hard .prod_img_left_hard a
{
	float:left;
	width:130px;
	height:auto;
}
.prod_img_hard .prod_img_left_hard img
{
	width:130px;
	height:130px;
}
.prod_img_hard .prod_img_right_hard
{
	float:left;
	width:145px;
	padding-top:15px;
	height:auto;
}
.prod_img_hard .prod_img_right_hard .main_price
{
	float:left;
	width:145px;
	height:auto;
}
.prod_img_hard .prod_img_right_hard .prod_img_price
{
	float:left;
	width:100%;
	height:auto;
}
.prod_img_hard .prod_img_right_hard .prod_img_price span
{
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
.prod_img_hard .prod_img_right_hard .prod_img_core
{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.prod_img_hard .prod_img_right_hard .prod_img_core span
{
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#3481a7;
}
.prod_img_hard .prod_img_right_hard .prod_img_sale
{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:3px;
	margin-top:3px;
}
.prod_img_hard .prod_img_right_hard .prod_img_sale span
{
	width:auto;
	color:#af100a;
	font-size:25px;
}
.prod_img_hard .prod_img_right_hard .prod_img_details
{
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
}
.prod_img_hard .prod_img_right_hard .prod_view_star
{
	float:left;
	width:100%;
	height:auto;
	padding-top:5px;
}
.prod_img_hard .prod_img_right_hard .prod_view_star span
{
	width:auto;
	height:auto;
	padding-top:5px;
	font-size:12px;
	color:#9c9c9c;
	border-top:1px solid #9c9c9c;
}
/*-----------------------content detail------------------------*/
#content #content_detail
{
	width:935px;
	clear:both;
	padding-top:5px;
	overflow:hidden;
}
#content #content_left
{
	float:left;
	width:670px;
	overflow:hidden;
}

#content #content_left .content_r_title
{
	width:100%;
	text-align:center;
	position:relative;
	height:35px;
	z-index:1000;
	
}
#content #content_left .content_r_title ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#content #content_left .content_r_title ul li
{
	float:left;
	height:35px;
	width:121px;
	padding:0px;
	margin-top:2px;
	background:url(../images/khung_header.png) no-repeat;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#content #content_left .content_r_title ul  p
{
	cursor:pointer;
}
#content #content_left .content_r_title ul .current
{
	background:url(../images/khung_header_cur.png) no-repeat !important;
	color:#014f90;
}
#content #content_left .content_r_title ul li a
{
	color:#000;
	text-decoration:none;
	
}
#content #content_left .content_r_title ul  .cur
{
	color:#014f90;
	text-decoration:none;
}
#content #content_left .content_r_title ul li a:hover
{
	color:#014f90;
	text-decoration:none;
}
#content #content_left .content_r_content
{
	clear:both;
	width:100%;
	min-height:400px;
	background:#fff;
	border: 2px solid #c1e4f4;
	border-radius: 7px 7px 7px 7px;
	z-index:999;
}
#content #content_left .content_r_content .content_r_content_detail
{
	padding:20px;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
}
#content #content_left .content_r_content .tab_detail_title
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#0f426c;
	text-transform:uppercase;
	padding-left:10px;
}
#content #content_left .content_r_content .tab_detail_bg
{
	height:26px;
	margin-left:-20px;
	background:url(../images/sp_line_grey.jpg) no-repeat left top;
}
#content #content_left .content_r_content .tab_detail_optsale
{
	padding-left:10px;
}
#content #content_left .content_r_content .tab_detail_optsale ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#content #content_left .content_r_content .tab_detail_optsale ul li
{
	height:28px;
}
#content #content_left .content_r_content .tab_detail_optsale .tab_detail_hosting
{
	font:14px Arial, Helvetica, sans-serif;
	color:#272828;
}
#content #content_left .content_r_content .tab_detail_month
{
	width:360px;
	height:32px;
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font:14px Arial, Helvetica, sans-serif;
	color:#272828;
}
#content #content_left .content_r_content .tab_detail_total
{
	width:360px;
	height:32px;
	font:14px Arial, Helvetica, sans-serif;
	color:#272828;
}
#content #content_left .content_r_content .tab_detail_total .title
{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#9e0b0f;
	text-transform:uppercase;
}
#content #content_left .content_r_content .tab_detail_total .money
{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
#content #content_right
{
	float:right;
	width:243px;
	background:#70abc8;
	border: 1px double #d5efff;
	border-radius: 7px 7px 7px 7px;
	padding:5px;
	overflow:hidden;
}
#content #content_right .center_right_menu
{
	background:#fff;
	border: 1px double #d5efff;
	border-radius: 7px 7px 7px 7px;
	margin-bottom:5px;
	padding:5px;
	overflow:hidden;
}
#content #content_right .center_right_menu .menu_img
{
	width:89px;
	height:81px;
}
#content #content_right .center_right_menu .menu_kh
{
	width:225px;
} 
#content #content_right .center_right_menu ul
{
	clear:both;
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#content #content_right .center_right_menu ul li
{
	overflow:hidden;
	min-height:auto;
	
}
#content #content_right .center_right_menu .center_right_menu_div
{
	clear:both;
	font:14px Arial, Helvetica, sans-serif;
	color:#484848;
	border-bottom: 1px dashed #cdcdcd;
	min-height:35px;
	overflow:hidden;
	padding:5px;
}
#content #content_right .center_right_menu  .center_right_menu_divtitle
{
	clear:both;
	font:14px Arial, Helvetica, sans-serif;
	color:#484848;
	min-height:35px;
}
/*-----------------------end content detail------------------------*/
/*-----------start footer----------------*/
#footer
{
	clear:both;
	padding-top:0px;
	float:left;
	width:100%;
	height:auto;
	background:#d2eaf7;
}
#footer #footer_menu
{
	clear:both;
	background:  url(../images/footer_bg.jpg) repeat-x; 
	min-height:165px;
	border: 1px #c1e4f4;
	border-bottom: 0px ;
	border-radius: 7px 7px 0px 0px;
	width:935px;
	padding-bottom:10px;
	overflow:hidden;
}
#footer .footer_copyright{
	width: 100%;
	float:left;
	height: auto;
	background:#f4fbff;
}
.ft_left {
	float:left;
	width:650px;
	text-align:left;
	color:#fff;
	margin-top:10px;
	height:130px;
}
.ft_right {
	float:right;
	width:220px;
	margin-top:10px;
	height:130px;
	text-align:left;
	color:#fff;
}
#footer #footer_menu .ft_sppm
{
	float:left;
	width:210px;
	border-right: 1px solid #9fd1eb;
	min-height:150px;
}
#footer #footer_menu .ft_sppm .ft_sppm_title
{
	padding-top:10px;
	text-align:left;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#0f426c;
	padding-left:10px;
}

#footer #footer_menu .ft_sppm .ft_sppm_content
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#507588;
	margin-top:10px;
}
#footer #footer_menu .ft_sppm .ft_sppm_content ul
{
	list-style:rad;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-left:20px;
	margin-left:10px;
}
#footer #footer_menu .ft_sppm .ft_sppm_content ul li
{
	text-align:left;
	padding:3px;
	padding-left:0px;
}
#footer #footer_menu .ft_sppm .ft_sppm_content ul li a
{
	color:#507588;
	text-align:left;
	text-decoration:none;
}
#footer #footer_menu .ft_sppm .ft_sppm_content ul li a:hover
{
	color:#0f426c;
}


#footer #footer_menu .ft_chatonline
{
	float:left;
	width:300px;
	min-height:150px;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content .ft_chatonline_chat
{
	float:left;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_title
{
	padding-top:10px;
	text-align:left;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#0f426c;
	padding-left:10px;
}

#footer #footer_menu .ft_chatonline .ft_chatonline_content
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#507588;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content ul
{
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-left:10px;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content ul li
{
	text-align:left;
	padding:5px;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content  .ft_chatonline_chat_line
{
	clear:both;
	line-height:20px;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content ul li a
{
	color:#507588;
	text-align:left;
	text-decoration:none;
}
#footer #footer_menu .ft_chatonline .ft_chatonline_content ul li a:hover
{
	color:#0f426c;
}


#footer .f_title 
{	font: 24px Arial, Helvetica, sans-serif;
	color:#e4b56c;
	padding-top:15px;
}
#footer .f_content
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#707070;
	padding-top:10px;
}
#footer .chattext
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#707070;
	padding-left:30px;
}
#footer_bottom
{
	clear:both;
	width:830px;
	padding-top:10px;
	color:#414141;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
}
#footer #footer_menutext
{
	clear:both;
	width:935px;
	display:none;
	background:#0e253a; 
	overflow:hidden;
}
#footer #footer_menutext .footer_menutext_right
{
	background:none;
	float:right;
	text-align:right;
	overflow:hidden;
	font:13px Arial, Helvetica, sans-serif;
	color:#a9a9a9;
	padding-top:5px;
	padding-right:10px;
	
}
#footer #footer_menutext .footer_menutext_left
{
	overflow:hidden;
	background:none;
	padding:5px;
	width:auto;
	float:left;
	text-align:left;
	color:#a9a9a9;
	font:13px Arial, Helvetica, sans-serif;
}
#footer .footer_menutext .footer_title
{
	color:#fff;
	font:bold 20px Arial, Helvetica, sans-serif;
}
#footer .footer_menutext ul
{
	color:#cacaca;
	list-style:none;
	font:13px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-top:5px;
}



#footer .main_footer
{
	width:935px;
	height:auto;
}
#footer .customer_support
{
	float:left;
	width:355px;
	height:auto;
}
#footer .customer_support h2
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-top:30px;
	padding-bottom:25px;
	text-align:left;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .customer_support a
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-bottom:15px;
	text-decoration:none;
	text-align:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .customer_support a:hover
{
	color:#0f426c;
}
#footer .about_us
{
	float:left;
	width:270px;
	height:auto;
}
#footer .about_us h2
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-top:30px;
	padding-bottom:25px;
	text-align:left;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .about_us a
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-bottom:15px;
	text-decoration:none;
	text-align:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .about_us a:hover
{
	color:#0f426c;
}
#footer .contact_us
{
	float:right;
	width:310px;
	height:auto;
}
#footer .contact_us h2
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-top:30px;
	padding-bottom:25px;
	text-align:left;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .contact_us p
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding-bottom:15px;
	text-decoration:none;
	text-align:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
#footer .contact_us .paying_style
{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:25px;
}
#footer .contact_us .paying_style img
{
	float:left;
	width:100%;
	height:auto;
}
#footer .contact_us .paying_style h2
{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding:10px 0px 25px 0px;
	text-align:left;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
}
.copy_right
{
	float:left;
	width:100%;
	height:auto;
	background:#3087fe;
	padding-top:10px;
	padding-bottom:10px;
}
.main_coppy_right
{
	width:935px;
	height:auto;
}
.main_coppy_right p
{
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	line-height:15px;
	font-size:12px;
	color:#fff;
}
/*-----------end footer----------------*/
/*---------------*/
.list_carousel {
	width: 915px;
	padding:10px;
	display:none;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	height: 82px;
	padding-right: 22px;
	padding-top:0px;
	padding-left:0px
	display: block;
	float: left;
}
.list_carousel li img{
	height:81px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.caroufredsel_wrapper
{
width:915px !important;
}
.caroufredsel_wrapper #foo2
{
	width:915px !important;
}
			
.scrollbanner{display:none;}
.scrollup{
    width:50px;
    height:25px;
    opacity:0.3;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    text-indent:-9999px;
    background: url('../images/bt_top.png') no-repeat;
}
.buynow{
	display:none;
}
#sms {display:none;} @media screen and (max-width:650px){#sms {display:block; height:65px; position:fixed; width:60px; right:0; border-top-left-radius:40px;border-bottom-left-radius:40px;  bottom:-20px; background:#0f426d;background-size:30px 30px; text-decoration:none; box-shadow:0 0 5px #888; -webkit-box-shadow:0 0 5px #888; -moz-box-shadow:0 0 5px #888; z-index:9999;}}
#callnowbutton {display:none;} @media screen and (max-width:650px){#callnowbutton {display:block; height:65px; position:fixed; width:60px; left:0; border-top-right-radius:40px;border-bottom-right-radius:40px;  bottom:-20px; background:#0f426d;background-size:30px 30px; text-decoration:none; box-shadow:0 0 5px #888; -webkit-box-shadow:0 0 5px #888; -moz-box-shadow:0 0 5px #888; z-index:9999;}}