/*
Theme Name: LW Customize
Description: This is a child theme for Flatsome Theme Develop by Việt Lâm Coder
Author: Việt Lâm Coder
Template: flatsome
Version: 20.19.0
*/

@font-face {
  font-family: "Beautique Display";
  src: url("fonts/BeautiqueDisplay-Regular.eot");
  src: url("fonts/BeautiqueDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/BeautiqueDisplay-Regular.woff2") format("woff2"),
    url("fonts/BeautiqueDisplay-Regular.woff") format("woff"),
    url("fonts/BeautiqueDisplay-Regular.ttf") format("truetype"),
    url("fonts/BeautiqueDisplay-Regular.svg#BeautiqueDisplay-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Regular.eot");
  src: url("fonts/Averta-Regular.eot?#iefix") format("fonts/embedded-opentype"),
    url("fonts/Averta-Regular.woff2") format("fonts/woff2"),
    url("fonts/Averta-Regular.woff") format("fonts/woff"),
    url("fonts/Averta-Regular.ttf") format("fonts/truetype"),
    url("fonts/Averta-Regular.svg#Averta-Regular") format("fonts/svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase,
.product-footer .woocommerce-tabs .wc-tabs li a,
.product-title.product_title.entry-title,
.uppercase,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p.headline > span,
.section-title-normal span,
.heading-fonts {
  /* font-family: "Beautique Display", sans-serif; */
  font-weight: 600;
  line-height: 1.5 !important;
  letter-spacing: 1.5px;
} 

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase,
.product-footer .woocommerce-tabs .wc-tabs li a,
.product-title.product_title.entry-title,
.fz36 span,
.fz36 {
  font-size: 36px !important;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase,
.product-footer .woocommerce-tabs .wc-tabs li a,
.product-title.product_title.entry-title,
.page-title span {
  font-size: 36px;
  color: #247424;
}

.hide {
  display: none;
}

.icon-zalo {
  margin-top: 6px !important;
}
.icon-zalo:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("images/icon-zalo.png") no-repeat center center;
  background-size: 100%;
}

.footer-customize {
  background: linear-gradient(93.5deg, #2ba149 0.39%, #154f24 80.86%);
}

.footer-customize .social-icons a {
  border: none;
  background: #fff;
  opacity: 1;
}

.footer-customize .button.icon.circle {
  background: #fff;
  margin-right: 10px;
}

.footer-customize .button.icon.circle:last-child {
  margin-right: 0;
}

.footer-customize .social-icons i::before {
  color: #00a550;
}

.footer-customize .social-icons a {
  padding-top: 3px;
}

.footer-customize .social-icons i:hover::before {
  color: #fff;
}

.footer-customize input[type="email"]:focus,
.footer-customize input[type="number"]:focus,
.footer-customize input[type="password"]:focus,
.footer-customize input[type="search"]:focus,
.footer-customize input[type="tel"]:focus,
.footer-customize input[type="text"]:focus,
.footer-customize select:focus,
.footer-customize textarea:focus {
  background: #5aa17c;
  box-shadow: unset;
  color: #fff;
}

.footer-customize textarea,
.footer-customize input {
  margin: 0;
  background: #5aa17c;
  color: #fff;
  border-radius: 10px;
  border: none;
}

.footer-customize textarea::placeholder,
.footer-customize input::placeholder {
  color: #fff;
}

.footer-customize input[type="submit"] {
  background: #fff;
  color: #13621b;
  width: 100%;
}

.footer-customize .wpcf7 .row .col {
  padding-bottom: 9px;
}

.footer-customize .icon-box-img img,
.footer-customize .icon-box-img svg {
  width: 12px;
}

.footer-customize .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 0;
}

.footer-customize .icon-box-left,
.footer-customize .icon-box-right {
  margin-bottom: 10px;
}

.footer-customize .section-title.section-title-normal {
  border-bottom: 1px solid #fff;
}

.wpcf7-spinner {
  position: absolute;
}

.social_fixed {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0;
  padding: 10px;
}

.social_fixed li {
  padding: 2px 0;
  list-style: none;
}

.social_fixed li a {
  display: block;
  width: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social_fixed li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social_fixed:not(.active) {
  height: 52px;
}

.social_fixed:not(.active):hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social_fixed:not(.active) li {
  pointer-events: none;
}

.button.primary.is-outline {
  background-color: rgba(255, 255, 255, 0.8);
}

.button.primary.is-outline:hover {
  background-color: #d3242b;
}

.icon-group .icon-box-img img,
.icon-group .icon-box-img svg {
  height: 31px;
  width: auto;
}

.txt-center {
  text-align: center;
}

.sec-contact .wpcf7 input:not([type="submit"]),
.sec-contact .wpcf7 textarea {
  background-color: transparent;
  border: none;
  box-shadow: unset;
  padding-left: 0;
  border-bottom: 1px solid #b1b1b1;
}

.sec-contact .wpcf7 input:not([type="submit"]):focus,
.sec-contact .wpcf7 textarea:focus {
  box-shadow: none;
}

div.article-inner:hover {
  box-shadow: unset;
}

@media screen and (min-width: 850px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: 1px solid #d3242b;
    max-height: 105px;
  }
}

@media screen and (max-width: 648px) {
	h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase,
	.product-footer .woocommerce-tabs .wc-tabs li a,
	.product-title.product_title.entry-title,
  .fz36,
  .fz36 span,
  .page-title span {
    font-size: 26px !important;
  }
}
