.owl-carousel .owl-item .slider-item{
	max-height: 1200px;
}
body, main {
	background-image: url(https://bizweb.dktcdn.net/100/500/593/themes/928943/assets/bg_blog.jpg?1724320709157);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.section--homepage .section__header h3 {
    color: rgb(0, 62, 49);
}

h3.section--homepage.section__header {
    color: rgb(0, 62, 49);
  	text-align: center;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	text-transform: uppercase;
    font-size: 30px;

}

h5.card-title {
	color: rgb(0, 62, 49);
  	text-align: center;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 25px;
}

footer.footer {
    background-color: rgb(0, 62, 49);
    rgb(
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX);rgb(
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX);rgb(0,
    FONT-WEIGHT: 600);rgb(0, 62,
    FONT-VARIANT: JIS04);
    color: white;
}

footer .copyright.mt-3.text-center {
}

footer aside.widget.widget--footer {
    color: white;
}

footer .widget--footer .widget__title {
    color: white;
    font-weight: bold;
}

footer .widget--footer p strong {
    color: white;
}

footer span.d-inline-block {
    color: wheat;
}

.slogan .col-md-4 .card {
    padding: 20px;
}

.slogan .col-md-4 .card .card-title, .slogan .col-md-4 .card .card-text{
  	color: white!important;
}

.slogan .col-md-4:nth-of-type(1) .card {
    background-color: rgb(0, 62, 49);
}
.slogan .col-md-4:nth-of-type(2) .card {
    background-color: rgb(0, 74, 49);
}
.slogan .col-md-4:nth-of-type(3) .card {
    background-color: rgb(0, 86, 49);
}
a.btn-shopping-cart.btn-wishlist, .top-header {
    display: none!important;
}
.product {
	background-color: white!important;
}
.product-item {
	min-height: 200px;
}
.rating_wrap{
	display: none;
}
.product--detail .product__content{
	padding-top: 10px!important;
}
.product--detail .tab-list{
	margin: 0;
}
.product--detail .document.ck-content {
    background-color: white;
    padding: 10px;
}
.product--detail .product__desc {
    background-color: white;
    padding: 10px;
}
.product--detail .document.ck-content span, .product--detail .product__desc span{
    font-family: "Montserrat", sans-serif!important;
}
.product--detail span.product-sale-price-text {
    font-size: 22px! important;
}

.product--detail del.product-price-text {
    font-size: 18px!important;
}
.product--detail input#qty-input {
    display: inline;
    width: 150px;
}
.product--detail .product__price.sale {
    margin-top: 10px;
}

header.header.header--sticky {
    background-color: white;
}
.menu>li>a {
    font-size: 18px;
}
.post__wrapper .post__content p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Thêm dấu ba chấm ở cuối nếu bị cắt */
    max-width: 400px;
}

h4.post__title {
    min-height: 75px;
}

article.post {
    background-color: white!important;
}
.post__content {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
}

/* Import font Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* Background styles */
#brand-message {
    background-color: #f7f7f7; /* Màu nền nhẹ cho phần thông điệp */
}

#brand-story {
    background-color: #fff; /* Màu trắng cho phần câu chuyện */
}

#vision-mission-values {
    background-color: #003e31; /* Nền tối màu cho phần tầm nhìn, sứ mệnh, giá trị cốt lõi */
}

/* Text styles */
#brand-message p,
#brand-story p {
    color: #333; /* Văn bản màu tối để dễ đọc trên nền sáng */
    font-family: 'Montserrat', sans-serif; /* Sử dụng Montserrat */
    font-size: 18px;
    line-height: 1.8; /* Tăng chiều cao dòng để dễ đọc */
}

#vision-mission-values h2 {
    color: #87c540; /* Màu xanh lá cây nhạt cho tiêu đề */
    font-family: 'Montserrat', sans-serif; /* Sử dụng Montserrat */
    font-weight: bold;
    font-size: 24px;
}

#vision-mission-values p {
    color: #e5e5e5; /* Màu văn bản sáng cho nền tối */
    font-family: 'Montserrat', sans-serif; /* Sử dụng Montserrat */
    font-size: 18px;
    line-height: 1.8;
}

/* Center alignment for titles */
h2.text-center {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Responsive image styles */
img.img-fluid {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Rounded corners for a modern touch */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add slight shadow for depth */
}

/* Section padding */
.section {
    padding: 50px 0;
}
.section-vision-mission-values {
    background-color: #004d3f; /* Dark green background color */
    padding: 50px 0;
}

.row_vision {
    position: relative;
    counter-reset: item;
    margin-bottom: 30px; /* Adds spacing between each section */
}

.row_vision > .col {
    position: relative;
    background-color: #1b5e20; /* Adjust background color for each block */
    padding: 30px;
    border-radius: 8px;
}

.row_vision:after {
    content: none;
}

/* Numbers in the background */
.row_vision > .col:after {
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    position: absolute;
    font-weight: bold;
    right: 30px;
    bottom: 30px;
    font-size: 100px;
    line-height: normal;
    color: #fff;
    opacity: 0.3;
}

/* Inner content padding */
.row_vision .col-inner {
    padding: 15px;
    padding-left: 70px;
}

/* Headings for Vision, Mission, and Core Values */
.row_vision h2 {
    font-size: 24px;
    color: #87c540; /* Light green heading color */
    font-weight: bold;
}

.row_vision p {
    font-size: 18px;
    color: #e5e5e5; /* Light text color */
    line-height: 1.8;
}

section#vision-mission-values {
    background-color: white;
    padding: 10px;
}

section#vision-mission-values .row {
    background-color: rgb(0, 86, 49);
    padding: 15px;
}

.fixed-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 1000;
}

.fixed-actions .action-zalo a,
.fixed-actions .pulse {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.fixed-actions .action-zalo a {
  background-color: #007aff; /* Zalo màu xanh dương */
}

.pulse {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #44bd32;
  background-image: radial-gradient(hsl(112, 58%, 40%), hsl(112, 58%, 47%));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  backface-visibility: hidden;
}

.pulse::before, .pulse::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #44bd32;
  transform: scale(1);
  opacity: 1;
  animation: calling 2s ease-in-out infinite;
  will-change: transform, opacity;
}

.pulse::after {
  animation: calling 2s ease-in-out 0.35s infinite;
}

@keyframes calling {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}.fixed-actions .fa-phone {
  font-size: 24px; /* Tăng kích thước biểu tượng */
  z-index: 2;
  color: white;
}
.post__content .ck-content {
    text-align: justify;
}

.product .product__price.sale span, span.product-sale-price-text {
    color: var(--color-danger);
}
.product .product__price.sale del span, del.product-price-text {
    color: #696969!important;
}
.product .product__price.sale del, del.product-price-text{
        text-decoration-color:#696969!important;
}
.quy-trinh .card-img-wrapper {
    height: 300px; /* Chiều cao cố định của khung chứa ảnh */
    overflow: hidden; /* Ẩn phần ảnh vượt ra ngoài khung */
    display: flex; /* Sử dụng flexbox để căn chỉnh hình ảnh */
    align-items: center; /* Căn giữa hình ảnh theo chiều dọc */
    justify-content: center; /* Căn giữa hình ảnh theo chiều ngang */
}

.quy-trinh .card-img {
    height: 100%; /* Chiều cao của hình ảnh bằng 100% chiều cao của khung chứa */
    width: 100%;  /* Chiều rộng 100% để hình ảnh bao phủ khung nếu có thể */
    object-fit: cover; /* Cắt ảnh để bao phủ khung mà không bị biến dạng */
}

.quy-trinh .card-img-wrapper img {
    width: 100%; /* Đảm bảo ảnh bao phủ toàn bộ chiều rộng của khung */
    height: auto; /* Đảm bảo ảnh không bị biến dạng chiều cao nếu chiều rộng lớn hơn */
    display: block; /* Loại bỏ khoảng trắng dưới hình ảnh */
}

.quy-trinh .row.mt-4 {
    justify-content: center; /* Căn giữa hàng hình ảnh phía dưới */
}
.quy-trinh .card{
	 word-wrap: normal;
}
.quy-trinh h5.card-title{
	font-size: 20px;
}
.quy-trinh img.card-img {
    height: 100%!important;
}
section.section--homepage.home-blog {
    background-image: url(https://bizweb.dktcdn.net/100/500/593/themes/928943/assets/bg_blog.jpg?1724320709157);
}

section.section--homepage.home-collection {
    background-image: url(https://bizweb.dktcdn.net/100/500/593/themes/928943/assets/bg_blog.jpg?1724320709157);
}
.ps-site-features {
    background-image: url(https://travietthai.vn/storage/green-tea-bud-leaves-green-tea-plantations-morning.jpg);
    background-position: center; /* Positions the image at the bottom */
    background-size: cover; /* Ensures the image covers the entire container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.home-blog {
    margin-bottom: 0px!important;
    padding-bottom: 60px;

}
.ps-block--feature>.ps-block__right small {
    color: white;
}

.ps-block--feature>.ps-block__right p {
    color: white;
    font-weight: 600;
}

.ps-block--feature>.ps-block__left i {
    color: white;
}

.ps-block--features {
    background-color: #00000033;
    padding-left: 30px;
    padding-right: 30px;
}

.ps-site-features {
    padding: 30px;
}
.visual-swatches-wrapper.widget--colors.widget-filter-item {
    display: none;
}

.text-swatches-wrapper.widget-filter-item {
    display: none;
}
h2 {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
},
h3 {
    font-size: 20px;
}
form.form--contact.contact-form {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
}
.header .logo img {
    max-height: 80px;
    padding: 0px 0px;
}
.breadcrumb-wrapper {
    background-color: #003e31;
    color: white!important;
}

.breadcrumb-wrapper .breadcrumb--custom li {
    color: white;
}

.breadcrumb-wrapper .breadcrumb--custom li a {
    color: white;
}
section.section--blog p {
    font-size: 18px;
}
@media screen and (min-width: 480px) and (max-width:992px) {
    .post--detail .post__content h2 {
        font-size: 16px!important;
    }
    .post--detail .post__content h3, .post--detail .post__content h4 {
        font-size: 14px!important;
    }
}