/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main {
	background-image: linear-gradient(#57D3FA, hsl(216deg 76% 28% / 20%));
}
.header-main img {
	border-radius: 20px;
    top: -10px;
    position: relative;
}
.cus-font {
	font-family: "Dancing Script", cursive;
}
.cus-font h3 {
	font-family: "Dancing Script", cursive;
	font-size: 48px;
	margin-bottom: 0;
}
.bg-text h2 {
  	font-size: 48px;
  	background: linear-gradient(90deg, #B9922D, #F1E28B, #BF9A3F);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	/* Dành cho trình duyệt Firefox */
  	background-clip: text;
  	color: transparent;
  	margin-bottom: 0;
}
.bg-text.bg-text-2 h2 {
	background: linear-gradient(90deg, #F6921E, #074875);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	/* Dành cho trình duyệt Firefox */
  	background-clip: text;
  	color: transparent;
  	margin-bottom: 0;
}
.header-main .nav-dark .nav>li>a {
	color: #fff;
}
.header-main .nav-size-medium>li>a {
	font-size: 14px;
}
.nav-dark .form-flat input:not([type=submit]) {
 	border: none;
 	border-bottom: 1px solid #fff;
 	border-radius: 0;
 	box-shadow: none;
 	background-color: transparent !important;
}
.form-flat input:not([type=submit]) {
	background-color: transparent;
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
    color: #fff !important;
}
.form-flat input:not([type=submit])::placeholder {
  color: #fff;
}
.form-flat .button.icon {
	color: #fff !important;
}
.button.primary:not(.is-outline) {
	background-image: linear-gradient(to right, #FFF1A2 , #F6C463);
	color: #000;
	font-size: 20px;
	border: none;
}
.button.primary:not(.is-outline):hover {
	color: #000;
}

.section > .section-content > .row > .col {
	padding-bottom: 0;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box-left p {
	margin-bottom: 0;
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.absolute-footer {
	display: none;
}

.gradient-back .section-bg {
	background-image: linear-gradient(to right, #6ACBD8 , #19377D);
}
.button.btn-custom {
	border: 1px solid #F1E28B !important;
	border-radius: 8px;
	font-size: 16px;
	background: transparent !important;
	padding: 0px 20px 3px;
    min-height: 43px;
    line-height: 43px;
}
.button.btn-custom span {
	background: linear-gradient(90deg, #B9922D, #F1E28B, #BF9A3F);
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px;
    border-radius: 8px;
}

.product-small.box .product-title a {
	font-size: 25px;
	font-weight: bold;
	color: #7B5C06;
}
.product-small.box.box-label .box-text.text-center {
	border-radius: 5px;
	width: 80%;
}
.col.post-item .post-title {
	font-size: 16px;
	color: #302723;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.col.post-item p.from_the_blog_excerpt {
	font-size: 14px;
	color: #302723;
}
.col.post-item .button.is-outline {
	border: 1px solid #302723;
	color: #302723;
	text-transform: none;
	font-size: 16px;
	min-height: 48px;
	line-height: 48px;
	border-radius: 8px;
	font-weight: normal;
}
.footer-wrapper ul {
	margin-bottom: 0;
}
.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
}
.stuck #logo img {
	top: 0;
}
.single-product .product-small.box, 
.tax-product_cat .product-small.box {
	position: relative;
}
.single-product .product-small.box .box-text, 
.tax-product_cat .product-small.box .box-text {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 80%;
	display: block;
	margin: auto;
	border-radius: 5px;
	padding: 10px 10px;
}
.product-short-description ul {
	margin-bottom: 0;
}
.product-short-description ul li {
	margin-bottom: 5px;
}
.product-section {
	border-top: none;
}
.product-section .product-section-title {
	display: none;
}
.single-product .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	color: #333 !important;
}
.wpcf7-spinner {
	position: absolute;
}

.category .col.post-item .box-image .image-cover {
	padding-top: 75% !important;
}
.category .col.post-item .box-image {
  overflow: hidden; /* ẩn phần ảnh tràn ra */
  cursor: pointer;
}

.category .col.post-item .box-image img {
	display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* mượt khi zoom in/out */
}
.category .col.post-item .box-image:hover img {
  transform: scale(1.1); /* zoom to hơn 10% */
}

.archive-page-header .page-title {
	text-align: left;
	font-size: 30px;
	margin-bottom: 0;
}
.slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 2;
}
.slick-arrow i {
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000000c4;
  border-radius: 99px;
  color: #fff;
}
.slick-arrow.slick-next {
	right: 0;
}
.slides-for img {
	height: 860px;
	object-fit: cover;
}
.slides-nav img {
	height: 278px;
	object-fit: cover;
}
.slides-nav .slick-list {
	margin: 5px -5px 0;
}
.slides-nav .item {
	padding: 5px;
}
.entry-meta.uppercase {
	text-transform: none;
	margin-bottom: 20px;
}
.entry-header-text {
	padding-bottom: 0;
}
@media (max-width: 820px) {
	.transparent .header-main {
		height: 75px !important;
	}
	#logo {
    width: 125px !important  ;
	}
	.header-main img {
		top: 0;
	}
	.slides-for img {
		height: 600px;
	}
	.slides-nav img {
		height: 177px;
	}
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.bg-text h2 {
		font-size: 40px;
	}
	.transparent .header-main {
		height: 75px !important;
	}
	#logo {
    width: 125px !important  ;
	}
	.slides-for img {
		height: 310px;
	}
	.slides-nav img {
		height: 100px;
	}
	.slick-arrow i {
		font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
	}

}