a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed {
	vertical-align:top;
}
.site-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}
.col-left,
.col-right,
.col-middle {
    position: relative;
    min-height: 1px;
}
.col-left {
    width: 200px;
    float: left;
    margin-right: 10px;
}
.col-middle {
    float: left;
    width: 790px;
}
.col-right {
    width: 200px;
    float: right;
    margin-left: 10px;
}
.col-1, .col-2, .col-3, .col-4, .row-box-1, .row-box-2, .row-box-3, .row-box-4 {
	float: left;
}
/* Responsive */
@media only screen and (max-width: 767px) {
  	.col-left,
  	.col-middle,
  	.col-right {
	    float: none;
	    width: 100%;
	    margin: 0;
  	}
  	.scroll-left,
  	.scroll-right {
    	display: none;
  	}
  	.entry-thumb-home img {
  		height: auto !important;
  	}
}
@media (min-width: 768px) {
  	.site-container {
      	width: 750px;
  	}
  	.col-left,
  	.col-middle,
  	.col-right {
	    float: none;
	    width: 100%;
	    margin: 0;
  	}
}
@media (min-width: 992px) {
    .site-container {
        width: 1000px;
    }
    .col-left {
        width: 200px;
        float: left;
        margin-right: 10px;
    }
    .col-middle {
        float: right;
        width: 790px;
    }
    .col-right {
        width: 200px;
        float: right;
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .site-container {
        width: 1000px;
    }
    .col-left {
        width: 200px;
        float: left;
        margin-right: 10px;
    }
    .col-middle {
        float: right;
        width: 790px;
    }
    .col-right {
        width: 200px;
        float: right;
        margin-left: 10px;
    }
}
/* main menu */
/* Mobile Menu */
.mobileNavWrapper {
	display: none;
	width: 250px;
	height: 100%;
	min-height: 100%;
	position: fixed;
	right: -250px;
	top: 0;
	overflow-x: hidden;
	z-index: 16;
	background: #efefef;
	-moz-box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
    box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
}
.mobileNavWrapper ul.main-nav-mobile {
	list-style: none;
	padding: 1em;
	margin: 0;
}
.mobileNavWrapper ul.main-nav-mobile li {
	list-style: none;
}
.mobileNavWrapper ul.main-nav-mobile li a {
	border-bottom: 1px solid #fff;
	width: 100%;
	float: left;
	display: block;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px;
}
.mobileNavWrapper ul.main-nav-mobile li a:hover {
	color: #FFF;
	background: #ea2129;
}
.mobileNavWrapper {
	transition: all .30s ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mobileNavWrapper.showNav, .wrapper.showNav {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
.wrapper {
    transition: all 0.3s ease 0s;
}
.menuWrapper {
	float: right;
}
#mobileMenuButton {
	display: none;
	cursor: pointer;
	float: right;
	padding: 0;
	transition: all 0.3s ease 0s;
}
#mobileMenuButton {
	padding: 5px;
	margin: 5px 0;
	border-radius: 4px;
	cursor: pointer;
}
#mobileMenuButton button {
	border-color: #ddd;
	margin: 0;
}
#mobileMenuButton label {
	margin: 0 5px 0 0;
	line-height: 34px;
	text-transform: uppercase;
    color: #777;
}
#mobileMenuButton button span {
	background-color: #888;
}
#mobileMenuButton:hover button {
	background-color: #ea2129;
    border-color: #ea2129;
}
#mobileMenuButton:hover button span {
	background-color: #fff;
}
@media all and (max-width: 991px) {
	.mobileNavWrapper, #mobileMenuButton { display: inline-block; }
	.menu-menu-chinh-container {
		display: none;
	}
	.ul.product-cat > li {
		width: 100%;
	}
}