
.client-item, .about-banner {
	position: relative;
}
.about-banner .active{
	background-color: transparent !important;
}
.about-banner .center {
  padding-left: 0px;
}
.about-banner img {
  width: 100%;
  height: auto;
}
.about-banner .banner {
  position: relative;
  z-index: -1;
}
.Metal {
  position: absolute;
  bottom: 200px;
  z-index:999;
  color: #fff;
  text-align: center;
  width: 100%;
}
.Metal h2 {
  font-size: 54px;
  font-weight: 600;
}
.Metal h2 span {
  font-size: 54px;
  font-weight: 600;
}
.Metal h2 span {
  color: #e55c28;
}
.mission:hover {
  border: 1px solid #e55c28;
}
.mission {
  width: 380px;
  min-height: 350px;
  line-height: 30px;
  background-color: #f6f6f63d;
  border: 1px solid #e7e7e7;
  margin-right: 40px;
  color: #5e6670;
}
.mission h3 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.mission .p {
  padding: 20px;
}

.our_customer {
  margin-top: 130px;
}
.value {
  margin-top: 90px;
  display: flex;
}
.value .mission {
  display: inline-block;
}
.Experience {
  display: flex;
  margin-top: 50px;
  margin-bottom: 101px;
}
.Experience-div {
  width: 49%;
  margin-top: 50px;
}
.Experience .Experience-div {
  display: inline-block;
}
.Experience-div div {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;

  width: 30%;
  height: 210px;
}
.Experience-div a {
  background-color: #e55c28;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  padding-right: 28px;
  padding-left: 28px;
}
.Experience-all-quality {
  text-align: end;
}
.Experience .Experience-div p {
  font-size: 21px;
}
.Experience .Experience-div img {
  padding: 15px;
}
.about-background {
  position: absolute;
  z-index: -1;
  height: 326px;
  width: 100%;
}


/*responsive*/

@media screen and (max-width: 960px) {
  .Metal {
    bottom: 54px;
  }
  .starting {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .Metal {
    bottom: 84px;
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .value {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .Experience-div {
    width: 100%;
    margin-top: 50px;
  }
  .mission {
    margin-bottom: 10px;
    margin-right: 20px !important;
    width: 278px;
    min-height: 281px;
  }
  .Experience .Experience-div {
    display: block;
  }
  .text-about {
    width: 100%;
  }
  div {
  }
  .Experience-all-quality {
  }

  .footer_map img {
    width: 100%;
  }
  .about_left {
    text-align: center;
  }
  .border_line_small {
    display: none;
  }
  .mission ul li {
    display: block;
  }
  .about-background {
    height: 400px;
  }
  .all_certified {
    width: 95%;
  }
  .all_certified div {
    margin-bottom: 20px;
  }
  .all_certified div ul li {
    display: block;
  }
  .Experience-div {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .all_certified {
    display: block;
  }
  .Experience-div div {
    width: 26%;
    margin-right: 20px !important;
  }
  .Experience .Experience-div p {
    font-size: 16px;
  }
  .all_certified div {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .Experience-div div {
    display: table-cell !important;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    width: 30%;
    height: 210px;
  }
}
.mission li {
  font-size: 14px;
}
.mission p {
  font-size: 14px;
}
