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%;
 }
@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;
 }
@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/blog_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/blog_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){


}
.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;
}