/* # 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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Sidebars
- Widgets
	- Featured Content
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust:none;
}
body {
    margin: 0px;
    padding: 0px;
    outline : none;
	background: #f3f2f2;
}
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;
}
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
*.cf:after {
	content: " ";
	clear: both;
	display: table;
}

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

/* Structure and Layout 
--------------------------------------------------- */
.site-container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
.site-inner {
	clear: both;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 17px;
	padding: 15px;
	box-shadow: 0px 0px 2px 2px #cdcdcd;
}
.content-sidebar-wrap {
	position: relative;
}
.content-sidebar-wrap:after, .wrap:after {
	content: '';
	display: block;
	clear: both;
}
.theme-default .nivo-controlNav {
    position: relative;
    top: -50px;
	padding: 0px !important;
}
/* Site Header
--------------------------------------------------- */
.site-header {
	position: relative;
}
.site-header .header-logo a{
	display: block;
	line-height: 0;
}
.site-header .header-logo a img{
	width: 100%;
}
.site-title {
	position: absolute;
	text-indent: -9999px;
}
.site-header .imgbanner {
	display: block;
	line-height: 0;
}
.site-header .imgbanner img {
	height: auto;
}


/* Site Navigation
--------------------------------------------------- */
.nav-primary {
	height: 40px;
	background: transparent;
	border-bottom: 5px solid #1e7bad;
	margin-bottom: 17px;
}
.nav-primary .wrap{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.nav-primary ul.menu {
    padding: 0;
    max-width: 63%;
    margin: 0 auto;
}
.nav-primary ul.menu li {
	float: left;
	list-style: none;
	position: relative;
	text-align: left;
}
.nav-primary li a {
	color: #171717;
	font-weight: 500;
	font-size: 17px;
	display: block;
	margin: 0;
	padding: 0px 20px;
	line-height: 35px;
	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: #367ca6;
}
.nav-primary ul.menu > li:hover > a:after, .nav-primary ul.menu > .current_page_item > a:after, 
.nav-primary ul.menu > .current-cat > a:after,  .nav-primary ul.menu > .current-menu-item > a:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 22px;
	height: 8px;
	background:url(images/after.png)no-repeat;
}
/* sub menutop lv 1 */
.nav-primary li li {
	background: #F3F2F2;
	width: 100%;
	border-top: rgba(255, 255, 255, 0.51) solid 1px;
	clear: both;
	padding: 0;
	-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: #171717;
	font-size: 11px;
	line-height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	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
--------------------------------------------------- */
#searchform, .search-form {
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border-radius: 6px;
}
.search-form {
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: -32px;
}
#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: 30px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat;
	cursor: pointer;
}

/* ### 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: 745px;
}

/* Sidebar
--------------------------------------------------- */
.sidebar {
	float: right;
	width: 23.3%;
}
.sidebar-secondary {
	float: left;
	width: 235px;
}
.sidebar-content-sidebar .sidebar-primary {
	width: 235px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.content-sidebar .sidebar-primary {

}
.sidebar .widget {
	margin-bottom: 20px;
	padding: 0;
}
.sidebar h4.widget-title {
	color: #4E97BF;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
	border-bottom: 2px solid #4E97BF;
	padding-bottom: 5px;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e3e3e3;
}
.sidebar ul.menu{
	background: #ebebeb;
}
.sidebar ul.menu li{
	padding: 7px 0px 7px 10px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.sidebar ul.menu li:last-child{
	border-bottom: 0;
}
.sidebar ul.menu li a {
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 23px;
	font-size: 15px;
}
.sidebar ul.menu li:hover {
    background: #4793bc;
}
.sidebar ul.menu li:hover > a{
	color: #fff;
}

.sidebar ul.menu li a:before {
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	margin-right: 10px;
	color: #4E97BF;
}
.sidebar ul.menu li:hover > a:before{
	color: #fff;
}
.sidebar ul.menu li a:hover {
	color: #fff;
}
/* Submenu */
.sidebar ul.menu ul {
	position: absolute;
	right: 86%;
	width: 100%;
	top: 0;
	background:#ebebeb;
	z-index: 9999;
	opacity: 0;
	border: #e3e3e3 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 ul li a{
	font-size: 13px;
}
.sidebar ul.menu li:hover > ul {
	opacity: 1;
    right: 100%;
    visibility: visible;
}
/* Widget Featuredpost */
.sidebar .featured-content article {
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
}
.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: 65px;
	height: auto;
}
.sidebar .featured-content article .entry-header h2 {
	padding: 0;
	margin: 0;
}
.sidebar .featured-content article .entry-header h2 a {
	display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
/* Widget Product Slide */
.promoteslider {
	margin-top: 5px;
	padding-bottom: 10px;
}
.promoteslider ul {
	width: 100%;
	padding: 0;
}
.promoteslider .product-list.style-product-1 li {
	width: 100%;
	border: none;
	padding: 0;
}
.promoteslider .product-list.style-product-1 li .product-inner {
	padding-top: 10px;
}
.promoteslider .preview-slider {
	display: none;
}
/* Widget Count Per Day */
.cpd {
	padding: 10px !important;
}
.cpd li {
	padding: 5px 0px !important;
	border-bottom: 1px solid #e3e3e3;
}
.cpd li:last-child{
	border-bottom: 0;
}
.cpd-l, .cpd-r {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}

/* Slider
--------------------------------------------------- */
.metaslider {
	margin: 0 auto !important;
}

/* Content Area
--------------------------------------------------- */
.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	width: 745px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
	width: 75.26%;
}
.sidebar-content-sidebar .content {
	float: left;
	width: 490px;
}
.full-width-content .content {
	width: 100%;
}
/* Heading */
.product-wrapper {
    border: 1px solid #e3e3e3;
    padding: 20px 15px 0 15px;
    margin-bottom: 20px;

}
.heading,#related-post h3{
	color: #488db3;
	font-weight: 600;
	line-height: 35px;
	clear: both;
	border-bottom: 2px solid #488db3;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.heading a.title-heading, .heading span {
	color: #488db3;
	font-weight: 600;
	font-size: 19px;
	line-height: 35px;
}
.heading .view-all{
	float: right;
	line-height: 35px;
	text-transform: none;
	color: #488db3;
	font-weight: 600;
	font-style: italic;
}
.content .entry-header::after {
    content: "";
    clear: both;
    display: table;
}
.product-category h2, .news-wrap h2, .content .entry-header .entry-title{
	float: left;
	margin: 7px 0;
}
.product-category>a{
	float: right;
	margin: 7px 0;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
}

.news-wrap h2, .page-title.heading, .woocommerce div.product .product_title, .content h1.heading  {
	padding: 7px 0 !important;
	display: block;
	width: 100%;
	margin: 14px 0;
}
.heading a:hover {
	text-decoration: underline;
}
.content .entry-title {
	clear: both;
}
.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: initial;
    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;
}
.content .entry-content span,
.content .entry-content em,
.content .entry-content strong {
	font-size: inherit;
	font-family: inherit;
}
.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;
}

/* Related News */
#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;
}

/* Archive Page
--------------------------------------------------- */
.new-list {
	margin: 0;
	padding: 0;
}
.news-post{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	position: relative;
}
.news-post h2 {
	margin: 0;
	padding: 0;
}
.news-post h2 a {
    font-size: 15px;
    font-weight: 600;
    color: #1E7BAD;
}
.news-post .thumb-new {
	float: left;
	margin-right: 10px;
}
.news-post img {
    border: 1px solid #cccccc;  
    width: 210px;
    height: auto;
}
.news-post p {
	padding: 5px 0;
	text-align: justify;
	color: #333333;
	margin: 0;
	font-size: 13px;
}
.news-post .more-link {
	position: absolute;
	bottom: 7px;
	right: 24px;
	color: #1E7BAD;
	font-weight: 600;
}
.news-post .more-link:hover, .news-post h2:hover a {
	color: red;
}

/* Single Product
--------------------------------------------------- */
.Information {
	padding-bottom: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.anhspsp {
    width: 42%;
    float: left;
    text-align: center;
}
.anhspsp img {
	width: 100%;
	height: auto;
}	
.thongso {
    width: 55%;
    float: right;
}
.thongso ul {
	border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.thongso ul li {
	padding:0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.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;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.thongso ul li span.right {
	display: inline-block;
	border-left: 1px solid #ccc;
	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;
}

/* Footer
--------------------------------------------------- */
.footer-widgets{
	border-top: 2px solid #1e7bad;
	padding-top: 30px;
}
.footer-widgets h4 {
	font-weight: bold;
}
.footer-widgets, .site-footer {
    overflow: hidden;
}
.footer-widgets .widget-area {
	float: left;
}
.footer-widgets .footer-widgets-1 {
    width: 18.6%;
    padding-right: 1%;

}
.footer-widgets .footer-widgets-2{
	width: 44.99%;
    padding-right: 2%;
}
.footer-widgets .footer-widgets-3 {
	width: 35.99%;
}
.footer-widgets .widget-wrap {
	color: #d62828;
}
.footer-widgets-2 p {
	line-height: 20px;
}
.footer-widgets-2 span {
    font-weight: 600;
}
.footer-widgets .widget_text {
    clear: both;
}
div.wpcf7 .ajax-loader{
	display: none !important;
}
.footer-widgets-3 .form-dangky{
    background: #dedede;
    padding: 15px;
}
.footer-widgets-3 .form-dangky .text-form{
    color: #333;
    font-style: italic;
    line-height: 22px;
    font-size: 13px;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}
.footer-widgets-3 .form-dangky input[type=email]{
	width: calc(100% - 100px);
    padding: 0 0 0 5px;

}
.footer-widgets p {
    line-height: 26px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;

}
.footer-widgets h4 {
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: 600;
}
p#credit-link {
	text-align: right;
	margin: 0;
}
p#credit-link strong {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	line-height: 24px;
}

/* Contact Form
--------------------------------------------------- */
.wpcf7 p {
	line-height: 2;
	overflow: hidden;
	position: relative;
	margin: 0;
	color: #4e4e4e;
	font-size: 13px;
	letter-spacing: -0.5px;
}
.wpcf7 label {
	font-weight: 600;
	color: #333333;
	float:left;
	width: 120px;
	margin-right: 6px;
	line-height: 30px;
}
.wpcf7 label span.sao {
	color: #F00;
}
.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 input[type=tel] {
	width: 100%;
	height: 31px;
	border: 0;
	float: left;
	padding: 10px 10px;
	color: #999999;
}
.wpcf7 textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 7px;
	padding: 5px 10px;
	resize: none;
	border: 1px solid #cccccc;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset] {
	padding: 3px 10px;
	cursor: pointer;
}
.wpcf7 input[type=submit] {
	background: #1a71a0;
	color: #FFF;
	font-weight: 500;
	border: none;
	width: 100px;
	height: 31px;
	z-index: 9999999;
	right: 0;
	top: 0;
}

/* Backtop
--------------------------------------------------- */
#back-top {
    position: fixed;
    bottom: 30px;
    right:20px;
}
#back-top a {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 7px;
    background: url(images/backtop.png) center no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

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

/* Page 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;
}

/* Menu Mobile
--------------------------------------------------- */
/*.menu-res {
	background: #F3612D;
	padding: 10px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 0px;
    right: 0;
    width: 42px;
}
.dropdown-toggle:after {
    color: #333;
    content: "\f107";
    font-size: 24px;
    line-height: 40px;
    position: relative;
    top: 0;
    font-weight: bold;
    left: 1px;
    width: 40px;
    font: normal normal normal 14px/1 FontAwesome;
}
.dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.secondary-toggle {
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
    font-weight: 600;
    color: #F3612D;
    text-indent: 10px;
}
.secondary-toggle .fa {
	float: right;
	margin-right: 10px;
	font-size: 20px;
}
.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 {
	font-weight: 600;
    display: block;
    padding: 11px;
    position: relative;
    text-decoration: none;
    color: #F3612D;
}
.nav-primary-mobile ul ul {
    display: none;
    margin-left: 0.8em;
}
.nav-primary-mobile ul .toggled-on {
	opacity: 1;
	visibility: visible;
	display: block;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
	background-color: rgba(51, 51, 51, 0.1);
}*/

/* Woocomerce
--------------------------------------------------- */
.add_to_cart {
	margin:5px 0;
	text-align: center;
	position: relative;
	z-index: 9;
}
.cart_totals h2 {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

/* css menu mobile 
-------------------------------------------------------------*/
/* secondary-toggle button menu top */
.menu-repons{
    overflow: hidden;
    background: #F3612D;
}
.secondary-toggle {
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 35px;
    overflow: hidden;
    padding: 0;
    display: block;
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #F3612D;
    margin: 33px auto 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%;
}
.secondary-toggle:after {
    color: #F3612D;
    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: bold;
    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: #F3612D;
    font-weight: 600;
}
.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;
}
/* css quang cao 2 ben */
.rt-ads-left, .rt-ads-right {
    position: absolute;
}
.img-qc .widget-wrap .image-slider a {
	display:block;
	margin-bottom: 13px;
}

