.namespace-serviceresources {
  color: #424242;
}
.namespace-serviceresources .view-more {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  background-color: #D7000F;
  padding: 20px 86px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.namespace-serviceresources .nav {
  box-shadow: 0 1px 1px #ccc;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.namespace-serviceresources .nav .list-wrap {
  padding-left: 15px;
  width: 100%;
}
.namespace-serviceresources .nav .item {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
}
.namespace-serviceresources .nav .item a {
  color: #bdbdbd;
}
.namespace-serviceresources .nav .item a:hover {
  color: #424242;
}
.namespace-serviceresources .nav .active a {
  color: #424242;
}
.namespace-serviceresources .nav .item + .item::before {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 16px;
  color: #9e9e9e;
  content: "|";
}
.namespace-serviceresources .sec-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 229px;
  text-align: center;
}
.namespace-serviceresources .sec-wrap .sec-title {
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 40px;
  text-align: center;
}
.namespace-serviceresources .sec-wrap .sec-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.namespace-serviceresources .sec-wrap .docu-list {
  margin-right: -55px;
  text-align: left;
}
.namespace-serviceresources .sec-wrap .docu-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
.namespace-serviceresources .sec-wrap .docu-item .docu {
  margin-right: 55px;
  position: relative;
  border: 1px solid #ccc;
}
.namespace-serviceresources .sec-wrap .docu-item .docu:hover .down-btn-overlay {
  display: block;
}
.namespace-serviceresources .sec-wrap .docu-item .docu .down-btn-overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 186, 46, 0.75);
}
.namespace-serviceresources .sec-wrap .docu-item .docu .down-btn-overlay:hover {
  display: block;
}
.namespace-serviceresources .sec-wrap .docu-item .docu .down-btn-overlay .down-btn {
  margin-top: 40px;
}
.namespace-serviceresources .sec-wrap .docu-item .docu .down-btn-overlay .download {
  font-size: 16px;
  color: #fff;
  line-height: 64px;
  font-weight: bold;
}
.namespace-serviceresources .sec-wrap .docu-item .docu-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 17px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.namespace-serviceresources .sec-wrap .cata-item {
  display: inline-block;
  width: 33.33%;
  padding: 10px 0 10px 64px;
  margin-bottom: 30px;
}
.namespace-serviceresources .sec-wrap .cata-item .down-icon {
  position: absolute;
  margin-left: -66px;
  margin-top: -10px;
}
.namespace-serviceresources .sec-wrap .cata-item .cata-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.namespace-serviceresources .margin-bottom120 {
  margin-bottom: 120px;
}

@media (min-width: 444px) and (max-width: 1025px) {
  .namespace-serviceresources .sec-wrap .docu-list {
    margin-right: 0px;
  }

  .namespace-serviceresources .sec-wrap .docu-item {
    width: 25%;
    margin-right: 0px;
  }

  .namespace-serviceresources .sec-wrap .docu-item .docu {
    margin: 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .top-nav {
    top: 94px;
    padding: 0;
  }

  .namespace-serviceresources .mobile-s-nav {
    overflow-x: scroll;
    text-align: left;
  }
  .namespace-serviceresources .nav {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: -3px 0px 0px #ccc inset;
    border-bottom: 1px solid #ccc;
  }

  .namespace-serviceresources .sec-wrap .docu-list {
    margin-right: -15px;
  }

  .namespace-serviceresources .sec-wrap .docu-item {
    width: 50%;
    margin-right: 0px;
    vertical-align: top;
  }

  .namespace-serviceresources .sec-wrap .docu-item .docu {
    display: inline-block;
    margin-right: 15px;
  }

  .namespace-serviceresources .view-more {
    padding: 10px 50px;
    font-size: 16px;
    margin-top: 0px;
  }

  .namespace-serviceresources .sec-wrap .cata-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .namespace-serviceresources .sec-wrap .sec-title {
    font-size: 40px;
    margin-top: 25px;
    line-height: 1;
  }

  .namespace-serviceresources .sec-wrap .docu-item .docu .down-btn-overlay .down-btn {
    margin-top: 40%;
  }

  .namespace-serviceresources .sec-wrap {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=serviceResource.css.map */
