@media (max-width: 991px) {
  .index .main {
    margin-bottom: 0 !important;
  }
  .main img {
    padding: 1em;
    border-radius: 2em !important;
  }
  .main .title {
    padding: 1em !important;
  }
  .block_solution {
    margin-top: 4em !important;
    padding: 3em 1.5em 1em 1.5em !important;
    text-align: center;
    height: auto !important;
  }
  .block_solution:before {
    top: -3.8em !important;
    left: 50% !important;
    transform: translateX(-50px);
  }
}
.index .main {
  position: relative;
  color: white;
  background-color: #012A37;
  margin-bottom: 70px !important;
}
.index .main .image {
  z-index: 2;
}
.index .main .image img {
  width: 100%;
  border-radius: 2em 0 0 2em;
  position: relative;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .index .main .image img {
    top: 0;
  }
}
.index .main .title {
  padding-left: 11em;
  background-color: #012A37;
}
.index,
.elearning {
  color: #012A37;
  background-color: white;
}
.index .formation,
.elearning .formation {
  padding: 2em 0 4em 0;
}
.index .formation .filter a,
.elearning .formation .filter a {
  font-family: 'Lexend';
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #012A37;
  text-decoration: none;
  padding: 0 1em 0 1em;
}
.index .formation .filter a:hover,
.elearning .formation .filter a:hover {
  text-decoration: underline;
}
.index .formation .list,
.elearning .formation .list {
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.index .pager .nav,
.elearning .pager .nav {
  border: 1px solid #00455B;
  border-radius: 20px;
  padding: 0.5em 1.25em 0.5em 1.25em;
  margin: 0 1em 0 1em;
  color: #00455B;
  background-color: white;
  display: inline-block;
}
.index .pager .nav:hover,
.elearning .pager .nav:hover {
  background-color: #00455B;
  color: white;
}
.index .pager .bullet,
.elearning .pager .bullet {
  border-radius: 0.5em;
  width: 0.5em;
  height: 0.75em;
  display: inline-block;
  border: 0;
  background-color: #E1F0F5;
  margin: 0 0.15em 0 0.15em;
}
.index .pager .enabled,
.elearning .pager .enabled {
  background-color: #00455B;
}
.index .block_solution,
.elearning .block_solution {
  padding: 30px 30px 20px 82px;
  background: white;
  border-radius: 16px;
  position: relative;
  margin: 0;
}
.index .block_solution:before,
.elearning .block_solution:before {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 1.5em;
  left: -50px;
  content: "";
}
.index .block_building:before,
.elearning .block_building:before {
  background: url("../image/icon/pic_building.svg") no-repeat;
}
.index .block_company:before,
.elearning .block_company:before {
  background: url("../image/icon/pic_bag.svg") no-repeat;
}
.index .block_book:before,
.elearning .block_book:before {
  background: url("../image/icon/pic_book.svg") no-repeat;
}
.index .block_screen:before,
.elearning .block_screen:before {
  background: url("../image/icon/pic_screen.svg") no-repeat;
}
