.container {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .container {
      padding: 0 15px; } }

@media (min-width: 768px) {
  #find_solution {
    background-image: url(../images/find_solution/backgrounds/bg_1.jpg);
    -webkit-background-size: cover;
    background-size: cover; } }

@media (max-width: 768px) {
  #find_solution {
    background-image: url(../images/find_solution/backgrounds/bg_1_sp.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; } }

@media (min-width: 768px) {
  #find_solution {
    padding-top: 123px;
    padding: 80px;
    padding-bottom: 160px; } }

@media (max-width: 768px) {
  #find_solution {
    padding-top: 10px;
    padding-bottom: 100px; } }

.big_title {
  color: #434343;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    .big_title {
      margin-bottom: 50px;
      font-size: 33.9px;
      line-height: 1.76;
      letter-spacing: 3.4px; } }
  @media (max-width: 768px) {
    .big_title {
      font-size: 1.5em;
      line-height: 1.4em; } }
  @media (max-width: 768px) {
    .big_title {
      margin-bottom: 25px; } }

.lstErrors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .lstErrors .icon {
    text-align: center;
    margin-bottom: 20px;
    max-height: 86px;
    overflow: hidden; }
    .lstErrors .icon img {
      max-width: 84px; }
  @media (min-width: 768px) {
    .lstErrors .lstDescriptions {
      padding: 0 15px; } }
  .lstErrors .lstDescriptions .item {
    margin-bottom: 4px;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #545454; }
    .lstErrors .lstDescriptions .item a {
      color: #545454;
      text-decoration: none;
      line-height: 1.29; }
  .lstErrors .item {
    border-radius: 4px; }
    .lstErrors .item.parent {
      margin-bottom: 13px; }
      .lstErrors .item.parent .item {
        background-repeat: no-repeat;
        background-position: left 12px center; }
      .lstErrors .item.parent:first-child {
        border: solid 6px #f1d6ad;
        background-image: url(../images/find_solution/backgrounds/bg_2.jpg); }
        .lstErrors .item.parent:first-child .item {
          background-image: url(../images/find_solution/icons/arrow_1.png); }
      .lstErrors .item.parent:nth-child(2) {
        border: solid 6px #c6e1f4;
        background-image: url(../images/find_solution/backgrounds/bg_3.jpg); }
        .lstErrors .item.parent:nth-child(2) .item {
          background-image: url(../images/find_solution/icons/arrow_2.png); }
      .lstErrors .item.parent:nth-child(3) {
        border: solid 6px #ddd6c8;
        background-image: url(../images/find_solution/backgrounds/bg_4.jpg); }
        .lstErrors .item.parent:nth-child(3) .item {
          background-image: url(../images/find_solution/icons/arrow_3.png); }
      .lstErrors .item.parent:nth-child(4) {
        border: solid 6px #ffd1d1;
        background-image: url(../images/find_solution/backgrounds/bg_5.jpg); }
        .lstErrors .item.parent:nth-child(4) .item {
          background-image: url(../images/find_solution/icons/arrow_4.png); }
      .lstErrors .item.parent:nth-child(5) {
        border: solid 6px #b9e0e4;
        background-image: url(../images/find_solution/backgrounds/bg_6.jpg); }
        .lstErrors .item.parent:nth-child(5) .item {
          background-image: url(../images/find_solution/icons/arrow_5.png); }
      .lstErrors .item.parent:nth-child(6) {
        border: solid 6px #f5cbb2;
        background-image: url(../images/find_solution/backgrounds/bg_7.jpg); }
        .lstErrors .item.parent:nth-child(6) .item {
          background-image: url(../images/find_solution/icons/arrow_6.png); }
      .lstErrors .item.parent:nth-child(7) {
        border: solid 6px #fbe3b2;
        background-image: url(../images/find_solution/backgrounds/bg_8.jpg); }
        .lstErrors .item.parent:nth-child(7) .item {
          background-image: url(../images/find_solution/icons/arrow_7.png); }
      .lstErrors .item.parent .title {
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: center;
        color: #454545;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .lstErrors .item.parent .title {
            font-size: 24px;
            line-height: 1.27;
            padding: 0 10px; } }
        @media (max-width: 768px) {
          .lstErrors .item.parent .title {
            font-size: 1.1em;
            line-height: 1.4em; } }
        @media (max-width: 768px) {
          .lstErrors .item.parent .title {
            font-size: 1.3em; }
            .lstErrors .item.parent .title span {
              font-size: 12px; } }
        @media (min-width: 768px) {
          .lstErrors .item.parent .title span {
            font-size: 11px; } }
        .lstErrors .item.parent .title span {
          line-height: 2.54;
          letter-spacing: 0.6px;
          display: block;
          font-weight: normal; }
      @media (min-width: 768px) {
        .lstErrors .item.parent {
          padding: 40px 0 25px 0; }
          .lstErrors .item.parent:not(:nth-child(n+5)) {
            width: 24.3%; }
          .lstErrors .item.parent:nth-child(n+5) {
            width: 33%;
            max-width: 372px; } }
      @media (min-width: 1201px) {
        .lstErrors .item.parent:not(:nth-child(n+5)) {
          width: 25%;
          max-width: 277px; } }
      @media (max-width: 768px) {
        .lstErrors .item.parent {
          width: 100%;
          padding: 20px 10px; } }

.lstErrors .lstDescriptions .item:hover {
  background-position: left 20px center; }

.lstErrors .lstDescriptions .item:hover a {
  opacity: 0.8; }

.lstErrors .lstDescriptions .item {
  padding-left: 37px; }

.lstSolutionNav {
  overflow: hidden;
  text-align: center; }
  .lstSolutionNav li {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 5px;
    width: 24%; }
    .lstSolutionNav li:nth-child(5n) {
      clear: both; }
    @media (max-width: 768px) {
      .lstSolutionNav li img {
        width: 84px;
        height: auto; }
      .lstSolutionNav li img {
        width: 82px;
        height: auto; } }


.lstStaffs {
  display: block;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .lstStaffs .item img {
    width: 100%; }
  @media (min-width: 768px) {
    .lstStaffs .item {
      width: calc(100% / 6); } }
  @media (max-width: 768px) {
    .lstStaffs {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .lstStaffs .item {
        width: calc(100% / 3); } }

@media (min-width: 768px) {
  #banner_section {
    margin-bottom: 15px; } }

@media (max-width: 768px) {
  #banner_section {
    margin-bottom: 40px; } }

.lstBanners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  flex-flow: row wrap;
}
.lstBanners li img {
  width: 100%;
}
.lstBanners li p {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .lstBanners li img {
    height: 186px;
    object-fit: cover;
  }
}
  @media (max-width: 768px) {

    .lstBanners {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .lstBanners li {
    width: 100%; }
    @media (min-width: 768px) {
      .lstBanners li {
        max-width: 48.5%; } }
    @media (max-width: 768px) {
      .lstBanners li {
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .lstBanners li img {
        width: 100%; } }

.whats-news a.lnk_button {
  width: 190px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 2.04;
  letter-spacing: 0.8px;
  background-image: url(../images/what_news/icons/icon_1_not_hovered.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #45991c;
  background-color: white;
  background-size: 20px auto;
  color: #45991c; }
  @media (max-width: 768px) {
    .whats-news a.lnk_button {
      margin: 0 auto; } }
  .whats-news a.lnk_button:hover {
    background-image: url(../images/what_news/icons/icon_1.png);
    background-color: #45991c;
    color: white; }

.whats-news a {
  font-size: 14.1px;
  letter-spacing: 0.7px; }

.whats-news .bage {
  border-radius: 2px;
  background-color: #45991c !important;
  font-size: 12px;
  margin-right: 40px;
  line-height: 1.9;
  letter-spacing: 0.6px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .whats-news .bage {
      min-width: 84px; } }
  @media (max-width: 768px) {
    .whats-news .bage {
      padding: 0 10px;
      min-width: 70px;
      font-size: 10px;
      line-height: 23px; } }

@media (min-width: 768px) {
  .whats-news .date {
    margin-left: 18px;
    margin-right: 37px; } }

@media (max-width: 768px) {
  .whats-news .date {
    margin-right: 15px; } }

.whats-news ul li:last-child {
  border-bottom: 1px solid #e6e6e6; }

.whats-news ul li {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top_title {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .top_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .top_title {
      text-align: center; } }
  .top_title .left {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 3px;
    text-align: left;
    color: #434343;
    font-weight: bold; }
    @media (max-width: 768px) {
      .top_title .left {
        text-align: center; } }
    @media (min-width: 768px) {
      .top_title .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .top_title .left span {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.7px;
      text-align: center;
      color: #434343;
      border-left: 1px solid #e2e2e2;
      padding-left: 22px;
      margin-left: 22px;
      text-transform: uppercase;
      font-weight: normal; }
      @media (max-width: 768px) {
        .top_title .left span {
          margin-top: 10px;
          display: block;
          margin: 0;
          padding: 0;
          border: 0; } }

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