#home_info,
.box_mid {
  /*   margin-left: 17px;
     margin-right: 17px;*/
}

#container {
  padding: 0px;
  margin: 0px;
  min-height: 0px;
  padding-top: 50px;
}

.box_warranty {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  padding: 15px;
}
.box_warranty h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.box_warranty form {
  max-width: 900px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 5px;
}
.box_warranty form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  .box_warranty form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box_warranty form input {
  background: #dedede;
  height: 35px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dedede;
  padding-left: 30px;
  padding: 6px 35px;
  -webkit-box-shadow: 0 3px 1px #ddd;
  box-shadow: 0 3px 1px #ddd;
  color: #444400;
  margin-bottom: 15px;
}
@media (max-width: 499px) {
  .box_warranty form input {
    height: 32px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedede;
    padding-left: 30px;
    padding: 0px 20px;
    /* -webkit-box-shadow: 0 3px 1px #ddd; */
    /* box-shadow: 0 3px 1px #ddd; */
    color: #444400;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.box_warranty form button {
  width: 200px;
  margin-left: 20px;
  height: 35px;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
@media (max-width: 499px) {
  .box_warranty form button {
    width: auto;
    margin-left: 0px;
    height: 32px;
    padding: 0px 20px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    font-size: 12px;
  }
}
.box_warranty form button:hover {
  color: #fff;
}

.slider_nav .title {
  display: none;
}

.box_mid .box_mid-title {
  display: block;
}

.box_mid {
  margin-bottom: 0;
}
.box_mid .mid_title_l b {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  max-width: 220px;
  margin: auto;
  background: url("../images/line-1.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
}

.box_news {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(255, 248, 248);
}
.box_news .box_mid-title {
  margin-bottom: 60px;
}
.box_news .list_item_news .row_item .item {
  width: 33.3333%;
}
@media (max-width: 499px) {
  .box_news .list_item_news .row_item .item {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .bx-wrapper, .bx-viewport, .bx-wrapper img {
    height: 250px !important;
  }
}

@media (max-width: 499px) {
  .bx-wrapper img {
    max-width: unset !important;
  }
}

@media (max-width: 499px) {
  .slider_nav {
    display: block !important;
  }
}
/*# sourceMappingURL=home.css.map */