@charset "UTF-8";

.section-1 {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/bg_kv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.section-1 h1 {
  font-size: 2.25rem;
}

.page-section {
  padding: 8rem 0;
}

@media (min-width: 992px) {
  .section-1 {
    height: 480px;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  .section-1 p {
    font-size: 1.15rem;
  }

  .section-1 h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-1 h1 {
    font-size: 3.5rem;
  }
}

.features-wrap {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.features-item {
  margin-bottom: 60px;
}

.features-item .item-pic-cont {
  width: 107px;
  height: 76px;
  background-color: #313C44;
  margin: auto;
  margin-bottom: 40px;
}

.features-item .item-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #313C44;
}

.features-item .item-txt-cont {
  max-width: 240px;
  margin: auto;
  color: #313C44;
  line-height: 25px;
}

.features-page-container {
  padding-top: 30px;
}

.features-page-title {
  margin-bottom: 50px;
}

.features-page-banner {
  width: 100%;
  height: 350px;
  background-color: #313C44;
}

.features-page-message {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .features-page-message {
    display: block;
  }
}

.collapse-wrap {
  width: 45%;
}

@media (max-width: 768px) {
  .collapse-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.card {
  border: none;
}

.collapse-wrap .card-header {
  padding: 30px 20px;
  background-color: #fff;
}

.features-page-message .card-link {
  display: block;
  color: #313C44;
  position: relative;
}

.features-page-message .card-link:hover {
  color: #313C44;
}

.features-page-message .card-link[aria-expanded=true]::after {
  content: "\F106";
}

.features-page-message .card-link::after {
  content: "\F107";
  font-size: 20px;
  color: #333;
  top: 30px;
  right: 10px;
  position: absolute;
  font-family: "FontAwesome";
}

.collapse-wrap .card-body {
  line-height: 30px;
  color: #313C44;
}

.features-page-message-pic {
  width: 45%;
  height: 390px;
}

@media (max-width: 768px) {
  .features-page-message-pic {
    width: 100%;
  }
}

.features-page-contact-wrap {
  margin-top: 40px;
}

.features-page-contact-wrap.wrap2 {
  background-color: #f7f8f8;
}

.pane-slogan {
  padding: 80px 20px;
}

.contact-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-item .item-link {
  border: 1px solid #313C44;
  width: 200px;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #313C44;
  color: #fff;
}

.contact-item .item-link:hover {
  background-color: #fff;
  color: #313C44;
}

@media (max-width: 576px) {
  .contact-item .item-link {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-item .item-cont {
  line-height: 30px;
}

.features-page-learn-wrap {
  margin-top: 80px;
}

.learn-title {
  margin-bottom: 50px;
  font-size: 20px;
}

.learn-cont {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .learn-cont {
    display: block;
  }
}

.learn-item {
  border: 1px solid;
  width: 250px;
  padding: 30px 20px;
}

@media (max-width: 768px) {
  .learn-item {
    margin: auto;
    margin-bottom: 30px;
  }
}

.learn-item:nth-child(2) {
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .learn-item:nth-child(2) {
    margin-right: 0px;
    margin-left: 0px;
    margin: auto;
    margin-bottom: 30px;
  }
}

.learn-item-pic {
  border: 1px solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
}

.learn-item-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.learn-item-txt {
  line-height: 30px;
}

.learn-item-link {
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #313C44;
  background-color: #313C44;
  color: #fff;
}

.learn-item-link:hover {
  background-color: #fff;
  color: #313C44;
}

.section-lst {
  text-align: center;
  background-image: url(/images/background-landscape.jpg?a5f6cb9…);
  padding: 80px 20px;
}

