/* # Genesis Child Theme
Theme Name: RT Normal
Theme URI: http://thietkewebmienphi.com
Description: This is the standard theme created for the Genesis Framework.
Author: Anh Tu
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(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,vietnamese);
* {
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 20px;
}
body{
    margin: 0px;
    padding: 0px;
    outline : none;
}
div.clear{clear:both}
a{text-decoration:none}
img{
	max-width:100%;
	height: auto;
	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: 100%;
	position: relative;
}
.wrap, .site-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.site-inner {
	margin-top: 10px;
	clear: both;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-title{
	position: absolute;
	text-indent: -9999px;
}

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

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

/* Navigation */
.nav-primary{
	height:41px;
	background: url(images/bg-menutop.png) repeat-x;
}
.nav-primary ul.menu {
	margin: 0;
	padding: 0;
}
.nav-primary ul.menu li{
	float: left;
	list-style: none;
	position:relative;
	background: url(images/li.png) right no-repeat;
}
.nav-primary li a{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0px 20px;
	line-height:41px;
	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: #FF0;
}

/* sub menutop lv 1 */
.nav-primary li li {
	background: #0691db !important;
	width:100%;
	border-top:rgba(255, 255, 255, 0.51) 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:#222;
	width:240px;
	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:#222;
    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 */
.form-search {
    position: absolute;
    top: -44px;
    right: 0;
}
#searchform, .search-form{
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border-radius: 12px;
	-moz-box-shadow:    inset 0px 4px 5px 0px #eeeeee;
	-webkit-box-shadow: inset 0px 4px 5px 0px #eeeeee;
	box-shadow:         inset 0px 4px 5px 0px #eeeeee;
}

#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
	width: 230px;
	border:none;
	height: 24px;
	padding:2px 6px;
	font-size: 12px;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 30px;
	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: 235px;
}
.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;
}
.sidebar .wrap-support,
.sidebar .promoteslider,
.sidebar .textwidget, 
.sidebar .wrap-article,
.sidebar .cpd,
.sidebar .menu-danh-muc-san-pham-container {
	border:#ececec solid 1px;
	background: #f9f9f9;
	border-radius: 8px;
}
.sidebar .cpd-l {
	border-bottom: 1px dashed #e1e1e1;
}
.sidebar .cpd-l:last-child {
	border-bottom: none;
}
.sidebar h4.widget-title {
	border-radius: 8px 8px 0 0;
	background:#0691db ;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	height: 41px;
	line-height: 41px;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar ul.menu li{
	position:relative;
}
.sidebar ul.menu li a{
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #e1e1e1;
	background: url(images/listmenu.png) 10px 13px no-repeat ;
	padding-left: 23px;
	color:#292929;
	font-size: 13px;
	text-decoration:none;
}

/* sub danh muc sp */
.sidebar ul.menu ul {
	position:absolute;
	left:86%;
	width:100%;
	top:0;
	z-index: 9999;
	opacity:0;
	border:#e1e1e1 solid 1px;
	text-indent: 10px;
    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 ul.menu li li a {
	font-weight: bold;
	background: none;
	padding-left: 10px;
	color:#292929;
	background: url(images/listmenu.png) 10px 14px no-repeat #f9f9f9;
}
.sidebar .widget_nav_menu {
	position: relative;
}
.sidebar .widget_nav_menu:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 1;
	border-radius: 20px;
}
.sidebar ul.menu li a:hover{color:#c93702;}

/* sub danh muc sp */

.sidebar-secondary  {
	float: left;
	width: 240px;
}
.sidebar-content-sidebar .sidebar-primary {
	width:240px;
}

.sidebar .featured-content article {
	margin: 0;
	padding: 25px 10px;
	overflow: hidden;
	color : white;
	border-bottom: 1px dashed #e1e1e1;
}
.sidebar .featured-content article:last-child {
	border-bottom: none;
}
.sidebar .featured-content article  > a.alignleft {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    line-height: 0;
}
.sidebar .featured-content article  > a.aligncenter {
	display: block;
	text-align: center;
	line-height: 0;
	padding-top: 5px;
}
.sidebar .featured-content article  > a.alignleft img {
	width: 66px;
	height: 70px;
	border-radius: 8px;
}
.sidebar .featured-content article .entry-header h2 {
	padding: 0;
	margin: 0;
}
.sidebar .featured-content article .entry-header h2 a {
	display: block;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: bold;
}
.sidebar .widget_text .wpcf7 input[type=text],
.sidebar .widget_text .wpcf7 input[type=tel],
.sidebar .widget_text .wpcf7 input[type=email] {
	width: 210px;
	height: 34px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	-moz-box-shadow:    inset 0px 4px 5px 0px #eeeeee;
	-webkit-box-shadow: inset 0px 4px 5px 0px #eeeeee;
	box-shadow:         inset 0px 4px 5px 0px #eeeeee;
}
.sidebar .widget_text .wpcf7 p {
	display: table;
}
.sidebar .widget_text .wpcf7 form {
	display: table;
	margin: 0 auto;
}
.sidebar .widget_text .wpcf7 input[type=submit] {
	margin-left: 58px;
	padding: 0;
	width: 96px;
	height: 25px;
	background: url(images/bg-button2.png) no-repeat;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	border: none;
}
.cpd li {padding:5px 10px !important;}
.metaslider {
	margin: 0 auto 10px !important;
	border: 1px solid #dddddd;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.metaslider img {
	border-radius: 8px;
}
/** 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: 935px;
}
.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;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3{
	color: #fff;
	font-weight: bold;
	background: #0691db;
	line-height:41px;
	clear: both;
	margin:0 0 10px  0;
	text-transform:uppercase;
	text-indent:10px;
	font-size: 15px;
	border-radius: 8px 8px 0 0;
}

.heading a, .heading span {
	color: #fff;
	line-height:41px;
	font-size: 15px;
}
.heading a:hover{text-decoration: underline;}

.content .entry-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    margin: 0;
    background: #0691db;
    color: #fff;
}

.content .entry-content{
	padding: 10px 0;
	line-height: 1.5
}
.entry-content table{
	border-collapse:  collapse;
	border-spacing: 5px;
}
.content .entry-content li {
	list-style: inherit;
    padding: 3px 0;
}
.content .entry-content h1, .content .entry-content h2, .content .entry-content h3 , .content .entry-content h4,
.content .entry-content h5, .content .entry-content h6, .content .entry-content p, .content .entry-content ul,
.content .entry-content ol {
	margin: 0 0 15px;
}
.content .entry-content p {
	line-height: 25px;
}
.entry-content .aligncenter{
	display: block;
	margin:	3px auto;
	text-align: center;
}

.content .entry-content table {
    border-collapse: collapse;
}

.content .entry-content table, .content .entry-content td, .content .entry-content th {
    border: 1px solid #ccc;
    padding-left: 10px;
}
.entry-content img{
	max-width:  100%;
	height:  auto;
}
/* Tin lien quan */
#related-post h3{
	text-transform:uppercase;
	margin:6px 0;
}
#related-post ul {
	margin: 0;
	padding: 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 {
	margin: 0;
	padding: 0;
}
.product-list li.product-item {
	float:left;
	width: 218px;
	margin:0px 18px 17px 0;
	height: 296px;
	position: relative;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #f9f9f9;
}
.product-list li.product-item:nth-child(4n) {
	margin-right: 0;
}
.product-list li.product-item .product-title {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #1f1f1f;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	display: block;
}
.content-sidebar-wrap .content .product-list li.product-item .price,
.promoteslider .price {
	color: #e21515;
	text-align: center;
	font-weight: bold;
	margin: 0;
    font-size: 15px;
}
.content-sidebar-wrap .content .product-list li.product-item .price del {
	font-weight: normal;
    color: #a0a0a0;
    font-size: 15px;
}
.content-sidebar-wrap .content .product-list li.product-item .gachngang {
	text-decoration: line-through;
	font-weight: normal;
    color: #a0a0a0;
    font-size: 15px;
}
.product-list li.product-item .product-img{
	display: table;
	width: 198px;
	table-layout: fixed;
	height: 183px;
	margin: 7px auto 0;
	overflow: hidden;
	border-radius: 8px;
}
.product-list li.product-item .product-img a.img{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list li.product-item .product-img img {
	width: 198px;
	height: 183px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-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 li.product-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list li.product-item .buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
}
.product-list li.product-item .button, 
.promoteslider .detail {
	width: 96px;
	height: 25px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.product-list li.product-item .detail,
.promoteslider .detail {
	color: #1f1f1f;
	padding: 0;
	float: left;
	background: url(images/bg-button1.png) no-repeat;
	margin-left: 7px;
}
.product-list li.product-item .addcart {
	
	float: right;
	background: url(images/bg-button2.png) no-repeat;
	margin: 0 7px 0 0;
}
.product-list li.product-item .addcart a {
	color: #FFF;
	line-height: 25px;
	background-color: transparent;
	padding: 0;
}
/* archive */
.news-post{
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.news-post h2 {
	margin: 0;
	padding: 0;
}
.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: 5px 0;
	text-align: justify;
	color: #222;
	margin: 0;
}
.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 {
	padding-bottom:15px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.anhspsp {

}
.anhspsp img{
	width: 100%;
	height: auto;
}
.anhsp-main {
    width: 100%;
    float: right;
    height: 280px;
    display: block;
   	background: #FFF;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.anhsp-main #sang {
	height: auto !important;
	max-height: 260px;
    width: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.magnifyarea img{
	max-width: 3000px !important;
	max-height: 3000px !important
}
ul.thumbnails{
	width: 100% !important;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.thumbnails li{
	width: 142px;
	float:left;
	margin-right: 10px;
}
ul.thumbnails li:nth-child(3n) {
	margin: 0;
}
ul.thumbnails li img{
	height: 80px !important;
}

.thongso {
    width: 55%;
    float: right;
}
.thongso ul {
	border: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 0;
}
.thongso ul li {

	padding:0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-right: 10px;
}
.thongso ul li:last-child {
	border-bottom: 0;
}
.thongso ul li:nth-child(2n) {
	background: #ECE8E8;
}
.thongso ul li span.left {
	display: block;
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.thongso ul li span.right {
	display: inline-block;
	float: left;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.add_contact {
	overflow: hidden;
}
.add_contact a {
	display: inline-block;
    background: #F3612D;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_contact a:hover {
	background: #BB3C0F;
}
/* 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: #ccc 1px solid;
	float:left;
	text-indent: 10px;
}
.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 {
	background: #005c8d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#005c8d, #078fd6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#005c8d, #078fd6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#005c8d, #078fd6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#005c8d, #078fd6); /* Standard syntax */
}
.site-footer {
	background: #078fd6;
}
.footer-widgets, .site-footer {
	width: 1200px;
	margin: 0 auto;
    overflow: hidden;
}
.footer-widgets .widget_text {
    clear: both;
    text-align: center;
    color: #fff;
	padding:10px 25px;
	border: 1px dashed #47befd;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1180px;
	margin: 0 auto 10px;
}
.footer-widgets h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff;
}
.footer-widgets .widget_nav_menu {
	width: 33.33%;
	float: left;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-widgets .widget_nav_menu li {
	list-style: url(images/listmenu2.png) inside;
	padding-bottom: 5px;
}
.footer-widgets .widget_nav_menu li a {
	color: #ffc7d8;
	font-size: 13px;
}
.footer-widgets .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
#nav_menu-3 {
	padding: 0;
	width: 100%;
	float: none;
	height: 41px;
	background: url(images/bg-menutop.png) repeat-x;
}
#nav_menu-3 ul {
	display: table;
	margin: 0 auto;
}
#nav_menu-3 ul ul {
	display: none;
}
#nav_menu-3 li {
	float: left;
	list-style: none;
	position:relative;
	background: url(images/li.png) right no-repeat;
	padding-bottom: 0;
}
#nav_menu-3 li a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0px 20px;
	line-height:41px;
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	white-space: nowrap;
}
#nav_menu-3 li:hover>a, #nav_menu-3 .current_page_item>a , #nav_menu-3 .current-cat>a , #nav_menu-3 .current-menu-item>a{
	color: #FF0;
}
.footer-widgets .image-slider {
	text-align: center;
}
p#credit-link{
	text-align: right;
	margin: 0;
}
p#credit-link strong{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	line-height:24px;
}

/* 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-bottom: 1px dashed #e1e1e1;
	padding: 0 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.promoteslider ul li a.product-title {
	color: #1f1f1f;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: left;
}
.promoteslider ul li p.add_to_cart a {
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #F3612D;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.promoteslider ul li .img {
	margin-right: 10px;
	float: left;
}
.promoteslider .product-title {
	padding-top: 10px;
}
.promoteslider .price {
	font-size: 13px;
	text-align: left;
}
.promoteslider ul li img{
	width: 66px;
	height: 70px;
	padding: 10px 0;
	border-radius: 8px;
}
.promoteslider li.product-item .detail {
	margin-left: 0;
	padding: 0;
	background-color: transparent;
	background: url(images/bg-button1.png) no-repeat;
	line-height: 26px;
}
/* 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;
}
.new-list {
	margin: 0;
	padding: 0;
}
.add_to_cart {
	margin:5px 0;
	text-align: center;
	position: relative;
	z-index: 9;
}
.site-inner .content .product-list li p.add_to_cart a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #F3612D;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.gd_support_1 .supporter {
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
}
.support-online-widget .info {
	float: right;
	width: 125px;
}
.gd_support_1 .supporter .name {
	text-align: left;
	color: #292929;
	font-size: 13px;
	font-weight: normal;
}
.support-online-widget .gd_support_1 .online {
	float: left;
	margin: 0 15px;
}
.gd_support_1 {
	padding-top: 80px;
	margin-top: 10px;
}
.hl {
	margin: 0;
	color: #f20000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #e1e1e1;
	padding: 8px 0;
	text-align: center;
}
.hl:last-child {
	border-bottom: none;
}

.onsale {
	display: none;
}

.thongsokt {
	overflow: hidden;
	margin-bottom: 10px;
}
.color-sp h4 {
	color: #333;
	margin-top: 0;
}
.color-sp {
	clear: both;
	padding-top:10px;
}
.color-sp a {
	display: inline-block;
    margin: 0 0px 0 10px;
    height: 25px;
    color: #333333;
}
/*.color-manager {
	display: none;
}*/
.color-sp a:hover, .color-sp a.active-attr2  {
	text-decoration: underline;
}
.color-manager input {
	text-indent: -9999px;
}
.disabled, .disabled2, .disabled3 {
	pointer-events:none;
}
.cart-subtotal {
	display: none;
}
.kichthuoc, .doday {
	line-height: 30px;
}
.single-product .attributes {
	margin-bottom: 0 !important;
}

/*cate-cate*/
.list-boxcate .box-cate .childcat{
    border-radius: 0 0 8px 8px ;
    background: #0691db;
    color: #FFF;
    text-transform: uppercase;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    clear: both;
    display: inherit;
}
.list-boxcate .box-cate .childcat h2{
	margin: 0 auto;
	line-height: 41px;
	height: 40px;
	overflow: hidden;
}
.list-boxcate .box-cate{

}

/*css ngày 21/7*/
.box-cate/*, .cate-image*/{
    float: left;
    width: 218px;
    margin: 0px 18px 17px 0;
    height: 280px;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #f9f9f9;
}
.box-cate .img-cate{
	height: 240px;
}
.box-cate .heading/*, .cate-image .heading*/{
	border-radius: 0 0 8px 8px;
	text-align: center;
}
.box-cate .anhcate/*, .cate-image .anhcate*/{
	height: 240px;
	display: table-cell;
	vertical-align: middle;
}
.box-cate:nth-child(4n)/*, .cate-image:nth-child(4n)*/{
	margin-right: 0px;
}

.box-cate .childcat, /*.cate-image .heading, .cate-image .heading a*/{
	height: 40px !important;
	overflow:hidden;
	display: block;
}
.box-cate img, .cate-image img{
	width: 100%;
    max-height: 225px;
    border-radius:8px; 
}

/*27/7*/

.product-titlehome{
	display: none;
}
/*.home .product-list li.product-item .product-title{
	display: none;
}
.home .product-titlehome{
	display: inherit;
	color: #333;
	font-weight: bold;
}*/

/*.home .product-list li.product-item{
	width: 31%;
	background: none;
	border: none;
	height: 125px;
}
.home .product-list li.product-item:nth-child(3n){
	margin-right: 0px;
}*/
/*.home .product-list li.product-item .product-img{
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	border:
}*/
.home .product-list li.product-item .product-img img
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/*.home .content-sidebar-wrap .content .product-list li.product-item .price{
	display: none;
}*/

/*.home .product-list li.product-item .addcart{
	display: none;
}
.home .product-list li.product-item .buttons{
	position: inherit;
}*/

.thongtin{
	display: none;
	margin: 0px;
	color: #333;
}
.thongtin span{
	font-weight: bold;
}
/*.home .thongtin{
	display: inherit;
}*/

.home .product-list li.product-item .detail{
	margin-left: 0px;
	border-radius: 20px;
	background: #0691DB;
	color: #fff;
}
/*.home .product-list li.product-item:nth-child(4n){
	margin-right: 18px;
}*/