 
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--theme_color:#e2221d;
--subtheme_color:#181818;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.uav_banner {
 padding: 250px 0px 400px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.uav_banner h1 {
 font-size: 66px;
 font-weight: 700;
 line-height: 78px;
 color: white;
 margin-bottom: 0.5rem;
 }
.uav_banner p {
 font-size: 20px;
 line-height: 28px;
 margin: 20px 0px 45px;
 color: white;
 font-weight: 300;
 }
a {
 color: rgb(28, 35, 47);
 text-decoration: none;
 font-size: 1rem;
 }
.button {
 display: inline-block;
 line-height: 1;
 color: rgb(255, 255, 255);
 font-size: 20px;
 font-weight: 500;
 background-color: var(--theme_color);
 border-radius: 30px;
 padding: 18px 52px 22px;
 transition: 0.3s;
 text-align: center;
 }
.button:hover {
 background-color: var(--subtheme_color);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.uav_banner {
 padding: 150px 0px 200px;
 }
.content {
 padding: 0px 1.2rem;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.button, .button_more, .button_b {
 padding: 9px 20px 13px;
 font-size: 14px;
 border-width: 1px;
 }
}
 
html {
  /* font-size: clamp(7.5px, 0.522vw, 10px); */
}

:root {
  --title_color: #242424;
  --theme_color: #e2221d;
  --subtheme_color: #181818;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.charger_products {
  padding: 190px 0px 55px;
}

body>section {
  position: relative;
}

body>section:hover {}

.content {
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}

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

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

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

.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.head h2 {
  color: rgb(255, 255, 255);
  font-size: 46px;
  font-weight: 700;
  line-height: 62px;
}

.big_head h2 {
  font-size: 62px;
  line-height: 1.4;
}

.charger_products h2 {
  color: var(--title_color);
}

.fadeInUp {
  animation-name: fadeInUp;
}

.big_head p {
  color: rgb(255, 255, 255);
  font-weight: 200;
  font-size: 17px;
  line-height: 29px;
  opacity: 0.9;
  max-width: 440px;
}

.charger_products .big_head p {
  color: rgb(34, 34, 34);
  font-weight: 400;
  padding-top: 1rem;
}

.swiper_charger_products {
  overflow: hidden;
  padding-top: 25px;
}

.swiper_charger_products {
  margin-top: 40px;
}

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

.swiper_charger_products li {
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.3s;
}

.swiper_charger_products li.active {
  border: 1px solid var(--theme_color);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}

.swiper_charger_products .img {
  aspect-ratio: 1 / 1;
  margin-top: -40px;
}

.swiper_charger_products .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_charger_products strong {
  display: block;
  text-align: center;
}

.swiper_charger_products li strong {
  font-size: 19px;
  display: block;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  transition: 0.3s;
}

.swiper_charger_products li.active strong {
  transform: translateY(-70px);
  opacity: 0;
}

a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}

.button {
  display: inline-block;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  background-color: var(--theme_color);
  border-radius: 30px;
  padding: 18px 52px 22px;
  transition: 0.3s;
  text-align: center;
}

.button:hover {
  background-color: var(--subtheme_color);
}

.swiper_charger_products li .button {
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50px);
  opacity: 0;
  width: max-content;
}

.swiper_charger_products li.active .button {
  transform: translate(-50%, -20px);
  opacity: 1;
}

.center {
  text-align: center;
}

button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

.button_more {
  display: inline-block;
  line-height: 1;
  color: var(--title_color);
  font-size: 17px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 1rem 42.5px;
  background-color: transparent;
  transition: 0.3s;
}

.button_more:hover {
  color: rgb(255, 255, 255);
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}

.charger_products .button_more {
  padding: 18px 50px;
  font-size: 20px;
  border-radius: 20rem;
  margin-top: 30px;
}

.sytech_export_template {
  display: none;
}

.swiper_charger_products ul {
  display: grid;
  gap: 8rem 0;
  grid-template-columns: repeat(4, 1fr);
}

.swiper_charger_products ul li:nth-child(4)~li {
  display: none;
}

.toplevel_page_sytech_fronteditor .swiper_charger_products ul li:nth-child(4)~li {
  display: block;
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .swiper_charger_products ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .swiper_charger_products ul li:nth-child(3)~li {
    display: none;
  }
}
@media screen and (min-width: 786px) and (max-width: 1024px) {
  .swiper_charger_products ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .swiper_charger_products ul li:nth-child(2)~li {
    display: none;
  }
}
 
@media screen and (max-width: 786px) {

  .charger_products {
    padding: 3rem 0px;
  }

  .content {
    padding: 0px 1.2rem;
  }

  .head>.flex {
    flex-flow: wrap;
  }

  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .swiper_charger_products li strong {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .button,
  .button_more,
  .button_b {
    padding: 9px 20px 13px;
    font-size: 14px;
    border-width: 1px;
  }

  .charger_products .button_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }

  .swiper_charger_products ul {
    gap: 6rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

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

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

@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 (min-width: 786px) and (max-width: 1200px) {
  .swiper_charger_products ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 786px) and (max-width: 1024px) {
  .swiper_charger_products ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media screen and (max-width: 786px) {

  .charger_products {
    padding: 3rem 0px;
  }
} 
:root {
--theme_color:#e2221d;
}
.charger_choose {
 padding: 130px 0px 160px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.head h2 {
 color: rgb(255, 255, 255);
 font-size: 46px;
 font-weight: 700;
 line-height: 62px;
 }
.big_head h2 {
 font-size: 62px;
 line-height: 1.4;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.charger_choose .main {
 margin-top: 50px;
 }
ul {
 list-style: none;
 }
.charger_choose .main ul {
 display: flex;
 gap: 34px;
 align-items: center;
 height: 507px;
 }
.charger_choose .main ul li {
 background-color: white;
 border-radius: 14px;
 width: 31.7%;
 position: relative;
 overflow: hidden;
 }
.charger_choose .main ul li::after {
 content: "";
 width: 100%;
 height: 100%;
 background: linear-gradient(to right, rgba(14, 22, 30, 0.7), rgba(14, 22, 30, 0.4));
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 2;
 opacity: 0;
 transition: 0.3s;
 }
.charger_choose .main ul li > img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 z-index: 1;
 opacity: 0;
 transition: 0.3s;
 }
.charger_choose .main ul li a {
 position: relative;
 z-index: 10;
 display: block;
 width: 100%;
 height: 100%;
 padding: 60px 57px;
 }
.charger_choose .main ul li .img {
 width: 80px;
 height: 80px;
 margin-bottom: 40px;
 background: var(--theme_color);
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 transition: 0.3s;
 }
.charger_choose .main ul li .img img {
 width: 40%;
 height: 40%;
 object-fit: contain;
 filter: brightness(100);
 }
.charger_choose .main ul li strong {
 font-size: 30px;
 font-weight: 700;
 display: block;
 margin-bottom: 25px;
 transition: 0.3s;
 }
.charger_choose .main ul li p {
 font-size: 17px;
 line-height: 27px;
 display: none;
 }
.charger_choose .main ul li a > span {
 width: 22px;
 height: 22px;
 display: inline-block;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_3/assets/img/choose-arrow.svg") center center / contain no-repeat;
 margin-top: 32px;
 transition: 0.3s;
 }
.charger_choose .main ul li.active > img, .charger_choose .main ul li.active::after {
 opacity: 1;
 }
.charger_choose .main ul li.active .img {
 background-color: white;
 }
.charger_choose .main ul li.active .img img {
 filter: brightness(1);
 }
.charger_choose .main ul li.active strong, .charger_choose .main ul li.active p {
 color: white;
 }
.charger_choose .main ul li.active a > span {
 filter: brightness(100);
 }
 
@media screen and (max-width: 786px){

.charger_choose {
 padding: 5rem 0px;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.charger_choose .main {
 margin-top: 0px;
 }
.charger_choose .main ul {
 overflow: auto;
 height: 420px;
 }
.charger_choose .main ul li {
 min-width: 280px;
 width: auto;
 }
.charger_choose .main ul li a {
 padding: 1.5rem 2rem;
 }
.charger_choose .main ul li .img {
 width: 50px;
 height: 50px;
 margin-bottom: 1.5rem;
 }
.charger_choose .main ul li strong {
 font-size: 20px;
 }
.charger_choose .main ul li p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.charger_choose .main ul li a > span {
 width: 18px;
 height: 18px;
 }
} 
:root {
--title_color:#242424;
}
.ev_brands {
 padding: 127px 0px 35px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.center {
 text-align: center;
 }
.ev_brands h2 {
 color: var(--title_color);
 font-weight: 700;
 margin-bottom: 48px;
 }
.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);
 }
.ev_brands li.swiper-slide {
 aspect-ratio: 236 / 94;
 }
.ev_brands li.swiper-slide {
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 14px;
 }
.ev_brands li.swiper-slide.active {
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.ev_brands li.swiper-slide img {
 width: 40%;
 height: 35%;
 object-fit: contain;
 }
 
@media screen and (max-width: 786px){

.ev_brands {
 padding: 3rem 0px;
 overflow: hidden;
 }
}

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

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}

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

.charger_explore {
  padding-bottom: 140px;
}

.charger_explore .head::before {
  content: "";
  width: 17px;
  height: 175px;
  background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/green_line.svg") center center / contain no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.charger_explore .head h2 {
  color: var(--title_color);
  font-size: 50px;
}

.charger_explore .nav ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px 0px 35px;
}

.charger_explore .nav li {
  padding: 14px 32px;
  border-radius: 20rem;
  border: 1px solid rgb(23, 23, 23);
  color: rgb(23, 23, 23);
  font-weight: 500;
  transition: 0.3s;
  font-size: 18px;
  cursor: pointer;
}

.charger_explore .nav li.active {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: white;
}

.explore_box {
  position: relative;
}

.swiper_btns {
  width: 98%;
  max-width: 1766px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.charger_explore .swiper_btns {
  max-width: 93%;
  margin-top: -3rem;
}

.swiper_btns div {
  width: 12px;
  height: 22px;
  background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/left-b.svg") center center / contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
}

.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.charger_explore .swiper_btns div {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/right-white.svg");
  border: 1px solid transparent;
  background-size: 12px !important;
}

.charger_explore .swiper_btns div.btn_prev {
  background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/left-white.svg");
}

.charger_explore .swiper_btns div.swiper-button-disabled {
  background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/left-b.svg");
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.45);
  opacity: 1;
}

.swiper_btns .btn_next {
  background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_5/assets/img/right-b.svg");
}

.charger_explore .mian {
  padding: 56px 0px 0;
}

.charger_explore_product_swiper {
  overflow: hidden;
}

.charger_explore_product_swiper .swiper-slide>.flex {
  justify-content: space-between;
  align-items: center;
}

.charger_explore_product_swiper .left {
  width: 27.77%;
}

.charger_explore .mian h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: var(--title_color);
  margin-bottom: 30px;
}

.charger_explore_product_swiper .left>p {
  font-size: 17px;
  line-height: 28px;
}

.charger_explore_product_swiper .left .attrs {
  display: flex;
  gap: 33px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.charger_explore_product_swiper .left .att {
  text-align: center;
}

.charger_explore_product_swiper .left .attrs img {
  height: 46px;
  width: auto;
}

.charger_explore_product_swiper .left .attrs p {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}

.charger_explore_product_swiper .right {
  width: 63.4%;
  display: flex;
  justify-content: right;
  padding-bottom: 100px;
}

.charger_explore_product_swiper .right>img {
  position: absolute;
  left: 25%;
  bottom: 0%;
}

.charger_explore_product_swiper .right .img {
  width: 70.71%;
  aspect-ratio: 638 / 647;
}

.charger_explore_product_swiper .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.charger_explore .pagination {
  display: grid;
  max-width: 206px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.charger_explore .swiper-scrollbar {
  height: 2px;
}

.swiper-scrollbar-drag {
  background-color: var(--theme_color);
}
 
@media screen and (max-width: 786px) {

  .charger_explore {
    padding-bottom: 3rem;
  }

  .charger_explore .head::before {
    height: 80px;
    width: 10px;
  }

  .charger_explore .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .charger_explore .nav li {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .swiper_btns {
    display: none;
  }

  .charger_explore .mian {
    padding: 3rem 0px;
  }

  .charger_explore_product_swiper .swiper-slide>.flex {
    flex-flow: wrap;
  }

  .charger_explore_product_swiper .left {
    width: 100%;
  }

  .charger_explore .mian h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .charger_explore_product_swiper .left>p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .charger_explore_product_swiper .left .attrs {
    margin: 1rem 0px;
  }

  .charger_explore_product_swiper .left .attrs img {
    height: 35px;
  }

  .charger_explore_product_swiper .left .attrs p {
    margin-top: 10px;
  }

  .charger_explore_product_swiper .right {
    width: 100%;
    margin-top: 2rem;
  }

  .charger_explore_product_swiper .right>img {
    width: 100%;
    left: 0px;
    transform: translate(-15%, 0px);
  }
} 
:root {
}
.charger_oem {
 padding: 265px 0px 386px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.title_color .head h2 {
 font-size: 60px;
 line-height: 1.3;
 }
.charger_oem .head h2 {
 font-size: 80px;
 }
.title_color .head h2 span {
 display: inline-block;
 background: linear-gradient(90deg, rgb(143, 206, 252), rgb(255, 255, 255)) text;
 color: transparent;
 }
.title_color .head h2 span:nth-of-type(1) {
 padding-right: 180px;
 }
.charger_oem .head h2 span {
 color: white;
 }
.title_color .head h2 span:nth-of-type(2) {
 padding-left: 180px;
 }
 
@media screen and (max-width: 786px){

.charger_oem {
 padding: 10rem 0px;
 }
.title_color .head h2 {
 font-size: 28px;
 }
.title_color .head h2 span:nth-of-type(1) {
 padding-right: 90px;
 }
.title_color .head h2 span:nth-of-type(2) {
 padding-left: 90px;
 }
}
.uav_application {
 padding: 130px 0px 65px;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.uav_application .head {
 margin-bottom: 40px;
 }
.charger_application .head h2 {
 color: var(--title_color);
 }
.uav_application .swiper-slide .img {
 border-radius: 10px;
 width: 100%;
 aspect-ratio: 680 / 508;
 overflow: hidden;
 }
.uav_application .swiper-slide .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.swiper_applications .swiper-slide:hover img {
 transform: scale(1.1);
 }
.swiper_applications .swiper-slide .infos {
 color: white;
 margin-top: 36px;
 }
.swiper_applications .swiper-slide strong {
 font-weight: 500;
 font-size: 26px;
 display: block;
 margin-bottom: 1rem;
 }
.charger_application .swiper-slide strong {
 color: var(--title_color);
 }
.swiper_applications .swiper-slide p {
 font-size: 17px;
 font-weight: 300;
 line-height: 28px;
 max-width: 80%;
 opacity: 0.7;
 }
.charger_application .swiper-slide p {
 color: rgb(34, 34, 34);
 opacity: 1;
 }
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.swiper_btns {
 width: 98%;
 max-width: 1766px;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 justify-content: space-between;
 }
.short_btns.swiper_btns {
 position: unset;
 width: 180px;
 display: flex;
 justify-content: space-between;
 transform: unset;
 }
.swiper_applications .short_btns {
 margin-top: 60px;
 }
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_7/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.swiper_btns div.swiper-button-disabled {
 cursor: default;
 opacity: 0.5;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_7/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.short_btns.swiper_btns div.swiper-button-disabled {
 background-color: transparent;
 border: 1px solid rgba(255, 255, 255, 0.4);
 opacity: 1;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_7/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/ev_7/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.uav_application {
 padding: 3rem 0px;
 }
.swiper_applications .swiper-slide .infos {
 margin-top: 1rem;
 }
.swiper_applications .swiper-slide strong {
 font-size: 18px;
 margin-bottom: 0.5rem;
 }
.swiper_applications .swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 max-width: 100%;
 }
.swiper_btns {
 display: none;
 }
.short_btns.swiper_btns {
 width: auto;
 gap: 1rem;
 }
.swiper_applications .short_btns {
 margin-top: 1.5rem;
 }
.swiper_applications .short_btns {
 display: none;
 }
.short_btns.swiper_btns div {
 width: 40px;
 height: 40px;
 }
} 
:root {
--title_color:#242424;
--theme_color:#e2221d;
--subtheme_color:#181818;
}
.uav_design {
 padding: 65px 0px;
 }
.charger_design {
 padding-top: 0px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@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;
 }}
.uav_design .left {
 width: 40%;
 }
.uav_design h2 {
 margin-bottom: 35px;
 }
.charger_design h2 {
 color: var(--title_color);
 }
.uav_design .left ul {
 margin-bottom: 50px;
 }
.uav_design .left ul li {
 color: white;
 }
.uav_design .left ul li .img {
 width: 55px;
 min-width: 55px;
 height: 55px;
 margin-right: 37px;
 }
.uav_design .left ul li .img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 }
.charger_design ul li img {
 filter: brightness(0);
 }
.uav_design .left ul li strong {
 font-size: 26px;
 font-weight: 600;
 display: block;
 margin-bottom: 0.5rem;
 }
.charger_design ul li strong {
 color: var(--title_color);
 }
.uav_design .left ul li p {
 font-size: 17px;
 line-height: 28px;
 }
.charger_design ul li p {
 color: var(--title_color);
 }
.uav_design .left ul li + li {
 border-top: 1px solid rgba(255, 255, 255, 0.5);
 padding-top: 25px;
 margin-top: 25px;
 }
.uav_design .right {
 width: 47.4%;
 }
.uav_design .right .img {
 border-radius: 6px;
 overflow: hidden;
 }
.uav_design .right .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
.uav_design .content > .flex {
 flex-flow: wrap;
 }
.uav_design .content > .flex .left {
 width: 100%;
 }
.uav_design .left ul li .img {
 width: 30px;
 min-width: 30px;
 margin-right: 1.5rem;
 }
.uav_design .left ul li strong {
 font-size: 18px;
 }
.uav_design .left ul li p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.uav_design .content > .flex .right {
 width: 100%;
 margin-top: 2rem;
 }
}