:root {
	--theme-color: #259145;
	--black: #5b687b;
}
html,
body {
	overflow-x: hidden;
}
/* Add fonts */
/* mulish-regular - vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/mulish-v12-vietnamese-regular.eot');
	src: url('./fonts/mulish-v12-vietnamese-regular.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/mulish-v12-vietnamese-regular.woff2') format('woff2'),
		url('./fonts/mulish-v12-vietnamese-regular.woff') format('woff'),
		url('./fonts/mulish-v12-vietnamese-regular.ttf') format('truetype'),
		url('./fonts/mulish-v12-vietnamese-regular.svg#Mulish') format('svg');
}
/* mulish-italic - vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/mulish-v12-vietnamese-italic.eot');
	src: url('./fonts/mulish-v12-vietnamese-italic.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/mulish-v12-vietnamese-italic.woff2') format('woff2'),
		url('./fonts/mulish-v12-vietnamese-italic.woff') format('woff'),
		url('./fonts/mulish-v12-vietnamese-italic.ttf') format('truetype'),
		url('./fonts/mulish-v12-vietnamese-italic.svg#Mulish') format('svg');
}
/* mulish-500 - vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/mulish-v12-vietnamese-500.eot');
	src: url('./fonts/mulish-v12-vietnamese-500.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/mulish-v12-vietnamese-500.woff2') format('woff2'),
		url('./fonts/mulish-v12-vietnamese-500.woff') format('woff'),
		url('./fonts/mulish-v12-vietnamese-500.ttf') format('truetype'),
		url('./fonts/mulish-v12-vietnamese-500.svg#Mulish') format('svg');
}
/* mulish-600 - vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/mulish-v12-vietnamese-600.eot');
	src: url('./fonts/mulish-v12-vietnamese-600.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/mulish-v12-vietnamese-600.woff2') format('woff2'),
		url('./fonts/mulish-v12-vietnamese-600.woff') format('woff'),
		url('./fonts/mulish-v12-vietnamese-600.ttf') format('truetype'),
		url('./fonts/mulish-v12-vietnamese-600.svg#Mulish') format('svg');
}
/* mulish-700 - vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/mulish-v12-vietnamese-700.eot');
	src: url('./fonts/mulish-v12-vietnamese-700.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/mulish-v12-vietnamese-700.woff2') format('woff2'),
		url('./fonts/mulish-v12-vietnamese-700.woff') format('woff'),
		url('./fonts/mulish-v12-vietnamese-700.ttf') format('truetype'),
		url('./fonts/mulish-v12-vietnamese-700.svg#Mulish') format('svg');
}

/* End Add fonts */
.skiptranslate {
	display: none;
}
b,
strong {
	font-weight: 700;
}
b {
	color: #000;
}
body {
	font-size: 15px;
	line-height: 1.5;
	line-height: 21px;
	color: var(--black);
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Mulish', sans-serif;
}
p {
	font-size: 16px;
	line-height: 21px;
}
.section-title-container {
	margin-bottom: 0 !important;
}
.wpcf7-spinner {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
}

/* Header */ 
.gt_switcher .gt_selected a:after{
	right: 0;
}
#header .gt_switcher{
	width: 95px;
	line-height: 36px;
}
#header .gt_switcher .gt_selected a {
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 99px;
	font-size: 0;
	width: auto;
	padding: 0 10px;
}
#header .gt_switcher .gt_selected{
	background: transparent;
}
#header .gtranslate_wrapper{
	display: flex;
	flex-direction: row;
	column-gap: 5px;
}
#header .gtranslate_wrapper a.glink img {
	opacity: 1;
	width: 25px;
	height: 25px;
	object-fit: cover;
	border-radius: 99px;
	margin: 0;
}

#header .gt_switcher .gt_option {
	position: absolute;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: auto;
	padding-top: 10px;
	background: transparent;
	height: 165px !important
}
#header .gt_switcher .gt_option a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 0;
	background: #ffffffe0;
	border-radius: 99px;
	backdrop-filter: blur(4px);
	margin-bottom: 5px;
	padding: 0 10px;
	width: 85px;
	height: 36px;
}
#header .gt_switcher .gt_option a[title="Chinese (Simplified)"]::after {
	content: "Chine";
	color: #29344C;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .gt_switcher .gt_option a[title="English"]::after {
	content: "En";
	color: #29344C;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .gt_switcher .gt_option a[title="Korean"]::after {
	content: "Kore";
	color: #29344C;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .gt_switcher .gt_option a[title="Vietnamese"]::after {
	content: "Vie";
	color: #29344C;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.logo img {
	padding: 5px 0;
}
#header .top-divider {
	border: 0;
}
#header #flags li {
	height: 20px;
	margin-right: 5px;
}
#header .header-top a {
	color: #5872ab;
	font-size: 13px;
	font-weight: 600;
	line-height: 19.5px;
}
#header .header-vertical-menu__icon{
	width: 1rem;
	height: 1rem;
	position: relative;
	margin-right: 10px;
}
#header .header-vertical-menu .icon-menu{
	position: absolute;
}
#header .header-vertical-menu .icon-menu::before {
	content: '';
	background-image: url(https://multiagro.vn/wp-content/uploads/2025/03/menu.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 1rem;
	width: 1rem;
	position: absolute;
}
.header-main .menu-item a {
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s all;
	color: var(--black);
	position: relative;
	padding: 0px 10px;
	line-height: 21px;
	text-transform: uppercase;
}
#header .searchform {
	max-width: 470px;
}
#header .searchform .submit-button {
	height: 45px;
	color: #fff;
	border-radius: 0 4px 4px 0;
	padding: 0 10px;
	width: 136px;
	font-size: 20px;
	min-height: 45px;
	background: transparent;
	border-color: #DADADA;
	border-left: 0;
}
#header .searchform .button.icon i {
	font-size: 16px;
	padding-right: 80px;
	margin-bottom: 5px;
}
#header .searchform .submit-button:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	height: 27px;
	width: 1px;
	background-color: #DADADA;
}

#header .searchform .submit-button:after{
	content: 'Tìm kiếm';
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translatey(-50%);
	font-size: 16px;
	font-weight: 700;
	color: #259145;
	white-space: nowrap;
	text-transform: math-auto;

}
#header .searchform .icon-search:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f002';
	color: var(--theme-color);
	font-weight: 500;
}
#header .searchform .submit-button:hover{
	background: var(--theme-color);
}
#header .searchform .submit-button:hover .icon-search:before, #header .searchform .submit-button:hover:after{
	color: white;
}

#header input[type='search'] {
	height: 45px;
	font-size: 15px;
	line-height: 18.75px;
	background-color: rgb(255, 255, 255) !important;
	padding: 8px 12px;
	border-radius: 6px 0px 0px 6px;
	color: #495057;
	box-shadow: none;
	border-right: 0;
}
#header input[type='search']::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #495057;
	opacity: 1; /* Firefox */
}

#header input[type='search']:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #495057;
}

#header input[type='search']::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #495057;
}
#header .header-inner .flex-col.flex-right .header-nav-main{
	column-gap: 16px;
}
#header .box-contact {
	display: flex;
	gap: 0 24px;
	margin-left: 24px;
}
#header .box-contact a {
	display: flex;
	align-items: center;
}
#header .box-contact i {
	color: #259145;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}
#header .box-contact .contact i:before{
	content: '';
	background-image: url('/wp-content/uploads/2025/03/mail.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.875rem;
	height: 1.875rem;
}
#header .box-contact .hotline i:before{
	content: '';
	background-image: url(/wp-content/uploads/2025/03/contact.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.08331rem;
	height: 1.875rem;
}
#header .item-contact--content strong {
	display: block;
	color: #495057;
	line-height: normal;
	font-weight: 600;
	font-size: 14px;
}
#header .item-contact--content span {
	color: #29344C;
	line-height: 22.5px;
	font-weight: 700;
	font-size: 15px;
}
#header .header-bottom-nav.nav-left {
	max-width: 270px;
}
#header .header-vertical-menu .icon-angle-down {
	display: none;
}
#header .header-vertical-menu .header-vertical-menu__opener {
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
#header .header-vertical-menu .icon-menu {
	margin-right: 10px;
	color: #fcc112;
	font-size: 24px;
}
.header-bottom .ux-nav-vertical-menu {
	background: #fff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 42px 0 rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0 0 42px 0 rgba(32, 32, 32, 0.15);
}
#header
.header-vertical-menu__fly-out
.nav-vertical-fly-out
> li.menu-item
> a {
	display: block;
	padding: 17px 20px;
	text-decoration: none;
	border-bottom: 1px dashed #e5e8ef;
	color: #4a5682;
	font-size: 15px;
}
#header .header-bottom-nav.nav-center {
	margin-left: 30px;
	justify-content: flex-start;
}
#header
.header-vertical-menu__fly-out
.nav-vertical-fly-out
> li.menu-item
> a:hover {
	color: var(--theme-color);
}
#header
.header-vertical-menu__fly-out
.nav-vertical-fly-out
> li.menu-item:last-of-type
> a {
	border-bottom: 0;
}
.header-bottom .nav-center .menu-item a {
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s all;
	color: #fff;
	position: relative;
	padding: 0px 10px;
	line-height: 21px;
	padding: 20px 12px;
	display: inline-block;
}
.header-bottom .nav-center .menu-item.active a {
	color: #fff;
}
.header-bottom .nav-center .menu-item:hover a {
	color: #fcc112;
}

/* End header */
/* slider-home */
.slider-home {
	background: linear-gradient(90deg, #61c73f, #1f8538);
	z-index: 0;
}
.slider-home .banner-bg .bg {
	/* background: linear-gradient(90deg,#61c73f,#1f8538); */
	background: transparent;
}
.slider-home:before,
.slider-home:after {
	content: '';
	background-image: url(./images/bg-effect.png);
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	opacity: 0.7;
	z-index: -1;
}
.slider-home:before {
	left: 0;
}
.slider-home:after {
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.slider-home .slider .banner {
	z-index: 2;
}
.slider-home .banner-layer {
	/* max-width: 740px; */
}
.slider-home .banner .img {
	padding-top: 30px;
	margin-bottom: 10px;
	max-width: 740px;
}
.slider-home .banner p {
	margin: 0;
}
.slider-home .banner strong {
	font-size: 15.5px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.slider-home .banner h2 {
	color: #fff400;
	font-size: 45px;
	font-weight: bold;
	text-transform: capitalize;
}
.slider-home .banner .text-inner p:last-of-type {
	font-size: 17px;
	line-height: 1.8;
}
.slider-home .banner .text-center .button {
	margin: 2em auto !important;
	width: fit-content;
	display: flex;
	align-items: center;
	-webkit-appearance: none;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 50px;
	padding: 0.75em 2em;
	background-repeat: no-repeat;
	background-size: 100%;
	background-clip: padding-box;
	position: relative;
	color: #fff;
	background-image: linear-gradient(90deg, #5fc53f, #218738);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	height: 49px;
}
.slider-home .banner.is-selected .img-inner,
.slider-home .banner.is-selected p,
.slider-home .banner.is-selected h2,
.slider-home .banner.is-selected .text-inner p:last-of-type {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.slider-home .banner.is-selected .img-inner {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.slider-home .banner.is-selected p {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slider-home .banner.is-selected h2 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.slider-home .banner.is-selected .text-inner p:last-of-type {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.waveWrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
	display: none;
}

.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	bottom: -1px;
	background-image: var(--gradientColor);
}

.bgTop {
	z-index: 15;
	opacity: 0.5;
}

.bgMiddle {
	z-index: 10;
	opacity: 0.75;
}

.bgBottom {
	z-index: 5;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.waveTop {
	background-size: 50% 100px;
}

.waveAnimation .waveTop {
	animation: move-wave 3s;
	-webkit-animation: move-wave 3s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.waveMiddle {
	background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
	animation: move_wave 10s linear infinite;
}

.waveBottom {
	background-size: 50% 100px;
}

.waveAnimation .waveBottom {
	animation: move_wave 15s linear infinite;
}

/* End slider-home */

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55);
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}
@-webkit-keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55);
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}
/* section-prolist */
.section-prolist {
	padding-bottom: 60px !important;
}
.section-prolist .box-category {
	border: 2px dashed #dce1e8;
	padding: 30px 16px 12px;
	transition: all 0.3s;
}
.section-prolist .box-category:hover {
	border-color: var(--theme-color);
}
.section-prolist .box-category .box-image {
	max-width: 125px;
}
.section-prolist .box-category h4 {
	color: #4a5682;
	height: 45px;
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-top: 10px;
}

.section-prolist .box-category .box-text {
	padding: 0;
}
.section-prolist .product-small.box .box-image {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.section-prolist .product-small.box img {
	bottom: 0;
	font-family: 'object-fit: cover;';
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/* End section-prolist */
/* section-pronew */
.section-title-normal {
	border-bottom: 0 !important;
}
.section-pronew .section-title-normal span {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border-bottom: 0;
	padding: 0;
}
.section-pronew .section-title {
	align-items: center;
}
.section-pronew .section-title a {
	height: 40px;
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: var(--theme-color);
	color: #fff;
}
.section-pronew .section-title .icon-angle-right {
	opacity: 1;
	color: #fff;
	margin-left: 6px;
}
.section-pronew .section-title .icon-angle-right:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f061';
}
.product-small.box {
	border: 1px solid #e4e7ec;
	border-radius: 0.4rem;
	padding: 16px;
	text-align: center;
	background: #fff;
}
.product-small.box .box-text {
	padding: 0;
}
.product-small.box .product-title a {
	margin: 0;
	color: #2d3954;
	margin-bottom: 7px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 45px;
	line-height: 1.5;
}
.product-small.box .giathuong {
	font-size: 14px;
	font-weight: 400;
	color: #74869c;
}
.product-small.box .amount {
	font-size: 18px;
	color: #1ca301;
	margin-bottom: 0;
	font-weight: 400;
}
.product-small.box .title-wrapper {
	position: relative;
	padding-top: 23px;
}
.product-small.box .title-wrapper:before,
.category-page-row .box-category .header-title:before {
	content: '\f005 \f005 \f005 \f005 \f005';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 4px;
	color: #ff9c07;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 3px;
	left: 50%;
	transform: translateX(-50%);
}
.section-pronew .flickity-button,
.related-products-wrapper .flickity-button {
	opacity: 1;
	margin-top: 0 !important;
}
.section-pronew .flickity-button .flickity-button-icon,
.related-products-wrapper .flickity-button .flickity-button-icon {
	border: 1px solid #e4e7ec;
	height: 30px;
	width: 30px;
	color: #5b687b;
	background: #fff;
	border-radius: 50%;
}
.section-pronew .slider-nav-outside .flickity-prev-next-button.next,
.related-products-wrapper .flickity-prev-next-button.next {
	left: calc(100% - 10px);
}
.section-pronew .slider-nav-outside .flickity-prev-next-button.previous,
.related-products-wrapper .flickity-prev-next-button.previous {
	right: calc(100% - 10px);
}
.product-category.col img {
	-o-object-fit: contain;
	object-fit: contain;
}
#main .related-products-wrapper .flickity-button .flickity-button-icon {
	margin-top: 0;
}
#main .related-products-wrapper .flickity-button {
	background: transparent;
	box-shadow: none;
	height: 30px;
	top: 45%;
	transform: unset !important;
}
#main .related-products-wrapper .flickity-button.next {
	right: 0 !important;
}
#main .related-products-wrapper .flickity-button.previous {
	left: 0 !important;
}
/* End section-pronew  */
/* section-news */
.section-news .section-title {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 0;
}
.section-news .section-title a {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 22.5px;
	font-weight: 400;
}
.section-news .section-title .icon-angle-right {
	display: none;
}
.section-news .section-title .section-title-main {
	margin: 0;
	border-bottom: 0;
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 2rem;
	text-transform: capitalize;
}
.section-news .box {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}
.section-news .box .button {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	padding: 3px 15px;
	background: #f55d2c;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	border: 0;
	text-transform: unset;
}
/* .section-news .box-text {
position: absolute;
bottom: 0;
left: 50%;
background: rgba(255, 255, 255, 0.9);
padding: 15px 15px 11px;
width: 240px;
border-radius: 10px 10px 0 0;
transform: translate(-50%, 0px);
text-align: center;
} */
.section-news .box-text .post-title {
	font-size: 16px;
	color: #2d3954;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
}
.section-news .box-text .post-meta {
	font-size: 13px;
	line-height: 24px;
	opacity: 1;
}
.section-news .box-text .post-meta:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f34e';
	margin-right: 5px;
}
.section-news .box-image {
	border-radius: 4px;
}
.section-news .row-slider .flickity-prev-next-button {
	opacity: 1;
	margin-top: 0 !important;
	top: 42%;
	bottom: auto;
	transform: translateY(0) !important;
	width: 40px;
	height: 40px;
}
.section-news .slider:hover .flickity-prev-next-button{
	transform: none !important;
	opacity: 0.8;
}
.section-news .row-slider .flickity-prev-next-button svg{
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	padding: 0.65rem;
}
.section-news .row-slider .flickity-prev-next-button svg path{
	fill: white;
}
.section-news .row-slider .flickity-prev-next-button.next {
	right: 0;
}
.section-news .row-slider .flickity-prev-next-button.previous {
	left: 0;
}
/* End section-news */
/* Category product */
.filter-category {
	display: none;
}
.category-page-title,
.page-title--center,
.blog-wrapper .archive-page-header {
	background: #1d2738;
	color: #7f8fa9;
	padding: 2rem 0;
}
.category-page-title .page-title-inner {
	padding-top: 0;
	text-align: center;
}
.category-page-title .shop-page-title,
.page-title--center .entry-title,
.page-title.shop-page-title .page-title-inner h2,
.blog-wrapper .archive-page-header h1,
.page-title--center .entry-cate {
	font-size: 32px;
	color: #fcc112;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
}
.category-page-title .breadcrumbs,
.page-title--center .breadcrumbs,
.page-title.shop-page-title .breadcrumbs,
.blog-wrapper .breadcrumbs {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.category-page-title .breadcrumbs a,
.page-title--center .breadcrumbs a,
.page-title.shop-page-title .breadcrumbs a,
.blog-wrapper .breadcrumbs a {
	color: #7f8fa9 !important;
}
.page-title--center .breadcrumbs a:last-of-type {
	color: #fff !important;
}
.single .page-title--center .breadcrumbs .divider:last-of-type {
	display: none;
}

.category-page-title .breadcrumbs .divider,
.page-title--center .breadcrumbs .divider,
.page-title.shop-page-title .breadcrumbs .divider,
.blog-wrapper .breadcrumbs .divider {
	color: #7f8fa9;
	opacity: 1;
}
.post-type-archive #main,
.tax-product_cat #main {
	background: #f4f5f7;
}
.category-page-row .product-category,
.category-page-row .product-small.col {
	height: 100%;
	padding: 0 15px 30px !important;
}
.category-page-row .product-category .box-category {
	border: 1px solid #e4e7ec;
	border-radius: 0.4rem;
	background: #fff;
	overflow: hidden;
	padding: 1rem;
}
.category-page-row .box-category .box-text {
	padding: 0;
}
.category-page-row .box-category .header-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	padding-top: 24px;
	position: relative;
}
.category-page-row.page-shop {
	padding: 80px 0 20px;
}
.col-menucate .menucate-title {
	display: none;
}
.shop-sidebar .is-sticky-column__inner,
.post-sidebar .is-sticky-column__inner {
	background: #fff;
	border-radius: 0.4rem;
	margin-bottom: 25px;
}
.shop-sidebar .section-title-main,
.post-sidebar .section-title-main {
	padding: 15px 15px 0;
	width: 100%;
	margin: 0;
	border-bottom: 0;
	text-transform: none;
	font-size: 18px;
}
.shop-sidebar .box,
.post-sidebar .box {
	display: flex;
	padding: 10px 1rem 10px;
}
.shop-sidebar .product-small.box,
.post-sidebar .product-small.box {
	border: 0;
	align-items: center;
}
.shop-sidebar .product-small.box .box-text,
.post-sidebar .product-small.box .box-text {
	text-align: left;
}
.shop-sidebar .product-small.col,
.post-sidebar .product-small.col {
	padding-bottom: 0 !important;
}
.shop-sidebar .product-small.col .title-wrapper:before,
.post-sidebar .product-small.col .title-wrapper:before {
	display: none;
}
.shop-sidebar .product-small.box .title-wrapper,
.post-sidebar .product-small.box .title-wrapper {
	padding-top: 0;
}

.post-sidebar .section-title-main:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\e178';
	margin-right: 8px;
}
.shop-sidebar .box .box-image,
.post-sidebar .box .box-image {
	max-width: 70px;
	flex-shrink: 0;
}
.shop-sidebar .box .image-cover,
.post-sidebar .box .image-cover {
	border-radius: 4px;
	overflow: hidden;
}
.shop-sidebar .box .box-text,
.post-sidebar .box .box-text {
	padding: 0 0 0 10px;
}
.shop-sidebar .box .post-title,
.post-sidebar .box .post-title {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #4a5682;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.shop-sidebar .box .post-meta,
.post-sidebar .box .post-meta {
	font-size: 13px;
	opacity: 1;
}
.page-shop .menu-sidebar {
	background: #fff;
	position: relative;
	display: inline-block;
	border-radius: 0.4rem;
	box-shadow: 0 0 7px 0 rgba(32, 32, 32, 0.08);
	-webkit-box-shadow: 0 0 7px 0 rgba(32, 32, 32, 0.08);
	width: 100%;
}
.page-shop .menu-sidebar h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 24px 24px 10px;
	width: 100%;
	line-height: 26px;
	border-bottom: 1px solid #e4e7ec;
	margin-bottom: 15px;
}
.page-shop .menu-sidebar .menu {
	padding: 0 1.5rem 1.5rem 1.5rem;
}
.page-shop .menu-sidebar .item {
	display: flex;
	align-items: center;
	padding: 4px 0;
	justify-content: space-between;
	color: #647b9c;
	flex-wrap: wrap;
}
.page-shop .menu-sidebar .item a {
	color: #647b9c;
	flex: 1;
}

.page-shop .menu-sidebar .item .children {
	width: 100%;
	padding: 12px 0 8px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.page-shop .menu-sidebar .item i {
	background: #f3f5f9;
	color: #647b9c;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.order-products .woocommerce-result-count {
	display: none;
}
.shop-container .row-small {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.order-products .woocommerce-ordering select {
	margin: 0;
	border: 1px solid #ebedf1;
	height: 38px;
	color: #647b9c;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0 10px;
	line-height: 31px;
}
.order-products .woocommerce-ordering {
	margin: 0 0 15px;
}

/* End category product */
/* Single product */

.single-product .page-title.shop-page-title {
	background: #F4F5F7;
	color: #495057;
	padding: 0;
}
.single-product .page-title.shop-page-title .breadcrumbs{
	color: var(--theme-color);
}
.page-title.shop-page-title h2{
	display: none;
}
.single-product .page-title.shop-page-title .page-title-inner{
	justify-content: center;
	align-items: flex-start;
	min-height: 40px;
}
.single-product .product-main .large-6 .product-images{
	background: white;
	border-radius: 10px;
}
.single-product .shop-container{
	background: #F4F5F7;
}
.page-title.shop-page-title .page-title-inner {
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 0;
}
.product-footer {
	padding: 27px 40px;
	border-radius: 10px;
	background: white;
}
.single .page-title.shop-page-title .breadcrumbs a:last-of-type:after {
	content: '/';
	margin: 0 4.5px;
}
@media screen and (min-width: 850px) {
	.single-product .shop-container .row-divided.row-reverse>.col+.col:not(.large-12) {
		border-left: 0;
		border-right: 0;
		padding-bottom: 0;
	}
	.single-product .shop-container .product .content-row{
		padding-bottom: 30px;
	}
}
#main .shop-container .product .product-main {
	padding-top: 0px;
	padding-bottom: 0px;
}
.product-main .box-cate {
	display: none;
	justify-content: space-between;
	margin-bottom: 5px;
}
.product-main .box-cate a {
	font-weight: 600;
}
.product-main .box-cate span {
	font-size: 13px;
	padding: 4px 15px;
	border-radius: 2px;
	background: #2dab32;
	color: #fff;
	margin-left: 5px;
}
.product-main .product-title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 0;
}
.product-main .product-review {
	margin-bottom: 1rem;
}

.product-main .product-review i {
	color: #ff9800;
	font-size: 11px;
}
.product-main .text-price {
	font-size: 30px;
	color: #2d3954;
	font-weight: 500;
	text-transform: capitalize;
	display: none;
}
.product-main .price-wrapper {
	display: none;
}
.proinfo {
	display: none;
}
.proinfo .proinfo-item {
	display: flex;
	flex-flow: row wrap;
	padding: 5px 0;
}
.proinfo .proinfo-item .proinfo-item__title {
	width: 150px;
	flex-shrink: 0;
	font-weight: bold;
}
.proinfo .proinfo-item .proinfo-item__content {
	flex: 1;
}
.proinfo .proinfo-item .instock {
	color: #2ea033;
}
.proinfo .proinfo-item .outstock {
	color: red;
}
.proinfo .social-icons .button.icon {
	border: 0;
	color: #4a5682;
	background: #fff;
	min-width: fit-content;
	margin-right: 10px;
	margin-bottom: 0;
}
.proinfo .social-icons .button.icon:hover {
	background: #fff !important;
}
.proinfo .social-icons .button.icon:hover i {
	color: #4a5682 !important;
}
.btn-contact {
	height: 55px;
	margin: 0;
	font-weight: 600;
	padding: 0 32px;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all ease 0.4s;
	background: #1f2738;
	border-radius: 4px;
	width: fit-content;
	min-width: 145px;
	cursor: pointer;
}
.btn-contact i {
	margin-left: 5px;
}
.btn-contact:hover {
	background: #e61b44;
}
.product-footer .woocommerce-tabs {
	border-top: 0 !important;
}

.product-footer .woocommerce-tabs .nav li a {
	color: #29344C;
	border-radius: 3px;
	text-align: center;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
}
/* .product-footer .woocommerce-tabs .nav li a:hover {
color: var(--theme-color);
}
.product-footer .woocommerce-tabs .nav li.active a {
background: var(--theme-color);
color: #fff;
} */
.product-footer .woocommerce-tabs .nav li a:before {
	display: none;
}
.custom-price{
	margin-bottom: 16px;
}
.custom-price .giathuong{
	font-size: 16px;
	font-weight: 600;
	color: #495057;
}
.custom-price .amount{
	font-size: 19px;
	font-weight: 700;
	color: #F58220;
}
.btn-contacts{
	display: flex;
	column-gap: 0.5rem;
}
.btn-contacts .btn span{
	font-size: 16px;
	text-transform: math-auto;
	font-weight: 500;
}
.btn-contacts .btn{
	border: 1px solid var(--theme-color);
	height: 36px;
	width: 156px;
	border-radius: 99px;
	background-color: white;
	box-shadow: none !important;
	margin: 0;
}
.btn-contacts .btn.btn-zalo{
	background: var(--theme-color);
	color: white;
}
.btn-contacts .btn.btn-call{
	color: var(--theme-color);
}
.btn-contacts .btn.btn-zalo:hover{
	background-color: white;
	color: var(--theme-color);
}
.btn-contacts .btn.btn-call:hover{
	background-color: var(--theme-color);
	color: white;
}

.related-products-wrapper .product-section-title {
	color: #2d3954;
	z-index: 2;
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 21px;
}
.related-products-wrapper {
	border: 0 !important;
	padding: 80px 0;
	background: #f4f5f7;
	position: relative;
}

.related-products-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	width: 120vw;
	height: 100%;
	background: white;
	z-index: 0;
	top: 0;
	left: -20vw;
}
.cart-sidebar {
	height: 100%;
	width: 350px;
	background-color: #fff;
	position: fixed;
	display: block;
	top: 0;
	right: -350px;
	z-index: 100000;
	overflow: auto;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	transition: all 0.3s ease;
	padding: 1rem 1.2rem;
	opacity: 0;
	visibility: hidden;
}
.cart-sidebar.show {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.cart-sidebar .cart-sidebar-title {
	display: flex;
	align-items: center;
}
.cart-sidebar .cart-sidebar-title h4 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}
.cart-sidebar .btn-close {
	width: 30px;
	height: 30px;
	font-size: 18px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e4ea;
	border-radius: 50%;
	background: #f4f5f7;
	cursor: pointer;
	color: #2f348a;
}
.cart-sidebar .form-content {
	margin: 1.2rem 0 1rem;
	padding: 1.2rem 0;
	border-top: 1px dashed #c9d2e0;
	border-bottom: 1px dashed #c9d2e0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cart-sidebar .form-item {
	padding: 0 15px;
	margin-bottom: 1rem;
}
.cart-sidebar .form-item label {
	font-size: 15px;
	margin-bottom: 8px;
	color: #5b687b;
	font-weight: 400;
}
.cart-sidebar .form-item input {
	height: 54px;
	border-radius: 4px;
	font-size: 15px;
	box-shadow: none;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e6eaf3;
	line-height: 1.25;
	color: #495057;
	margin-bottom: 0;
}
.cart-sidebar .form-item input::placeholder {
	color: #495057;
	opacity: 1;
}

.cart-sidebar textarea {
	border: 1px solid #e6eaf3;
	line-height: 1.25;
	color: #495057;
	margin-bottom: 0;
	border-radius: 4px;
	font-size: 15px;
	box-shadow: none;
	min-height: 140px;
}
.cart-sidebar .form-item input:focus,
.cart-sidebar textarea:focus {
	box-shadow: none;
	border-color: #3a4958;
}
.cart-sidebar input[type='submit'] {
	width: 100%;
	border-radius: 4px;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	border: 1px solid var(--theme-color);
}
.cart-sidebar input[type='submit']:hover {
	background-color: #fff;
	color: var(--theme-color);
	box-shadow: none;
	border: 1px dashed;
}
.cart-sidebar .form-item input[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
/* End single product */
/* Page */
.page-title--center {
	background: #1d2738;
	color: #7f8fa9;
	padding: 2rem 0;
}
/* End page */
/* Post archive*/
.blog-wrapper.page-wrapper {
	padding: 0;
	background: #f4f5f7;
}
.blog-wrapper .row-blog {
	padding: 80px 0 50px;
}
.blog-archive .large-8 .box {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 1px solid #e9ecf1;
}
.blog-archive .large-8 .box-text {
	background: #fff;
	padding: 0;
}
.blog-archive .large-8 .new-post {
	color: #fff;
	font-size: 13px;
	padding: 5px 12px;
	border-radius: 50px;
	display: inline-block;
	background: var(--theme-color);
	margin: 20px 20px 10px;
}
.blog-archive .large-8 .post-title {
	line-height: 1.5;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: #2d3954;
	font-weight: 500;
	font-size: 21px;
	padding: 0 20px;
}
.blog-archive .large-8 .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: #5b687b !important;
	padding: 0 20px;
}
.post-sidebar .product-small.box .product-title a {
	height: auto;
}
.blog-list .from_the_blog_excerpt {
	opacity: 1 !important;
	-webkit-line-clamp: 2 !important;
}
.page-shop .post-article-footer {
	display: none;
}
.post-article-footer {
	border-top: 1px solid #e9ecf1;
	padding: 0.8rem 1.25rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.post-article-footer .post-author img {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
	margin-right: 7px;
}
.post-article-footer .post-author {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.post-article-footer .post-meta {
	flex-shrink: 0;
	font-size: 15px;
}
.post-sidebar {
	border-left: 0 !important;
}
.post-sidebar .post-article-footer,
.post-sidebar .new-post {
	display: none;
}
/* End post archive */
/* Single post */
.single .post-image {
	position: relative;
	margin-bottom: 25px;
}
.single .post-image .post-date {
	position: absolute;
	bottom: 15px;
	left: 30px;
	padding: 5px 30px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
	background: var(--theme-color);
}
.single .post-author {
	font-family: Times New Roman;
	font-size: 18px;
	margin-bottom: 18px;
}
.single .post-author span {
	color: var(--theme-color);
}
.single h1.entry-title {
	font-size: 24px;
	font-weight: 700;
	color: #29344C;
}
.single .product-page-price .giathuong{
	font-weight: 600;
	font-size: 16px;
}
.single .product-page-price .amount{
	color: #F58220;
	font-size: 18px;
}
.single .entry-header-text {
	padding-bottom: 0;
}
.single .entry-content {
	padding: 0;
}

.single .entry-content blockquote {
	margin: 0;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 300;
	padding: 1rem;
	background: #fff;
	border-radius: 0.4rem;
	border-left: 2px solid #259145;
	position: relative;
	padding-top: 2rem;
	margin-top: 15px;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 27px;
	color: #5b687b;
}
.single .entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 40px;
	color: #e5e7ea;
	opacity: 1;
}
.single .entry-content blockquote .authorOrTitle {
	color: var(--theme-color);
}
.single .blog-share {
	padding: 10px 0 0;
	border-top: 1px solid #e0ecf5;
	margin-top: 20px;
}
.single .blog-share .share-icons-title {
	color: #5b687b;
	font-size: 15px;
}
.single .blog-share .share-icons-title:after {
	content: '\f1e0';
	font-family: 'Font Awesome 6 Pro';
	margin-left: 3px;
}
.single .blog-share .button.icon {
	margin: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
	box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
	line-height: 40px;
	text-align: center;
	border: 0;
	color: #4a5682;
}
.single .blog-share .button.icon.email {
	display: none;
}
.row-collapse + .section-title-container {
	margin-top: 0px !important;
}
.highlights-product .title{
	margin-bottom: 15px;
	font-size: 18px;
	color: #495057;
	font-weight: 700;
}
.highlights-product ul{
	margin: 0;
}
.highlights-product ul li{
	margin-left: 0 !important;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.highlights-product .img{
	width: fit-content;
}
.highlights-product .img img{
	width: 16px;
	height: 16px;
}
.single-product_header, .highlights-product{
	background: white;
	border-radius: 10px;
	padding: 20px 32px;
}
.highlights-product{
	margin-top: 20px;
}
/* End Single post */
/* page-contact */
.page-contact .row-icon .col-inner {
	text-align: center;
	border: 1px solid #e0ecf5;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 2.4em 1em;
}
.page-contact .row-icon .col-inner p:first-of-type {
	font-size: 30px;
	margin-bottom: 5px;
}
.page-contact .row-icon h4 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 2px;
}
.page-contact .form-contact label {
	font-size: 14px;
	color: #5b687b;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.page-contact .form-contact input {
	height: 54px;
	border-radius: 4px;
	font-size: 15px;
	box-shadow: none;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e6eaf3;
	margin-bottom: 0;
}
.page-contact .form-content {
	display: flex;
	flex-wrap: wrap;
}
.page-contact .form-content .form-item {
	padding: 0 15px 0;
	margin-bottom: 1rem;
	width: 100%;
}
.page-contact .form-content textarea {
	border-radius: 4px;
	font-size: 15px;
	box-shadow: none;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e6eaf3;
	margin-bottom: 0;
}
.page-contact .form-content .form-item:nth-of-type(2),
.page-contact .form-content .form-item:nth-of-type(3) {
	width: 50%;
}
.page-contact .form-submit {
	padding: 0 15px;
}
.page-contact .form-submit input[type='submit'] {
	height: 52px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	display: flex;
	align-items: center;
	padding: 0 25px;
}
.page-contact .form-submit input[type='submit']:hover {
	background: #e05707;
	border: 1px solid #e05707;
	color: #fff;
	box-shadow: none;
}
/* End page-contact */
/* bo giai phap */
.list-categpry {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	list-style: none;
	margin-bottom: 40px;
}
.list-categpry li {
	margin: 15px 5px 15px 5px;
}
.list-categpry li a {
	background-color: #2196531a;
	padding: 10px 16px 10px 16px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-weight: 600;
	color: #259145;
	transition: all 0.3s ease;
}
.list-categpry li a:hover {
	background: #259145;
	color: #fff;
}
.archive-list .box-vertical {
	border-radius: 15px;
	overflow: hidden;
}
.archive-list .box-vertical .box-text {
	background: #fff;
}
.archive-list .box-vertical .new-post,
.archive-list .box-vertical .post-article-footer {
	display: none;
}
.archive-list .box-vertical .post-title {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 10px;
	font-weight: 600;
}
/* End bo giai phap */
/* Footer */
#footer .footer-top {
	margin-bottom: 50px;
	padding: 0.5rem 0;
	position: relative;
}
#footer .footer-top:after {
	content: '';
	display: block;
	width: 120vw;
	height: 0;
	border-bottom: 1px solid #303850;
	position: absolute;
	bottom: 0;
	left: -20vw;
}

#footer .footer-top .col {
	padding-bottom: 0;
}
#footer .footer-top .text h4 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
}
#footer .footer-top .text p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}
#footer .footer-top .col-inner {
	position: relative;
}
#footer .footer-top .col-inner:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f0d1';
	border: 1px dashed #259145;
	color: #259145;
	display: flex;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-right: 1rem;
	border-radius: 50%;
	flex-shrink: 0;
}
#footer .footer-top .col:nth-of-type(2) .col-inner:before {
	content: '\e248';
}
#footer .footer-top .col:nth-of-type(3) .col-inner:before {
	content: '\f025';
}

#footer .footer-top .col-inner {
	padding: 1.5rem 1rem 1.5rem 0;
	display: flex;
	flex-wrap: wrap;
}
#footer .footer-top .text {
	flex: 1;
}
#footer .col.widget {
	padding: 0;
}
#footer .widget-title {
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	display: block;
	margin-bottom: 8px;
}
#footer .is-divider {
	display: none;
}
#footer .menu li {
	border: 0;
}
#footer .col-info .menu a {
	padding: 0px 0 0 30px;
	position: relative;
	font-size: 14px;
	color: #858b9f;
}
#footer .col-info .menu li {
	margin-top: 15px;
}
#footer .col-info .menu li a:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f015';
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0px;
	position: absolute;
	color: var(--theme-color);
}
#footer .col-info .menu li:nth-of-type(2) a:before {
	content: '\f025';
}
#footer .col-info .menu li:nth-of-type(4) a:before {
	content: '\f0e0';
}
#footer .col-info .textwidget img {
	max-width: 122px;
	margin: 0;
}
#footer .col-info .textwidget p {
	margin: 0;
}
#footer .col-info .textwidget p:last-of-type {
	margin-top: 15px;
	color: #858b9f;
	padding-left: 30px;
	font-size: 14px;
}
#footer .col-info .textwidget p:last-of-type:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0a6';
	display: inline-block;
	position: absolute;
	left: 0;
	color: var(--theme-color);
}
#footer .col-link .menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
	grid-gap: 15px 30px;
}
#footer .col-link .sub-menu {
	display: block;
	border: 0;
	margin: 0;
	padding-left: 0;
}
#footer .col-link .menu > li > a {
	margin-bottom: 5px;
	line-height: 26px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	padding: 0;
}
#footer .col-link .toggle {
	display: none;
}
#footer .col-link .sub-menu a {
	padding: 0;
	font-size: 14px;
	margin-top: 15px;
	color: #858b9f;
	display: block;
	transition: all ease 0.3s;
}
#footer .col-link .sub-menu a:hover {
	color: #fff;
}
.absolute-footer .copyright-footer {
	font-size: 14px;
	color: #858b9f;
}
.vertical-menu {
	display: none;
}
/* End footer */

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.section-prolist .product-small.col {
		flex-basis: 25% !important;
		max-width: 25% !important;
	}
}

@media screen and (max-width: 1199.98px) and (min-width: 768px) {
	.section-prolist .product-category.col,
	.section-prolist .product-small.col {
		flex-basis: 33.3333333333% !important;
		max-width: 33.3333333333% !important;
	}
}
@media screen and (max-width: 1199.98px) {
	#header .mobile-nav .search-mobile {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid var(--theme-color);
		color: #259145;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 7px;
		font-size: 16px;
	}
	#header #logo {
		width: 100px;
	}
	#header {
		overflow: hidden !important;
	}
	#header .html_topbar_left {
		display: block;
	}
	#header .header-search-form {
		position: absolute !important;
		transform: translateY(100%);
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	#header .header-search-form.active {
		transform: translateY(0%);
		opacity: 1;
		visibility: visible;
	}
	#header .searchform {
		max-width: 100%;
	}
	#header .header-bottom-nav.nav-center {
		margin-left: 0;
	}
	.vertical-menu {
		height: 100%;
		width: 280px;
		background-color: #fff;
		position: fixed;
		display: block;
		top: 0;
		left: -280px;
		z-index: 100;
		overflow: auto;
		-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
		box-shadow: 0 2px 10px 0 #d8dde6;
		transition: all 0.3s ease;
	}
	.vertical-menu.show {
		left: 0px;
	}
	.vertical-menu .vertical-menu--title,
	.menucate-title {
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.vertical-menu .vertical-menu--title h4 {
		margin-bottom: 0;
		font-weight: 500;
	}
	.vertical-menu .vertical-menu--title .btn-close,
	.col-menucate .btn-close {
		width: 30px;
		height: 30px;
		font-size: 18px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #e0e4ea;
		border-radius: 50%;
		background: #f4f5f7;
		cursor: pointer;
		color: #2f348a;
	}
	.vertical-menu .menu {
		list-style: none;
	}
	.vertical-menu .menu .menu-item a {
		display: block;
		padding: 12px 15px;
		border-bottom: 1px dashed #dee1ea;
	}
	.header-bottom-nav.mobile-nav .nav-icon {
		display: flex;
		justify-content: flex-end;
		flex: 1;
	}
	.header-bottom-nav.mobile-nav .nav-icon .icon-menu {
		color: #fff;
		font-size: 30px;
	}
	.shop-categories {
		height: 60px;
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 500;
		color: #fff !important;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		padding: 0 15px;
	}
	.shop-categories .icon-menu {
		margin-right: 10px;
		color: #fcc112;
		font-size: 24px;
	}
	#main-menu.mobile-sidebar {
		height: 100%;
		background-color: #1a1b23;
	}
	.off-canvas-left .mfp-content {
		width: 320px !important;
	}
	#main-menu.mobile-sidebar .menu-item a {
		color: #8e909e;
		padding: 12px 15px 12px 26px;
		font-size: 16px;
		font-weight: 500;
	}
	#main-menu.mobile-sidebar .nav > li + li {
		border-top: solid 1px #252731;
	}
	.category-filtering {
		display: none;
	}
}
@media screen and (max-width: 767.98px) {
	.mobile-sidebar .gtranslate_wrapper a.glink.nturl img {
		opacity: 1;
		width: 35px;
		height: 35px;
		object-fit: cover;
		border-radius: 99px;
		margin-right: 10px;
	}
	#header #logo {
		width: 75px;
		display: inline-flex;
		align-items: center;
	}
	#header #logo h1{
		margin-bottom: 0;
	}
	#header .switcher {
		width: 156px;
	}
	#header .switcher .selected a {
		width: 140px;
	}
	#header .mobile-nav {
		flex-wrap: nowrap;
		column-gap: 10px;
	}
	#header .mobile-nav li {
		margin: 0 2px;
	}
	#header .header-top .nav > li:last-of-type > a {
		display: none;
	}
	#header .header-top a {
		font-size: 11px;
	}
	#header .header-top a i {
		margin-bottom: 4px;
	}
	#header .header-top .container {
		padding: 0 5px;
	}
	#header #flags {
		width: fit-content;
		flex: 1;
	}

	#header #flags li {
		margin-right: 3px;
	}
	#header .header-top .html_top_right_text {
		flex: 1;
	}
	#header .box-contact a {
		align-items: center;
		flex-direction: column;
		height: 32px;
		width: 32px; 
	}
	#header .item-contact--content strong{
		display: none;
	}
	#header .item-contact--content span{
		font-size: 12px;
	}
	.slider-home .banner strong {
		font-size: 13px;
	}
	.slider-home .banner h2 {
		margin-bottom: 13px;
		font-size: 25px;
		line-height: 40px;
	}
	.slider-home .banner .text-inner p:last-of-type {
		font-size: 14.5px;
	}
	.slider-home .banner .text-center .button {
		font-size: 15px;
	}
	.slider-home .slider .banner {
		padding-top: 500px !important;
	}
	.section-news .section-title .section-title-main {
		text-align: center;
		margin-bottom: 10px;
	}
	.section-news .row-full-width {
		max-width: 1200px !important;
	}
	#footer .footer-top .col-inner:before {
		width: 40px;
		height: 40px;
	}
	#footer .footer-top .text h4 {
		font-size: 14px;
	}
	#footer .footer-top .text p {
		font-size: 13px;
	}
	#footer .footer-top .col-inner {
		align-items: center;
	}
	#footer .col-link .menu {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	.filter-category {
		width: 50px;
		height: 50px;
		background: #1d2738;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 6px 6px 0;
		color: #fff;
		font-size: 18px;
		position: fixed;
		left: 0;
		top: 35%;
		z-index: 2;
		border: 1px solid #fff;
		border-left: 0;
	}
	.col-menucate .menucate-title {
		display: flex;
		padding: 10px 0;
		border-bottom: 1px solid #dfe4ec;
	}
	.col-menucate {
		height: 100%;
		width: 320px !important;
		background-color: #fff;
		position: fixed !important;
		display: block;
		top: 0;
		left: -320px;
		z-index: 100;
		overflow: auto;
		-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
		box-shadow: 0 2px 10px 0 #d8dde6;
		transition: all 0.3s ease;
	}
	.col-menucate.show {
		left: 0px;
	}
	.page-shop .menu-sidebar {
		box-shadow: none;
	}
	.page-shop .menu-sidebar h4 {
		padding: 10px 0;
	}
	.page-shop .menu-sidebar .menu {
		padding: 0;
	}
	.category-page-title .shop-page-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.section-prolist .box-category .box-image {
		max-width: 236px;
	}
	.section-prolist .box-category {
		border: 1px solid #e4e7ec;
		border-radius: 0.4rem;
	}
	.section-prolist .box-category h4 {
		font-size: 15px;
		font-weight: 500;
		height: auto;
		padding-top: 23px;
		position: relative;
		margin: 0;
	}
	.section-prolist .box-category h4:before {
		content: '\f005 \f005 \f005 \f005 \f005';
		font-family: 'Font Awesome 6 Pro';
		position: absolute;
		top: 4px;
		color: #ff9c07;
		font-weight: bold;
		font-size: 10px;
		letter-spacing: 3px;
		left: 50%;
		transform: translateX(-50%);
	}
	.section-pronew .section-title a {
		width: 100%;
		margin-top: 10px;
		border-radius: 4px;
	}
	.section-pronew .section-title {
		margin-top: 30px;
	}
	.waveWrapperInner {
		position: absolute;
		width: 300%;
		overflow: hidden;
		height: 100%;
		background-image: var(--gradientColorSmall);
	}
	.page-contact .row-icon .col-inner {
		margin-bottom: 0;
		padding: 15px 20px;
	}
	.page-contact .form-content .form-item:nth-of-type(2),
	.page-contact .form-content .form-item:nth-of-type(3) {
		width: 100%;
	}
	.list-categpry {
		justify-content: flex-start;
	}
	.list-categpry li {
		scroll-snap-align: start;
	}
	.archive-list .box-vertical .box-text {
		padding: 15px 15px 25px;
	}
	.blog-wrapper .row-blog {
		padding: 30px 0 0px;
	}
	.blog-list .box-vertical .post-title,
	.blog-list .from_the_blog_excerpt {
		padding: 0 !important;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*===========Single product===========*/
#product-sidebar{
	padding: 0 10px 10px;
}
#product-sidebar #block_widget-3 .col:first-child {
	padding: 1.4rem;
	background: white;
	border-radius: 10px;
}
#product-sidebar #block_widget-3 .col:nth-child(2){
	display: none;
}
#product-sidebar .section-title-main{
	padding: 15px 0 0;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
}
#product-sidebar ul.product_list_widget li img{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	height: 75px;
	width: 62px;
}
#product-sidebar .col-product .product_list_widget li{
	margin: 0;
	border-top: 0;
	min-height: 90px;
}
#product-sidebar .col-product .product_list_widget li a span {
	font-size: 1rem;
	font-weight: 700;
	color: #29344C;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#product-sidebar .col-product .product_list_widget li .giathuong{
	font-size: 15px;
	font-weight: 600;
	color: #495057;
}
#product-sidebar .col-product .product_list_widget li .amount{
	font-size: 15px;
	color: #F58220;
	font-size: 15px;
}
#product-sidebar .col-post .box-blog-post .post-title{
	font-size: 1rem;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#product-sidebar .col-post .box-blog-post .box-text{
	text-align: left;
}
#product-sidebar .col-post .col.post-item {
	padding-bottom: 0rem;
}
#product-sidebar .col-post .col.post-item .box-vertical {
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
}
.shop-container .product-footer .related-products-wrapper.product-section{
	display: none !important;
}
.related__products .related-products-wrapper{
	padding: 50px 0 !important;
}
.woocommerce-product-gallery__wrapper .image-tools{
	display: none;
}



/*=======*/
.product-img{
	padding-right: 5px !important;
}
.product-img .col-inner{
	position: relative !important;
	background: white;
	border-radius: 10px;
	display: flex;
	padding: 25px;
	position: relative;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 10px;
	max-height: 481px;
}
.product-info {
	padding-top: 0 !important;
}
.product-thumbnail .gallery-image .image-cover{
	padding-top: 0%;
	height: 431px;
}
.product-gallery{
	flex-basis: 15%;
	max-width: 15%;
	flex-shrink: 0;
}
.product-thumbnail{
	flex-basis: 85%;
	max-width: 85%;
}
.product-thumbnail__full{
	flex-basis: 100%;
	max-width: 100%;
}
.product-gallery .slick-list{
	padding: 0 !important;
}
.product-gallery .gallery-image{
	width: 100% !important;
	margin-bottom: 14px;
}
.product-gallery .gallery-image img{
	width: 100%;
	height: 68px;
	border: 1px;
}

@media (max-width: 768px){
	.single-product .related__products{
		order: 1;
		margin: 0;
		padding: 0 15px;
	}
	.single-product .related__products .related-products-wrapper {
		padding: 30px 0 !important;
	}
	.single-product .page-title.shop-page-title .breadcrumbs {
		text-align: left;
		padding: 10px 0;
	}
	.product-img{
		padding-bottom: 10px !important;
		padding-right: 15px !important;
	}
	.product-img .col-inner {
		padding: 9px 20px;
	}
	.highlights-product {
		margin-top: 10px;
	}
	.product-info {
		padding-bottom: 10px !important;
	}
	.product-thumbnail .gallery-image .image-cover {
		height: 400px;
	}
	.single-product_header, .highlights-product {
		padding: 17px 24px;
	}
	.single-product #product-sidebar {
		padding: 0 15px 15px;
		display: block !important;
		order: 1;
	}
	.single-product .shop-container .col.large-9{
		padding-bottom: 10px !important;
	}
	.single-product #product-sidebar .row-full-width{
		margin: 0 !important;
	}
	.single h1.entry-title {
		font-size: 18px;
	}
	.product-footer {
		padding: 19px 20px;
	}
	.product-footer .woocommerce-tabs .nav li a {
		font-size: 18px;
		text-align: left;
	}
	#header .box-contact .contact i:before{
		width: 1.315rem;
		height: 1.315rem;
	}
	#header .box-contact .hotline i:before {
		width: 1.45rem;
		height: 1.315rem;
	}
	#header .mobile-nav .search-mobile{
		width: 36px;
		height: 36px;
		margin: 0;
	}
	.header-main{
		height: 74px;
	}
	#header .mobile-nav{
		margin-top: 5px;
	}
	#wide-nav .flex-col.show-for-medium.flex-grow ul{
		display: grid;
		grid-template-columns: 1fr 62px;
		margin-top: 0;
	}
	#wide-nav .flex-row.container {
		padding-right: 0;
	}
	#wide-nav .header-bottom-nav.mobile-nav .nav-icon {
		justify-content: center;
		background: #1F7137;
		height: 100%;
	}
	.shop-categories{
		border-right: 0;
	}
	#header .searchform .submit-button:after{
		display: none;
	}
	#header .searchform .submit-button{
		width: auto;
		background-color: white !important;
		box-shadow: none;
	}
	#header .header-search-form.active{
		padding-right: 15px;
	}
	#header .searchform .button.icon i{
		padding: 0;
		color: var(--theme-color);
	}
	#wide-nav .flex-col.show-for-medium.flex-grow ul .nav-icon a{
		width: 100%;
		height: 100%;
	}
	.header-bottom-nav.mobile-nav .nav-icon .icon-menu {
		color: #fff;
		font-size: 30px;
		width: 100%;
		height: 100%;
	}
	.header-bottom-nav.mobile-nav .nav-icon .icon-menu:before {
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2025/03/barr.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 1.875rem;
		height: 1.6rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.shop-categories .icon-menu:before{
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2025/03/menu.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 1rem;
		height: 1rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.shop-categories .icon-menu {
		margin-right: 16px;
	}
}
.list-shortcut-desktop {
	position: fixed;
	z-index: 1000000000;
	right: 18px;
	bottom: 20%;
	transform: translatey(50%);
}

.list-shortcut-desktop>a {
	border-radius: 50%;
	box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 20px
}

.list-shortcut-desktop .zalo {
	background: url(/wp-content/uploads/2025/03/zalo.png);
	background-position: center;
	background-size: cover;
}

.list-shortcut-desktop .messenger {
	background: url(/wp-content/uploads/2025/03/mess.png);
	background-position: center;
	background-size: cover;
}
.list-shortcut-desktop .youtube {
	background: url(/wp-content/uploads/2025/03/youtu.png);
	background-position: center;
	background-size: cover;
}

.list-shortcut-desktop .call {
	background: url(/wp-content/uploads/2025/03/call.png);
	background-position: center;
	background-size: cover;
}
@media (max-width: 768px){
	.list-shortcut-desktop {
		left: 10px;
		bottom: 12%;
	}
	.list-shortcut-desktop>a {
		width: 38px;
		height: 38px;
		margin-bottom: 10px;
	}
	.section-news .row-slider .flickity-prev-next-button svg{
		padding: 0.5rem !important;
	}
	.section-news .row-slider .flickity-prev-next-button {
		width: 28px !important;
		height: 28px;
	}
	.section-pronew .flickity-button .flickity-button-icon, .related-products-wrapper .flickity-button .flickity-button-icon {
		height: 28px;
		width: 28px;
		padding: 0.5rem !important;
	}
	.section-pronew button.flickity-button.flickity-prev-next-button.previous{
		left: -16px;
		width: 28px !important;
	}
	.section-pronew button.flickity-button.flickity-prev-next-button.next{
		right: 0;
		width: 28px !important;
	}
	#header .box-contact {
		margin-left: 0px;
	}
	#header .box-contact .item-contact--content span{
		display: none;
	}
	#header .gtranslate_wrapper a.glink img {
		width: 32px;
		height: 32px;
		object-fit: cover;
	}
	#header .gtranslate_wrapper {
		column-gap: 12px;
		margin-right: 10px;
	}
	#header .langue{
		order: -1;
		flex-shrink: 0;
	}
	#header .gtranslate_wrapper a{
		flex-shrink: 0;
	}
	#header .box-contact {
		margin-left: 0px;
		column-gap: 12px;
	}
	#header .box-contact .contact i:before {
		width: 32px;
		height: 32px;
		background-size: cover;
	}
	#header .box-contact .hotline i:before {
		width: 32px;
		height: 32px;
		background-size: cover;
	}
}