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

/***************  ADD CUSTOM CSS MAZUTA.   ***************/

/***** additional font *****/
@font-face {
  font-family: "Montserrat";
  src: url("assets/font/Montserrat-Black.ttf");
  font-display: swap;
}

.textRed {
  color: #8b0225 !important;
}
.textGold {
  color: #b58d3d !important;
}
.textBlack {
  color: #303030 !important;
}
.textWhite {
  color: #ffffff !important;
}

.bgRed {
  background-color: #8b0225 !important;
}
.bgGold {
  background-color: #b58d3d !important;
}
.bgWhite {
  background-color: #ffffff !important;
}

.nobr br {
  display: none;
}
.mAuto {
  margin: auto !important;
}
.m-0 {
  margin: unset !important;
}
.p-0 {
  padding: unset !important;
}
.h2mazuta {
  font-size: 40px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  border-radius: 10px;
  border-color: #000000;
}
.wpcf7 .wpcf7-submit {
  background-color: unset !important ;
  color: #8b0225 !important;
  border-radius: 50px !important;
  border: 1px solid #8b0225;
  text-transform: capitalize !important;
  padding: 0 30px !important;
}
.wpcf7-spinner {
  display: none;
}

.curveBanner {
  clip-path: ellipse(80% 80% at 50% 20%);
}
.curveFooter {
  clip-path: ellipse(80% 80% at 50% 20%);
}
.bannerContact .banner-inner,
.bannerEcovacs .banner-inner,
.bannerTineco .banner-inner,
.bannerboboduck .banner-inner {
  background: linear-gradient(
    90deg,
    rgba(202, 210, 219, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

.img-border-radius img {
  border-radius: 12px;
}
.banner-shape,
.footer-shape {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.textDropShadow {
  filter: drop-shadow(2px 2px 2px #00000045);
}
.img-zoom {
  transform: scale(0.8);
  transition: 0.6s;
}
.img-zoom:hover {
  transform: scale(1);
}
.banner-gradient .banner-inner {
  background: linear-gradient(
    90deg,
    rgba(202, 210, 219, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

/*============================================
// HEADER 
============================================*/
/* header color */
.header .menu-item {
  margin: 0 34px !important;
}
.header a {
  color: #b58d3d !important;
  letter-spacing: 1px !important;
}
/* sub menu header */
.header .sub-menu > li {
  margin: 0 !important;
}
.header .sub-menu > li a:hover {
  color: #8b0225 !important;
}
.header .sub-menu.nav-dropdown {
  border-radius: 14px;
  width: 100px !important;
}
/* search form */
.header-search-form input {
  border-radius: 10px 0 0 10px;
  height: 34px;
}
.header-search-form button {
  border-radius: 0 10px 10px 0;
  background-color: #8b0225 !important;
}
.header .header-wrapper {
  backdrop-filter: blur(12px);
  box-shadow: 1px 1px 6px rgb(0 0 0 / 10%) !important;
}
.header .header-wrapper.stuck,
.header .header-wrapper.stuck .header-bg-color.fill {
  backdrop-filter: blur(10px);
}
/* header menu */
.mobile-sidebar .sidebar-menu > ul > li > a,
.mobile-sidebar .sidebar-menu > ul > li > button,
.mobile-sidebar .sidebar-menu > ul > li > ul > li > a {
  color: #b58d3d;
}
.mobile-sidebar .sidebar-menu > ul > li.current-menu-item > a,
.mobile-sidebar .sidebar-menu > ul > li.current-menu-item > button,
.mobile-sidebar .sidebar-menu > ul > li.current-menu-parent > a,
.mobile-sidebar .sidebar-menu > ul > li.current-menu-parent > button,
.mobile-sidebar .sidebar-menu > ul > li > ul > li.current-menu-item > a {
  color: #8b0225 !important;
}
/* dropdown menu */
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 2px solid #ececec;
}
.nav-dropdown-default {
  padding: 12px;
  min-width: 180px !important;
  border: unset !important;
  border-radius: 8px !important;
}
.nav-dropdown-default .current-menu-item a {
  color: #8b0225 !important;
}

/*============================================
// PAGE HOME
============================================*/
.home .bannerHome {
  background-image: url("/wp-content/uploads/2022/01/banner-home.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionSlider .flickity-viewport {
  height: 26rem !important;
  padding-top: 20px;
}
.sectionSlider .slider img {
  border-radius: 15px !important;
}
.sectionSlider .slider-style-focus img {
  border-radius: 15px !important;
}
.sectionSlider .is-selected {
  transform: scale(1.1);
  z-index: 1;
}
.typewrite > .wrap {
  border-right: 2px solid #94803d !important;
  padding-right: 8px;
}
.home-shape-bg {
  position: absolute;
  bottom: -0.2rem;
  z-index: -1;
  pointer-events: none;
}
.home-shape-bg img {
  height: 30rem;
}

/* slider video */
.youtube.video img {
  transform: scale(1.25);
}
.youtube.video.boboduck img {
  transform: scale(1.78);
}

/* home brand */
.row-brand .col-inner {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.row-brand .col-inner .text {
  flex-grow: 1;
}
.row-brand .col-inner a {
  width: fit-content;
  align-self: center;
}
.home-brand-slider.slider-wrapper .flickity-prev-next-button {
  display: inline-block !important;
}
.home-brand-slider.slider-wrapper .flickity-prev-next-button svg {
  background: #8b0225;
  border-color: #ffffffc2;
}
.home-brand-slider.slider-wrapper .flickity-prev-next-button path {
  fill: #ffffffc2;
}

.homeMap .mapTineco,
.homeMap .mapBoboduck,
.homeMap .mapEcovacs {
  z-index: 3;
  position: absolute;
}
.homeMap .mapTineco {
  content: url("/wp-content/uploads/2021/11/TinecoLogo.webp");
  top: 7%;
  left: 0%;
  width: 120px;
}
.homeMap .mapBoboduck {
  content: url("/wp-content/uploads/2021/11/unnamed.webp");
  top: 18%;
  left: 35%;
  width: 120px;
}
.homeMap .mapEcovacs {
  content: url("/wp-content/uploads/2021/11/TinecoLogo-1.webp");
  top: 56%;
  left: 14%;
  width: 150px;
}
/*pinned map*/
.pin-map.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.pin-map.container img {
  width: 100%;
  height: auto;
}
.pin-map .hotspot {
  width: 8px;
  height: 8px;
  background-color: #8b0225;
  border-radius: 50%;
  position: absolute;
  animation: wave 4s infinite;
  z-index: 2;
}
.pin-map .sby {
  left: 41.2%;
  bottom: 18.2%;
  animation-delay: 0.4s;
}
.pin-map .jkt {
  left: 26.5%;
  bottom: 27.5%;
  animation-delay: 0.8s;
}
.pin-map .lmb {
  left: 45.8%;
  bottom: 13.5%;
  animation-delay: 1.2s;
}
.pin-map .smt {
  left: 10.5%;
  top: 33.5%;
  animation-delay: 1.6s;
}
.pin-map .ppa {
  right: 20%;
  top: 40.5%;
  animation-delay: 2s;
}
.pin-map .kmt {
  top: 44%;
  left: 45%;
}
.pin-map .slw {
  bottom: 33.4%;
  right: 45.8%;
  animation-delay: 0.8s;
}
.pin-map .kmt1 {
  left: 39%;
  top: 38%;
}
.pin-map .smt1 {
  left: 20.5%;
  bottom: 44.5%;
}
.pin-map .smt2 {
  left: 3%;
  top: 6.5%;
}
.pin-map .slw1 {
  top: 40%;
  right: 45.8%;
}
.pin-map .slw2 {
  top: 30%;
  right: 40%;
}
.pin-map .mlg {
  bottom: 16%;
  left: 40%;
}
/*.pin-map .blkppn{
  top: 40%;
  right: 52%;
}*/
.pin-map .bali {
  bottom: 15%;
  right: 56%;
}

@keyframes wave {
  from {
    box-shadow: 0 0 0 0 #c74f6e;
  }
  to {
    box-shadow: 0 0 0 15px #f9151500;
  }
}
.pin-map .hotspot::before {
  font-family: Helvetica, sans-serif;
  content: attr(text);
  width: max-content;
  position: absolute;
  background-color: #ffffffd5;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  padding: 5px 10px;
  min-width: 110px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 500;
  border-radius: 99px;
  /*display: none;*/
  z-index: 1000;
  box-shadow: 1px 1px 5px #94949470;
}
.pin-map .hotspot::after {
  content: "";
  border-color: transparent transparent #fff;
  border-width: 0 8px 6px;
  border-style: solid;
  position: absolute;
  top: 24px;
  left: 50%;
  display: none;
}
/*.pin-map .hotspot:hover::before, .bmr-map .hotspot:hover::after {
  display: block;
}*/

.pin-map .hotspot.lmb::before {
  -webkit-animation: blink-1 3s 3s both;
  animation: blink-1 3s 3s both;
}

.pin-map .hotspot.sby::before {
  -webkit-animation: blink-1 3s 6s both;
  animation: blink-1 3s 6s both;
}

.pin-map .hotspot.jkt::before {
  -webkit-animation: blink-1 3s 9s both;
  animation: blink-1 3s 9s both;
}

.pin-map .hotspot.slw::before {
  -webkit-animation: blink-1 3s 12s both;
  animation: blink-1 3s 12s both;
}

.pin-map .hotspot.smt1::before {
  -webkit-animation: blink-1 3s 15s both;
  animation: blink-1 3s 15s both;
}

.pin-map .hotspot.smt::before {
  -webkit-animation: blink-1 3s 18s both;
  animation: blink-1 3s 18s both;
}

.pin-map .hotspot.kmt::before {
  -webkit-animation: blink-1 3s 21s both;
  animation: blink-1 3s 21s both;
}

.pin-map .hotspot.ppa::before {
  -webkit-animation: blink-1 3s 24s both;
  animation: blink-1 3s 24s both;
}

.pin-map .hotspot.slw1::before {
  -webkit-animation: blink-1 3s 27s both;
  animation: blink-1 3s 27s both;
}

.pin-map .hotspot.kmt1::before {
  -webkit-animation: blink-1 3s 30s both;
  animation: blink-1 3s 30s both;
}

.pin-map .hotspot.slw2::before {
  -webkit-animation: blink-1 3s 33s both;
  animation: blink-1 3s 33s both;
}

.pin-map .hotspot.smt2::before {
  -webkit-animation: blink-1 3s 36s both;
  animation: blink-1 3s 36s both;
}

.pin-map .hotspot.mlg::before {
  -webkit-animation: blink-1 3s 39s both;
  animation: blink-1 3s 39s both;
}

.pin-map .hotspot.bali::before {
  -webkit-animation: blink-1 3s 42s both;
  animation: blink-1 3s 42s both;
}

@-webkit-keyframes blink-1 {
  0%,
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/* floating circle-bubble style */
.circle-bubble {
  opacity: 0.6;
  background-color: #881834;
  position: absolute;
  border-radius: 50% !important;
  pointer-events: none;
}
.circle-bubble.pos1 {
  left: 5%;
  bottom: 10%;
}
.circle-bubble.pos2 {
  left: 44%;
  top: -40%;
}
.circle-bubble.pos3 {
  right: 10%;
  top: 0%;
}
.circle-bubble.pos4 {
  right: -5%;
  bottom: 30%;
}
.circle-bubble.size1 {
  width: 22px;
  height: 22px;
}
.circle-bubble.size2 {
  width: 32px;
  height: 32px;
}

/* product sold text */
.total-sold-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 8.2em;
  line-height: 1.1;
  background: -webkit-linear-gradient(#a00637 40%, #800225 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SLIDER YOUTUBE IMAGE*/
.youtube {
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 18px !important;
  height: 340px;
}
.youtube img {
  max-width: 100%;
  top: -6%;
  left: 0;
}
.youtube .play-button {
  width: 70px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 6px;
}
.youtube:hover > .play-button {
  background-color: #e31313;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* MODAL / POPUP YOUTUBE PLAYER */
/* The Modal (background) */
.modal-youtube {
  z-index: 100 !important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  transition: all 0.6s linear;
}
.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}
/* Modal Content */
.modal-content {
  background-color: #0d0d0d75;
  padding: 10px;
  border: 1px solid #888;
  width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sectionSlider section .bg.section-bg {
  background-image: unset !important;
}
/*============================================
// PAGE ABOUT 
============================================*/
.bannerAbout {
  background-image: url("/wp-content/uploads/2021/12/about-banner.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
}
/*PAGE ABOUT > Our Strategic Framework*/
.row-strategic {
  background-image: url("/wp-content/uploads/2021/12/home-map-1.webp") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
/*PAGE ABOUT  > mazuta team*/
.mazutaTeam .slider img {
  border-radius: 30px !important;
  padding: 10px !important;
}
.mazutaTeam .slider-style-container .flickity-slider > *:not(.is-selected),
.mazutaTeam .slider-style-shadow .flickity-slider > *:not(.is-selected),
.mazutaTeam .slider-style-focus .flickity-slider > *:not(.is-selected) {
  opacity: unset;
}
.mazutaTeam .flickity-button svg {
  background: #88072d !important;
}
.mazutaTeam .slider-wrapper .flickity-prev-next-button {
  display: inline-block !important;
}
/*PAGE ABOUT > flagshipStore*/
.flickity-page-dots .dot.is-selected {
  background-color: #8b0225;
  opacity: 1 !important;
}
.flickity-page-dots .dot {
  border: 3px solid #8b0225;
  background-color: #8b0225;
}
.flagshipStore .sliderProduct .icon-box-text {
  margin: auto !important;
}
/* PAGE ABOUT > tab section style */
.customTabs .tab-panels {
  background: rgb(201, 209, 218);
}
.customTabs .nav.nav-line-bottom {
  max-width: 1050px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.customTabs .nav > .tab {
  width: 31.5%;
}
.customTabs .nav {
  border-bottom: 1px solid #c9d1da;
  display: block;
}
.customTabs .nav > .tab.active a {
  color: #8b0225;
}
.customTabs .nav > .tab:not(.active) a {
  color: #c9d1da;
}
.customTabs .nav > .tab a {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.customTabs li > a {
  width: 100%;
}
.customTabs li > a > span {
  margin: auto;
}

/* PAGE ABOUT > whatnews*/
.whatNews .blockPostStyle .box-text .post-title {
  color: #8b0225;
  font-size: 1.32rem;
  margin-bottom: 0.5rem;
  font-weight: bolder;
}
.whatNews .blockPostStyle .box-text .post-meta {
  color: #fff;
  font-size: 0.86rem;
  margin-bottom: 0.5rem;
}
.whatNews .blockPostStyle .box-text .is-divider {
  display: none;
}
.whatNews .blockPostStyle .box-image {
  border-radius: 10px;
}
.whatNews .row-slider .flickity-prev-next-button {
  width: 36px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}
.whatNews .row-slider .flickity-prev-next-button svg {
  border: 2px solid #f1f1f1 !important;
  border-radius: 99px;
  padding: 6px !important;
  background: #8b0225a2 !important;
}
.whatNews .flickity-button svg path {
  fill: #f1f1f1 !important;
}

/* store slider */
.focusSlider > .slider {
  padding-top: 0;
}
.focusSlider .img.is-selected {
  transform: scale(1.15);
  z-index: 1;
}
.focusSlider .img {
  padding-top: 15px !important;
}
.focusSlider .is-selected .img-inner {
  border-radius: 12px;
}
.focusSlider .flickity-viewport {
  height: 250px !important;
}

/*============================================
// MILESTONE TIMELINE STYLE
============================================*/
.brand-milestone .wpostahs-centent-title {
  display: none !important;
}
.wpostahs-slider-nav-content .wpostahs-centent > section,
.wpostahs-slider-nav-content .wpostahs-centent .tab-panels {
  padding-top: 0 !important;
}
.wpostahs-slider-for-1.wpostahs-slider-for {
  padding: 0 !important;
}
.wpostahs-slider-design-1 .wpostahs-slick-slider .slick-arrow {
  top: 67% !important;
  width: 35px !important;
}
.wpostahs-slick-slider span.slick-arrow svg {
  fill: #ddd !important;
  padding: 3px;
}
.wpostahs-slick-slider .slick-prev svg {
  padding-right: 6px;
}
.wpostahs-slick-slider .slick-next svg {
  padding-left: 6px;
}
.slick-slide .wpostahs-main-title {
  color: #b58d3d !important;
  display: flex;
  flex-direction: column;
  font-size: 24px !important;
}
.slick-slide .wpostahs-main-title .pointer {
  border: 1px solid #8b0225;
  border-radius: 99px;
  width: 44px;
  margin: auto;
}
.slick-slide .wpostahs-main-title .inner-pointer {
  transition: 0.25s;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  margin: 13px;
}
.slick-slide.slick-current .wpostahs-main-title .inner-pointer,
.slick-slide .wpostahs-main-title .pointer:hover .inner-pointer {
  background: #8b0225;
}
/*timeline next */
.slick-slide .wpostahs-main-title:before,
.slick-slide .wpostahs-main-title:after {
  border: unset !important;
  margin-left: unset !important;
}
.slick-slide .wpostahs-main-title,
.wpostahs-slider-design-1
  .wpostahs-slider-nav-title.slick-current
  .wpostahs-main-title {
  background: unset !important;
  color: #b58d3d !important;
  font-size: 24px !important;
  font-weight: 700;
  margin: 10px 0 !important;
  padding: 2% 0 !important;
}
.wpostahs-main-title .pointer {
  margin: 0 10px !important;
}
.wpostahs-main-title .pointer-container {
  display: flex;
}
.wpostahs-main-title .pointer-line {
  height: 2px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background: #bababa;
}
.wpostahs-centent-title {
  font-size: 4.8em !important;
  color: #b58d3d !important;
}
.wpostahs-slider-nav-title:last-child .pointer-line:nth-child(3),
.wpostahs-slider-nav-title:first-child .pointer-line:nth-child(1) {
  visibility: hidden;
}
/*timeline content*/
.wpostahs-slider-for .slick-list {
  margin: 0 !important;
}
.wpostahs-slider-nav .slick-list {
  margin: 0 54px !important;
}

/*============================================
// PAGE ACHIEVEMENT 
============================================*/
.achievements-slider section .bg-loaded {
  background-image: unset !important;
}
.achievements-slider .flickity-button {
  height: 50px;
  top: unset;
  bottom: -68px;
  color: #bababa !important;
  opacity: 1 !important;
}
.achievements-slider .flickity-button .flickity-button-icon * {
  fill: #bababa !important;
}
.achievements-slider .flickity-button .slide-nav-text {
  position: absolute;
  top: 6px;
  transition: 0.2s;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #8b0225;
}
.achievements-slider .flickity-button .slide-nav-text.prev {
  left: 48px;
}
.achievements-slider .flickity-button .slide-nav-text.next {
  right: 48px;
}
.achievementFooter {
  margin-top: -160px;
}

/*============================================
BANNER USE BACKGROUND IMAGE
============================================*/
.col.bannerWaranty {
  background-image: url("/wp-content/uploads/2021/11/banner.webp");
  background-size: cover;
  border-radius: 20px;
}
.col.bannerWaranty .col-inner {
  background-color: unset !important;
}
/*Brand Banner > Tineco*/
.bannerTineco {
  background-image: url("/wp-content/uploads/2024/06/Banner-Tineco-1.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 68%;
} /*
/*Brand Banner > Boboduck*/
.bannerBoboduck {
  background-image: url("/wp-content/uploads/2022/02/banner-boboduck.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
} /*
/*Brand Banner > Ecovacs*/
.bannerEcovacs {
  background-image: url("/wp-content/uploads/2024/06/Banner-Ecovacs-1.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% !important;
}
/*Brand Banner > laifen*/
.bannerLaifen {
  background-image: url("/wp-content/uploads/2024/05/Banner-Laifen.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 68%;
}
/*Brand banner > usmile*/
.bannerUsmile {
  background-image: url("/wp-content/uploads/2024/05/banner-usmile.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 68%;
}
/*Brand Banner > yoniev*/
.bannerYoniev {
  background-image: url("/wp-content/uploads/2024/05/img-yoniev3.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 34%;
}
/*Brand Banner > amiro*/
.bannerAmiro {
  background-image: url("/wp-content/uploads/2024/06/img-amiro-3.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 34%;
}
/*Brand Banner > amiro*/
.bannerKans {
  background-image: url("/wp-content/uploads/2024/06/banner.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 34%;
}

.bannerLivestream {
  background-image: url("/wp-content/uploads/2022/01/livestream-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}
.bannerArchivement {
  background-image: url("/wp-content/uploads/2022/01/banner-archivements.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}

/*============================================
// PAGE BRAND > (ECOVACT + MAZUTA + BOBODUCK)
============================================*/
/* set text middle */
.sliderProduct .icon-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lastSection .row.overTop {
  margin-top: -50px;
}

.mazutaMarket {
  display: none;
}
.mazutaMarket .img.has-hover:hover {
  transform: scale(1.1);
}
.mazutaMarket .img.has-hover {
  transition: 0.5s;
}
/* brand product slider */
.flickity-prev-next-button {
  color: #c4c4c4;
}
.sliderProduct .flickity-prev-next-button {
  display: block;
}
.sliderProduct .flickity-prev-next-button.previous {
  left: 0;
}
.sliderProduct .flickity-prev-next-button.next {
  right: 0;
}
.sliderProduct section {
  padding-left: 15 !important;
  padding-right: 15px !important;
}

/* button circle arrow before footer*/
.btn_arrowRight {
  border: 3px solid #fff;
  padding: 8px 8px;
  color: #fff;
  border-radius: 99px;
}
.btn_arrowRight span {
  padding-top: 3px;
}
.btn_arrowRight:hover {
  border-color: #8b0225;
  color: #8b0225;
}
/* grid */
/* set faded effect for background image changes*/
.banner-grid-wrapper .grid-col .banner .bg-fill {
  transition: background 0.8s linear;
}

/* set grid border-radius */
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(1) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(1) .banner {
  border-radius: 20px 0 0 20px;
}
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(2) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(2) .banner {
  border-radius: 0 20px 0 0;
}
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(3) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(3) .banner {
  border-radius: 0 0 20px 0;
}

.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(1) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(1) .banner {
  border-radius: 20px 0 0 20px;
}
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(2) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(1) .grid-col:nth-of-type(2) .banner {
  border-radius: 0 20px 0 0;
}
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(1) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(1) .banner {
  border-radius: 20px 20px 0 0;
}
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(2) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(2) .banner {
  border-radius: 0 0 0 20px;
}
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(3) .banner .bg-fill,
.banner-grid-wrapper:nth-of-type(2) .grid-col:nth-of-type(3) .banner {
  border-radius: 0 0 20px 0;
}

/*============================================
// PAGE LINKS
============================================*/
.img_bannerLinks .img-inner img {
  clip-path: ellipse(80% 80% at 50% 20%);
}
.page-id-210 .mobile-nav {
  display: none;
}
.iconWebsite:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/links/iWeb.webp") !important;
  vertical-align: middle;
  padding: 10px;
}
.iconWhatsapp:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/links/iService.webp") !important;
  vertical-align: middle;
  padding: 10px;
}

/*============================================
// PAGE CONTACT
============================================*/
.bannerContact {
  background-image: url("/wp-content/uploads/2021/11/banner-contact.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40%;
}
.lastSectionContact {
  background-image: url("/wp-content/uploads/2021/11/bg-home-.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.lastSectionContact input {
  margin-top: 10px;
  padding-left: 24px !important;
  height: 38px !important;
}
.lastSectionContact textarea {
  margin-top: 10px;
  padding-left: 24px !important;
}
.lastSectionContact .wpcf7 input::placeholder,
.lastSectionContact .wpcf7 textarea::placeholder {
  color: #c9d2da;
  font-size: 1rem;
  font-weight: 100;
}
.lastSectionContact .wpcf7 label {
  font-size: 1rem;
}
.btn-cf7:hover {
  color: #f1f1f1 !important;
  border-color: #8b0225 !important;
  background-color: #8b0225 !important;
}
.btn-post-cat {
  border-radius: 8px;
  margin-bottom: 18px !important;
}

/*============================================
// PAGE LIVESTREAM
============================================*/
.row-livestream .row-button .img {
  height: 48px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row-button .col-inner {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 12px;
  height: 100% !important;
  border: 2px solid #eaeaea;
  border-bottom: 5px solid #e0e0e0;
}
.row-livestream .row-button .col-inner:hover {
  background: #e8e8e8;
  cursor: pointer;
  border-color: #e0e0e0;
}
.row-livestream .row-iframe .col:not(:nth-of-type(1)) {
  display: none;
}
.ytLive-iframe {
  width: 100%;
  height: 480px;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ytLive-iframe h3,
.ytLive-iframe p {
  color: #f1f1f1;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* latest livestream video list */
.playlist-iframe {
  display: flex;
  margin-top: 15px;
}
.playlist-vid {
  width: 100%;
  height: 184px;
  background: #e8e8e8;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.live-col {
  padding: 0 15px 15px !important;
}
.playlist-vid .text-container {
  text-align: center;
  letter-spacing: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0deg, #8b0225cc 10%, transparent 65%);
}
.playlist-vid:hover .text-container {
  backdrop-filter: blur(2px);
  background: linear-gradient(0deg, #8b0225cc 10%, #0e0e0e80 65%);
}
.playlist-vid .text-play {
  visibility: hidden;
  color: #f1f1f1;
  flex-grow: 1;
  font-weight: 700;
  padding-top: 26%;
}
.playlist-vid:hover .text-play {
  visibility: unset;
}
.playlist-vid .text-title {
  color: #f1f1f1;
  padding: 3px 10px;
  border-radius: 0px 0 10px 10px;
  font-size: 12px;
  min-height: 55px;
  line-height: 1.12rem;
  padding: 8px 12px 12px 12px;
}
.playlist-vid.hover:hover {
  filter: contrast(1.1);
}
.playlist-vid:nth-child(2) {
  margin: 0 18px;
}
.ytLive-iframe,
.playlist-vid,
.playlist-vid .text-container {
  border-radius: 10px;
}

/*============================================
// PAGE WARRANTY
============================================*/
#btnUpload1 img,
#btnUpload2 img {
  padding: 15px;
  border: 1px dashed;
  cursor: pointer;
  margin: 10px 10px 20px 10px;
}
.submitWarranty {
  margin: unset !important;
}
.warranty-form .wpcf7 .row {
  padding: 0px 15px 0px 15px;
}
.warranty-form .form-pl {
  padding-left: 48px;
}

/*============================================
// PAGE BLOG
============================================*/
.blog-wrapper {
  padding-top: 90px;
}
.blog-wrapper .box-image {
  border-radius: 10px;
}
/* single */
.single-post .blog-wrapper .col.large-12 {
  margin-bottom: 60px;
}
.single-post .blog-featured-title {
  background: url("/wp-content/uploads/2021/12/banner-article.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.single-post .entry-category {
  display: none;
}

.blog-single .entry-content p {
  margin-bottom: 0;
}
.blog-single .entry-content *:not(p) {
  margin-top: 12px;
}
.blog-archive.page-wrapper,
.single-post .blog-wrapper.blog-single.page-wrapper {
  padding-bottom: unset !important;
}

/*============================================
// CUSTOMER SATISFACTION
============================================*/
.page-customer-feedback header,
.page-customer-feedback footer,
.page-customer-feedback-redirect header,
.page-customer-feedback-redirect footer {
    display: none;
}

#rating-form {
  text-align: center;
  margin-top: 50px;
}
.star {
  cursor: pointer;
  font-size: 2em;
  color: gray;
}
.star.active {
  color: gold;
}
#submit-rating .rating-note,
#submit-rating #rating-error {
  font-size: small;
  color: rgb(221, 36, 36);
}
#submit-rating #name {
  margin-top: 20px;
}
#submit-rating textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
}
#submit-rating .form-rating {
  border-radius: 10px;
}
#submit-rating button {
  background-color: rgb(126, 124, 124);
  border-radius: 10px;
  color: white;
}
#submit-rating button:hover {
  border: rgb(145, 144, 144) 1px solid;
  background-color: white;
  color: rgb(126, 124, 124);
}

/* Aler setting */
.alert {
  color: white;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  padding-left: 20px;
}
.alert-danger {
  background-color: #d43a2f;
}

.alert-success {
  background-color: #4caf50;
}

.alert .close {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

/*============================================
// FOOTER
============================================*/
.absolute-footer {
  display: none;
}
a.back-to-top {
  bottom: 20px;
  background: #910328 !important;
  color: #ffffffb0;
}
.CustomFooterCurrentYear {
  line-height: 15px;
}
#footer .ux-logo .ux-logo-link {
  padding: unset !important;
}
#footer .iEmail:before {
  content: url("/wp-content/uploads/2021/12/email.svg") !important;
  vertical-align: -webkit-baseline-middle;
  padding-right: 10px;
}
a.button_whatsapp {
  background: #25d366
    url(/wp-content/themes/flatsome-child/assets/img/wa_white.svg) center center
    no-repeat !important;
}
.grecaptcha-badge {
  display: none;
}

/*************** LAPTOP  ***************/
/*GLOBAL*/
@media screen and (max-width: 1440px) {
  .banner.banner-gradient,
  .banner.bannerArchivement,
  .banner.bannerLivestream {
    padding-top: 100vh !important;
  }
}

@media only screen and (max-width: 48em) {
  /*************** TABLET  ***************/
  /* HOME */
  /* home > section slider */
  .sectionSlider .flickity-viewport {
    height: 19rem !important;
    padding-top: 20px;
  }
  .youtube {
    height: 248px;
  }
  .modal-youtube .modal-content {
    width: 90%;
  }
  .playlist-vid {
    height: 134px;
  }
  .playlist-vid .text-play {
    padding-top: 18%;
  }
  /* warranty form */
  .warranty-form .form-pl {
    padding-left: 0;
  }
  /* ABOUT */
  /* store slider */
  .focusSlider .img {
    padding-top: 34px !important;
  }
  .focusSlider .img.is-selected {
    padding-top: 24px !important;
    transform: scale(1.2);
    z-index: 1;
  }
  .focusSlider .img-inner {
    border-radius: 5px;
  }
  .focusSlider .flickity-viewport {
    height: 240px !important;
  }
}

/* must replace */
@media only screen and (max-width: 34em) {
  /*************** PHONE  ***************/
  /* global */
  .banner.banner-gradient,
  .banner.bannerArchivement,
  .banner.bannerLivestream {
    padding-top: 50vh !important;
  }

  .banner-gradient .banner-inner {
    background: linear-gradient(
      90deg,
      rgba(202, 210, 219, 1) 35%,
      rgba(255, 255, 255, 0) 130%
    );
  }
  .banner .bg {
    background-position: 50% 100% !important;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .h2mazuta {
    font-size: 1.8rem;
  }
  /* HEADER */
  .header .header-wrapper {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.45) !important;
  }
  /* HOME */
  .home .bannerHome {
    background-position: 67%;
  }
  .home .bannerHome {
    background-image: url("/wp-content/uploads/2022/01/banner-home-mobile.webp") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* HOME > TEXT PARALAX*/
  .bgParalax div {
    font-size: 6em !important;
  }
  /* HOME > section slider */
  .sectionSlider .flickity-viewport {
    height: 10rem !important;
    padding-top: 1rem;
  }
  .home-partner-section {
    background: rgb(201, 209, 218);
  }
  /* map bubble for left pin */
  .pin-map .hotspot.smt2::before {
    left: -4px;
    transform: unset;
  }
  /* product sold text */
  .total-sold-text {
    font-size: 5em;
  }
  /* circle bubble for mobile*/
  .circle-bubble.pos1 {
    left: 12%;
    bottom: -4%;
  }
  .circle-bubble.pos2 {
    left: 38%;
    top: -240%;
  }
  .circle-bubble.pos3 {
    right: 8%;
    top: -182%;
  }
  .circle-bubble.pos4 {
    right: 30%;
    bottom: -30%;
  }
  .circle-bubble.size1 {
    width: 16px;
    height: 16px;
  }
  .circle-bubble.size2 {
    width: 24px;
    height: 24px;
  }
  .youtube {
    height: 204px;
  }
  .modal-youtube .modal-content {
    width: 90%;
  }

  /*ABOUT*/
  .customTabs .nav > .tab {
    width: 100%;
    border-bottom: 1px solid #c9d1da;
    margin: 0;
  }
  .customTabs .nav > .tab a {
    font-size: 1rem;
  }
  /*ABOUT > store slider*/
  .focusSlider .img {
    padding-top: 34px !important;
  }
  .focusSlider .img.is-selected {
    padding-top: 24px !important;
    transform: scale(2);
    z-index: 1;
  }
  .focusSlider .img-inner {
    border-radius: 5px;
  }
  .focusSlider .flickity-viewport {
    height: 140px !important;
  }

  /* ARTICLE */
  .blog-wrapper > .row.row-large {
    flex-direction: column-reverse;
  }
  .blog-wrapper .post-sidebar .widget {
    display: none;
    border: 2px solid #00000020;
    border-radius: 6px;
  }
  .blog-wrapper .post-sidebar .widget-title,
  .blog-wrapper .post-sidebar .is-divider {
    display: none;
  }
  .blog-wrapper .post-sidebar .widget ul {
    padding: 6px;
  }
  .blog-wrapper .post-sidebar .widget li a {
    display: block;
    text-align: center;
  }
  .blog-wrapper {
    padding-top: 60px;
  }
  .single-post .blog-wrapper .col.large-12 {
    margin-bottom: 100px;
  }

  /* Livestream page */
  .ytLive-iframe {
    height: 220px !important;
  }
  .playlist-iframe {
    flex-direction: column;
  }
  .playlist-vid {
    height: 118px;
  }
  .playlist-vid .text-play {
    padding-top: 26%;
  }
  .playlist-vid:nth-child(2) {
    margin: 18px 0;
  }
  .playlist-vid .text-play {
    display: none;
  }
  .playlist-vid .text-container {
    background: linear-gradient(0deg, #8b0225cc 10%, #0e0e0e80 65%);
  }
}