.smart-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.smart-home .smart-home-left, .smart-home .smart-home-right {
  width: calc(50% + 13%);
  margin-right: -26%;
}

.smart-home .smart-home-left img, .smart-home .smart-home-right img {
  width: 100%;
}

.smart-home .smart-home-left {
  -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

.smart-home .smart-home-right {
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  padding-bottom: 22.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
}

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #DCDCDC;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #eee;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.homeKit_detail-swipertext .homeKit-gallery-thumbs .swiper-button-next, .homeKit_detail-swipertext .homeKit-gallery-thumbs .swiper-button-prev, .homeKit_detail-swipertext .homeKit-gallery-top .swiper-button-next, .homeKit_detail-swipertext .homeKit-gallery-top .swiper-button-prev {
  opacity: 0;
}

.homeKit_detail-swipertext:hover .swiper-button-next, .homeKit_detail-swipertext:hover .swiper-button-prev {
  opacity: 1;
}

.homeKit_detail-swipertext .homeKit-gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.homeKit_detail-swipertext .homeKit-gallery-thumbs .swiper-slide-thumb-active img {
  border: solid 2px #6dd0cd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homeKit-gallery-top .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}

.homeKit-gallery-top .swiper-slide img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.homeKit-gallery-thumbs .swiper-slide {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.homeKit-gallery-thumbs .swiper-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 107px;
  margin: 0 auto;
}

.homeKit_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.homeKit_img .homeKit_img-left {
  width: calc( 33% - 10px);
  margin-right: 10px;
}

.homeKit_img .homeKit_img-right {
  width: 66.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homeKit_img .homeKit_img-right .homeKit_img-right-div {
  width: calc(25% - 10px);
  margin-right: 10px;
}

.homeKit_img .homeKit_img-left .homeKit_img-div, .homeKit_img .homeKit_img-right .homeKit_img-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 71%;
}

.homeKit_img .homeKit_img-left .homeKit_img-div img, .homeKit_img .homeKit_img-right .homeKit_img-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.homeKit-movie {
  overflow: hidden;
}

.homeKit-movie a {
  padding-top: 50%;
  position: relative;
}

.homeKit-movie a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000094;
  width: 100%;
  height: 100%;
}

.homeKit-movie a::after {
  content: '\e800';
  position: absolute;
  font-family: "fontello";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  padding: 2px 19px;
  border-radius: 7px;
  background: red;
}

.homeKit-movie a img {
  width: 100%;
}

.btn-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.btn-all button {
  padding: 5px 20px;
}

.buBiQUITI-box {
  margin-top: 15px;
}

.buBiQUITI-box .buBiQUITI-box-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 10px 0;
  border-bottom: solid 1px #DCDCDC;
  padding-bottom: 10px;
}

.buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-left {
  width: 30%;
  margin-right: 15px;
}

.buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-left img {
  width: 100%;
}

.buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-right {
  width: calc(70% - 15px);
}

.buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-right h3, .buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-right p {
  font-weight: 400;
}

.buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-right p {
  margin-top: 10px;
}

.buBiQUITI-box .buBiQUITI-boxtext {
  -webkit-box-shadow: 0 0 20px #00000029;
          box-shadow: 0 0 20px #00000029;
  padding: 15px 0;
}

.buBiQUITI-box .buBiQUITI-boxtext .buBiQUITI-box-text {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .homeKit-gallery-thumbs .swiper-slide img {
    height: 91px;
  }
}

@media screen and (max-width: 991px) {
  .homeKit-gallery-thumbs .swiper-slide img {
    height: 67px;
  }
}

@media screen and (max-width: 667px) {
  .smart-home .smart-home-left, .smart-home .smart-home-right {
    width: 100%;
    margin-right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .homeKit_img {
    padding: 0 15px;
  }
  .homeKit_img .homeKit_img-left, .homeKit_img .homeKit_img-right {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .homeKit_img .homeKit_img-right .homeKit_img-right-div {
    width: calc(50% - 6px);
    margin-bottom: 10px;
  }
  .homeKit_img .homeKit_img-right .homeKit_img-right-div:nth-child(2n) {
    width: calc(50% - 4px);
    margin-right: 0px;
  }
  .buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-left, .buBiQUITI-box .buBiQUITI-box-product .buBiQUITI-box-product-right {
    width: 100%;
    text-align: center;
  }
  .homeKit-gallery-thumbs .swiper-slide img {
    height: 26px;
  }
}
