a {
  text-decoration: unset !important;
}

.container {
  width: 1120px;
  margin: auto;
  padding: 0px;
}
@media screen and (max-width: 1125px) {
  .container {
    width: 100%;
    padding: 0px 10px;
  }
}

.footer-logo img {
  height: auto;
  max-width: 100%;
}

.swiper-slide img {
  width: 25px !important;
  height: auto !important;
}

.itemFaq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.itemFaq .item-list {
  display: grid;
  margin-bottom: 0px !important;
  align-items: center;
}
.itemFaq .item-list .show-list {
  width: 100%;
}

.li-text {
  padding: 11px 20px;
  position: relative;
}
.li-text .c--shared_header_item-block .header_sub-lang {
  position: absolute;
  top: 35px;
  left: 5px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 1111;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 120px;
  display: none;
}
.li-text .c--shared_header_item-block .header_sub-lang li {
  font-size: 0.8125rem;
  line-height: 1;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.li-text .c--shared_header_item-block .header_sub-lang li a {
  align-items: center;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.summaryHome p {
  font-size: 14px;
}
.summaryHome p span {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .itemFaq {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

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