/*
	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;
}

/* About page hero */
body.page-template-page-aboutus {
	overflow-x: hidden;
	overflow-x: clip;
}

.about-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	min-height: 420px;
	margin-left: -50vw;
	overflow: hidden;
	background: #7b121c;
}

.about-hero::after {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -48%;
	left: -8%;
	height: 72%;
	background: #6e0e17;
	border-radius: 50% 50% 0 0;
	transform: rotate(-8deg);
	z-index: 0;
}

.about-hero__frame {
	position: relative;
	width: 80%;
	min-height: 320px;
	margin: 38px 0;
	box-sizing: border-box;
	border: 2px solid #b98a51;
	z-index: 1;
}

.about-hero__content {
	position: absolute;
	top: 50%;
	left: max(60px, calc((100vw - 1200px) / 2));
	max-width: 650px;
	transform: translateY(-50%);
	z-index: 2;
}

.about-hero__title {
	margin: 0 0 24px;
	color: #ffd09a;
	font-size: 76px;
	font-weight: 500;
	line-height: 0.95;
}

.about-hero__summary {
	color: #d99652;
	font-size: clamp(22px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.35;
}

.about-hero__visual {
	position: absolute;
	top: 50%;
	left: min(76vw, 1450px);
	width: min(38vw, 680px);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.about-hero__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 325px;
	object-fit: contain;
	animation: about-hero-image-drop 2.6s cubic-bezier(0.22, 0.65, 0.3, 1) 0.25s 1 both;
}

@keyframes about-hero-image-drop {
	0% {
		opacity: 0;
		transform: translateY(-65px) scale(0.985);
	}

	58% {
		opacity: 1;
		transform: translateY(4px) scale(1);
	}

	72% {
		transform: translateY(-3px);
	}

	82% {
		transform: translateY(1px);
	}

	89% {
		transform: translateX(-1px) translateY(0);
	}

	94% {
		transform: translateX(1px) translateY(0);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0) scale(1);
	}
}


@media (prefers-reduced-motion: reduce) {
	.about-hero__image {
		animation: none;
	}

	.term-hero__background {
		animation: none !important;
		transform: scale(1) !important;
	}
}

body.category,
body.tax-cm,
body.tax-product_cat,
body.single-post,
body.page-template-page-lienhe,
body.page-template-page-cuhang {
	overflow-x: hidden;
	overflow-x: clip;
}

.term-hero {
	position: relative;
	left: 50%;
	display: flex;
	align-items: center;
	width: 100vw;
	min-height: 420px;
	margin-left: -50vw;
	padding: 32px 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #1b0c02;
	isolation: isolate;
}

.term-hero__background {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1.08) translateY(-1%);
	transform-origin: center;
	animation: term-hero-background-zoom 6s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
	will-change: transform;
	z-index: 0;
}

@keyframes term-hero-background-zoom {
	to {
		transform: scale(1) translateY(0);
	}
}

.term-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.term-hero > .wrap {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
	z-index: 2;
}

.term-hero__copy {
	display: block;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: center;
	background: #2a2425a3;
	border: 2px solid #b98a51;
}

.term-hero__title {
	margin: 0;
	color: #e2ba07;
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 600;
	line-height: 1.08;
	text-align: center;
}

.term-hero__message {
	margin: 22px auto 0;
}

.term-hero__message,
.term-hero__message p {
	color: #f5dfc6;
	font-size: 19px;
	line-height: 1.65;
	text-align: center;
}

.term-hero__message p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.term-hero {
		min-height: 240px;
		padding:  0;
	}

	.term-hero {
        min-height: 190px !important;
    }

    .page-template-page-lienhe .term-hero__title{
    	font-size: 34px;
    }

	.term-hero__overlay {
		background: #2a2425a3;
	}

	.term-hero > .wrap {
		width: calc(100% - 30px);
		min-height: 210px;
		padding: 20px;
	}

	.term-hero__title {
		font-size: 38px;
	}

	.term-hero__copy {
		padding: 35px 20px;
		background: transparent;
		border: none;
	}

	.term-hero__message,
	.term-hero__message p {
		font-size: 16px;
	}
}

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: none;
}

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: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	background: #7b121c;
	position: relative;
}

.site-header .title-area img{
	height: 80px;
	width: auto;
}

.site-header .title-area {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	float: none;
	overflow: hidden;
	padding: 0;
	height: 100px;
	width: 100px;
}

.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% - 130px);
	 margin: 9px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #7b121c;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #fff;
    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: #fff;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 8px 25px 6px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-primary .shop>a {
	background: #e2ba07;
    padding: 10px 20px;
    border-radius: 10px;
    color: #231100 !important;
}

.menu-primary .shop>a:hover{
	color: #231100;
}

.menu-primary .shop>a:before{
	content: unset;
}

.site-header .menu a {
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(to right, #e2ba07 50%, #333 50%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    background-size: 200% !important;
    background-position: right !important;
    transition: background-position 0.4s ease;
}

.menu-primary a:hover,
.menu-secondary a:hover,
.site-header .menu a:hover {
    background-position: left !important;
}

.menu-primary a:before {
    background-color: #fff;
    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: #fff;
	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: #f5f0f0;
	border-bottom: 1px solid #dddddd66;
	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: #7b121c;
    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: 250px;
    z-index: 9999;
    background: #0c3c86;
    border-radius: 10px;
}

.site-header .menu li ul::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 40px; /* chỉnh vị trí mũi tên */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0c3c86;
}

.site-header .menu li ul li a, .site-header .menu li ul li a span{
	color: #fff !important;
    background-image: none !important;
}

.site-header .menu li li:last-child a{
	border-bottom: none;
}

.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-item-has-children > a > span:not(.sf-sub-indicator) {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.menu-item-has-children > a > span:not(.sf-sub-indicator)::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.menu-item-has-children.shop  > a > span:not(.sf-sub-indicator)::after{
	content: unset;
}

.menu-item-has-children > a > .sf-sub-indicator {
	display: none;
}

.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: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: url(images/slide1.jpg) no-repeat right center;
    background-size: cover;
    padding: 50px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.breadcrumb a{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #fff;
}

.archive-heading a,
.archive-heading{
	    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
   color: #e2ba07;;
}

/* 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: #fff;
    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: #7b121c;
	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: 215px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 42px;
}

.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 6px 6px 0;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 42px;
}

.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;
	background: #7b121c;
}

.after_footer {
	clear: both;
	padding: 45px 0 18px;
	color: #ead8c6;
	background: #6c0b14;
	margin: 0 !important;
}

.after_footer > .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.after_footer > .wrap > .widget {
	width: 100%;
	margin: 0;
}

.after_footer > .wrap > .widget:nth-child(1) ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.after_footer > .wrap > .widget:nth-child(1) li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.after_footer > .wrap > .widget:nth-child(1) a {
	display: block;
	padding: 0;
	color: #ead8c6;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.after_footer > .wrap > .widget:nth-child(1) a:hover {
	padding-left: 0;
	color: #e2ba07;
}

.after_footer p{
    margin: 0;
    color: #ead8c6;
    text-align: center;
    font-size: 14px;
    padding: 28px 0 0;
    border: 0;
}

.site-footer p {
	color: #e1e0dc;
}

.site-footer a,
.site-footer a:visited {
	color: #e1e0dc;
}

.site-footer a:hover {
	color: #e1e0dc;
	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 #7b121c;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
    color: #7b121c;
}

input#submit:hover{
	background: #7b121c;
	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: #7b121c;
}

.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: #7b121c;
    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: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #e2ba07;
}

.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: 16px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 35px;
	height: 42px;
}

.site-header .widget_search{
	margin: 9px 0 0 0;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products,
.nav-primary .gsc-shop-cart .gsc-num-products,
.fix_icon .gsc-shop-cart .gsc-num-products {
	position: absolute;
    top: -3px !important;
    left: 24px;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    background: #e1181c;
    line-height: 19px;
    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,
.nav-primary .gsc-shop-cart .bg-cart-sh,
.nav-primary .gsc-shop-cart .product-called,
.fix_icon .bg-cart-sh,
.fix_icon .product-called {
    display: none;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart,
.nav-primary .gsc-shop-cart .btn-view-cart {
    background: url(images/cart.png) no-repeat left center;
    position: relative;
    width: 40px;
    height: 31px;
    background-size: 40px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 9px 5px 0;
}

.site-header .cart-wrap,
.nav-primary .cart-wrap{
	padding: 0 !important;
}

.section{
	float: left;
	width: 100%;
}


.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;
    display: none !important;
}


.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;
    display: none !important;
}

.slidesp .sp,
.search main.content .sp{
	float: left;
	margin: 0 7px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.search main.content .sp:hover,
.yarpp-related .sp:hover {
    border-color: rgba(0, 81, 154, .28);
    transform: translateY(-6px);
}

.slidesp .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 img,
.search main.content .sp img{
	border-radius: 10px 10px 0 0;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
	object-fit: cover;
}

.category main.content .post .entry-title a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.category main.content .post:hover .entry-title a{
	color: #7b121c;
}

.site-footer .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 50px 15px;
}

.site-footer .widget:nth-child(2) .widget-wrap{
	width: fit-content;
    margin: 0 auto;
}


.site-footer .widgettitle{
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.site-footer .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e2ba07;
    border-radius: 999px;
    transition: .3s;
}

.site-footer ul{
	list-style-type: none;
}

.site-footer .widget ul li{
	margin-bottom: 7px;
	transition: all 0.2s;
	width: 100%;
}

.site-footer .widget ul li a{
	color: #e1e0dc;
	transition: all 0.2s;
}

.site-footer .widget h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #e1e0dc;
	margin: 30px 0 20px;
}

.site-footer .widget li a:hover, .after_footer .widget a:hover {
    color: #e2ba07;
    padding-left: 4px;
}


.site-footer .widget:last-child ul li img{
	width: 45px;
}

.site-footer .widget:first-child p,
.site-footer .widget:first-child ul{
	margin-bottom: 20px;
}

.site-footer .widget:first-child ul:last-child{
	margin-bottom: 0;
}

.site-footer > .wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
	align-items: center;
	gap: 80px;
	padding-top: 90px;
	padding-bottom: 90px;
}

.site-footer > .wrap > .widget {
	float: none;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.site-footer > .wrap > .widget:nth-child(1) .textwidget {
	max-width: 520px;
}

.site-footer > .wrap > .widget:nth-child(1) .textwidget > p:first-child img {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 0 28px;
}

.site-footer > .wrap > .widget:nth-child(1) p {
	color: #e1e0dc;
	font-size: 16px;
	line-height: 1.7;
}

.site-footer > .wrap > .widget:nth-child(1) ul {
	margin: 0;
	padding: 0;
}

.site-footer > .wrap > .widget:nth-child(1) li {
	margin-bottom: 10px;
}

.site-footer > .wrap > .widget:nth-child(1) li a {
	font-size: 16px;
	text-decoration: none;
}

.site-footer > .wrap > .widget:nth-child(2) {
	position: relative;
}

.site-footer > .wrap > .widget:nth-child(2) .widget-wrap {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 0 0 0 auto;
	padding: 50px 32px 40px;
	box-sizing: border-box;
	color: #1b0c02;
	background: none;
	isolation: isolate;
	z-index: 1;
}

.site-footer > .wrap > .widget:nth-child(2) .widget-wrap::before {
	content: "";
	position: absolute;
	top: -30px;
	right: 30px;
	bottom: 30px;
	left: -30px;
	border: 2px solid #e7b877;
	pointer-events: none;
	z-index: 0;
}

.site-footer > .wrap > .widget:nth-child(2) .widget-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url(images/bgf.jpg) no-repeat center / cover;
	pointer-events: none;
	z-index: 1;
}

.site-footer > .wrap > .widget:nth-child(2) .widgettitle,
.site-footer > .wrap > .widget:nth-child(2) .caldera-grid {
	position: relative;
	z-index: 2;
}

.site-footer > .wrap > .widget:nth-child(2) .widgettitle {
	margin: 0 auto 28px;
	padding: 0;
	max-width: 390px;
	color: #231100;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
	text-align: center;
	text-transform: none;
}

.site-footer > .wrap > .widget:nth-child(2) .widgettitle::before {
	display: none;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid .row {
	margin-right: 0;
	margin-left: 0;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid .col-sm-12 {
	padding-right: 0;
	padding-left: 0;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid .form-group {
	margin-bottom: 12px;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid .form-control {
	width: 100%;
    height: 54px;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #231100;
    font-size: 16px;
    background: rgb(255 255 255 / 8%);
    border: 1px solid #2b180c;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid textarea.form-control {
	height: 150px;
	min-height: 150px;
	resize: vertical;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid .form-control::placeholder {
	color: #1b0c02;
	opacity: 1;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid input[type="submit"] {
	float: right;
	width: auto;
	min-width: 92px;
	height: 50px;
	margin-top: 4px;
	padding: 0 22px;
	color: #f1bd7e;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #1b0c02;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.site-footer > .wrap > .widget:nth-child(2) .caldera-grid input[type="submit"]:hover {
	color: #fff;
	background: #7b121c;
	transform: translateY(-3px);
}

.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%;
}

.search main.content .sp{
	width: calc(25% - 16px);
	margin: 0 7px 50px;
}

.archive .breadcrumb{
	margin-bottom: 30px;
}

.category main.content .post,
.yarpp-related .post {
	float: none;
	width: auto;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgb(123 18 28 / 8%);
	border-radius: 15px;
	box-shadow: 0 8px 24px rgb(27 12 2 / 10%);
	transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.category main.content .post:hover,
.yarpp-related .post:hover {
	border-color: rgb(123 18 28 / 20%);
	box-shadow: 0 18px 40px rgb(27 12 2 / 20%);
	transform: translateY(-8px);
}

.category main.content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px 25px;
	margin: 50px 0;
}

.category .site-inner {
	overflow: visible;
}

.category main.content > .archive-description,
.category main.content > .des-term,
.category main.content > .pagination {
	grid-column: 1 / -1;
}

.category main.content .post img{
	border: none;
    padding: 0;
    background: unset;
	float: none;
	display: block;
	width: 100%;
	height: 220px;
	margin: 0 0 18px;
	object-fit: cover;
    border-radius: 15px 15px 0 0;
}

@media (max-width: 960px) {
	.category main.content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 580px) {
	.category main.content {
		grid-template-columns: 1fr;
	}
}

.category main.content .post .more-link{
	display: none;

}

.category main.content .post:hover .more-link{
	background: #fff;
	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: #fff;
}

.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 main.content .entry-content h2,
.single main.content .entry-content h2{
	font-size: 24px;
	font-weight: bold;
	color: #7b121c;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 20px;
	font-weight: bold;
	color: #e2ba07 ;
}

.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: #e2ba07;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.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: 20px;
    padding-left: 26px;
    font-size: 15px;
}

.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;
}

/* Gallery bài sản phẩm: thumbnail dọc như khối sản phẩm hot ở trang chủ */
.chitiet_sp .sphot-product-gallery{
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-width: 0;
}

.chitiet_sp .sphot-product-gallery.no-thumbs{
	grid-template-columns: 1fr;
}

.chitiet_sp .sphot-slider-for,
.chitiet_sp .sphot-slider-nav{
	min-width: 0;
}

.chitiet_sp .sphot-slider-nav{
	max-height: 520px;
	overflow: hidden;
}

.chitiet_sp .sphot-slider-nav.slick-vertical .slick-track{
	display: block !important;
}

.chitiet_sp .sphot-main-image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
}

.chitiet_sp .sphot-main-image img,
.chitiet_sp .sphot-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4px;
	object-fit: contain;
}

.chitiet_sp .sphot-thumb{
	aspect-ratio: 1 / 1;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid #dde2e8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.chitiet_sp .sphot-thumb.slick-current,
.chitiet_sp .sphot-thumb:hover{
	border-color: #7b121c;
	box-shadow: inset 0 0 0 1px #7b121c;
}

.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 15px 0 0;
}

.category main.content .post .entry-header,
.category main.content .post .entry-content {
	padding-right: 18px;
	padding-left: 18px;
	box-sizing: border-box;
}

.category main.content .post .entry-content {
	padding-bottom: 20px;
}

.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;
}

.chitiet_sp h1{
	color: #7b121c;
}

.chitiet_sp .price{
	font-size: 26px;
    font-weight: 800;
    color: #e1181c;
    margin: 0 0 20px;
}

.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 .main-posts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0px 0 70px;
}

.yarpp-related .post{
	float: none;
	width: auto;
	margin: 20px 0;
	padding-bottom: 15px;
}

.yarpp-related .title{
	margin: 20px 0 0;
}

.yarpp-related .post img{
	width: 100%;
	margin: 0;
	height: 172px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}

.yarpp-related .post .widget-item-title {
	margin: 0;
	padding: 5px 15px 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.yarpp-related .post:hover .widget-item-title a{
	color:#7b121c;
}

.chitiet_sp .anh_sp .slider-nav{
	height: 144px;
	overflow: hidden;
}

.chitiet_sp .button-cart .waittocart,
.chitiet_sp .button-cart .addtocart{
    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;
    transition: .3s;
}

.chitiet_sp .button-cart a:hover{
	transform: translateY(-6px);;
}

.chitiet_sp .button-cart .addtocart{
	background: #e1181c;
}

.chitiet_sp .button-cart .waittocart{
	background: #e2ba07;
    line-height: 60px;
    padding: 0;
}

.chitiet_sp .button-cart .waittocart span,
.chitiet_sp .button-cart .addtocart span{
	display: block;
    text-transform: math-auto;
    font-weight: 300;
    font-size: 15px;
}

.tinhtrang{
	margin-bottom: 20px;
}

.tinhtrang span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    font-size:14px;
    line-height:1;
    margin: 0 0 0 20px;
}

.tinhtrang span::before{
    content:"";
    flex:0 0 10px;
    width:10px;
    height:10px;
    border-radius:50%;
}

.tinhtrang.conhang span{
    color:#15803d;
}

.tinhtrang.conhang span::before{
    background:#22c55e;
}

.tinhtrang.sapve span{
    color:#b45309;
}

.tinhtrang.sapve span::before{
    background:#f59e0b;
}

.tinhtrang.hethang span{
    color:#b91c1c;
}

.tinhtrang.hethang::before{
    background:#ef4444;
}

.chitiet_sp .button-cart{
	margin: 20px 0;
}

.chitiet_sp .button-cart .button{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.chitiet_sp .button-cart a:hover{
	color: #fff;
	text-decoration: none;
	filter: brightness(.96);
}

.chitiet_sp .mota{
	float: left;
	width: 100%;
}

.chitiet_sp .mota p{
	margin-bottom: 15px;
}

.mota ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mota li{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #444;
    transition: .3s;
}

.mota li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #e2ba07;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mota li:hover{
    transform: translateX(6px);
}


.tt{
	font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.yarpp-related .sp{
    float: left;
    margin: 0 14px 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    width: calc(25% - 30px);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yarpp-related .widgettitle{
	margin: 20px 10px;
}

.nav-primary.f-nav{
	position: fixed;
	top: 0;
	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;
    font-weight: bold;
}

.cart-summary .button {
	background-color: #e2ba07;
    font-size: 16px;
    display: table;
    float: unset;
    margin: 0 auto;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    height: 50px;
}

#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: 16px;
}

#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 strike{
	display: block;
	color: #7b8490;
	margin: 5px 0 0;
}

.shop-cart-table .li-products .price-products .pprice{
	font-size: 17px;
    font-weight: 500;
    float: right;
    color: #e1181c;
}

.shop-cart-table .li-products .price-products{
	float: right;
    text-align: right;
    min-height: 110px;
    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: 0;
    width: 100%;
    display: block;
}

.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;
	color: #e1181c;
}

.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;
}


/* Keyframes */
@keyframes slideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.search main.content .sp img,
.yarpp-related .sp img{
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform .35s ease;
}

.yarpp-related .sp .title-sp,
.search main.content .sp .entry-title{
	display: -webkit-box;
	min-height: 46px;
	margin: 0;
	overflow: hidden;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.yarpp-related .sp .title-sp a,
.search main.content .sp .entry-title a{
	color: #333;
	transition: color .2s ease;
	font-size: 17px;
	font-weight: 700;
}

.yarpp-related .sp .title-sp a:hover,
.search main.content .sp .entry-title a:hover{
	color: #e2ba07;
}

.yarpp-related .sp .price,
.search main.content .sp .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 10px;
	width: 100%;
	min-height: 25px;
	margin: 10px 0 0;
	line-height: 1.25;
	text-align: left;
	float: left;
}

.slidesp .sp .price .current-price,
.yarpp-related .sp .price .current-price,
.search main.content .sp .price .current-price{
	color: #e1181c;
	font-size: 18px;
	font-weight: 800;
}

.slidesp .sp .price strike,
.yarpp-related .sp .price strike,
.search main.content .sp .price strike{
	color: #7b8490;
	font-size: 14px;
	font-weight: 400;
}

.yarpp-related .sp .giohang,
.search main.content .sp .giohang{
	float: left;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
}

.yarpp-related .sp .button-cart ul,
.search main.content .sp .button-cart ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yarpp-related .sp .button-cart li,
.search main.content .sp .button-cart li{
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yarpp-related .sp .button-cart a,
.search main.content .sp .button-cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 5px;
	border: 1px solid #e2ba07;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.yarpp-related .sp .button-cart a span,
.search main.content .sp .button-cart a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
}

.yarpp-related .sp .button-cart .xemthem,
.search main.content .sp .button-cart .xemthem{
	background: #fff;
	color: #e2ba07;
}

.yarpp-related .sp .button-cart a:hover,
.search main.content .sp .button-cart a:hover{
	transform: translateY(-4px);
}

.yarpp-related .sp .button-cart .waittocart:before,
.search main.content .sp .button-cart .waittocart:before{
	border-color: #e2ba07;
	background: #e2ba07;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .22);
}

.yarpp-related .sp .button-cart .xemthem:hover,
.search main.content .sp .button-cart .xemthem:hover{
	background: #fff7ef;
	color: #e87500;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .12);
}

.home .site-inner{
	padding: 0;
}

/* Bảng trong nội dung bài viết và trang */
.single .entry-content table,
.page .entry-content table{
	 width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #dfe4ea;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.single .entry-content table th,
.single .entry-content table td,
.page .entry-content table th,
.page .entry-content table td{
	min-width: 120px;
	padding: 11px 14px;
	border: 1px solid #dfe4ea;
	vertical-align: top;
	text-align: left;
}

.single .entry-content table thead th,
.page .entry-content table thead th{
	background: #01519a;
	color: #fff;
	font-weight: 700;
}

.single .entry-content table tbody tr:nth-child(even) td,
.page .entry-content table tbody tr:nth-child(even) td{
	background: #f6f9fc;
}

.single .entry-content table tbody tr:hover td,
.page .entry-content table tbody tr:hover td{
	background: #fff7ed;
}

.single .entry-content table caption,
.page .entry-content table caption{
	padding: 0 0 10px;
	color: #26313d;
	font-weight: 700;
	text-align: left;
}

.page-template-page-lienhe main.content{
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 50px;
    align-items: start;
}

.page-template-page-lienhe main.content > article{
    order: 1;
}

.page-template-page-lienhe main.content > .form{
    order: 2;
    position: sticky;
    top: 120px;
}

.gsc-order-confirmation__header h2{
	    color: #e2ba07;
}

.gsc-order-confirmation__header {
    border-left: 4px solid #e2ba07;
}

.gsc-order-confirmation__header:before {
    position: absolute;
    top: 18px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    content: "\2713";
    background: #e2ba07;
    border-radius: 50%;
}

.gsc-order-confirmation__totals p strong{
	color: #f00000;
}

.content-head{
	background: #f7f7f7;
}

.content-head {
	position: relative;
	margin: 0;
}

.content-head .wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 30px);
}

.content-head .widget:first-child {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	white-space: nowrap;
}

.content-head .widget:first-child p{
	font-size: 12px;
	font-weight: bold;
	color: #231100;
}

.content-head .widget:first-child p em{
	text-decoration: underline;
	font-style: inherit;
}

.content-head .widget:last-child {
	margin: 0 50px 0 auto;
}

.content-head .widget p,
.content-head .widget ul {
	margin-top: 0;
	margin-bottom: 0;
}

.content-head .widget ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #231100;
}

.content-head .widget ul li img{
	width: auto;
	height: 15px;
	margin: -2px 0;
}

.content-head .widget ul li a{
	color: #231100;
}

.content-head .widget ul li:last-child a{
	font-weight: bold;
}

.site-header .widget-area .gsc-shop-cart{
	position: fixed;
	right: 15px;
	top: 0;
}

.nav-primary .menu-cart-item {
	display: flex;
	align-items: center;
	height: 60px;
}

/* Hai khối chính của trang giỏ hàng. */
.left-check-cart {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: 30px;
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	margin: 25px 0 70px;
}

.left-check-cart .shop-cart-form-info,
.left-check-cart #info-customer {
	float: none;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0;
	padding: 28px;
	background: linear-gradient(145deg, #fff 0%, #fffdf9 100%);
	border: 1px solid rgba(123, 18, 28, .12);
	border-top: 4px solid #7b121c;
	border-radius: 16px;
	box-shadow: 0 14px 38px rgba(43, 21, 8, .1);
}

.left-check-cart .shop-cart-form-info h2,
.left-check-cart #info-customer h2 {
	float: left;
	width: auto;
	margin: 0 0 24px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eadfd4;
	color: #351b0c;
	font-size: 24px !important;
	font-weight: 750;
	line-height: 1.3;
}

.left-check-cart .shop-cart-form-info h2::after,
.left-check-cart #info-customer h2::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 70px;
	height: 3px;
	background: #d6a55b;
	border-radius: 10px;
}

.left-check-cart #checkout-form > .top > p:first-of-type {
	margin: -8px 0 18px;
	color: #86766b;
	font-size: 13px;
	font-style: italic;
}

.left-check-cart #checkout-form p.info,
.left-check-cart #checkout-form p.messagearea {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 13px;
}

.left-check-cart #checkout-form input[type="text"],
.left-check-cart #checkout-form input[type="email"],
.left-check-cart #checkout-form input[type="tel"],
.left-check-cart #checkout-form select,
.left-check-cart #checkout-form textarea {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0;
	background: #fff;
	border: 1px solid #ded3c8;
	border-radius: 9px;
	color: #333;
	font-size: 15px;
	outline: none;
	transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.left-check-cart #checkout-form input[type="text"],
.left-check-cart #checkout-form input[type="email"],
.left-check-cart #checkout-form input[type="tel"],
.left-check-cart #checkout-form select {
	height: 50px;
	padding: 0 15px;
}

.left-check-cart #checkout-form textarea {
	height: 105px;
	padding: 14px 15px;
	resize: vertical;
}

.left-check-cart #checkout-form input:focus,
.left-check-cart #checkout-form select:focus,
.left-check-cart #checkout-form textarea:focus {
	background: #fffdf9;
	border-color: #d6a55b;
	box-shadow: 0 0 0 4px rgba(214, 165, 91, .14);
}

.left-check-cart #checkout-form #phone.is-invalid {
	background: #fff8f8;
	border-color: #c62828;
	box-shadow: 0 0 0 4px rgba(198, 40, 40, .1);
}

.left-check-cart #checkout-form .phone-error {
	display: block;
	min-height: 18px;
	margin: 6px 2px 0;
	color: #b51f1f;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.left-check-cart #checkout-form input::placeholder,
.left-check-cart #checkout-form textarea::placeholder {
	color: #978a80;
	opacity: 1;
}

.left-check-cart .shop-cart-form-info .bottom {
    margin-top: 22px;
    padding: 15px;
    background: #faf5ee;
    border: 1px solid #eee0d0;
    border-radius: 12px;
    float: left;
    width: calc(100% - 30px);
}

.left-check-cart .shop-cart-form-info .quatang,
.left-check-cart .shop-cart-form-info .total-discount{
	padding: 0;
	display: none;
}

.left-check-cart .thanhtoan {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.left-check-cart .thanhtoan li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 0;
	padding: 11px 0;
	border-bottom: 1px dashed #dfd0c1;
	color: #5d5149;
}

.left-check-cart .thanhtoan li:last-child {
	margin-top: 4px;
	border-bottom: 0;
	color: #351b0c;
}

.left-check-cart .thanhtoan li b {
	float: none;
	white-space: nowrap;
}

.left-check-cart #info-customer .choose {
	padding: 16px 18px;
	background: #fff8ef;
	border: 1px solid #ead3b5;
	border-radius: 11px;
	float: left;
}

.left-check-cart #info-customer .choose p {
	margin: 0;
	color: #756559;
	font-size: 13px;
}

.left-check-cart #info-customer .choose p:first-child {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 7px;
	color: #351b0c;
	font-size: 15px;
	font-weight: 700;
}

.left-check-cart #info-customer input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #7b121c;
}

.left-check-cart #info-customer .policy {
	margin: 15px 0;
	color: #877970;
	font-size: 12px;
	line-height: 1.55;
}

.left-check-cart .right-check-cart,
.left-check-cart .cart-summary {
	width: 100%;
	margin: 0;
}

.left-check-cart .cart-summary .button {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	background: #7b121c;
	border: 0;
	border-radius: 9px;
	box-shadow: 0 9px 20px rgba(123, 18, 28, .2);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	cursor: pointer;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.left-check-cart .cart-summary .button:hover {
	background: #961824;
	box-shadow: 0 12px 25px rgba(123, 18, 28, .28);
	transform: translateY(-2px);
}

.left-check-cart .shop-cart-table .li-products {
	padding: 15px 0;
	border-bottom-color: #e8ddd2 !important;
}

@media (max-width: 1050px) {
	.left-check-cart {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 580px) {
	.left-check-cart {
		margin: 15px 0 45px;
	}

	.left-check-cart .shop-cart-form-info,
	.left-check-cart #info-customer {
		padding: 20px 16px;
		border-radius: 12px;
	}

	.left-check-cart .shop-cart-form-info h2,
	.left-check-cart #info-customer h2 {
		font-size: 21px !important;
	}

	.left-check-cart .shop-cart-form-info .bottom {
		padding: 15px 14px 3px;
	}
}

.nav-primary .menu-cart-item .gsc-shop-cart {
	position: relative;
	top: auto;
	right: auto;
	margin: 0;
}

.nav-primary .menu-cart-item .btn-view-cart {
	background: none;
	padding: 0;
	margin: 0 5px 0 15px;
	text-transform: none;
}

.nav-primary .menu-cart-item .btn-view-cart::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: auto;
	left: 0;
	right: auto;
	width: 40px;
    height: 31px;
	margin: 0;
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
	transform: none !important;
	transition: none;
}

.content-slider .wrap{
    width: calc(100% - 88px);
    background: url(images);
    border: 4px solid;
    border-color: #e1d18b;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	opacity: 0;
	transform: scale(0.95);
	transform-origin: center;
	transition: opacity 1.8s ease, transform 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	will-change: opacity, transform;
}

.content-slider.is-visible .wrap {
	opacity: 1;
	transform: scale(1);
}

.content-slider .wrap > .widget {
	flex: 0 0 50%;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.content-slider .wrap > .widget:nth-child(1) {
	display: flex;
	align-items: center;
}

.content-slider .wrap > .widget:nth-child(1) .widget-wrap {
	width: 100%;
	padding: 40px 10%;
	box-sizing: border-box;
}

.content-slider .wrap > .widget:nth-child(1) .widgettitle,
.content-slider .wrap > .widget:nth-child(1) .widgettitle h2{
    font-size: 55px;
    color: #e2ba07;
    font-weight: bold;
    margin: 0;
}

.content-slider .wrap > .widget:nth-child(1) .widgettitle{
	margin-bottom: 30px;
}

.content-slider .wrap > .widget:nth-child(1) p{
	font-size: 18px;
	color: #e1e0dc;
	margin-bottom: 20px;
}

.content-slider .widget_media_image .widget-wrap {
	height: 100%;
}

.content-slider .widget_media_image img {
	display: block;
	width: 100%;
	max-height: 650px !important;
	object-fit: cover;
}

.content-slider{
	background: #7b121c;
	padding: 20px 0 70px;
}

.content-gioithieu img{
	display: block;
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    margin: 0;
}

.content-gioithieu .mainposts {
	position: relative;
}

.content-gioithieu .box {
	--intro-box-x: -50%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(1200px, calc(100% - 60px));
	box-sizing: border-box;
	opacity: 0;
	z-index: 1;
	transform: translate(calc(var(--intro-box-x) - 140px), -50%);
	transition: opacity 1.6s ease, transform 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	will-change: opacity, transform;
}

.content-gioithieu.is-visible .box {
	opacity: 1;
	transform: translate(var(--intro-box-x), -50%);
}

.content-gioithieu .box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(40% + 80px);
	height: 100%;
	background: linear-gradient(90deg, rgb(123 18 28) 72%, rgb(35 17 0 / 0%) 100%);
	pointer-events: none;
	z-index: 0;
	padding-bottom: 40px;
}

.content-gioithieu .box .title,
.content-gioithieu .box .noidung{
	position: relative;
	padding: 0 40px;
    color: #fff;
	background: none;
    width: 40%;
	z-index: 1;
}

.content-gioithieu .box .noidung{
	padding-bottom: 20px;
}

.content-gioithieu .box .title{
	padding: 20px 40px 0;
}

.content-gioithieu .box .title,
.content-gioithieu .box .title a{
	font-size: 60px;
    color: #e2ba07;
    font-weight: bold;
    margin: 0;
}

.content-gioithieu .box p{
	color: #e1e0dc;
	font-size: 18px;
}

.content-gioithieu .box .readmore {
    position: relative;
    height: 50px;
    padding: 0 40px;
    color: #e1e0dc;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
    text-decoration: underline;
    z-index: 1;
}

.content-gioithieu .box .readmore:hover {
	color: #e2ba07;
	background: #7b121c;
	transform: translateY(-4px);
}

.content-trainghiem {
	position: relative;
	overflow: hidden;
}

.content-trainghiem > .wrap {
	position: absolute;
	top: 90px;
	left: 50%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 70px;
	width: min(1200px, calc(100% - 30px));
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-50%);
	z-index: 2;
}

.content-trainghiem > .wrap > .widget,
.site-footer > .wrap > .widget {
	float: none;
	width: auto;
	margin: 0;
	opacity: 0;
	transition: opacity 1.6s ease, transform 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	will-change: opacity, transform;
}

.content-trainghiem > .wrap > .widget:nth-child(1),
.site-footer > .wrap > .widget:nth-child(1) {
	transform: translateX(-140px);
}

.content-trainghiem > .wrap > .widget:nth-child(2),
.site-footer > .wrap > .widget:nth-child(2) {
	transform: translateX(140px);
	transition-delay: 0.12s;
}

.content-trainghiem.is-visible > .wrap > .widget,
.site-footer.is-visible > .wrap > .widget {
	opacity: 1;
	transform: translateX(0);
}

.content-trainghiem > .wrap > .widget:nth-child(1) .widgettitle {
	max-width: 600px;
	margin: 0 0 28px;
	color: #e2ba07;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: none;
}

.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:first-child {
	max-width: 600px;
	margin: 0 0 28px;
	color: #e1e0dc;
    font-size: 18px;
	line-height: 1.7;
}

.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:last-child {
	margin: 0;
}

.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	color: #1d1008;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-decoration: none;
	text-transform: uppercase;
	background: #e2ba07;
	border-radius: 4px;
	transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:last-child a:hover {
	color: #231100;
	background: #e2ba07;
	transform: translateY(-4px);
}

.content-trainghiem > .wrap > .widget:nth-child(2) {
	position: relative;
	padding:0;
}

.content-trainghiem > .wrap > .widget:nth-child(2) .widget-wrap {
	position: relative;
	z-index: 1;
}

.content-trainghiem > .wrap > .widget:nth-child(2) img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content-trainghiem > .nen {
	position: relative;
	background: #1c0d05;
	z-index: 0;
}

.content-trainghiem > .nen .widget,
.content-trainghiem > .nen .widget-wrap {
	width: 100%;
	height: auto;
	margin: 0;
}

.content-trainghiem > .nen img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.content-trainghiem > .nen::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgb(123 18 28) 0%, rgb(123 18 28) 65%, rgb(123 18 28 / 0%) 100%);
	z-index: 1;
}

.page-template-page-lienhe .site-inner{
	display: none;
}

/* Trang cửa hàng: danh sách danh mục sản phẩm */
.page-template-page-cuhang main.content,
.page-template-page-cuhang main.content > article.entry {
	width: 100%;
}

.page-template-page-cuhang main.content > article.entry {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.store-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	padding: 30px 0 70px;
}

.store-category {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(214, 165, 91, .28);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(52, 24, 7, .12);
	transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.store-category:hover {
	transform: translateY(-8px);
	border-color: #d6a55b;
	box-shadow: 0 20px 42px rgba(52, 24, 7, .2);
}

.store-category__link,
.store-category__image {
	display: block;
}

.store-category__image {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #f5eee4;
}

.store-category__image img,
.store-category__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.store-category__placeholder {
	background: url(images/bgbr.jpg) no-repeat center / cover;
}

.store-category:hover .store-category__image img {
	transform: scale(1.07);
}

.store-category__title {
	position: relative;
	margin: 0;
	padding: 22px 25px 24px;
	color: #7b121c;
	font-size: 32px !important;
	font-weight: 700;
	text-align: center;
}

/* Taxonomy sản phẩm: ảnh, tên, giá và phần trăm giảm giá */
.tax-product_cat main.content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	overflow: visible;
	padding: 20px 10px 70px;
}

.yarpp-related .listsp {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 10px 70px;
}

.tax-product_cat main.content > article.product,
.yarpp-related .sp {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: auto;
	float: none;
	margin: 0;
	padding: 0 0 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(214, 165, 91, .2);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(43, 21, 8, .12);
	transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.tax-product_cat main.content > article.product:hover,
.yarpp-related .sp:hover {
	transform: translateY(-7px);
	border-color: rgba(214, 165, 91, .75);
	box-shadow: 0 18px 38px rgba(43, 21, 8, .2);
}

.tax-product_cat main.content .product .entry-header,
.tax-product_cat main.content .product .entry-content,
.tax-product_cat main.content .product .list-info,
.yarpp-related .sp .list-info {
	display: flex;
	flex-direction: column;
	width: 100%;
	float: none;
}

.tax-product_cat main.content .product .entry-content,
.yarpp-related .sp .list-info {
	flex: 1;
}

.tax-product_cat main.content .product .list-info,
.yarpp-related .sp .list-info {
	height: 100%;
}

.tax-product_cat main.content .product .entry-image-link,
.yarpp-related .sp .entry-image-link {
	display: block;
	margin: 0 0 18px;
	overflow: hidden;
	background: #f8f4ee;
}

.tax-product_cat main.content .product .entry-image-link img,
.yarpp-related .sp .entry-image-link img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	object-fit: contain;
	transition: transform .55s ease;
}

.tax-product_cat main.content .product:hover .entry-image-link img,
.yarpp-related .sp:hover .entry-image-link img {
	transform: scale(1.06);
}

.tax-product_cat main.content .product .entry-title,
.yarpp-related .sp .title-sp {
	margin: 0;
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.35;
}

.tax-product_cat main.content .product .entry-title a,
.yarpp-related .sp .title-sp a {
	display: -webkit-box;
	overflow: hidden;
	color: #342013;
	font-weight: 700;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	margin: 0;
}

.yarpp-related .sp .title-sp a{
	font-size: 17px;
}

.tax-product_cat main.content .product .entry-title a:hover,
.yarpp-related .sp .title-sp a:hover {
	color: #7b121c;
}

.tax-product_cat main.content .product .entry-content,
.tax-product_cat main.content .product .list-info,
.yarpp-related .sp .list-info {
	margin: 0;
	padding: 0;
}

.tax-product_cat main.content .product .price,
.yarpp-related .sp .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px 10px;
	margin: 14px 0 0;
	padding: 0 18px;
}

.tax-product_cat main.content .product .current-price,
.yarpp-related .sp .current-price {
	color: #b3121b;
	font-size: 19px;
	font-weight: 800;
}

.tax-product_cat main.content .product .old-price,
.yarpp-related .sp .old-price {
	color: #8b8b8b;
	font-size: 14px;
}

.tax-product_cat main.content .product .percent,
.yarpp-related .sp .percent {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	background: #b3121b;
	border: 3px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(179, 18, 27, .28);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.tax-product_cat main.content .product .thongsonhanh,
.tax-product_cat main.content .product .entry-footer,
.yarpp-related .sp .thongsonhanh {
	display: none;
}

.tax-product_cat main.content .product .giohang,
.yarpp-related .sp .giohang {
	width: calc(100% - 30px);
	margin-top: auto;
	padding: 18px 15px 0;
}

.tax-product_cat main.content .product .button-cart ul,
.yarpp-related .sp .button-cart ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-product_cat main.content .product .button-cart li,
.yarpp-related .sp .button-cart li {
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-product_cat main.content .product .button-cart a,
.yarpp-related .sp .button-cart a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 43px;
	padding: 9px 12px;
	border: 1px solid #7b121c;
	border-radius: 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.tax-product_cat main.content .product .button-cart .addtocart,
.tax-product_cat main.content .product .button-cart .waittocart,
.yarpp-related .sp .button-cart .waittocart {
	background: #7b121c;
	color: #fff;
}

.tax-product_cat main.content .product .button-cart .xemthem,
.yarpp-related .sp .button-cart .xemthem {
	background: #fff;
	color: #7b121c;
}

.tax-product_cat main.content .product .button-cart a:hover,
.yarpp-related .sp .button-cart a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(123, 18, 28, .2);
}

.tax-product_cat main.content .product .button-cart .addtocart:hover,
.yarpp-related .sp .button-cart .waittocart:hover {
	background: #961824;
	color: #fff;
}

.tax-product_cat main.content .product .button-cart .xemthem:hover,
.yarpp-related .sp .button-cart .xemthem:hover {
    background: #e2ba07;
    color: #231100;
    border: 1px solid #e2ba07;
}

.tax-product_cat main.content > .archive-pagination {
	grid-column: 1 / -1;
}

/* -------------------- MOBILE ------------------*/

@media (prefers-reduced-motion: reduce) {
	.content-slider .wrap {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.content-gioithieu .box {
		opacity: 1;
		transform: translate(var(--intro-box-x), -50%);
		transition: none;
	}

	.content-trainghiem > .wrap > .widget,
	.site-footer > .wrap > .widget {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


@media (max-width: 1200px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: calc(50% - 30px);
	}

	.single-sp main.content article{
		width: 100%;
	}

	.site-header .widget_search{
		display: none;
	}

	.sidebar{
		width: 30%;
		margin: 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: calc(70% - 20px);
    	margin: 0 20px 0 0;
	}

	.content-slider .wrap {
	    width: calc(100% - 30px);
	}

	.content-head .widget:last-child {
	    margin: 0 0 0 auto;
	}

}

@media (max-width: 1170px){
	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 8px 15px 6px;
	}

	.content-slider .wrap > .widget:nth-child(1) .widget-wrap {
	    padding: 30px 20px;
	}

	.content-slider .wrap > .widget:nth-child(1) .widgettitle, .content-slider .wrap > .widget:nth-child(1) .widgettitle h2 ,
	.content-gioithieu .box .title, .content-gioithieu .box .title a,
	.content-trainghiem > .wrap > .widget:nth-child(1) .widgettitle{
	    font-size: 46px;
	    line-height: 1.2;
	}

	.content-slider .wrap > .widget:nth-child(1) p,
	.content-gioithieu .box p,
	.content-gioithieu .box .readmore,
	.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:first-child,
	.content-trainghiem > .wrap > .widget:nth-child(1) .textwidget > p:last-child a {
	    font-size: 16px;
	}

	.content-trainghiem > .nen::after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 60%;
	    background: linear-gradient(180deg, rgb(123 18 28) 0%, rgb(123 18 28) 65%, rgb(123 18 28 / 0%) 100%);
	    z-index: 1;
	}

	.about-hero__title{
		font-size: 60px;
	}

	.term-hero > .wrap{
		padding: 0;
	}

	.term-hero__copy {
	    padding: 20px 50px;
	    width: fit-content;
	}

	.term-hero {
	    min-height: 220px;
	}

	.about-hero__image {
	    max-height: 190px;
	}

	.about-hero__frame {
	    position: relative;
	    width: 80%;
	    min-height: 180px;
	}

	.about-hero{
		min-height: auto;
	}

	.yarpp-related .listsp {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    margin: 0 10px 70px;
	}

}

@media (max-width: 960px){

	.content-head .widget:first-child{
		position: relative;
	}

	.content-head .wrap{
		display: block;
    	text-align: center;
	}

	.content-head .widget:first-child p {
	    font-size: 11px;
	}

	#click-menu.f-click{
		position: fixed;
		top: 18px;
	}

	.content-head .widget ul li img{
		height: 12px;
	}

	.site-header.f-head .widget-area .gsc-shop-cart {
        position: fixed;
        right: 64px;
        top: 9px;
        margin: 0;
    }

	.nav-primary{
		display: none;
	}

	.site-header.f-head{
		position: fixed;
		top: 0;
		z-index: 9;
		background: #69030d;
	}

	.site-header .title-area{
		height: 70px;
		width: 55px;
	}

	.site-header .title-area img{
		height: 55px;
	}

	.content-head .widget ul li{
		font-size: 13px;
	}

	#responsive-menu.f-menu{
		position: fixed;
		        top: 60px;
	}

	.site-header .widget_nav_menu{
		display: none;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.content-head{
		height: 43px;
	}

	.site-header .widget-area .gsc-shop-cart {
	    position: fixed;
	    right: 64px;
	    top: 57px;
	    margin: 0;
	}

	.site-header .widget-area .gsc-shop-cart .btn-view-cart{
	    background: url(images/carmbt.png) no-repeat left center;
	    position: relative;
	    width: 40px;
	    height: 31px;
	    background-size: 33px;
	    display: inline-block;
	    color: #fff;
	    font-weight: 400;
	    margin: 9px 5px 0;
	}

	#click-menu{
		display: block;
        background: #e2ba07d6;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
        right: 15px;
        top: 64px;
	}

	#click-menu .line{
		width: 26px;
	}

	.site-header .widget-area {
	    float: right;
	    width: fit-content;
	    margin: 7px 45px 0 0;
	}

	.content-sidebar .content, .sidebar-content .content {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sidebar{
    	width: 100%;
    }

    .content-slider .wrap{
    	border: 2px solid #e1d18b;
    }


}

@media (max-width: 860px){

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: 100%;
		margin: 0;
	}

	.chitiet_sp .info_sp{
		margin-top: 24px;
	}

	.chitiet_sp .sphot-product-gallery{
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.chitiet_sp .sphot-slider-for{
		order: 1;
	}

	.chitiet_sp .sphot-slider-nav{
		order: 2;
		max-height: none;
		margin-top: 10px;
	}

	.chitiet_sp .sphot-thumb{
		margin: 0 8px 0 0;
	}

	.content-cta {
	    padding: 35px 0;
	    margin: 0;
	}

	.content-cta .title{
		font-size: 26px;
	}

	.content-cta .mainposts > img{
		display: none;
	}

	.content-cta .noidung li{
		padding: 0;
		width: 100%;
	}

	.site-footer .widget {
	    float: none;
	    width: 100%;
	    margin: 0;
	}

	.site-footer .widget:nth-child(2) .widget-wrap{
		width: 100%;
	}

	.site-footer > .wrap {
		grid-template-columns: 1fr;
		gap: 75px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.site-footer > .wrap > .widget:nth-child(1) .textwidget,
	.site-footer > .wrap > .widget:nth-child(2) .widget-wrap {
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
	}

	.breadcrumb{
		padding: 20px 0;
	}

	.archive-heading a, .archive-heading {
	    font-size: 30px;
	}

	.page .content-sidebar-wrap, .single .content-sidebar-wrap {
	    margin: 0;
	}

	.yarpp-related .sp .percent, .search main.content .sp .percent {
	    font-size: 14px;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	    border-radius: 100%;
	}

	.page-template-page-lienhe main.content{
		grid-template-columns: 1fr;
	}

	.yarpp-related .post {
	    float: none;
	    width: auto;
	    margin: 0 0 15px;
	}

	.yarpp-related .main-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.yarpp-related .post img {
	    width: 100%;
	    margin: 0 0 15px;
	    height: 172px;
	    object-fit: cover;
	    border-radius: 15px 15px 0 0;
	    float: none;
	}

	.yarpp-related .title,
	.yarpp-related .widgettitle{
	    margin: 20px 0;
	}

	.chitiet_sp {
	    padding-bottom: 5px;
	    margin-bottom: 15px;
	}

	.shop-cart-form-info, #info-customer{
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}

	.content-slider .wrap > .widget:nth-child(1) .widgettitle, .content-slider .wrap > .widget:nth-child(1) .widgettitle h2, .content-gioithieu .box .title, .content-gioithieu .box .title a, .content-trainghiem > .wrap > .widget:nth-child(1) .widgettitle {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 600;
    }

}

@media (max-width: 768px) {
	.about-hero {
		min-height: auto;
		padding: 24px 15px 70px;
		box-sizing: border-box;
	}

	.about-hero__frame {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 0;
		margin: 0 auto;
		padding: 32px 24px 0;
		overflow: visible;
	}

	.about-hero__content {
		position: relative;
		top: auto;
		left: auto;
		order: 1;
		width: 100%;
		max-width: none;
		transform: none;
	}

	.about-hero__title {
		font-size: 46px;
	}

	.about-hero__visual {
		position: relative;
		top: auto;
		left: auto;
		order: 2;
		width: min(100%, 520px);
		margin: 30px auto -55px;
		transform: none;
		z-index: 2;
	}

	.about-hero__image {
		width: 100%;
		max-height: 320px;
	}

	.site-footer > .wrap > .widget:nth-child(1) .textwidget > p:first-child img {
	    display: block;
	    width: 115px;
	    height: auto;
	    margin: 0 auto 17px;
	}

	.site-footer > .wrap > .widget:nth-child(2) .widget-wrap::before {
	    content: "";
	    position: absolute;
	    top: -11px;
	    right: 30px;
	    bottom: 30px;
	    left: -10px;
	    border: 2px solid #e7b877;
	    pointer-events: none;
	    z-index: 0;
	}

	.site-footer > .wrap > .widget:nth-child(2) .widget-wrap{
		padding: 30px 20px;
	}

	.site-footer > .wrap > .widget:nth-child(2) .widgettitle{
		font-size: 26px;
	}

	.content-slider .wrap {
		display: block;
	}

	.content-slider .wrap > .widget {
		width: 100%;
	}

	.content-slider .wrap > .widget:nth-child(1) .widget-wrap {
		padding: 20px;
	}

	.content-slider .wrap > .widget:nth-child(1) .widgettitle {
	    margin-bottom: 15px;
	}

	.content-slider {
	    padding: 20px 0 45px;
	}

	.content-gioithieu img {
	    height: 550px;
	}

	.content-gioithieu .box {
		--intro-box-x: 0%;
		left: 20px;
		width: calc(100% - 40px);
		padding: 0;
	}

	.content-gioithieu .box::before {
		width: 100%;
	}

	.content-gioithieu .box .title,
	.content-gioithieu .box .noidung {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.content-trainghiem > .wrap {
		position: relative;
		top: auto;
		left: auto;
		grid-template-columns: 1fr;
		gap: 45px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 20px;
		transform: none;
	}

	.content-trainghiem > .wrap > .widget:nth-child(1) .widgettitle {
		font-size: 38px;
	}

	.content-trainghiem > .wrap > .widget:nth-child(2) {
		max-width: 380px;
		margin: 0 auto;
		padding: 0 30px 30px 0;
	}

	.content-trainghiem > .nen {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.content-trainghiem > .nen .widget,
	.content-trainghiem > .nen .widget-wrap,
	.content-trainghiem > .nen .textwidget,
	.content-trainghiem > .nen .textwidget > p {
		height: 100%;
		margin: 0;
	}

	.content-trainghiem > .nen img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
}


@media (max-width: 580px){

	.term-hero__copy {
        padding: 0px;
        width: fit-content;
    }

    .store-category__title{
    	font-size: 22px !important;
    }

    .term-hero__title {
        font-size: 46px;
    }

	.about-hero__summary{
		font-size: 16px;
	}

	.after_footer > .wrap > .widget:nth-child(1) a{
		font-size: 11px;
	}

	.tax-product_cat main.content {
	    display: grid;
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    gap: 15px;
	    overflow: visible;
	    padding: 20px 10px 70px;
	}

	.tax-product_cat main.content .product .entry-title a, .yarpp-related .sp .title-sp a{
		font-size: 18px;
		-webkit-line-clamp: 2;
	}

	.tax-product_cat main.content .product .button-cart a, .yarpp-related .sp .button-cart a{
		font-size: 15px;
	}

	.after_footer p {
	    font-size: 13px;
	    padding: 20px 0 0;
	}

	.store-categories {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
        padding: 20px 0 30px;
	}

	.tax-product_cat main.content .product .button-cart ul,
	.yarpp-related .sp .button-cart ul {
		grid-template-columns: 1fr;
	}

	.yarpp-related .main-posts {
		grid-template-columns: 1fr 1fr;
		margin: 0px 0 30px;
		gap: 12px;
	}

	.yarpp-related .post img{
		aspect-ratio: 750 / 450; /* vuông 1:1 */
		height: auto;
		margin: 0;
	}

	.yarpp-related .post .widget-item-title {
	    -webkit-line-clamp: 3;
	    line-height: 1.3;
	}

	.chitiet_sp .button-cart .button{
		grid-template-columns: 1fr;
	}

	.category main.content{
		margin: 20px 0;
	}

.search main.content .sp .entry-title a{
		font-size: 15px;
	}

	.thongsonhanh{
		font-size: 11px;
		text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

.search main.content .sp .button-cart li:last-child{
		display: none;
	}

.yarpp-related .sp .button-cart ul,
.search main.content .sp .button-cart ul{
	    grid-template-columns: repeat(1, 1fr);
	    gap: 10px;
	}

    .category main.content .post img {
	    width: 100%;
	    margin: 0 0 20px 0;
	}

	.category main.content .post .entry-title a {
	    font-size: 18px;
	}

	.shop-cart-table .li-products li.images-products,
	#gsc-shopcart-table ul.li-products li.images-products img{
		width: 80px !important;
		margin: 0 !important;
	}

	#gsc-shopcart-table ul.li-products li.price-products {
	    float: left;
	    margin: 0 !important;
	    width: 105px !important;
	}

	.shop-cart-table .li-products li {
	    width: calc(100% - 215px) !important;
        margin: 0 !important;
	}

	.shop-cart-table .li-products .price-products .pprice {
	    font-size: 16px;
	}

	.shop-cart-table .li-products .price-products strike,
	#gsc-shopcart-table ul.li-products li.name-products a{
		font-size: 15px;
	}

	.archive-heading a, .archive-heading {
        font-size: 26px;
    }

    .gsc-order-confirmation{
    	border: none;
	    box-shadow: none;
	    padding: 0;
	    margin: 0;
	    width: 100%;
    }

    .gsc-order-confirmation__totals {
	    width: calc(100% - 32px);
	    max-width: 100%;
	    margin-left: auto;
	    padding: 15px;
	    background: #f7f9fb;
	    border: 1px solid #e1e7ed;
	}

	.yarpp-related .listsp {
	    gap: 10px;
	    margin: 0 5px 50px;
	}

	.yarpp-related .post{
		margin-bottom: 0;
	}


}

