ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}

.app-content-text {
  text-align: center;
}
.app-content-text .subtitle {
  color: #62AA34;
  font-size: 18px;
}
.app-content-text h1 {
  color: #fff;
  font-size: 56px;
  margin: 25px 0;
}
.app-content-text h2 {
  font-size: 2.625rem;
  margin: 20px 0 25px;
}
.app-content-text .intro {
  max-width: 40%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 1.1rem;
  color: #808080;
}

.learnmore-button {
  display: inline-block;
  background-color: #62AA34;
  border-radius: 3px;
  margin-top: 30px;
  color: #fff;
  padding: 16px 53px;
  transition: all .3s;
}
.learnmore-button:hover {
  background-color: #539a2a;
}

.app-banner {
  height: 690px;
  padding-top: 160px;
  background: url(../../../../themes/sytech/assets/img/app-banner.jpg) no-repeat center;
}
.app-banner .app-content-text {
  text-align: left;
}
.app-banner .app-content-text .intro {
  margin: 0;
  max-width: 42%;
  color: #ffffff;
}

.app-select {
  height: 170px;
  background-color: #293f33;
}
.app-select ul {
  display: flex;
  justify-content: space-between;
}
.app-select li {
  width: 25%;
  height: 170px;
  transition: all .3s;
  border-right: 1px solid #5e6f65;
}
.app-select li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .3s;
  padding-left: 20px;
}
.app-select li div {
  width: 50px;
  height: 50px;
}
.app-select li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-select li h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 20px 0 35px;
}
.app-select li:hover,
.app-select li.active {
  background-color: #62a733;
  border-radius: 3px;
  height: 175px;
  margin-top: -5px;
  border-right: 1px solid #62a733;
}
.app-select li:hover img,
.app-select li.active img {
  filter: brightness(20);
}


.strengths {
  padding-top: 170px;
  text-align: center;
}
.strengths .intro {
  max-width: 35%;
}
.strengths-swiper-box {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 85px;
  position: relative;
}
.swiper-strengths {
  overflow: hidden;
  padding: 10px;
}
.swiper-strengths .swiper-slide > div {
  width: 389px;
  height: 412px;
  border-color: #fff;
  color: #333;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all .3s;
  padding: 70px 45px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.swiper-strengths .swiper-slide > div:hover {
background-color: #293f33;
color: #fff;
}
.swiper-strengths .swiper-slide > div:hover h3 {
  color: #fff;
}
.swiper-strengths .swiper-slide > div div {
  width: 80px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto 50px;
}
.swiper-strengths .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-strengths .swiper-slide h3 {
  font-size: 22px;
  color: #242424;
  margin-bottom: 25px;
  font-weight: normal;
  transition: all .3s;
}
.swiper-strengths .swiper-slide p {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
}

.strengths-button-prev {
  width: 20px;
  height: 35px;
  position: absolute;
  left: -100px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 99;
  background: url(../../../../themes/sytech/assets/img/left-black.svg) no-repeat center;
  cursor: pointer;
}
.strengths-button-next {
  width: 20px;
  height: 35px;
  position: absolute;
  right: -100px;
  top: 45%;
  transform: translateY(-50%);
  background: url(../../../../themes/sytech/assets/img/right-black.svg) no-repeat center;
  cursor: pointer;
}
.strengths-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.strengths-bullet {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #62ab35;
  margin: 0 8px;
  cursor: pointer;
}
.strengths-bullet-active {
  background-color: #62ab35;
}

.introduction {
  margin-top: 260px;
  height: 773px;
  /* background-color: #61aa34; */
  position: relative;
  padding-top: 65px;
}
.introduction-mask {
  width: 1010px;
  height: 832px;
  background: url(../../../../themes/sytech/assets/img/app-bg.jpg) no-repeat center;
  position: absolute;
  right: 50%;
  bottom: 0;
}
.introduction-img {
  width: 951px;
  height: 765px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.introduction-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction .app-content-text {
  position: relative;
  z-index: 9;
  text-align: left;
}
.introduction .app-content-text p {
  margin: 0;
  color: #C1C1C1;
  font-size: 1rem;
  max-width: 43%;
  line-height: 30px;
}
.introduction .app-content-text h2 {
  color: #fff;
  margin: 30px 0;
}
.introduction .app-content-text div {
  width: 54px;
  height: 3px;
  background-color: #62aa34;
  margin-bottom: 30px;
}
.introduction ul {
  margin-top: 35px;
  color: #fff;
  font-size: 1.25rem;
}
.introduction ul li {
  padding-left: 50px;
  margin-bottom: 40px;
  position: relative;
}
.introduction ul li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../../themes/sytech/assets/img/app-icon8.svg) no-repeat center;
}

.differentfields {
  padding-top: 170px;
}
.differentfields ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.differentfields ul li {
  margin: 0 25px;
  font-size: 1.125rem;
  color: #666;
  font-weight: bold;
}
.differentfields ul li a {
  transition: all .3s;
}
.differentfields ul li a:hover,
.differentfields ul li.active a {
  padding: 15px 0;
  border-bottom: 3px solid #62a733;
}
.differentfields ul li.active {
  color: #242424;
}
.differentfields-content {
  height: 716px;
  background-color: #f7f9f4;
  margin-top: 150px;
  position: relative;
}
.differentfields-content img {
  height: 720px;
  position: absolute;
  right: 53%;
  bottom: 50px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.differentfields-content-text {
  position: absolute;
  left: 50%;
  top: 140px;
}
.differentfields-content-text h3 {
  font-size: 2.125rem;
  color: #333;
}
.differentfields-content-text .intro {
  margin: 40px 0 50px;
  max-width: 60%;
  line-height: 1.875rem;
  color: #808080;
}
.differentfields-content-text ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.differentfields-content-text ul li {
  margin: 0 0 20px;
  font-size: 1rem;
  color: #333;
  padding-left: 25px;
  position: relative;
}
.differentfields-content-text ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  background: url(../../../../themes/sytech/assets/img/right-green.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.recom {
  padding-top: 180px;
  text-align: center;
  margin-bottom: 10rem;
}
.recom .intro {
  max-width: 35%;
}
.recom .container {
  margin: 5rem 0 20px;
}
.recom .container li {
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
  transition: all .2s;
}
.recom .container .products-item-img {
  height: 350px;
  background-color: #F4F6F1;
}
.recom .container .products-item-content {
  padding: 2rem;
}
.recom .container li h3 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
}
.recom .container li p {
  color: #999;
  margin: 20px 0 40px;
}
.recom .container li span {
  margin: 0 auto;
  display: block;
  width: 330px;
  height: 50px;
  border-radius: 5px;
  background-color: #62A734;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  transition: all .2s;
}
.recom .container li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.recom .container li:hover span {
  opacity: 1;
}
.products-item-img {
  position: relative;
  overflow: hidden;
}
.products-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.recom .swiper-content {
  position: relative;
}
.swiper-products {
  overflow: hidden;
  padding: 1rem 0;
}
.recom .swiper-button-prev {
  left: -6rem;
  background: url(../../../../themes/sytech/assets/img/arrow-left.png) no-repeat center;
}
.recom .swiper-button-next {
  right: -6rem;
  background: url(../../../../themes/sytech/assets/img/arrow-right.png) no-repeat center;
}
.recom button, .app button, a.viewmore{
  width: 214px;
  height: 54px;
  border-radius: 5px;
  display: block;
  border: 1px solid #d1d1d1;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1rem;
  transition: all .2s;
  background-color: #fff;
}
a.viewmore{
  width: 214px;
  height: 54px;
  border-radius: 5px;
  display: block;
  border: 1px solid #d1d1d1;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1rem;
  transition: all .2s;
  background-color: #fff;
  line-height: 54px;
}
.recom button:hover,
.app button:hover {
  background-color: #62A734;
  color: #fff;
}
.recom button {
  margin-top: 15px;
}


.inquirynow {
  text-align: center;
  padding-top: 210px;
}
.inquirynow-inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
}
.inquirynow-inputs input {
  width: 32%;
  height: 65px;
  border: 1px solid #eee;
  outline: none;
  border-radius: 6px;
  padding: 0 50px 0 25px;
  font-size: 1.125rem;
  margin-bottom: 40px;
}
.inquirynow-textare {
  width: 100%;
  min-height: 335px;
  border-radius: 6px;
  border: 1px solid #eee;
  text-align: start;
  padding: 25px;
  outline: none;
  color: #818181;
}
.inquirynow-textare:empty::before {
  content: attr(placeholder);
}
.inquirynow button {
  display: block;
  padding: 15px 60px;
  outline: none;
  border-radius: 6px;
  background-color: #63aa34;
  transition: all .3s;
  border: 1px solid #63aa34;
  color: #fff;
  font-size: 1.125rem;
  margin: 45px 0 190px;
  cursor: pointer;
}
.inquirynow button:hover {
  background-color: #fff;
  color: #63aa34;
  border: 1px solid #63aa34;
}
