@charset "utf-8";
/* CSS Document */

body
{    
	background: #f2f0c6 url("../images/bg.png") repeat fixed;
    width: 100%;
    height: 100%;	
}
body#home #header .nav ul li a.home, 
body#about #header .nav ul li a.about, 
body#product #header .nav ul li a.product,
body#gallery #header .nav ul li a.gallery,
body#recruitment #header .nav ul li a.recruitment,
body#certification #header .nav ul li a.certification,
body#services #header .nav ul li a.services,
body#news #header .nav ul li a.news,
body#contact #header .nav ul li a.contact
{
	background: #e9b758 url("../images/bg-nav.png") 0px 0px repeat-x;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
body#home #header .nav ul li a.home:hover, 
body#about #header .nav ul li a.about:hover, 
body#product #header .nav ul li a.product:hover,
body#gallery #header .nav ul li a.gallery:hover,
body#recruitment #header .nav ul li a.recruitment:hover,
body#certification #header .nav ul li a.certification:hover,
body#services #header .nav ul li a.services:hover,
body#news #header .nav ul li a.news:hover,
body#contact #header .nav ul li a.contact:hover
{
}
#header
{
	background: url("../images/bg-header.png") 0px 0px repeat-x;
	width: 100%;
	position: relative;
}
#header .inner-header
{
	width: 1000px;
    height: 205px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#header .top
{
	float: left;
	position: relative;
	width: 1000px;
	height: 37px;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#header .top .social
{
	float: left;
	margin: 7px 0px 0px 5px;
	position: relative;
	z-index: 9999;
}
#header .top .time
{
	float: right;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	margin: 10px 10px 0px 0px;
}
#search
{
	width: 220px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 4px 5px 0px 5px;
	float: right;
	z-index: 999;
}
#search .search
{
	background: #fff;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid #C7C7C7;
}
#search .search ul
{
	margin: 0px;
	padding: 0px;
}
#search .search li
{
	float: left;
	margin: 0;
	padding: 0;
}
#search .search li h2
{
	position: relative;
	top: 14px;
	margin: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#search .search li .inputbox
{
	width: 175px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 3px 3px 2px 10px;
	height: 17px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	border: none;
}
#search .search li .button
{
	position: relative;
	top: 0px;
	margin: 0px;
	width: 23px;
	height: 23px;
}

#header .name
{
	width: 1000px;
	height: 130px;
	float: left;
	position: relative;
	z-index: 2;
	margin: 0px 0px 0px 0px;
}
#header .name img.banner
{
	width: 1000px;
	height: 130px;
	position: absolute;
	z-index: 1;
}
#header .name embed.banner
{
	width: 1000px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#header div.nav
{
	width: 1000px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 4;
	float: left;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#header div.nav ul
{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   float: left;
}
#header div.nav li
{
	background: url("../images/bg-nav-li.png") 100% 50% no-repeat;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header div.nav li:hover
{
	background: #c79f00 url("../images/bg-nav-li.png") 100% 50% no-repeat;
}
#header div.nav li:last-child
{
	background: none;
}
#header div.nav a.homei
{
	background: url("../images/icon-home.png") 50% 50% no-repeat;
	float: left;
	width: 60px;
	height: 38px;
	margin: 0;
	padding: 0;
}
#header div.nav a.homei:hover
{
	background: url("../images/icon-home-h.png") 50% 50% no-repeat;
	float: left;
	width: 60px;
	height: 38px;
	margin: 0;
	padding: 0;
}
#header div.nav a.nav
{
	background-color: transparent;
	color: #fff;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px 30px 0px 30px;
	text-align: center;
	font: normal 18px 'UTMCafeta';
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	line-height: 38px;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
}
#header div.nav a.nav:hover
{
	background: #c79f00 url("../images/bg-nav.png") 0px 0px repeat-x;
}

#container
{    
	background: url("../images/bg-container.png") center top repeat-x;
	width: 100%;
	margin: 0;
	padding: 25px 0px 0px 0px;
}
#main
{
	background: url("../images/bg-main.png") 0px 0px repeat;
	position: relative;
	width: 1000px;
	margin: 0 auto 20px auto ;
	padding: 5px 0px 10px 0px;
}
#main .slider
{
	background: #fff;
	width: 780px;
	height: 300px;
	margin: 0px 5px 50px 0px;
	padding: 0;
	float: right;
	position: relative;
	z-index: 1;
}

/*css slide chay ngang ---------------------------------------------- */
#main .pull-top
{
	float: left;
	width: 1000px;
	margin: 0 auto 10px auto;
	padding: 10px 0px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .pull-top .row
{
	margin: 0px 0px 0px 0px;
}
#main .pull-top .row-top
{
	float: left;
	width: 1000px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px solid #A3A3A3;
}
#main .pull-top .row-top h1,
#main .pull-top .row-top h2
{
	float: left;
	color: #0087ff;
	text-align: left;
	font: normal 22px 'UTMAndrogyne';
	line-height: 1.3;
	padding: 10px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	border-bottom: 3px solid #0087ff;
}
#main .pull-top .row ul
{
	position: relative;
	float: left;
}
#main .pull-top .row ul li
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0px 10px 0px 10px;
	background: url("../images/bg-sp-slider.png") no-repeat;
	text-align: center;
}
#main .pull-top .row ul li img
{
	width: 160px;
	height: 130px;
	margin: 0px 0px 5px 0px;
	float: left;
	border: none;
}
#main .pull-top .row ul li a.tieude
{
	position: relative;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#main .pull-top .row ul li a.tieude:hover
{
	color: #000;
}
#main .pull-top .row li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#main .pull-top .row li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}


#main .pull-left
{
    width: 202px;
    float: left;
	margin: 0px 0px 0px 5px;
}
#main .pull-right
{
    width: 202px;
    float: right;
	margin: 0px 5px 0px 0px;
}

#main .menu
{		
	float: left;
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
#main .menu .menu-top
{	
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
#main .menu .menu-top h1,
#main .menu .menu-top h2
{	
    color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font: normal 30px 'UTMCafeta';
	line-height: 1.5;
	text-shadow: 1px 1px 1px #000;
}
#main .menu .menu-middle
{	
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
#main .menu .menu-middle ul
{	
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#main .menu .menu-middle ul li
{	
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#main .menu .menu-middle ul li:hover
{	
}
#main .menu .menu-middle ul li a
{	
	background: #d2b065 url("../images/bg-menu.png") 50% 0px repeat;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 8px 5px;
	width: 190px;
	float: left;
	font: normal 20px 'UTMCafeta';
	text-transform: uppercase;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	border: 1px solid #a97400;
	border-bottom: 4px solid #a97400;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-ms-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .menu .menu-middle ul li a h2
{	
	font-size: 12px;
}
#main .menu .menu-middle ul li a:hover
{	
	background: #ba0000 url("../images/bg-menu.png") 50% 100% repeat;
	color: #fff;
	border-color: #ac1100;
}

#main .pull-right .row,
#main .pull-left .row
{
    float: left;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#main .row1
{
	background: #0086cc url("../images/row1.png") 0px 0px repeat-x;
	float: left;
	width: 202px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .row:hover .row1
{
}
#main .row1 h1,
#main .row1 h2
{
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: normal 18px 'UTMCafeta';
	text-transform: uppercase;
	line-height: 36px;
	text-shadow: 1px 1px 1px #000;
}
#main .row1 span
{
	background: url("../images/row1-h.png") 0px 0px no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
}
#main .row1 a
{
    color: #fff;
	font-weight: bold;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
}
#main .row1 a:hover
{
    color: #FFB800;
}
#main .row2
{
	background: #fff;
	float: left;
	width: 200px;
	padding: 0px 0px 10px 0px;
	margin: -5px 0px 0px 0px;
	color: #5E5E5E;
	border: 1px solid #004E94;
	border-bottom: 4px solid #004E94;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-radius: 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}

#main .row2 .menu-list
{
	float: left;
	width: 200px;
	position: relative;
	z-index: 2;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	color: #5E5E5E;
}
#main .row2 .menu-list ul
{	
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#main .row2 .menu-list ul li
{	
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#main .row2 .menu-list ul li:hover
{	
	background: #e5e5e5;
}
#main .row2 .menu-list ul li a
{	
	background: url("../images/icon-dm-2.png") 5px 50% no-repeat;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	width: 175px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom: 1px dashed #A89B00;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
}
#main .row2 .menu-list ul li a h2
{	
	font-size: 13px;
}
#main .row2 .menu-list ul li a:hover
{	
	background: url("../images/icon-dm-2.png") 5px 50% no-repeat;
	border-bottom: 1px dashed #000;
}

#main .row2 .content
{	
	float: left;
	width: 190px;
	position: relative;
	z-index: 2;
	padding: 5px;
	margin: 0;
	color: #444444;
}
#main .row2 p
{
    padding: 10px 0px 0px 0px;
	color: #444444;
}
#main .row2 a.viewmore
{
	position: absolute;
	z-index: 2;
	top: 3px;
	right: 0px;
}

/*chay thong tin len xuong */
#main .row2 .slide
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	position: relative;
}
#main .row2 .slide .aside
{
	background: #fff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main .row2 .slide .aside img
{
    width: 180px;
	height: 130px;
	padding: 4px;
}
#main .row2 .slide .title
{	
	margin: 5px 0px 0px 0px;
	float: left;
	text-align: center;
	width: 190px;
}
#main .row2 .slide .title a
{
	color: #393939;
	font-size: 13px;
	text-align: left;	
	font-weight: normal;
}
#main .row2 .slide .title a:hover
{	
	color: #000;	
}
#main .row2 .slide li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#main .row2 .slide li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
#main .row2 .slide .document
{
    width: 280px;
	margin: 0px 0px 5px 5px;
	float: left;
	text-align: justify;
	font-size: 14px;
	color: #9c7500;
}
#main .row2 .slide .document p
{
    line-height:20px;
}
#main .row2 .slide .line
{
    width: 280px;
	height: 1px;
	border-top: 1px dashed #A8A8A8;
	float: left;
}

#main .row2-bt
{
	background:  url("../images/row2-bt.png") left bottom no-repeat;
	width: 270px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}


#main .pull-center
{
	width: 570px;
    float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
}
#main .pull-center .row
{
    float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#main .row3
{
	background: url("../images/row3.png") 10px 50% no-repeat;
	float: left;
    width: 570px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #A5A5A5;
}
#main .pull-center .row:hover .row3
{
}
#main .row3 h1,
#main .row3 h2
{
	float: left;
	padding: 0px 30px 0px 5px;
	margin: 0px 60px 0px 50px;
	color: #0087ff;
	font: normal 22px 'UTMAndrogyne';
	line-height: 1.7;
	text-align: left;
	border-bottom: 2px solid #0087ff;
}
#main .row3 a.xemthem
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	padding: 0;
}
#main .row3 a.xemthem:hover
{
	text-decoration: underline;
}
#main .row3 img.icon
{
    float: left;
	position: relative;
	top: 0px;
	left: 20px;
	width: 60px;
	height: 55px;
}
#main .row4
{
	background:  url("../images/row4.png") repeat-y;
	width: 570px;
    float: left;
	position: relative;
	z-index: 0;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#main .row4 ul
{
	position: relative;
}
#main .row4 li
{
	background: url("../images/bg-sp.png") top center no-repeat;
	color: #000;
	float: left;
	width: 174px;
	height: 200px;
	text-align: center;
	margin: 10px 5px 10px 7px;
	list-style: none;
	position: relative;
}
#main .row4 li:hover
{
}
#main .row4 p
{
    padding: 10px 10px 0px 20px;
	color: #2c2e31;
	line-height: 20px;
}
#main .row4 li img
{
    margin: 6px 6px 20px 6px;
	width: 163px;
	height: 118px;
	border: none;
}
#main .row4 li a
{   
    text-decoration: none;
    font-weight: bold;
	font-size: 13px;
	color: #555;
}
#main .row4 li a:hover
{    
    color: #000;
}
#main .row4 li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
}
#main .row4 li div.price span
{
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#main .row4 li div.button
{
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #CACACA;
}
#main .row4 li div.button a.order
{
	background: #E9CD00;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 4px 9px 4px 9px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #5A5A5A;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .row4 li div.button a.order:hover
{
	background: #D6D6D6;
	color: #000000;
	border: 1px solid #575757;
}
#main .row4 li div.button a.detail
{
	background: #D6D6D6;
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 4px 9px 4px 9px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #575757;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .row4 li div.button a.detail:hover
{
	background: #E9CD00;
	color: #000;
	border: 1px solid #5A5A5A;
}

#main a.order-info
{
	background: #E9CD00;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 4px 9px 4px 9px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: 1px solid #5A5A5A;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main a.order-info:hover
{
	background: #D6D6D6;
	color: #000;
	border: 1px solid #575757;
}

#facebook
{
	margin: 20px 0px 0px 10px;
}

#main .row5
{
	width: 560px;
	text-align: justify;
    float: left;
	position: relative;
	z-index: 0;
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 0px px;
	line-height: 20px;
}
#main .row5 p
{
    padding: 10px 0px 0px 0px;
	color: #000;
	line-height: 20px;
}
#main .row5 p .back
{
	color: #000;
}

#main .tenloai
{    
    float: left;
	padding: 5px;
	margin: 0px;
}
#main .tenloai img
{    
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 3px 3px 0px 0px;
	border: 0px;
	float: none;
}
#main .detail
{    
    float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main .detail a
{    
    color: #EB1C22;
	font-style: italic;
	font-weight: bold;
}
#main .detail a:hover
{    
    color: #5E5E5E;
}
/* css link phan trang----------------------------------------------------*/
#main .link
{
    color: #fff;
	text-align: center;
	padding: 10px;
}
#main .link b
{
    color: #fff;
	border: 1px solid #000;
	background: rgb(107, 107, 107);
	padding: 3px 5px 3px 5px;
}
#main .link a
{
    color: rgb(90, 90, 90);
	border: 1px solid #000;
	background: #fff;
	padding: 3px 5px 3px 5px;
	margin: 0px 2px 0px 2px;
}
#main .link a:hover
{
    color: #fff;
	border: 1px solid #000;
	background: rgb(179, 179, 179);
	padding: 3px 5px 3px 5px;
}
#main .title
{	
	width: 390px;
	margin: 10px 0px 5px 10px;
	float: left;
}
#main .title a
{
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-align: left;
}
#main .title a:hover
{	
    color: #555;
}
#main .aside
{
    float: left;
	margin: 10px 0px 0px 10px;
}
#main .aside img
{
	border: 1px solid #e4e4e4;
}
#main .document2
{
	width: 390px;
	margin: 0px 0px 5px 10px;
	float: left;
	text-align: justify;
	color: rgb(56, 56, 56);
}
#main .document2 p
{
    line-height:20px;
}
#main .line-info
{
    width: 560px;
	height: 1px;
	border-top: 1px dashed #A8A8A8;
	margin: 5px 10px 5px 5px;
}

/*css sản phẩm cùng loại khác */
#main .product-other
{
	float: left;
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #A8A8A8;
}
#main .product-other h2
{
	position: relative;
	margin: 0px 10px 10px 0px;
	padding: 0;
	font-size: 16px;
}
#main .product-other h2 img
{
	margin: 0px 5px 0px 0px;
	padding: 0;
	width: 12px;
	height: 10px;
}
#main .product-other ul
{
	position: relative;
}
#main .product-other li
{
	background: url("../images/bg-sp.png") top center no-repeat;
	color: #000;
	float: left;
	width: 174px;
	height: 200px;
	text-align: center;
	margin: 10px 5px 10px 5px;
	list-style: none;
	position: relative;
}
#main .product-other li:hover
{
}
#main .product-other p
{
    padding: 10px 10px 0px 20px;
	color: #2c2e31;
	line-height: 20px;
}
#main .product-other img
{
    margin: 6px 6px 20px 6px;
	width: 163px;
	height: 118px;
}
#main .product-other a
{   
    text-decoration: none;
    font-weight: bold;
	font-size: 13px;
	color: #555;
	line-height: 16px;
}
#main .product-other a:hover
{    
    color: rgb(80, 80, 80);
}
#main .product-other li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
}
#main .product-other li div.price span
{
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#main .product-other li div.price strong
{
	color: #F00;
	font-size: 13px;
}
#main .product-other li div.button
{
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #CACACA;
}
#main .product-other li div.button a.order
{
	background: #E9CD00;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 4px 9px 4px 9px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #5A5A5A;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .product-other li div.button a.order:hover
{
	background: #D6D6D6;
	color: #000000;
	border: 1px solid #575757;
}
#main .product-other li div.button a.detail
{
	background: #D6D6D6;
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 4px 9px 4px 9px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #575757;
	-webkit-transition: all .30s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .30s ease;  /* FF4+ */
	-ms-transition: all .30s ease;  /* IE10 */
	-o-transition: all .30s ease;  /* Opera 10.5+ */
	transition: all .30s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE/PIE_uncompressed.htc);
}
#main .product-other li div.button a.detail:hover
{
	background: #E9CD00;
	color: #000;
	border: 1px solid #5A5A5A;
}

/*css tin tuc khác */
#main .news-other
{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-top: 1px dashed #A8A8A8;
}
#main .news-other h2
{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#main .news-other h2 img
{
	margin: 0px 5px 0px 0px;
	padding: 0;
	width: 12px;
	height: 10px;
}
#main .news-other .inner
{
	position: relative;
	margin: 0;
	padding: 0;
}
#main .news-other .inner .title
{
	position: relative;
	margin: 5px;
	padding: 0;
	width: 100%;
}

#footer 
{	
	background: #f3f3f3;
	clear: both;
	position: relative;
	width: 100%;
}
#footer .inner-footer
{
	background: #f3f3f3 url("../images/bg-footer.png") 50% 35px no-repeat;
	color: #000;
	clear: both;
	position: relative;
	width: 1000px;
	min-height: 100px;
	margin: 0px auto 0px auto;
	padding: 6px 0px 0px 0px;
	text-align: left;
}
#footer .document
{	
	width: 1000px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
#footer .document p
{
    color: #000;
   	position: relative;
	line-height: 20px;
	padding:0px 10px 0px 10px;
}

#footer .inner-footer .nav
{
	width: 1000px;
	height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#footer .inner-footer .nav ul
{
	display: table;
	margin: 0 auto;
	padding: 0;
}
#footer .inner-footer .nav ul li
{
	float: left;
	position: relative;
	margin: 0px 10px 0px 10px;
}
#footer .inner-footer .nav a
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
#footer .inner-footer .nav a:hover 
{
	text-decoration: underline;
}

#footer .nambovn
{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#footer .nambovn h1
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#footer .nambovn a
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#footer .nambovn a:hover
{
	text-decoration: underline;
}
.clear
{
	clear:both;
}