 
:root {
  --theme_color: #2E524A;
  --title_color: #333333;
  --bg_color: #233e37;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body > section {
  position: relative;
}
ul {
  list-style: none;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}
li.swiper-slide {
  height: auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}
.content {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}
@media screen and (min-width: 786px) and (max-width: 1440px) {
  .content {
    padding: 0px 1.2rem;
  }
}
@media screen and (min-width: 786px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
.flex {
  display: flex;
}
.swiper_btns {
  display: flex;
}
.swiper_btns.middle {
  max-width: 1794px;
  width: 86%;
  position: absolute;
  left: 50%;
  top: 44.8%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url("https://bird.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/index_01/assets/img/home_swiper_icon.svg") center center / contain no-repeat;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  transform: rotate(180deg);
}
.swiper_btns.middle div {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small div {
  width: 40px;
  height: 40px;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: Poppins, sans-serif;
}
input[type="submit"],
button {
  cursor: pointer;
}
.sytech_export_template {
  display: none;
}
.home_banner1 {
  background-color: #f2f9f5;
  overflow: hidden;
  padding: 1rem 0 2rem;
}
.home_banner1 .home_banner1_swiper {
  overflow: hidden;
}
.home_banner1 .home_banner1_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 130px);
}
.home_banner1 .home_banner1_swiper .swiper-slide .img {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 3px;
}
.home_banner1 .home_banner1_swiper .swiper-slide .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.home_banner1 .home_banner1_swiper .swiper-slide .info {
  color: #fff;
  padding: 21px 25px;
  background-color: var(--theme_color);
}
.home_banner1 .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 88%;
  transform: translateX(-50%);
  pointer-events: none;
  width: calc(100% + 100px);
  max-width: 98vw;
}
.home_banner1 .btns div {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: all;
  filter: contrast(0) brightness(0);
  background: url(https://bird.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/index_01/assets/img/home_swiper_icon.svg) no-repeat center / contain;
}
.home_banner1 .btns .btn_prev {
  transform: rotate(180deg);
}
.home_banner1 .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
    .author_infos {
display: none;}

 
@media screen and (max-width: 786px) {
    .author_infos {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 1rem 0 -1rem;
    }
  .content {
    padding: 0 1.2rem;
  }
  .home_banner1 {
    padding: 1rem 0 2rem;
  }
  .home_banner1 .home_banner1_swiper .swiper-slide {
    height: auto;
  }
  .home_banner1 .home_banner1_swiper .swiper-slide .info {
    padding: 12px;
    font-size: 12px;
  }
  .home_banner1 .btns {
    display: none;
  }
}
