.manufacture {
  margin: 8vw 0;
  color: #fff;
}
.manufacture .title {
  font-weight: bold;
  font-size: 5.3vw;
  line-height: 9.1vw;
  text-align: center;
}
.manufacture .desc {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
}

.manu,
.support {
  padding: 4vw;
}
.manu .scale-container .img,
.support .scale-container .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.manu .scale-container .img img,
.support .scale-container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4.8vw;
}
.manu .scale-container .wrap,
.support .scale-container .wrap {
  position: relative;
  padding: 4vw 0 0;
}
.manu .scale-container .wrap .name,
.support .scale-container .wrap .name {
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 4vw;
}

.manu {
  background-image: url(../../images/manu-bg.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.manu .title {
  margin-bottom: 4vw;
}
.manu .desc {
  background: #12284C;
  border-radius: 4.8vw;
  border: 0.3vw solid #4B6CB4;
  padding: 2.7vw;
}

.core {
  margin-top: 8vw;
}
.core .title {
  text-align: left;
}
.core .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3vw;
  margin-top: 4vw;
}
.core .wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #06214A;
  border-radius: 4.8vw;
  overflow: hidden;
}
.core .wrap .item .img {
  position: relative;
  height: 0;
  padding-top: 56.52%;
  overflow: hidden;
}
.core .wrap .item .img img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.core .wrap .item .img img:last-child {
  width: 11.63%;
}
.core .wrap .item .words {
  padding: 4vw 2.7vw;
}
.core .wrap .item .words .name {
  font-weight: bold;
  font-size: 4.3vw;
  line-height: 5.3vw;
}
.core .wrap .item .words .desc {
  margin-top: 2.7vw;
}

.quality {
  margin-top: 8vw;
  background: #06214A;
  padding: 4vw;
}
.quality .desc {
  margin-top: 2.7vw;
}
.quality .pics {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 3vw;
}
.quality .pics .img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 2vw);
          flex: 0 0 calc(33.333% - 2vw);
  height: 0;
  padding-top: 23.478%;
  border-radius: 2.1vw;
  overflow: hidden;
}
.quality .pics .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support {
  margin-top: 8vw;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .manufacture .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .core .container {
    padding: 0 4vw;
  }
}
@media (min-width: 992px) {
  .manufacture {
    margin: 60px 0;
  }
  .manufacture .title {
    font-size: 2.6vw;
    line-height: 3.6vw;
  }
  .manufacture .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
  }
  .manu,
  .support {
    padding: 0;
  }
  .manu .scale-wrap,
  .support .scale-wrap {
    position: relative;
    height: 0;
    padding-top: 36.2%;
  }
  .manu .scale-wrap .scale-container,
  .support .scale-wrap .scale-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .manu .scale-wrap .scale-container .img,
  .support .scale-wrap .scale-container .img {
    width: 48.2%;
    height: 100%;
    padding-top: unset;
    border-radius: 2.1vw;
  }
  .manu .scale-wrap .scale-container .img img,
  .support .scale-wrap .scale-container .img img {
    border-radius: 2.1vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .manu .scale-wrap .scale-container .wrap,
  .support .scale-wrap .scale-container .wrap {
    position: relative;
    width: 48.2%;
    height: 100%;
    padding: 2.6vw 0 0;
  }
  .manu .scale-wrap .scale-container .wrap .name,
  .support .scale-wrap .scale-container .wrap .name {
    font-weight: bold;
    font-size: 2.1vw;
    margin-bottom: 1.8vw;
  }
  .manu .scale-wrap .scale-container:hover .img img,
  .support .scale-wrap .scale-container:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
  .manu {
    padding: 3.1vw 0;
    background-size: 100% 100%;
  }
  .manu .title {
    margin-bottom: 2.6vw;
  }
  .manu .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .manu .wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .manu .desc {
    border-radius: 1vw;
    border: 0.1vw solid #4B6CB4;
    padding: 1.6vw 1vw;
  }
  .core {
    margin-top: 60px;
  }
  .core .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.6vw;
    margin-top: 2.6vw;
  }
  .core .wrap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.4vw);
            flex: 0 0 calc(50% - 1.4vw);
    border-radius: 1.6vw;
    cursor: pointer;
  }
  .core .wrap .item .img {
    position: relative;
    padding-top: 56.52%;
  }
  .core .wrap .item .img img:first-child {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .core .wrap .item .img img:last-child {
    width: 11.42%;
  }
  .core .wrap .item .words {
    padding: 2.1vw;
  }
  .core .wrap .item .words .name {
    font-size: 1.3vw;
    line-height: 2vw;
  }
  .core .wrap .item .words .desc {
    margin-top: 1.1vw;
  }
  .core .wrap .item:hover .img img:first-child {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
            transform: translate(-50%, -50%) scale(1.06);
  }
  .quality {
    margin-top: 60px;
    padding: 2.6vw 0;
  }
  .quality .desc {
    margin-top: 2.1vw;
  }
  .quality .pics {
    margin-top: 2.1vw;
    gap: 2vw;
  }
  .quality .pics .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.4vw);
            flex: 0 0 calc(33.333% - 1.4vw);
    padding-top: 23.478%;
    border-radius: 2.1vw;
    cursor: pointer;
  }
  .quality .pics .img img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .quality .pics .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  .support {
    margin-top: 60px;
    padding-bottom: 0;
  }
  .support .wrap::after {
    content: "METSLURRY";
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 5.2vw;
    color: #4B6CB4;
    opacity: 0.2;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .support:hover .wrap::after {
    opacity: 0.3;
  }
}