html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner {
 background-color: rgb(0, 0, 0);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.page_banner > img {
 opacity: 0.63;
 }
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 min-height: 40rem;
 padding: 6rem 0px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 50px 0px;
 }}
.center {
 text-align: center;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.page_banner .head {
 flex: 1 1 0%;
 padding-bottom: 0.7%;
 }
.page_banner .head {
 padding-top: 3.2%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
.head.white h1, .head.white h2 {
 color: rgb(255, 255, 255);
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.page_banner .head h1 {
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-down"] {
 transform: translate3d(0px, -100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
i, em {
 font-style: normal;
 }
.page_banner .line {
 width: 5.8rem;
 height: 1rem;
 display: block;
 background-color: rgb(237, 53, 47);
 content: "";
 margin: 0.7rem auto 1.5rem;
 }
.page_banner .line {
 margin-bottom: 2.8rem;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head .line {
 width: 40px;
 height: 5px;
 margin: 12px auto;
 }}
.breadcrumbs {
 line-height: 2rem;
 min-height: 2rem;
 }
@media screen and (max-width: 768px){
.breadcrumbs {
 line-height: 20px;
 min-height: 20px;
 }}
.breadcrumbs span {
 color: rgb(235, 58, 72);
 font-weight: 700;
 }
.white .breadcrumbs span {
 color: rgb(231, 20, 37);
 }
.breadcrumbs span span::before {
 display: inline-block;
 content: "";
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/faq_0/assets/img/bread-nav.png") center center / contain no-repeat;
 width: 1.1rem;
 height: 1.1rem;
 margin: 0px 0.4rem 0px 2px;
 }
.breadcrumbs span span:first-child::before {
 display: none;
 }
.white .breadcrumbs span span::before {
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.breadcrumbs span span::before {
 width: 8px;
 height: 8px;
 margin: 0px 8px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.breadcrumbs span span:first-child a {
 overflow: hidden;
 position: relative;
 padding-left: 1.7rem;
 }
.breadcrumbs span span:first-child a::before {
 position: absolute;
 width: 1.3rem;
 height: 1.3rem;
 content: "";
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/faq_0/assets/img/home.png") center center / contain no-repeat;
 left: 0px;
 top: 0px;
 transition: 0.3s;
 filter: contrast(0) brightness(0.5);
 }
.breadcrumbs span span:first-child a:hover::before {
 filter: unset;
 }
.breadcrumbs span a {
 font-weight: 700;
 color: rgb(0, 0, 12);
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.breadcrumbs span a:hover {
 color: var(--primary);
 text-decoration-color: var(--primary);
 }
.white .breadcrumbs span a {
 color: rgb(255, 255, 255);
 }
.white .breadcrumbs span a:hover {
 color: var(--primary);
 }
.white .breadcrumbs span span:first-child a::before {
 filter: contrast(0) brightness(2);
 }
.white .breadcrumbs span span:first-child a:hover::before {
 filter: unset;
 }
@media screen and (max-width: 768px){
.breadcrumbs span span:first-child a {
 padding-left: 15px;
 }}
@media screen and (max-width: 768px){
.breadcrumbs span span:first-child a::before {
 width: 12px;
 height: 12px;
 top: 1px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.faq_main {
 padding: 8.8rem 0px 16.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.faq_main {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.faq_main p {
 font-size: 1.6rem;
 line-height: 2.4rem;
 max-width: 60rem;
 margin: 2rem auto 0px;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.faq_main .faqs {
 max-width: 114.7rem;
 margin: 8.1rem auto 0px;
 }
@media screen and (max-width: 768px){
.faq_main .faqs {
 margin-top: 30px;
 }}
.faq_list .faq_item {
 margin-bottom: 2.5rem;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item {
 margin-bottom: 16px;
 }}
.faq_list .faq_item.active .question {
 color: rgb(255, 255, 255);
 }
.faq_list .faq_item.active .question::after {
 filter: contrast(0) brightness(2);
 transform: rotate(180deg);
 }
.faq_list .faq_item.active .question::before {
 opacity: 1;
 }
.faq_list .question {
 position: relative;
 z-index: 2;
 display: grid;
 grid-template-columns: 1fr 1.8rem;
 align-items: center;
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 background-color: rgb(241, 241, 241);
 transition: 0.3s;
 cursor: pointer;
 gap: 2rem;
 padding: 2.5rem 4.9rem 2.5rem 2.9rem;
 }
.faq_list .question::before {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--primary) -50%, var(--secondary) 64.7%);
 transition: 0.3s;
 opacity: 0;
 }
.faq_list .question::after {
 display: block;
 content: "";
 padding-bottom: 66.6667%;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/faq_1/assets/img/nav-down.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(0);
 }
.faq_main .faq_item.active .question {
 color: var(--title);
 }
.faq_main .faq_item.active .question::after {
 filter: contrast(0) brightness(0);
 }
.faq_main .faq_item .question::before {
 display: none;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item .question {
 font-size: 16px;
 grid-template-columns: 1fr 14px;
 padding: 14px 20px;
 gap: 14px;
 }}
.Poppins {
 font-family: Poppins, sans-serif;
 }
.faq_list .answer {
 display: none;
 font-size: 2rem;
 line-height: 3rem;
 font-weight: 500;
 hyphens: auto;
 padding: 2.4rem 3.8rem 0.5rem 2.2rem;
 }
.faq_main .faq_item .answer {
 font-size: 1.6rem;
 line-height: 2.8rem;
 padding-top: 2.5rem;
 padding-bottom: 1.7rem;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item .answer {
 padding: 14px 20px 20px;
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.faq_main .faqs .answer {
 font-size: 14px;
 line-height: 1.5;
 padding: 14px 20px 20px;
 }}
.faq_list .faq_item:last-child {
 margin-bottom: 0px;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}