@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html, body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Be Vietnam', Arial, Helvetica, sans-serif;
	background-color: #f7f7f4;
}

a:hover {
	color: #fff;
}

:focus-visible,
:focus,
:active,
:visited,
:focus-within {
	outline: none;
}
.bg-line {
	background-image: url('../img/bg_line.jpg');
	background-repeat: repeat;
    height: 25px;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.site-header {
	position: relative;
	margin-bottom: 3rem;
}
.site-header__banner {
	filter: blur(1.5px);
	min-height: 340px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.site-header__title {
    margin-bottom: 0;
	text-align: left;
}
.site-header__title a {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
    font-weight: 700;
	line-height: 1;
    background-color: rgba(0,0,0,0.5);
    padding: 15px 30px;
}
.site-header__logo {
    position: absolute;
    width: 100%;
	bottom: 35%;
}
.custom-logo {
	display: block;
	max-width: 120px;
    height: auto;
}

.custom-logo-link {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    padding: 1rem;
}
.menu-toggle  {
	display: none;
}
.main-navigation {
	position: absolute;
    width: 100%;
    bottom: -5%;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.site-header__main-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
}

.site-header__main-menu a{
	text-decoration: none;
    color: #4b8405;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 1rem 10px;
	transition: all ease .4s;
}

.site-header__main-menu li:hover > a {
	background-color: #4b8405;
	color: #fff;
}

.search-field {
    border: 1px solid #ececec;
    padding: 5px 10px;
}
.search-submit {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 5px 10px;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-swiper img {
	display: block;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}

.section-about {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 2rem;
	min-height: 225px;
}
.section-news {
	background-color: #fff;
	padding: 1rem 2rem;
	min-height: 225px;
}
.section-news .list-post {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.section-news a {
	text-decoration: none;
	color: #333;
	flex: 1;
	display: block;
    padding-left: 10px;
}
.section-news .read-more {
    padding: 10px 0;
    text-align: right;
	font-weight: 700;
    color: #4b8405;
}
.section-news .list-post-item {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	display: flex;
    align-items: center;
}
.section-news .list-post-item::before {
	background-image: url('../img/icon.png');
	content: '';
	width: 21px;
    height: 21px;
    display: inline-block;
    background-repeat: no-repeat;
}
.section-about h2,
.section-news h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #4b8405;
	font-weight: 700;
    margin-bottom: 1rem;
}
.section-about img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 3px solid #ececec;
    border-radius: 5px;
}
.section-about .header {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}
.section-about .thumbnail {
	flex-basis: 30%;
	max-width: 30%;
	width: 30%;
}
.section-about .meta-data {
	flex-basis: 60%;
	max-width: 60%;
	width: 60%;
	padding-left: 2rem;
}
.section-about .meta-data ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.section-product {
	background-image: url('../img/teapot-with-tea-bright.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
    align-items: center;
	position: relative;
}
.section-product:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
    background-color: rgba(0,0,0,0.1);
}
.section-product .left, .section-product .right {
    position: relative;
    z-index: 3;
}
.section-product .left {
	flex-basis: 35%;
	max-width: 35%;
	width: 35%;
	padding: 1rem 2rem;
}
.section-product h2 {
	font-size: 20px;
    text-transform: uppercase;
    color: green;
    font-weight: 700;
    margin-bottom: 2rem;
}
.section-product .desc p {
	margin-bottom: 10px;
    line-height: 1;
}
.section-product .right {
	flex-basis: 65%;
	max-width: 65%;
	width: 65%;
	padding: 1rem 2rem;
}

.product-swiper a {
	display: block;
}
.product-swiper .title {
	text-decoration: none;
	color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
	padding: 5px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-swiper img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin: auto;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product-swiper-navigation {
    position: absolute;
    right: 0;
    top: -24%;
    color: #fff;
    display: flex;
}
.product-swiper-button-prev,
.product-swiper-button-next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
	background-color: green;
}
.search-result-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-area {
	background-color: #fff;
}
.widget-area .widget {
	padding: 1rem;
}
.widget .widget-title {
	font-size: 20px;
	color: #4b8405;
	font-weight: 700;
	text-transform: uppercase;
}
.widget .widget-category-html a {
	display: block;
	text-decoration: none;
	color: #333;
    font-weight: 600;
    padding: 5px 0;
	margin-left: 5px;
}
.widget-category-html {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-category-html li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px solid #ececec;
}
.widget-category-html li::before {
	content: '';
	display: inline-block;
	background-image: url('../img/icon.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	background-size: cover;
}
.list-post {
	background-color: #fff;
	padding: 1rem;
}
.post-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ececec;
}
.post-item .thumbnail,
.post-item .title {
	display: block;
	text-decoration: none;
	color: #333;
}
.post-item .thumbnail {
	width: 30%;
	max-width: 30%;
	flex-basis: 30%;
}
.post-item .post-meta {
	width: 70%;
	max-width: 70%;
	flex-basis: 70%;
	padding-left: 1rem;
}
.post-item .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 1rem;
}
.post-item img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.post-item .read-more {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #4b8405;
}
.navigation {
	text-align: center;
}
.navigation .page-numbers{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	background-color: #4b8405;
	color: #fff;
	border: 1px solid #4b8405;
	transition: all ease .4s;
	text-decoration: none;
}
.navigation .page-numbers.current {
	background-color: #fff;
	color: #4b8405;
}
.navigation .page-numbers:hover {
	background-color: #fff;
	color: #4b8405;
}
.custom-html-widget .custom-logo-link {
	display: block;
}
.custom-html-widget .custom-logo {
	margin: auto;
}
.site-main-product {
	background-color: #fff;
	padding: 1rem;
}
.site-footer {
	background-color: #4b8405;
	color: #fff;
	padding: 30px 0;
}
.widget-footer h2{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.widget-footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget-footer a {
	text-decoration: none;
	color: #fff;
}
.footer-bottom {
    padding: 10px 0;
    background: #333;
    color: #ececec;
    font-size: 12px;
}
.footer-bottom p {
	margin-bottom: 0;
	text-align: center;
}
/**
 * Products
 */
 ul.products {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
ul.products a {
	display: block;
	text-decoration: none;
	color: #4b8405;
}
ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products {
		margin-right: -10px;
	}
	ul.products.columns-4  li.product {
		flex-basis: calc(25% - 10px);
		width: calc(25% - 10px);
		max-width: calc(25% - 10px);
		margin-bottom: 20px;
		margin-right: 10px;
	}

	ul.products.columns-3  li.product {
		flex-basis: calc(33% - 10px);
		width: calc(33% - 10px);
		max-width: calc(33% - 10px);
		margin-bottom: 20px;

	}
}
@media screen and (max-width: 48em) {
	ul.products {
		margin-right: -10px;
	}
	ul.products li.product {
		flex-basis: calc(50% - 10px);
		max-width: calc(50% - 10px);
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

.attachment-woocommerce_thumbnail {
	display: block;
	max-width: 100%;
	height: 150px;
	object-fit: cover;
	margin: auto;
}
.woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce-loop-product__link {
	border: 1px solid #b9a995;
	margin-bottom: 15px;
}
.woocommerce-products-header,
.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}
.woocommerce-breadcrumb {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 2rem;
}
.woocommerce-breadcrumb a{
	text-decoration: none;
	color: #333;
}
.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination > .page-numbers{
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
}

.woocommerce-pagination a,
.woocommerce-pagination span{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #4b8405;
	border: 1px solid #4b8405;
}
.woocommerce-pagination span.current {
	background-color: #fff;
	color: #4b8405;
}
.woocommerce-product-main-image {
	margin-bottom: 15px;
}
.woocommerce-product-single-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #4b8405;
	text-transform: uppercase;
}
.woocommerce-product-main-image img,
.entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.woocommerce-product-single-content h2,
.woocommerce-product-single-content h3,
.woocommerce-product-single-content h4,
.woocommerce-product-single-content h5,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.woocommerce-product-single-content ul,
.woocommerce-product-single-content ol,
.entry-content ul,
.entry-content ol {
	padding-left: 10px;
	margin-bottom: 10px;
	list-style-position: inside;
}
.woocommerce-product-single-content p,
.entry-content p{
	margin-bottom: 10px;
	line-height: 1.3;
}
.woocommerce-product-single-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
.related.products {
	padding: 1rem;
	background-color: #fff;
}
.related.products h2{
    font-size: 20px;
    color: #4b8405;
    font-weight: 700;
    text-transform: uppercase;
}

article.post,
article.page,
.post-related {
	background-color: #fff;
	padding: 1rem;
}
.entry-title,
.post-related h2 {
	font-size: 22px;
	font-weight: 700;
	color: #4b8405;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
	.home-swiper img {
		height: 210px;
	}

	.main-navigation {
		padding: 10px 0;
	}
	.menu-toggle {
		display: block;
		background-color: #4b8405;
		color: #fff;
		border: 1px solid #4b8405;
	}
	.site-header__banner {
		min-height: 200px;
	}
	.search-form {
		text-align: right;
	}
	.custom-logo-link {
		padding: 5px;
	}
	.custom-logo {
		max-width: 70px;
	}
	.site-header__title {
		padding: 5px;
		text-align: right;
	}

	.site-header__title a {
		font-size: 14px;
		padding: 10px;
	}
	.site-header__main-menu {
		display: block;
	}
	.hc-offcanvas-nav .nav-content>.nav-close:first-child {
		display: none;
	}

	.section-about .thumbnail,
	.section-about .meta-data {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.section-about .meta-data {
		padding-left: 0;
		margin-top: 1rem;
	}

	.section-product .left,
	.section-product .right {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.section-product .desc,
	.product-swiper .title {
		color: #fff;
	}
	.product-swiper-navigation {
		display: none;
	}
	.post-item .thumbnail,
	.post-item .post-meta {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.post-item .thumbnail {
		margin-bottom: 1rem;
	}
	.post-item .post-meta {
		padding-left: 0;
	}
}