/* # Genesis Child Theme
Theme Name: RT Normal
Theme URI: http://thietkewebmienphi.com
Description: This is the standard theme created for the Genesis Framework.
Author: Minh Sang & Hai Coder
Author URI: http://thietkewebmienphi.com
Template: genesis
Template Version: 1.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700');
*{
    margin: 0px;
    padding: 0px;
    outline : none;
}
body {
	font-size: 14px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
}
div.clear{clear:both}
a{text-decoration:none}
img{
	max-width:100%;
	border:none;
}

a:hover, a:active, a:focus, li:hover, .transit{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
 }
li{list-style:none}


/* ------------------Start Here --------------------------*/

.site-container {
	margin: 0 auto;
	width: 1220px;
	position: relative;
	padding: 0 10px;
	box-shadow: 0 0 3px #ccc;
	background: #fff;
}

.site-inner {
    clear: both;
    background: #fff;
    padding-top: 20px;

}
.site-title{
	position: absolute;
	text-indent: -9999px;
}

/* banner */
.site-header{position: relative;}
.site-header .imgbanner{
	display: block;
	line-height: 0;
}
.site-header .imgbanner img{
	height: auto;
}

.content-sidebar-wrap {
	overflow: hidden;
}

/* Navigation */

.nav-primary{
	height:40px;
	/*background:url(images/bg-menutop.jpg) repeat-x;*/
	background: #01662d;
}
.f-nav {
    position: fixed;
    width: 1220px;
    top: 0;
    z-index: 999999;
    margin: auto;
}
.nav-primary ul{
	margin: 0;
	padding: 0;
	}
.nav-primary li{
	float: left;
	list-style: none;
	position:relative;
	border-left: 1px solid #009244;
	border-right: 1px solid #004420;
	}
.nav-primary li:first-child {
	border-left: 0;
}
.nav-primary li:last-child {
	border-right: 0;
}
.nav-primary li a{
	color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    padding: 0px 15px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-primary li:hover > a, .nav-primary .current_page_item >a, .nav-primary .current-cat >a, .nav-primary .current-menu-item >a{
	color: yellow;
}

/* sub menutop lv 1 */
.nav-primary li  li {
	background: #016A2F;
	width:100%;
	border-top:#fff solid 1px;
	clear:both;
	padding:0;
	margin-top:-15px;
	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}

.nav-primary li li a{
	color: #FFFFFF;
	font-size: 11px;
	line-height:37px;
	padding-left:10px;
	padding-right:0;
	border:none;
	position: relative;
}
.nav-primary li ul{
	z-index: 9999;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background:#016A2F;
	width:220px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary li:hover>ul{
	opacity:1;
	visibility:visible;
}
.nav-primary li:hover ul li{
	margin-top:0;
    opacity:1;
}

/* sub menutop lv 2 */
.nav-primary ul ul ul{
	float:left;
    list-style:none;
    z-index: 9999;
    margin:0;
    padding:0;
    position:absolute;
    left:80%;
    top:0px;
    background:#016A2F;
    width:100%;
    opacity:0;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary ul ul ul li{
	border:none;
    border-bottom:1px solid #ccc;
    clear:both;
    margin:0;
    padding:0;
    width:100%;
    opacity:1;
}
.nav-primary ul ul li:hover ul{
	opacity:1;
    left:100%;
    visibility:visible;
}

/* search form */
#searchform, .search-form{
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border-radius: 6px;
}
.search-form{
    position: absolute;
    z-index: 100;
    right: 6px;
    bottom: -34px;


}
#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
	width: 160px;
	border:none;
	height: 24px;
	padding:2px 6px;
	font-size: 12px;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 15px;
	height: 24px;
	border:none;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat;
	cursor: pointer;
}

/* breadcrumb */
.breadcrumb{
	margin: 0 0 10px 0;
	padding: 5px 0;
}
.breadcrumb a{
	color: #777;
}

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float:right;
	width:735px;
}
/* Sidebar & content */

.sidebar {
	float: right;
	width: 23%;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
 }
 .content-sidebar .sidebar-primary {
 	margin-right:10px;
 }

.sidebar .widget {

	margin-bottom:10px;
	padding: 0 ;
	border-radius: 13px 13px 0 0;
}
.sidebar .widget .widget-wrap > div{
		border:#a1a1a1 solid 1px;
}
.sidebar h4.widget-title {
    background: #01662d;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px 5px;
    position: relative;
    font-weight: 500;
    margin: 0 0 2px 0;
}
.sidebar .widget_nav_menu h4:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 999;
    background: url(images/bg-h4-sidebra.png) no-repeat;
    width: 17px;
    height: 14px;

}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar ul.menu li{
	list-style:url(images/listmenu.png) inside;
	padding:7px 0px 7px 10px;
	position:relative;
	border-top: 1px solid #a1a1a1;
}
.sidebar ul.menu > li:first-child {
	border-top: 0;
}
.sidebar ul.menu li a{
	color:#000;
	font-size: 13px;
	text-decoration:none;
}
.sidebar ul.menu li a:hover{color:#c93702;}

/* sub danh muc sp */
.sidebar ul.menu ul {
	position:absolute;
	left:86%;
	width:100%;
	top:0;
	background:#fff;
	z-index: 9999;
	opacity:0;
	border:#c5c5c5 solid 1px;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.sidebar ul.menu li:hover > ul{
	opacity: 1;
    left: 100%;
    visibility:visible;
}
.sidebar-secondary  {
	float: left;
	width: 240px;
}
.sidebar-content-sidebar .sidebar-primary {
	width:240px;
}

.sidebar .featuredpost .tin-tuc, .sidebar .featuredpage .page, .sidebar-alt .featuredpost .tin-tuc,
.sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 3px 5px;
	overflow: hidden;
	color : #333;
}
.alignleft{
	float:left;
	margin:0 6px 0 0;
}
.sidebar .featuredpost .avatar, .sidebar .featuredpage .avatar, .sidebar-alt .featuredpost .avatar,
.sidebar-alt .featuredpage .avatar, .sidebar .featuredpost img, .sidebar .featuredpage img,
.sidebar-alt .featuredpost img, .sidebar-alt .featuredpage img {
    background: #F7F7F7;
    margin: 0;
    padding: 2px;
    height: 150px;
    width: auto;
    display: none;
}
.sidebar .featuredpost h2 a{
    color: #245a9a;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 9px;
    padding: 0 0 0 12px;
    display: block;
    background: url(images/li-post.png) left 4px no-repeat;
}
.sidebar .featuredpost article a.aligncenter {
	display: block;
	width: 100%;
	text-align: center;
}
.sidebar .featuredpost article .entry-content {
	display: none;
}
.sidebar .featuredpost article:nth-child(2) img {
display: inline-block;
}
.sidebar .featuredpost article:nth-child(2) .entry-content {
	padding: 0 10px;
	display: block;
}
.sidebar .featuredpost article:nth-child(2) h2 a {
	padding: 0;
	background: none;
}
.cpd li {padding:5px 10px !important;}
.metaslider {
	margin:0 auto 10px !important;
}

/** Navigation **/
.wp-pagenavi {
  float: right;
  margin: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #BFBFBF;
  margin: 2px !important;
  padding: 3px 7px !important;
  text-decoration: none;
}

/* Sidebar - Content */

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	width: 75%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
	width: 695px;
	margin-top: 15px;
	margin-left:5px;
}
.sidebar-content-sidebar .content {
	float: left;
	width: 480px;
	margin-top: 15px;
	margin-left:5px;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3{
    color: #01662d;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: 30px;
    clear: both;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #bababa;
    position: relative;
    background: url(images/icon.png)left center no-repeat;
    padding-left: 26px;
       font-size: 20px;
}
.heading:after, #related-post h3:after {
    width: 260px;
    height: 4px;
    background: #01662d;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
}

.heading a.title {
	color: #01662d;
	line-height:30px;
    font-size: 20px;
}
.heading a.viewall {
	color: #01662d;
	line-height: 30px;
	float: right;
	display: inline-block;
    text-transform: initial;
    font-size: 12px;
}
.heading a:hover{text-decoration: underline;}



.entry-content{
	padding: 10px;
	line-height: 1.5
}
.entry-content table{
	border-collapse:  collapse;
	border-spacing: 5px;
}
.entry-content p, .entry-content div{margin-bottom: 10px; min-height: 1px;}
.entry-content h1{font-size: 20px;}
.entry-content h2{font-size: 18px;}
.entry-content h3{font-size: 16px;}
.entry-content h4{font-size: 14px;}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin-bottom: 5px;}
.entry-content i, .entry-content b, .entry-content span, .entry-content strong, .entry-content p {
	font-size: inherit;
	color: inherit;
}
.entry-content .aligncenter{
	display: block;
	margin:	3px auto;
	text-align: center;
}
.entry-content img{
	max-width:  100%;
	height:  auto;
}
/* Tin lien quan */
#related-post h3{
	text-transform:uppercase;
	margin:6px 0;
}
#related-post ul li{
	list-style:square inside;
	color:#666;
	padding:3px 0;
}
#related-post ul li a{color:#444}
#related-post ul li a:hover{color:#222}

/* Product List Home */

.product-list .product-item {
    float: left;
    width: 23%;
    margin: 10px 20px 10px 0;
    height: 265px;
    position: relative;
}
.product-list .product-item:before {
	display: block;
	content: '';
	border: 1px solid #ccc;
	position: absolute;
	width: 99%;
	height: 99%;
}
.product-list .product-item:nth-child(4n) {
	margin-right: 0;
}
.product-list .product-item:hover:before{
	border: 1px solid red;
}
.product-list .product-item .product-title
 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333333;
	text-align: center;
	font-weight: bold;
	display: block;
	position: relative;
	z-index: 99;
	font-size: 12px;
}
.price {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.gachngang{
	text-decoration: line-through;
}
.sidebar-content-sidebar .product-list .product-item{
	width: 30%;
	margin:5px;
}
.product-img{
  display: table;
  width: 96%;
  table-layout: fixed;
  height: 160px;
  margin: 5px auto;
  overflow: hidden;
}
.product-item a.img{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list .product-item .product-img img {
	width: auto;
	height: auto;
	max-height: 159px;
		-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.product-list .product-item .product-img img:hover {
	    transform: scale(1.1);
}
/* archive */

.news-post{
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin: 0 5px 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.news-post h2 a{
    font-size: 15px;
    font-weight: bold;
    color:#000;
}
.news-post img {
  border: 1px solid #E4E4E4;
  float: left;
  height: 120px;
  margin: 5px 10px 5px 5px;
  width: 150px;
}
.news-post p {
  padding: 10px 15px 5px 5px;
  text-align: justify;
  color:#000
}
.news-post .more-link {
position: absolute;
    bottom: 7px;
    right: 24px;
    color: #333;
    font-weight: bold;
}
.news-post .more-link:hover, .news-post h2:hover a {
	color: red;
}
/* News List Home */
.news-list .news-item {
	margin: 10px 0;
	overflow: hidden;
}
.news-list .news-item img {
	border: 3px solid #E1E1E1;
	width: 80px;
	height: 80px;
	float: left;
	clear: left;
	margin-right: 5px;
}
.news-list .news-item .news-title {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #F15A24;
	text-align: left;
	font-weight: bold;
	display: block;
}
/* Single Product */
.Information {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.anhspsp {
    width: 30%;
    float: left;
    text-align: center;
}
.anhspsp a.click-zoom {
width: 100%;
height: 269px;
display: block;
border: 1px solid #ccc;
position: relative;
}
.anhspsp  a.click-zoom  img{
max-height: 269px;
width: auto;
position: absolute;
top: 0;left: 0;right: 0;bottom: 0;
margin: auto;
}	
.thongso {
    width: calc(100% - 33%);
    float: right;
}

.thongso ul li {
    list-style: square inside none;
    color: #F15A24;
    padding: 8px 0px;
    border-bottom: 1px dotted #CCC;
}
.thongso ul li span.left{
	display: inline-block;
	width: 150px;
}
.thongso ul li span.right {
    color: #000;
}
a.contact {
    float: right;
    margin-top: 10px;
    padding: 5px 15px;
    background: none repeat scroll 0% 0% #F15A24;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
}

/* form lien he */
.wpcf7 p{
	line-height: 2;
	overflow: hidden;
}

.wpcf7 label{
	float:left;
	width: 120px;
	margin-right: 6px;
	line-height: 24px;
}
.wpcf7 label span.sao{color:#F00}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel]{
	width: 250px;
	height: 24px;
	border: #cacaca 1px solid;
	float:left;
}
.wpcf7 textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 7px;
	resize:none;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset]{
	padding:3px 10px;
	cursor: pointer;
}
.wpcf7 input[type=submit]{margin-left: 126px;}

/* Footer */
.footer-widgets{
    overflow: hidden;
    background:#006931;
    padding: 15px 20px;
}
 .site-footer {
 	background: #003f1d;
 }
.footer-widgets .widget_text {
    text-align: left;
    color: #fff;
	padding: 0px;
	float: left;
}
.footer-widgets  h4{
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
p#credit-link{
	text-align: right;
	padding-right: 6px;
}
p#credit-link strong{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	line-height:24px;
	font-size: 10px;
}

/**** support online ****/
#supporter-info{
	padding-top : 92px;
	background: url(images/bg-support.png) top center no-repeat;
	margin-top: 5px;
}
.supporter {
    text-align: center;
    font-weight: bold;
    padding: 6px 0px;
}
.online{text-align: center;margin:5px 0;}
.yahoo a,.skype a{
	line-height: 0;
	display: block;
}
.yahoo,.skype{
	display: inline-block;
	margin:0px 5px;
}
.skype img{
	height: 16px;
	width: auto;
}
.phone {
    color: #F00;
    font-weight: bold;
    display: block;
}

/* slide doc */
.promoteslider ul {
	width:100%;
	padding:0;
}
.promoteslider ul li {
	text-align: center;
	list-style: none;
	display:table;
	table-layout: fixed;
	width:100%;
	border-top: 1px solid #a1a1a1;
}
.promoteslider ul li a {
	color: #245a9a;
	text-align: left;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
.promoteslider ul li a.product-title {
	padding: 15px 5px 2px 0;
}
.promoteslider ul li p.price {
	font-size: 14px;
}
.promoteslider ul li a.img{
width: 70px;
height: 70px;
display: block;
float: left;
margin:0 10px;
padding: 10px 0;
}
.promoteslider ul li a.img img {
width: 100%;
height: 100%;
}
/* back to top */
#back-top {
    position: fixed;
    bottom: 30px;
    right:20px;
}
#back-top a {
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 7px;
    background: url(images/backtop.png) center no-repeat ;

    /* rounded corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.product-viewct {
text-align: center;
    margin-top: 6px;
    position: relative;
    z-index: 99;
}
.product-viewct a {
    display: inline-block;
    background: #006931;
    color: #fff;
    padding: 2px 15px;
    border-radius: 3px;
    width: 49%;
    font-size: 13px;
    box-sizing: border-box;
}
.product-viewct a:hover {
	color: yellow;
}
#text-3 {
	float: right;
}
#text-2 p {
	background: url(images/icon1.png) left no-repeat;
	padding-left: 22px;
	line-height: 25px;
}
#text-2 p:nth-child(2) {
	background: url(images/icon2.png) left no-repeat;
}
#text-2 p:nth-child(3) {
	background: url(images/icon3.png) left no-repeat;
}
#text-2 p:nth-child(4) {
	background: url(images/icon4.png) left no-repeat;
}
#text-2 p:nth-child(5) {
	background: url(images/icon5.png) left no-repeat;
}
.single h1, .content .entry-title {
    background: #01662D;
    border: none;
    line-height: 37px;
    text-indent: 15px;
    color: #fff;
    font-size: 14px;
}
.motasanpham {
	clear: both;
}
.motasanpham p {
	line-height: 24px;
}


/* css menu mobile 
-------------------------------------------------------------*/
/* secondary-toggle button menu top */
.menu-repons{
    overflow: hidden;
    background: #01662D;
}
.secondary-toggle {
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 30px;
    overflow: hidden;
    padding: 0;
    display: block;
    padding-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin: 22px auto -7px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%;
}
.secondary-toggle:after {
    color: #333;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f0c9";
    line-height: 35px;
    width: 40px;
    position: absolute;
    top: 0;
    right: -10px;
}
/*.secondary-toggle.toggled-on:before {
    content: "\f00d";
    font-size: 20px;
}*/
/* dropdown-toggle in ul */
.dropdown-toggle:hover, .dropdown-toggle:focus {
    background-color: rgba(51, 51, 51, 0.1);
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 38px;
    width: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 0px;
    right: 0;
}
.dropdown-toggle:after {
    color: #333;
    content: "\f107";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    font-weight: 500;
    left: 1px;
    width: 42px;
    font: normal normal normal 14px/1 FontAwesome;
}
.dropdown-toggle.toggled-on:after {
    content: "\f106";
}
/* css menu top */
.nav-primary-mobile {
    display: none;
    color: #FFF;
}
.nav-primary-mobile ul {
    margin: 0;
    padding: 0;
}
.nav-primary-mobile li{
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.nav-primary-mobile .nav-menu > ul > li:first-child, 
.nav-primary-mobile .nav-menu > li:first-child {
    border-top: 0;
}
.nav-primary-mobile a {
    display: block;
    padding: 9px 0 9px 10px;
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.nav-primary-mobile ul ul {
    display: none;
    margin-left: 0.8em;
}
.nav-primary-mobile ul .toggled-on {
    opacity: 1;
    visibility:visible;
    display: block;
}
/* menu sidebar */
.sidebar-mobile {
    margin: 0;
    padding: 0;
}
.sidebar-mobile li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.sidebar-mobile li:first-child {
    border-top: 0;
}
.sidebar-mobile li a {
    display: block;
    padding: 9px 0;
    position: relative;
    text-decoration: none;
    color: #333333;
}
.sidebar-mobile li a{
    padding-left: 20px;
}
.sidebar-mobile li:hover > a{
    color: #06802e;
}
.sidebar-mobile li .dropdown-toggle {
    width: 30px;
    height: 30px;
}
.sidebar-mobile ul {
    display: none;
    margin-left: 0.8em;
    border: 0;
}
.sidebar-mobile li .toggled-on {
    opacity: 1;
    visibility:visible;
    display: block;
}
.gian-hang {
    padding: 10px 0 20px;
    font-weight: bold;
}
.inline-list li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
    border:none !important;
}
.inline-list li:nth-child(1){
	color: #000;
	position: relative;
    top: -5px;
}
.gianhang-icons img {
	max-height: 24px;
}