/*
    Theme Name: WpHealth
    Theme URI: https://flexithemes.com/wphealth-wordpress-theme/
    Description: Free Health/Fitness WordPress theme by FlexiThemes
    Author: FlexiThemes
    Author URI: https://flexithemes.com
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* INDEX:

    =GENERAL
    =FONTFACE
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =WOOCOMMERCE
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
    =RESPONSIVE
    =NÚT GỌI ĐIỆN
*/

/* =GENERAL
-------------------------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap&subset=vietnamese'); */

body {
    background: url('images/background.png') center top fixed;
    color: #555555;
    box-shadow: inset 0 149px 0 0 #fff;
	font-family: 'Open Sans', Arial, sans-serif !important;
}

a {
    color: #6AAE3D;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ECC302;
    text-decoration: none;
}

a:focus { 
    outline: normal;
}

/* =FONTFACE
-------------------------------------------------------------- */

@font-face {
	font-family: Montserrat;
	src: url(https://www.vumanhbatonzz.com/wp-content/font/Montserrat-Regular.ttf);
	font-weight: normal;
 }

@font-face {
	font-family: Montserrat;
	src: url(https://www.vumanhbatonzz.com/wp-content/font/Montserrat-SemiBold.ttf);
	font-weight: bold;
 }

@font-face {
	font-family: Nunito;
	src: url(https://www.vumanhbatonzz.com/wp-content/font/Nunito-Regular.ttf);
	font-weight: normal;
 }

@font-face {
	font-family: Nunito;
	src: url(https://www.vumanhbatonzz.com/wp-content/font/Nunito-Bold.ttf);
	font-weight: bold;
 }


@font-face {
	font-family: 'Open Sans';
	src: url(https://www.vumanhbatonzz.com/wp-content/font/OpenSans-Regular.ttf);
	font-weight: normal;
 }

@font-face {
	font-family: 'Open Sans';
	src: url(https://www.vumanhbatonzz.com/wp-content/font/OpenSans-Bold.ttf);
	font-weight: bold;
 }

/* =LAYOUT
-------------------------------------------------------------- */

#container {
	width: 1200px;
	margin: 0 auto;
}

#main {
	padding: 15px;
    background-color: #fff;
}

#main-fullwidth {
    padding: 15px;
    background-color: rgba(255,255,255,0.6);
}

#content {
    overflow: hidden;
    float: left;
    width: 800px;
}

#sidebar-primary {
    overflow: hidden;
	float: left;
  	width: 313px;
  	margin-left: 20px;
  	padding-left: 35px;
  	border-left: 1px solid #ececec;	
}

/* =HEADER
-------------------------------------------------------------- */

#header {
    height: auto;
    padding: 19px 0 22px 0;
    background: #fff;
}

.logo {
    float: left;
	padding: 25px 0 0 0;
}

.logo h1.site_title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:48px;
    line-height: 40px;
    font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #333;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #999;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.header-right {
    float: right;
}

#top-social-profiles {
    padding-top: 10px;
    height: 32px;
    text-align: right;

}
#top-social-profiles img {
    margin: 0 0 0 6px !important;
} 

#top-social-profiles img:hover {
    opacity: 0.8;
}
#top-social-profiles .widget-container {
  background: none;
  padding: 0;
  border: 0;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
    float: left;
    padding:0;
    position:relative;
    height: 34px;
    z-index: 400;
    margin-top: 10px;
}

.menu-primary {
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #426B27;
    padding: 8px 15px;
	text-decoration: none;
    font-family: arial,'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #B35E00;
    outline: 0;
    border-bottom: 2px solid #B35E00;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
	color: #FFE25A;
    text-transform: none;
    background: #426B27;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #58773C;
    background: #FFE25A;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 10px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
    position:relative;
    height: 42px;
    z-index: 300;
    background: #426b26;
    margin-bottom: 10px;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #FFFFFF;
    padding: 15px 15px 15px 15px;
	text-decoration: none;
    font-family: arial,'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #55761E;
    background-image: -moz-linear-gradient(bottom, #fff 0%, #fbf4d6 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #fbf4d6 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fbf4d6 100%);
    background-image: linear-gradient(bottom, #fff 0%, #fbf4d6 100%);
    outline: 0;
    -webkit-box-shadow: 0 -3px 0 #ffe159;
    box-shadow: 0 -3px 0 #ffe159;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
	color: #FFFFFF;
    background: #426B27;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #FFE25A;
    background: #4F7C32;
    outline: 0;
    box-shadow: none;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 14px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

    padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 0;
}

.post-box {
    width: 385px;
    height: auto;
    float: left;
    margin-left: 15px;
    overflow: hidden;
}

.post-wrap div:first-child {
    margin-left: 0;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.title {
    color: #426B27;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Montserrat', arial,'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.post-single .title {
    font-size: 24px;
    line-height: 1.3;
}

.title a {
    color: #426B27;
    text-decoration: none;
}

.title a:hover {
    color: #ECC303;
    text-decoration: none;
}

.entry {
    line-height: 20px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #BDD8AB;
    background: #fff;
}

.page-title {
    color: #426B27;
    margin: 0px 0 28px 0;
    padding: 0 0 13px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    font-family: arial, 'Montserrat',nunito, sans-serif;;
    border-bottom: 2px solid #ddd;
    line-height: 1.5;
    clear: none;
}

.page-title::before {
    border-left: 3px solid #426b26;
    content: " ";
    display: block;
    float: left;
    left: 0;
    margin-top: 0px;
    height: 36px;
    margin-right: 14px;
}

.entry.clearfix.p-post-single {
    font-family: 'Montserrat', nunito, arial;
    font-size: 16px;
    line-height: 2;
}

.entry.clearfix.p-post {
    font-family: nunito, arial;
    font-size: 16px;
    line-height: 1.5;
}

/* Tieu De Bai Viet Lien Quan */

.related_post_title {
  font-size: 24px;
  font-family: 'Montserrat', arial,'Oswald', sans-serif;
}

p {
    margin: 10px 0 10px 0;
}

div.p-post-single p {
    padding: 8px 0;
}

blockquote {
overflow: hidden;
padding-left: 9px;
color: #aa6000;
border-left: 3px solid #426b26;
background: #f4ffec;
}

h2 {
    font-size: 20px;
    font-family: arial;
    line-height: 20px;
    margin: 10px 0 10px 0;
	font-weight: bold;
    }
h3 {
    font-size: 15px;
    font-family: arial;
    line-height: 20px;
    margin: 10px 0 10px 0;
	font-weight: bold;
    }
h4 {
    font-size: 13px;
    font-family: arial;
    line-height: 20px;
	font-weight: bold;
    }
h5 {
    font-size: 13px;
    font-family: arial;
    line-height: 20px;
    }
h6 {
    font-size: 13px;
    font-family: arial;
    line-height: 20px;
    }

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    background: url(images/meta-separator.png) left center no-repeat;
    padding:3px 0 3px 10px;
}


.postmeta-primary span:first-child, .postmeta-secondary span:first-child {
    background: none;
    padding-left: 0;
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #63B317;
    background: #EAFBDF;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
	transition: 0.3s;
 	font-weight: bold;
}

.readmore a:hover {
    color: #D4AF00;
    background: #FFF9DB;
    text-decoration: none;
}

/* =WOOCOMMERCE
-------------------------------------------------------------- */

.woocommerce .content, .woocommerce #main-fullwidth {
    background: #fff;
}

.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
} 
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;  
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;  
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 930px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
	position: relative;
}

.fp-title {
    font-family: Arial, 'Oswald', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #30372c;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #343d2f;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: inline-block;
    width: 12px; 
    height: 12px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative; 
    z-index: 200; 
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;  
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #333333;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #D4AF00;
    background:#FFF9DB;
}

.wp-pagenavi a:hover {
    color: #63B317;
    background:#EAFBDF;
}

.wp-pagenavi span.pages {
    color: #333333;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #333333;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-container {
}

#footer {
    margin-bottom:15px;
}

#copyrights {
    color: #FFFFFF;
    background: #426B27;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #2C4818;
}

#copyrights a {
    color: #FFFFFF;
} 

#copyrights a:hover {
    color: #FFFFFF;
    text-decoration: none;
} 

#credits {
    color: #24480C;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0 0;
}

#credits a {
    color: #24480C;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #24480C;
}

/* Footer Widgets
----------------------------*/
#footer-widgets-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    border-top: solid #426B27 4px;
}

#footer-widgets {
    width: 1200px;
	margin: 0 auto;
}

.footer-widget-box {
    width: 370px;
    float: left;
    margin-right: 15px;
}

.footer-widget-box-last {
    margin-right: 0;
}

/* Footer Widgets Color */

#footer-widgets .widget-container {
    color: #5C7F41;
}

/* Footer Widgets Links */

#footer-widgets .widget-container a {
    color: #5C7F41;
    text-decoration: none;
}

#footer-widgets .widget-container a:hover {
    color: #FFE25A;
    text-decoration: none;
}

/* Footer Widget Title */

#footer-widgets .widgettitle {
    background-color: #fff8db;
    box-shadow: 0 3px 0 #9fd16f;
    margin: 0 0 10px 0;
}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {
    color: #6D8B3E;
}

/* Footer List Items */

#footer-widgets .widget ul li {
}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {
    color: #63B317;
    background: #EAFBDF;
}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {
    background: #FFF9DB;
    color: #D4AF00;
}

/* Footer Widgets Seaarch */

#footer-widgets #search {
    border: 1px solid #bcd8ab !important;
    background-color: #fff !important;
}

#footer-widgets #search #s {
    color: #426B27 !important;
}

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #5C7F41;
    font-size: 13px;
}

.widget-container a {
    color: #5C7F41;
    text-decoration: none;
    font-family: arial,'Oswald', sans-serif;
    font-weight: bold;
}

.widget-container a:hover {
    color: #ECC302;
    text-decoration: none;
}

.widgettitle {
    background-color: #fff8db;
    box-shadow: 0 3px 0 #9fd16f;
    margin: 0 0 10px 0;
    padding: 10px 10px 8px 10px;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #6D8B3E;
    font-size: 16px;
    line-height: 20px;
    font-family: arial,'Oswald', sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 0;
    margin: 0 0 8px 0;
}

.widget ul li .children {
    padding-top: 17px;
}


/* Search
----------------------------*/

#search {
    border: 1px solid #BDD8AB;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #426B27;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #426B27;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
    line-height: 18px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 15px 0; 
    margin: 0 0 15px 0;
    border-bottom: 0;
}

.posts-widgettitle {
    font-weight: normal;
    padding: 0 0 5px 0; 
    margin: 0;
    font-family: Arial, 'Oswald', sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #BDD8AB;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 10px 0 0 0;
}

.comments-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 10px 0; 
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #BDD8AB;
    padding: 4px;
    background-color: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
} 

.social-profiles-widget img:hover {
    opacity: 0.8;
} 

/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; 
    height: 26px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #63B317;
    background: #EAFBDF;
    padding: 6px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: #FFF9DB;
    color: #D4AF00;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}


/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}


/* Tablets ----------- */

@media only screen and (max-width: 768px) {
    
     #container, #footer-container {
    	width: 100%;
    }
    
    #main, 
    #main-fullwidth, 
    #header, 
    #footer-widgets,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }
        
    #main, #main-fullwidth {
        background-image: none;
    }
    
    #header {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .logo, .header-right {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
		padding-top: 18px;
    }
    
    .header-right {
        padding-top: 10px;
    }
    
    #topsearch {
        float: none;
        width: 96%;
        margin: 10px 2%;
    }
    
    #header #topsearch {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }
    
    #top-social-profiles {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    #content, #sidebar-primary, #sidebar-secondary {
    	width: 100%;
        float: none;
        padding: 20px 0 0 0;
        margin: 0;
        display: block;
        border-left: none;
    }
    
    .menu-primary-container, .menu-secondary-container {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    
    .fp-slider, #fb-root {
        display: none;
    }

    .post-box {
        width: 100%;
        height: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    #footer-widgets-container #footer-widgets {
        width: inherit;
    }
    
    .footer-widget-box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    #copyrights, #credits {
        display: block;
        float: none;
        text-align: center;
    }
    
    #footer-container #copyrights, #footer-container #credits {
        padding: 5px 0;
    }
    
    #footer-container #footer {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
 
    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container {
        display: none;
    }
    
    #header .menu-primary-responsive-container, #header .menu-primary-responsive-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }
}

/* =END
-------------------------------------------------------------- */


/* =NÚT GỌI ĐIỆN
-------------------------------------------------------------- */

.fone {
font-size: 19px; /* chữ cạnh nút gọi */
color: #f00;
line-height: 40px;
font-weight: bold;
padding-left: 63px; /* cách bên trái cho chữ */
margin: -10px 0;
}
.fix_tel {
	
	position:fixed;
	bottom:20px;
	left:18px;
	z-index:999;
} /* left 18px là cách bên trái 18px. nếu muốn cho nút gọi sang phải thay là right */

.fix_tel a {
	text-decoration: none;
	display:block;
}

.tel {
	background: #fff;
	width:192px;
	height:40px;
	position:relative;
	overflow:hidden;
	background-size:40px;
	border-radius:28px;
	border:none;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.ring-alo-phone {
background-color: transparent;
cursor: pointer;
height: 80px;
position: absolute;
transition: visibility 0.5s ease 0s;
visibility: hidden;
width: 80px;
z-index: 200000 !important;
}

.ring-alo-phone.ring-alo-show {
visibility: visible;
}

.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
opacity: 1;
}

.ring-alo-ph-circle {
	
animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
background-color: transparent;
border: 2px solid rgba(30, 30, 30, 0.4);
border-radius: 100%;
height: 70px;
left: -1px;
opacity: 0.1;
position: absolute;
top: 13px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
border-color: #009900;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
border-color: #FF7B7B;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
border-color: #f00;
opacity: 0.5;
}
.ring-alo-ph-circle-fill {
animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
background-color: #000;
border: 2px solid transparent;
border-radius: 100%;
height: 40px;
left: 15px;
opacity: 0.1;
position: absolute;
top: 28px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 40px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
background-color: rgba(117, 235, 80, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
background-color: rgba(255, 0, 0, 0.5);
opacity: 0.75 !important;
}

 

.ring-alo-ph-img-circle {
animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 20px;
opacity: 1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
background-color: #FF7B7B;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
background-color: #FF7B7B;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
background-color: #f00;
}
@keyframes ring-alo-circle-anim {
0% {
opacity: 0.1;
transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
opacity: 0.5;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
opacity: 0.6;
transform: rotate(0deg) scale(1) skew(1deg);
}
}

 

@keyframes ring-alo-circle-img-anim {
0% {
transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes ring-alo-circle-fill-anim {
0% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
opacity: 0.2;
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.ring-alo-ph-img-circle a img {
padding: 1px 0 12px 1px;
width: 30px;
position: relative;
top: -1px;
margin: -10px 0;
}

/* =NÚT LIÊN HỆ
-------------------------------------------------------------- */

.nut-telegram {
    background: #3a3a3a !important;
    color: #fff;
    padding: 6px 8px 6px 8px;
    border-radius: 20px;
    text-decoration: none;
    position: fixed;
    bottom: 110px;
    left: 6px;
	z-index: 1;
}

.nut-telegram:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

.nut-facebook {
    background: #3578E5 !important;
    color: #fff;
    padding: 6px 8px 6px 8px;
    border-radius: 20px;
    text-decoration: none;
    position: fixed;
    bottom: 79px;
    left: 94px;
	z-index: 1;
}

.nut-facebook:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

.nut-zalo {
    background: #0c8800 !important;
    color: #fff;
    padding: 6px 8px;
    border-radius: 20px;
    text-decoration: none;
    position: fixed;
    bottom: 79px;
    left: 6px;
	z-index: 1;
}

.nut-zalo:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}


.nut-youtube {
    background: #f00 !important;
    color: #fff;
    padding: 6px 8px;
    border-radius: 20px;
    text-decoration: none;
    position: fixed;
    bottom: 111px;
    left: 6px;
}

.nut-youtube:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

/* =BUTTON TRONG BÀI POST/PAGE
-------------------------------------------------------------- */


.button-post {
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 3px 0;
}

.button-post a{
    text-align: center;
    color: #fff;
    border-radius: 33px;
    display: inline-block;
    font-size: 23px;
    padding: 8px 24px;
    border: 1px solid #7b3e13;
    background: linear-gradient(0deg, #f86b0e 20%, #f86b0e 65%, rgb(250, 231, 118) 100%);
    text-shadow: 0px 1px 0px #7b3e13;
}

.button-post a:hover{
    color: #225018;
    background: linear-gradient(0deg, #51c704 20%, #51c704 65%, #b0f30e 100%);
    text-shadow: 0px 2px 0px #d9f98b;
    border: 2px solid #225018;
}

.buy-button-post {
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 3px 0;
}

.buy-button-post a{
    text-align: center;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 20px;
    padding: 12px 56px;
    background: #ee4d2d;
}

.buy-button-post a:hover{
    background: #f05d40;
}

.review-button-post {
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 3px 0;
}

.review-button-post a{
    text-align: center;
    color: #ee4d2d;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    padding: 8px 56px;
    border: 1px solid #ee4d2d;
    background: rgba(255,87,34,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
}

.review-button-post a:hover{
    background: rgba(255,87,34,.15);
}

@media only screen and (max-width: 480px) {
 
    .buy-button-post a{
        font-size: 4vw;
    }
	.review-button-post a{
        font-size: 4vw;
    }
    
}



/*--------------------- RESPONSIVE VIDEO*/
.video-responsive{
	overflow:hidden;
	padding-bottom:56.25% !important;
	position:relative;
	height:0;
}

.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.video-responsive-916{
	overflow:hidden;
	padding-bottom:80% !important;
	position:relative;
	height:0;
	display: flex;
	justify-content: center;
}

.video-responsive-916 iframe{
	left:0;
	top:0;
	height:100%;
	width:45.6%;
	position:absolute;
}

.video-responsive-11 {
	overflow: hidden;
	padding-bottom: 56.25% !important;
	position: relative;
	height: 0;
}

.video-responsive-11 iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media only screen and (max-width: 480px) {
	.video-responsive-11 {
		padding-bottom: 100% !important;
	}
	.video-responsive-916{
		padding-bottom:177.8% !important;
	}
	.video-responsive-916 iframe{
		height:100%;
		width:100%;
	}
}

/* Responsive VIDEO- Đặt lại tên khác cho dễ nhớ ---*/
.videorespon{
 	overflow:hidden;
 	padding-bottom:56.2% !important;
 	position:relative;
 	height:0;
}
.videorespon iframe{
 	left:0;
 	top:0;
 	height:100%;
 	width:100%;
 	position:absolute;
}

.video-responsive-doc {
 	overflow:hidden;
 	position:relative;
 	height:auto;
	text-align: center;
}

.video-responsive-doc figure{
 	left:0;
 	top:0;
 	height:100%;
 	width:100%;
 	position:absolute;
}


/* CSS THẺ HEADING ---*/

.h2-vmb {
    font-size: 30px;
    background-color: #56C24008;
	color: #426b26;
	line-height: 1.3;
	margin: 50px 0;
    border-bottom: 2px solid #ff660082;
    border-top: 2px solid #ff660082;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	font-family: 'Montserrat', nunito, arial;
}

.h3-vmb {
    font-size: 20px;
	line-height: 1.3;
	margin: 20px 0;
    background: #56C24008;
    padding: 16px 12px;
    border-left: 4px solid #ff660082;
    color: #426b26;
    text-transform: capitalize;
    font-weight: bold;
	font-family: 'Montserrat', nunito, arial;
}

p.h3-vmb {
    padding-left: 12px !important;
}

.mau-nen-chu-cho-the-h3 {
	padding: 20px 30px !important;
	background-color: #008000 !important;
	color: #ffffff !important;
}

.mau-nen-chu-cho-the-h2 {
	border-radius: 10px 50px 10px 50px !important;
	background: #f50 !important;
	padding: 20px 30px !important;
	line-height: 40px !important;
	color: #fff !important;
}

/* TABLE IN POST/PAGE
-------------------------------------------------------------- */

tbody {
    border: 1px solid #000;
}

thead {
    border: 1px solid #000;
}

thead th {
    background: #0c8800 !important;
    color: #fff;
}

.wp-block-table td {
	border: 1px solid #000 !important;
	vertical-align: middle;
}

.wp-block-table th {
	border: 1px solid #000 !important;
}

.wp-block-table figcaption {
    text-align: center;
    font-style: oblique;
}

/* =THAYDOICHONTX
-------------------------------------------------------------- */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: "Roboto Slab",Georgia,serif;
    font-weight: 400;
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.woocommerce ul.products li.product h3::before, .woocommerce ul.products li.product .woocommerce-loop-product__title::before, .woocommerce-page ul.products li.product h3::before {
    content: " ";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    margin-top: 2px;
    height: 18px;
    border-left: 3px solid #426B27;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product h3 {
	margin: 12px 0 7px 0 !important;
    padding: 0 !important;
        padding-left: 0px;
    padding-left: 14px !important;
    font-size: 14px !important;
	color: #19232d !important;
	line-height: 1.5 !important;
}

.woocommerce ul.products li.product del .amount, .woocommerce div.product p.price del .amount {
    display: inline;
    font-size: 14px;
    color: #a6a6a6;
    margin-right: 5px;
	font-weight: normal;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	color: #e54e53;
	font-size: 35px;
}

.woocommerce ul.products li.product .amount, .woocommerce div.product p.price, .cart_totals .order-total .amount {
    color: #e54e53;
    font-size: 19px;
	font-weight: bold;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #e54e53 !important;
    font-size: 35px !important;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #a6a6a6 !important;
}

.woocommerce ul.products li.product .price del {
	color: #a6a6a6 !important;
}

.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 12px;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 0 !important;
    right: auto !important;
    margin: 0 !important;
    margin-left: 0px !important;
    margin-left: 7px !important;
}

.woocommerce ul.products li.product .onsale {
    top: 0 !important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    line-height: 25px !important;
    background: #e54e53 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 0 10px  !important;
    color: #fff !important;
    display: block !important;
    z-index: 1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.woocommerce span.onsale {
	position: absolute !important;
	text-align: center !important;
}

.woocommerce div.product .product_title::before {
    border-left: 3px solid #0c8800;
    content: " ";
    display: block;
    float: left;
    left: 0;
    margin-top: 0px;
    height: 36px;
    margin-right: 14px;
}

.woocommerce div.product .product_title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	max-width: 650px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 650px;
}

.sku_wrapper {
    font-weight: bold;
}

.sku {
    font-weight: normal;
}

.category_wrapper {
    font-weight: bold;
}

.posted_in {
    font-weight: normal;
}

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 28px 0px;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button {
    padding: 0 21px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    margin-left: 21px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #e54e53 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	border: 0;
	font-weight: normal;
	line-height: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-family: "Open Sans", Arial, sans-serif;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #e54e53;
	text-shadow: none;
	opacity: 0.9;
	color: #fff;
}

.woocommerce .cart .quantity input.qty {
	border: 0;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.woocommerce-product-details__short-description {
    line-height: 1.5;
    font-family: 'Montserrat', nunito, arial;
    font-size: 14px;
    padding: 15px 0;
}

/* = Chỉnh lại css tab đánh giá review */

.woocommerce #reviews #comments ol.commentlist li img.avatar {

	width: 66px !important;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	
	margin:0 0 0 82px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    line-height: 1.5;
}

.woocommerce .star-rating {
	color: #f8b703;
}


/* = TEMPLATE SINGLE PRODUCT WOOCOMMERCE
-------------------------------------------------------------- */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 36% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left !important;
	width: 38% !important;
	padding-left: 2% !important;
}

.woocommerce #sidebar-primary {
	width: 21%;
	margin-left: 1%;
	padding-left: 1%;
}

.woocommerce .widgettitle {
    color: #19232d;
    font-weight: normal;
}

.woocommerce #sidebar-primary .widget-container p {
	padding: 0;
}

.woocommerce div.product .out-of-stock {
    color: white !important;
    background: #515151;
    font-weight: normal;
    padding: 0 21px;
    font-size: 14px !important;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
    width: 70px;
}

@media only screen and (max-width: 768px) {

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: unset !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: unset !important;
	width: unset !important;
	padding-left: unset !important;
}

.woocommerce #sidebar-primary {
	width: unset !important;
	margin-left: unset !important;
	padding-left: unset !important;
	border: none;
}	
}

/* = STYLE H1 HOME
-------------------------------------------------------------- */

.h1-style {
	margin:0px;
	background: none;
	padding: 0px 0px 4px 0px;
	height: 30px;
	font: normal 13.5px Verdana, Tahoma, Arial;
	color: #a1a1a1;
}

/* = STYLE NOTE IN POST
-------------------------------------------------------------- */

.note-post {
    padding: 8px 5px 8px 12px !important;
    border: 1px solid #CADAE7;
    font-size: 12px !important;
    border-radius: 10px;
    background-color: #dbedf9;
    white-space: break-spaces;
    color: #333;
}

.note-post-kqt {
    padding: 8px 5px 8px 12px !important;
    border: 1px solid #E6E6E6;
    font-size: 12px !important;
    border-radius: 5px;
    white-space: break-spaces;
    color: #333;
}

.info-post {
	padding: 8px 5px 8px 12px !important;
	border: 1px solid #06736F;
	border-radius: 10px;
	white-space: break-spaces;
	color: #333;
	display: inline-block;
}

.info-post-qt {
    padding: 8px 5px 8px 12px !important;
    border: 1px solid #A7C3DB;
    border-radius: 10px;
    white-space: break-spaces;
    color: #333;
    display: inline-block;
    background-color: #dbedf9;
}

@media only screen and (max-width: 480px) {

	.info-post {
		display: block;
	}
	
	.info-post-qt {
		display: block;
	}
}

/* = STYLE CAPTION IN POST
-------------------------------------------------------------- */

.caption {
    font-size: 13px;
    font-style: italic;
    opacity: 70%;
	color: #737373;
}

figcaption {
    font-size: 13px;
    font-style: italic;
    opacity: 70%;
	color: #737373;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.wp-block-image.size-large.is-resized figcaption {
    margin: 0 -47%;
}

/* = CHỮ "TẠM HẾT HÀNG" ở thumbnail sản phẩm
-------------------------------------------------------------- */

.soldout {
	line-height: 25px !important;
	background: #454545ed !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	padding: 0 10px !important;
	color: #fff !important;
	display: block !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	left: auto !important;
	right: 0 !important;
	margin: 0 !important;
	margin-right: 7px !important;
	top: 0 !important;
	position: absolute !important;
	text-align: center !important;
	z-index: 999;
}

/* = Canh lại Css cho hình ảnh đơn lẻ trong bài post
-------------------------------------------------------------- */

.wp-block-image.size-large.is-resized {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #00000008;
}

/* = CSS đoạn mô tả trong tag/category
-------------------------------------------------------------- */
.taxonomy-description.p-des p{
    font-family: 'Montserrat', nunito, arial;
    font-size: 16px;
    line-height: 2;
}

/* = CSS Đã lượt view (đã bán) trong product single
-------------------------------------------------------------- */
.post-views.content-post.entry-meta {
  display: inline;
  float: left !important;
  padding-right: 10px !important;
  margin-top: -1px !important;
}

/* = CSS Product in post - sản phẩm đính kèm trong bài post
-------------------------------------------------------------- */

.woocommerce-Price-amount.amount del {
  display: inline;
  font-size: 14px;
  color: #a6a6a6;
  margin-right: 5px;
  font-weight: normal;
}
.wc-block-components-product-price del {
  display: inline;
  font-size: 14px;
  color: #a6a6a6;
  margin-right: 5px;
  font-weight: normal;
}
.wc-block-components-product-price {
  text-decoration: none;
  color: #e54e53;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif !important;
}

.product-title-in-post {
  margin: 12px 0 7px 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: "Roboto Slab",Georgia,serif;
  font-weight: normal;
}
.product-title-in-post::before {
  content: " ";
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: -14px;
  height: 18px;
  border-left: 3px solid #426B27;
}

.product-title-in-post a {
  color: #19232d !important;
}

/* SẢN PHẨM ĐƯỢC CHÚ Ý + NGƯỜI THÊM VÀO GIỎ HÀNG + NGƯỜI ĐANG XEM */

.fake_slb { padding-top: 16px;
border-top: 1px solid rgb(228, 232, 237);}
.css-tc11gt {
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #dc6803;
}
.css-u5y24t { 
display: inline-block;
vertical-align: -0.5em;}

/* SỐ LƯỢNG ĐÃ BÁN */

p.da-ban {
    border: dotted 1px;
    padding: 5px;
    border-color: #e6b522;
    color: #4f9402;
    font-weight: bold;
}

/* Màu nền cho icon social ở cuối widget footer 3 */

.wp-block-social-links.aligncenter a {
  color: #fff !important;
}



/* Ẩn menu con mặc định */
.menu-secondary ul ul {
    display: none;
    position: absolute;
    top: 100%; /* Vị trí menu con bên dưới menu chính */
    left: 0;
    background: #426B27; /* Màu nền menu con */
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Hiệu ứng đổ bóng */
}

/* Hiển thị menu con khi hover */
.menu-secondary li:hover > ul {
    display: block !important;
    visibility: visible !important;
}

/* Tùy chỉnh menu con */
.menu-secondary ul ul li a {
    padding: 10px 15px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    background: #426B27; /* Màu nền mặc định */
}

.menu-secondary ul ul li a:hover {
    background: #58773C; /* Màu nền khi hover menu con */
    color: #FFE25A;
}



/* =END
-------------------------------------------------------------- */