.banner-factory img {
  width: 100%;
}

.sxbv-nm {
  padding: 80px 0px;
}
.sxbv-nm .content-left {
  width: 600px;
}
.sxbv-nm .content-left .sxbv-video {
  margin-bottom: 24px;
}
.sxbv-nm .content-left .sxbv-video iframe {
  width: 100% !important;
  height: 450px !important;
  display: block !important;
  border-radius: 16px;
  overflow: hidden;
}
.sxbv-nm .content-left .sxbv-img .img {
  width: calc(50% - 12px);
  border-radius: 16px;
  overflow: hidden;
}
.sxbv-nm .content-left .sxbv-img .img img {
  width: 100%;
}
.sxbv-nm .content-right {
  width: 519px;
}
.sxbv-nm .content-right .description {
  font-size: 18px;
  font-weight: 300;
}
.sxbv-nm .content-right .description p {
  margin-top: 0px;
}
.sxbv-nm .content-right .description p strong {
  font-weight: 500;
}
.sxbv-nm .content-right .description p b {
  font-weight: 500;
}

.sumenh-mn {
  padding-bottom: 80px;
}
.sumenh-mn .title {
  margin-bottom: 72px;
}
.sumenh-mn .item {
  width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(217, 237, 191, 0.2);
  padding: 68px 32px;
}
.sumenh-mn .item .icons {
  max-width: 108px;
  margin-bottom: 24px;
}
.sumenh-mn .item .title-item {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.sumenh-mn .item .des {
  font-size: 18px;
  font-weight: 300;
}

.ccnm-nm {
  padding: 60px 0px;
  background: rgba(238, 238, 238, 0.3);
}
.ccnm-nm .title {
  margin-bottom: 72px;
}
.ccnm-nm .item {
  width: calc(25% - 18px);
}
.ccnm-nm .item img {
  margin-bottom: 16px;
}
.ccnm-nm .item .name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.view-more-all {
  width: 135px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Aptos", sans-serif;
}
.view-more-all svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 6px;
}
.view-more-all:hover {
  background: #32782C;
}

.phong-rd-nm {
  padding: 80px 0px;
}
.phong-rd-nm .content-left {
  width: 808px;
  max-width: 66.1%;
}
.phong-rd-nm .content-left .content-text {
  padding: 96px 101px;
  background: rgba(255, 152, 0, 0.07);
  margin-bottom: 25px;
  border-radius: 16px;
  height: calc(100% - 392px);
}
.phong-rd-nm .content-left .content-text .description {
  font-size: 18px;
  font-weight: 300;
}
.phong-rd-nm .content-right {
  width: 392px;
  max-width: 32.1%;
}
.phong-rd-nm .content-right .img:nth-child(1) {
  margin-bottom: 24px;
}
.phong-rd-nm .img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.phong-rd-nm .img img {
  width: 100%;
}

.qaqc-nm {
  padding-bottom: 80px;
}
.qaqc-nm .content-left {
  width: 392px;
  max-width: 100%;
}
.qaqc-nm .content-left .img:nth-child(1) {
  margin-bottom: 24px;
}
.qaqc-nm .content-right {
  width: 808px;
  max-width: 66.1%;
}
.qaqc-nm .content-right .img {
  margin-bottom: 25px;
  margin-top: 15px;
}
.qaqc-nm .content-right .content-text {
    padding: 84px 104px;
    background: rgba(217, 237, 191, 0.2);
    border-radius: 16px;
    height: calc(100% - 392px);
}
.qaqc-nm .content-right .content-text .description {
  font-size: 18px;
  font-weight: 300;
}
.qaqc-nm .img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.qaqc-nm .img img {
  width: 100%;
}

@media (max-width: 1300px) {
  .sxbv-nm .content-left {
    width: calc(50% - 12px);
  }
  .sxbv-nm .content-right {
    width: calc(50% - 12px);
  }
  .sxbv-nm .content-left .sxbv-video iframe {
    height: 220px !important;
  }
  .phong-rd-nm .content-left .content-text {
    padding: 50px;
    height: calc(100% - 308px);
  }
  .qaqc-nm .content-right .content-text {
    padding: 50px;
    height: calc(100% - 308px);
  }
}
@media (max-width: 1100px) {
  .sxbv-nm .title {
    font-size: 32px !important;
    margin-top: 30px;
  }
  .ccnm-nm .content {
    flex-wrap: wrap;
  }
  .ccnm-nm .item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .ccnm-nm .item img {
    width: 100%;
  }
  .phong-rd-nm .content-left .content-text {
    padding: 20px;
    height: calc(100% - 231px);
  }
  .qaqc-nm .content-right .content-text {
    padding: 20px;
    height: calc(100% - 231px);
  }
  .phong-rd-nm .content-left .content-text .description {
    font-size: 14px;
  }
  .qaqc-nm .content-right .content-text .description {
    font-size: 14px;
  }
  .qaqc-nm .content-right .content-text .title, .phong-rd-nm .content-left .content-text .title {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 720px) {
  .sxbv-nm, .sumenh-mn, .ccnm-nm, .phong-rd-nm {
    padding: 60px 0px;
  }
  .qaqc-nm {
    padding-bottom: 60px;
  }
  .sxbv-nm .content {
    flex-wrap: wrap;
  }
  .sxbv-nm .content-left {
    width: 100%;
  }
  .sxbv-nm .content-right {
    width: 100%;
  }

  .sxbv-nm .content-right .description p:last-child {
    margin-bottom: 0px;
  }
  .sumenh-mn .content {
    flex-direction: column;
  }
  .sumenh-mn .item {
    width: 100%;
    margin-bottom: 24px;
  }
  .sumenh-mn .item:last-child {
    margin-bottom: 0px;
  }
  .phong-rd-nm .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .phong-rd-nm .content-left {
    width: 100%;
    max-width: 100%;
  }
.phong-rd-nm .content-right {
    width: 392px;
    max-width: 100%;
}
  .phong-rd-nm .content-left .content-text {
    order: 2;
    margin-bottom: 0px;
  }
  .phong-rd-nm .content-left .img {
    order: 1;
    margin-bottom: 24px;
  }
  .qaqc-nm .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .qaqc-nm .content-right {
    width: 100%;
    max-width: 100%;
  }
  .phong-rd-nm .content-left .content-text .description {
    font-size: 18px;
  }
  .qaqc-nm .content-right .content-text .description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ccnm-nm .item .name {
    font-size: 16px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style-nha-may.css.map */