/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #F6F6F6;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 75px;
	width: 100%;
	float: left;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 110px;
	height: 75px;
}

.site-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: calc(100% - 120px);
	margin:12px 0 0 0;
	position: relative;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 55px;
	background: #169649;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #fff;
    display: block;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    margin: 0 30px 0 0;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	color: #fff;
	background: url(images/line.svg) no-repeat bottom center;
	font-weight: 600;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
    background: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-transform: none;
    width: 230px;
    height: auto;
    line-height: 26px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #f27c25;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #fff;
	padding: 12px 0;
	font-size: 17px;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #F27C25;
    font-weight: 500;
}

.breadcrumb a{
	color: #F27C25;
	font-size: 17px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 10px;
	font-weight: 400;
	color: #F27C25;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Montserrat', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	background-color: #f2f2f2;
	font-size: 15px;
	color: #333;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	border:1px solid rgb(68 51 68 / 20%);
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
	border-radius: 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
    font-size: 20px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-family: "Montserrat", serif;
    margin: 30px 0;
    float: left;
}

.pagination li {
	display: inline;
	font-size: 20px;
	margin: 0 2px;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	color: rgb(67 67 67 / 50%);
	font-size: 20px;
	height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 100%;
}

.pagination li a:hover,
.pagination li.active a {
	background: #F27C25;
    color: #fff;
    
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
     width: 300px;
    background: #158743;
    border-radius: 10px;
    height: 46px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 46px;
    color: #fff;

}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 70%) !important;
    opacity: 1; /* Firefox */
    font-size: 16px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 70%) !important;
    font-size: 16px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(255 255 255 / 70%) !important;
    font-size: 15px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

.site-header .search-form input[type="submit"]{
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	width: 100%;
	background: #F27C25;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.site-footer p {
	color: #fff;
	font-size: 18px ;
	font-weight: 600;
	font-family: "Montserrat", serif;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 0 0 0;
    padding: 10px;
    width:calc(49% - 20px);
    float: left;
    background: #F8F8F8;
    border-radius: 10px;
    border: none;
    font-size: 17px;
}

#url {
    float: right;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 20px);
    background: #F8F8F8;
    border-radius: 10px;
    border: none;
    font-size: 17px;
}

input#submit {
    float: left;
    background: #169649;
    font-weight: 800;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    margin: 15px 0 0;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
    list-style-type: none;
    margin: 0 0 25px;
}

.comment-list li ul li {
    background: #FFF4ED;
    margin: 20px;
    padding: 15px;
    border-radius: 10px;
}

.comment-content{
	
}

.comment-content p {
	font-size: 17px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #169649;
    color: #ffffff;
    padding: 5px 25px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 30px;
}

.comment-author{
	font-weight: bold;
	color: #F27C25;
}

.comment-author .says{
	color: #333;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
}

.alt,
.depth-1,
.even {
	/*border: 1px solid #ddd;*/
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #f27c2570;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #F27C25;
}

.site-header .widget-area .widget:first-child{
	float: left;
}

.site-header .widget-area .widget:nth-child(n+2){
	float: right;
}

.site-header .widget-area .widget:first-child p{
    color: #169649;
    font-size: 18px;
    font-style: italic;
    font-family: "Montserrat", serif;
    line-height: 26px;
    border-left: 1px solid hsl(144deg 74% 34% / 50%);
    padding-left: 20px;
}

.site-header .widget-area .widget:first-child p em{
	display: block;
}

.site-header .widget-area .widget:nth-child(2) p a,
.beforef:nth-child(2) .widget:nth-child(3) p a{
	color: #169649;
	font-size: 15px;
	font-weight: bold;
	display: block;
	background: url(images/hotline.svg) no-repeat left center;
	padding-left: 50px;
	line-height: 26px;
}

.site-header .widget-area .widget:nth-child(2) p a em,
.beforef:nth-child(2) .widget:nth-child(3) p a em{
	color: #DB2629;
	font-size: 25px;
	display: block;
	font-style: inherit;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart{
	background: url(images/cart.svg) no-repeat left center;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 40px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 6px 10px 6px 0;
}

.fix_icon .gsc-shop-cart .btn-view-cart{
	background: url(images/icon4.svg) no-repeat left center;
    position: relative;
    width: 60px;
    height: 60px;
    background-size: 60px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0 10px 6px 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.site-header .widget-area .bg-cart-sh, .site-header .widget-area .product-called,
.fix_icon .bg-cart-sh,
.fix_icon .product-called{
    display: none;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
    position: absolute;
    top: -6px !important;
    left: auto;
    color: #fff;
    font-size: 14px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    background: #F27C25;
    line-height: 25px;
    right: -10px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	right: -5px;
    top: 0px !important;
}

.site-header .widget_custom_html a{
    color: #169649;
    background: url(images/login.svg) no-repeat left center;
    padding-left: 35px;
    display: block;
    line-height: 22px;
    margin: 5px 0 0;
}

.site-header .widget_custom_html a span{
	display: block;
}

.site-header .widget_search{
	position: absolute;
    right: 0;
    top: 68px;
}

.site-header .widget_search .widgettitle{
	display: none;
}

.section{
	float: left;
	width: 100%;
}

.custom_paging {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.custom_paging li .number {
	display: none;
}

.custom_paging li:hover,.custom_paging li.slick-active {
	background: #fff;
	cursor: pointer;
}

.custom_paging li {
	width: 53px;
	height: 3px;
	background: rgb(255 255 255 / 40%);
	display: inline-block !important;
	margin: 0 10px 0 0 !important;
	float: inherit !important;
}

.after_slide{
	background: #F27C25;
	padding: 10px 0;
}

.after_slide ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.after_slide ul li img{
	display: table;
	margin: 0 auto 10px;
}

.fix_icon {
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 9999;
}

.fix_icon li {
    list-style-type: none;
}

.fix_icon li img {
    width: 60px;
    margin: 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.fix_icon .widget .widgettitle {
    background: url(images/xora.svg) no-repeat center center;
    width: 38px;
    height: 38px;
    display: table;
    margin: 0 0 7px 11px;
    text-indent: -9999px;
    cursor: pointer;
}

.fix_icon .widget .widgettitle.active {
    background: url(images/fhide.svg) no-repeat center center;
}

.fix_icon .hide{
	display: none;
}

.content-fix .active {
    display: none;
}

.countdown {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.countdown span {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
   font-family: "Barlow Condensed", sans-serif;
   
}

.countdown strong {
  background: #28a745; 
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 5px;
}

.countdown label {
  font-weight: normal;
  margin: 0 7px;
  color: #333;
  font-size: 40px;
  font-weight: 600;
}

.flash_sale .nd .countdown label{
	color: #fff;
} 

.flash_sale .box-countdown{
	display: inline-block;
}

.flash_sale .widgettitle{
	display: inline-block;
	font-size: 35px;
   font-weight: 600;
   font-family: "Barlow Condensed", sans-serif;
   margin: 0 20px 0 45px;
   color: #fff;
   text-transform: uppercase;
}

.flash_sale .caia_code_widget{
	background: url(images/bgsale.webp) no-repeat center right;
	border-radius: 20px;
	line-height: 177px;
}

.wrap2{
	max-width: 1600px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.flash_sale .wrap2{
	max-width: 1560px;
	width: calc(85% - 40px);
	margin: 0 auto;
	margin: 50px auto;
	padding: 20px;
	background: #169649;
	border-radius: 20px;
}

.flash_sale h2{
	display: none;
}

.flash_sale .main-posts .sp,
.viewed-products .sp,
.content-hot .sp{
	float: left;
	margin: 0 10px;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	position: relative;
}

.flash_sale .main-posts .sp img,
.viewed-products .sp img,
.content-hot .sp img{
	width: 100%;
	border-radius: 20px;
	margin: 0 0 15px 0;
}

.list-info .price{
	font-size: 17px;
	color: rgb(67 67 67 / 50%);
	text-align: center;
}

.list-info .price span{
	font-size: 22px;
	font-weight: 800;
	color: #F27C25;
	margin-right: 15px;
}

.list-info .price strike{
	line-height: 30px;
}

.flash_sale .conlai{
	background: rgb(242 124 37 / 50%);
    height: 21px;
    line-height: 21px;
    border-radius: 50px;
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.flash_sale .conlai::before{
	content:'';
	width: 24px;
	height: 24px;
	background: url(images/hot.svg) no-repeat;
	position: absolute;
	left: 0;
	top: -4px;
	z-index: 9;
}

.flash_sale .conlai .bar{
  position: absolute;
  inset: 0 auto 0 0;   /* top:0; left:0; bottom:0 */
  width: 0;            /* set bằng inline style */
  background: #F27C25;
  border-radius: 50px;
}

/* chữ nằm trên cùng, luôn đọc được */
.flash_sale .conlai .label{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.35); /* tăng độ tương phản khi phần đậm ít */
  white-space: nowrap;
}

.flash_sale .main-posts .sp .percent,
.viewed-products .sp .percent,
.content-hot .sp .percent,
.list_product .danhmucsp .sp .percent ,
.list-post-tax .item-post .percent,
.archive main.content .sp .percent,
.search main.content .sp .percent{
    left: auto;
    bottom: auto;
    right: 18px;
    top: 18px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 23px;
    font-family: "Barlow Condensed", sans-serif;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
} 

.list-info .widget-item-title a,
.archive main.content .sp .entry-title a,
.search main.content .sp .entry-title a{
	font-family: "Montserrat", serif;
	color: #004C1E;
	font-size: 17px;
    font-weight: 500;
}

.list-info .widget-item-title{
	text-align: center;
	color: #004C1E;
	font-size: 18px;
	margin: 5px 0 15px;
	   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 1.35;
}

.flash_sale .muasale .waittocart{
    border: 1px solid #169649;
    color: #169649;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    width: calc(100% - 2px);
    display: block;
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    margin: 20px 0 0;
}

.flash_sale .muasale .waittocart:hover,
.flash_sale .sp:hover .muasale .waittocart{
	background: #169649;
	color: #fff;
}

.flash_sale button.slick-next.slick-arrow{
    background: url(images/next.svg) no-repeat center center;
    width: 30px;
    height: 51px;
    position: absolute;
    right: -25px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
}

.flash_sale button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 30px;
    height: 51px;
    position: absolute;
    left: -25px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none; 
    padding: 0;
}

.flash_sale .caia-post-list-widget{
	margin: 0 5px;
}

.content-km h2,
.content-seen h2,
.content-hot h2,
.page-template-page-sanpham main.content p.titledssp{
	color: #F27C25;
	font-size: 55px;
	font-weight: 500;
	font-family: "Montserrat", serif;
	margin: 10px 0 30px;
}

.content-km ul li{
	list-style-type: none;
	margin: 0 15px 30px;
}

.content-km ul li figure{
	margin: 0;
}

.content-km ul li img{
	width: 100%;
	border-radius: 20px;
	margin: 0 0 15px;
}

.content-km ul li,
.content-km ul li .wp-caption-text{
	text-align: center;
	font-size: 17px;
}

.content-km ul li strong{
	display: block;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F27C25;
}

.content-seen{
    background: #F0F0F0;
    margin: 50px 0 0;
    padding: 50px 0;
}

.content-seen h2,
.content-hot h2{
	text-align: center;
	position: relative;
}

.button-cart .waittocart{
	background: url(images/cart.svg) no-repeat center;
    text-indent: -999px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 50px;
    float: right;
}

.button-cart .addtocart{
    background: #169649;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
    height: 50px;
    float: left;
    width: calc(100% - 60px);
    text-align: center;
    border-radius: 30px;
}

.button-cart {
    float: left;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.viewed-products .sp:hover .button-cart,
.content-hot .sp:hover .button-cart,
.list-post-tax .item-post:hover .button-cart,
.archive main.content .sp:hover .button-cart,
.search main.content .sp:hover .button-cart{
    max-height: 60px; /* set lớn hơn chiều cao thật */
    margin: 10px 0 0;
}

.viewed-products .sp{
	margin: 10px;
}

.viewed-products .sp:hover{
	box-shadow: 1px 1px 10px 0 rgba(85, 37, 2, 0.15);
}

.content-hot{
    background: linear-gradient(to right, #F3F3F3, #F5F5F5);
    padding: 50px 0 70px;
    border-bottom: 2px solid #F27C25;
}

.content-hot button.slick-next.slick-arrow,
.content-baochi button.slick-next.slick-arrow,
.content-seen button.slick-next.slick-arrow,
.box2 button.slick-next.slick-arrow{
    background: url(images/next1.svg) no-repeat center center;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -65px;
    top: 155px;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 70px;
}

.content-hot button.slick-prev.slick-arrow,
.content-baochi button.slick-prev.slick-arrow,
.content-seen button.slick-prev.slick-arrow,
.box2 button.slick-prev.slick-arrow{
    background: url(images/prev1.svg) no-repeat center center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -65px;
    top: 155px;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none; 
    padding: 0;
    background-size: 70px;
}

.content-hot h2{
	display: table;
	margin: 0px auto 35px;
}

.content-hot h2::after{
    content: '';
    width: 40px;
    height: 40px;
    background: url(images/hotcam.svg) no-repeat;
    position: absolute;
    right: -55px;
    top: 12px;
}

.content-hot h2::before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(images/hotcam.svg) no-repeat;
    position: absolute;
    left: -55px;
    top: 12px;
}

.before_footer {
	background: #fff;
	padding: 50px 0 20px;
}

.home .before_footer .wrap{
	max-width: 1600px;
	width: calc(100% - 30px);
}

.home .before_footer .widget{
	float: left;
	width: calc(16% - 30px);
	margin: 0 15px;
}

.home .before_footer .widget:first-child,
.home .beforef:nth-child(2) .widget:first-child{
	width: calc(46% - 108px);
    margin: 0 125px 0 15px;
}

.beforef{
	float: left;
	width: 100%;
}

.beforef:nth-child(2) .widget{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
}

.before_footer .widgettitle{
	color: #F27C25;
	font-size: 20px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	margin: 0 0 15px;
}

.before_footer ul li a,
.before_footer ul li,
.before_footer p{
	color: #333;
	font-size: 17px;
}

.before_footer p{
	margin-bottom: 10px;
}

.before_footer ul li{
	margin-bottom: 7px;
	list-style-type: none;
}

.before_footer ul li a:hover{
	color: #F27C25;
}

.beforef:nth-child(2) .widget:nth-child(3){
	width: calc(20% - 30px);
	float: right;
}

.beforef:nth-child(2){
	margin: 35px 0 0;
}

.content-baochi ul li{
	list-style-type: none;
	margin: 5px 13px;
	border-radius: 15px;
}

.content-baochi ul li img{
	border-radius: 15px;
	margin: 0;
}

.content-baochi{
	margin: 60px 0;
}

.content-baochi button.slick-prev.slick-arrow,
.content-baochi button.slick-next.slick-arrow{
	top: 58px;
    background-size: 60px;
}

.content-baochi ul li:hover{
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.content-blog .post{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.content-blog h2 a,
.content-phanhoi h2 a,
.yarpp-related p.title{
	color: #F27C25;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
}

.yarpp-related{
	float: left;
	width: 100%;
}

.yarpp-related .content-blog{
	margin: 0;
}

.yarpp-related .content-blog .title{
	margin: 40px 15px 20px
}

.content-blog .widgettitle h2,
.content-blog .widgettitle p{
	margin: 0;
}

.content-blog .widgettitle,
.content-phanhoi .widgettitle{
	margin: 0 0 30px;
}

.content-blog .post img{
	border-radius: 20px;
	margin: 0 0 5px;
}

.content-blog .post .list-info .widget-item-title a,
.content-blog .post .list-info .widget-item-title {
	color: #004C1E;
	font-size: 20px;
	 font-family: "Montserrat", serif;
	 font-weight: 500;
	 text-align: left;
}

.content-blog .post:hover .list-info .widget-item-title a,
.archive main.content .sp:hover .entry-title a,
.search main.content .sp:hover .entry-title a{
	color: #169649;
}

.content-blog .post p{
	font-size: 17px;
	color: rgb(67 67 67 / 70%);
}

.content-blog .more-link{
	display: none;
}

.content-blog .widget{
	position: relative;
}

.content-blog .more-from-category{
    position: absolute;
    right: 15px;
    top: 18px;
    border: 1px solid #F27C25;
    width: fit-content;
    border-radius: 30px;
}

.content-blog .more-from-category a{
    color: #F27C25;
    background: url(images/muiten.svg) no-repeat right 20px center;
    font-size: 17px;
    font-weight: 800;
    height: 48px;
    line-height: 48px;
    padding: 0 50px 0 20px;
}

.content-blog .more-from-category:hover a{
	color: #fff;
    background: url(images/muitent.svg) no-repeat right 20px center;
}

.content-nguyenlieu .box1 p:last-child a:hover{
	color: #fff;
    background: url(images/muitent.svg) no-repeat right 30px center #F27C25;
}

.content-blog .more-from-category:hover{
	background:  #F27C25;
}

.content-phanhoi .widgettitle{
	margin: 50px 0 30px;
}

.content-phanhoi{
	margin: 70px 0 0;
}

.content-phanhoi .post{
	margin: 0 15px;
	background: #fff;
	border-radius: 20px;
}

.content-phanhoi .post img{
	width: 100%;
	margin:0 0 10px ;
	border-radius: 20px 20px 0 0;
}

.content-phanhoi .post .widget-item-title{
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-phanhoi .post .widget-item-title a{
	font-size: 18px;
	font-family: "Montserrat", serif;
	color: #333;
}

.content-phanhoi .post:hover .widget-item-title a,
.list_product .danhmucsp .sp:hover .widget-item-title a,
.flash_sale .main-posts .sp:hover .widget-item-title a,
.viewed-products .sp:hover .widget-item-title a, 
.content-hot .sp:hover .widget-item-title a,
.list-post-tax .item-post:hover .widget-item-title a{
	color: #169649;
}

.content-blog{
	margin: 50px 0 0;
}

.content-phanhoi  .widgettitle, .content-blog .widgettitle{
	margin: 0 15px 30px;
}

.content-phanhoi .widget_media_image{
	margin:0 15px 70px;
}

.content-phanhoi .widget_media_image img{
	border-radius: 20px;	
}

.content-phanhoi .custom_paging{
	position: relative;
    bottom: auto;
    margin: 30px 0 0;
}

.content-phanhoi .custom_paging li{
	background: rgb(47 139 69 / 20%);
}

.content-phanhoi .custom_paging li:hover,.content-phanhoi .custom_paging li.slick-active {
    background: #F37131;
    cursor: pointer;
}

.home .site-inner{
	max-width: 1600px;
	width: calc(100% - 30px);
}

.list_product .widget_text .widgettitle,
.archive .archive-heading a,
.search .archive-heading{
	color: #F27C25;
    font-size: 55px;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    margin: 40px 0;
}

.list_product .caia-post-list-widget{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 20px;
	margin-bottom: 20px;
}

.list_product .widget:last-child{
	margin-bottom: 0;
}

.list_product .danhmucsp .image-term{
	float: left;
	width: 25% ;
	position: relative;
}

.list_product .danhmucsp .image-term img{
    width: 100%;
    max-height: 480px;
    margin: 0;
    display: block;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
}

.list_product .danhmucsp .main-posts{
	float: left;
	width: calc(75% - 20px);
	margin: 0 10px;
}

.list_product .danhmucsp .sp{
	margin: 13px 10px;
	position: relative;
	border-radius: 20px;
	padding: 10px;
}

.list_product .danhmucsp .sp img{
	border-radius: 20px;
	margin: 0 0 15px 0;
}

.danhmucsp button.slick-next.slick-arrow{
    background: url(images/next2.svg) no-repeat center center;
    width: 30px;
    height: 50px;
    position: absolute;
    right: -11px;
    top: 140px;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
}

.danhmucsp button.slick-prev.slick-arrow{
    background: url(images/prev2.svg) no-repeat center center;
    width: 30px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 140px;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none; 
    padding: 0;
}

.list_product .danhmucsp .sp .percent{
	top: 10px;
	right: 10px;
}

.list_product .danhmucsp .sp:hover,
.list-post-tax .item-post:hover,
.archive main.content .sp:hover,
.search main.content .sp:hover{
	box-shadow: 1px 1px 10px 0 rgba(85, 37, 2, 0.15);
}

.list_product .caia-post-list-widget .widgettitle{
	position: absolute;
    width: 25%;
    text-align: center;
    top: 30px;
    z-index: 9;
}

.list_product .caia-post-list-widget .widgettitle a{
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

.danhmucsp .image-term p{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    display: none;
}

.danhmucsp .image-term:hover p{
	display: block;
}

.danhmucsp .image-term p a{
    background: #fff;
    color: #F27C25;
    font-size: 17px;
    font-weight: 800;
    width: fit-content;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 31px;
    border-radius: 30px;
}

.danhmucsp .sp:hover .button-cart {
    max-height: 60px; /* set lớn hơn chiều cao thật */
}

.button-cart .addtocart:hover{
	background: #f27c25;
}

.list_cat button.slick-prev{
	background: url(images/prevg.svg) no-repeat right center;
    width: 10px;
    height: 26px;
    position: absolute;
    left: -30px;
    top: 45px;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 10px;
}


.list_cat button.slick-next{
	background: url(images/nextg.svg) no-repeat right center;
    width: 10px;
    height: 26px;
    position: absolute;
    right: -30px;
    top: 45px;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 10px;
}

.list_cat {
/*  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, auto));
  justify-content: center;
  gap: 20px;
  align-items: end; /* mọi item căn mép dưới */*/
}

.list_cat .image-term {
/*  display: flex;
  flex-direction: column;
  align-items: center;*/
  margin: 0 20px;
}

.list_cat .image-term img {
	display: block;
    margin: 0 auto 10px;
    height: 50px;
    width: auto;
}

.list_cat .image-term span,
.list_cat .image-term a {
  color: rgb(67 67 67 / 50%);
  font-size: 18px;
  font-family: "Montserrat", serif;
}

.danh-muc{
	margin: 30px 0 50px;
}

.list_cat .image-term img {
 	filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  	opacity: 0.5; /* 50% */
}

.list_cat .image-term:hover img,
.list_cat .image-term.active img {
 	filter: unset;
  	opacity: 1; /* 50% */
}

.list_cat .image-term:hover span,
.list_cat .image-term:hover a,
.list_cat .image-term.active a,
.list_cat .image-term.active span{
	color: #F27C25;
}

.flash_sale .nd{
    padding: 20px 15px;
    background: #169649;
    border-radius: 20px;
    width: calc(100% - 60px);
    margin: 0 15px;
}

.flash_sale .nd .caia_code_widget {
    background: url(images/bgsale2.webp) no-repeat top right;
    border-radius: 20px;
    line-height: 110px;
}

.flash_sale .nd .widgettitle,
.flash_sale .nd .box-countdown{
	display: block;
    width: fit-content;
    line-height: normal;
    margin: 0 0 15px 30px;
}

.flash_sale .nd .caia_code_widget .widget-wrap{
	margin: 23px 0 0;
    display: inline-block;
}

.flash_sale .nd .main-posts .sp{
	margin: 0 5px;
}

.flash_sale .nd .list-info .price span{
	display: block;
	line-height: 24px;
}

.page-template-page-sanpham h1{
	display: none;
}

.page-template-page-sanpham main.content .titledssp{
	text-align: center;
	margin: 50px 0 30px !important;
}

.list-tax,
.list-tax .box-tax {
	float: left;
	width: 100%;
}

.list-tax .box-tax {
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 20px;
    width: calc(100% - 30px);
    padding-bottom: 15px;
}

.title-tax{
	display: none;
}

.list-post-tax {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:0 5px; /* khoảng cách đều nhau */
}

.list-post-tax .item-post {
    text-align: center;
    padding: 10px;
    position: relative;
    min-height: 320px;
    border-radius: 20px;
    margin: 15px 15px 15px 0;
}

.list-post-tax .item-post img{
	border-radius: 20px;
}

.list-post-tax .item-post.few-posts{
	margin-bottom: 15px;
}

.list-post-tax .item-post:nth-child(6){
    margin: 15px 15px 0 15px;
    width: 186px;
    height: 320px;
}

.list-post-tax .thumb-tax {
  padding: 0;
  box-sizing: border-box;
  margin: 0 15px 0 0;
  position: relative;
}

.list-post-tax .thumb-tax .title{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}

.list-post-tax .thumb-tax:hover{
	box-shadow: none;
}

.list-post-tax .thumb-tax img{
    width: 100%;
    height: 355px;
    object-fit: cover;
    border-radius: 20px 0 0 0;
}

.list-post-tax .item-post .percent{
    right: 10px;
    top: 10px;
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.list-post-tax .item-post .list-info .price,
.content-seen.trong .list-info .price{
	font-size: 16px;
}

.list-post-tax .item-post .list-info .price span,
.content-seen.trong .list-info .price span{
	font-size: 20px;
	margin-right: 10px;
}

.list-post-tax .list-info .widget-item-title{
	height: auto;
	-webkit-line-clamp: 1;
	margin: 5px 0;
	    font-size: 18px;
    font-weight: 400;
}

.list-post-tax .button-cart .addtocart {
    line-height: 40px;
    height: 40px;
    width: calc(100% - 50px);
}

.list-post-tax .button-cart .waittocart{
	width: 40px;
	height: 40px;
	background-size: 40px;
}

.list-tax .box-tax.few-posts{
	padding-bottom: 0;
}

.list-tax .box-tax.few-posts .thumb-tax,
.list-tax .box-tax.few-posts .thumb-tax a{
	display: grid;
}

.list-tax .box-tax.few-posts .thumb-tax img{
	border-radius: 20px 0 0 20px;
	height: 370px;
}

.archive .danh-muc{
	margin: 30px 0;
}

.archive .archive-heading{
	text-align: center;
	margin: 0 0 30px;
}

.archive .archive-heading a{
	font-size: 55px;
}

.archive main.content .sp,
.search main.content .sp{
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	position: relative;
	float: left;
	width: calc(25% - 60px);
	margin: 15px;
}

.archive main.content .sp:nth-child(4n+1),
.search main.content .sp:nth-child(4n+1){
	clear: both;
}

.archive main.content .sp img,
.search main.content .sp img{
	border-radius: 20px;
}

.archive main.content .sp .entry-title,
.search main.content .sp .entry-title{
	text-align: center;
	margin: 5px 0;
}

.archive main.content .sp .percent,
.search main.content .sp .percent {
    right: 18px;
    top: 18px;
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.archive main.content .sp .price,
.search main.content .sp .price{
	margin-bottom: 0;
}

.archive main.content .sp .entry-title,
.search main.content .sp .entry-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.chitiet_sp{
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 460px;
	margin: 0 15px;
}

.chitiet_sp .info_sp{
	float: left;
	width: 650px;
	margin: 0 15px;
}

.dieuhuong{
	color: rgb(67 67 67 / 50%);
	font-size: 17px;
	margin: 15px 0;
}

.dieuhuong span{
	background: url(images/tron.svg) no-repeat center center;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 4px 10px;
}

.chitiet_sp h1{
	color: #F27C25;
	font-size: 45px;
	font-weight: 500;
	font-family: "Montserrat", serif;
}

.chitiet_sp img{
	border-radius: 20px;
}

.daban{
	background: url(images/daban.svg) no-repeat left center;
	padding-left: 150px;
    font-size: 17px;
    background-size: 145px;
}

.chitiet_sp .mota{
	margin: 20px 0 20px;
    border-bottom: 2px solid #F27C25;
    padding-bottom: 10px;
}

.chitiet_sp .mota p,
.chitiet_sp .mota ul,
.chitiet_sp .luuy ul,
.chitiet_sp .luuy p{
	margin-bottom: 15px;
	font-size: 17px;
}

.chitiet_sp .mota ul li,
.chitiet_sp .luuy ul li{
	margin-bottom: 7px;
	font-size: 17px;
}

.chitiet_sp .mota ul,
.chitiet_sp .luuy ul{
	margin-left: 20px;
}

.chitiet_sp .luuy .ttluyy{
	font-size: 20px;
	color: #F27C25;
	 font-family: "Montserrat", serif;
	 text-transform: uppercase;
}

.box-sale{
    background: #FFFFDA;
    border: 1px solid #F27C25;
    border-radius: 10px;
    margin: 15px 0;
    float: left;
    width: calc(100% - 2px);
}

.box-sale .widgettitle{
	background: #F27C25;
	border-radius: 10px 10px 0 0;
	padding: 12px 15px;
    float: left;
    width: calc(100% - 30px);
}

.box-sale .widgettitle span.tt{
	float: left;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	background: url(images/fs.svg) no-repeat left center;
	padding-left: 40px;
	margin: 8px 0 0;
}

.tt2{
	margin: 2px 0 !important;
}

.box-sale .widgettitle .tgian{
	float: right;
}

.box-sale .widgettitle .tgian>p{
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	float: left;
	line-height: 45px;
	margin-right: 15px;
}

.box-sale .widgettitle .tgian .box-countdown{
	float: left;
}

.box-sale .countdown span{
	font-size: 30px;
}

.box-sale .countdown strong{
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.box-sale .countdown label{
	margin: 0 5px;
	font-size: 30px;
	color: #fff;
}

.box-sale .related-products label{
	margin-bottom: 12px;
	float: left;
    width: 100%;
}

.box-sale .related-products label:last-child{
	margin-bottom: 0;
}

.box-sale .listsp{
	float: left;
	width: calc(100% - 30px);
	padding: 20px 15px 15px;
}

.box-sale .listsp label strong{
	color: #169649;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

/* Xóa style mặc định của radio */
.box-sale .listsp input[type="radio"] {
    appearance: none;   /* chuẩn */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none;    /* Firefox */
    width: 18px;
    height: 18px;
    border: 1px solid #169649;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background: #ffffda;
    vertical-align: top;
}

/* Thêm hiệu ứng chấm tròn bên trong */
.box-sale .listsp input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #169649;  /* chấm trắng bên trong */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-sale .listsp label span{
	float: right;
	font-size: 14px;
	color: rgb(67 67 67 / 50%);
}

.box-sale .listsp label strike{
	margin-right: 7px;
}

.box-sale .listsp label i{
	color: #DB2629;
	font-style: inherit;
}

.box-sale .listsp label b{
	color: #F27C25;
	font-weight: 800;
	font-size: 17px;
	margin-left: 7px;
}

.chitiet_sp .itemnav{
	margin: 20px 20px 0 0;
	cursor: pointer;
	border-radius: 20px;
}

.chitiet_sp .itemnav.slick-current,
.chitiet_sp .itemnav:hover{
	border: 1px solid #F27C25;
}

.chitiet_sp .itemnav:last-child{
	margin-right:0 ;
}

.quantity-button {
	position: absolute;
    cursor: pointer;
    height: 55px;
    width: 30px;
    line-height: 60px;
    text-align: center;
    color: #169649;
    font-size: 24px;
    top: -3px;
}

.nuttanggiam .quantity{
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button, 
.nuttanggiam input[type=number]::-webkit-outer-spin-button { 
    opacity: 1; 
    -webkit-appearance: none;
}

.nuttanggiam{
	border: 1px solid #169649;
	border-radius: 10px;
	position: relative;
}

.chitiet_sp .nuttanggiam{
	float: left;
	width: 120px;
}

.chitiet_sp .nuttanggiam input{
	background: unset;
    border: none;
    height: 53px;
    width: 100%;
    text-align: center;
    color: #169649;
    font-size: 20px;
    font-weight: bold;
}

.chitiet_sp .nuttanggiam .quantity-up{
	left: 89px;
}

.box-muahang{
	float: left;
	width: 100%;
	margin: 20px 0 30px;
}

.box-muahang .muahang{
    float: right;
    width: calc(100% - 132px);
    background: #169649;
    height: 57px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
	font-weight: 800;
	color: #fff;
	line-height: 57px;
}

.box-muahang .muahang a{
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

.box-muahang .muahang #total_price{
	background: url(images/lr.svg) no-repeat right center;
    padding-right: 17px;
    margin-right: 17px;
}

.content-seen.trong{
	background: linear-gradient(to right, #F4F4F4 , #EFEFEF);
	border-top: 2px solid #F27C25;
	margin: 70px 0 0;
	padding-bottom: 0;
}

.home .before_footer {
	margin: 0;
}

.before_footer {
	margin: 50px 0 0;
}

.content-seen.trong .list-info .price span{
	font-size: 20px;
	margin-right: 10px;
}

.before_footer .widget:first-child {
    width: calc(45% - 105px);
    margin: 0 90px 0 15px;

}

.before_footer .widget {
    width: calc(17.5% - 30px);
    margin: 0 15px;
    float: left;
}

.before_footer .widget:last-child{
	width: calc(20% - 30px);
}

.single-sp .site-inner{
	width: 100%;
	background: #f8f8f8;
}

.single-sp main.content{
	width: 1170px;
    display: table;
    margin: 0 auto;
    float: unset;
}

.tab_product ul.tab li{
	list-style-type: none;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: rgb(51 51 51 / 50%);
	padding-bottom: 5px;
    margin: 20px 40px 30px 0;
    cursor: pointer;
}

.tab_product ul.tab li a{
	color: rgb(51 51 51 / 50%);
}

.tab_product ul.tab li.active,
.tab_product ul.tab li:hover{
	color: #F27C25;
	border-bottom: 1px solid #F27C25;
}

.tab_product ul.tab li.active a,
.tab_product ul.tab li:hover a{
	color: #F27C25;
}

.content_info{
	width: 950px;
	margin: 0 auto;
}

.content_info h2,
.single main.content h2,
.page main.content h2{
	color: #F27C25;
	font-size: 34px;
	font-family: "Montserrat", serif;
}

.content_info h3,
.single main.content h3,
.page main.content h3{
	color: #333;
	font-size: 28px;
	font-family: "Montserrat", serif;
}

.load-open {
     background: linear-gradient(to bottom, #f8f8f8ad, #f8f8f8);
    float: left;
    padding: 100px 0 0;
    width: 100%;
    position: relative;
    margin-top: -100px;
    text-align: center;
    margin-bottom: 20px;
    color: #F27C25;
    font-weight: bold;
    cursor: pointer;
}

#danhgia{
	background: linear-gradient(to bottom, #F2F2F2 , #FFFFFF);
	padding: 50px 0;
	margin-bottom: 60px;
	    float: left;
    width: 100%;
}

#danhgia .title,
#reply-title{
	color: #F27C25;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 50px;
	margin: 0 0 15px;
}

#danhgia .glsr-summary-rating .glsr-tag-value{
	color: #169649;
	font-size: 24px;
	font-weight: 800;
}

.review-rating .form{
	float: left;
	width: 100%;
}

.review-rating .form .left {
    float: left;
    width: 500px;
}

.review-rating .form .right {
    float: right;
    width: 555px;
    text-align: center;
}

.review-rating .glsr-default .glsr-summary,
.review-rating .glsr-default .glsr-summary-percentages{
	max-width: 100%;
}

.review-rating .glsr-default .glsr-bar{
	height: 35px;
}

.review-rating .glsr-default .glsr-bar-background:before{
	background: rgb(22 150 73 / 10%);
	opacity: 1;
}

.review-rating .glsr-default .glsr-bar-background-percent{
	background: #169649;
}

.review-form {
    display: none;
    margin: 30px 0 50px;
    float: left;
    width: 100%;
}

.review-form .title{
	font-size: 42px;
    text-transform: inherit;
}

.review-form .glsr-default form.glsr-form input.glsr-input, 
.review-form .glsr-default form.glsr-form textarea.glsr-textarea{
    width: calc(100% - 20px);
    background: #F4F4F4;
    border: none;
    max-width: 100%;
    border-radius: 5px;
    outline: none;
    overflow: hidden;	
}

.review-form .glsr-default form.glsr-form input.glsr-input{
	height: 45px;
}

.review-form .glsr-field.glsr-field-text[data-field="title"], 
.review-form .glsr-field.glsr-field-email[data-field="email"], 
.review-form .glsr-field.glsr-field-choice,
.review-form .glsr-default form.glsr-form label.glsr-label{
	display: none;
}

.review-rating .form .right .close,
.review-rating .form .right .open {
    padding: 10px 0;
    width: 310px;
    text-align: center;
    color: #fff;
	font-weight: 500;
	font-size: 17px;
    display: table;
    margin: 75px auto 0;
    cursor: pointer;
    background: #169649;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
}

.review-rating .form .right .close {
	background: #FF8000;
	display: none;
}

.review-rating .form .left .glsr-bar[data-level="1"],
.review-rating .form .left .glsr-bar[data-level="2"]{
	display: none;
}

.review-form .box,
.review-list{
	float: left;
	width: 100%;
}

.review-list .glsr-review-author {
	font-size: 17px;
	color: #169649;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.review-list .glsr-review-date{
	display: none !important;
}

.review-list .glsr-review {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed rgb(22 150 73 / 20%);
    padding-bottom: 15px;
}

.glsr-default form.glsr-form textarea.glsr-textarea{
	height: 70px;
}

button.glsr-button.button.btn.btn-primary {
	padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    background: #169649;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
    border: none;
}

.review-list  .glsr-review:last-child{
	border: none;
	padding: 0;
}

.review-list .glsr-default .glsr-review>.glsr-review-content{
	margin: 0 0 15px;
}

.review-list .glsr .glsr-reviews, 
.review-list .glsr .glsr-reviews-wrap{
	gap: 20px;
}

.review-list .glsr .glsr-review-images a.glsr-image{
	height: 75px;
}

.glsr-review-rating{
	margin-left: 5px;
}

.review-list  .glsr .glsr-reviews, .glsr .glsr-reviews-wrap {
    gap: 1rem;
}

.rating .glsr-default .glsr-summary-text, .review-rating .glsr-default .glsr-summary-text {
    margin: 0;
    width: auto;
    display: inline-block;
}

.review-rating .glsr-bar span{
	color: #004C1E;
	font-weight: bold;
}

.glsr-no-margins{
	margin: 30px 0 0;
	font-size: 17px;
}

.review-form input::placeholder,
.review-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1; /* Firefox */
	font-size: 17px;
}

.review-form input:-ms-input-placeholder,
.review-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 17px;
}

.review-form input::-ms-input-placeholder,
.review-form textarea::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 17px;
}

.review-list{
	margin: 30px 0 0px;
}

.content-vote .glsr-default .glsr-summary-stars .glsr-star, .content-info-product .right .glsr-default .glsr-summary-stars .glsr-star, .review-list .glsr .glsr-star {
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.content-nguyenlieu .box1 .widgettitle{
	color: #F27C25;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	margin: 50px 0 20px;
}

.content-nguyenlieu .box1,
.content-nguyenlieu .box3{
	width: 850px;
	margin: 0 auto;
	float: none;
    text-align: center;
}

.content-nguyenlieu .box1 p{
	color: #F27C25;
	font-size: 20px;
	font-family: "Montserrat", serif;
}

.content-nguyenlieu .box1 p:last-child a{
    color: #F27C25;
    background: url(images/muiten.svg) no-repeat right 30px center;
    font-size: 17px;
    font-weight: 800;
    height: 48px;
    line-height: 48px;
    padding: 0 70px 0 40px;
    border: 1px solid #F27C25;
    display: inline-block;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0 0;
}

.content-nguyenlieu .box2 .widget{
	margin: 0 10px;
}

.content-nguyenlieu .box2 .title{
	color: #F27C25;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

.content-nguyenlieu .box2 img{
	border-radius: 20px;
	margin: 0 0 10px;
	width: 100%;
}

.content-nguyenlieu .box2 p{
	font-size: 17px;
}

.content-nguyenlieu .box2{
	margin: 50px 0 ;
}

.content-nguyenlieu .box3{
	display: table;
}

.content-nguyenlieu .box3 p{
    color: hsl(0deg 0% 26% / 50%);
    font-size: 17px;
}

.content-nguyenlieu .box3 p:last-child a{
    font-style: inherit;
    color: #169649;
    border: 1px solid #169649;
    border-radius: 5px;
    background: url(images/top.svg) no-repeat right 15px center;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 20px;
    font-weight: 800;
    cursor: pointer;
    margin: 30px 0 0;
}

.content-nguyenlieu .box3 p:last-child a:hover{
	background: url(images/topt.svg) no-repeat right 15px center #169649;
	color: #fff;
}

.content-nguyenlieu{
	padding-bottom: 70px;
}

.breadcrumb .home{
	background: url(images/home.svg) no-repeat left center;
	text-indent: -9999px;
	display: inline-block;
	width: 18px;
}

.category main.content .post{
	float: left;
	width: calc(100% - 25px);
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px 10px 10px;
}

.category main.content .post img{
	padding: 0;
	background: unset;
	border: none;
	float: left;
	width: 320px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.tax-cm .flash_sale {
	margin-bottom: 30px;
}

.category main.content .post .entry-title a{
	 font-family: "Montserrat", serif;
	 color: #169649;
	font-size: 18px;
    font-weight: bold;
}

.category main.content .post .entry-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 10px;
}

.category main.content .post .more-link{
	display: block;
    color: #F27C25;
    margin: 15px 0 0;
    border: 1px solid #F27C25;
    width: fit-content;
    border-radius: 5px;
    padding: 0px 30px 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    background: url(images/muiten.svg) no-repeat right 10px center;
    background-size: 15px;
    float: right;
}

.category main.content .post:hover .more-link{
	background: url(images/muitent.svg) no-repeat right 10px center #F27C25;
	color: #fff;
	background-size: 15px;
}

/*.category main.content .post:hover .entry-title a{
	color: #F27C25;
}*/

.category main.content .post:hover{
	box-shadow: 1px 1px 10px 0 rgba(85, 37, 2, 0.15);
}

.sidebar .widget .dacbiet{
	background: #EFFFF5;
	border-radius: 20px;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.dacbiet .widgettitle,
.dacbiet .main-posts{
	padding: 15px 15px 0;
    background: unset;
    float: left;
    width: calc(100% - 30px);
}

.dacbiet .anh img{
	border-radius: 20px 20px 0 0;
}

.dacbiet .main-posts .post:last-child{
	margin-bottom: 0;
}

.sidebar .widgettitle p,
.sidebar .widgettitle a{
	color: #169649;
	font-size: 35px;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

.sidebar .dacbiet .widgettitle{
    background: url(images/ls.svg) no-repeat bottom left 15px;
}

.sidebar .widgettitle{
    background: url(images/ls.svg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.dacbiet .main-posts .post{
	background: #fff;
	border-radius: 10px;
	float: left;
	width: 100%;
}

.sidebar .main-posts .post img{
	float: left;
	width: 160px;
	border-radius: 10px;
	margin: 0 15px 0 0;
}

.dacbiet .main-posts .post img{
	float: left;
	width: 140px;
	border-radius: 10px;
	margin: 0 15px 0 0;
}

.sidebar .main-posts .post .widget-item-title{
	text-align: left;
	margin: 15px 0;
}

.dacbiet .main-posts .post .widget-item-title{
	margin: 15px 15px 0;
}


.sidebar .main-posts .post .widget-item-title a{
	color: #434343;
}

.sidebar .widget{
	margin-bottom: 30px;
}

.sidebar .main-posts .post{
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

.single main.content .post,
.page main.content .page,
.single main.content #respond,
.page main.content #respond,
#comments{
	background: #fff;
    padding: 20px;
    width: 715px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.single main.content .entry-title,
.page main.content .entry-title{
	font-size: 38px;
	color: #169649;
	font-weight: 500;
	font-family: "Montserrat", serif;
	line-height: 1.3;
}

.content-post li{
	list-style-type: none;
	display: inline-block;
	float: left;
	color: #F27C25;
	font-size: 20px;
	font-weight: 500;
	font-family: "Montserrat", serif;
	line-height: 19px;
}

.content-post li:first-child{
	border-right: 1px solid #F27C25;
	padding-right: 15px;
	margin-right: 15px;
}

.content-post{
	float: left;
	width: 100%;
	margin: 10px 0 20px;
}

.single .content-baochi button.slick-prev.slick-arrow, 
.single .content-baochi button.slick-next.slick-arrow {
    top: 48px;
}

.question_answer .widgettitle{
	background: url(images/ico-ques.svg) no-repeat left center;
	padding: 5px 10px 5px 45px;
	cursor: pointer;
}

.question_answer .widgettitle h2{
	background: url(images/cong.svg) no-repeat right top 3px;
	padding-right: 25px;
	color: #169649 !important;
	font-weight: bold;
	font-size: 18px !important;
	font-family: 'Montserrat', Arial, sans-serif !important;
	margin: 0;
}

.question_answer .widgettitle.active h2,
.question_answer .widgettitle:hover h2{
	background: url(images/tru.svg) no-repeat right top 10px;
	color: #F27C25 !important;
}

.page-template-page-hoidap main.content .page{
	background: unset !important;
}

.page-template-page-hoidap main.content .entry-title{
	    color: #F27C25;
    font-size: 55px;
    font-weight: 500;
    font-family: "Montserrat", serif;
}

.question_answer .question{
	float: left;
	width: calc(100% - 30px);
	background: #fff;
	border-radius: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

.question_answer .widgettitle.active{
	margin-bottom: 15px;
	background: url(images/ico-ques2.svg) no-repeat left center;
}

.question_answer .widgettitle:hover{
	background: url(images/ico-ques2.svg) no-repeat left center;
}

.question_answer .answer p{
	margin-bottom: 15px;
}

.question_answer .answer ul{
	margin-left: 20px;
}

.datcauhoi{
    background: #169649 !important;
    color: #fff;
    font-weight: 800;
    float: left;
    width: 100%;
    text-align: center !important;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    cursor: pointer;
}

.datcauhoi span{
	background: url(images/muitent.svg) no-repeat right center;
	    padding-right: 30px;
    background-size: 20px;
}

.datcauhoi:hover{
	background: #F27C25 !important;
}

#popup-form{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;  
    display: none;  
}

#popup-form .popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #169649;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

#popup-form .widgettitle{
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}

.popup-form p{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.popup-form .caldera-grid form input{
    font-size: 17px;
    height: 45px;
    border: none;
    border-radius: 5px;
}

.popup-form .caldera-grid form textarea{
	font-size: 17px;
    border: none;
    border-radius: 5px;
}

.popup-form .caldera-grid form input[type="submit"]{
	display: table;
    margin: 0 auto;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    background: #F27C25;
    color: #fff;
    border-radius: 10px;
    padding: 0 40px;
}

.category.feedback main.content .post{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 50px;
	padding: 0 0 15px;
	border-radius: 20px;
}

.category.feedback main.content .post:nth-child(3n+1){
	clear: both;
}

.category.feedback main.content .post img{
	width: 100%;
	margin: 0;
	border-radius: 20px;
}

.category.feedback main.content .post .entry-header{
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px;
}

.category.feedback main.content .post .entry-title a{
	color: #434343;
	font-weight: 400;
    font-family: "Montserrat", serif;
}

.category.feedback main.content .post:hover .entry-title a{
	color: #169649;
}

img.anhcm{
	display: block;
}

.category.feedback h1{
	display: none;
}

.category.feedback .content-sidebar-wrap{
	margin: 50px 0 0;
}

.page-template-page-lienhe main.content .page{
	width: 100%;
	padding: 0;
	background: unset;
}

.page-template-page-lienhe main.content .entry-title{
	color: #F27C25;
    font-size: 55px;
    margin: 30px 15px 10px;
}

.page-template-page-lienhe main.content .entry-content{
	margin: 0 15px;
}

.tabs li:hover, .tabs li.current {
    background: #169649;
    color: #fff;
}

.tabs li:hover a, .tabs li.current a{
	color: #fff;
	border: 1px dashed #fff;
}

.tabs li {
    float: left;
    width: calc(33.33% - 20px) !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 20px;
    list-style-type: none !important;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    line-height: 42px;
    color: #169649;
    cursor: pointer;
}

.tabs li:nth-child(2){
	margin: 0 30px !important;
}

.tabs li a {
	border: 1px dashed #169649;
    border-radius: 20px;
    padding: 20px;
    display: inline-block;
    float: left;
    width: calc(100% - 62px);
    margin: 10px;
    text-align: center;
    line-height: 30px;
    color: #169649;
}

.tabs li a span{
	width: 75%;
	margin: 0 auto;
	display: inline-block;
}

.tabs li:first-child span{
    background: url(images/ico11.svg) no-repeat top center;
    padding-top: 93px;
}

.tabs li:first-child:hover span,
.tabs li.current:first-child span{
	background: url(images/ico12.svg) no-repeat top center;
    padding-top: 93px;
}

.tabs li:nth-child(2) span{
    background: url(images/ico21.svg) no-repeat top center;
    padding-top: 93px;
}

.tabs li:nth-child(2):hover span,
.tabs li.current:nth-child(2) span{
	background: url(images/ico22.svg) no-repeat top center;
    padding-top: 93px;
}

.tabs li:nth-child(3) span{
    background: url(images/ico31.svg) no-repeat top center;
    padding-top: 93px;
}

.tabs li:nth-child(3):hover span,
.tabs li.current:nth-child(3) span{
	background: url(images/ico32.svg) no-repeat top center;
    padding-top: 93px;
}

.info_page .tabs{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.tab-contents h2{
	font-size: 17px !important;
	color: #333 !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold !important;
}

.tab-contents h2 span{
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 500;
    background: #F27C25;
    color: #fff !important;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 10px;
    margin:0 5px 15px 0;
}

.tab-content{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.tab-content .nd h2{
	color: #169649 !important;
	font-size: 40px !important;
	font-weight: 500 !important;
	font-family: "Montserrat", serif !important;
}

.shop-cart-form-info.mb{
	display: none;
}

#tab-1 p,
#tab-1 li,
#tab-1 ul li a{
	color: #169649;
}

.page-template-page-lienhe main.content table {
    float: left;
    width: 100%;
}

.page-template-page-lienhe main.content table td {
    float: left;
    width: 22%;
    margin: 0 1%;
}

.page-template-page-lienhe main.content table ul li {
    margin: 5px 0;
    list-style-type: none;
    background: url(images/ico-li.png) no-repeat left center;
    padding-left: 15px;
    background-size: 5px;
}

.page-template-page-lienhe main.content table ul {
    margin-left: 0;
    padding-bottom: 0;
}

.page-template-page-lienhe main.content table h3 {
    font-weight: 800;
    font-size: 30px;
    color: #169649;
    font-family: 'Montserrat', Arial, sans-serif !important;  
}

.page-template-page-lienhe main.content table td[colspan="4"]{
	float: left;
	width: 100%;
	padding: 20px 0 0;
	border-bottom: 2px solid rgb(22 150 73 / 30%);
}

#tab-2 ul li{
	list-style-type: none;
	width: calc(33.33% - 40px);
	margin: 20px;
	float: left;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}

#tab-2 ul li img{
	margin: 0;
}

#tab-2 ul li a{
	display: inline-table;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#tab-2 ul li:hover{
	box-shadow: 1px 1px 10px 0 rgba(85, 37, 2, 0.15);
}

#tab-1 ul li a:hover{
	color: #F27C25;
}

.single .content .entry-content table,
.page-template-page-diemban .entry-content table{
	float: left;
	width: 100%;
	border-collapse: collapse;
} 

.single .content .entry-content table td, 
.single .content .entry-content table th,  
.page-template-page-diemban .entry-content table td, 
.page-template-page-diemban .entry-content table th {
    border-collapse: collapse;
    padding: 10px 15px;
    border: 1px solid rgb(241 90 34 / 20%);
    text-align: left;
}

.title-giohang{
	display: none;
}

.dssp h2{
	font-size: 20px !important;
	font-weight: 500;
	margin: 0 0 20px;
}

#shop-cart-form{
	background: #fff;
    border-radius: 15px;
    float: left;
    padding: 20px;
    width: calc(100% - 40px);
}

.shop-cart-form-info{
	float: left;
	width: 100%;
}

.shop-cart-form-info .dssp{
	float: left;
	width: 660px;
	margin: 0 15px;
}

.shop-cart-form-info .cart-total{
    float: right;
    width: 410px;
    margin: 47px 15px 0;
    background: url(images/chan.png) no-repeat bottom center #fff;
    border-radius: 15px;
    padding: 20px 20px 30px;
}

#info-customer .form-user{
	float: left;
	width: calc(100% - 40px);
	background: #fff;
    border-radius: 15px;
    padding: 20px;
}

ul.size ,
.lbsize{
	display: none;
}

#info-customer{
	width: 660px !important;
	margin: 30px 15px;
	float: left;
}

#info-customer h2{
	font-size: 20px !important;
    font-weight: 500;
    margin: 0 0 20px;
}

#info-customer .error-message{
	display: none;
}

.hinhthuctt{
	float: left;
	width: 100%;
}

.hinhthuctt h2{
	margin: 30px 0 20px !important;
}

.hinhthuctt .noidung{
	width: calc(100% - 40px);
	background: #fff;
    border-radius: 15px;
    padding: 20px;
    float: left;
}

.hinhthuctt .noidung p{
	background: url(images/tt.svg) no-repeat left center;
    padding: 5px 0 5px 75px;
    font-weight: 600;
    cursor: pointer;
}

#checkout-form input,
#checkout-form select{
	background: #F2F2F2 !important;
    border: none !important;
    border-radius: 10px;
    padding: 0 15px !important;
    height: 50px !important;
    font-size: 17px;
    width: calc(100% - 30px);
}

#checkout-form select{
	margin-bottom: 10px;
}

#checkout-form .name{
	width: 49%;
	float: left;
}

#checkout-form .phone{
	float: right;
	width: 49%;
}

#checkout-form textarea{
    background: #F2F2F2 !important;
    border: none !important;
    border-radius: 10px;
    padding: 10px 15px !important;
    font-size: 17px;
    width: calc(100% - 30px);
}

#checkout-form .messagearea{
	width: 100%;
}

#checkout-form p.info.select{
	display: none;
}

.shop-cart-table .li-products{
	float: left;
	width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.shop-cart-table .li-products .images-products{
	float: left;
	width: 120px;
}

.shop-cart-table .li-products .images-products img{
	border-radius: 10px;
}

.shop-cart-table .li-products .info-products{
	float: right;
	width: calc(100% - 140px);
}

.shop-cart-table .li-products .name-products,
.shop-cart-table .li-products .number_products{
	position: relative;
	float: left;
    width: 100%;
    margin: 10px 0 0;
}

.shop-cart-table .li-products .name-products{
	margin: 20px 0 0;
}

.shop-cart-table .li-products .name-products a{
	color: #434343;
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: 500;
}

.shop-cart-table .li-products .name-products .product-name{
	float: left;
}

.shop-cart-table .li-products .name-products .remove-product{
	float: right;
}

.shop-cart-table .li-products .number_products .muahang{
	width: 100px;
	float: left;
}

.shop-cart-table .li-products .number_products .price-products{
	float: right;
	margin: 7px 0;
}

.shop-cart-table .li-products .number_products .total-products{
	/*display: none;*/
}

.shop-cart-table .li-products .number_products .nuttanggiam{
    border: 1px solid rgb(67 67 67 / 20%);
    border-radius: 30px;
}

.shop-cart-table .li-products .number_products .nuttanggiam #sp_quantity{
	text-align: center;
	border: none;
	border-radius: 30px;
    color: #169649;
    font-weight: bold;
    width: calc(100% - 20px) !important;
    padding: 12px 10px !important;
    background: #fff;
}

.shop-cart-table .li-products .name-products .change-type{
	display: none;
}

.shop-cart-table .li-products .name-products .types-products .ptype{
	font-size: 15px;
	color: #777;
	font-style: italic;
	display: block;
}

.shop-cart-table .li-products .number_products .nuttanggiam .quantity-up{
    left: 65px;
    height: 47px;
    line-height: 47px;
    color: hsl(0deg 0% 26% / 50%);
}

.shop-cart-table .li-products .number_products .nuttanggiam .quantity-down{
    left: 0;
    height: 47px;
    line-height: 47px;
    color: hsl(0deg 0% 26% / 50%);
}

#gsc-shopcart-table .remove-product{
	text-transform: uppercase;
	background: url(images/xoa.svg) no-repeat left center;
	padding-left: 20px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#gsc-shopcart-table .gsc-single-price1,
.shop-cart-table .li-products .number_products .row-price2{
	color: #F27C25;
    font-weight: bold;
}

#gsc-shopcart-table .gsc-single-price1 strike,
.shop-cart-table .li-products .number_products .row-priceold,
.shop-cart-table .li-products .number_products strike{
	color: hsl(0deg 0% 26% / 50%);
    font-weight: 400;
    margin-right: 10px;
}

.bamdathang{
	background: #169649;
    color: #fff;
    text-align: center;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    margin: 20px 0 0;
    cursor: pointer;
}

.total-price-bottom p{
	float: left;
	width: 100%;
	font-weight: 600 !important;
	margin: 0 0 10px;
}

.total-price-bottom p b{
	float: right;
	font-weight: 600 !important;
}

.total-price{
	float: left !important;
}

.total-price-bottom .thanhtoan{
    float: left;
    width: 100%;
    font-weight: 800 !important;
    border-top: 1px solid hsl(0deg 0% 26% / 20%);
    padding-top: 20px;
    margin-bottom: 20px;
}

.total-price-bottom .thanhtoan .gsc-total-price-all,
.total-price-bottom .thanhtoan b:last-child{
	color: #169649;
	font-weight: 800 !important;
}

.tiengiamgia{
	color: #EE3124;	
}

.pricetype-item{
	float: left;
	width: 100%;
}

.xacnhan p{
	font-weight: 400;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 15px;
}

.xacnhan p a{
	color: #F27C25;
	font-weight: 700;
	text-decoration: underline;
}

.nav-primary .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 10px;
    padding-right: 15px;
}

.ajax-loading {
    position: fixed;
    top: 40%;
    left: 50%;
    margin: auto;
    display: table;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: 330px;
    padding: 25px 30px 20px;
    z-index: 9000;
    background: #342f2fba;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 18px;
}

.ajax-loading .box p {
    background: url(images/tc.png) no-repeat top center;
    padding-top: 60px;
    background-size: 45px;
    color: #fff;
}

.ajax-loading .widgettitle {
    color: #ffffff;
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 27px;
    font-weight: 700;
    cursor: pointer;
}

.site-header.f-head{
	position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
}

.nav-primary.f-nav{
	position: fixed;
    top: 75px;
    z-index: 1;
}

.site-header.f-head .widget_search{
	position: fixed;
    right: calc((100% - 1170px) / 2);
    z-index: 9;
    top: 80px;
}

#checkout-form .form-details-pc select{
	display: none;
}

#checkout-form .form-details-pc #email{
	margin-top: 0;
}

.post-176{
	margin: 0 auto;
}

.post-176 .entry-title{
	text-align: center;
}

/* mở rộng giỏ hàng */

.site-header .shop-cart-expand .price-number-widget{
	display: none !important;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
    width: 420px;
    border-radius: 16px;
    right: -210px;
    transform: translateX(0);
    top: 63px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label.widgettitle{
    font-weight: 600;	
    color: #001C0E;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 16px;
    display: block;
    background: unset;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .widgettitle span{
cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    font-size: 20px;
    margin-top: -5px;
    font-weight: 700;
    color: #717070;
    text-align: center;
    line-height: 20px;
}

.site-header .shop-cart-expand .no-products{
	text-align: center;
	color: #334A3F;
    font-weight: 400;
    background: url(images/none.svg) no-repeat top center;
    padding: 130px 0 0;
    margin: 40px 0 60px;
}


.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li a.title{
	font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li{
	padding-bottom: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft{
	float: left;
    width: 60px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 15px 0 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft img{
	border-radius: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name{
	margin: 0 0 10px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name a{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-qty{
	color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-price del{
	font-size: 14px;
	font-weight: 400;
	color: #777;
	margin-right: 5px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-price{
	float: right;
	color: #f27c25;
    font-weight: 700;
    font-size: 17px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .ptype{
	font-size: 14px;
	margin: 0 0 0 5px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-total-widget{
	color: #333;
    font-weight: 700;
    font-size: 18px;
    float: left;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand a.shop-cart{
	text-align: center;
    padding: 10px 20px;
    background: #f27c25;
    border-radius: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    float: right;
	width: auto;
    margin: 0;
    clear: none;
}

.bannertrang img{
	display: block;
}

.list-post-tax .thumb-tax b {
	background: #fff;
    color: #F27C25;
    font-size: 16px;
    font-weight: 800;
    /* display: inline-block; */
    padding: 0 31px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: max-content;
}

.list-tax .box-tax.few-posts .thumb-tax b{
	bottom: 15px;
}

#checkout-form p.info #email{
	display: none;
}

/* -------------- mobi ----------------- */

@media (max-width: 1600px) {
	.flash_sale .wrap2 {
	    width: calc(100% - 70px);
	    margin: 50px 15px;
	}

	.content-hot button.slick-prev.slick-arrow, 
	.content-baochi button.slick-prev.slick-arrow, 
	.content-seen button.slick-prev.slick-arrow, 
	.box2 button.slick-prev.slick-arrow{
		left: -15px;
		width: 60px;
		height: 60px;
	}

	.content-hot button.slick-next.slick-arrow, 
	.content-baochi button.slick-next.slick-arrow, 
	.content-seen button.slick-next.slick-arrow, 
	.box2 button.slick-next.slick-arrow{
		right: -15px;
		width: 60px;
		height: 60px;
	}

	.home .before_footer .widget:first-child, 
	.home .beforef:nth-child(2) .widget:first-child {
	    width: calc(46% - 150px);
	}

	.flash_sale .caia_code_widget{
		background-size: contain;
	}
}


@media (max-width: 1366px) {
	.list-info .price strike{
		font-size: 15px;
	}
}

@media (max-width: 1280px) {
	.list-info .price span{
		font-size: 20px;
		margin-right: 5px;
	}
}

@media (max-width: 1200px) {
	.list-info .price span{
		font-size: 18px;
	}
}

@media (max-width: 1170px) {
	.wrap{
		width: calc(100% - 30px);
	}

	.site-header .widget-area .widget:nth-child(n+2){
		display: none;
	}
}