/*
Theme Name: Findme
Description: This is a theme by Media Findme's team based on Flatsome theme.
Author: Dev Findme
Template: flatsome
Version: 3.0
*/

:root {
  --fz-title: 36px;
  --primary-color-light: #e6f4f1;
}

body {
  line-height: 1.6;
}

.nav.nav-right {
  flex-direction: column;
}

.nav.nav-right .html {
  width: 100%;
  margin: 0;
}

.nav.nav-right .html + .html {
  margin-top: 10px;
}

.nav.nav-right .html :is(.header-button, a) {
  display: block;
  width: 100%;
}

.header-main {
  background: #e6f4f1;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
  color: #333;
}

.section-title-normal {
  border-bottom: none;
}

.section-title,
.section-title-normal span,
.section-title-center span {
  font-size: 36px;
  color: var(--primary-color);
}

.section-title-normal span {
  border-color: var(--primary-color);
}

.section-title b {
  background: var(--primary-color);
  opacity: 0.5;
}

.section-intro blockquote {
  padding-left: 15px;
}

.section-intro blockquote h2 {
  font-size: 46px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.section-intro blockquote h4 {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 2px;
}

.section-intro__text p {
  width: 80%;
  text-align: justify;
}

.section-2__text .section-title span {
  font-size: 34px;
}

.section-2__text ul {
  font-size: 18px;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .shade {
  /* background: linear-gradient(0deg, var(--primary-color) 0%, rgba(1, 152, 86, 0) 100%); */
}

.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 700;
}

.header-quote {
  font-size: 1rem;
}

.stuck .header-main .nav > li > a {
  line-height: unset !important;
}

.section-partner .gallery-col .col-inner {
  display: flex;
  align-items: center;
  background: #fff;
}

.section-partner .gallery-col .col-inner .box-text {
  display: none;
}

.section-partner .gallery-col .box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px 0;
}

.section-partner .gallery-col .box-image img {
  width: auto;
}

.section-4__quote {
  font-weight: 700;
}

.social-icons.share-icons {
  display: inline-flex;
}

/* block 5 ly do  */

.section3 .icon-box-img .icon-inner {
  border: 6px solid white;
  border-radius: 99px;
  width: 80px !important;
  height: 80px;
  position: absolute;
  right: 50%;
  top: -15%;
  box-shadow: 1px 2px 5px 2px #94c2cf;
  border-radius: 99px;
  /* display: none; */
}
.section3 .icon-box-img img {
  padding: 0.2em;
  background: linear-gradient(151deg, var(--primary-color) 0%, rgb(147 215 231) 96%);
  border-radius: 99px;
  aspect-ratio: 1;
  object-fit: cover;
}
.section3 .icon-box-right .icon-box-img + .icon-box-text {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 40px 30px 10px 30px;
  border-radius: 30px;
}
.section3 .number {
  font-size: 5em;
  position: absolute;
  left: -26px;
  top: -20px;
  color: white;
  -webkit-text-stroke: 2px var(--primary-color);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.section3 .number + p {
  font-size: 17px;
  color: var(--primary-color);
}

.section-service .col.medium-4.small-12 .col-inner {
  background-image: url('https://lifestech.vn/wp-content/uploads/2024/05/unnamed.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.section-service .col.medium-4.small-12:nth-child(2) .col-inner {
  background-image: url('https://lifestech.vn/wp-content/uploads/2024/05/istockphoto-495151189-612x612-1.jpg');
}
.section-service .col.medium-4.small-12:nth-child(3) .col-inner {
  background-image: url('https://lifestech.vn/wp-content/uploads/2024/05/istockphoto-1465145516-612x612-1.jpg');
}
.section-service .col.medium-4.small-12:nth-child(4) .col-inner {
  background-image: url('https://lifestech.vn/wp-content/uploads/2024/05/depositphotos_677533236-stock-photo-person-checking-phone-solar-panels.webp');
}
.section-service .col.medium-4.small-12:nth-child(5) .col-inner {
  background-image: url('https://lifestech.vn/wp-content/uploads/2024/05/photo-1508514177221-188b1cf16e9d.avif');
}

.product-small__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-post #comments {
  display: none !important;
}

.contact-popup.lightbox-content {
  background: var(--primary-color-light);
}

.contact-popup__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  /* color: var(--primary-color); */
}

.wpcf7-form-control::placeholder {
  font-weight: 400;
  color: #8a8a8a;
}

.widget_product_categories>ul>li:last-child {
  display: none;
}

.sticky-contact-buttons {
	position: fixed;
 bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
	padding: 20px 0!important;
}

.sticky-contact-buttons .col {
	padding-bottom: 0;
}

.sticky-contact-buttons .col-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sticky-contact-buttons .button {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	width: calc(50% - .5em);
}

.sticky-contact-buttons .button:last-child {
	margin-right: 0;
}

.sticky-contact-buttons .button.secondary {
	background-color: #c501b7 !important;
}

.sticky-contact-buttons {
	display: none;
}

.nav > li > a {
    font-size: 1em;
  }

.product-footer .related-products-wrapper {
	display: none;
}

.textwidget .related-products-wrapper .product-section-title {
	display: none;
}

.textwidget .related-products-wrapper .row {
	flex-direction: column;
}

.textwidget .related-products-wrapper .row > .product-small {
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;	
	padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.textwidget .related-products-wrapper .row > .product-small .product-small {
	display: flex;
	align-items: center;
}

.textwidget .related-products-wrapper .row .product-small .box-image {
	width: 135px;
	margin-right: 10px;
}

.textwidget .related-products-wrapper .row .product-small .woocommerce-loop-product__title {
	font-size: 14px;
}

.textwidget .related-products-wrapper .row .product-small .quick-view,
.textwidget .related-products-wrapper .row .product-small .product-small__desc {
	display: none;
}

#custom_html-4 {
	position: sticky;
    top: 150px;
    z-index: 9;
}

#yarpp_widget-2 .yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child {
	border-top: 1px solid #eaeaea;
}

#yarpp_widget-2 .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	display: flex;
	border: 0;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

#yarpp_widget-2 .yarpp-related .yarpp-thumbnail-title {
	font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0;
}

#yarpp_widget-2 .yarpp-related h3 {
	font-size: 1em;
    font-weight: 600;
	letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase;
	font-family: "Roboto";
}

#yarpp_widget-2 .yarpp-related h3:after {
	content: ""; 
	margin-top: .66em;
	background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}

#yarpp_widget-2 .yarpp-thumbnail > img {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}

.product-footer .yarpp-related,
.entry-content.single-page .yarpp-related {
	display: none;
}

.widget_recent_entries li {
	margin-bottom: 0;
}

.widget_recent_entries li:first-child {
	border-top: 1px solid #eaeaea;
}

.widget_recent_entries li a {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.postsbycategory__img {
	width: 100px;
	margin-right: 10px;
}

.postsbycategory__title {
	font-size: 14px;
}

.single.single-post:not(.postid-228, .postid-225) .widget_product_categories {
	display: none;
} 

#ftwp-container.ftwp-fixed-to-post {
	z-index: 1010;
}

@media (max-width: 549px) {
  .section3 .number {
    left: -8px;
    top: -38px;
    font-size: 80px;
  }

  .section3 .icon-box-right .icon-box-img + .icon-box-text {
    padding: 40px 40px 10px 40px;
  }

  .header-button a {
    padding: 0 !important;
    width: 35px !important;
    position: relative;
  }

  .header-button-2 a::before {
    speak: none !important;
    display: inline-block;
    font-family: "fl-icons" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-transform: none !important;
    content: '\e003';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }

  .header-button a span {
    font-size: 0;
  }
	.sticky-contact-buttons {
		display: block;
	}
}

@media (min-width: 1400px) { 

  .section3 .col.medium-6.small-12 .col.medium-6.small-12:nth-child(1) .col-inner {
    left: -35px;
    top: 20px;
    width: calc(100% + 35px);
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .section-2__text .section-title span,
  .section-title,
  .section-title-normal span,
  .section-title-center span {
    font-size: 28px;
  }

  .section-intro blockquote h2 {
    font-size: 32px;
  }

  .section-intro__text p {
    width: 100%;
  }

  .header-quote {
    font-size: 14px;
  }
}

/*! Do not write custom CSS here! */
