.top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    width: 100%;
  }
  h1 {
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.12em;
  }
}
.product-service {
  .processing {
    font-size: 12px;
    font-weight: 300;
    /*letter-spacing: 0.09em;*/
    color: #161718;
    > .row {
      margin-left: -14px;
      margin-right: -14px;
      .col {
        padding-left: 14px;
        padding-right: 14px;
        .intro-text {
          font-size: 14px;
          font-weight: 400;
          margin-bottom: 13px;
        }
      }
      img {
        margin-bottom: 15px;
      }
    }
  }
  h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .process-product {
    margin-bottom: 140px;
    margin-left: -56.5px;
    margin-right: -56.5px;
    > .row {
      margin-left: -10px;
      margin-right: -10px;
      .col {
        padding-left: 10px;
        padding-right: 10px;
        .box {
          border-radius: 10px;
          width: 100%;
          height: 176px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 22px;
          font-weight: 500;
          background: #ededed url("/assets/front/images/arrow-down.png") no-repeat bottom 10px center;
        }
      }
    }
  }
  hr {
    margin-left: -56.5px;
    margin-right: -56.5px;
    width: calc(100% + 113px);
    background: #848484;
    height: 2px;
    margin-bottom: 60px;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .width-800.processing {
    width: 800px;
    margin: 0 auto;
    .row {
      margin-left: -33px;
      margin-right: -33px;
      .col {
        padding-right: 33px;
        padding-left: 33px;
        img {
          width: 100%;
        }
        margin-bottom: 55px;
      }
    }
  }
  .box-gray {
    color: #161718;
    background: #ededed;
    padding: 35px;
  }
  .ban-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ban-area2 {
    width: 780px;
    margin: 0 auto;
    clear: both;
  }
  .product-service-content {
    width: 865px;
    margin: 0 auto;
    h3 {
      margin-top: 0 !important;
      margin-bottom: 42px !important;
      font-size: 16px;
      font-weight: 500;
    }
    h4 {
      margin-top: 0;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
    }
    .service-img {
      text-align: center;
    }
  }
  .processing.processing3 {
    .intro-text {
      min-height: unset !important;
    }
    > .row {
      margin-left: -35px;
      margin-right: -35px;
      .col {
        padding-left: 35px;
        padding-right: 35px;
        .prod-item {
          border: 1px solid rgba(152, 152, 152, 1);
          min-height: 237px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        img {
          width: 100%;
          margin-bottom: 0;
        }
      }
    }
  }
  .product-container {
    color: #333333;
    font-weight: 400;
    width: 1400px;
    margin: 0 auto;
    padding: 0 44px;
    font-size: 18px;
    .row {
      .left-side {
        margin-top: 97px;
        flex: 0 0 294px;
        .filter {
          font-size: 18.5px;
          margin-bottom: 45px;
        }
        .text-search {
          margin-bottom: 10px;
        }
        .form-control {
          margin-bottom: 36px;
          border-radius: 0;
          border-color: #1c1c1c;
        }
        .category {
          background: #f9f9f9;
          height: 41px;
          padding-left: 11px;
          display: flex;
          align-items: center;
          margin-bottom: 25px;
        }
        .list-check {
          > div {
            display: flex;
            flex-direction: column;
            gap: 22px;
          }
        }
      }
    }
  }
  .check-list {
    background: #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 41px;
    padding-right: 41px;
    height: 80px;
    margin-bottom: 50px;
    .check-list-item {
      display: flex;
      align-items: center;
      font-size: 15px;
      font-weight: 500;
      img {
        margin-right: 35px;
      }
    }
  }
}
