.mybreadcrumb {
  display: none;
}

html {
  scroll-behavior: smooth !important;
}

.site-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.intro {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.edge .intro .container .head-intro {
  padding-top: 100px;
}

.edge .intro .intro-titles {
  background-size: cover;
  background-position: center;
  position: relative;
  max-height: 635px;
  aspect-ratio: 16 / 9;
}

.edge .intro .intro-titles h1 {
  font-size: 40px;
  color: #000;
}

.edge .intro .intro-titles h2 {
  font-size: 42px;
  color: #FF1818;
  margin-top: 20px;
}

.edge .intro .intro-titles h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.edge .intro .intro-titles .white-button a {
  border: 4px solid;
  border-color: #fff;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.edge .intro .intro-titles .black-button a {
  border: 4px solid;
  border-color: #000;
  background-color: #000;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;

}

.edge .intro .intro-titles .white-button a:hover,
.edge .intro .intro-titles .black-button a:hover {
  border-color: #FF1818;
  background-color: #FF1818 !important;
  color: #fff !important;
  text-decoration: none;
}


.edge .intro .intro-titles .contact-button a {
  border: 4px solid;
  border-color: #000;
  border-radius: 8px;
  padding: 20px;
  font-size: 2.5vh;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-top: 25px !important;

}

.edge .intro .intro-titles .contact-button a:hover {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

.edge .intro .intro-titles {
  background-size: cover;
  background-position: center center;
}

.slider {
  background: #E4E8E9;
  height: 250px;
  /* margin: auto; */
  margin-top: 0px !important;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  /* width: 1140px; */
}

.slider::before,
.slider::after {
  /* background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 12s linear infinite;
  display: flex;
  width: calc(450px * 18);
  /* background-color: #E4E8E9; */
}


/* .slider .slide-track:hover {
  animation-play-state: paused;
} */

.slider .slide {
  height: 250px;
  width: 100%;
}

/* AIRCON SLIDER */
.slide:nth-child(1),
.slide:nth-child(9) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(2),
.slide:nth-child(10) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(3),
.slide:nth-child(11) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(4),
.slide:nth-child(12) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(5),
.slide:nth-child(13) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(6),
.slide:nth-child(14) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(7),
.slide:nth-child(15) {
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide:nth-child(8),
.slide:nth-child(16) {
  background-repeat: no-repeat;
  background-size: 100%;
}


/* CONTROLS SLIDER */

.slider-2 {
  background: #E4E8E9;
  height: 255px;
  /* margin: auto; */
  margin-top: 0px !important;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  /* width: 1140px; */
}

.slider-2::before,
.slider-2::after {
  /* background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider-2::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider-2::before {
  left: 0;
  top: 0;
}


.slider-2 .slide-2-track {
  animation: scroll 12s linear infinite;
  display: flex;
  width: calc(280px * 18);
  /* background-color: #E4E8E9; */
}

.slider-2 .slide-2 {
  height: 500px;
  width: 100%;
}

.slide-2:nth-child(1),
.slide-2:nth-child(9) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(2),
.slide-2:nth-child(10) {
  background-repeat: no-repeat;
  background-size: 35%;

}

.slide-2:nth-child(3),
.slide-2:nth-child(11) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(4),
.slide-2:nth-child(12) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(5),
.slide-2:nth-child(13) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(6),
.slide-2:nth-child(14) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(7),
.slide-2:nth-child(15) {
  background-repeat: no-repeat;
  background-size: 35%;
}

.slide-2:nth-child(8),
.slide-2:nth-child(16) {
  background-repeat: no-repeat;
  background-size: 35%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

.edge .iframe-container-desktop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
}

.edge .iframe-container-desktop iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 750px;
  transform: translate(-50%, -50%);
}

.edge .searching .left-background h1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.edge .searching .left-background h2 {
  font-size: 22px;
  font-weight: 400;
  color: #BFBFBF;
}

.edge .searching .right-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}

.edge .searching .iframe-container-desktop-2,
.edge .energy-class .iframe-container-desktop-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.edge .searching .iframe-container-desktop-2 iframe,
.edge .energy-class .iframe-container-desktop-2 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 600px;
  transform: translate(-50%, -50%);
}

.edge .energy-class .left-background {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px !important;

}

.edge .energy-class .right-background h1 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
}

.edge .energy-class .right-background h2 {
  font-size: 22px;
  font-weight: 400;
  color: #5e5e5e;
}

.edge .characteristics {
  background-color: #F5F5F5;
}

.edge .characteristics .characteristic-description {
  font-size: 16px !important;
  padding-top: 40px;
}


h2.characteristics-title {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  /* padding: 50px 0 70px; */
  margin-bottom: 70px;
}

.product-characteristics .characteristic {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  background-color: #fff;
  margin-bottom: 20px;
}

.edge .product-characteristics .product-characteristics-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.product-characteristics .product-characteristics-inner .characteristic {
  padding: 25px !important;
}

/* .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) {
  grid-column: span 3;
  white-space: nowrap;
} */

/* .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) .characteristic-icon-container {
  grid-column: span 3;
  white-space: nowrap;
  margin-bottom: 0px !important;
} */

.edge .product-characteristics .product-characteristics-inner .characteristic .characteristic-head {
  width: 100%;
  text-align: center;
  /* white-space: nowrap; */
  /** force the elements to stay side by side **/
}

/* .edge .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) .characteristic-head {
  display: flex;
} */

.edge .product-characteristics .product-characteristics-inner .characteristic:nth-child(3) .characteristic-icon-container {
  width: 50px;
}

.edge .product-characteristics .product-characteristics-inner .characteristic .characteristic-description p {
  font-size: 16px;
  text-align: justify;
}

.edge .intro .mobile {
  display: none;
}

.edge .product-characteristics .product-characteristics-inner .characteristic .characteristic-head .characteristic-title-container {
  /* white-space: normal; */
  vertical-align: middle;
  /* display: inline-block; */
  width: calc(100% - 70px);
  margin: auto;
}

.product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container {
  margin-bottom: 20px !important;
}


.edge .characteristics {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 1150px
}

.edge .upgrade .right-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}

.edge .upgrade {
  background-color: #000;
}

.edge .upgrade .title-upgrade {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
}

#section_contact_form h2 {
  font-size: 4vh;
}

.edge #section_contact_form textarea,
.edge #section_contact_form input,
.edge #section_contact_form select {
  font-size: 18px;
}


@media screen and (max-width: 376px) {

  .edge .upgrade .title-upgrade {
    font-size: 35px;
  }
}

@media screen and (max-width: 549px) {

  .edge .product-characteristics .product-characteristics-inner .characteristic .characteristic-head h3 {
    font-size: 16px;
  }

}

@media screen and (min-width: 550px) {

  .edge .product-characteristics .product-characteristics-inner .characteristic .characteristic-head h3 {
    font-weight: bold;
    font-size: 18px;
    word-break: break-word;
  }
}

@media only screen and (max-width: 580px) {

  h2.characteristics-title {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) {
  .product-form #section_contact_form {
    padding: 50px 40px;
    border: 2px solid #ececec;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .product-form .bottom-line {
    border-bottom: 1px solid #434345;
    padding-bottom: 50px;
  }

  .edge .product-characteristics {
    width: 100%;
    margin: auto;
  }
}


@media screen and (max-width: 800px) {

  .edge .searching .iframe-container-desktop-2 iframe,
  .edge .energy-class .iframe-container-desktop-2 iframe {
    height: 350px !important;
  }

  .edge .searching .iframe-container-desktop-2,
  .edge .energy-class .iframe-container-desktop-2 {
    height: 350px !important;
  }
}

@media screen and (max-width: 800px) {
  .edge .iframe-container-desktop iframe {
    height: 350px !important;
  }

  .edge .iframe-container-desktop {
    height: 350px !important;
  }
}

@media screen and (max-width: 998px) {

  .slider {
    margin-top: 50px;
  }

  .slider .slide-track {
    width: calc(250px * 18);
  }

  .edge .intro .intro-titles {
    aspect-ratio: auto;
  }

  .edge .intro .intro-titles h1 {
    font-size: 25px;
    color: #000;
  }

  .edge .intro .intro-titles h2 {
    font-size: 27px;
    color: #FF1818;
  }

  .edge .intro .intro-titles h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
  }

  .edge .upgrade .title-upgrade {
    margin-top: 250px !important;
  }

  .edge .product-characteristics .product-characteristics-inner {
    display: block;
  }
}

@media screen and (min-width: 998px) {
  .edge .intro .container .head-intro {
    padding-top: 150px;
  }
}

@media (max-width: 1023px) {
  #content.site-content {
    padding: 0 !important;
  }

  .product-characteristics .product-characteristics-inner .characteristic {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1024px) {

  .product-characteristics .product-characteristics-inner {
    column-count: 3 !important;
  }

  .edge .styling-padding {
    padding-top: 230px !important;
  }

}

@media screen and (max-width: 1279px) {
  .upgrade .left-background {
    padding: 50px 30px 50px 30px;
  }

  /* .edge .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) .characteristic-head {
    display: block;
  } */


  /* .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) {
    white-space: inherit;
  } */

  /* .product-characteristics .product-characteristics-inner .characteristic:nth-child(4) .characteristic-icon-container {
    margin-bottom: 20px !important;
  } */

}


@media (min-width:900px) and (max-width:1500px) {
  .edge .product-characteristics {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 1501px) {
  .edge .product-characteristics {
    width: 55%;
    margin: auto;
  }
}

@media screen and (min-width: 2050px) {
  .edge .characteristics {
    background-size: cover;
    /* background-position: center; */
    position: relative;
    height: 1550px
  }

  .edge .styling-padding {
    padding-top: 330px !important;
  }
}

@media screen and (min-width: 3050px) {
  .edge .characteristics {
    background-size: cover;
    /* background-position: center; */
    position: relative;
    height: 1850px
  }

  .edge .styling-padding {
    padding-top: 380px !important;
  }
}