:root {
  --transition1: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0.25s;
  --transition2: all 0.3s linear 0s;
  --transition3: transform 0.25s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  --transition4:.5s cubic-bezier(.25,.8,.25,1) 0.05s ;
}

.section-kl-center {
  padding: 60px 0;
}
.section-kl-center article {
  margin: 20px 0;
}
.section-kl-center .list {
  cursor: pointer;
  position: relative;
}
.section-kl-center .list-img {
  height: 280px;
  overflow: hidden;
  width: 100%;
}
.section-kl-center .list-img img {
  height: 100%;
  transition: var(--transition2);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-kl-center .list-text {
  background-color: #588cd3;
  min-height: 130px;
  padding: 20px;
  position: relative;
  width: 75%;
}
.section-kl-center .list-text::after {
  position: absolute;
  content: "";
  background-color: #588cd3;
  left: 0;
  height: 30px;
  top: -30px;
  width: 100%;
}
.section-kl-center .list-text h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
}
.section-kl-center .list:hover .list-text {
  background-color: #1c69d2;
}
.section-kl-center .list:hover .list-text::after {
  background-color: #1c69d2;
}
.section-kl-center .list:hover .list-img img {
  transform: scale(1.1);
  transition: var(--transition2);
}
.section-kl-center .list:hover .ic {
  transform: rotate(45deg);
}
.section-kl-center .list .ic {
  bottom: 0;
  height: 15px;
  position: absolute;
  right: 0;
  transition: var(--transition2);
  width: 15px;
}
.section-kl-center-indetails {
  padding: 80px 0 30px;
}
.section-kl-center-indetails .list-img {
  height: 500px;
  margin: 0 0 30px;
}
.section-kl-center-indetails .list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-kl-center-indetails .list-text h1 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  color: #403F4B;
  margin: 0 0 15px;
}
.section-kl-center-indetails .list-text .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #403F4B;
}
.section-kl-center-indetails .list-text .text p + p {
  margin-top: 20px;
}
.section-kl-center-indetails .list .sub-text {
  color: #403F4B;
  margin: 20px 0;
}
.section-kl-center-indetails .list .sub-text h3 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  color: #1c69d2;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.section-kl-center-indetails .list .sub-text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.section-kl-center-indetails .list .sub-text p + p {
  margin-top: 15px;
}
.section-kl-center-indetails .other-menu {
  padding: 0;
  margin: 0;
}
.section-kl-center-indetails .other-menu li {
  list-style: none;
}
.section-kl-center-indetails .other-menu li a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #1c69d2;
  font-weight: 500;
  text-decoration: none;
}
.section-kl-center-indetails .other-menu li a:hover {
  text-decoration: underline;
}
.section-kl-center-indetails .other-menu li.active a {
  color: #403F4B;
}
.section-kl-center-indetails .other-menu li + li {
  border-top: 1px solid #1c69d2;
  margin-top: 15px;
  padding-top: 15px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .section-kl-center .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-kl-center-indetails .list-img {
    height: 320px;
  }
  .section-kl-center-indetails .list-text h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .section-kl-center-indetails .list-text .text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .section-kl-center-indetails .list .sub-text h3 {
    font-size: 2rem;
  }
  .section-kl-center-indetails .list .sub-text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}/*# sourceMappingURL=knowledge-center.css.map */