/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.autocomplete-suggestion img{
	float:left;
	cursor: pointer;
}
.live-search-results .autocomplete-suggestion{
	display: block !important;
}
.autocomplete-suggestion .search-price, .autocomplete-suggestion img+.search-name{
    padding-left: 0.5em;
    width: calc(100% - 50px);
    display: inline-block;
    float: right;
	cursor: pointer;
}
.header-main li.html.custom.html_topbar_right{
	display: block;
    margin: 0 !important;
}
.ct-under-btn:hover, .dark .button.is-form:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover{
	box-shadow: none !important;
}
.mw-160{
	max-width: 160px;
}
.marquee-swiper {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.marquee-swiper .swiper-slide {
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
	text-align:center;
}
.marquee-swiper .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}
.gallery-wrapper .main-slider {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-wrapper .main-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.gallery-wrapper .thumb-slider .swiper-slide {
  width: 25%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  opacity: 1;
}

.gallery-wrapper .thumb-slider .swiper-slide-thumb-active img{
  border-color: #1DB457;
}

.gallery-wrapper .thumb-slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.gallery-wrapper .main-slider .swiper-slide::after{
	display: block;
	content: '';
	background-image: url('/wp-content/uploads/2025/07/f8.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button{
	background-color: transparent;
	box-shadow: none;
}
.rm-buttons{
	display: flex;
    justify-content: center;
}
.rm-buttons a{
	display:flex;
	font-weight: bold;
	    font-size: 1.2em;
}
.product-page-sections .product-section > .row > .large-2{
	display: none;
}
.product-page-sections .product-section > .row > .large-10{
	max-width: 100%;
	flex-basis: 100%;
}
.title-no-border b{
	display: none !important;
}
.title-no-border .section-title-main{
	border: none;
}
.pd-tong-quan{
	margin: 0 auto !important;
}
.pd-tong-quan .box-image{
	text-align: center;
}
.pd-tong-quan .box-text-inner h2{
	font-weight: normal;
}
.pd-tong-quan .box-image img{
	width: 40%;
}
.cart{
	display: none !important;
}
.woocommerce-product-gallery__image.slide a::after{
	display: block;
	content: '';
	background-image: url('/wp-content/uploads/2025/07/f8.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flickity-prev-next-button{
	background-image: url('/wp-content/uploads/2025/07/icon-arrow-slash-square.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	visibility: visible;
    opacity: 1 !important;
}
.flickity-prev-next-button.previous{
	left: -4% !important;
	transform: scalex(-1) translateX(-20%) !important;
}
.flickity-prev-next-button.next{
	right: -4% !important;
	transform: translateX(-20%) !important;
}
.slider:hover .flickity-prev-next-button.previous{
	transform: scalex(-1) translateX(-20%) !important;
}
.slider:hover .flickity-prev-next-button.next{
	transform: translateX(-20%) !important;
}
.flickity-prev-next-button svg{
	display: none !important;
}
 .large-vid-img-box .box-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
}

.large-vid-img-box .box-text .box-text-inner > .container > p{
	font-size: 24px;
}

.large-vid-img-box .video-button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.large-vid-img-box .overlay, .small-vid-img-box  .overlay{
	display: none;
}
.stuck .header-main{
	background-color: #E6F5ED;
}
.product-thumbnails a{
	border: 4px solid rgba(37,73,30,.45);
	border-radius: 30px;
}
.product-thumbnails .is-nav-selected.is-selected a{
	border: 4px solid #25491e;
	border-radius: 30px;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.issues-container{
  display: flex;
  
  background-image: url('/wp-content/uploads/2025/06/main-hero-img-1.png.webp'); /* Ảnh mặc định */
  background-size: 100% 100%;
  background-position: center;
  transition: background-image 0.5s ease;
  align-items: center;
  background-repeat: no-repeat;
	padding: 2% 0;
}

.info-block {
  flex: 1;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100%;
}
.info-block:nth-child(2) {
  border-left: 1px solid #1DB457;
  border-right: 1px solid #1DB457;
}
.info-block .content {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.info-block .content h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #C5DDBF;
}
.info-block .content p{
  margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    color: #C5DDBF;
}
.info-block .description, .info-block .btn-more {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.info-block .btn-more {
  display: inline-block;
  margin-top: 10px;
  color: #eaf7df;
  text-decoration: none;
  border-bottom: 1px solid #eaf7df;
  padding-bottom: 2px;
}

.info-block .btn-more span {
  margin-left: 5px;
}

/* Hover effect */
.info-block:hover .description,
.info-block:hover .btn-more {
  opacity: 1;
  transform: translateY(0);
}

.solution-container {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.solution-block {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: flex 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-label {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0px;
}
.solution-label .label{
    font-size: 1rem;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.solution-label .solution-link{
  margin-top: 2rem;
  display: none;
}
.solution-label .solution-link .btn-more{
    color: #fff;
    font-size: .8rem;
    font-weight: normal;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}

.step-middle{
  border-right: 2px solid #57AE47;
  border-left: 2px solid #57AE47;
}
.partner-slider img{
  max-height: 70px;
  width: auto !important;
}
.partner-slider .box-text{
  display: none;
}
.partner-slider .image-lightbox{
  justify-items: center;
}
.partner-slider .gallery-col{
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0 !important;
}
.form-row > p{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-row .wpcf7-form-control-wrap{
  flex: 0 0 calc(50% - 15px);
}
.form-row .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select{ 
      box-shadow: none;
    border-radius: 30px;
    border: 3px solid #1C3817;
	height: 3.5rem
}
.wpcf7-form-control-wrap textarea{ 
      box-shadow: none;
    border-radius: 30px;
    border: 3px solid #1C3817;
}
.form-btns{
  text-align: center;
  
}
.form-btns p{
  display: block;
}
.form-btns .wpcf7-form-control.wpcf7-submit.has-spinner{
    background-color: transparent !important;
    border: none !important;
    color: green !important;
    border-bottom: 1px solid !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpcf7-spinner{
  display: none !important;
}
footer .icon-box-img{
  padding: 0 !important;
}
footer .icon-box-text .uppercase{
  text-transform: none !important;
}
footer .icon-box-text p{
  margin-bottom: 0 !important;
}
.absolute-footer{
  border-top: 1px solid #efefef;
}
.absolute-footer #menu-secondary{
  border: none !important;
  margin: 0 !important;
      padding: 7.5px 0;
}
.absolute-footer #menu-secondary li a{
  color: #fff !important;
  font-size: 14px !important;
}
.step-row .step{
  padding-bottom: 0 !important;
}
.step-row .step .box-text{
  padding-bottom: 0 !important;
}
.mt-60{
  margin-top: 60px;
}
.why-sec .box-image > div{
  text-align: center;
}
.why-sec .box-image img{
  max-height: 100px;
  width: auto !important;
}
#block_widget-5 .widget-title{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1DB457;
  display: block;
  text-align: center;
}
.is-divider{
  display: none;
}
.footer-1{
    padding: 50px 0 40px 0;
    border: none !important;
    background: #ebfff2;
}
.header-button-1 a.button, .ct-under-btn{
   border: none;
   background-color: transparent !important;
    border-bottom: 2px solid #57AE47 !important;
    padding: 0 !important;
    color: #57AE47 !important;
    border-radius: unset !important;
        display: flex;
    gap: 20px;
    align-items: center;
}
.header-button-1 a.button::after, .ct-under-btn::after{
    content: "";
    display: flex;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2025/07/icon-arrow-g.svg);
    background-size: 15px;
}
.page-header.box-overlay .box-text{
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.page-header.box-overlay .overlay{
  display: none;
}
.ct-post-item .post-item > .col-inner{
  box-shadow: none;
}
.ct-post-item .post-item .box-blog-post .box-image img{
  border: 2px solid #1DB457;
  border-radius: 30px;
}
.ct-post-item .post-item .box-blog-post .post-title{
  font-size: 1.3em;
    color: #1DB457;
    font-weight: 600;
    text-transform: uppercase;
}
.ct-post-item .post-item .box-blog-post .from_the_blog_excerpt {
  font-size: 1.3rem;
  color: #333;
}
.btn-col > .col-inner{
	display: flex;
	justify-content: flex-end;
	justify-items: center;
}
.btn-col > .col-inner .ct-under-btn{
	margin-bottom: 0 !important;
}
.ln-left .section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-image: linear-gradient(to right, rgba(254, 254, 254, 0.9333333333) 40%, rgba(254, 254, 254, 0.6666666667) 60%, rgba(254, 254, 254, 0.5333333333) 70%, rgba(254, 254, 254, 0));
}
.ln-right .section-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: scaleX(-1);
  background-image: linear-gradient(to right, rgba(254, 254, 254, 0.9333333333) 40%, rgba(254, 254, 254, 0.6666666667) 60%, rgba(254, 254, 254, 0.5333333333) 70%, rgba(254, 254, 254, 0));
}
.nav>li>a{
  font-size: 1em;
}
.loi-ich .featured-box .icon-box-text{
  text-align: center;
}
.loi-ich .featured-box .icon-box-text h5{
  color: #1DB457;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: none !important;
}
.box-blog-post .image-cover img{
  border: #1DB457 2px solid;
  border-radius: 30px;
  overflow: hidden ;
}
.box-blog-post  .post-title{
  font-size: 1.6em;
  color: #1DB457;
  font-weight: bold;
}

.box-blog-post  .from_the_blog_excerpt {
  font-size: 1.4em;
  color: #1DB457;
}
#masthead .nav>li{
  margin: 0 20px;
}
.page-header .box-image{
	   border-radius: 100px;
    border: 5px solid #2bb85c;
}
.ct-bg-button{
	
}
.page-header h2{
	font-size: 2.6em;
	font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
	background: linear-gradient(268deg, #2bb85c 21.16%, #185200 54.31%, #2bb85c 87.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-shadow: none;
}
.ct-bg-button{
    background-image: url(/wp-content/uploads/2025/07/bg-btn-green.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    /* line-height: 1; */
    height: unset !important;
    min-height: unset;
    width: 150px;
}
.mh-100vh{
	min-height: 100vh !important;
}
.ct-bg-button.tuvan{
    background-image: url(/wp-content/uploads/2025/07/bg-btn-yellow-long.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    /* line-height: 1; */
    height: unset !important;
    min-height: unset;
    width: 200px;
}

.ct-bg-button span:after{
	content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2025/07/icon-arrow-b.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title-bold-center{
	justify-content: center;
}
.video-slider {}
.swiper.my-swiper .swiper-slide a{
	display: block;
	border: 4px solid rgba(37, 73, 30, .3);
    border-radius: 25px;
	overflow: hidden;
}
.thumb-slider .swiper-slide img{
	border: 4px solid rgba(37,73,30,.45);
	border-radius: 30px;
	overflow: hidden;
}
.video-slider .swiper.my-swiper .swiper-slide a img{
	aspect-ratio: 1.5;
	object-fit: cover;
}

.ct-swiper .swiper-button-next:after,.ct-swiper .swiper-button-prev:after{
	content:'';
 	background-image: url(/wp-content/uploads/2025/07/icon-arrow-slash-square.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1 !important;
	width: 35px;
    height: 35px;
    display: block;
}
.ct-swiper .swiper-button-next{
	right: 0;
    left: unset;
    width: 35px;
}
.ct-swiper .swiper-button-prev{
	left: 0;
    right: unset;
    width: 35px;
	transform: scaleX(-1);
}
.ct-swiper{
	padding: 0 40px;
	position: relative;
}
.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.swiper-button-lock{
	display: block !important;
}
.product-small .box-image{
	border: 4px solid #25491E4F;
	border-radius: 30px;
	overflow: hidden;
}
h1.product-title.product_title.entry-title {
    text-transform: uppercase;
    font-size: 140%;
}
h1.entry-title {
    text-transform: uppercase;
    color: #1db457;
}
.entry-content.single-page {
    font-size: 105%;
    font-family: 'Montserrat';
}
h2.entry-content.single-page, h3.entry-content.single-page {
    text-transform: uppercase;
    color:#c33223;
}
.panel.entry-content h2, .panel.entry-content h3 {
    text-transform: uppercase;
    font-size: 120%;
    color:#d8313e;
}
.title-wrapper .category, .price-wrapper {
    text-align: center;
    font-size: 16px;
}
.name.product-title a{
	display:block;
	text-align: center;
	color: #1DB457;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3em;
}

@media (min-width: 1349px) {
	.issues-container{
		padding: 15px 0;
		min-height: 80vh;
	}
	.info-block .content{
		height: 70vh;
	}
}
.image-tools, .badge-container,.out-of-stock-label{
	display: none !important;
}
@media (min-width: 992px){
	.solution-block:hover .solution-link{
	  display: block;
	}
	.solution-block:hover .solution-label .label{
	  font-size: 1.2rem;
	}
	.solution-block:hover .solution-link .btn-more{
	  display: block;
	  font-size: .9rem;
	}
}
@media (max-width: 768px) {
	.issues-container{
		background-image: none !important;
		flex-direction: column;
		gap: 35px;
	}
	.info-block{
		background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
		border-radius: 15px;
		overflow: hidden;
	}
	.info-block:nth-child(2){
		border: none;
	}
	.info-block .description, .info-block .btn-more{
		opacity: 1;
	}
	.info-block:first-child{
		background-image: url('/wp-content/uploads/2025/07/slide-nam-phuong-eco-3.jpg');
		background-size: 386px;
	}
	.info-block:nth-child(2){
		background-image: url('/wp-content/uploads/2025/07/slide-nam-phuong-eco-2.jpg');
		background-size: 386px;
	}
	.info-block:last-child{
		background-image: url('/wp-content/uploads/2025/07/slide-nam-phuong-eco-1.jpg');
		background-size: 386px;
		background-repeat: no-repeat
	}
	
	.solution-container {
		flex-direction: column;
		gap: 35px;
	}
	.solution-label{
		width: 80%;
    	max-width: 400px;
	}
	.solution-label .solution-link{
		display:block;
		margin-top: .5rem;
	}
	.solution-block{
      flex: 1 !important;
	}
	.hide-half{
		max-height: 200px;
		overflow: hidden;
	}
	.hide-half-readmore{
		margin: 0;
		display: block;
		left: 0;
		bottom: 0;
		padding-top: 70px;
		background-image: linear-gradient(to top, rgb(252, 248, 237), rgb(252, 248, 237), rgba(252, 248, 237, 0.7), rgba(252, 248, 237, 0.3));
		padding-bottom: 20px;
		position: absolute;
		width: 100%;
		border: none !important;
	}
	.hide-half.active{
		max-height: unset;
	}
	.hide-half-readmore.hide{
		display: none;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .step-middle{
    border-right: none;
    border-left: none;
  }
	.page-header h2{
		font-size: 1em;
	}
	.page-header .box-image{
		border-radius: 30px;
	}
}