@import "/common/static/css/flex-layout.min.css";

:root {
  --sl-btn-bg-color: #33a5f2;
  --sl-btn-color: #fff;
  --sl-link-color: #33a5f2;
  --sl-emphasize-color: #33a5f2;
  --sl-h2-size: 36px;
  --sl-h2-sm-size: 21px;
  --sl-sec-even-bg-color: #eef1f6;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.txt-emphasize {
  color: var(--sl-emphasize-color);
}

section.sec-sl:nth-of-type(2n) {
  background-color: var(--sl-sec-even-bg-color);
}
.sec-sl .txt-wrapper{
  padding: 70px 30px;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .sec-sl .txt-wrapper {
    padding: 30px 15px;
  }
}
.sl-btn a {
  background-color: var(--sl-btn-bg-color) !important;
  color: var(--sl-btn-color);
  font-size: 20px;
  text-align: center;
  padding: 15px 35px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.sl-btn a:hover {
  opacity: 0.8;
}

.sl-list ul {
  margin: 15px 0 34px 34px;
}

.sl-list ul > li {
  list-style-type: none !important;
  position: relative;
  padding-left: 18px;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
}
.sl-list ul > li:before {
  content: unset !important;
  display: none !important;
}

.sl-list ul > li a {
  color: var(--sl-link-color);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  padding-left: 10px;
}

.sl-list ul > li a:hover {
  opacity: 0.8;
}

.sl-list ul > li a:before {
  content: '';
  background-color: var(--sl-link-color);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  opacity: 0.7;
  left: 0;
}

h2.sl-h2 {
  font-size: var(--sl-h2-size);
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700;
}

p.sl-p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  h2.sl-h2 {
    font-size: var(--sl-h2-sm-size);
  }
}

.sec-contact {
  position: relative;
}
.sec-contact > img {
  width: 100%;
  min-height: 200px;
}
.sec-contact > div.sl-contact-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.sec-contact > div.sl-contact-content > h1 {
  font-size: 4em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
.sec-contact > div.sl-contact-content > .sl-btn > p {
  text-align: center;
}

.sec-sl-introduce {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 50px 0;
}

.sec-sl-introduce > div {
  max-width: 850px;
  margin: 0 auto 55px;
}

.sec-sl-introduce > img {
  width: 100%;
}

@media all and (max-width: 768px) {
  .sec-sl-introduce {
    padding: 25px 0;
  }

}

.sec-sl-pos .img-wrapper {
  position: relative;
  overflow: hidden;
}

.sec-sl-pos .img-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media all and (max-width: 768px) {
  .sec-contact > div.sl-contact-content > h1 {
    font-size: 2em;
    margin-bottom: 12px;
  }

  .sec-sl-pos .img-wrapper {
    min-height: 200px;
  }

  .sec-sl-pos .img-wrapper > img {
    width: 100%;
  }
}
