@charset "utf-8";
body{
	background:#fff url(../images/bg.jpg) repeat-x top center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
	text-decoration: none;
	line-height:20px;
	
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	text-decoration: underline;
	

}
img{
	border:none;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6{
padding:0px;
margin:0px;}
.clear{
width:0px;
float:left;
clear:both;}
#wp{
width:1000px;
margin:0px auto;}

header, footer, section, aside, nav, article {
    display: block;
}
/*--------------header------------------*/
.top{
width:100%;

height:30px;}
.left-top{
	width:500px;
	float:left;
	color:#FFFFFF;
	padding-top:7px;
	text-transform: uppercase;
}
.social{
float:right;
/*padding-top:3px;*/
}

.banner{
width:80%;
height:100px;
float:left;
margin-top:25px;
}
.logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 120px;
    margin: 15px 0 0;
    width: 200px;
}
.logo a {
    display: block;
    height: 80px;
    text-indent: -9999px;
}
.mainmenu{
width:100%;
height:52px;
 background: url("../images/bg-nav.png") no-repeat scroll 0 0 transparent;
float:left;}
.box-login{
text-align:right;
float:right;
padding:7px 15px;
color:#FFFFFF;
}
.box-login span{
font-weight:bold;
color:#000;}

.box-login span a.login{cursor:pointer;}
.box-login span a.login:hover{color:#FFF;}

.out-user{
-webkit-border-radius: 3px; /* large radius to create circular borders */
-moz-border-radius: 3px;
border-radius: 3px;
background:#074899;
color:#FFFFFF;
margin-left:10px;
padding:2px 5px;border:none;
float:right;
cursor:pointer;
}
.out-user:hover{text-decoration:underline;}
/*--------------conten------------------*/
#content {
width:976px;
float:left;
background:#FFFFFF;
margin-top:-14px;
margin-left:12px;
}
#box-slide{
width:946px;
height:305px;
float:left;
margin-left:15px;
margin-top:15px;
}
#box-slide img{
width:946px;
height:305px;
}

.banner_rotator_div
{
	width: 946px;
	height: 305px;
	display: table;
	background-position: top center;
	background-repeat: no-repeat;
}
#slider {
    margin: 0px auto 0 auto ;
    width: 946px;
    
}
.nivoSlider 
{
	position:relative;
	background:url('../images/loading.gif') no-repeat 50% 50%;
	
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:946px;
	height:305px;
	
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:11px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:16px;
	background:url(../images/bullets2.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-19px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*--col left--*/
aside{
width:300px;
float:left;
margin-top:15px;
}
.box-left{
width:100%;
float:left;
margin-bottom:15px;
}
.title-box-left{
	width:100%;
	float:left;
	color:#FFFFFF;
	padding:7px 0px 20px 25px;
	margin:0px;
	background: url("../images/title-box-left.png") no-repeat left top;
	margin-left:-11px;
	font-size:14px;
	text-transform: uppercase;
 }
 
 .listmenu-left{
width: 96%;
float:left;
margin-top:5px;
}



.listmenu-left ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.listmenu-left ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.listmenu-left ul li a{
color: #302f2f;
background: url(../images/icon-li-left.png) no-repeat 16px 10px; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

.listmenu-left ul li a span{
color: #d72c28;
}

.listmenu-left ul li a:visited{
color: #302f2f;
}

.listmenu-left ul li a:hover{ /*hover state CSS*/
color: #d72c28;
background-color: #F3F3F3;
}

.about-left{
float:left;
margin:5px 0px 0px 15px;
}
.about-left img{
width:268px;}
.about-left span{
font-size:11px;
color:#666666;}
.about-left p{
padding:0px;
margin:5px 0px 0px 0px;}
.text-support{
font-size:11px;
color:#FF0000;
margin-left:15px;
}
.text-support img{
padding:3px;}
.text-support span{
float:left;}

.listmenu{
width: 96%;
float:left;
}



.listmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.listmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.listmenu ul li a{
color: #302f2f;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

.listmenu ul li a span{
color: #d72c28;
}

.listmenu ul li a:visited{
color: #302f2f;
}

.listmenu ul li a:hover{ /*hover state CSS*/
color: #d72c28;
background-color: #F3F3F3;
}
.box-like-social{
float:left;
margin-left:15px;
margin-top:15px;
}
.news-list-left{
width:265px;
float:left;
margin-left:15px;
margin-bottom:0px;
margin-top:10px;}

/*----col main----*/

#box-tab-col-main{
width:650px;
float:left;
margin-top:20px;
}
#box-tab-col-main a{
background: url("../images/bg-tab-home.png") repeat-x left top;
margin-left:5px;
padding:5px 10px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
#box-tab-col-main a:hover, #box-tab-col-main a.curent{
background: url("../images/bg-tab-home-curent.png") repeat-x left top;
padding:5px 10px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}


#col-main{
width:650px;
margin-left:6px;
float:left;
margin-top:15px;
border: 1px solid #d2d2d2;
padding-bottom:15px;
}
.title-col-main{
font-size:12px;
width:97%;
color:#cf2823;
font-weight:bold;
float:left;
padding:6px 10px;
border-bottom: 1px solid #d2d2d2;
background: url("../images/title-col-main.png") repeat-x left top;
}


/*-----------------------------page product---------------------------------------*/

.box-product {
float:left;
margin:0px 5px;
}
.box-product ul {
    list-style: none outside none;
	padding:0px;
	margin:5px 5px;
}
.box-product li {
    display: inline-block;
    float: left;
    margin:15px 24px;
    text-align: center;
    width: 160px;
    position:relative;
	min-height:250px;
}

.box-product li .showtooltip
{
    display:none;min-width:200px;
    }

.sanpham-img {	
	max-width:160px;	
    margin: 0;
	height:160px;
	text-align:center;
	background:#fff;
	/*border:1px solid #dbdddd;*/
	
}
.sanpham-img img{
max-width:152px;
margin:0px 0px;
margin-top:15px;
height:140px;
border: 1px solid #CFCFCF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
.name-produc {
	color: #353535;
	font-size: 12px;	
	line-height: 17px;
	font-weight:bold;	
	padding:5px 0px;
}
.name-produc a{
	color: #353535;
}
.price{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}
.price span{
color:#000000;}
.price a{
color:#FF0000;
}

.button-reamore{
width:99px;
color:#ff0000;
padding:5px 0px 5px 15px;
text-align:center;
margin:0px auto;
background: url(../images/button-readmore.png) no-repeat top center;
}
.button-reamore a{
color:#ff0000;
font-weight:bold;}

.button-buy{
float:left;
color:#ff0000;
padding: 6px 17px 6px 32px;
text-align:center;
margin:0px auto;
background: url(../images/button-readmore.png) no-repeat top center;
}
.button-buy a{
color:#ff0000;
font-weight:bold;}

.pagination{
padding: 15px 0px 20px 0px;
width:100%;
float:left;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 5px 8px;
text-decoration: none; 
color: #0b43ab;
background:#cacdcd;
-webkit-border-radius: 2px; /* large radius to create circular borders */
-moz-border-radius: 2px;
border-radius: 2px;
}

.pagination a:hover, .pagination a:active{
-webkit-border-radius: 2px; /* large radius to create circular borders */
-moz-border-radius: 2px;
border-radius: 2px;
color: #fff;
font-weight: bold;
background-color: #0b43ab;
}

.pagination a.currentpage{
background-color: #0b43ab;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background: #cacdcd;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#box-info-bottom{
width:100%;
float:left;
margin-top:15px;
background: url(../images/bg-info-bottom.png) repeat top center;
}

.box-inner-bottom{
width:305px;
float:left;
margin:10px 0px 10px 15px;
}
.title-box-inner-bottom{
	font-size:12px;
	padding:5px 10px;
	color:#FFFFFF;
	background: url(../images/bg-title-box-inner-bottom.png) repeat-x top center;
	text-transform: uppercase;
}
.about-bottom{
margin:10px;
text-align:justify;}

.about-bottom a{
color:#d42a26;
font-weight:bold;}
/*--------page contact---------*/
.contact_box{padding:10px 10px; margin-top:20px; text-align:justify; min-height:900px;}
.slidepage{ text-align:center;}
.contact_tt{
	padding:5px 5px 5px 0px;
	font-weight:bold;
	font-size:12px;
	color:#b90f04;
	text-transform: uppercase;
	border-bottom:1px dotted #ccc;
}

.contact_tt2 {
    background: none repeat scroll 0 0 #EDEDEC;
    border: 1px solid #DBDBDB;
    color: #013AD0;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 10px;
    text-transform: uppercase;
}
.contact_ct{ padding:10px 10px 0px 0px; margin:0px; line-height:24px; }
.contact_ct p{ padding:2px 0;}
.contact {padding:10px 0 0 63px;}
div.fieldwrapper_lh{overflow: hidden; padding: 5px 0; }
div.fieldwrapper_lh a{font-weight:bold;margin:10px;color:Blue;cursor:pointer;font-size:14px;}
div.fieldwrapper_lh a:hover{color:#ff0000;}
.btnlogout{float:right;display:block; margin-right:20px;margin-top:40px; background:url(../images/button.png) no-repeat;width:69px; height:28px;padding-bottom:2px; text-align:center; color:#fff; font-weight:bold;  font-size:12px;border:none;cursor:pointer;}
.btnlogout:hover{text-decoration:underline;}
div.fieldwrapper_lh textarea { border:#908d8d 1px solid; width:305px; height:130px; padding:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background:#fbfbfb;}
div.fieldwrapper_lh label.styled{
	float: left;
	width: 110px;
	margin-right:15px;
	text-align:left;
	font-weight: bold;
}
div.fieldwrapper_lh label.styled2{
	float: left;
	width: 110px;
	margin-right:15px;
	text-align:right;
	font-weight: bold;
	color:#fce703;
}
div.fieldwrapper_lh label.styled span{
color:#FF0000;}
div.thefield_lh input {background:url(../images/contact_text.png) no-repeat;  width:309px; text-indent:5px; padding:6px  ; border:none;}
div.thefield_lh select {background:url(../images/select.png) no-repeat;  width:95px; text-indent:5px; padding:5px 10px 5px 0px; border:none; margin-right:13px;}
.button_lh {padding-left:125px; padding-top:6px;}
a.back{ display:block; float:left; margin-right:5px; background:url(../images/button.png) no-repeat; width:69px; height:28px; line-height:28px; text-align:center; color:#fff; font-weight:bold; font-size:12px;}
.button_lh .btnstyle{display:block; float:left; margin-right:5px; background:url(../images/button.png) no-repeat;width:69px; height:28px;padding-bottom:2px; text-align:center; color:#fff; font-weight:bold;  font-size:12px;border:none;cursor:pointer;}
.button_lh .btnstyle:hover{text-decoration:underline;}



.box-form{
width:100%;
float:left;
margin:10px 0px;
}
/*----------services page--------------*/
.title-box-services{
font-size:12px;
color:#2757c4;
}
.title-box-services a{
font-size:12px;
color:#2757c4;
}
.date-time{
color:#999;}
.text-new-page{
text-align:justify;
color:#333;
}
.box-services{
width:97%;
float:left;
margin:10px 10px 0px 10px;
padding-bottom:10px;
border-bottom: 1px dotted #666666;}

.img-services-page{
background:#FFFFFF;
border:1px solid #ecf1f1;
margin-right:10px;
float:left;}
.img-services-page img{
padding:3px;
width:175px;
/*height:120px*/
}

.icon-readmore{
background: url(../images/icon-readmore.png) no-repeat center right;
float:right;
padding:0px 10px;
}
.icon-readmore a{
color:#d12924;}

/*---pages thu vien anh----*/

.box-allbum{
width:197px;
height:173px;
background:#f2f3f4;
margin:10px 0px 10px 13px;
float:left;
border: 1px solid #cac9c9;
}
.box-allbum img{
width:187px;
height:130px;
padding:5px;
}
.title-allbum{
font-size:12px;
color:#085bb8;
text-align:center;
}

.title-allbum a{
	color:#085bb8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.gallery{
width:100%;
float:left;
}
.gallery ul{
padding:0px;
margin:0px;
}
.gallery li{

	float:left;
	margin:0 10px 5px 0;}
	
.gallery li img{
	width:110px;
	height:90px;
}
/*-----video page------*/
.box-video{
width:300px;
float:left;
border-bottom:1px dotted #999999;

margin:10px 5px 0px 5px;
padding-bottom:15px;
display:block;
}
.title-video{
font-size:12px;
color:#2757c4;
margin-bottom:10px;
}
.title-video a{
font-size:12px;
color:#2757c4;
}
/*-----------------------page van ban-----------------------*/
.box-tialieu{
width:96%;
float:left;
border-bottom: 1px dotted #bcbcbc;
margin:5px 10px;
padding:7px 0px;

}
.icon-file{
width:54px;
height:54px;
float:left;}
.icon-file img{
width:54px;
height:54px;
}

.title-file{
width:70%;
float:left;
margin:0px 10px;
}
.title-file span{
font-size:12px;
font-weight:bold;
color:#000000;}
.title-file a{
color:#104ab7;

}
.title-file p{
background: url(../images/icon-mb.png) no-repeat center left;
padding:0px 15px;
margin:0px;}


.download{
background: url(../images/bg-download.jpg) no-repeat center left;
width:94px;
float:right;
text-align:center;

}
.download a{
color:#277ac5;
}
/*--------product detail-------*/

.col-info-product{
width:340px;
float:left;
margin:5px;
}

.col-TSKT-product{
width:340px;
float:left;
margin:15px;
}
.title-info-product{
	font-size:16px;
	color:#0a5dc3;
	margin:5px 0px;
	padding-bottom:5px;
}


.rows-info{
background:#fff;
padding:1px;
text-align:left;
float:left;
width:99%;}

.rows-info span{
color:#000;
font-weight:bold;
width:150px;
float:left;}


.box-tab-main {
width:97%;
float:left;
margin:20px 10px 10px 10px;}

.boder_box_pro{margin:13px auto 0; padding: 0; }
.bg_pro{ clear:both; height:25px; }
.tabpro_on a{ background:url(../images/bg_tab.gif) repeat-x; padding-left:10px; padding-right:10px; height:25px; line-height:25px; text-align:center; font-weight:bold; display:block; float: left; color:#db2727; margin-left:3px; 
border-top: 1px solid #d3d1d1; 
border-left: 1px solid #d3d1d1; 
border-right: 1px solid #d3d1d1; 
border-bottom: 2px solid #fff;
margin-bottom:-1px;}
.tabpro a{ height:25px; line-height:25px; text-align:center; color:#333; padding-left:10px; padding-right:10px; display:block; float:left; margin-left:3px; background:url(../images/bg_tab02.gif) repeat-x; border: 1px solid #d3d1d1; font-weight:bold; }
.tabpro a:hover{padding-left:10px; padding-right:10px; height:25px; line-height:25px; text-align:center;  display:block; float: left;}
#div_pro1, #div_pro6{ overflow:hidden; clear:both; padding:5px; border: 1px solid #dfdfdf;}
#div_pro2, #div_pro3, #div_pro4, #div_pro5,  #div_pro6, #div_pro7, #div_pro8, #div_pro9{ overflow:hidden; clear:both; padding:5px; border: 1px solid #dfdfdf; }
.page-product-detail{
padding:10px;
text-align:justify;
}
.box-tags-articles{
width:95%;
padding:3px 5px;
float:left;
background:#f1f1f1;
border-bottom:1px solid #dcdcdc;
margin-bottom:10px;
margin-left:10px;
}
.box-tags-articles span{
font-weight:bold;}
#col-comment{
width:97%;
float:left;
margin-left:10px;}
.reviews {
    color: #333333;
    font-family: Tahoma,Arial,Helvetica;
    margin-left: 1px;
    word-spacing: 2px;
}
.caption {
	background-color: #F4E8C6;
	border-bottom: 1px solid #CCCCCC;
	color: #6f2d04;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	float:left;
	width:98%;
}


/*====================ORDER 1======================*/
.box-order-1{width:640px;margin:10px auto;}
.box-order-1 .ColorActive{border-bottom:7px solid #0860b2!important;}
.box-order-1 .ColorActive span,.box-order-1 .ColorActive .txtPadding{color:#0860b2!important;}
.box-order-1 ul{overflow:hidden;margin-bottom:30px; margin:0px; padding:0px;}
.box-order-1 ul li a:hover{text-decoration:none;}
.box-order-1 ul li a{color:#999;}
.box-order-1 ul li{float:left;height:20px;vertical-align:bottom;margin-right:2px;white-space:nowrap;width:158px;padding-bottom:5px;border-bottom:7px solid #999;color:#999;}
.box-order-1 ul li .txtSize{font-size:16px;float:left;}
.box-order-1 ul li .txtPadding{
	
	padding-top:1px;
	display:block;
	padding-left:15px;
	font-size: 12px;
}
/*----OrderInfo 2*/
.order-list .orderTable1{border-top:2px solid #dddddd;border-left:1px solid #dddddd;color:#333333; float:left;}
.order-list .orderTable1 th{background:#fafafa;border-bottom:1px solid #dddddd;border-right:1px solid #dddddd;height:30px;color:#333; }
.order-list .orderTable1 td{border-bottom:1px solid #dddddd;border-right:1px solid #dddddd;padding:15px 10px; }
.order-list .iconDelProduct{display:block;width: 16px;height: 16px;background: url(../images/delete.png) 0px 0px no-repeat;cursor: pointer;border: none;margin-left: 9px;  text-indent: -999999px;}
.order-list .inputOrder{width:59px !important;line-height:24px !important;height:24px;}
.order-list img{text-align:left;margin-right:10px;float: left;}
.order-list .orderInfo{width:202px;float:right;}
.order-list .orderInfo2{width:92px;float:right;}
.order-list .OrderPName{
	padding-top:10px;
	display:block;
	color: #81380a;
}
.order-list .OrderPName a{color: #0860b2;}
.order-list .bgOrderFooter{background:#fafafa;padding:30px 50px!important;}

.order-list .bgOrderFooter span{display:block;line-height:22px;}
.order-list .ColorOrange{color:#cf1a07!important;}
.order-list .order-header{font-size:16px;display:block;padding-bottom:5px;font-weight:normal;}
.order-list .box-left,.order-list .box-right{width:292px;float:left;height:228px;border:1px solid #dddddd;background:#fafafa;padding:10px;}
.order-list .box-left{margin-right:10px;}
.order-list .orderTable {border:none!important;}
.order-list .orderTable td{padding:5px 0;border:none!important;}

.order-list select {padding:4px 0;}
.order-list .box-right span{line-height:1.5em;display:block;text-align:center;}
/*----OrderInfo 3*/
.box-order-1 .cus-payment,.box-order-1 .cus-vc{border:1px solid #dddddd;background:#fafafa;width:271px;padding:20px;float:left;}
.box-order-1 .title-history{color: #52A536;padding:10px 0;font-size:16px;font-weight:normal;}
.chkSameInfo i{width:25px;height:17px;background:url(images/Shopv2/stt-home2.png) -167px -87px no-repeat;display:block;float:left;}
.alertInfo{padding:5px;background:#d9f0fa;margin-top:5px;display:block;}
.order-box{height:265px;color:#333;}
.order-box h1{font-size:150%;padding:7px 0;border-bottom:1px solid #dddddd;}

.order-list .box-footer{padding:10px 0;background:#f2f2f2;margin-bottom:40px;}
.order-list .box-footer span{display:block;color:#333;text-align:center;line-height:1.5em;}
.OrderContinues .box-orderCon{width:414px;float:right;margin-top:10px;padding-bottom:30px;}
.OrderContinues .box-orderCon .BackListOrder,.OrderContinues .box-orderCon .UpdateOrder,.OrderContinues .box-orderCon .NextOrder{height:28px;display:block;float:right;margin:0 0 0 7px;padding:0 15px 0 26px;cursor:pointer;}

.cus-payment .borderPayment,.cus-vc .info-vc{display:block;padding:10px 0;border-bottom:1px solid #dddddd;}
.cus-payment .borderPayment .box-info-payment, .cus-vc .info-vc .box-info-vc{display:none;padding:10px 0;}
.bg-error-infocus{line-height:34px;display:block;background:#e03d2c;color:White;font-weight:bold;position:relative;padding-left:52px;}
.bg-error-infocus-blue{line-height:34px;display:block;background:#44749e;color:White;font-weight:bold;position:relative;padding-left:52px;}
.bg-error-infocus i{background:url(../images/stt-home2.png) -241px -99px no-repeat;display:block;width:47px;height:42px;position:absolute;top:-5px;left:-2px;}
.bg-error-infocusHTL{line-height: 34px;display: block;background: #F9ECBF;color: #1A231E;font-weight: bold;position: relative;padding-left: 52px;top: -30px;border: 1px solid #EFC66C;}
.bg-error-infocusHTL i{background:url(../images/stt-home2.png) -241px -99px no-repeat;display:block;width:47px;height:42px;position:absolute;top:-5px;left:-2px;}
.bg-error-infocus-edit{line-height: 34px;display: block;background: #F9ECBF;color: #1A231E;font-weight: bold;position: relative;padding-left: 52px;top: 0px;border: 1px solid #EFC66C;margin-bottom: 10px;}

.box-order-1 .cus-info{border:1px solid #dddddd;background:#fafafa;width:93.5%;padding:20px;float:left; margin-top:10px;}
.txt-cus-info {color:#333;display:block;line-height:2em;position:relative;}
.txt-cus-info .paddingIcon{padding-left:19px;}
.txt-cus-info .paddingIcon2{padding-left:0px;}
.txt-cus-info .paddingIcon2 strong{padding-left:0px; width:100px; float:left;}
.txt-cus-info span{padding-left:5px;}
.cus-info-1{border-bottom:1px solid #dddddd;padding-bottom:10px;}
.txt-cus-info i{position:absolute;top:5px;left:1px;height:17px;width:17px;background:url(../images/icon-tick.png) 0px 0px no-repeat;display:block;}
/*----OrderInfo 5*/
.box-common{width:980px;margin:0 auto;}
.box-common .box-common-text{padding-top:50px;}
.box-common .box-common-text .box-icon{width:200px;float:left;}
.box-common .box-common-text .box-text{width:739px;float:left;border-left:1px solid #e8f2fe;padding:0 20px;}

.box-common .box-common-text .box-icon span{background:url(../images/order_success.jpg) no-repeat;width:118px;height:116px;display:block;margin:0 auto;}
.box-common h1{font-size:16px;border-bottom:3px solid #e8f2fe;padding-bottom:5px;}

 .ColorGreenBold{font-size:16px;color: #52A536;}

.OrderContinues .box-orderCon {
    float: right;
    margin-top: 10px;
    padding-bottom: 30px;
    width: 640px;
	margin-right:20px;
}

.OrderBack, .OrderUpdate, .OrderNext {
    display: block;
    float: right;
    overflow: hidden;
}
.OrderBack, .OrderUpdate, .OrderNext {
    position: relative;
}
.NextOrder{
	background: url(../images/NextOrder.png) 0px 0px no-repeat;
	width:140px;
	height:29px;
	border:none;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.UpdateOrder{
background: url(../images/UpdateOrder.png) 0px 0px no-repeat;
width:99px;
height:28px;
border:none;
text-align:right;
margin-top:2px;
margin-right:5px;
}
.BackListOrder{
background: url(../images/OrderBack.png) 0px 0px no-repeat;
width:146px;
height:28px;
border:none;
text-align:right;
margin-top:2px;
margin-right:5px;

}
.BackListOrder2{
background: url(../images/OrderBack2.png) 0px 0px no-repeat;
width:125px;
height:28px;
border:none;
text-align:center;
margin-top:2px;
margin-right:5px;

}
.quaylai{
background: url(../images/bg-quaylai.png) 0px 0px no-repeat;
width:107px;
height:28px;
border:none;
text-align:center;
margin-top:2px;
margin-right:5px;
cursor:pointer;
}
.bg-login, .bg-cusReg{
	background: url(../images/button-dangnhap.png) 0px 0px no-repeat;
	width:107px;
	height:29px;
	border:none;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.page-order{
width:98%;
float:left;
margin-left:5px;
}
.title-xanhan{
	background:#f0f0f0;
	border-bottom: 1px solid #ebebeb;
	padding:5px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:200px;
	color:#0860b2;
	
}
.info-custormer{
	width:150px;
	text-align:right;
	font-weight: bold;
	color:#000000;
	float:left;
	margin-right:10px;
	
}
/*-----about us page------*/
.title-pages{
font-size:12px;
font-weight:bold;
color:#2757c4;
padding-top:10px;
}
.aboutus-page{
width:97%;
float:left;
padding:5px 10px;
text-align:justify;}
.opro {
width:99%;
float:left;
	padding-left:5px;
	padding-top:5px;
	color:#333333;
	font-weight:bold;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom:5px;
	text-transform: uppercase;
	background-color: #f2f2f2;
	margin-top:20px;
}
.other-article { padding:5px 0; width:100%; float:left;}
.other-article ul { margin:0; padding:0}
.other-article li {
	padding:3px 15px;
	background:url(../images/listnewsicon.gif) 3px 11px no-repeat;
	list-style-type: none;
}
.other-article li a {
	color:#0948a7;
	font-weight: normal;
} 
.other-article li a:hover {color:#ed1a20;}
.other-article li span{color:#979797}
/*-----copyright------*/
.copyright{
	width:70%;
	float:left;
	margin:10px 15px;
	color:#346995;
	font-weight:bold;
	text-transform: uppercase;
}
.visitor{
width:22%;
float:right;
color:#346995;
text-align:right;
margin:10px 15px 10px 0px;}



 				#gallery_01 img
                {
                    border: 2px solid white;
                    width: 75px;
                }
                #gallery_09 img
                {
                    border: 2px solid white;
                    width: 75px;
                }
                .active img
                {
                    border: 2px solid #333 !important;
                }
				
				
/*-------tooltip--------*/
#tooltip{
	position:absolute;
	border:1px solid #bdbbbb;
	background:#f3f2f2;
	padding:2px 5px;
	color:#333;
	display:none;
	}
#tooltip strong{
	color:#003399;}
#tooltip span{
font-weight:bold;
float:left;
width:140px;}	



/* tooltip.css */
.tthv{display:none}
.div_tootip_content{text-align:left;width:300px}.div_tootip_content .div_ttp_title{background:-webkit-linear-gradient(top,#25AEE7,#057BC4);background:-moz-linear-gradient(top,#25AEE7,#057BC4);background:-ms-linear-gradient(top,#25AEE7,#057BC4);background:-o-linear-gradient(top,#25AEE7,#057BC4);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#25AEE7',EndColorStr='#057BC4',GradientType=0);box-shadow:inset 0 0 7px #333;-webkit-box-shadow:inset 0 0 7px #333;-moz-box-shadow:inset 0 0 7px #333;padding:5px 5px 5px 10px;font-weight:bold;font-size:12px;color:White!important}.div_tootip_content .ttp_price{color:Red}.div_tootip_content .div_ttp_pro_title,.div_tootip_content .div_ttp_pre_title{font-weight:bold;background-position:10px center;padding:5px 3px 5px 5px;font-size:11px}.div_tootip_content .div_ttp_pre_title .number{color:Red}.div_tootip_content .div_ttp_pro_content ul,.div_tootip_content .div_fun_content ul{padding:0;margin:0}.div_tootip_content .div_ttp_pro_content{padding-left:5px}.div_tootip_content .div_ttp_pro_content ul li,.div_tootip_content .div_fun_content ul li{padding:3px 2px 1px 15px;list-style:none;margin:0}.div_tootip_content .div_fun_content ul{list-style-type:circle}.div_tootip_content .div_fun_title{font-weight:bold;background-position:10px center;padding:5px 3px 5px 5px;font-size:11px}.div_fun_content1 ul.item_list{padding-left:25px!important;list-style-type:disc}.div_tootip_content_SC{text-align:left;width:300px;border:1px solid #A8B4BB;background-color:#FCFCFB!important;box-shadow:0 0 10px #333;-webkit-box-shadow:0 0 10px #333;-moz-box-shadow:0 0 10px #333;position:fixed;visibility:hidden;z-index:999999;top:600px;left:0}.div_tootip_content_SC .div_ttp_title_SC{background:-webkit-linear-gradient(top,#25AEE7,#057BC4);background:-moz-linear-gradient(top,#25AEE7,#057BC4);background:-ms-linear-gradient(top,#25AEE7,#057BC4);background:-o-linear-gradient(top,#25AEE7,#057BC4);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#25AEE7',EndColorStr='#057BC4',GradientType=0);box-shadow:inset 0 0 5px #333;-webkit-box-shadow:inset 0 0 5px #333;-moz-box-shadow:inset 0 0 5px #333;padding:7px 5px 7px 10px;font-weight:bold;font-size:12px;margin:4px}.div_tootip_content_SC .ttp_amount{color:Red}.div_tootip_content_SC .div_fun_content{padding:0;margin:5px 0 5px 0}.div_tootip_content_SC .div_ttp_pro_content{padding-left:15px}.div_tootip_content_SC .div_ttp_pro_content ul li,.div_tootip_content_SC .div_fun_content ul li{padding:3px 2px 1px 15px;list-style:none;margin:0}.TolMC{width:auto;height:65px;margin:3px 5px;background-color:#FCFCFB}.TolIMG{height:65px;width:65px;float:left;text-align:center}.TolIMG img{height:65px;width:65px}.Tolr{float:left;height:65px;margin-left:10px;position:relative;overflow:hidden;width:185PX}.TolNa{font-weight:bold;color:#3D83B1;font-size:12px;margin:10px auto 5px auto;width:300px}.TolPr{font-weight:bold;font-size:11px;color:#808080}.TolDelete{float:right;right:10px;margin:20px auto auto auto;background-image:url(images/checkout/SC_delete.png);background-repeat:no-repeat;height:25px;width:25px;cursor:pointer;position:absolute}.TolTxt{width:35px;position:absolute;display:none}

.newsImg img
{
    max-width:208px;
    min-height:131px;
    display:block;
    margin:0 auto;
}             
.newsImg
{
        width:208px;
        height:131px;
        display:table-cell;
        text-align:center; vertical-align:middle;
}
