@charset "UTF-8";
/*
Theme Name: C14WE1225
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.9
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/Brandon Grotesque.eot");
  src: url("assets/fonts/Brandon Grotesque.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Brandon Grotesque.woff") format("woff"), url("assets/fonts/Brandon Grotesque.woff2") format("woff2"), url("assets/fonts/Brandon Grotesque.ttf") format("truetype"), url("assets/fonts/Brandon Grotesque.svg#Brandon Grotesque Web Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Mobile horizontal scroll (swiper-like)
 *
 * @param $item-width     Chiều rộng item (%, px) – vd: 75%, 280px
 * @param $gap            Khoảng cách giữa item
 * @param $radius         Border radius
 * @param $border-color   Màu border
 */
header .eco-header-text {
  text-decoration: underline;
  font-weight: bold;
  word-spacing: 2px;
  letter-spacing: 1.5px;
  font-size: 14px;
}
header .header-bottom {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
header .header-search-form .header-search-form-wrapper input[type=search] {
  border-radius: 0;
  border: 1px solid #545454;
  padding: 6px 16px;
  font-size: 16px;
  background: unset;
}
header .widget_shopping_cart {
  width: 400px;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
  font-size: 14px;
  color: #166598;
  font-weight: bold;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
  margin-bottom: 0px;
}
header .widget_shopping_cart a.button {
  border-radius: 5px;
}

.text-panel {
  background: #FFF;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 5px;
}

footer .icon-box {
  padding: 30px 15px;
  border-radius: 2px;
  transition: 0.6s ease;
  border: 1px solid transparent;
}
footer .icon-box .icon-box-text h1, footer .icon-box .icon-box-text h2, footer .icon-box .icon-box-text h3, footer .icon-box .icon-box-text h4, footer .icon-box .icon-box-text h5, footer .icon-box .icon-box-text h6 {
  margin-bottom: 5px;
}
footer .icon-box .icon-box-text p {
  margin-bottom: 0;
}
footer .icon-box:hover {
  border: 1px solid rgba(241, 241, 241, 0.1294117647);
}
footer .ft-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .ft-socials ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
footer .ft-socials ul li {
  margin: 0;
  font-size: 25px;
}
footer .ft-socials ul li a {
  transition: 0.6s ease;
}
footer .ft-socials ul li:hover a {
  color: #166598;
}

.taxonomy-banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background: #F1F1F1;
}
.taxonomy-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-box p {
  margin-bottom: 5px;
}
.text-box a {
  text-decoration: underline;
}

section.featured-boxes .icon-box {
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  background: #f8f8f8;
  transition: 0.6s ease;
  position: relative;
  overflow: hidden;
}
section.featured-boxes .icon-box .icon-box-text {
  position: relative;
  z-index: 2;
}
section.featured-boxes .icon-box .icon-box-text h1, section.featured-boxes .icon-box .icon-box-text h2, section.featured-boxes .icon-box .icon-box-text h3, section.featured-boxes .icon-box .icon-box-text h4, section.featured-boxes .icon-box .icon-box-text h5, section.featured-boxes .icon-box .icon-box-text h6, section.featured-boxes .icon-box .icon-box-text p {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
}
section.featured-boxes .icon-box:hover {
  box-shadow: 0 0 5px rgba(9, 9, 9, 0.2);
}
@keyframes move_01 {
  0% {
    height: 5px;
    width: 5px;
  }
  50% {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: calc(100% - 5px);
  }
  70% {
    transform: scale(1.5);
    border-radius: 0;
    background: rgba(204, 204, 204, 0.16);
  }
  100% {
    border-radius: 50%;
    transform: scale(10);
    left: calc(100% - 5px);
    background: rgba(204, 204, 204, 0);
  }
}
@media screen and (max-width: 576px) {
  section .featured-text {
    padding-top: 15px;
  }
}
section .featured-text a {
  color: #000;
  text-decoration: underline;
}
section .featured-image-box .box-image {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(101, 101, 101, 0.6);
  transition: 0.6s ease;
}
section .featured-image-box .box-text {
  padding: 15px;
}
section .featured-image-box .box-text h1, section .featured-image-box .box-text h2, section .featured-image-box .box-text h3, section .featured-image-box .box-text h4, section .featured-image-box .box-text h5, section .featured-image-box .box-text h6 {
  transition: 1s ease;
  font-size: 1.5em;
}
section .featured-image-box:hover .box-image {
  box-shadow: 0 0 20px rgba(101, 101, 101, 0.6);
}
section .featured-image-box:hover .box-text h1, section .featured-image-box:hover .box-text h2, section .featured-image-box:hover .box-text h3, section .featured-image-box:hover .box-text h4, section .featured-image-box:hover .box-text h5, section .featured-image-box:hover .box-text h6 {
  color: #166598;
}

section.featured-category-products .featured-text a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  section.featured-category-products .featured-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.featured-category-products .m-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 12px;
  }
  section.featured-category-products .m-swiper::-webkit-scrollbar {
    display: none;
  }
  section.featured-category-products .m-swiper > .col {
    width: 40%;
    min-width: 40%;
    flex: 0 0 40%;
    scroll-snap-align: start;
    white-space: normal;
  }
  section.featured-category-products .m-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  section.featured-category-products .m-swiper > .col .text {
    white-space: normal;
  }
  section.featured-category-products .m-swiper > .col .box {
    white-space: normal;
  }
}

section.featured-banner .featured-text a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  section.featured-banner .featured-text {
    margin-top: 30px;
  }
}

section.featured-posts .box.box-blog-post .box-image {
  border: 1px solid #F1F1F1;
}
section.featured-posts .box.box-blog-post .box-text .post-title a {
  font-size: 14px;
  font-weight: normal;
}
section.featured-posts .box.box-blog-post .box-text .is-divider {
  display: none;
}

section.featured-quote .featured-text p {
  margin-bottom: 8px;
}

body.home .col.product-small {
  padding-bottom: 0;
}
body.home .box.product-small {
  border: 1px solid #F1F1F1;
}
body.home .no-overlay .box .box-image .overlay {
  background: none;
}
body.home .box.product-small .box-text {
  transition: 0.6s ease;
}
body.home .box.product-small .box-text .product-title {
  text-align: center;
}
body.home .box.product-small .box-text .product-title a {
  color: #000;
  font-size: 14px;
}
body.home .box.product-small.box-overlay .box-text {
  padding: 15px;
}
body.home .box.product-small.box-overlay .box-text .product-title a {
  color: #FFF;
}
body.home .box.product-small.box-overlay:hover .box-text {
  background: rgba(6, 6, 6, 0.5803921569);
}

body.archive.woocommerce h2, body.archive.woocommerce h3 {
  font-weight: normal;
}
body.archive.woocommerce form.woocommerce-ordering select.orderby {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
  transition: 0.6s ease;
}
body.archive.woocommerce form.woocommerce-ordering select.orderby:hover {
  border-color: #d2d2d2;
}
body.archive.woocommerce .box.product-small {
  transition: 0.6s ease;
}
body.archive.woocommerce .box.product-small .box-image {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
body.archive.woocommerce .box.product-small .box-text .product-title a {
  transition: 0.6s ease;
  color: #000;
}
body.archive.woocommerce .box.product-small:hover {
  box-shadow: 0 0 10px rgba(168, 168, 168, 0.2);
}
body.archive.woocommerce .box.product-small:hover .box-text .product-title a {
  color: #166598;
}
body.archive.woocommerce .woocommerce-pagination ul {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #F1F1F1;
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 400px;
}
body.archive.woocommerce .woocommerce-pagination ul li span {
  border-radius: 2px;
  border: 1px solid #F1F1F1;
}
body.archive.woocommerce .woocommerce-pagination ul li a {
  border-radius: 2px;
  border: 1px solid #F1F1F1;
}
body.archive.woocommerce .woocommerce-pagination ul li a, body.archive.woocommerce .woocommerce-pagination ul li span {
  font-weight: normal;
  padding: 1px 15px;
  height: unset;
  width: unset;
  max-width: unset;
  min-width: unset;
  display: inline-block;
}
body.archive.woocommerce .woocommerce-pagination ul li a.current, body.archive.woocommerce .woocommerce-pagination ul li span.current {
  background: #999;
}
body.archive.woocommerce .woocommerce-pagination ul li:hover a, body.archive.woocommerce .woocommerce-pagination ul li:hover span {
  background: #999;
}
body.archive.woocommerce .term-description ul {
  margin-left: 18px;
}

body.single.woocommerce h2, body.single.woocommerce h3 {
  font-weight: 500;
}
body.single.woocommerce .single-product-breadcrumb {
  margin-bottom: 10px;
}
body.single.woocommerce .single-product-breadcrumb a, body.single.woocommerce .single-product-breadcrumb span {
  font-size: 14px;
  color: #000;
}
body.single.woocommerce .single-product-breadcrumb p {
  margin-bottom: 0;
}
body.single.woocommerce .product-title-container .is-divider {
  display: none;
}
@media screen and (max-width: 576px) {
  body.single.woocommerce .woocommerce-breadcrumb {
    background: #e9e9e9;
    padding: 5px;
  }
  body.single.woocommerce .woocommerce-breadcrumb a {
    color: #000;
  }
}
body.single.woocommerce .product-thumbnails .flickity-slider {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 576px) {
  body.single.woocommerce .product-info {
    padding-bottom: 0;
  }
}
body.single.woocommerce .box.product-small {
  transition: 0.6s ease;
}
body.single.woocommerce .box.product-small .box-image {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
body.single.woocommerce .box.product-small .box-text .product-title a {
  transition: 0.6s ease;
  color: #000;
}
body.single.woocommerce .box.product-small:hover {
  box-shadow: 0 0 10px rgba(168, 168, 168, 0.2);
}
body.single.woocommerce .box.product-small:hover .box-text .product-title a {
  color: #166598;
}
body.single.woocommerce .product-sidebar-small .widget-title {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
body.single.woocommerce .product-sidebar-small .is-divider {
  display: none;
}
body.single.woocommerce .woocommerce-tabs ul.tabs {
  display: flex;
  flex-flow: row nowrap;
  width: fit-content;
  margin: 0 auto;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #F1F1F1;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li a {
  display: block;
  text-align: center;
  min-width: 235px;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li a:before {
  content: unset;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  background: #333;
  height: 1px;
  transition: 0.6s ease;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li:hover:after {
  width: 100%;
}
body.single.woocommerce .woocommerce-tabs ul.tabs li.active:after {
  width: 100%;
}
body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(179, 179, 179, 0.17);
}
@media screen and (max-width: 576px) {
  body.single.woocommerce .woocommerce-tabs .tab-panels .entry-content img {
    margin-top: 10px;
  }
}
body.single.woocommerce .yw-contact-no-cart a {
  display: block;
  padding: 15px 10px;
  line-height: 1;
  border-radius: 2px;
  background: #4f4b4c;
}
body.single.woocommerce .shop-policy ul {
  list-style: none;
}
body.single.woocommerce .shop-policy ul li {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}

body.archive h1.page-title {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  border-radius: 5px;
  min-width: 30%;
  font-weight: 500;
}
body.archive .box.box-vertical .box-image {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(192, 192, 192, 0.3294117647);
  border-radius: 5px;
  overflow: hidden;
}

body.woocommerce .sidebar-inner .widget-title {
  font-size: 90%;
  padding: 10px 0;
  display: block;
  color: #333;
  text-transform: capitalize;
}
body.woocommerce .sidebar-inner form.searchform input[type=search] {
  border-radius: 5px 0 0 5px;
  border: 1px solid #F1F1F1;
  box-shadow: none;
}
body.woocommerce .sidebar-inner form.searchform button[type=submit] {
  border-radius: 0 5px 5px 0;
}
body.woocommerce .sidebar-inner .widget.widget_product_categories .is-divider {
  display: none;
}
body.woocommerce .sidebar-inner .widget.widget_product_categories ul.product-categories li a {
  font-size: 90%;
  color: #333;
  transition: 0.6s ease;
}
body.woocommerce .sidebar-inner .widget.widget_product_categories ul.product-categories li:hover a {
  text-decoration: underline;
  color: #166598;
}

.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  font-size: 14px;
  margin-bottom: 0;
  color: #656565;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget ul.product-categories li a {
  font-size: 14px;
  color: #656565;
}
.widget .service-list {
  border: 1px solid #F1F1F1;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(218, 218, 218, 0.2117647059);
}
.widget .service-list li:last-child {
  margin-bottom: 0;
}

section .fp-heading h1, section .fp-heading h2, section .fp-heading h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
section .fp-heading h1:before, section .fp-heading h2:before, section .fp-heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background: #4f4b4c;
}
section .fp-heading h1:after, section .fp-heading h2:after, section .fp-heading h3:after {
  content: "";
  position: absolute;
  left: 29px;
  bottom: 0;
  width: 4px;
  height: 2px;
  background: #4f4b4c;
}
@keyframes fp_heading_effect_01 {
  0% {
    width: 10px;
    opacity: 1;
  }
  80% {
    width: 50px;
    opacity: 0.8;
  }
  100% {
    width: 50px;
    opacity: 0;
  }
}

@media screen and (max-width: 576px) {
  .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .mobile-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .mobile-swiper > .col .icon-box {
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 576px) {
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  box-shadow: none;
  transition: 0.6s ease;
}
.wpcf7 .wpcf7-form-control-wrap input:focus, .wpcf7 .wpcf7-form-control-wrap input:active, .wpcf7 .wpcf7-form-control-wrap textarea:focus, .wpcf7 .wpcf7-form-control-wrap textarea:active {
  box-shadow: 0 0 10px rgba(188, 188, 188, 0.18);
}
.wpcf7 input[type=submit] {
  min-width: 100px;
  border-radius: 2px;
}

.yw-gallery {
  display: flex;
  gap: 16px;
  /* ===============================
   * Thumbnails
   * =============================== */
  /* ===============================
   * Main image
   * =============================== */
}
.yw-gallery-thumbs {
  width: 90px;
  padding: 30px 0;
}
.yw-gallery-thumbs .slick-slide {
  padding: 4px 0;
}
.yw-gallery-thumbs .slick-slide img {
  width: 100%;
  display: block;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.yw-gallery-thumbs .slick-slide.slick-current img {
  border-color: #000;
  transform: scale(1.03);
}
.yw-gallery-thumbs .slick-arrow {
  width: 100%;
  height: 20px;
  border: 0;
  cursor: pointer;
  background: linear-gradient(to bottom, #fff, transparent);
  transform: unset;
}
.yw-gallery-thumbs .slick-arrow:before {
  content: none;
}
.yw-gallery-thumbs .slick-arrow svg {
  width: 40px;
  height: 20px;
}
.yw-gallery-thumbs .slick-arrow.slick-prev {
  top: 0;
  left: 0;
}
.yw-gallery-thumbs .slick-arrow.slick-prev svg {
  transform: rotate(90deg);
}
.yw-gallery-thumbs .slick-arrow.slick-next {
  left: 0;
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, #fff, transparent);
}
.yw-gallery-thumbs .slick-arrow.slick-next svg {
  transform: rotate(270deg);
}
.yw-gallery-main {
  flex: 1;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  /* Fix slick vertical height */
}
.yw-gallery-main a {
  display: block;
}
.yw-gallery-main img {
  width: 100%;
  display: block;
  cursor: zoom-in;
}
.yw-gallery-main .slick-track {
  display: flex !important;
  align-items: flex-start !important;
}
.yw-gallery-main .slick-slide {
  height: auto !important;
}

.init-slick .slick-arrow {
  top: 35%;
}
.init-slick .slick-arrow:before {
  color: #333;
}

/*# sourceMappingURL=style.css.map */
