.bannerProduct {
  position: relative;
  height: 540px;
}

@media (max-width: 991px) {
  .bannerProduct {
    height: 500px;
  }
}

.bannerProduct .container-module {
  height: 100%;
}

.bannerProduct p {
  margin-bottom: 0;
}

.bannerProduct .ce-imageBgFull {
  z-index: 0;
}

.bannerProduct .ce-imageBgFull .be-imageFigure {
  background-color: #cccccc;
  bottom: auto;
  height: 540px;
}

@media (max-width: 991px) {
  .bannerProduct .ce-imageBgFull .be-imageFigure {
    height: 500px;
  }
}

.bannerProduct ._inputForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bannerProduct ._inputForm .ce-inputTextInfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .bannerProduct ._inputForm .ce-inputTextInfo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.bannerProduct ._inputForm .btn {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bannerProduct ._inputForm .btn {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.bannerProduct.-bgImage .ce-imageBgFull .be-imageFigure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@media (max-width: 991px) {
  .bannerProduct.-bgImage .ce-imageBgFull .be-imageFigure:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.bannerProduct.-bgImage.-filter-light .ce-imageBgFull .be-imageFigure:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

