/*
	Theme Name: AdsDigi
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	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: 'Roboto', 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: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	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: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-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: 80px;
	width: 100%;
	float: left;
	background: #61b948;
	position: relative;
}

.site-header .title-area img{
	height: 70px;
	width: auto;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 80px;
	width: 330px;
}

.site-title {
	font-family: 'Roboto', 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: left;
	 width: calc(100% - 350px);
	 margin: 16px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #ededed;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: fit-content;
    text-align: center;
}

.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;
	text-align: left;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #333;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 8px 30px;
    text-transform: uppercase;
}

.menu-primary a:before {
    background-color: #61b948;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

.menu-primary>li:hover>a:before,
.menu-primary>li.current-menu-item>a:before {
    width: 100%;
}


.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: #61b948;
	font-weight: 500;
}

.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;
	margin: 0;
}

.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: #333333;
    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: #f9f9f9;
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #21b32a;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* 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: 'Roboto', 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: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
    background-color: #61b948;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.widget-area .widgettitle p{
	font-weight: 600;
    color: #fff;
}

.widget-area .widgettitle a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

/* 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 {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	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;
}

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: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #61b948;
	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 {
	background-color: #f9f9f9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e1181c
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 ;
}

.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: 345px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 46px;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 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;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #626262 !important;
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
	color: #333;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #fff;
	border-top: 1px solid #F4F3EF ;
	background: #61b948;
}

.site-footer p {
	color: #fff;
}

.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,
#phone {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title,
.yarpp-related .title,
.yarpp-related .widgettitle{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit {
	float: left;
    border: 1px solid #333;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
}

input#submit:hover{
	background: #333;
	color: #fff;
}

.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: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-author{
	font-weight: bold;
	color: #333;
}

.comment-author .says{
	color: #333;
	font-weight: 400;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 16px;
	font-weight: 300;
}

.comment-reply a{
    background: #333;
    color: #ffffff;
    padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.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-right: 5px;
	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: #63636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #61b948;
}

.tiktok-embed section {
    display: none !important;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.site-header .widget-area .widget{
	float: right;
	margin-left: 20px;
}

.site-header .widget-area .widget p a{
	background: url(images/call.svg) no-repeat left center;
    background-size: 40px;
    padding-left: 50px;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
}

.site-header .widget-area .widget p a em{
	display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.site-header .widget_search .widgettitle, 
.site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    background-size: 20px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 40px;
	height: 46px;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.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: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background: #e1181c;
    line-height: 20px;
    right: -11px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	top: 0 !important;
	right: 0;
}

.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 .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: 3px 5px 0;
}

.site-header .cart-wrap{
	padding: 0 !important;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget_search{
	margin: 0 105px;
}


.content-slider button.slick-next.slick-arrow,
.content-danhgia button.slick-next.slick-arrow,
.chitiet_sp button.slick-next.slick-arrow {
    background: url(images/next1.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
}

.content-slider button.slick-prev.slick-arrow,
.content-danhgia button.slick-prev.slick-arrow,
.chitiet_sp button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
}

.content-danhgia button.slick-next.slick-arrow{
	background: url(images/nextn.svg) no-repeat center center;
	background-size: 60px;
    width: 60px;
    top: 60px;
}

.content-danhgia button.slick-prev.slick-arrow{
    background: url(images/prevn.svg) no-repeat center center;
    background-size: 60px;
    width: 60px;
    top: 60px;
}

.content-cs .widget {
    float: left;
    width: calc(25% - 0px);
    margin: -50px 0 0;
    text-align: center;
    box-shadow: 2px 2px 5px #ffffff;
    /* border-radius: 15px; */
    padding: 15px 0;
    position: relative;
    background: #61b948;
    border-radius: 15px 0 0 15px;
}

.content-cs .widget:nth-child(2){
	background: #0da0db;
	border-radius: 0;
}

.content-cs .widget:nth-child(3){
	background: #ffc43a;
	border-radius: 0;
}

.content-cs .widget:nth-child(4){
	background: #e1181c;
	border-radius: 0 15px 15px 0;
}

.content-cs img {
    width: auto;
    height: 50px;
    margin: 0 auto;
    transition: transform 0.3s ease; /* hiệu ứng mượt */
}

.content-cs .title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: transform 0.3s ease; /* thêm cho title */
}

.content-cs .widget:hover img,
.content-cs .widget:hover .title {
    transform: scale(1.05); /* zoom nhẹ */
}

.content-danhmuc .widget{
	float: left;
    width: calc(33.33% - 12px);
    margin: 60px 0;
    border: 1px solid #f3f1f1;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #f5f4f4;
    position: relative;
    min-height: 207px;
    background-color: #fff; 
    transition: background-color 0.4s ease; /* hiệu ứng mượt */
}

.content-danhmuc .widget:nth-child(2){
	margin: 60px 15px;
}

.content-danhmuc .widget .title a{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
}

.content-danhmuc .widget .widget-wrap{
	padding: 20px;
}

.content-danhmuc .widget ul li{
	list-style-type: none;
	padding: 2px 0;
}

.content-danhmuc .widget ul li a{
	color: #333;
}

.content-danhmuc .widget img {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    transition: transform 0.3s ease; /* hiệu ứng mượt */
}

.content-danhmuc .widget:hover img {
    transform: translateX(-10px); /* di chuyển sang trái 10px */
}

.content-danhmuc .widget:hover {
    background-color: #61b948; /* đổi màu khi hover */
}

.content-danhmuc .widget:hover a{
	color: #fff;
}

.content-danhmuc .widget li:nth-child(n+5){
	display: none;
}

.slidesp .sp,
.tax-cm main.content .sp,
.search main.content .sp{
	float: left;
	margin: 0 7px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 10px;
}

.slidesp .sp img{
	width: 100%;
	margin: 0 0 15px 0;
	height: 300px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.slidesp .sp .widget-item-title a,
.tax-cm main.content .sp .entry-title a,
.yarpp-related .sp .title-sp a,
.search main.content .sp .entry-title a{
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.slidesp .sp .widget-item-title,
.yarpp-related .sp .title-sp,
.search main.content .sp .entry-title {
	  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.slidesp .sp .daban,
.tax-cm main.content .sp .daban,
.sidebar .widget .sp .daban,
.chitiet_sp .daban,
.yarpp-related .sp .daban,
.search main.content .sp .daban{
	background: url(images/star.svg) no-repeat left center;
    background-size: 70px;
    padding-left: 75px;
    font-size: 13px;
    color: #565252;
    margin: 10px 0 0;
    height: 21px;
}

.slidesp .sp .list-info,
.tax-cm main.content .sp .list-info,
.yarpp-related .sp .list-info,
.search main.content .sp .list-info{
	padding: 0 15px 15px;
	float: left;
	width: calc(100% - 30px);
}

.search main.content .sp .entry-header{
	margin: 0 15px;
}

.slidesp .sp .price,
.tax-cm main.content .sp .price,
.yarpp-related .sp .price,
.search main.content .sp .price {
	float: right;
    width: 100%;
    text-align: right;
    color: #e1181c;
    font-weight: 700;
    margin: 10px 0 0;
}

.slidesp .sp .price strike,
.tax-cm main.content .sp .price strike,
.yarpp-related .sp .price strike,
.search main.content .sp .price strike{
	float: left;
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
}

.slidesp .sp img, .tax-cm main.content .sp img,
.search main.content .sp img{
	border-radius: 10px 10px 0 0;
}

.slidesp .sp li{
	list-style-type: none;
	width: 50%;
	float: left;
	text-align: center;
}

.slidesp .sp .button-cart ul{
	position: absolute;
    top: 266px;
    width: 100%;
    left: 0;
    background: #ffc43ad1;

    opacity: 0;
    visibility: hidden;
    transform: translateY(3px);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* cubic-bezier cho chuyển động mượt tự nhiên hơn */
}

.slidesp .sp:hover .button-cart ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.slidesp .sp li a{
	color: #333;
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
}

.slidesp .sp .button-cart li:first-child a span{
    background: url(images/cart.png) no-repeat left bottom 1px;
    background-size: 18px;
    padding-left: 23px;
}

.slidesp .sp .button-cart li:last-child a span{
    background: url(images/eye.png) no-repeat left bottom 1px;
    background-size: 18px;
    padding-left: 23px;
}

.slidesp .sp .button-cart li:last-child a{
	border-left: 1px solid #c2cfbe;
}

.content-sp .support-extra{
	float: left;
	width: 230px;
}

.content-sp .main-posts.video{
	float: right;
	width: calc(100% - 240px);
} 

.content-sp .support-extra video{
	height: 377px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content-sp .main-posts.video img{
	height: 234px;
}

.content-sp .widget{
	float: left;
	width: 100%;
	margin: 60px 0 0;
	position: relative;
}

.content-sp .sp .widget-item-title,
.tax-cm main.content .sp .entry-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-sp .widget .more-from-category{
	position: absolute;
    right: 80px;
    top: 6px;
}

.content-sp .widget .more-from-category a{
	color: #61b948;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 10px 15px 9px;
    border-radius: 5px;
}

.content-sp .widget .more-from-category a:hover{
	background: #61b948;
	color: #fff;
}

.tax-cm main.content .sp .entry-title{
	margin: 0 15px;
}

.content-sp .sp li a{
	font-size: 14px;
}

.content-sp .sp .button-cart ul{
	top: 196px;
}

.slidesp .widgettitle a,
.content-congdong .widgettitle h2,
.content-danhgia .widgettitle h2,
.content-blog .widgettitle h2 a{
	color: #333;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
}

.slidesp button.slick-next.slick-arrow{
	background: url(images/next1.svg) no-repeat center center;
    width: 30px;
    height: 40px;
    position: absolute !important;
    right: 0px !important;
    top: -40px !important;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 30px;
    border-radius: 5px;
    border: 1px solid #ededed;
}

.slidesp button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 30px !important;
    height: 40px !important;
    position: absolute !important;
    left: auto !important;
    right: 40px !important;
    top: -40px !important;
    transform: translateY(-50%);
    z-index: 300 !important;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 30px;
    border-radius: 5px;
    border: 1px solid #ededed;
}

.slidesp .widgettitle{
	margin: 0 0 20px;
}

.content-congdong {
	margin: 50px 0;
}

.content-congdong li{
	list-style-type: none;
	margin: 0 10px;
	position: relative;
}

.content-congdong li img{
	width: 100%;
	border-radius: 10px;
	margin: 0;
}

.content-congdong ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url(images/icon-vd.svg) no-repeat center center / contain;
    transform: translate(-50%, -50%);
}

.list_vd {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 9999;
    transition: top 0.5s ease;
}

.list_vd.active {
    top: 0;
}

.list_vd .widget-wrap {
    max-width: 430px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.list_vd .widget-wrap blockquote{
    background: unset;
    padding: 0;
    width: fit-content;
    border-radius: 5px;
    border: none;
}

.list_vd .widgettitle{
	position: fixed;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.list_vd .nav-btn {
	position: fixed;
    bottom: 30px !important;
    transform: translateY(-50%);
    font-size: 32px;
    background: url(images/duoi.svg) no-repeat left center;
    text-indent: -9999px;
    background-size: 50px;
}

.list_vd .nav-btn.prev{
	background: url(images/tren.svg) no-repeat left center;
    width: 50px;
    background-size: 50px;
}

.list_vd .nav-btn.prev { left: 20px; }
.list_vd .nav-btn.next { right: 20px; }

.list_vd .nav-btn,
.list_vd .widgettitle {
    display: none; /* ẩn mặc định */
}

.list_vd.active .nav-btn,
.list_vd.active .widgettitle {
    display: block; /* hiện khi popup active */
}

.content-congdong .widgettitle{
	margin: 0 0 20px;
}

.content-danhgia h2{
	text-align: center;
    margin: 10px 0;
}

.content-congdong .custom_paging{
	float: left;
	width: 100%;
	text-align: center;
	margin: 40px 0 0;
}

.content-congdong .custom_paging li{
	list-style-type: none;
	background: url(images/dot.svg) no-repeat center center;
	width: 20px;
	height: 10px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}

.content-congdong .custom_paging li.slick-active{
	background: url(images/dot2.svg) no-repeat center center;
	width: 50px;
}

.content-congdong .custom_paging li::before{
	content: unset;
}

.list_review{
	width: 750px;
    margin: 30px auto;
    text-align: center;
}

.list_review img{
	display: block;
	margin: 0 auto 15px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
}

.list_review .title{
    color: #333;
    font-size: 20px;
    font-weight: 500;
    background: url(images/star.svg) no-repeat bottom center;
    margin: 0 0 20px;
    padding-bottom: 26px;
    background-size: 90px;
}

.list_review .title span{
	display: block;
	font-size: 17px;
	color: #777;
	font-weight: 400;
}

.list_review .noidung{
    border: 1px dashed #d9d9d9;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin: 45px 0 0;
}

.list_review .noidung::before{
	content: '';
    width: 60px;
    height: 57px;
    background: url(images/nhay.svg) no-repeat center center #fff;
    position: absolute;
    left: 345px;
    top: -30px;
    background-size: 45px;
}

.content-blog .widgettitle{
	text-align: center;
	margin: 50px 0 30px;
}

.content-blog .main-posts,
.content-blog ul{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-blog .main-posts img{
	width: 100%;
	margin: 0 0 15px 0;
	border-radius: 15px;
}

.content-blog ul li{
	list-style-type: none;
	float: left;
	width: 100%;
}

.content-blog ul li img{
	float: left;
	width: 230px;
	margin: 0 ;
	height: 150px;
	object-fit: cover;
	border-radius: 15px;
}

.content-blog .widget-item-title a,
.category main.content .post .entry-title a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.content-blog ul li a{
	color: #333;
	font-weight: 500;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 40px 15px;
}

.site-footer{
	margin: 50px 0 0;
}

.site-footer .widgettitle{
	font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
}

.site-footer ul{
	margin-left: 20px;
}

.site-footer .widget ul li{
	margin-bottom: 7px;
}

.site-footer .widget:last-child ul li{
	list-style-type: none;
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}

.site-footer .widget:last-child ul li img{
	width: 45px;
}

.site-footer .widget:first-child img{
	width: 150px;
}

.after_footer{
	background: #428330;
    padding: 10px 0;
    text-align: center;
}

.after_footer p{
	color: #fff;
}

.content-sphot .widgettitle p {
    background: url(images/hot.webp) no-repeat right top;
    width: fit-content;
    background-size: 70px;
    padding: 10px 80px 0 0;
        color: #333;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.slidesp .sp .percent,
.tax-cm main.content .sp .percent,
.yarpp-related .sp .percent,
.search main.content .sp .percent {
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
}

.tax-cm main.content .sp,
.search main.content .sp{
	width: calc(25% - 16px);
	margin: 0 7px 50px;
}

.tax-cm main.content .sp .waittocart,
.yarpp-related .sp .waittocart,
.search main.content .sp .waittocart{
	width: calc(100% - 2px);
    text-align: center;
    float: left;
    border: 1px solid #d9d9d9;
    margin: 15px 0 0;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
}

.tax-cm main.content .sp .waittocart span,
.yarpp-related .sp .waittocart span,
.search main.content .sp .waittocart span{
    background: url(images/cart.png) no-repeat left bottom;
    padding-left: 26px;
    text-transform: uppercase;
    color: #333;
    background-size: 21px;
}

.banner_web img{
	width: 100%;
	height: 300px !important;
	object-fit: cover;
	display: block;
}

.tax-cm .breadcrumb{
	margin-bottom: 20px;
}

.banner_web{
	position: relative;
}

.banner_web p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    background: url(images/line.svg) no-repeat bottom center;
    background-size: 175px;
    padding-bottom: 25px;
}

.tax-cm h1{
	display: none;
}

.category .archive-heading{
	text-align: center;
	margin: 20px 0 70px;
}

.category .archive-heading a{
	text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
    background: url(images/line2.svg) no-repeat bottom center;
    background-size: 175px;
    padding-bottom: 25px;
    color: #61b948;
}

.category main.content .post{
	float: left;
	width: 100%;
}

.category main.content .post img{
	border: none;
    padding: 0;
    background: unset;
    float: left;
    width: 290px;
    margin: 0 15px 0 0;
    border-radius: 15px;
}

.category main.content .post .more-link{
	display: block;
    border: 1px solid #61b948;
    width: fit-content;
    color: #61b948;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 15px 0 0 0;
}

.category main.content .post:hover .more-link{
	background: #61b948;
	color: #fff;
}

.sidebar .widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.sidebar .widget .post a{
	color: #333;
	font-weight: 400;
}

.sidebar .widget .post .widget-item-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar .widget .post .widget-item-title a:hover{
 	color: #61b948;
}

.sidebar .widget .main-posts{
	padding: 0  15px 15px ;
}

.sidebar .widget .post:last-child{
	margin-bottom: 0;
}

.sidebar .widget{
	margin-bottom: 20px;
}

.sidebar .widget .sp .giohang{
	display: none;
}

.sidebar .widget .sp .post-thumb{
	float: left;
	width: 170px;
	margin: 0 15px 0 0;
}

.sidebar .widget .sp img{
	border-radius: 10px;
}

.sidebar .widget .sp .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.sidebar .widget .sp{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.sidebar .widget .sp .percent{
	left: 130px;
    bottom: auto;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}

.sidebar .widget .sp .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0 0;
}

.sidebar .widget .sp .list-info{
	float: left;
    width: calc(100% - 190px);
}

.sidebar .widget .sp .price{
	font-size: 17px;
	font-weight: 700;
}

.sidebar .widget .sp .price strike{
    display: block;
    font-size: 15px;
    color: #b7b5b5;
    font-weight: 400;
    margin: 10px 0 0;
}

.sidebar .widget .sp:last-child{
	margin-bottom: 0;
}

.page-id-11 h1{
	display: none;
}

.page main.content .entry-content h2,
.single main.content .entry-content h2{
	font-size: 24px;
	font-weight: bold;
	color: #61b948;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.page main.content .caldera-grid input,
.single main.content .caldera-grid input{
	box-shadow: none;
	height: 40px;
	border-radius: 5px;
}

.page main.content .caldera-grid textarea,
.single main.content .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
}

.page main.content .caldera-grid input[type="submit"],
.single main.content .caldera-grid input[type="submit"]{
	background: #61b948;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
}

.page main.content .entry-title,
.single main.content .entry-title{
	font-size: 28px;
	font-weight: bold;
}

.page .content-sidebar-wrap,
.single .content-sidebar-wrap{
	margin: 30px 0;
}

.single .content-date {
    margin-bottom: 15px;
    color: #858585;
    background: url(images/date.png) no-repeat left center;
    background-size: 22px;
    padding-left: 26px;
}

.chitiet_sp{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

.chitiet_sp .info_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

.chitiet_sp .itemnav.slick-current, .chitiet_sp .itemnav:hover {
    border: 1px solid #21b32a;
}

.chitiet_sp .itemnav {
    margin: 20px 15px 0 0;
    cursor: pointer;
    border-radius: 15px;
}

.chitiet_sp .itemnav img{
	border-radius: 15px;
}

.chitiet_sp .price.section {
  display: none;
}

.chitiet_sp .price.section#active,
.chitiet_sp .price.section:first-child {
  display: block;
}

.single-sp .content-sidebar-wrap{
	margin-top: 20px;
}

.chitiet_sp .anh_sp img{
	border-radius: 10px;
}

ul.size li{
    list-style-type: none;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #434343;
    padding: 2px 7px;
    border-radius: 5px;
    color: #434343;
    cursor: pointer;
}

ul.size{
	margin: 0;
}

ul.size li:hover,
ul.size li#active{
	background: #61b948;
	border: 1px solid #61b948;
	color: #fff;
}

.chitiet_sp .daban{
	margin: 10px 0;
}

.chitiet_sp .price{
	font-size: 26px;
    font-weight: 800;
    color: #e1181c;
}

.chitiet_sp .price strike{
    font-weight: 400;
    color: #777;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.chitiet_sp .info_sp label{
	font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    float: left;
}

.yarpp-related .post{
	float: left;
	width: calc(25% - 30px);
	margin: 20px 15px;
}

.yarpp-related .title{
	margin: 20px 15px 0;
}

.yarpp-related .post img{
	width: 100%;
	margin: 0;
	height: 172px;
	object-fit: cover;
	border-radius: 10px;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.chitiet_sp .anh_sp .slider-nav{
	height: 144px;
	overflow: hidden;
}

.chitiet_sp .button-cart .waittocart,
.chitiet_sp .button-cart .addtocart{
	background: #e1181c;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
}

.chitiet_sp .button-cart .waittocart span,
.chitiet_sp .button-cart .addtocart span{
	display: block;
    text-transform: math-auto;
    font-weight: 300;
    font-size: 15px;
}

.chitiet_sp .button-cart{
	margin: 20px 0;
}

.content-sdt {
	background: #d4edcd;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
}

.content-sdt a{
	color: #e1181c;
    font-weight: bold;
    font-size: 21px;
}

.content-sdt .box{
	float: left;
    margin: 5px 0 5px 10px;
}

.content-sdt img{
	width: 50px;
	margin: 0;
}

.content-sdt .mainposts{
	width: fit-content;
	margin: 0 auto;
}

.chitiet_sp .mota{
	float: left;
	width: 100%;
}

.chitiet_sp .mota ul{
	list-style-type: none;
	margin: 15px 0 20px;
}

.chitiet_sp .mota ul li{
	margin-bottom: 7px;
	background: url(images/li.svg) no-repeat left center;
	padding-left: 17px;
}

.single-sp main.content article{
	width: 950px;
	margin: 0 auto;
}

h2.tt{
	font-size: 26px;
    font-weight: bold;
    color: #61b948;
    width: 950px;
    margin: 0 auto 20px;
}

.yarpp-related .sp{
    float: left;
    margin: 0 7px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    width: calc(25% - 30px);
}

.yarpp-related .widgettitle{
	margin: 20px 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
    width: 420px;
    border-radius: 16px;
    right: 0;
    transform: translateX(0);
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label{
    font-weight: 600;	
    color: #001C0E;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 16px;
    display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label span{
	cursor: pointer;
	float: right;
	display: none;
}

.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{
	float: right;
	color: #333;
    font-weight: 600;
    font-size: 16px;
}

.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: 600;
    font-size: 16px;
    float: left;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand a.shop-cart{
	text-align: center;
    padding: 10px 20px;
    background: #61b948;
    border-radius: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    float: right;
	width: auto;
    margin: 0;
    clear: none;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-number-widget{
	display: none;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	z-index: 99;
}

.nav-primary.f-nav{
	position: fixed;
	top: 80px;
	z-index: 9;
}

#checkout-form p.info.select{
	display: none;
}

.shop-cart-form-info h2,
#info-customer h2{
	font-size: 22px !important;
    color: #434343;
    position: relative;
    margin: 0 0 20px;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 110px !important;
}

#gsc-shopcart-table ul.li-products li.name-products a{
	color: #333;
	font-weight: 500;
	font-size: 18px;
}

#gsc-shopcart-table ul.li-products li.name-products .product-name{
	margin: 0px 0 5px;
    display: block;
}

#gsc-shopcart-table ul.li-products li{
	float: left;
	margin-right: 15px !important;
}

#gsc-shopcart-table ul.li-products .change-type{
	display: none;
}

#gsc-shopcart-table ul.li-products .ptype{
	font-style: italic;
	color: #777;
	font-size: 15px;
	margin: 0 0 20px;
}

.shop-cart-form-info,
#info-customer{
	float: left;
	width: calc(50% - 30px) !important;
	margin: 0 15px;
}

.shop-cart-table .li-products .number-products .nuttanggiam input {
    text-align: center;
    border: none;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 20px) !important;
    padding: 11px 10px !important;
    background: unset;
}

.shop-cart-table .li-products .number-products .nuttanggiam {
	border: 1px solid rgb(67 67 67 / 20%);
    border-radius: 30px;
    position: relative;
    width: 100px;
}

.nuttanggiam .quantity {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up {
	left: 80px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26% / 93%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
        width: 12px;
    text-align: center;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-down {
	left: 10px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    width: 12px;
    text-align: center;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button,
.nuttanggiam input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Ẩn trên Firefox */
.nuttanggiam input[type=number] {
  -moz-appearance: textfield; 
}

/* Ẩn trên các trình duyệt hỗ trợ chuẩn mới */
.nuttanggiam input[type=number] {
  appearance: textfield;
}

.shop-cart-table .li-products li.images-products{
	width: 110px;
}

.shop-cart-table .li-products li{
	width: calc(100% - 275px);
	margin-right: 20px;
}

.shop-cart-table .li-products{
	border-bottom: 1px dashed #d9d9d9 !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.shop-cart-table .li-products .price-products .ppriceold{
	display: block;
	color: #777777e8;
	margin: 5px 0 0;
}

.shop-cart-table .li-products .price-products .pprice{
	font-size: 17px;
    font-weight: 500;
    float: right;
}

.shop-cart-table .li-products .price-products{
	float: right;
    text-align: right;
    min-height: 158px;
    position: relative;
    width: 120px;
}

.shop-cart-table .remove-product {
    background: url(images/xoa.svg) no-repeat left center;
    padding-left: 20px;
    margin: 20px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.shop-cart-table .types-products {
	height: 24px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.shop-cart-form-info li.quatang,
.total-discount{
	display: none;
}

.thanhtoan li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
}

.thanhtoan li b{
	float: right;
	font-weight: 500;
	font-size: 18px;
}

.thanhtoan{
	float: right;
	width: 100%;
	margin: 20px 0 0;
}

.thanhtoan li:last-child{
	font-size: 18px;
	font-weight: 600;	
}

.thanhtoan li:last-child b{
	font-weight: bold;
	font-size: 20px;
}

.thanhtoan li:nth-child(2) b{
	font-weight: 400;
	font-size: 17px;
}

.guiditc{
	text-align: center;
}

#click-menu{
	display: none;
}

#info-customer textarea {
    width: calc(100% - 15px);
    height: 90px;
    background: #f6f6f6;
    padding: 15px 0 0 15px;
    border: none;
    border-radius: 5px;
}

.fix_icon{
	position: fixed;
	top: 30%;
	right: 5px;
	z-index: 999;
}

.fix_icon li{
	list-style-type: none;
}

.fix_icon li img{
	margin: 0;
}


.slick-slide {
  float: none;
  display: block;
}
.slick-track {
  display: flex !important;
  align-items: stretch;
}

/* -------------------- MOBILE ------------------*/

@media (max-width: 1170px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    margin: 8px 20px;
	}

	.site-header .widget_search {
	    margin: 0;
	}

	.site-header .search-form{
		width: 244px;
	}

	.click-menu{
		display: none !important;
	}

	.content-danhmuc .widget img{
		position: relative;
	}

	.content-sp .sp .price {
	    float: left;
	    text-align: left;
	}

	.content-sp .sp .price strike{
		display: block;
		float: none;
	}

	.content-sidebar .content, .sidebar-content .content {
	    width: calc(70% - 30px);
	    margin-left: 0;
	}

	.sidebar {
	    width: 30%;
	    margin-right: 0;
	}

	.sidebar .widget .post img{
		width: 120px;
	}

	.sidebar .widget .sp .post-thumb{
		width: 120px;
	}

	.sidebar .widget .sp .percent {
	    left: 80px;
	}

	.sidebar .widget .sp .list-info {
	    width: calc(100% - 135px);
	}

	.chitiet_sp .anh_sp{
		width: 50%;
		margin: 0;
	}

	.chitiet_sp .info_sp{
		width: calc(50% - 30px);
		margin: 0 0 0 30px;
	}

	.content-sdt .box p{
		font-size: 15px;
	}

}


@media (max-width: 960px){
	.site-header .widget_search,
	.site-header .widget-area .widget_text p a{
		display: none;
	}

	.click-menu{
		display: block !important;
		right: 15px !important;
	}

	.nav-primary{
		display: none;
	}

	.site-header .title-area img {
	    height: auto;
	    width: 200px;
	}

	.site-header .widget-area {
	    float: right;
	    width: 50px;
	    margin: 7px 45px 0 0;
	}

	.site-header,
	.title-area{
		height: 55px;
	}

	.title-area {
	    width: 205px;
	}

	.site-header .widget-area .gsc-shop-cart .btn-view-cart {
	    width: 35px;
	    height: 35px;
	    background-size: 35px;
	}

	.content-slider button.slick-prev.slick-arrow, 
	.content-danhgia button.slick-prev.slick-arrow, 
	.chitiet_sp button.slick-prev.slick-arrow,
	.content-slider button.slick-next.slick-arrow, 
	.content-danhgia button.slick-next.slick-arrow, 
	.chitiet_sp button.slick-next.slick-arrow{
	    width: 22px;
	    height: 42px;
	    background-size: 22px;
	}

	.content-cs .widget{
		margin: 30px 0 0;
	}

	.content-cs .title {
        font-size: 14px;
        width: 85px;
        margin: 0 auto;
    }

    .content-danhmuc .widget{
    	margin: 30px 0;
    }

    .content-danhmuc .widget:nth-child(2) {
	    margin: 30px 15px;
	}

	.content-danhmuc .widget img {
        position: relative;
        height: 148px;
        width: auto;
        margin: 0 auto;
    }

    .slidesp .sp, .tax-cm main.content .sp, .search main.content .sp {	    
    	margin: 0 7px 20px;
	}

	.content-sp .widget {
	    margin: 20px 0 0;
	}

	.content-sp .main-posts.video {
	    width: calc(100% - 210px);
	}

	.content-sp .support-extra {
	    width: 200px;
	}

	.list_review {
	    width: 100%;
	}

	.site-inner .wrap{
		width: 100%;
		margin: 0;
	}

	#click-menu.f-click{
		position: fixed;
    	top: 18px;
    	z-index: 99;
	}

	#responsive-menu.f-menu{
		position: fixed;
		top: 55px;
	}

	h2.tt,
	.single-sp main.content article{
		width: 100%;
	}

}


@media (max-width: 860px){
	.content-blog .main-posts, .content-blog ul {
	    float: left;
	    width: 100%;
	    margin: 0 0 15px;
	}

	.site-footer .widget {
	    float: left;
	    width: 100%;
	    margin: 15px 0 0 ;
	}

	.site-footer{
		padding: 20px 0 15px;
		margin: 30px 0 0;
	}

	.tax-cm main.content .sp, .search main.content .sp{
		width: calc(33.33% - 16px);
	}
}

@media (max-width: 680px){
	.content-sp .support-extra,
	.content-sp .main-posts.video {
        width: 100%;
    }

    .content-sp .support-extra video{
    	height: auto;
    	margin: 20px 0 0;
    }

    .content-sp .main-posts.video img {
	    height: auto;
	}

	.content-sp .widget_media_image{
		display: none;
	}

	.content-congdong {
	    margin: 20px 0 25px;
	}

	.list_review .noidung::before {
	    content: '';
	    width: 60px;
	    height: 57px;
	    background: url(images/nhay.svg) no-repeat center center #fff;
	    position: absolute;
	    left: 15px;
	    top: -30px;
	    background-size: 45px;
	}

	.content-blog .widgettitle {
	    margin: 0px 0 30px;
	    text-align: left;
	}

	.content-blog ul li img {
	    float: left;
	    width: 160px;
	    margin: 0 0 10px;
	    height: 115px;
	    object-fit: cover;
	    border-radius: 15px;
	}

	.content-blog ul li p{
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	}

	.home .site-footer{
		margin-top: 0;
	}

	.slidesp .widgettitle a, 
	.content-congdong .widgettitle h2, 
	.content-danhgia .widgettitle h2, 
	.content-blog .widgettitle h2 a,
	.content-sphot .widgettitle p {
	    font-size: 24px;
	}

	.slidesp .sp img{
		height: auto;
	}

	.content-sp .widget .more-from-category a {
	    background: #61b948;
	    color: #fff;
	    padding: 10px 30px 9px;
	    margin: 20px 0 0;
	    display: inline-block;
	}

	.content-sp .widget .more-from-category{
		position: relative;
	    right: auto;
	    top: auto;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    float: left;
        width: 100%;
	}

	.content-cs img{
		height: 40px;
	}

	.content-sidebar .content, .sidebar-content .content,
	.sidebar {
        width: 100%;
        margin: 0;
    }

    .content-sidebar .content, .sidebar-content .content{
    	margin-bottom: 30px;
    }

    .yarpp-related .post{
    	float: left;
    	width: 100%;
    	margin: 0 0 15px;
    }

    .yarpp-related .post img {
        float: left;
        width: 160px;
        margin: 0 15px 0 0;
        height: 100px;
    }

    .yarpp-related .post .widget-item-title{
    	 text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    list-style-type: 1.3;
    }

    .yarpp-related .title {
	    margin: 20px 0;
	}

	.tax-cm main.content .sp, .search main.content .sp{
		width: calc(50% - 16px);
	}

	.shop-cart-form-info, #info-customer{
		width: 100% !important;
		margin: 0 0 20px;
	}

	#gsc-shopcart-table ul.li-products li.price-products{
		margin-right: 0 !important;
		width: 100px;
        float: right;
        min-height: auto;
	}

	.shop-cart-table .li-products .price-products .pprice {
	    font-size: 16px;
	}

	.shop-cart-table .li-products .price-products .ppriceold{
		font-size: 15px;
	}

	.shop-cart-table .li-products li {
	    width: calc(100% - 225px);
	}

	#gsc-shopcart-table ul.li-products li.name-products a,
	#gsc-shopcart-table ul.li-products li.name-products {
	    font-size: 15px;
	    line-height: 1.3;
	}

	#gsc-shopcart-table ul.li-products li.images-products img,
	.shop-cart-table .li-products li.images-products {
	    width: 95px !important;
	}

	.shop-cart-table .li-products li.images-products {
	    width: 95px;
	}

	#gsc-shopcart-table ul.li-products .ptype{
		font-size: 14px;
	}

	#gsc-shopcart-table .remove-product {
	    color: #898989;
	    font-size: 14px;
	    position: relative;
	}

	.shop-cart-table .li-products .number-products .nuttanggiam input{
		padding: 5px 10px !important;
	}

	.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up,
	.shop-cart-table .li-products .number-products .nuttanggiam .quantity-down {
	    height: 28px;
	    line-height: 28px;
	}

	.shop-cart-table .types-products {
	    margin-bottom: 5px;
	}

	#gsc-shopcart-table ul.li-products li.name-products .product-name{
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}

	.thanhtoan li{
		margin-bottom: 5px;
	}

	.thanhtoan li b{
		font-size: 16px;
	}

	.thanhtoan li:last-child b{
		font-size: 18px;
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: 100%;
		margin: 0 0 20px 0;
	}

	.chitiet_sp .anh_sp .slider-nav {
	    height: auto;
	}

}


@media (max-width: 580px){
	.content-sdt .box p {
        font-size: 15px;
        width: 210px;
        text-align: left;
        line-height: 1.3;
    }

    .chitiet_sp {
	    padding-bottom: 0px;
	    margin-bottom: 15px;
	}

	.content-danhmuc .widget {
        margin: 0;
        width: calc(100% - 2px);
        min-height: 150px;
        padding-bottom: 20px;
    }

    .content-danhmuc{
    	margin: 30px 0;
    }

    .content-danhmuc .widget:nth-child(2),
    .content-danhmuc .widget{
    	margin: 30px 0 15px !important;
    }

    .content-danhmuc .widget img{
    	position: absolute;
        bottom: auto;
        top: -20px;
        right: 0;
    }

   .content-danhmuc .widget .box {
        float: left;
        width: calc(100% - 120px);
    }

    .content-sp .support-extra video {
        height: 400px;
        margin: 0 0 20px;
    }

    .content-sp .widget{
    	margin: 35px 0 0;
    }

    .page .site-inner{
    	padding-top: 0;
    }

    .slidesp .sp .price strike{
    	display: block;
    }

    .slidesp .sp .price{
    	text-align: left;
    }

    .category .archive-heading a {
        font-size: 28px;
        background-size: 115px;
        display: block;
    }

	.category .archive-heading {
	    margin: 10px 0 40px;
	}

	.category main.content .post img {
	    width: 100%;
	    margin: 0 0 15px 0;
	}

	.single .content-sidebar-wrap{
	    margin: 0;
	}

	.banner_web p {
	    font-size: 30px;
	    background-size: 160px;
	    padding-bottom: 20px;
	}

	.banner_web img {
	    height: 190px !important;
	    display: block;
	}

	.slidesp .sp .price , 
	.tax-cm main.content .sp .price, 
	.yarpp-related .sp .price, 
	.search main.content .sp .price{
		float: left;
		text-align: left;
		margin: 5px 0 0;
	}

	.slidesp .sp .price strike, 
	.tax-cm main.content .sp .price strike,  
	.yarpp-related .sp .price strike, 
	.search main.content .sp .price strike{
		display: block;
        float: none;
	}

	.tax-cm main.content .sp .entry-title {
	    margin: 0 10px;
	}

	.slidesp .sp .list-info, .tax-cm main.content .sp .list-info, .yarpp-related .sp .list-info, .search main.content .sp .list-info {
	    padding: 0 10px 10px;
	    float: left;
	    width: calc(100% - 20px);
	}

	.tax-cm main.content .sp .waittocart, 
	.yarpp-related .sp .waittocart, 
	.search main.content .sp .waittocart {
	    height: 42px;
	    line-height: 42px;
	    font-size: 15px;
	}

	.tax-cm main.content .sp .waittocart span, .yarpp-related .sp .waittocart span, .search main.content .sp .waittocart span {
	    background: url(images/cart.png) no-repeat left bottom;
        padding-left: 21px;
        text-transform: uppercase;
        color: #333;
        background-size: 16px;
        font-size: 13px;
	}

	.slidesp .sp .widget-item-title a, 
	.tax-cm main.content .sp .entry-title a, 
	.yarpp-related .sp .title-sp a, 
	.search main.content .sp .entry-title a {
	    font-size: 16px;
	}

	.slidesp .sp .daban, .tax-cm main.content .sp .daban, .sidebar .widget .sp .daban, .chitiet_sp .daban, .yarpp-related .sp .daban, .search main.content .sp .daban {
	    line-height: 21px;
        background-size: 55px;
        padding-left: 60px;
        margin: 5px 0 0;
        font-size: 11px;
	}
	
	.slidesp .sp .percent, .tax-cm main.content .sp .percent, .yarpp-related .sp .percent, .search main.content .sp .percent {
	    font-size: 14px;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	}

	.site-header .widget-area .gsc-shop-cart .shop-cart-expand {
	    width: 300px;
	    border-radius: 16px;
	    right: -45px;
	    transform: translateX(0);
	}	

	.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft img {
	    border-radius: 10px;
	    height: 60px;
	    margin: 0;
	    display: block;
	}

	.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name a,
	.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-qty{
		font-size: 14px;
	}

	.cart-summary .button{
		margin: 0 auto;
    	float: none;
	}

	.content-cs .title {
        font-size: 12px;
    }

    .slidesp .sp .button-cart ul{
    	display: none;
    }

    .fix_icon {
	    position: fixed;
	    top: auto;
	    right: 5px;
	    z-index: 999;
	    bottom: 20px;
	}

	.fix_icon img{
		width: 60px;
	}

}


@media (max-width: 360px){
	.content-cs .title {
        font-size: 12px;
    }
}