@charset "utf-8";
/* COMMON STYLE

--------------------------------------------------------- */

html, body, fieldset {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal 13px/1.4 Arial, Helvetica, sans-serif;
	background: #fafafa;
	color: #555555;
}
@font-face {
 font-family: 'Open Sans Regular';
 src: url('../Images/Fonts/opensans-regular-webfont.eot');
 src: url('../Images/Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/Fonts/opensans-regular-webfont.woff') format('woff'), url('../Images/Fonts/opensans-regular-webfont.ttf') format('truetype'), url('../Images/Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
a {
	text-decoration: none;
	color: #006d46;
}
a:hover {
	text-decoration: none;
	color: #0000cc
}
* html .cf {
	height: 1%;
}
.cf {
	display: block;
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
}
h1 {
	font-size: 125%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
ol, ul {
	list-style: none;
	list-style-position: inside
}
pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.img_general {
	float: left;
	margin-right: 10px;
	border: 1px solid #d3d3d3;
	padding: 4px;
	text-align: center;
}
.inputbox {
	border: 1px solid #848484;
	height: 25px;
	line-height: 25px;
}
.fl {
	float: left
}
.fr {
	float: right
}
.hidden {
	display: none
}
.show {
	display: block
}
.trans {
	transition: All 0.5s ease-out;
	-webkit-transition: All 0.5s ease-out;
	-moz-transition: All 0.5s ease-out;
	-o-transition: All 0.5s ease-out;
}
.font1 {
	font-family: 'Open Sans Regular', Helvetica, sans-serif
}
/* WRAPPER --------*/
.wrap {
	width:1000px;
	margin: 0 auto;
	position: relative;
}
/* LAYOUT

--------------------------*/
.wrap:after, #header:after, #footer:after, #main:after, #main #main_col:after, .box_ct:after, .box:after, .product_row:after, .pagination:after, .top_5post div:after, div.simpleTabsContent:after, .product:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.sidebar {
	width: 280px;
}
.main_column {
	width: 710px;
}
/* HEADER

--------------------------*/

#header {
	width: 100%;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 403px;
	height: 189px;
	background: url(../Images/logoBg.png) 0 0 no-repeat;
	text-align: center;
	z-index: 5
}
#logo img {
	max-width: 100%;
	margin-top: 20px;
}
/*SEARCH*/
#search_form {
	position: relative;
}
#search_form .inputSearch {
	background: none;
	border: none;
	color: #7B7B7B;
	width: 98%;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 28px;
	line-height: 28px;
	text-indent: 5px;
	border: 1px solid #CCCCCC;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
#search_form .submitSearch {
	float: right;
	margin-top: 10px;
	width: 80px;
	height: 25px;
	background: #328444;
	border: none;
	cursor: pointer;
	text-align: center;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#search_form label {
	display: block;
	width: 100%;
	margin: 8px 0 3px 0;
	font-weight: 700
}
#search_form .fr_select {
	width: 100%;
	padding: 5px
}
/*Box*/
.box {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
}
.box_ct {
	padding: 9px;
	border: 1px solid #b8b8b8;
}
/*Tab*/
.box_Tab {
	height: 35px;
	position: relative;
	background: url(../Images/TabBg.gif) 0 0 repeat-x;
}
.sidebar .box_Tab {
	-moz-box-shadow:inset 0px -5px 5px #257336;
	-webkit-box-shadow:inset 0px -5px 5px #257336;
	box-shadow:inset 0px -5px 5px #257336;
}
.box_Tab span {
	float: left;
	font: bold 15px/35px 'Open Sans Regular', Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(../Images/arr_Tab.png) 5px 1px no-repeat;
	padding-left: 35px
}
.main_column .box_Tab {
	background: #efefef url(../Images/main-block-bg.png) bottom left repeat-x
}
.main_column .box_Tab span {
	padding-left: 10px;
	padding-right: 30px;
	background: url(../Images/arr_TabMain.png) right 1px no-repeat;
	color: #333333
}
/*Ads*/
.ads img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
/*Vertical menu*/
.box_category > ul > li > a:hover {
	color:#C71126;
	background: #e2e3e2
}
.box_category > ul > li > a {
	text-decoration: none;
	display:block;
	padding: 6px 10px;
	color: #616161;
	font-size:1em;
	border-bottom: 1px solid #CCCCCC
}
.box_category > ul > li {
	position:relative;
	background: url(../Images/left-li-bg.png) 0 12px no-repeat;
}
.box_category > ul > li:first-child {
	padding-top:1px;
}
.box_category > ul > li.last {
	border:none;
}
.box_category > ul > li > ul {
	padding-left:0px;
	display:none;
	margin-top:0px;
}
.box_category > ul > li.active ul {
	display:block;
}
.box_category > ul > li > ul > li {
	padding-left: 10px;
	position: relative;
	background: url(../Images/left-li-bg.png) 15px 12px no-repeat;
}
.box_category > ul > li span:hover {
	cursor:pointer;
}
.box_category > ul > li.active > a {
	color:#C71126;
}
.box_category > ul > li.active a + ul {
	display: block;
}
.box_category > ul > li ul > li > a:hover {
	color:#C71126;
}
.box_category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color:#424241;
	padding: 7px 10px 7px 15px;
}
.box_category > ul > li ul > li.active > a, .box_category > ul > li ul > li.active > a {
	font-weight:normal;
	color:#3b2c26;
}
.box_category > ul > li > span.close {
	background:url(../Images/nolines_minus.png) 0 -12px no-repeat;
	width:12px;
	height:12px;
	float:right;
	margin-right:13px;
	margin-top:2px;
	display:block;
}
.box_category > ul li li span.close {
	background:url(../Images/nolines_minus.png) 0 -12px no-repeat;
	width:12px;
	height:12px;
	float:right;
	margin-right:13px;
	margin-top:12px;
	display:block;
}
.box_category > ul li.active > span.close {
	background-position:0 bottom;
}
.box_category ul li span.close.collapsed {
	background-position:0 bottom;
}
.box_category ul li span.close.expanded {
	background-position:0 top;
}
.box_category > ul > li span.close:hover {
	cursor:pointer;
}
.box_category .close {
	position:absolute;
	top:7px;
	right:0px;
}
.box_category ul ul .close {
	position:absolute;
	top:0px;
	right:0px;
}
/*Box Support*/
#box_support li {
	margin: 5px 0
}
#box_support b {
	margin-left: 5px;
	line-height: 23px
}
/*Most Viewed Post*/
#most_viewed_post li {
	float: left;
	width: 100%;
}
#most_viewed_post li a {
	display: block;
	background: url(../Images/left-li-bg.png) no-repeat scroll 5px 10px transparent;
	border-bottom: 1px solid #afafaf;
	padding: 5px 0 5px 15px;
	color: #555555
}
#most_viewed_post ul li:last-child a {
	border: none
}
.button_control a {
	display: block;
	width: 8px;
	height: 10px;
	background-image: url(../Images/arr_slide.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 12px;
	z-index: 999
}
#prev_slide {
	background-position: 0 0;
	right: 25px
}
#next_slide {
	background-position: 100% 0;
	right: 10px
}
/*Top News Main*/
#top_4news {
	width: 360px;
	margin-right: 10px
}
#other_topnews {
	width: 340px
}
#other_topnews li {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
#other_topnews h3 {
	max-height: 38px;
	overflow: hidden
}
#other_topnews .img_general {
	width: 59px;
	height: 59px;
	display: table-cell;
	vertical-align: middle
}
#other_topnews .img_general img {
	max-width: 100%;
	max-height: 100%
}
.short_des {
	font-size: 11px;
	margin: 2px 0;
	text-align: justify
}
/*CarouFedSel*/
#slide_carousel, #thumbs_slide {
	height: 350px;
	overflow: hidden;
	display: block;
	float: left;
}
#slide_carousel {
	width: 100%;
}
#thumbs_slide {
	width: 100%;
	padding: 10px 0
}
#thumbs_slide img {
	border: 3px solid #b3b3b3;
	opacity: 0.8;
	margin-right: 4px;
	cursor: pointer;
	width: 80px;
	height: 60px;
}
#thumbs_slide img.selected, #thumbs_slide img:hover {
	border-color: #333;
}
.item_slide .img_slide {
	border: 1px solid #d3d3d3;
	display: table-cell;
	height: 240px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	width: 350px;
}
.item_slide img {
	max-width: 100%;
	max-height: 100%
}
.item_slide h2 {
	font-size: 100%;
	margin: 5px 0
}
.item_slide p {
	margin: 0
}
/*#prev, #next {
				width: 15px;
				height: 21px;			
				display: block;				
				text-indent: -999em;
				background: transparent url(img/carousel_control.png) no-repeat 0 0;
				position: absolute;
				bottom: 85px;				
			}
			#prev {
				background-position: 0 0;
				left: 15px;
			}
			#prev:hover {
				left: 14px;
			}			
			#next {
				background-position: -18px 0;
				right: 15px;
			}
			#next:hover {
				right: 14px;
			}	*/		

			
/*Tab Content*/
.top_content_tab {
	width: 360px;
	margin-right: 10px
}
.top_content_tab .img_general {
	width: 150px
}
.top_5post {
	width: 340px
}
.top_5post div {
	margin-bottom: 5px
}
.top_5post li {
	float: left;
	width: 100%;
	list-style: disc outside none;
	margin: 2px 0 2px 15px;
	font-size: 11px;
	color: #110ffd;
}
.top_5post li a {
	color: #555555
}
.top_5post li a:hover {
	color: #0101be
}
/*List Products*/
.product_row {
	margin-left: -10px
}
.product_row li {
	float: left;
	position: relative;
	width: 25%;
	overflow: hidden;
}
.product_row .product {
	float: right;
	width: 94%;
	margin-top: 10px;
	overflow: hidden;
	text-align: center
}
.product_row .img_product {
	display: block;
	background: #FFFFFF;
	border: 1px solid #d3d3d3;
	padding: 4px;
	height: 150px;
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
}
.product img {
	max-height: 100%;
	max-width: 100%;
}
.product:hover img {
	opacity: 0.6
}
.product h2 a {
	font-size: 13px;
	color: #383838;
	font-weight: 700;
	text-decoration: none
}
/*List Products*/
#list_products li {
	float: left;
	position: relative;
	width: 50%
}
#list_products .product {
	float: left;
	border: 1px solid #d3d3d3;
	padding: 9px;
	width: 93%;
	margin-top: 10px
}
#list_products li:nth-child(2n+2) .product {
float: right
}
#list_products .img_product {
	display: block;
	background: #FFFFFF;
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#list_products h2 {
	margin-bottom: 8px
}
#list_products p {
	margin: 0;
	text-align: justify
}
#list_products .btn_P {
	clear: both;
	margin-top: 10px;
}
#list_products .btn_P a {
	float: left;
	display: inline-block;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	transition: All 0.5s ease-out;
	-webkit-transition: All 0.5s ease-out;
	-moz-transition: All 0.5s ease-out;
	-o-transition: All 0.5s ease-out;
}
#list_products .btn_P a.view_more {
	background: #2222e7 url(../Images/arr_btn.png) right center no-repeat;
	padding-right: 25px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#list_products .btn_P a.addtocart {
	background: #328444;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius:  0 3px 3px 0;
	border-radius:  0 3px 3px 0;
}
/*Cart*/
#box_cart span {
	display: block;
	margin: 5px 0;
	font-size: 14px
}
#box_cart b {
	color: #2222e7
}
#box_cart .total_money b {
	color: #FF0000
}
/*Address*/
.add_col {
	width: 49%
}
.add_col:last-child {
	margin-left: 20px
}
.add_col p {
	margin: 0.5em 0
}
/*Detail Products*/
.img_dtp {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align: center;
	position: relative
}
.img_dtp a {
	display: block;
	width: 100%
}
.img_dtp img {
	max-width: 100%;
	height: auto
}
.zoom_icon {
	position: absolute;
	width: 46px;
	height: 48px;
	background: url(../Images/zoom_icon.png) 0 0 no-repeat;
	top: 10px;
	right: 10px;
	z-index: 50
}
#dtp_info {
	width: 350px
}
.h2Title {
	font-size: 24px;
	font-weight: 500;
	color: #2a2a2a;
	margin-bottom: 5px;
}
.dtp_status {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	margin: 2px 0;
	padding: 5px 0;
}
.code {
	margin-top: 15px;
	color: #308242
}
.title_status {
	float: left;
	width: 80px;
	font-weight: 700;
	color: #191919;
}
.dtp_price {
	color: #ec3135;
	font-size: 17px;
}
.addtocart_dtp {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #463dfe; /* Old browsers */
	background: -moz-linear-gradient(top, #463dfe 0%, #1c1ce5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #463dfe), color-stop(100%, #1c1ce5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #463dfe 0%, #1c1ce5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #463dfe 0%, #1c1ce5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #463dfe 0%, #1c1ce5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #463dfe 0%, #1c1ce5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463dfe', endColorstr='#1c1ce5', GradientType=0 ); /* IE6-9 */
}
#info_g img {
	max-width: 100%;
	height: auto;
	transition: All 0.5s ease-out;
	-webkit-transition: All 0.5s ease-out;
	-moz-transition: All 0.5s ease-out;
	-o-transition: All 0.5s ease-out;
}
#info_g img:hover {
	opacity: 0.6
}
#info_g, #info_g p {
	line-height: 1.4
}
#info_g ul {
	margin-left: 20px
}
#info_g li {
	margin: 3px 0
}
/*Pagination*/
.pagination {
	width:100%;
	margin:auto;
	margin:15px 0;
	text-align: center
}
.pagination a {
	display:inline-block;
	padding:6px 15px;
	background:#e0e0e0;
	color:#222222;
	text-align:center;
	margin-left:2px;
	font-size:15px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.pagination a:hover, .pagination a.active {
	background:#318343;
	color:#FFF;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.pagination a:first-child {
	border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
}
.pagination a:last-child {
	border-radius:0 100px 100px 0;
	-webkit-border-radius:0 100px 100px 0;
	-moz-border-radius:0 100px 100px 0;
}
/*News*/
#list_news ul {
	padding: 10px 0
}
#list_news li {
	border-bottom: 1px solid #cccccc;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
#list_news .view_detail {
	bottom: 5px;
	position: absolute;
	right: 0;
	display: block;
	width: 80px;
	margin: 0 auto;
	height: 21px;
	line-height: 21px;
	color: #f0ff00;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
#list_news .h3Title a {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 700
}
#list_news p {
	margin: 0 0 1em 0;
	line-height: 150%;
}
#list_news img {
	border: 1px solid #e3e3e3;
	padding: 3px;
	width: 180px;
	height: auto;
}
#list_news img:hover {
	opacity: 0.6
}
#info_g {
	padding: 10px 0;
}
#info_g, #info_g p {
	line-height: 160%
}
.info_P_title {
	margin-top: 20px;
	border-bottom: 3px solid #CCCCCC;
	text-transform: uppercase;
	font: bold 14px/25px Tahoma, Geneva, sans-serif
}
.date {
	color: #878787;
	font-size: 12px;
}
.function {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e3e3e3 -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.like_face {
	float: left;
	height: 18px;
	padding: 0;
	width: 35%;
}
.toolbar {
	float: right;
	padding: 0;
	position: relative;
	text-align: left;
}
.toolbar a {
	background: url(../Images/toolbar.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
}
a.print {
	background-position: 0 2px;
}
a.email {
	background-position: 0 -18px;
}
a.opinion {
	background-position: 0 -43px;
}
.other_news_sub {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
.other_newsT {
	padding-bottom: 3px;
	margin: 10px 0;
	position: relative;
	border-bottom: 1px solid #606060;
	font-weight: 500;
	font-size: 16px;
}
.other_news_sub ul {
	margin: 10px 0 0 10px;
}
.other_news_sub ul li {
	padding: 4px 0;
}
.other_news_sub a {
	background: url(../Images/arrow_l.png) no-repeat scroll 0 3px transparent;
	padding-left: 15px;
	font-size: 90%
}
.view_all {
	float: left;
	background: none !important;
	margin-top: 10px;
	text-align: right;
	text-decoration: underline;
	font-size: 11px;
	color: #d10000;
}
/*Cart*/
table#page_cart {
	border-collapse: collapse;
	width: 100%;
	color: #444444;
	margin-top: 10px;
}
table#page_cart th, table#page_cart td {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #c5c7c5;
	padding: 8px 0;
	text-align: center
}
table#page_cart th {
	background: #e1e2e1;
}
table#page_cart td.td_price {
	width: 100px;
}
table#page_cart td.td_price span#vnd {
	color: #999999 !important;
}
table#page_cart td.ttd_price {
	border-right: medium none !important;
	font-weight: bold;
	padding-right: 20px !important;
	text-align: right;
}
table#page_cart td.ttd_price_t {
	border-left: medium none !important;
	color: #C21717;
	font-weight: bold;
	padding-left: 20px !important;
	text-align: center;
	font-size: 15px;
}
table#page_cart td.td_quantity input[type="text"] {
	border: 1px solid #7F9DB9;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	color: #000000;
	height: 25px;
	width: 30px;
	text-align: center;
	font-weight: 700
}
.button_payment {
	float: right;
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	background: url(../Images/TabBg.gif) 0 0 repeat-x;
	border-bottom: 5px solid #176929;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
	cursor:pointer;
}
.button_payment:hover {
	text-decoration: none;
	color: #FFFFFF
}
/*Current Path*/
.path {
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
	text-transform: none;
	font-size: 0.9em;
	font-weight: 500;
	height: 28px;
	line-height: 28px;
}
/*Main Footer*/
#footer {
	width: 100%;
	background: #dedfdf;
}
#footer .wrap {
	background: #dedfdf;
	padding: 10px
}
#footer a {
	color: #222222
}
#footer a:hover {
	color: #000000
}
#footer p {
	margin: 5px 0;
}
#footer_menu {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: url(../Images/lineBg.gif) bottom left repeat-x
}
#footer_menu a {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #bfc1c0;
	color: #515151
}
#footer_menu a:first-child {
	border: none
}
#info_footer {
	float: left;
	width: 60%;
}
#copyright {
	width: 80%;
	font-size: 100%;
}
#copyright img {
	max-width: 150px
}
/*Status*/
#access_status {
	width: 120px;
	height:62px;
	background-image: url(../Images/status.png);
	background-repeat:no-repeat;
	
	
}
/*Banner Ads*/
#divAdRight {
	display:none;
	position:absolute;
	top:10px;
}
#divAdLeft {
	display:none;
	position:absolute;
	top:10px;
}


#printing {
	width: 600px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 3px #555555;
	-webkit-box-shadow: 0 0 3px #555555;
	box-shadow: 0 0 3px #555555;
}
#printing #header{
	min-height:80px;
}
#printing #header embed {
	min-height:80px;
	width:600px;
	height:200px;

}
#printing #header ShockwaveFlash1 {
	min-height:80px;
	width:600px;
}
#printing #logo {
	width: 20%
}
#printing #text_logo {
	width: 78%
}
#printing #function_print {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #318343;
	color: #FFFFFF;
}
#printing #function_print a {
	color: #FFFFFF;
}
#printing #main {
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 2px solid #18b32d;
	text-align: justify;
	
}

.icon_status
{
    color:#666666;
    float:right;
    font-size:11px;
    margin-right:15px;
    
}