
:root {
--theme_color:#0e6eb8;
--title_color:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_0/assets/img/home_banner_bg.jpg") center bottom / cover no-repeat;
 clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 84px), 50% 100%, 0px calc(100% - 84px));
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_banner {
 overflow: hidden;
 clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 2rem), 50% 100%, 0px calc(100% - 2rem));
 }}
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
.home_banner .content {
 max-width: 1496px;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .flex {
 padding: 5rem 0px calc(8.82353% + 5rem);
 min-height: 832px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.home_banner .flex {
 min-height: 760px;
 }}
@media screen and (max-width: 768px){
.home_banner .flex {
 display: block;
 min-height: unset;
 padding: 3rem 0px;
 }}
.home_banner .left {
 color: rgb(255, 255, 255);
 width: 60%;
 }
@media screen and (max-width: 768px){
.home_banner .left {
 width: 100%;
 }}
.home_banner .left h1 {
 font-size: 86px;
 line-height: 99px;
 font-weight: 700;
 font-style: italic;
 color: var(--theme_color);
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.home_banner .left h1 {
 font-size: 72px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.home_banner .left h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
.home_banner .left .desc {
 opacity: 0.9;
 font-size: 24px;
 line-height: 34px;
 margin-top: 10px;
 font-weight: 300;
 color: var(--theme_color);
 }
@media screen and (max-width: 768px){
.home_banner .left .desc {
 font-size: 1rem;
 line-height: 1.5;
 margin-top: 10px;
 }}
.home_banner .left .price {
 margin-top: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 min-width: 223px;
 max-width: max-content;
 min-height: 74px;
 font-size: 40px;
 font-style: italic;
 line-height: 3rem;
 font-weight: 800;
 filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 0px 15px);
 text-shadow: rgba(0, 0, 0, 0.5) 0px 6px 6px;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_0/assets/img/home_price_bg.png") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_banner .left .price {
 min-width: unset;
 min-height: unset;
 font-size: 22px;
 padding: 8px 26px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
a {
 color: inherit;
 text-decoration: none;
 font-size: inherit;
 line-height: inherit;
 }
.btn_more {
 min-width: 196px;
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 text-align: center;
 border-radius: 100px;
 transition: 0.3s;
 font-size: 18px;
 font-weight: 600;
 gap: 14px;
 border: 1px solid rgba(36, 36, 36, 0.45);
 background-color: transparent;
 line-height: 2;
 padding: 9px 31px;
 }
.btn_more::after {
 content: "";
 display: block;
 width: 1rem;
 height: 8px;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_0/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 transition: 0.3s;
 }
.btn_more:hover {
 color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.btn_more:hover::after {
 transform: translateX(5px);
 filter: contrast(0) brightness(2);
 }
.home_banner .left .btn_more {
 margin-top: 34px;
 color: var(--theme_color);
 font-size: 20px;
 border-color: var(--theme_color);
 gap: 20px;
 min-width: 210px;
 }
.home_banner .left .btn_more::after {
 width: 18px;
 height: 10px;
 background-image: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_0/assets/img/arrow-line-blue.svg");
 }
.home_banner .left .btn_more:hover {
 color: var(--title_color);
 background-color: rgb(239, 225, 0);
 border-color: rgb(239, 225, 0);
 }
.home_banner .left .btn_more:hover::after {
 filter: contrast(0) brightness(0);
 }
@media screen and (max-width: 768px){
.btn, .btn_more {
 font-size: 14px;
 line-height: 1.5;
 padding: 10px 20px;
 min-width: 130px;
 }}
@media screen and (max-width: 768px){
.home_banner .left .btn_more {
 font-size: 14px;
 line-height: 1.5;
 padding: 8px 1rem;
 gap: 8px;
 min-width: 130px;
 margin-top: 20px;
 }}
.home_banner .right {
 width: 50.5348%;
 aspect-ratio: 756 / 586;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.home_banner .right {
 margin-left: auto;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_banner .right {
 margin-top: 15%;
 transform: translateX(10%);
 }}
@media screen and (max-width: 768px){
.home_banner .right {
 width: 100%;
 aspect-ratio: unset;
 position: relative;
 margin-top: 2rem;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.home_advantage {
 padding: 80px 0px 90px;
 }
@media screen and (max-width: 768px){
.home_advantage {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.head .subtitle {
 color: var(--theme_color);
 text-transform: uppercase;
 font-size: 20px;
 display: block;
 letter-spacing: 5px;
 margin-bottom: 14px;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 54px;
 line-height: 68px;
 font-weight: 600;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.home_advantage .main {
 margin-top: 50px;
 }
@media screen and (max-width: 768px){
.home_advantage .main {
 margin-top: 1.5rem;
 }}
ul {
 list-style: none;
 }
.home_advantage .main ul {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 69px;
 }
@media screen and (max-width: 768px){
.home_advantage .main ul {
 gap: 20px;
 overflow: auto;
 }}
.home_advantage .main ul li {
 text-align: center;
 }
@media screen and (max-width: 768px){
.home_advantage .main ul li {
 min-width: 200px;
 }}
.home_advantage .main ul li .img {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15px;
 }
@media screen and (max-width: 768px){
.home_advantage .main ul li .img {
 width: 50px;
 height: 50px;
 }}
.home_advantage .main ul li .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.home_advantage .main ul li:hover .img img {
 transform: scale(1.1);
 }
.home_advantage .main ul li strong {
 font-size: 22px;
 display: block;
 text-align: center;
 font-weight: 600;
 margin-bottom: 15px;
 }
@media screen and (max-width: 768px){
.home_advantage .main ul li strong {
 font-size: 17px;
 }}
@media screen and (max-width: 768px){
.home_advantage .main ul li p {
 font-size: 0.9rem;
 line-height: 1.5;
 }}
@media screen and (max-width: 786px){


}
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
.home_categories {
 padding: 137px 0px 100px;
 }
@media screen and (max-width: 768px){
.home_categories {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.home_categories .main {
 margin-top: 100px;
 }
@media screen and (max-width: 768px){
.home_categories .main {
 margin-top: 2rem;
 }}
.home_categories .main ul {
 gap: 18px;
 }
@media screen and (max-width: 768px){
.home_categories .main ul {
 flex-flow: wrap;
 justify-content: space-between;
 gap: 0px;
 }}
.home_categories .main .main_cat {
 flex: 3.5 1 0%;
 }
.home_categories .main ul li {
 flex: 1 1 0%;
 }
@media screen and (max-width: 768px){
.home_categories .main .main_cat {
 flex: unset;
 width: 100%;
 margin-bottom: 2rem;
 }}
@media screen and (max-width: 768px){
.home_categories .main ul li {
 flex: unset;
 }}
@media screen and (max-width: 768px){
.home_categories .main ul li {
 width: 48%;
 }}
.home_categories .main .infos {
 display: block;
 border-radius: 19px;
 background: linear-gradient(to right, rgb(237, 241, 246), rgb(237, 241, 246), rgb(255, 255, 255), rgb(237, 241, 246));
 }
.home_categories .main .main_cat .left {
 padding: 58px 45px 90px;
 }
@media screen and (max-width: 768px){
.home_categories .main .main_cat .left {
 padding: 20px 0px 20px 20px;
 }}
.home_categories .main .main_cat .left strong {
 font-size: 36px;
 font-weight: 600;
 display: block;
 }
.home_categories .main li strong {
 display: block;
 padding-left: 20px;
 font-size: 24px;
 font-weight: 600;
 margin-bottom: 16px;
 }
@media screen and (max-width: 768px){
.home_categories .main .main_cat .left strong {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.home_categories .main .main_cat .left strong {
 font-size: 18px;
 }}
@media screen and (max-width: 768px){
.home_categories .main li strong {
 font-size: 17px;
 padding-left: 0px;
 }}
.btn {
 min-width: 196px;
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 text-align: center;
 border-radius: 100px;
 transition: 0.3s;
 font-size: 18px;
 font-weight: 600;
 color: rgb(255, 255, 255);
 gap: 14px;
 border: 1px solid var(--theme_color);
 background-color: var(--theme_color);
 line-height: 2;
 padding: 9px 31px;
 }
.btn::after {
 content: "";
 display: block;
 width: 1rem;
 height: 8px;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_3/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn:hover {
 border-color: var(--title_color);
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.home_categories .main li.main_cat .btn {
 margin-top: 54px;
 }
.home_categories .main li .btn {
 min-width: unset;
 height: auto;
 line-height: unset;
 font-weight: 400;
 font-size: 18px;
 }
.home_categories .main li .btn::after {
 display: none;
 }
@media screen and (max-width: 768px){
.btn, .btn_more {
 font-size: 14px;
 line-height: 1.5;
 padding: 10px 20px;
 min-width: 130px;
 }}
@media screen and (max-width: 768px){
.home_categories .main li .btn {
 padding: 10px 20px;
 font-size: 14px;
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.home_categories .main li .btn {
 margin-top: 1rem;
 }}
.home_categories .main .main_cat .right {
 position: relative;
 width: 45%;
 }
.home_categories .main .main_cat .right img {
 width: 100%;
 height: auto;
 position: absolute;
 z-index: 9;
 top: 50%;
 max-width: unset;
 left: 50%;
 transform: translate(-50%, -50%);
 }
.home_categories .main li img {
 max-width: 224px;
 height: auto;
 transition: 0.3s;
 }
.home_categories .main li:hover img {
 transform: scale(1.1);
 }
.home_categories .main .main_cat:hover .right img {
 transform: translate(-50%, -50%) scale(1.03);
 }
@media screen and (max-width: 768px){
.home_categories .main li img {
 width: 100%;
 height: auto;
 }}
.home_categories .main ul li:nth-of-type(2) {
 margin-top: -1rem;
 }
@media screen and (max-width: 768px){
.home_categories .main ul li:nth-of-type(2) {
 margin-top: 0px;
 }}
.home_categories .main li div.infos {
 padding: 20px;
 }
.home_categories .main ul li:nth-of-type(3) .btn {
 margin-top: 30px;
 }
@media screen and (max-width: 786px){


}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
.home_app {
 padding: 135px 0px;
 background-color: rgb(241, 246, 250);
 }
@media screen and (max-width: 768px){
.home_app {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.home_app .head {
 margin-bottom: 40px;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_app .main > .flex {
 flex-flow: wrap;
 }}
.home_app .left {
 width: 84.02%;
 }
@media screen and (max-width: 768px){
.home_app .left {
 width: 100%;
 }}
.swiper_app_infos {
 overflow: hidden;
 }
.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_app_infos .swiper-slide {
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide {
 flex-flow: wrap;
 }}
.swiper_app_infos .swiper-slide .infos {
 width: 32.06%;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .infos {
 width: 100%;
 }}
.swiper_app_infos .swiper-slide .infos strong {
 font-size: 42px;
 font-weight: 600;
 margin-bottom: 27px;
 display: block;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .infos strong {
 font-size: 18px;
 margin-bottom: 1rem;
 }}
.swiper_app_infos .swiper-slide .infos p {
 font-size: 17px;
 color: rgb(61, 61, 61);
 line-height: 28px;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .infos p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.swiper_app_infos .swiper-slide .infos ul {
 margin-top: 15px;
 }
.swiper_app_infos .swiper-slide .infos ul li {
 font-size: 17px;
 color: rgb(51, 51, 51);
 font-weight: 500;
 line-height: 1.3;
 padding-left: 25px;
 position: relative;
 }
.swiper_app_infos .swiper-slide .infos ul li::before {
 content: "";
 width: 18px;
 height: 16px;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_5/assets/img/duigou.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 6px;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .infos ul li {
 font-size: 15px;
 line-height: 1.5;
 }}
.swiper_app_infos .swiper-slide .infos ul li + li {
 margin-top: 13px;
 }
.swiper_app_infos .swiper-slide .img {
 width: 67.94%;
 text-align: right;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_5/assets/img/circle_bg.svg") right 35% center / contain no-repeat;
 min-height: 659px;
 display: flex;
 justify-content: right;
 align-items: flex-end;
 }
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .img {
 width: 100%;
 min-height: unset;
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_app_infos .swiper-slide .img img {
 width: 100%;
 height: auto;
 }}
.swiper_app_infos .swiper-slide:nth-of-type(3) .img {
 background-position: left center;
 }
.home_app .right {
 width: 15.98%;
 }
.home_app .right {
 display: flex;
 justify-content: right;
 padding-top: 100px;
 padding-left: 60px;
 }
@media screen and (max-width: 768px){
.home_app .right {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.home_app .right {
 padding: 1rem 0px;
 }}
@media screen and (max-width: 768px){
.home_app .right {
 justify-content: left;
 }}
@media screen and (max-width: 768px){
.home_app .right ul {
 display: flex;
 gap: 15px;
 }}
.home_app .right li {
 display: flex;
 justify-content: right;
 gap: 35px;
 text-align: right;
 cursor: pointer;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_app .right li {
 flex-direction: column;
 gap: 10px;
 margin-top: 0px;
 text-align: center;
 }}
.home_app .right strong {
 font-weight: 500;
 font-size: 20px;
 color: rgb(51, 51, 51);
 }
@media screen and (max-width: 768px){
.home_app .right strong {
 order: 9;
 font-size: 16px;
 }}
.home_app .right .img {
 width: 54px;
 height: 54px;
 min-width: 54px;
 border: 1px solid rgba(0, 0, 0, 0.54);
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: 0.3s;
 }
.home_app .right li.active .img {
 transform: scale(1.5);
 background-color: var(--theme_color);
 border-color: var(--theme_color);
 }
@media screen and (max-width: 768px){
.home_app .right .img {
 margin-left: auto;
 margin-right: auto;
 width: 40px;
 height: 40px;
 min-width: 40px;
 }}
.home_app .right .img img {
 width: 60%;
 height: 60%;
 object-fit: contain;
 transition: 0.3s;
 }
.home_app .right li.active .img img {
 filter: brightness(100);
 }
.home_app .right li + li {
 margin-top: 23px;
 }
.home_app .right li.active + li {
 margin-top: 33px;
 }
@media screen and (max-width: 768px){
.home_app .right li.active + li {
 margin-top: 0px;
 }}
@media screen and (max-width: 768px){
.home_app .right li + li {
 margin-top: 0px;
 }}
@media screen and (max-width: 786px){


}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

:root {
--theme_color:#0e6eb8;
--title_color:#161616;
--primary-color:;
}
.shop_video {
 padding: 90px 0px 5rem;
 }
@media screen and (max-width: 768px){
.shop_video {
 padding: 3rem 0px;
 }}
.shop_video .content {
 max-width: 1500px;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.shop_video .content > .flex {
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.shop_video .flex {
 gap: 2rem;
 flex-direction: column-reverse;
 }}
.shop_video .left {
 width: 62.5333%;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.shop_video .left {
 width: 50%;
 align-self: flex-end;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.shop_video .left {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.shop_video .left {
 width: 100%;
 }}
.shop_video .shop_video_swiper {
 width: 100%;
 overflow: hidden;
 border-radius: 14px;
 }
@media screen and (max-width: 768px){
.shop_video .shop_video_swiper {
 border-radius: 12px;
 }}
.shop_video .shop_video_swiper .video {
 aspect-ratio: 938 / 528;
 overflow: hidden;
 border-radius: 14px;
 cursor: pointer;
 position: relative;
 }
.shop_video .shop_video_swiper .video:hover::after {
 opacity: 0;
 }
.shop_video .shop_video_swiper .video::after {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: 2;
 transition: 0.3s;
 background-color: rgba(0, 0, 0, 0.15);
 }
@media screen and (max-width: 768px){
.shop_video .shop_video_swiper .video {
 border-radius: 12px;
 }}
.shop_video .shop_video_swiper .video:hover img {
 transform: scale(1.03);
 }
.shop_video .shop_video_swiper .video img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
i {
 font-style: normal;
 }
.shop_video .shop_video_swiper .video i {
 display: block;
 width: 4rem;
 aspect-ratio: 1 / 1;
 background: url(https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/shop_3/assets/img/btn-play.svg) no-repeat center / cover var(--theme_color);
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 transition: 0.3s;
 border-radius: 50%;
 z-index: 3;
 }
.shop_video .shop_video_swiper .video i:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.shop_video .shop_video_swiper .video i {
 width: 3rem;
 }}
.shop_video .control_box {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 5.75693%;
 margin-top: 30px;
 }
@media screen and (max-width: 768px){
.shop_video .control_box {
 gap: 1rem;
 }}
.swiper_btns {
 display: flex;
 gap: 34px;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
.swiper_btns div {
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 border: 1px solid var(--title_color);
 background-color: var(--title_color);
 transition: 0.3s;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 26%;
 height: 26%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/shop_3/assets/img/arrow-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.shop_video .swiper_btns div {
 width: 4rem;
 height: 4rem;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 4rem;
 height: 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3.5rem;
 height: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div {
 width: 3rem;
 height: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 2.5rem;
 height: 2.5rem;
 }}
@media screen and (max-width: 768px){
.shop_video .control_box .swiper_btns div {
 width: 40px;
 height: 40px;
 }}
.shop_video .pagination_box {
 display: flex;
 align-items: center;
 font-size: 18px;
 font-weight: 500;
 gap: 20px;
 }
@media screen and (max-width: 768px){
.shop_video .pagination_box {
 gap: 12px;
 font-size: 14px;
 }}
.shop_video .shop_video_pagination {
 width: 158px;
 height: 1px;
 position: relative;
 background-color: rgba(61, 61, 61, 0.3);
 }
.swiper-pagination-progressbar {
 background: rgba(0, 0, 0, 0.25);
 position: absolute;
 }
@media screen and (max-width: 768px){
.shop_video .shop_video_pagination {
 width: 120px;
 }}
.shop_video .shop_video_pagination .swiper-pagination-progressbar-fill {
 height: 3px;
 margin-top: -1px;
 background-color: var(--title_color);
 }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--primary-color);
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top;
 }
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.shop_video .right {
 flex: 1 1 0%;
 max-width: 462px;
 padding: 26px 0px 208px;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.shop_video .right {
 padding-bottom: 12rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.shop_video .right {
 max-width: 100%;
 }}
@media screen and (max-width: 768px){
.shop_video .right {
 width: 100%;
 padding: 0px;
 }}
.shop_video .head .subtitle {
 margin-bottom: 12px;
 }
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 768px){
.shop_video .head .subtitle {
 margin-bottom: 8px;
 }}
.shop_video .head h2 {
 font-size: 42px;
 line-height: 54px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.shop_video .head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .desc {
 color: rgb(58, 58, 58);
 font-size: 17px;
 font-weight: 300;
 line-height: 28px;
 }
.shop_video .head .desc {
 margin-top: 20px;
 font-weight: normal;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head .desc {
 font-size: 1rem;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.shop_video .head .desc {
 margin-top: 10px;
 }}
.shop_video .head .video {
 margin-top: 24px;
 width: 4rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 transition: 0.3s;
 cursor: pointer;
 background: url(https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/shop_3/assets/img/btn-play.svg) no-repeat center / cover var(--theme_color);
 }
.shop_video .head .video:hover {
 filter: brightness(1.2);
 }
@media screen and (max-width: 768px){
.shop_video .head .video {
 width: 3rem;
 margin-top: 1rem;
 }}
.shop_video .shop_video_control_swiper {
 overflow: hidden;
 position: absolute;
 right: 0px;
 bottom: 0px;
 width: 39.8667%;
 border-radius: 6px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.shop_video .shop_video_control_swiper {
 width: 52%;
 }}
@media screen and (max-width: 768px){
.shop_video .shop_video_control_swiper {
 display: none;
 }}
.shop_video .shop_video_control_swiper .swiper-slide {
 cursor: pointer;
 overflow: hidden;
 transition: 0.3s;
 aspect-ratio: 276 / 156;
 border-radius: 6px;
 border: 2px solid transparent;
 opacity: 0.6;
 }
.shop_video .shop_video_control_swiper .swiper-slide:hover img {
 transform: scale(1.05);
 }
.shop_video .shop_video_control_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.shop_video .shop_video_control_swiper .swiper-slide.active {
 opacity: 1;
 border-color: var(--theme_color);
 }

 .shop_video .video input {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 9;
  width: 50%;
  display: none;
 }
 .toplevel_page_sytech_fronteditor .shop_video .video input {
  display: block;
 }
@media screen and (max-width: 786px){


}
 
:root {
--theme_color:#0e6eb8;
--value:;
--primary-color:;
--title_color:#161616;
}
.home_review {
 padding: 52px 0px 114px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.home_review {
 padding: 3rem 0px;
 overflow: hidden;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.home_review .head .subtitle {
 font-size: 20px;
 margin-bottom: 24px;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 768px){
.home_review .head .subtitle {
 font-size: 14px;
 margin-bottom: 8px;
 }}
.home_review .head h2 {
 font-size: 46px;
 line-height: 52px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_review .head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.flex_end {
 justify-content: flex-end;
 }
.home_review .main {
 gap: 5%;
 margin-top: 60px;
 }
@media screen and (max-width: 768px){
.home_review .main {
 gap: 0px;
 margin-top: 2rem;
 flex-direction: column;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_review .video {
 cursor: pointer;
 position: relative;
 border-radius: 18px;
 min-width: 66.5278%;
 }
@media screen and (max-width: 768px){
.home_review .video {
 border-radius: 1rem;
 }}
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.home_review .video:hover img {
 transform: scale(1.03);
 }
.home_review .video i {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: block;
 width: 76px;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 transition: 0.3s;
 background: url(https://willnice.net//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/btn-play.svg) no-repeat center / cover var(--theme_color);
 }
.home_review .video i:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.home_review .video i {
 width: 3rem;
 }}
.home_review .right {
 min-width: 45%;
 }
.swiper_box {
 position: relative;
 }
.home_review .swiper_box {
 margin-top: 38px;
 overflow: hidden;
 width: 100vw;
 margin-left: -33.9506%;
 padding: 36px 0px;
 }
@media screen and (max-width: 768px){
.home_review .swiper_box {
 margin: 0px;
 padding: 2rem 0px;
 width: 100%;
 overflow: visible;
 }}
.home_review .home_review_swiper {
 max-width: 868px;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper {
 max-width: 100%;
 }}
.home_review .home_review_swiper .swiper-slide.swiper-slide-active .item {
 box-shadow: rgba(153, 153, 153, 0.25) 8px 8px 10px;
 }
.home_review .home_review_swiper .swiper-slide .item {
 transition: 0.3s;
 border-radius: 18px;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(224, 224, 224);
 padding: 58px 9.09091% 10px;
 }
.home_review .home_review_swiper .swiper-slide .item:hover {
 box-shadow: rgba(153, 153, 153, 0.25) 8px 8px 10px;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide .item {
 padding: 1.6rem 1.2rem;
 }}
.home_review .home_review_swiper .swiper-slide p {
 color: rgb(61, 61, 61);
 font-size: 18px;
 line-height: 2rem;
 font-weight: 300;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide p {
 font-size: 1rem;
 line-height: 1.5;
 }}
.home_review .home_review_swiper .swiper-slide .star {
 width: 146px;
 margin-top: 20px;
 aspect-ratio: 146 / 21;
 }
.home_review .home_review_swiper .swiper-slide .star::after {
 content: "";
 display: block;
 width: var(--value);
 height: 100%;
 background: url("https://willnice.net//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/stars.svg") left center / 146px 100% no-repeat;
 }
.home_review .home_review_swiper .swiper-slide .infos {
 color: rgb(77, 77, 77);
 font-size: 15px;
 font-weight: 300;
 margin-top: 70px;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide .infos {
 margin-top: 2rem;
 }}
.home_review .home_review_swiper .swiper-slide .infos .name {
 color: rgb(34, 34, 34);
 font-size: 1rem;
 font-weight: 500;
 padding-right: 6px;
 }
.home_review .home_review_swiper .swiper-slide .product {
 display: grid;
 gap: 10px;
 align-items: center;
 grid-template-columns: auto 1fr;
 border-top: 1px solid rgb(224, 224, 224);
 margin-top: 20px;
 padding: 1rem 0px;
 }
.home_review .home_review_swiper .swiper-slide .product .img {
 align-self: start;
 width: 90px;
 aspect-ratio: 1 / 1;
 }
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.home_review .home_review_swiper .swiper-slide .product:hover img {
 transform: scale(1.1);
 }
.home_review .home_review_swiper .swiper-slide .product .info .brand {
 font-size: 17px;
 line-height: 22px;
 font-weight: 300;
 }
.home_review .home_review_swiper .swiper-slide .product .info .title {
 font-size: 17px;
 line-height: 22px;
 font-weight: 500;
 margin-top: 6px;
 }
.home_review .control_box {
 gap: 34px;
 display: grid;
 align-items: center;
 grid-template-columns: 1fr auto;
 }
div.swiper-pagination {
 position: static;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 pointer-events: none;
 gap: 1rem;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
div.swiper-pagination .swiper-pagination-bullet {
 width: 1rem;
 height: 1rem;
 opacity: 1;
 transition: 0.3s;
 position: relative;
 background-color: transparent;
 display: flex;
 align-items: center;
 justify-content: center;
 pointer-events: none;
 }
div.swiper-pagination .swiper-pagination-bullet::before {
 content: "";
 display: block;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background-color: rgb(25, 25, 30);
 transition: 0.3s;
 pointer-events: all;
 }
div.swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 box-sizing: border-box;
 border: 1px solid rgb(25, 25, 30);
 transition: 0.3s;
 border-radius: 50%;
 transform: scale(0.5);
 opacity: 0;
 }
div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
 opacity: 0;
 transform: scale(2);
 }
div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
 opacity: 1;
 transform: scale(1);
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
.swiper_btns div::after {
 content: "";
 display: block;
 width: 26%;
 height: 26%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://willnice.net//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/arrow-b.svg") center center / contain no-repeat;
 }
.swiper_btns .swiper-button-disabled {
 cursor: default;
 pointer-events: none;
 background-color: transparent;
 border-color: rgba(36, 36, 36, 0.45);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
.swiper_btns .swiper-button-disabled:hover {
 background-color: transparent;
 border-color: rgba(36, 36, 36, 0.45);
 }
.swiper_btns .swiper-button-disabled:hover::after {
 filter: none;
 }
.home_review .control_box .swiper_btns div {
 width: 4rem;
 height: 4rem;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 4rem;
 height: 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3.5rem;
 height: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div {
 width: 3rem;
 height: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 2.5rem;
 height: 2.5rem;
 }}
@media screen and (max-width: 768px){
.home_review .control_box .swiper_btns div {
 width: 2.5rem;
 height: 2.5rem;
 }}

 .home_review .video input {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 9;
  width: 80%;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: none;
 }
 .toplevel_page_sytech_fronteditor .home_review .video input {
  display: block;
 }
 
@media screen and (max-width: 786px){


}
.home_choose {
 padding: 74px 0px;
 }
@media screen and (max-width: 768px){
.home_choose {
 padding: 3rem 0px;
 overflow: hidden;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px !important;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px !important;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.home_choose .head {
 max-width: 934px;
 margin: 0px auto;
 }
.home_choose .head .subtitle {
 font-size: 20px;
 margin-bottom: 18px;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 768px){
.home_choose .head .subtitle {
 font-size: 14px;
 margin-bottom: 8px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 40px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.home_choose .learning_nav {
 margin-top: 40px;
 }
.learning_nav ul {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
 }
.home_choose .learning_nav ul {
 justify-content: center;
 }
@media screen and (max-width: 768px){
.learning_nav ul {
 gap: 1rem;
 flex-wrap: nowrap;
 justify-content: flex-start;
 overflow: auto;
 width: 100vw;
 padding: 0px 1.2rem;
 margin: 0px -1.2rem;
 }}
@media screen and (max-width: 768px){
.home_choose .learning_nav ul {
 justify-content: left;
 }}
@media screen and (max-width: 768px){
.learning_nav ul li:first-child {
 margin-left: auto;
 }}
.learning_nav ul li .item {
 display: block;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 border-radius: 100px;
 border: 1px solid rgb(219, 219, 219);
 color: rgb(51, 51, 51);
 font-size: 18px;
 line-height: 18px;
 padding: 13px 28px;
 min-width: 140px;
 white-space: nowrap;
 }
.learning_nav ul li.active .item, .learning_nav ul li .item:hover {
 color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
@media screen and (max-width: 768px){
.learning_nav ul li .item {
 font-size: 14px;
 line-height: 1.5;
 padding: 8px 1rem;
 min-width: 100px;
 white-space: nowrap;
 }}
@media screen and (max-width: 768px){
.learning_nav ul li:last-child {
 margin-right: auto;
 }}
.home_choose .main {
 margin-top: 50px;
}
.home_choose .main.main-hidden {
 display: none;
}
@media screen and (max-width: 768px){
.home_choose .main {
 gap: 2rem;
 margin-top: 20px;
 flex-direction: column-reverse;
 }}
.home_choose .home_choose_swiper {
 width: 33.1%;
 overflow: hidden;
 margin-top: 1.66667%;
 }
@media screen and (max-width: 768px){
.home_choose .home_choose_swiper {
 width: 100%;
 }}
.home_choose .home_choose_swiper .swiper-slide .desc {
 color: rgb(61, 61, 61);
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.home_choose .home_choose_swiper .swiper-slide .desc {
 margin-top: 1rem;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.home_choose .home_choose_swiper .swiper-slide .desc ul li {
 position: relative;
 padding-left: 38px;
 margin-bottom: 40px;
 }
.home_choose .home_choose_swiper .swiper-slide .desc ul li:last-child {
 margin-bottom: 0px;
 }
.home_choose .home_choose_swiper .swiper-slide .desc ul li::before {
 content: "";
 display: block;
 width: 22px;
 aspect-ratio: 1 / 1;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_9/assets/img/gou-full.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 3px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_choose .home_choose_swiper .swiper-slide .desc ul li {
 padding-left: 20px;
 font-size: 15px;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_choose .home_choose_swiper .swiper-slide .desc ul li::before {
 width: 1rem;
 top: 6px;
 }}
@media screen and (max-width: 768px){
.home_choose .home_choose_swiper .swiper-slide .desc ul li {
 padding-left: 22px;
 margin-bottom: 1rem;
 }}
@media screen and (max-width: 768px){
.home_choose .home_choose_swiper .swiper-slide .desc ul li::before {
 width: 14px;
 top: 5px;
 }}
.home_choose .home_choose_swiper .swiper-slide .desc ul li img {
 display: block;
 width: max-content;
 margin-left: auto;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.home_choose .home_choose_swiper .swiper-slide .desc ul li img {
 width: 25%;
 margin-top: 1rem;
 margin-left: 0px;
 }}
.home_choose .imgs {
 width: 32%;
 position: relative;
 margin-right: 4.72222%;
 border-radius: 0px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_choose .imgs {
 margin-right: 10px;
 }}
@media screen and (max-width: 768px){
.home_choose .imgs {
 width: 100%;
 }}
.home_choose .imgs > div {
 position: relative;
 aspect-ratio: 458 / 647;
 }
.home_choose .imgs .block {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 1rem;
 top: 12px;
 border-radius: 0px;
 transition: 1s;
 background: rgb(230, 234, 237);
 }
.home_choose .imgs .img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 opacity: 0;
 z-index: 2;
 pointer-events: none;
 }
.home_choose .imgs .img.active {
 opacity: 1;
 z-index: 2;
 pointer-events: all;
 }
.home_choose .imgs .img:hover img {
 transform: scale(1.03);
 }
.home_choose .nav {
 flex: 1 1 0%;
 max-width: 324px;
 padding-bottom: 2.77778%;
 }
@media screen and (max-width: 768px){
.home_choose .nav {
 width: 100%;
 max-width: unset;
 padding: 0px;
 }}
.home_choose .nav ul {
 display: grid;
 gap: 26px;
 }
@media screen and (max-width: 768px){
.home_choose .nav ul {
 gap: 1rem;
 display: flex;
 width: 100vw;
 padding: 0px 1.2rem;
 margin: 0px -1.2rem;
 overflow: auto;
 }}
.home_choose .nav ul li {
 cursor: pointer;
 color: rgb(95, 99, 104);
 font-size: 22px;
 line-height: 2rem;
 font-weight: 500;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 padding: 9px 9.25926%;
 min-height: 84px;
 gap: 9.09091%;
 border-radius: 100px;
 border: 1px solid rgba(79, 79, 79, 0.18);
 position: relative;
 z-index: 2;
 transition: 0.3s;
 }
.home_choose .nav ul li.active, .home_choose .nav ul li:hover {
 color: rgb(255, 255, 255);
 border-color: transparent;
 }
.home_choose .nav ul li.active::before, .home_choose .nav ul li:hover::before {
 opacity: 1;
 }
.home_choose .nav ul li::before {
 content: "";
 display: block;
 position: absolute;
 width: calc(100% + 2px);
 height: calc(100% + 2px);
 left: -1px;
 top: -1px;
 z-index: -1;
 border-radius: 100px;
 transition: 0.3s;
 opacity: 0;
 background: url("https://willnice.net/wp-content/plugins/sytech-fronteditor/sytpl/home-new_9/assets/img/home-choose-nav.jpg") center center / cover no-repeat;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.home_choose .nav ul li {
 font-size: 18px;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_choose .nav ul li {
 font-size: 1rem;
 }}
@media screen and (max-width: 768px){
.home_choose .nav ul li {
 font-size: 14px;
 line-height: 1.5;
 white-space: nowrap;
 padding: 8px 1rem;
 gap: 8px;
 min-height: unset;
 }}
.home_choose .nav ul li.active i, .home_choose .nav ul li:hover i {
 filter: contrast(0) brightness(2);
 }
.home_choose .nav ul li i {
 display: block;
 width: 44px;
 aspect-ratio: 1 / 1;
 background: center center / contain no-repeat;
 transition: 0.3s;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_choose .nav ul li i {
 width: 2rem;
 }}
@media screen and (max-width: 768px){
.home_choose .nav ul li i {
 width: 2rem;
 }}
@media screen and (max-width: 786px){


}