#section01 {
  height: 620px;
  padding-top: 60px;
  min-width: 375px;
}

#section01 .la-contener {
  width: initial;
}

#section01 .la-contener .title {
  margin-bottom: 32px;
}

#section01 .la-contener .title h4 {
  width: 128px;
}

#section01 .la-contener .title p.pre-title {
  width: 128px;
}

#section01 .la-contener .title p.pre-title::after {
  left: 56px;
}

#section01 .s01-content {
  width: 1100px;
  margin: 0 auto;
}

#section01 .s01-content .s01c-line {
  min-width: 375px;
  height: 50px;
  border-bottom: 1px solid #cecece;
  padding-left: 45px;
  width: 1055px;
  line-height: 50px;
}

#section01 .s01-content .s01c-line.last {
  margin-bottom: 50px;
}

#section01 .s01-content .s01c-line.action {
  border-bottom: none;
}

#section01 .s01-content .s01c-line.action a {
  width: 260px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background: url("../images/btn-more-bg.png") no-repeat;
  background-size: contain;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

#section01 .s01-content .s01c-line .s01cl-status {
  width: 125px;
  float: left;
  margin-right: 28px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  line-height: 26px;
}

#section01 .s01-content .s01c-line .s01cl-status.ok {
  background-color: #00aeae;
}

#section01 .s01-content .s01c-line .s01cl-status.nok {
  background-color: #e37e50;
}

#section01 .s01-content .s01c-line .s01cl-date {
  width: 85px;
  margin-right: 11px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #5bafd8;
  height: 50px;
  line-height: 50px;
}

#section01 .s01-content .s01c-line .s01cl-title a {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}

/* large desktops more than 1200px*/
@media (min-width: 1400px) {
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {
}

/* desktop more than 992px */
@media (max-width: 1199.98px) {
  #section01 .s01-content {
    width: 800px;
  }

  #section01 .s01-content .s01c-line {
    width: 755px;
    padding-left: 10px;
  }

  #section01 .s01-content .s01c-line .s01cl-status {
    margin-right: 15px;
  }

  #section01 .s01-content .s01c-line .s01cl-title a {
    font-size: 12px;
  }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {
  #section01 .s01-content {
    width: auto;
  }

  #section01 .s01-content .s01c-line {
    width: 750px;
  }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {
  #section01 {
    padding-top: 15px;
    height: auto;
  }

  #section01 .s01-content .s01c-line {
    width: calc(100vw - 20px);
    height: 80px;
    line-height: 10px;
  }

  #section01 .s01-content .s01c-line .s01cl-status.ok {
    /* margin-right: calc(100vw - 85px - 11px - 170px); */
  }

  #section01 .s01-content .s01c-line .s01cl-title {
    width: 100vw;
    float: left;
  }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {
  #section01 .s01-content .s01c-line.last {
    margin-bottom: 30px;
  }

  #section01 .s01-content .s01c-line.action a {
    background: url("../images/btn-more-bg-mobile.svg") no-repeat;
  }

  #section01 .s01-content .s01c-line {
    height: 100px;
    min-width: 375px;
  }

  #section01 .s01-content .s01c-line.action {
    padding: 0;
  }

  #section01 .s01-content .s01c-line.action a {
    margin: unset;
    width: 200px;
    height: 40px;
    margin: 0 15px 0 auto;
  }

  #section01 .s01-content .s01c-line .s01cl-title {
    width: calc(100vw - 35px);
    float: left;
    line-height: 20px;
  }
}
