/* new slider */
.page-template-page-homepage .newslider.ls-wp-container {
  width: 100% !important;
}
.page-template-page-homepage .newslider.ls-wp-container * {
  box-sizing: border-box;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .ls-wrapper {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .ls-wrapper > div {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow {
  max-width: 1680px;
  padding: 0 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
  flex: 1 0 500px;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 0 0;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-left: 100px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  margin: 0 0 30px 0;
  white-space: normal;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  margin: 30px 0;
  white-space: normal;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  height: 50px;
  padding: 15px 27px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  background: #000000;
  transition: all .3s;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt a:hover {
  background: #fff;
  color: #000;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s1 .flex .txt h1 {
  max-width: 820px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s1 .flex .txt p {
  max-width: 880px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s2 .flex .txt h1 {
  max-width: 1050px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s2 .flex .txt p {
  max-width: 980px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s3 .flex .txt h1 {
  max-width: 1020px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s3 .flex .txt p {
  max-width: 980px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s4 .flex .txt h1 {
  max-width: 1060px;
}
.page-template-page-homepage .newslider.ls-wp-container .ls-layers:before {
  display: none !important;
}
/* rwd */
@media only screen and (max-width: 1400px) {
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
    flex: 1 0 420px;
    max-width: 420px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 50px;
    line-height: 56px;
    margin: 0 0 25px 0;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
    font-size: 20px;
    line-height: 32px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
    flex: 1 0 380px;
    max-width: 380px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt {
    padding-left: 60px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 950px) {
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
    flex: 1 0 280px;
    max-width: 280px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 820px) {
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
    flex: 1 0 250px;
    max-width: 250px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-homepage .newslider.ls-wp-container {
    margin: 0 !important;
    height: 640px !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-slide-transition-wrapper {
    height: 100% !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-slide-transition-wrapper * {
    height: 100% !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-slide-transition-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .ls-slide-backgrounds img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex {
    flex-direction: column;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt {
    flex: auto;
    padding-left: 0;
    width: 100%;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .img {
    flex: auto;
    padding-top: 0;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s2 .flex .img {
    padding-top: 2rem;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s3 .flex .img {
    padding-top: 2rem;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow.s4 .flex .txt h1 {
    max-width: 480px;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-homepage .newslider.ls-wp-container {
    margin: 0 !important;
    height: 680px !important;
  }
}
@media only screen and (max-width: 415px) {
  .page-template-page-homepage .newslider.ls-wp-container {
    height: 680px !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 370px) {
  .page-template-page-homepage .newslider.ls-wp-container {
    height: 660px !important;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow {
    padding: 0 20px;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }
  .page-template-page-homepage .newslider.ls-wp-container .ls-layers .srow .flex .txt p {
    line-height: 22px;
    margin: 15px 0;
  }
}
