/*** RESET ***/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {font-weight: normal;}
table, td, th {vertical-align: top;}
a img {border: none;}
:focus {outline: 0;}












/* 
   GENERAL 
------------------------------------------------------------------- */
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	color: #444;
	font: normal 100%  Arial, Tahoma, Helvetica, sans-serif !important;
	line-height: 1.5;
}








.truncate {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.line-clamp {  overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.line-clamp.l2 { -webkit-line-clamp: 2; }
.line-clamp.l3 { -webkit-line-clamp: 3; }
.line-clamp.l4 { -webkit-line-clamp: 4; }
.line-clamp.l5 { -webkit-line-clamp: 5; }
.line-clamp.l6 { -webkit-line-clamp: 6; }
.line-clamp.l7 { -webkit-line-clamp: 7; }
.line-clamp.l8 { -webkit-line-clamp: 8; }


/* 
   TYPING 
------------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}
h1 {font-size: 2.6em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em; color:#900;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Links */
a {
	color: #666;
	text-decoration: none;
	cursor:pointer;
}
a:focus,a:hover {color: #900; cursor:pointer;}

a.ben-other {
	color: #999;
}
a.ben-other:hover {}


/* Paragraph */
p { color:#333;}

object { vertical-align:top; outline:none;border:0}










/* 
   COMMON TYPING CLASS 
------------------------------------------------------------------- */
.ben-text-left {text-align: left;}
.ben-text-right {text-align: right;}
.ben-text-center {text-align: center;}
.ben-text-separator {padding: 0 5px;}

.ben-small {font-size: 0.9em;}
.ben-smaller {font-size: 0.8em;}
.ben-smallest {font-size: 0.7em;}

.ben-large {font-size: 1.15em;}
.ben-larger {font-size: 1.25em;}
.ben-largest {font-size: 1.35em;}

.ben-hidden {display: none;}

.ben-other, .ben-other a {color: #999;}

.ben-error, .ben-notice, .ben-success{
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.ben-error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.ben-error a {color: #8A1F11;}

.ben-notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.ben-notice a {color: #514721;}

.ben-success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.ben-success a {color: #264409;}










/* 
   COMMON ALIGNMENT CLASS 
------------------------------------------------------------------- */
/* General */
.ben-center,.ben-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Floats */   
.ben-left,.ben-alignleft {float: left;}
.ben-right,.ben-alignright {float: right;}
.ben-center{margin:0 auto}
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* Images */
img.ben-bordered,img.ben-alignleft,img.ben-alignright,img.ben-aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.ben-alignleft, img.ben-left {margin: 0 10px 10px 0;}
img.ben-alignright, img.ben-right {margin: 0 0 1em 1.5em;}


/* 
   Separators 
------------------------------------------------------------------- */
.ben-content-separator, .ben-item-separator, .ben-hline {
	background: #E5E5E5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.ben-content-separator {margin: 32px 0;}
.ben-item-separator {margin-bottom: 15px;}
.ben-hline {margin-bottom: 5px;}







/* 
   LIST - TABLE
------------------------------------------------------------------- */
/* Default Lists */
li ul, li ol {margin-left: 5px;}
ul, ol {margin: 0 0 1.5em 1.5em;}
ul {list-style-type: disc;}
ol {
	list-style-type: decimal;
	margin-left: 1.9em;
}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Special lists */
ul.ben-blank-list li, ul.ben-list li, ul.ben-tab-list li {
	list-style: none;
	margin-top: 0;
}


ul.ben-blank-list {margin: 0;} /* DANH SACH KHONG CO CSS */

ul.ben-list {margin-left: 0;} /* DANH SACH DANG VERTICAL */
ul.ben-list li {
	border-top: 1px solid #EEE;
	list-style: none;
	padding: 4px 0;
}
ul.ben-list li:first-child {border-top: none;}
ul.ben-list li .ben-right {color: #999;}

/* DANH SACH HORIZONTAL */
ul.ben-tab-list {
	display: inline;
	margin: 0;
} 
ul.ben-tab-list li {float: left;}


/* Navigation */
.ben-navigation{
	margin: 0px auto;
	width:1000px;
}
.ben-navigation a {
	color: #888;
	text-decoration: none;
}
.ben-navigation a:hover {color: #002;}
.ben-navigation li.current-tab a {color: #222;}



/* Tables */
table {margin-bottom: 0.5em; width: 100%;}
th {font-weight: bold;}
thead th {text-align:center}
th,td,caption {/*padding: 4px 10px 4px 5px;*/}
tr.even td {background: #F2F6FA;}
tfoot {font-style:normal}
caption {background: #EEE;}

table.ben-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.ben-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: center;
}
table.ben-table tr {border-bottom: 1px solid #DDD;}
table.ben-table td, table th {text-align:center}
table.ben-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
	padding:2px;
}
table.ben-table tr.even td {background: #FCFCFC;}

table.ben-form td{padding:2px;}
table.ben-form tr{vertical-align:middle}












/* 
   FORM
------------------------------------------------------------------- */
.label {
	cursor: pointer;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 4px;
	margin-bottom: 0.2em;
	padding-left: 10px;
}
label.checkbox, label.radio {font-weight: normal;}

legend {
	font-weight: bold;
	font-size: 1.2em;
}
textarea {overflow: auto;}

input.ben-textbox, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.2em 0;
	padding: 4px 5px;
}
input.ben-textsearch {
	background: #FFFFFF;
	margin: 0em 0;
	padding: 4px 5px;
	height:18px;
	width:363px;
	font-style:italic;
	border:1px solid #ccc;
	color:#333;
}
textarea
{
	width:230px;
	height:120px;
}
select{height:28px}

input.ben-textbox:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.ben-button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 3px 5px;
	color:#000000 !important;
	font-size:1em;
	cursor:pointer;
}

a.ben-button{
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
	color:#000000 !important;
	font-size:1em;
	text-decoration:none;
}
input.ben-button:active {border-style: inset;}












/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */




/* 
   COMMON LAYOUT
------------------------------------------------------------------- */
/* Wrapper */
#ben-main {
	margin: 0 auto;
	width: 100%;
}





/*---------- HEADER AREA ------------*/
/* Header */
#ben-header {
	padding-top: 0px;
	border-bottom: 0px solid #DDD;
	font-size:0.8em;
}

/* Optional Top */
#ben-top{
	margin: 0 auto;
	padding-bottom: 0px;
	width:1000px; 
background: #fff;
}


/* Logo */
#ben-logo {	
	/*padding: 5px 15px 5px 0;
	margin-right: 40px;
	margin-left:30px;*/
}
#ben-logo img {}

#ben-site-title{
	padding-top:5px;
	color: white;
    font-size: 1.2em;
    /*font-style: italic;
    font-weight: bold;*/
	padding-right:0px;}

/* Splash */
#ben-splash {padding-top: 32px;}



/* Main Menu */
/* Main Level 1 */
.ben-main-nav, .ben-main-nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index:100;
background: #a0bd2c;
}

.ben-main-nav a{
display:block;
padding:6px 29px;
color:#fff;
text-decoration:none;
height:18px;
/*border-top-left-radius:5px;
border-top-right-radius:5px;*/
border-bottom:0px;
font-weight:bold;
white-space: nowrap;
}

.ben-main-nav a:hover{
	color:#ECECEC;
	border-bottom:0px;
	font-weight:bold;
}

.ben-main-nav li{
float:left;
position:relative;
margin-right:5px;
}

.ben-main-nav a.current-tab{
	color:#fff;
	border-bottom:0px;
	font-weight:bold;
}

.ben-main-nav ul {
position:absolute;
display:none;
width:12em;
top:2.1em;
}

.ben-main-nav ul li{
margin-left:0px;
}

.ben-main-nav li ul a{
width:12em;
height:auto;
float:left;
}

.ben-main-nav ul ul{
top:auto;
}	

.ben-main-nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

.ben-main-nav li:hover ul ul, .ben-main-nav li:hover ul ul ul, .ben-main-nav li:hover ul ul ul ul{
display:none;
}
.ben-main-nav li:hover ul, .ben-main-nav li li:hover ul, .ben-main-nav li li li:hover ul, .ben-main-nav li li li li:hover ul{
display:block;
}


/* Subnav Leve 2 */
#ben-sub-nav {
	border-bottom: 1px solid #DDD;
	padding: 12px 5px;
}
#ben-sub-nav a {
	font-size: 1.2em;
	text-decoration: none;
}
#ben-sub-nav li {margin: 0 1em;}
#ben-sub-nav li.current-tab a {font-weight: bold;}





/*---------- BODY AREA ------------*/
#ben-content {}

#ben-maincontent{}
.ben-two-columns{
	
}
.ben-two-columns #ben-maincontent{width: 740px;}
.ben-three-columns #ben-maincontent{width:570px; margin-left:5px;}
.ben-three-columns-right #ben-maincontent{width:520px; margin-right:20px}


/* Sidebar */
#ben-sidebar{} /*Div chua 2 sidebar*/
.ben-sidebar{
	width:230px;
	margin-right:10px;
	padding-top:10px;
}


/* Columns */
.ben-col2 {width: 46%;}
.ben-col2.ben-other{width:48%}
.ben-col3, .col3-mid {width: 31%;}
.ben-col3-mid {margin-left: 3%;}


/* Posts - News list */
.ben-post {margin-left: 5px; text-align:justify;}

.ben-post img.ben-left{margin-bottom:1em}

.ben-post-title {
	 
	font-weight:bold;
}
.ben-post-title a {
color:#900;
}
.ben-post-title-product {
	color:#343434;
	font-family:Arial ; 
	font-size:1.2em; 
	font-weight:bold;
}
.ben-post-title-product a {
	color:#000; 
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:1em; 
	font-style:italic; 
	font-weight:bold;
}

.ben-post-body-product {
	font-size: 1em;
	text-align:justify
}

.ben-post-date {color: #777; margin-bottom:0.6em}
.ben-post-date a {color: #444;}

.ben-post-body p{
	/*font-size: 1.2em;*/
	text-align:justify;
	color:#999;
}
.tinkhac a{color:#999;}
.tinkhac a:hover{
	color:#666;
	text-decoration:underline;
}
.ben-post-body a {color: #039;}
.ben-post-body a:hover {color: #039;}

.ben-post-pagination {
	color: #777;
	padding: 10px 0;
}
.ben-post-pagination-top {
	border-bottom: 1px solid #DDD;
	margin-bottom: 24px;
}
.ben-post-pagination-bottom {
	border-top: 1px solid #DDD;
	margin-top: 24px;
}



/* Sections */
.ben-section {margin: 10px 0; border:0px solid #DDDDDD; position:relative}
.ben-section-video {
	border:7px solid #DDDDDD; 
	position:relative;
	border-radius: 5px;
	margin-bottom:20px;
}
.ben-sidebar .ben-section{}
#ben-maincontent .ben-section{}

.ben-section-content{padding:5px 15px}
.ben-sidebar .ben-section-content{padding:5px}
#ben-maincontent .ben-section-content{padding:0px;}

.ben-section-title {
	/*color:#666 !important;*/
	margin-bottom: 5px;
	padding: 0px 10px 5px;
	border-bottom:1px dotted #999;
	font-size:1.2em;
	font-weight:bold;
}
.ben-sidebar .ben-section-title {margin-bottom: 8px;}
#ben-maincontent .ben-section-title {margin-bottom: 8px;}







/*---------- FOOTER AREA ------------*/
#ben-footer {
	color: #999;
	font-weight:bold;
	font-size:0.8em;
}
#ben-footer a{
	color: #999999;
}

#ben-footer-left {width: 700px;}
#ben-footer-right {
	width: 459px;
	text-align: right;
}
#ben-footer p {margin-bottom: 0.4em;}
#ben-footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#ben-footer a:hover {color: #999; text-decoration:underline;}
.ben-page
{
	margin-top:5px;
	text-align:center;	
}
.results
{
	text-align:center;	
}

.ben-page a
{
	font-size:0.8em;
	padding:3px;
	margin:3px;
}
.ben-answer
{
	background:#F00;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#menu a {
  /*display: block;*/
  text-decoration: none;
  padding: 0.2em;	
  background:transparent;
}

ul#menu div.collape{
	cursor:pointer;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li div {
  background: #666666;
  color: #FFF;	
  padding: 0.4em;
}

ul#menu li div a{
  color: #FFF;	
}

ul#menu li div a{
  color: #FFF;	
}

ul#menu li div:hover{
  background: #000;
  color: #FFF;	
}

ul#menu li ul li div {
  background: #CCCCCC;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a {
  color: #FFF;
}

ul#menu li ul li ul li div {
  background: #F2F2F2;
  color: #000;
  padding-left: 30px;
}

ul#menu li ul li ul li div a {
  color: #000;
}

ul#menu li ul li div:hover {
  background: #aaa;
  border-left: 5px #000 solid;
}
.number
{
	text-align:right !important;	
}
.container
{
	margin-bottom:10px;	
}

.ben-editor td
{
	border:thin solid;
	padding:5px;
}

.ben-data-table td,th
{
	padding:10px;
}
.ben-banner{
	margin-bottom:0px;
}
.ben-search{
	margin: 7px 0 0 0;
}
.btn-search{
	background:#FFF;
	padding:5px;
	border:1px solid #ccc;
	border-left:0px;
}
.ben-wrapper{
	width:995px;
	margin:0 auto;
	box-shadow: 
    1px 1px 5px #999,
    -1px 1px 5px #999 
    
    ;
background: #fff;
    padding: 0 2px;
	border-radius:1px 1px 0px 0px;
}
.ben-line{
	background:url(../image/images/line_20.png) repeat-x;
	height:7px;
	margin: 30px auto 5px;
}
.btn-show{
	background-color:#900;
	border:1px solid #CCC;
	padding:5px 10px;
	border-radius:5px;
	color:#FFF;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
}
.btn-show:hover{color:white;}
.btn-detail{
	padding:2px 5px;
	border-radius:5px;
	color:#900;
	font-style:italic;
	cursor:pointer;
}
.btn-detail:hover{
	text-decoration:underline;
}
.img-product{
	border:1px solid #CCC;
	padding:5px;
	margin:10px
}
.img-spa{
	border:2px solid #900;
	padding:2px;
	border-radius:5px;
	margin-right:5px;
	margin-bottom:5px;
	
}
ul.spa{
	list-style-type:none;
	margin:0px
}
ul.spa li a{
	line-height:32px;
	color:#900;
}
ul.news{
	list-style-type:none;
	margin:0px
}
ul.news li a{
	line-height:32px;
	color:#000;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:1.4em;
	font-style:italic;
}
ul.gioithieu{
	list-style-type:none;
	margin:0px;
}
ul.gioithieu li a{
	line-height:32px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
}
ul.gioithieu li a.current{
	line-height:32px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
}
.biquyet{
	background-color:#eaf360;
	border-radius:5px;
	margin-bottom:20px;
}
.biquyet-title{
	/*background:url(../image/title-biquyet.png) no-repeat;*/
	width:237px;
	height:35px;
	position:absolute;
	margin-left:-4px;
	margin-top:15px;
}
.biquyet-content{
	padding:65px 10px 10px 10px
}
.ben-news{
	background:#841c12;
	border:1px solid #9f332a;
	padding:10px;
	margin-bottom:20px;
}
.ben-news-title{
	border-bottom:1px solid #74140b;
	color:#FFF;
	font-size:2em;
	font-weight:bold;
	font-family:"MS Serif", "New York", serif;
}
.ben-news-content{}
.menu-small{
	margin-top:20px;
	color:#900;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
}
.menu-small a{
	color:#900;
}
.red{color:#900;}
.green{color:#78a256;}
table.sp-detail{
	
}
#product-preview{text-align:center;}
.sp-section{padding:5px; margin-bottom:10px; width:220px;}
.sp-title{
	color:#666;
	
	text-align:center;
	font-size:0.9em;
	/*border-bottom:1px solid #999;*/
	padding-bottom: 5px;
	padding-top: 10px;
	height:35px;
}
.sp-content{padding:5px; border:1px solid #ccc;}
.sp-other{
	/*border:1px solid #999; */
	border-top:0px; 
	border-bottom:0px;
}
.price{
	color: #ff0000;
    font-size: 18px;
	font-weight:bold;
    /*margin-top: 5px;*/
	margin-bottom: 5px;
}
.price-contact{
	color: red;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}
.img-sp{
	text-align:center;
	height:200px;
	border-bottom: 1px solid #CCC;
	background: white;
	padding: 5px;
}
div.img-sp:hover{

}
.btn-chitiet{
	cursor:pointer;
	width:69px;
	height:25px;
	margin-right:5px;
}
.btn-dathang{
	cursor:pointer;
	width:100px;
	height:25px;
}
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
/* *************************************************** */
#ben-popup-content
{
	padding:10px;	
}

.pro-info{
    margin: 10px 0;
    font: 13px/18px Arial ;
}
/*Thoai css*/
.title-sitemap-infor a{
	color:#333;
}

.contact-content{
	background:#fff;
	border-radius: 5px;
	width:1000px;
	margin:10px auto;
	color:#000000;
}

.contact-info {
	width:580px;
	padding-left:20px;
	padding-top:20px
}
.contact-info table {
	margin:10px auto;
	margin-left:30px;
}

.sododuongdi{
	padding-top:20px;
	margin-bottom:20px;
}

.form-contact {
	width:350px;
	margin-top:20px;
}

.table-services {
	color:#000;
	text-align:justify;
}
.table-services img{
	color:#FFF;
	margin:7px;
	margin-right:0px;
}

.form-title {
	/*padding-top:5px;
	padding-bottom:5px;*/
	padding-left:40px;
}

.contact {
	height:25px;
	border:1px solid #e8e8e8;
	margin-left:40px;
}
.txt-contact{
	background-color: #FDFDC3 !important;
	border: 1px solid #09F !important;
	margin-bottom:10px;
}

.ben-line2{
	background:#CCC;
	height:1px;
	width:170px;
}
.sp-price{
	padding:10px 0;
	font-weight:bold;
	line-height:20px;
}
.title{
	color:#900;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 0;
}
.content{
	text-align:justify;
}
.xemchitiet a{
	color:#F90;
	text-decoration:underline;
	font-weight:bold;
}
.ben-post-body-home {font-size: 1em; color:#c15548; }
#ben-galary td
{
	padding:1px;	
}

#ben-scroll
{
	width:auto;
}
table, td, th {
	/*vertical-align: middle;*/
}
.menu-item{
	float: left;
	position: relative;
	border:0px solid #CCC;
	border-left:0px;
	border-right:0px;
	/*margin-right: 5px;*/
}
.menu-item:hover{
	border:0px solid #900;
	border-left:0px;
	border-right:0px;

}
.ben-main-nav-submenu a {
	display: block;
	padding: 5px 5px;
	color: white;
	text-decoration: none;
	height: 18px;
	border-bottom: 0px;
	font-weight: bold;
	font-size:12px;
}
.ben-main-nav-submenu a:hover{
	background:url(../image/images/bg_menu_red_13.png) repeat-x;
	color:#fff;
	border:1px solid #6E0E04;
	border-bottom:0px;
	font-weight:bold;
}
.ben-main-nav-submenu{
	width: 1366px !important;
}
.active{
	display:block;
	}
.hiden{
	display:none
}

.contact-infor{
	border-top: 1px solid #CCC;
	margin-top:10px;
	padding-top:10px;
}

.icon-ben{
	width:130px;
	margin:0 auto;
}
.header-right{
	padding:3px;
    margin-bottom:10px;
}
#login-form-popup{
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 999999;
	/*width: 380px;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #CCC;*/
	box-shadow: 3px 3px 5px 6px #CCC;
	background: white;
	padding: 10px;
	margin-right: 211px;
	/*height: 55px;*/
}
#frmLogin-popup a{
	color:#F60;
	font-weight:900;
}
#frmLogin-popup a:hover{
	color:#6E0E04;
}
.sumary-image{
	text-align:center;
	width:100px; 
	height:100px; 
	border: 1px solid #CCC;
	background: white;
	padding:5px;
}
.sumary-image div{
	
}
.sumary-detail{
	width: 525px;
	margin-left: 10px;
}
.login-title a{
	color: #F60;
}
.login-title a:hover{
	color: #6E0E04;
}
#register-form th{
	width:230px;
	text-align:right;
}
.album{
	border: 1px solid #CCC;
	background: white;
	padding: 15px;
	width: 280px;
	height:280px;
	margin: 0 auto;
}
div.album:hover{
	background:white;
}

.danhmuc{
	/*background-color:#9c2414;*/
	margin-bottom:10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.danhmuc-title{
	background: #97be10;
    background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3FF3C), color-stop(100%, #729201));
     background: -webkit-linear-gradient(#D3FF3C 0%, #729201 100%); 
     background: linear-gradient(#D3FF3C 0%, #729201 100%); 
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #79980d;
    font: bold 16px/30px Arial ;
    text-indent: 15px;
}
.danhmuc-title a{
	color:white;
}
.danhmuc-content{
	padding: 0 0px;
	border:1px solid #F5F5F5; border-width:0 1px 1px;
	}
.danhmuc-list{margin:0 5px 5px 5px; }
.danhmuc-list li{
	list-style-type:none;
	 
	padding: 5px 0px;
}
.danhmuc-list li li{
 
	border-bottom:1px solid #ECECEC;
 
}
.danhmuc-list ul li img{
    display: none;
}
.danhmuc-list ul li a{
	list-style-type:none;
	 
	padding: 0px 3px;
	font-weight:normal;
}
.danhmuc-list ul li a:hover{
	 
}
.danhmuc-list ul li:hover{
    color:#000; 
}
.ben-group{
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px;
}

.danhmuc-list li ul{
	margin-bottom:0px;
	padding-bottom:10px;
}
.lienhe-title{
	color:#900;
	font-size:1.3em;
	border-bottom:1px dotted #999;
}
.lienhe-content{
	padding:10px 0 0;
}
.hotro-title{
	color:#900;
	font-size:1.3em;
	border-bottom:1px dotted #999;
}
.hotro-content{
	padding:10px 0 0;
}
.giohang{
	padding:5px;
	margin-top:10px;
}
.quangcao{
	padding:5px;
	text-align:center;
}
.giohang-title{
	color:#900;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.giohang-content{
	color:#333;
	padding:5px 0;
}
.ben-text-giohang{
	background: none repeat scroll 0 0 #FCFCFC;
    border: 1px inset #AAAAAA;
    margin: 0.2em 0;
    padding: 4px 5px;
	width:194px;
}
.btn-gui{
	background:url(../image/btn-dk.png) no-repeat;
	width:70px;
	height:29px;
	cursor:pointer;
}
#cartcout {
	color: #6E0E04;
	font-weight: bold;
}

/**********************************************/
.breadcrumb{
	background: #F1F1F1 url(../image/path_bg.gif) repeat-x top;
	border: 1px solid #CBCBCB;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 1000px;
	margin: 0 auto;
}
.breadcrumb ul {
	list-style-position: outside;
	list-style-type: none;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	width: 100%;
	margin:0px !important;
}
.breadcrumb ul li{
	float: left;
	text-indent: 0px;
	white-space: nowrap;
}
.breadcrumb ul li a.homepage {
	background: url(../image/chevron-home.png) no-repeat scroll left;
	display: block;
	text-indent: -9999px;
	width: 20px;
}
.breadcrumb ul li a {
	background: url(../image/nextbg.png) no-repeat scroll top right transparent;
	padding-left: 8px;
	padding-right: 15px;
	display: block;
	color: #333;
}
.breadcrumb ul li a:hover {
	color: #6E0E04;
}
input#soluong {
	width: 40px;
	padding: 3px 10px;
	border-radius: 5px;
}
.khuyenmai.soluong{line-height: 22px;}
.soluong{
	margin: 10px 0px;
}
.sp-title a{
	color:#6C6C6C;
}
/*COMMENT*/
.comment{}
.comment-title{
	background: #97be10;
background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3FF3C), color-stop(100%, #729201));
background: -webkit-linear-gradient(#D3FF3C 0%, #729201 100%);
background: linear-gradient(#D3FF3C 0%, #729201 100%);
color: #fff;
text-shadow: 0 1px 1px #000;
border: 1px solid #79980d;
font:bold 12px/30px Arial ;
text-indent: 15px;
}
.comment-title h5{color:white;}
.comment-content{
	padding:10px;
	font-size:1em;
}
.comment-detail{
	border-radius:5px;
	border:1px #CCC solid;
	padding:5px;
	margin-top:5px;
}
.cm-detail{
	margin-bottom:15px;	
}
.ykien-content{
	background-color:#FCFCFC;
	padding:15px;
}
.text-comment{
	border: 1px inset #AAAAAA;
	border-radius:10px;
    margin: 0.2em 0;
    padding: 4px 5px;
	width:200px;
	height:20px;
}
.text-comment2{
	border: 1px inset #AAAAAA;
    border-radius: 10px;
    height: 150px;
    margin: 0.2em 0;
    padding: 4px 5px;
    width: 693px;
}

textarea.comment2{
	width: 541px;
	border-radius: 10px;
	margin-left: 5px;
}



.guiykien{
	background:url(../image/btn-gyk.png) transparent no-repeat;
	width:125px;
	height:31px;
	cursor:pointer;
	margin-top:10px;
}
.thanh-tab-content{
	
	margin-bottom:10px;
	
	
}
.comment-content{
	border:1px solid #bdbdbd;
	margin-bottom:10px;
}
#frm-ykien td{
	vertical-align:middle
}
#container ul{
	background: aliceBlue;
	border-top: 0px solid #eff8e5;
}
.tabs-selected{
	/*background: url(../image/productInfo.png) no-repeat 5px 9px;
	padding-left: 10px;*/	
	background: url(../image/tabListDetailPro.png) repeat-x;
	background-position: 0px -29px;
	/*border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;*/
	text-decoration: none;
	padding: 0 9px;
}
.tags{
	background:#a0bd2c;
	padding: 10px;
}
.tags a, .tags p{
	color:#e0e0e0;	
}
.tags a:hover{
	text-decoration:underline;	
}
.tukhoa{
	color:#fff;
	font-weight:bold;
}
table.contact-footer th,td{
	vertical-align:top;
	padding-top:0px;
	text-align:left
}
._5v4{
	position:absolute;
	width:360px !important;
}
table.tintuc{
	
}
table.tintuc tr{
	
}
table.tintuc td{
	border:0px;
	padding:0px;
	vertical-align:top;
}
.ben-section-content .ben-post .results{
    display: none;
}


/* pagi */
.system-pagi.default{
     margin: 10px 0;
     text-align: center;
     
}
.system-pagi.default li{
    vertical-align: middle;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.system-pagi.default li a{
    display: inline-block;
    padding: 0px 4px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 0.75em;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none; 
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);

}
.system-pagi.default li a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.system-pagi.default li a.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.hide{display: none;}

.mback{
    background: #97be10;
    background: -moz-linear-gradient(#D3FF3C 0%, #729201 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3FF3C), color-stop(100%, #729201));
    background: -webkit-linear-gradient(#D3FF3C 0%, #729201 100%); 
    background: linear-gradient(#D3FF3C 0%, #729201 100%); 
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #79980d;
}
.ben-main-nav a.current-tab,.ben-main-nav a:hover{
    background: #DAD227; */
    background: -moz-linear-gradient(#FCFFAD 0%, #DAD227 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCFFAD), color-stop(100%, #DAD227)); 
    background: -webkit-linear-gradient(#FCFFAD 0%, #DAD227 100%); 
    background: linear-gradient(#FCFFAD 0%, #DAD227 100%); 
    color: #fff;
    text-shadow: 0 1px 1px #000;
    
    border-radius: 2px;
}

.httt{
    color: #333;
    font: 1.0em  Arial ;
    margin-right: 15px;
}
.httt span{
    float: left;
    margin-top: 3px; 
}
.httt b{
    float: left;
    margin: 3px 5px;
}
.httt img{margin: 0 5px; height:20px}
.httt b{color:#C30E0E}





.homeEmail {
	background: none  ;
	
	clear: both;
    
	 
}
.homeEmail .all {
	width: 989px;
    background: #fff;
    margin: 0 auto;
 
    border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
    padding: 21px 5px 0 5px;
}
.homeEmail .all .title {
	float: left;
	color: #6d6d6d;
	font-size: 12pt;
	padding-top: 9px;
    font-weight: normal;
}
.homeEmail .all .form {
	float: left;
	margin-left: 20px
}
.homeEmail .all .form input {
	border: 1px solid #ECECEC;
	height: 30px; padding-left: 5px;
	margin-top: 4px;
	width: 192px
}
.homeEmail .all .iconsend {
	background: url("../css/images/all.png") no-repeat scroll left -139px top -112px rgba(0, 0, 0, 0);
	float: left;
	height: 37px;
	margin-left: -5px;
	width: 46px;
	cursor: pointer
}
.homeEmail .all .iconFace {
	background: url("../css/images/all.png") no-repeat scroll left -43px top -71px rgba(0, 0, 0, 0);
	float: left;
	height: 38px;
	margin-left: 25px;
	width: 40px
}
.homeEmail .all .titileFace {
	color: #696767;
	float: left;
	padding-top: 4px
}
.homeEmail .all .iconTwis {
	background: url("../css/images/all.png") no-repeat scroll left -82px top -71px rgba(0, 0, 0, 0);
	float: left;
	height: 38px;
	margin-left: 5px;
	width: 40px
}
.homeEmail .all .iconGoole {
	background: url("../css/images/all.png") no-repeat scroll left 0px top -71px rgba(0, 0, 0, 0);
	float: left;
	height: 38px;
	margin-left: 5px;
	width: 40px
}
.homeEmail .all .iconYoutube {
	background: url("../css/images/all.png") no-repeat scroll left -129px top -71px rgba(0, 0, 0, 0);
	float: left;
	height: 38px;
	margin-left: 5px;
	width: 40px
}
.footer {
	clear: both;
	background: none  ;
	width: 100%;
 
	margin-top:0px;
	 
}
.footer .line {
	clear: both;
	height: 14px;

}
.footer .all {
	clear: both;
	font-size: 10pt;
	margin: auto;
	width: 1000px;
	color:#555;
}
.linkthkk{
	width: 232px !important;
}
.footer .all .link {
	    color: #555;
    float: left;
}
.footer .all .lineFoo {
	float: left;
	height: 169px;
	width: 14px
}
.footer .all .address {
  	float: right;
    line-height: 21px;
    padding-left: 0;
    width: 320px;
}
.footer .all .address span {
	  font: bold 13px/17px arial;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.footer .all .right {
	float: right;
	padding-top: 10px
}
.footer .all .link ul {
 	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer .all .link ul li {
     clear: both;
    font-size: 12px;
    line-height: 21px;
}
.footer .all .titileSk{
	   font: bold 12px/17px arial;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.footer .all .tongdaitu{
	   float: left;
    line-height: 19px;
    padding-left: 2px;
}
.tongdaitu .tongdaituphone {
   font: bold 14px/20px arial;
}
.nonviewa{
	display:none;
}
.footer .all .link ul li a:hover{
    color:#444;
}

.ftb{
    display: inline-block; vertical-align: top;
    width: 490px;
}
.tongdaitu,.address{
    color:#555;
}
.ftcontent1{
    float: left;
    width: 989px;
    padding: 10px 5px ;background: #fff;
}
.orther_news li a{
    font: 12px/30px  Arial;
}






