/* #Global
================================================== */
body {
  font-family: 'Arimo', sans-serif;
  line-height: 1.5;
}

/* #Text
================================================== */
.text-orange {
  color: #F04F23;
}

.text-gray {
  color: #818181;
}

.text-red {
  color: #D32C25;
}

/* #Btn
================================================== */
.btn {
  height: 2.6vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .88vw;
  padding: 0 2.35vw;
  border: 1px solid transparent;
}

.btn-primary {
  color: white;
  background-color: #F04F23;
}

.btn.rounded {
  border-radius: 500px;
}

@media (max-width: 1023.98px) {
  .btn {
    height: 10.66vw;
    font-size: 4.26vw;
    padding: 0 16vw;
  }
}
div#lang-switcher {
  display: flex;
  flex-direction: row-reverse;
}

div#lang-switcher img {
  margin-right: 6%;
}
div#lang-switcher.mobile {
  display: none;
}
@media (max-width: 1023.98px) {
  div#lang-switcher {
    display: none;
  }
  div#lang-switcher img {filter: brightness(0) invert(1);width: 9vw;margin: 10% 0 2%;}

  div#lang-switcher.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }


}
/* #Link
================================================== */
.link {
  display: inline-flex;
  align-items: center;
}

.link img {
  width: 2vw;
  margin-right: -.3vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1023.98px) {
  .link img {
    width: 8vw;
    margin-right: -1vw;
  }
}

/* #Swiper Pagination
================================================== */
.swiper-pagination-bullet {
  width: .88vw;
  height: .88vw;
  background: transparent;
  opacity: 1;
  border: 1px solid transparent;
  position: relative;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .3vw;
  height: .3vw;
  background-color: #D8D8D8;
  border-radius: 50%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .25vw;
}

.swiper-pagination-bullet-active {
  border: 1px solid #F04F23;
}
.active{
  color: #F04F23;
  border-bottom: 1px solid #F04F23;
}
.swiper-pagination-bullet-active::after {
  background-color: #F04F23;
}
.tab-panel.active{
  border: unset !important;
}
@media (max-width: 1023.98px) {
  .button{
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }

  .swiper-pagination-bullet::after {
    width: 1.6vw;
    height: 1.6vw;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1vw;
  }
}

/* #Subheading
================================================== */
.subheading {
  display: flex;
  align-items: center;
}

.subheading .line {
  height: 2px;
  width: 1.5vw;
  background-color: #F04F23;
  margin-left: .55vw;
}

@media (max-width: 1023.98px) {
  .subheading .line {
    width: 5.33vw;
    margin-left: 2vw;
  }
}

/* #Header
================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  padding: 1.22vw 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
}

.header .logo img {
  width: 10.9vw;
}

/* .header-links ul {
display: flex;
align-items: center;
} */

/* .header-links ul li:not(:last-child) {
margin-left: 1.8vw;
} */

/* .header-links a {
border-bottom: 1px solid transparent;
padding-bottom: .75vw;
} */

/* .header-links a.active {
border-bottom: 1px solid #F04F23;
} */

.header .collapsible:not(:last-child) {
  margin-right: 1.8vw;
}

.header .collapse > div {
  padding: 1.3vw 1.8vw;
}
.header .collapse ul li:not(:last-child) {
  margin-bottom: 1vw;
}
.projects-slider h2.f-d-50.f-m-50.aos-init.aos-animate{
  width: 80%;
}
@media (min-width: 1024px) {
  .page-id-797 .swiper-pagination{
    display: none;
  }
  .page-template-tpl-longi .bg{
    background-image: url("/_external/imageurlhere.com/index.html");
  }
  .posts-slider .card .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 10vw;
  }
  .blog-body .card .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 12vw;
  }
  .blog-body .card a,
  .posts-slider .card a{
    margin: auto 0 0 auto;
  }
  .blog-body .card{
    min-height: 22vw;
  }
  .posts-slider .card{
    min-height: 20vw;
  }
  .text-edited{
    font-size: 1.1vw !important;

  }
  .header .accordion {
    display: flex;
    align-items: center;
  }

  .header .collapsible {
    position: relative;
  }

  .header .collapse-toggler.active {
    color: #F04F23;
    border-bottom: 1px solid #F04F23;
  }

  .header .collapse {
    position: absolute;
    top: 3.3vw;
    left: -1.8vw;
    background-color: white;
    white-space: nowrap;
  }
}
.link{
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .posts-slider .card .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height:44vw;
  }
  .blog-body .card .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 12vw;
  }
  .blog-body .card a,
  .posts-slider .card a{
    margin: auto 0 0 auto;
  }
  .blog-body .card{
    min-height: 22vw;
  }
  .posts-slider .card{
    min-height: 20vw;
  }
  .home   .products-slider .bg img{

    height: 200vw;
  }
  .header .header-links {
    position: fixed;
    top: 16vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 16vw);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background-image: url('/wp-content/themes/rcs_solar/img/global/mobile-menu-bg.jpg');
    background-size: cover;
    background-position: top center;
    transition: all .4s ease;
    color: white;
    padding: 12vw 5.33vw 0 5.33vw;
  }

  .header.show .header-links {
    opacity: 1;
    visibility: visible;
  }

  .header .collapsible {
    border-bottom: 1px solid #818181;
    padding-bottom: 4vw;
  }

  .header .collapsible:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }

  .header .collapse-toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .collapse-toggler img {
    width: 4vw;
    transform: rotate(0);
    transition: all .4s ease;
  }

  .header .collapsible.show .collapse-toggler img {
    transform: rotate(180deg);
  }

  .header .collapse > div {
    padding: 3vw 0 0 0;
  }

  .header .collapse ul li:not(:last-child) {
    margin-bottom: 2vw;
  }


  .header {
    padding: 3.73vw 0;
  }

  .header .container {
    width: 90%;
  }

  .header .logo img {
    width: 33.33vw;
  }


  .header-contact {
    display: none;
  }

  .header-hamburger img {
    width: 8vw;
  }
}

/* #Banner
================================================== */
.banner {
  margin-top: 5.2vw;
  color: white;
  position: relative;
  background-color: #081528;
}

.banner-slider .swiper-slide {
  position: relative;
}

.banner .wrapper {
  position: relative;
}

/* Text */
.banner.banner-slider .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10.4vw;
  transform: translateY(-50%);
  width: 39vw;
}

.banner .text {
  position: absolute;
  z-index: 1;
  top: 33%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 50%;
}

.page-template-tpl-longi .banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}

.page-template-tpl-longi .banner .logo {
  margin-bottom: .5vw;
}

.page-template-tpl-longi .banner .logo img {
  width: 13.3vw;
}

.banner h1 {
  line-height: 1.16;
  margin-bottom: .5vw;
}

.banner .logo {
  margin-bottom: 5.2vw;
}

.banner .logo img {
  width: 20.33vw;
}

/* Img */
.banner .img,
.banner .img img,
.banner .img picture,
.banner .img video {
  width: 100%;
  height: 41.14vw;
  object-fit: cover;
  object-position: center;
}

.banner .img {
  position: relative;
}

.banner.banner-slider .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #081528, transparent);
}

.banner .swiper-pagination {
  position: absolute;
  right: 10.4vw;
  bottom: 3.125vw;
  text-align: right;
}

.banner .scroll {
  position: absolute;
  left: 2.25vw;
  bottom: 1.7vw;
  z-index: 20;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.banner .scroll a {
  display: flex;
  align-items: center;
}

.banner .scroll .line {
  display: block;
  height: 1px;
  width: 7.8vw;
  background-color: white;
  margin-right: .5vw;
}

/* Slider Text Animation */
.banner-slider .swiper-slide .text {
  opacity: 0;
  transition: opacity .6s ease .8s;
}

.banner-slider .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .banner {
    margin-top: 16vw;
  }

  /* Text */
  .banner .text,
  .banner.banner-slider .text {
    top: 50%;
    right: 50%;
    /* transform: translateY(-50%) translateX(50%); */
    width: 78%;
    text-align: center;
  }

  .banner h1 {
    margin-bottom: 2vw;
  }

  .banner .logo {
    margin: 0 auto 6.66vw auto;
    display: flex;
    justify-content: center;
  }

  .banner .logo img {
    width: 67.66vw;
  }

  /* Img */
  .banner .img,
  .banner .img img,
  .banner .img picture,
  .banner .img video {
    height: 132vw;
  }

  .banner .swiper-pagination {
    right: 0;
    bottom: 8.66vw;
    text-align: center;
  }

  .banner .scroll {
    left: 7vw;
    bottom: 6.66vw;
  }

  .banner.banner-slider .scroll {
    bottom: -12.66vw;
  }

  .banner .scroll a {
    display: flex;
    align-items: center;
  }

  .banner .scroll .line {
    width: 25.46vw;
  }

  /* Longi Page */
  .page-template-tpl-longi .banner .text {
    top: 42%;
  }

  .page-template-tpl-longi .banner .logo {
    margin-bottom: 1vw;
  }

  .page-template-tpl-longi .banner .logo img {
    width: 28.66vw;
  }
}

/* #Home Benefits
================================================== */
.home-benefits {
  background-color: #F7F7F8;
  overflow: hidden;
  padding-bottom: 4.6vw;
}

.home-benefits .container {
  width: 79%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -8.85vw;
}

/* Text */
.home-benefits .text {
  flex: 0 0 29.7vw;
}

.home-benefits h2 {
  margin: .7vw 0;
}

.home-benefits .text>p {
  margin-bottom: 1.5vw;
}

.home-benefits ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.3vw -1vw;
}

.home-benefits ul li {
  flex: 0 0 50%;
  display: flex;
  padding: 1.3vw 1vw;
}

.home-benefits ul .icon {
  flex: 0 0 3.43vw;
  margin-right: 1.2vw;
}

.home-benefits ul .icon img {
  width: 100%;
}

.home-benefits .logo img {
  width: 10.9vw;
}

/* Img */
.home-benefits .img {
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  flex: 0 0 37.81vw;
  position: relative;
}

.home-benefits .img img {
  width: 100%;
  height: 32.55vw;
  object-fit: cover;
  object-position: center;
}

.home-benefits .swiper-pagination {
  bottom: -2.6vw;
}

/* Bg */
.home-benefits .bg,
.home-benefits .bg img,
.home-benefits .bg picture {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1023.98px) {
  .home-benefits {
    padding-bottom: 12vw;
  }

  .home-benefits .container {
    width: 90%;
    display: block;
    margin-top: -8vw;
  }

  /* Text */
  .home-benefits .text {
    flex: 0;
  }

  .home-benefits .logo img {
    width: 31.73vw;
  }

  .home-benefits h2 {
    margin: 2vw 0 4vw 0;
  }

  .home-benefits .text>p {
    margin-bottom: 6vw;
  }

  .home-benefits ul {
    margin: -3.33vw;
    text-align: center;
  }

  .home-benefits ul li {
    padding: 3.33vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-benefits ul .icon {
    flex: 0;
    width: 12vw;
    margin-right: 1.2vw;
  }

  .home-benefits ul .icon img {
    width: 100%;
  }

  /* Img */
  .home-benefits .img {
    flex: 0;
    margin-top: 12vw;
  }

  .home-benefits .img img {
    height: 83.33vw;
  }

  .home-benefits .swiper-pagination {
    bottom: -9.33vw;
  }
}

/* #Home Features
================================================== */
.home-features {
  position: relative;
}

.home-features .container {
  width: 79%;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Text */
.home-features .text {
  color: white;
  width: 33.33vw;
  margin-right: auto;
  padding-right: 4vw;
}

.home-features .logo img {
  width: 8vw;
}

.home-features h2 {
  line-height: 1;
  margin-bottom: 1.3vw;
}

.home-features .subheading {
  margin-bottom: 1.5vw;
}

.home-features .link {
  margin-top: 2.6vw;
}

@media (min-width: 1024px) {
  .home-features .subheading {
    color: white;
  }
}

/* Swiper */
.home-features .swiper {
  margin: 4vw -1.5vw -40px -1.5vw;
}

.home-features .swiper-slide {
  padding: 24px 1.5vw 40px 1.5vw;
}

.home-features .card {
  min-height: 20vw;
  background-color: white;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
  border-radius: .5vw;
  padding: 1.5vw 1.5vw 3vw 2vw;
}

.home-features .card img {
  height: 4vw;
  margin-bottom: 1.5vw;
}

.home-features .card h3 {
  margin-bottom: 1vw;
}

.home-features .card .line {
  height: 1px;
  width: 3.4vw;
  background-color: #F04F23;
  margin-bottom: 1vw;
}

/* Bg */
.home-features .bg,
.home-features .bg img,
.home-features .bg picture {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .home-features {
    background-color: #F7F7F8;
    padding-top: 17.33vw;
    overflow: hidden;
  }

  .home-features .container {
    width: 90%;
    position: static;
    transform: none;
  }

  /* Text */
  .home-features .text {
    color: black;
    width: 100%;
    padding-right: 0;
  }

  .home-features .logo img {
    width: 22vw;
  }

  .home-features h2 {
    margin-bottom: 4vw;
  }

  .home-features .subheading {
    margin-bottom: 5.33vw;
  }

  .home-features .link {
    margin-top: 9.33vw;
  }

  /* Swiper */
  .home-features .swiper {
    margin: 0 -5%;
    overflow: visible;
    margin-top: 9.33vw;
  }

  .home-features .swiper-slide {
    padding: 0 2.66vw;
  }

  .home-features .card {
    min-height: 63vw;
    border-radius: 1.33vw;
    padding: 6vw;
  }

  .home-features .card img {
    height: 14vw;
    margin-bottom: 3.33vw;
  }

  .home-features .card h3 {
    margin-bottom: 2.6vw;
  }

  .home-features .card .line {
    width: 8.8vw;
    margin-bottom: 2.6vw;
  }

  .home-features .swiper-pagination {
    bottom: -10vw;
  }

  /* Bg */
  .home-features .bg {
    margin-top: -10vw;
  }
}

/* #Products Slider
================================================== */
.products-slider {
  position: relative;
}

.products-slider .container {
  position: absolute;
  top: 7.3vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 91%;
}

.products-slider h2 {
  text-align: center;
  margin-bottom: 3.125vw;
}

.products-slider .swiper {
  margin: 0 -1.3vw;
}

.products-slider .swiper-slide {
  padding: 0 1.3vw;
}

/* .products-slider .swiper-slide:nth-child(1),
.products-slider .swiper-slide:nth-child(3) {
margin-top: 3.125vw;
} */

.products-slider .product {
  background-color: white;
  border-radius: .5vw;
  display: flex;
  align-items: center;
  padding: 1vw;
}

.products-slider .product .img {
  flex: 0 0 11.2vw;
}

.products-slider .product .img img {
  width: 100%;
}

.products-slider .product .text {
  padding-right: 1.5vw;
}

.products-slider h3 {
  display: flex;
  align-items: center;
  margin-bottom: 1.3vw;
}

.products-slider h3 .num {
  width: 3.5vw;
  height: 2.5vw;
  color: white;
  background-color: #DC0815;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: .5vw;
}

.products-slider p {
  margin-bottom: 1.5vw;
}

.products-slider ul {
  margin-bottom: 2.6vw;
}

.products-slider ul li {
  display: flex;
  align-items: center;
}

.products-slider ul li:not(:last-child) {
  margin-bottom: 1.25vw;
}

.products-slider ul li p {
  margin-bottom: 0;
  margin-left: .5vw;
}

.products-slider ul li img {
  height: 2vw;
}

/* Bg */
.products-slider .bg,
.products-slider .bg img,
.products-slider .bg picture {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1023.98px) {
  .text-edited{
    font-size: 3.5vw !important;
  }
  .products-slider {
    overflow: hidden;
  }

  .products-slider .container {
    top: 15vw;
    width: 100%;
  }

  .products-slider h2 {
    margin-bottom: 6.66vw;
  }

  .products-slider .swiper {
    margin: 0;
    overflow: visible;
  }

  .products-slider .swiper-slide {
    padding: 0 2.66vw;
  }

  .products-slider .swiper-slide:nth-child(1),
  .products-slider .swiper-slide:nth-child(3) {
    margin-top: 0;
  }

  .products-slider .product {
    border-radius: 1.33vw;
    padding: 5.33vw;
    align-items: flex-start;
  }

  .products-slider .product .img {
    flex: 0 0 28.5vw;
  }

  .products-slider .product .text {
    padding-right: 5.33vw;
  }

  .products-slider h3 {
    margin-bottom: 4vw;
  }

  .products-slider h3 .num {
    width: 13vw;
    height: 10vw;
    margin-right: 2vw;
  }

  .products-slider p {
    margin-bottom: 4vw;
  }

  .products-slider ul {
    margin-bottom: 4vw;
  }

  .products-slider ul li:not(:last-child) {
    margin-bottom: 3.33vw;
  }

  .products-slider ul li p {
    margin-left: 4vw;
  }

  .products-slider ul li img {
    height: 8vw;
  }

  .products-slider .swiper-pagination {
    bottom: -10vw;
  }
}

/* #Projects Slider
================================================== */
.projects-slider {
  margin-top: -28.9vw;
  position: relative;
  z-index: 1;
}

.projects-slider .container {
  background-color: #F7F7F8;
}

.projects-slider .text {
  transform: translateY(-24.47vw);
}

.projects-slider .swiper {
  transform: translateY(-23vw);
}

.projects-slider .text-center {
  color: black;
  transform: translateY(-20.4vw);
}

.projects-slider .text {
  width: 34.89vw;
  margin-left: 10.93vw;
}

.projects-slider h2 {
  margin-bottom: 2vw;
}

.projects-slider p {
  margin-bottom: 2.6vw;
}

.projects-slider .arrows {
  display: flex;
  align-items: center;
}

.projects-slider .arrows img {
  width: 2vw;
  border-radius: 50%;
  box-shadow: 12px 6px 12px rgba(12, 12, 106, 0.15);
  cursor: pointer;
}

.projects-slider .arrows .right {
  margin-left: 1vw;
}

.projects-slider .swiper-slide {
  padding: 0 3.125vw;
  height: 24.91vw;
  cursor: grab;
}

.projects-slider .swiper-slide .project-img img {
  height: 18.22vw;
}

.projects-slider .swiper-slide-active .project-img img {
  height: 22.65vw;
}

.projects-slider .project {
  position: relative;
  display: flex;
  height: 100%;
}

.projects-slider .project-img {
  margin-top: auto;
}

.projects-slider .project-img,
.projects-slider .project-img img {
  width: 100%;
}

.projects-slider .project-img img {
  object-fit: cover;
  object-position: center;
}

.projects-slider .swiper-slide .project-img {
  position: relative;
}

.projects-slider .swiper-slide-active .project-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, black, transparent);
}

.projects-slider .project-text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  width: 100%;
  padding: 1.5vw 1.3vw;
}

.projects-slider .swiper-slide .project-text {
  opacity: 0;
  visibility: hidden;
}

.projects-slider .swiper-slide-active .project-text {
  opacity: 1;
  visibility: visible;
}

.projects-slider .project h3 {
  margin-bottom: 1.3vw;
}

.projects-slider .project ul {
  display: flex;
}

.projects-slider .project ul li:not(:last-child) {
  margin-right: 1.5vw;
}

/* Bg */
.projects-slider .bg,
.projects-slider .bg img,
.projects-slider .bg picture {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (min-width: 1023.98px) {
  .projects-slider .swiper-slide-active {
    width: 38vw !important;
  }
}

@media (max-width: 1023.98px) {
  .archive .products-slider li p {
    margin-left: 2vw !important;
  }
  .projects-slider {
    margin-top: -20vw;
    overflow: hidden;
  }

  .projects-slider .text {
    transform: translateY(-10vw);
  }

  .projects-slider .swiper {
    transform: translateY(-10vw);
  }

  .projects-slider .text-center {
    display: none;
  }

  .projects-slider .text {
    width: 90%;
    margin-left: 5%;
  }

  .projects-slider h2 {
    margin-bottom: 6vw;
  }

  .projects-slider p {
    margin-bottom: 8.66vw;
  }

  .projects-slider .arrows {
    display: none;
  }

  .projects-slider .swiper {
    overflow: visible;
  }

  .projects-slider .swiper-slide {
    padding: 0 2.66vw;
    height: auto;
  }

  .projects-slider .swiper-slide .project-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, black, transparent);
  }

  .projects-slider .swiper-slide .project-img img,
  .projects-slider .swiper-slide-active .project-img img {
    height: 63.86vw;
  }

  .projects-slider .project {
    display: block;
  }

  .projects-slider .project-img {
    margin-top: 0;
  }

  .projects-slider .project-text {
    position: static;
    padding: 4vw 0 0 0;
    color: black;
  }

  .projects-slider .swiper-slide .project-text {
    opacity: 1;
    visibility: visible;
  }

  .projects-slider .project h3 {
    margin-bottom: 2.6vw;
  }

  .projects-slider .project-text p {
    margin-bottom: 2.6vw;
  }

  .projects-slider .project ul {
    display: block;
    margin-bottom: 15vw;
  }

  .projects-slider .project ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2vw;
  }

}

/* #Home Clients
================================================== */
.home-clients {
  margin-top: -11.2vw;
  position: relative;
  z-index: 2;
  background-color: #F7F7F8;
}

.home-clients .text {
  width: 32.65vw;
  margin-right: auto;
  margin-left: 12.3vw;
  position: relative;
  z-index: 1;
  padding-left: 3.25vw;
}

.home-clients .logo img {
  width: 10.93vw;
}

.home-clients h2 {
  line-height: 1.25;
  margin: 1.5vw 0;
}

.home-clients .swiper-slide {
  padding: .75vw;
}

.home-clients .swiper-slide>div {
  background-color: white;
  height: 11.71vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  border-radius: .5vw;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
}

.home-clients .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-clients .bg {
  margin-top: -3vw;
}

/* Bg */
.home-clients .bg,
.home-clients .bg img,
.home-clients .bg picture {
  width: 100%;
}

@media (min-width: 1024px) {
  .home-clients .slider {
    direction: rtl;
    width: 52.5vw;
    position: absolute;
    top: 0;
    right: 10.93vw;
    z-index: 1;
  }

  .home-clients .swiper {
    overflow: visible;
  }

  .home-clients .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .home-clients .swiper-slide {
    flex: 0 0 25%;
  }

  .home-clients .swiper-slide:nth-child(2) {
    margin-left: 14vw;
  }

  .home-clients .swiper-slide:nth-child(5) {
    margin-left: 5vw;
  }
}

@media (max-width: 1023.98px) {
  .home-clients {
    padding-top: 18vw;
    margin-top: 0;
    overflow: hidden;
  }

  .home-clients .text {
    width: 90%;
    margin: 0 auto 10vw auto;
    padding-left: 0;
  }

  .home-clients .logo img {
    width: 44.93vw;
    margin-bottom: 3vw;
  }

  .home-clients h2 {
    line-height: 1.25;
    margin: 1.5vw 0;
  }

  .home-clients .swiper {
    overflow: visible;
  }

  .home-clients .swiper-slide {
    padding: 0 2.33vw;
  }

  .home-clients .swiper-slide>div {
    height: 35.33vw;
    padding: 5.33vw;
    border-radius: 1.33vw;
  }

  .home-clients .bg {
    margin-top: -24.66vw;
  }
}

/* #Posts Slider
================================================== */
.posts-slider {
  padding: 2.6vw 0 4.95vw 0;
}

.posts-slider .container {
  width: 79%;
}

.posts-slider h2 {
  text-align: center;
  margin-bottom: 3.125vw;
}

.posts-slider .text-center {
  margin-top: 3.125vw;
}

.posts-slider .swiper {
  margin: 0 -1.5vw;
}

.posts-slider .swiper-slide {
  padding: 0 0.7vw;
}

.posts-slider .card {
  border-radius: .5vw;
  overflow: hidden;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
}

.posts-slider .card .img,
.posts-slider .card .img img {
  width: 100%;
}

.posts-slider .card .text {
  padding: .75vw 1.5vw 1vw 1.5vw;
}

.posts-slider .card p {
  margin-bottom: 1.5vw;
}

.posts-slider .card a {
  display: flex;
  align-items: center;
}

.posts-slider .card a img {
  width: .75vw;
  margin-left: .5vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (min-width: 1024px) {
  .posts-slider .swiper {
    overflow: visible;
  }
}

@media (max-width: 1023.98px) {
  .posts-slider {
    padding: 0 0 13.33vw 0;
    overflow: hidden;
  }

  .posts-slider .container {
    width: 100%;
  }

  .posts-slider h2 {
    margin-bottom: 9.33vw;
  }

  .posts-slider .text-center {
    margin-top: 9.33vw;
  }

  .posts-slider .swiper {
    margin: 0;
    overflow: visible;
  }

  .posts-slider .swiper-slide {
    padding: 0 2.66vw;
  }

  .posts-slider .card {
    border-radius: 1.33vw;
  }

  .posts-slider .card .text {
    padding: 4vw 6vw 6vw 6vw;
  }

  .posts-slider .card p {
    margin-top: 2.66vw;
    margin-bottom: 5.33vw;
  }

  .posts-slider .card a img {
    width: 3.6vw;
    margin-left: 1.33vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

/* #Contact Form
================================================== */
.contact-form {
  position: relative;
}

.contact-form .container {
  width: 79%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 3.6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: .5vw;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
}

.contact-form .form {
  flex: 0 0 38vw;
}

.contact-form .text {
  flex: 0 0 28.7vw;
}

.contact-form .text .row {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: .75vw;
}

.contact-form .text .row img {
  width: 11.77vw;
}

.contact-form .text a {
  margin-top: 1.3vw;
  display: inline-block;
}

.contact-form .form .row {
  display: flex;
}

.contact-form .form .row:not(:last-child) {
  margin-bottom: 1.6vw;
}

.contact-form .form .col {
  flex-grow: 1;
}

.contact-form .form .col:first-child {
  padding-right:  1.5vw;
}

.contact-form .form .col:last-child {
  padding-left: 1.5vw;
}

.contact-form .form input,
.contact-form .form textarea {
  width: 100%;
  font-size: .83vw;
  border: none;
  color: black;
  line-height: 1.5;
}
.contact-form .form textarea {
  margin-bottom: 1vw;
}

.contact-form .form input::placeholder,
.contact-form .form textarea::placeholder {
  color: black;
}

.contact-form .form input {
  border-bottom: 1px solid #818181;
  padding-bottom: .5vw;
}

.contact-form .form textarea {
  border: 1px solid #818181;
  border-radius: .5vw;
  padding: .75vw .5vw;
  resize: none;
}

.contact-form .btn {
  margin: 0 auto;
}

.contact-form .btn img {
  width: 1vw;
  margin-right: .5vw;
}

/* Bg */
.contact-form .bg,
.contact-form .bg img,
.contact-form .bg picture {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .contact-form .container {
    width: 90%;
    padding: 0vw 5.33vw;
    display: block;
    border-radius: 1.33vw;
  }

  .contact-form .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vw;
  }

  .contact-form .text .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 4vw;
  }

  .contact-form .text .row img {
    width: 46.66vw;
    margin-top: 2vw;
  }

  .contact-form .text a {
    margin-top: 1.3vw;
    display: inline-block;
  }

  .contact-form .form .row {
    display: block;
  }

  .contact-form .form .row:not(:last-child),
  .contact-form .form .col:not(:last-child) {
    margin-bottom: 7.33vw;
  }

  .contact-form .form .col:first-child {
    padding-right: 0;
  }

  .contact-form .form .col:last-child {
    padding-left: 0;
  }

  .contact-form .form input,
  .contact-form .form textarea {
    font-size: 4vw;
  }

  .contact-form .form input {
    padding-bottom: 2vw;
  }

  .contact-form .form textarea {
    border-radius: 1.33vw;
    padding: 2vw;
  }

  .contact-form .form .row:last-child {
    display: flex;
  }

  .contact-form .btn {
    margin: 0 auto;
  }

  .contact-form .btn img {
    width: 3.6vw;
    margin-right: 2vw;
  }
}

/* #Footer
================================================== */
.footer {
  padding: 8.33vw 0 2.9vw 0;
}

.footer .container {
  width: 77%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer .logo img {
  width: 12.76vw;
}

.footer .accordion {
  display: flex;
}

.footer .collapsible:not(:last-child) {
  margin-right: 4vw;
}

.footer .collapse-toggler {
  font-weight: bold;
  margin-bottom: .75vw;
}

.footer .collapse ul li:not(:last-child) {
  margin-bottom: .5vw;
}

.footer-bottom {
  margin-top: 7vw;
}

@media (min-width: 1024px) {
  .footer .collapse {
    height: auto !important;
  }
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 12.66vw 0 10vw 0;
  }

  .footer .container {
    width: 90%;
  }

  .footer-top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer .logo img {
    width: 53.33vw;
  }

  .footer .logo {
    margin-bottom: 10vw;
  }

  .footer .accordion {
    display: block;
  }

  .footer .collapsible:not(:last-child) {
    margin-left: 0;
  }

  .footer .links {
    width: 100%;
  }

  .footer .collapsible {
    border-bottom: 1px solid #a8a8a8;
  }

  .footer .collapse-toggler {
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 0;
  }

  .footer .collapse-toggler img {
    width: 3.73vw;
  }

  .footer .collapse ul li:not(:last-child) {
    margin-bottom: 2vw;
  }

  .footer .collapse>div {
    padding-top: 0;
    padding-bottom: 7vw;
  }

  .footer-bottom {
    margin-top: 11.33vw;
  }
}

/* #Project Body
================================================== */
.project-body {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
  margin-bottom: 8.33vw;
}

.project-body .container {
  width: 79%;
  margin-top: -14.5vw;
}

/* Tab Navigation */
.project-body .tab-navigation {
  margin-bottom: 3.9vw;
}

.project-body .tab-navigation ul {
  display: flex;
  flex-wrap: wrap;
}

.project-body .tab-navigation ul li:not(:last-child) {
  margin-right: 3.125vw;
}

.project-body .tab-btn {
  color: #818181;
  border-bottom: 3px solid transparent;
}

.project-body .tab-btn.active {
  color: #F04F23;
  border-bottom: 3px solid #F04F23;
}

/* Projects */
.project-body .projects {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5vw;
}

.project-body .project {
  flex: 0 0 50%;
  padding: 1.5vw;
}

.project-body .project .img,
.project-body .project .img img {
  width: 100%;
}

.project-body .project .text {
  padding: 0.35vw 3vw 0.5vw 0;
}

.project-body .project .text p {
  margin: 1.3vw 0;
}

.project-body .project .text ul {
  display: flex;
  flex-wrap: wrap;
}

.project-body .project .text ul li:not(:last-child) {
  margin-right: 1.5vw;
}

@media (max-width: 1023.98px) {
  .project-body {
    margin-top: -21vw;
    margin-bottom: 20vw;
  }

  .project-body .container {
    width: 90%;
    margin-top: -25vw;
  }

  /* Tab Navigation */
  .project-body .tab-navigation {
    margin-bottom: 18vw;
  }

  .project-body .tab-navigation ul li:not(:last-child) {
    margin-right: : 5.33vw;
  }

  /* Projects */
  .project-body .projects {
    display: block;
    margin: 0;
  }

  .project-body .project {
    padding: 0;
  }

  .project-body .project:not(:last-child) {
    margin-bottom: 10vw;
  }

  .project-body .project .text {
    padding: 2vw 0 0 0;
  }

  .project-body .project .text p {
    margin: 2.66vw 0 6vw 0;
  }

  .project-body .project .text ul {
    display: block;
  }

  .project-body .project .text ul li:not(:last-child) {
    margin-right: 0;
  }
}

/* #Blog Body
================================================== */
.blog-body {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
  padding-bottom: 8.33vw;
}

.blog-body .container {
  width: 79%;
  margin-top: -14.5vw;
}

/* Tab Navigation */
.blog-body .tab-navigation {
  margin-bottom: 2.4vw;
}

.blog-body .tab-navigation ul {
  display: flex;
  flex-wrap: wrap;
}

.blog-body .tab-navigation ul li:not(:last-child) {
  margin-left: 3.125vw;
}

.blog-body .tab-btn {
  color: #818181;
  border-bottom: 3px solid transparent;
}

.blog-body .tab-btn.active {
  color: #F04F23;
  border-bottom: 3px solid #F04F23;
}

/* Projects */
.blog-body .blog-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5vw;
}

.blog-body .blog-post-card {
  flex: 0 0 25%;
  padding: 1.5vw;
}

.blog-body .card {
  border-radius: .5vw;
  overflow: hidden;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
}

.blog-body .card .img,
.blog-body .card .img img {
  width: 100%;
}

.blog-body .card .text {
  padding: .75vw 1.5vw 1vw 1.5vw;
}

.blog-body .card p {
  margin-bottom: 1.5vw;
}

.blog-body .card a {
  display: flex;
  align-items: center;
}

.blog-body .card a img {
  width: .75vw;
  margin-right: .5vw;
}

.blog-body .tabs .tab-panel {
  overflow: visible;
}

@media (max-width: 1023.98px) {
  .blog-body {
    margin-top: -21vw;
    padding-bottom: 20vw;
  }

  .blog-body .container {
    width: 90%;
    margin-top: -25vw;
  }

  /* Tab Navigation */
  .blog-body .tab-navigation {
    margin-bottom: 13vw;
  }

  .blog-body .tab-navigation ul li:not(:last-child) {
    margin-left: 5.33vw;
  }

  /* Projects */
  .blog-body .blog-posts {
    display: block;
    margin: 0;
  }

  .blog-body .blog-post-card {
    padding: 0;
  }

  .blog-body .blog-post-card:not(:last-child) {
    margin-bottom: 8vw;
  }

  .blog-body .card {
    border-radius: 1.33vw;
  }

  .blog-body .card .text {
    padding: 4vw 6vw 6vw 6vw;
  }

  .blog-body .card p {
    margin-top: 2.66vw;
    margin-bottom: 5.33vw;
  }

  .blog-body .card a img {
    width: 3.6vw;
    margin-right: 1.33vw;
  }
}

/* #Blog Post Body
================================================== */
.blog-post-body {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
  padding-bottom: 8.33vw;
}

.blog-post-body .container {
  width: 79%;
  margin-top: -17.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Sidebar */
.blog-post-body .sidebar {
  flex: 0 0 17.45vw;
  padding-top: 13vw;
}

.blog-post-body .sidebar h2 {
  text-align: center;
  margin-bottom: 1.5vw;
}

.blog-post-body .sidebar .blog-posts {
  display: block;
}

.blog-post-body .sidebar .blog-post-card:not(:last-child) {
  margin-bottom: 1.5vw;
}

.blog-post-body .sidebar .card {
  border-radius: .5vw;
  overflow: hidden;
  box-shadow: 15px 15px 24px rgba(12, 12, 106, 0.15);
}

.blog-post-body .sidebar .card .img,
.blog-post-body .sidebar .card .img img {
  width: 100%;
}

.blog-post-body .sidebar .card .text {
  padding: .75vw 1.5vw 1vw 1.5vw;
}

.blog-post-body .sidebar .card p {
  margin-bottom: 1.5vw;
}

.blog-post-body .sidebar .card a {
  display: flex;
  align-items: center;
}

.blog-post-body .sidebar .card a img {
  width: .75vw;
  margin-right: .5vw;
}

/* Main */
.blog-post-body .main {
  flex: 0 0 52.65vw;
}

.blog-post-body .main .post-img {
  margin: 3.125vw 0;
}

.blog-post-body .main .post-img img {
  width: 100%;
}

.blog-post-body .main img.alignnone {
  width: 100%;
  height: auto;
  margin: 3.125vw 0;
}

.blog-post-body .main img.alignright {
  float: right;
  margin-left: 1.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 25vw;
  height: auto;
}

.blog-post-body .main img.alignleft {
  float: left;
  margin-right: 1.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 25vw;
  height: auto;
}

.blog-post-body .main h1 {
  margin-bottom: 1.5vw;
}

.blog-post-body .main .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: .5vw 0;
  margin: 3vw 0 1.5vw 0;
}

/* Social */
.blog-post-body .container>.social {
  flex: 0 0 100%;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 1vw 0;
  margin-top: 3.125vw;
}

.blog-post-body .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post-body .social img {
  width: 3.125vw;
}

@media (max-width: 1023.98px) {
  .blog-post-body {
    margin-top: -21vw;
    padding-bottom: 20vw;
  }

  .blog-post-body .container {
    width: 90%;
    margin-top: -25vw;
    display: block;
  }

  /* Main */
  .blog-post-body .main .post-img {
    margin: 3.125vw 0;
  }

  .blog-post-body .main h1 {
    margin-bottom: 3vw;
    padding-left: 10%;
  }

  .blog-post-body .main .info {
    padding: 2vw 0;
    margin: 8vw 0;
  }

  /* Social */
  .blog-post-body .container>.social {
    padding: 2vw 0;
    margin-top: 13.33vw;
  }

  .blog-post-body .social img {
    width: 12vw;
  }
}

/* #Contact Body
================================================== */
.contact-body {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
}

.contact-body .container {
  width: 79%;
  margin-top: -17.5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

/* Form */
.contact-body .form {
  flex: 0 0 51.4vw;
}

.contact-body .form form {
  margin-top: 3.125vw;
}

.contact-body .form .row {
  display: flex;
}

.contact-body .form .row:not(:last-child) {
  margin-bottom: 2.6vw;
}

.contact-body .form .col {
  flex: 0 0 50%;
}

.contact-body .form .col:first-child {
  padding-right: 1.5vw;
}

.contact-body .form .col:last-child {
  padding-right: 1.5vw;
}

.contact-body .form input,
.contact-body .form textarea,
.contact-body .form select {
  width: 95%;
  font-size: .83vw;
  border: none;
  color: black;
  line-height: 1.5;
}

.contact-body .form input::placeholder,
.contact-body .form textarea::placeholder {
  color: black;
}

.contact-body .form input,
.contact-body .form select {
  border-bottom: 1px solid #818181;
  padding-bottom: .5vw;
}

.contact-body .form textarea {
  border: 1px solid #818181;
  border-radius: .5vw;
  padding: .75vw .5vw;
  resize: none;
}

.contact-body .btn {
  margin: 0 auto;
}

.contact-body .btn img {
  width: 1vw;
  margin-right: .5vw;
}

/* Bg */
.contact-body .bg,
.contact-body .bg img,
.contact-body .bg picture {
  width: 100%;
}

.contact-body .bg {
  z-index: -1;
  position: relative;
  margin-top: -9vw;
}

/* Info */
.contact-body .info h2 {
  margin-bottom: 1vw;
}

.contact-body .info li {
  display: flex;
  align-items: center;
}

.contact-body .info img {
  width: 3.125vw;
  margin-left: .5vw;
}

@media (max-width: 1023.98px) {
  .contact-body {
    margin-top: -21vw;
  }

  .contact-body .container {
    width: 90%;
    margin-top: -29vw;
    display: block;
  }

  /* Form */
  .contact-body .form form {
    margin-top: 8vw;
  }

  .contact-body .form .row {
    display: block;
  }

  .contact-body .form .row:not(:last-child),
  .contact-body .form .col:not(:last-child) {
    margin-bottom: 7.33vw;
  }

  .contact-body .form .col:first-child {
    padding-right: 0;
  }

  .contact-body .form .col:last-child {
    padding-right: 0;
  }

  .contact-body .form input,
  .contact-body .form textarea,
  .contact-body .form select {
    font-size: 4vw;
  }

  .contact-body .form input,
  .contact-body .form select {
    padding-bottom: 2vw;
  }

  .contact-body .form textarea {
    border-radius: 1.33vw;
    padding: 2vw;
  }

  .contact-body .form .row:last-child {
    display: flex;
  }

  .contact-body .btn {
    margin: 0 auto;
  }

  .contact-body .btn img {
    width: 3.6vw;
    margin-right: 2vw;
  }

  /* Bg */
  .contact-body .bg {
    position: relative;
    margin-top: 0;
  }

  /* Info */
  .contact-body .info {
    margin: 15.33vw 0 6.66vw 0;
  }

  .contact-body .info h2 {
    margin-bottom: 4vw;
  }

  .contact-body .info img {
    width: 13.33vw;
    margin-left: 2vw;
  }
}

/* #Longi About
================================================== */
.longi-about {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
  padding-bottom: 8.33vw;
  overflow: hidden;
}

.longi-about .container {
  margin-top: -17.5vw;
  width: 79%;
  position: relative;
  z-index: 2;
}

/* Numbers */
.longi-about .numbers {
  width: 52vw;
  text-align: center;
  margin-bottom: 2.6vw;
}

.longi-about .numbers .swiper-slide:not(:last-child) {
  border-right: 1px solid #D4D4D4;
}

/* Media Boxes */
.longi-about .media-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.longi-about .media-box:not(:last-child) {
  margin-bottom: 3.9vw;
}

.longi-about .media-box:nth-child(even) {
  flex-direction: row-reverse;
}

.longi-about .media-box h2 {
  line-height: 1.2;
  margin-bottom: 1.3vw;
}

.longi-about .media-box .img {
  flex: 0 0 38vw;
}

.longi-about .media-box .img>img {
  width: 100%;
}

.longi-about .media-box .text {
  flex: 0 0 30vw;
}

.longi-about .media-box .logo img {
  width: 8.7vw;
  margin-bottom: .5vw;
}

/* Swiper */
.longi-about .media-box .swiper {
  margin: 0 -1.5vw 0 -1.5vw;
}

.longi-about .media-box .swiper-slide {
  padding: 0 1.5vw 0 1.5vw;
}

.longi-about .media-box .card {
  border-radius: .5vw;
  padding: .75vw 1.5vw .75vw 2vw;
}

.longi-about .media-box .card img {
  height: 4vw;
  margin-bottom: 1.5vw;
}

.longi-about .media-box .card h3 {
  margin-bottom: 1vw;
}

.longi-about .media-box .card .line {
  height: 1px;
  width: 3.4vw;
  background-color: #F04F23;
  margin-bottom: 1vw;
}

/* Bg */
.longi-about .bg,
.longi-about .bg img,
.longi-about .bg picture {
  width: 100%;
}

.longi-about .bg-2 {
  margin-top: -30vw;
}

.longi-about .bg-2,
.longi-about .bg-2 img,
.longi-about .bg-2 picture {
  width: 100%;
}

/* Longi Page Overrides */
.page-template-tpl-longi .projects-slider {
  margin-bottom: -15vw;
}

.page-template-tpl-longi .projects-slider .container {
  background-color: white;
}

.page-template-tpl-longi .contact-form {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .longi-about .media-box .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .longi-about .media-box .swiper-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 1023.98px) {
  .longi-about {
    margin-top: -21vw;
    padding-bottom: 20vw;
  }

  .longi-about .container {
    width: 90%;
    margin-top: -25vw;
    display: block;
  }

  /* Numbers */
  .longi-about .numbers {
    width: 80vw;
    margin-bottom: 5vw;
    line-height: 1;
  }

  .longi-about .numbers .swiper {
    padding-bottom: 15vw;
  }

  /* Media Boxes */
  .longi-about .media-box {
    display: block;
  }

  .longi-about .media-box:not(:last-child) {
    margin-bottom: 8vw;
  }

  .longi-about .media-box h2 {
    margin-bottom: 5.33vw;
  }

  .longi-about .media-box .img {
    margin-top: 7.33vw;
  }

  .longi-about .media-box .logo img {
    width: 22vw;
    margin-bottom: 2vw;
  }

  /* Swiper */
  .longi-about .media-box .swiper {
    margin: 0 -5%;
    overflow: visible;
    margin-top: 9.33vw;
  }

  .longi-about .media-box .swiper-slide {
    padding: 0 2.66vw;
  }

  .longi-about .media-box .card {
    border-radius: 1.33vw;
    padding: 6vw;
  }

  .longi-about .media-box .card img {
    height: 14vw;
    margin-bottom: 3.33vw;
  }

  .longi-about .media-box .card h3 {
    margin-bottom: 2.6vw;
  }

  .longi-about .media-box .card .line {
    width: 8.8vw;
    margin-bottom: 2.6vw;
  }

  .longi-about .media-box .swiper-pagination {
    bottom: -10vw;
  }

  /* Longi Page Overrides */
  .page-template-tpl-longi .projects-slider {
    margin-bottom: 0;
    margin-top: -40vw;
  }

  .page-template-tpl-longi .projects-slider .swiper {
    padding-bottom: 20vw;
  }

  .longi-about .bg-2 {
    margin-top: -200vw;
  }
}

/* #About Page
================================================== */
.about-body {
  position: relative;
  z-index: 1;
  margin-top: -14.5vw;
  padding-bottom: 8.33vw;
}

.about-body.sec-about-body {
  padding-bottom: 0;
  margin-top: -23.5vw;
}

.about-body .container {
  margin-top: -17.5vw;
}

.about-body.sec-about-body .container {
  margin-top: 0vw;
}

/* Media Boxes */
.about-body .media-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 3.125vw auto;
  width: 80%;
}

.about-body .media-box:nth-child(even),
.about-body .media-box.alt {
  flex-direction: row-reverse;
}

.about-body .media-box.alt {
  align-items: center;
  margin-top: 7.8vw;
}

.about-body .media-box h2 {
  line-height: 1.2;
  margin-bottom: 1.3vw;
}

.about-body .media-box .img {
  flex: 0 0 38vw;
}

.about-body .media-box .img>img {
  width: 100%;
}

.about-body .media-box .text {
  flex: 0 0 30vw;
}

.about-body .media-box .logo img {
  width: 10.9vw;
  margin-bottom: 1vw;
}

.about-body .media-box ul {
  display: flex;
  margin-top: 2.5vw;
  flex-wrap: wrap;
  gap: 1vw;
}

.about-body .media-box ul li {
  display: flex;
  align-items: center;
}

.about-body .media-box ul li:not(:last-child) {
  margin-right: 2vw;
}

.about-body .media-box ul img {
  height: 2.5vw;
  margin-right: .5vw;
}

.about-body .media-box.main-media-box {
  margin-bottom: 18vw;
}

/* Vision */
.about-vision .text {
  padding-top: 1vw;
  margin: 0 auto;
  width: 38%;
  margin-bottom: -27.18vw;
  position: relative;
  z-index: 2;
}

.about-vision h2 {
  margin-bottom: 1.3vw;
}

.about-vision ul {
  margin: -1.3vw -1.5vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.8vw;
}

.about-vision li {
  flex: 0 0 50%;
  padding: 1.3vw 1.5vw;
}

.about-vision .card {
  border-radius: .5vw;
}

.about-vision .card img {
  height: 4vw;
  margin-bottom: 1.5vw;
}

.about-vision .card h3 {
  margin-bottom: 1vw;
}

.about-vision .card .line {
  height: 1px;
  width: 3.4vw;
  background-color: #F04F23;
  margin-bottom: 1vw;
}

.about-vision .img,
.about-vision .img img,
.about-vision .img picture {
  width: 100%;
}

/* Img */
.about-img,
.about-img img,
.about-img picture {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .about-body {
    margin-top: -21vw;
    padding-bottom: 20vw;
  }

  .about-body .container {
    margin-top: -57vw;
    display: block;
  }

  .page-template-tpl-about .banner .text {
    top: 42%;
  }

  /* Media Boxes */
  .about-body .media-box {
    display: block;
    margin: 0 auto 3.125vw auto;
    width: 88%;
  }

  .about-body .media-boxes:first-child .media-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-body .media-boxes:first-child .media-box .img {
    width: 55.33vw;
    margin-bottom: 8.66vw;
  }

  .about-body .media-box.alt {
    margin-top: 13.33vw;
  }

  .about-body .media-box h2 {
    margin-bottom: 3vw;
  }

  .about-body .media-box .img {
    flex: 0;
  }

  .about-body .media-box .text {
    flex: 0;
  }

  .about-body .media-box .logo img {
    width: 31.73vw;
    margin-bottom: 3vw;
  }

  .about-body .media-box ul {
    margin-top: 8vw;
    margin-bottom: 6.66vw;
    gap: 4vw;
  }

  .about-body .media-box ul li {
    margin-left: 2vw;
  }

  .about-body .media-box ul li {
    align-items: flex-start;
  }

  .about-body .media-box ul img {
    height: 12vw;
    margin-right: 2.66vw;
  }

  .about-body .media-box ul br {
    display: none;
  }

  /* Vision */
  .about-vision .text {
    padding-top: 10vw;
    margin: 0 auto;
    width: 90%;
    margin-bottom: -65vw;
  }

  .about-vision h2 {
    margin-bottom: 3vw;
  }

  .about-vision ul {
    display: block;
    margin: 6vw 0 -4vw 0;
  }

  .about-vision li {
    padding: 4vw 0;
    width: 90%;
  }

  .about-vision .card h3 {
    margin-bottom: 2.6vw;
  }

  .about-vision .card .line {
    width: 8.8vw;
    margin-bottom: 2.6vw;
  }
}

/* #Team Slider
================================================== */
.team-slider {
  position: relative;
  z-index: 1;
  margin-top: 6.25vw;
  margin-bottom: 8vw;
}

.team-slider .text {
  width: 34.89vw;
  margin-right: 10.93vw;
}

.team-slider h2 {
  margin-bottom: 2vw;
}

.team-slider p {
  margin-bottom: 2.6vw;
}

.team-slider .arrows {
  display: flex;
  align-items: center;
}

.team-slider .arrows img {
  width: 2vw;
  border-radius: 50%;
  box-shadow: 12px 6px 12px rgba(12, 12, 106, 0.15);
  cursor: pointer;
}

.team-slider .arrows .right {
  margin-left: 1vw;
}

/* Slides */
.team-slider .swiper-slide {
  padding: 0 1.5vw;
  height: 32.13vw;
  cursor: grab;
}

.team-slider .swiper-slide .person-img img {
  height: 20.52vw;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.team-slider .swiper-slide-active .person-img img {
  height: 32.13vw;
}

.team-slider .person {
  position: relative;
  display: flex;
  height: 100%;
}

.team-slider .person-img {
  margin-top: auto;
}

.team-slider .person-img,
.team-slider .person-img img {
  width: 100%;
}

.team-slider .person-img img {
  object-fit: cover;
  object-position: center;
}

.team-slider .swiper-slide .person-img {
  position: relative;
}

.team-slider .swiper-slide-active .person-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to top, black, transparent);
}

.team-slider .person-text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  width: 100%;
  padding: 1vw 1.3vw;
}

.team-slider .swiper-slide .person-text {
  opacity: 0;
  visibility: hidden;
}

.team-slider .swiper-slide-active .person-text {
  opacity: 1;
  visibility: visible;
}

.team-slider .person h3 {
  margin-bottom: .5vw;
}

.team-slider .person ul {
  display: flex;
}

.team-slider .person p {
  margin: 0;
}

.team-slider .person .line {
  height: 1px;
  width: 1.5vw;
  background-color: #F04F23;
  margin-bottom: .5vw;
}

/* Bg */
.team-slider .bg,
.team-slider .bg img,
.team-slider .bg picture {
  width: 100%;
}

/* Static Text */
.team-slider .static-text {
  position: absolute;
  top: 6vw;
  left: 10vw;
  width: 17.44vw;
  z-index: 9;
}

.team-slider .static-text p {
  margin-bottom: .75vw;
}

.team-slider .static-text a {
  display: flex;
  align-items: center;
}

.team-slider .static-text a img {
  width: 1vw;
  margin-right: .5vw;
}

@media (max-width: 1023.98px) {
  .team-slider {
    overflow: hidden;
    margin-top: 13.33vw;
  }

  .team-slider .text {
    width: 90%;
    margin-right: 5%;
  }

  .team-slider h2 {
    margin-bottom: 3vw;
  }

  .team-slider p {
    margin-bottom: 0;
  }

  /* Static Text */
  .team-slider .static-text {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-top: 28.66vw;
  }

  .team-slider .static-text p {
    margin-bottom: 2vw;
  }

  .team-slider .static-text a img {
    width: 4.4vw;
    margin-right: 2vw;
  }

  /* Slides */
  .team-slider .swiper {
    padding-right: 2%;
  }

  .team-slider .swiper-slide {
    padding: 0 2vw;
    height: 64.4vw;
  }

  .team-slider .swiper-slide .person-img img {
    height: 41.2vw;
  }

  .team-slider .swiper-slide-active .person-img img {
    height: 64.4vw;
  }

  .team-slider .person-text {
    padding: 2.66vw;
    text-align: center;
  }

  .team-slider .person p {
    margin: 0;
  }

  .team-slider .person .line {
    display: none;
  }

  /* Arrows */
  .team-slider .arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(72vw + 100%));
  }

  .team-slider .arrows img {
    width: 11.33vw;
  }

  .team-slider .arrows .right {
    margin-left: 4.66vw;
  }
}

/* #Product Page Products Slider
================================================== */
.single-products .products-slider {
  padding-bottom: 5vw;
}

.single-products .products-slider h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.single-products .products-slider h2 img {
  width: 8.7vw;
  margin-right: 1vw;
  margin-bottom: .5vw;
}

@media (min-width: 1024px) {
  .single-products .products-slider .swiper-wrapper {
    /* justify-content: center; */
  }

  .single-products .products-slider .swiper-slide:nth-child(1),
  .products-slider .swiper-slide:nth-child(3) {
    margin-top: 0;
  }

  .single-products .products-slider .swiper-slide:nth-child(2) {
    /* margin-top: 3.125vw; */
  }
}

@media (max-width: 1023.98px) {
  .single-products .products-slider {
    padding-bottom: 44vw;
  }

  .single-products .products-slider h2 img {
    width: 21.33vw;
    margin-bottom: 1.5vw;
  }
}

/* #Product Features
================================================== */
.product-features {
  position: relative;
  z-index: 1;
  background-color: #F7F7F8;
  overflow: hidden;
}

.product-features .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin-bottom: -33vw;
  position: relative;
  z-index: 1;
}

.product-features h2 {
  line-height: 1.2;
  margin-bottom: 1.3vw;
}

.product-features .img {
  flex: 0 0 38vw;
}

.product-features .img>img {
  width: 100%;
}

.product-features .text {
  flex: 0 0 30vw;
}

.product-features .logo img {
  width: 8.7vw;
  margin-bottom: .5vw;
}

/* Swiper */
.product-features .swiper {
  margin: 0 -1.5vw 0 -1.5vw;
}

.product-features .swiper-slide {
  padding: 0 1.5vw 0 1.5vw;
}

.product-features .card {
  border-radius: .5vw;
  padding: .75vw 1.5vw .75vw 2vw;
}

.product-features .card img {
  height: 4vw;
  margin-bottom: 1.5vw;
}

.product-features .card h3 {
  margin-bottom: 1vw;
}

.product-features .card .line {
  height: 1px;
  width: 3.4vw;
  background-color: #F04F23;
  margin-bottom: 1vw;
}

/* Bg */
.product-features .bg,
.product-features .bg img,
.product-features .bg picture {
  width: 100%;
}

@media (min-width: 1024px) {
  .product-features .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .product-features .swiper-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 1023.98px) {
  .product-features {
    position: relative;
    z-index: 1;
    background-color: #F7F7F8;
    overflow: hidden;
  }

  .product-features .container {
    display: block;
    width: 90%;
    margin-bottom: -170vw;
  }

  .product-features h2 {
    line-height: 1.2;
    margin-bottom: 1.3vw;
  }

  .product-features .logo img {
    width: 22vw;
    margin-bottom: 2vw;
  }

  /* Swiper */
  .product-features .swiper {
    margin: 0 -5%;
    overflow: visible;
    margin-top: 9.33vw;
  }

  .product-features .swiper-slide {
    padding: 0 2.66vw;
  }

  .product-features .card {
    border-radius: 1.33vw;
    padding: 6vw;
  }

  .product-features .card img {
    height: 14vw;
    margin-bottom: 3.33vw;
  }

  .product-features .card h3 {
    margin-bottom: 2.6vw;
  }

  .product-features .card .line {
    width: 8.8vw;
    margin-bottom: 2.6vw;
  }

  .product-features .swiper-pagination {
    bottom: -10vw;
  }
}

/* #Product FAQ
================================================== */
.product-faq {
  margin-top: -45vw;
  margin-bottom: 5vw;
  position: relative;
  z-index: 1;
}

.product-faq .container {
  width: 79%;
}

.product-faq h2 {
  margin-bottom: 2.6vw;
}

.product-faq .accordion {
  width: 51.82vw;
}

.product-faq .collapsible {
  padding: 1.5vw 1.8vw;
  transition: all .4s ease;
  box-shadow: 0 15px 24px #0c0c6a23;
  border-radius: .5vw;
}

.product-faq .collapsible:not(:last-child) {
  margin-bottom: 1.3vw;
}

.product-faq .collapse-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-faq .collapse>div {
  margin-top: .75vw;
}

@media (max-width: 1023.98px) {
  .product-faq {
    margin-top: 0;
    padding-bottom: 7.33vw;
    margin-bottom: 0;
    background-color: #f7f7f8;
  }

  .product-faq .container {
    width: 90%;
  }

  .product-faq h2 {
    margin-bottom: 3vw;
  }

  .product-faq .accordion {
    width: 100%;
  }

  .product-faq .collapsible {
    padding: 4vw;
    border-radius: 1.33vw;
  }

  .product-faq .collapsible:not(:last-child) {
    margin-bottom: 3vw;
  }

  .product-faq .collapse>div {
    margin-top: 2vw;
  }

  .product-faq .simbol {
    margin-right: 5vw;
  }
}

/* #Product Main
================================================== */
.product-main {
  padding: 10vw 0 5.2vw 0;
  background-color: #F7F7F8;
}

.product-main .container {
  display: flex;
  justify-content: space-between;
  width: 79%;
}

.product-info {
  flex: 0 0 21.9vw;
}

.product-gallery {
  flex: 0 0 27vw;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
}

.product-gallery .swiper {
  padding-bottom: 5vw;
}

.product-gallery img {
  width: 100%;
}

.product-benefits {
  flex: 0 0 19.95vw;
}

/* Info */
.product-info h2 {
  display: flex;
  align-items: center;
  margin-bottom: 1.3vw;
}

.product-info h2 .num {
  width: 4.125vw;
  height: 3.125vw;
  color: white;
  background-color: #DC0815;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 0.5vw;
  direction: rtl;
}

.product-info ul {
  display: flex;
  padding: 1.3vw 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 1.3vw 0 2vw 0;
}

.product-info ul li {
  display: flex;
  align-items: center;
}

.product-info ul li:not(:last-child) {
  margin-right: 2vw;
}

.product-info ul img {
  height: 2.5vw;
  margin-right: .5vw;
}

/* Benefits */
.product-benefits h2 {
  margin-bottom: 1vw;
}

.product-benefits ul {
  margin-bottom: 2.6vw;
}

.product-benefits ul li {
  display: flex;
  align-items: center;
}

.product-benefits ul li:not(:last-child) {
  margin-bottom: 1.25vw;
}

.product-benefits ul li p {
  margin-bottom: 0;
  margin-left: .5vw;
}

.product-benefits ul li img {
  height: 2vw;
}

@media (max-width: 1023.98px) {
  .product-main {
    padding: 26vw 0 20vw 0;
  }

  .product-main .container {
    display: block;
    width: 90%;
  }

  .product-gallery .swiper {
    padding-bottom: 15vw;
    margin-bottom: 5vw;
    margin-top: 12vw;
  }

  /* Info */
  .product-info h2 {
    margin-bottom: 4vw;
  }

  .product-info h2 .num {
    width: 13vw;
    height: 13vw;
    margin-right: 2vw;
  }

  .product-info ul {
    margin-top: 8vw;
    margin-bottom: 6.66vw;
    padding: 3vw 0;
    line-height: 1.1;
  }

  .product-info ul li:not(:last-child) {
    margin-right: 2vw;
  }

  .product-info ul li {
    align-items: flex-start;
  }

  .product-info ul img {
    height: 12vw;
    margin-right: 2.66vw;
  }

  .product-info ul br {
    display: none;
  }

  /* Benefits */
  .product-benefits h2 {
    margin-bottom: 5.33vw;
  }

  .product-benefits ul {
    margin-bottom: 4vw;
  }

  .product-benefits ul li:not(:last-child) {
    margin-bottom: 3.33vw;
  }

  .product-benefits ul li p {
    margin-left: 4vw;
  }

  .product-benefits ul li img {
    height: 8vw;
  }
}

/* #Product Specs
================================================== */
.product-specs {
  position: relative;
}

.product-specs .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 79%;
  background-color: white;
  padding: 3.125vw 0 4.4vw 0;
  border-radius: .5vw;
  box-shadow: 0 15px 24px #0c0c6a2a;
}

.product-specs .tab-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 3.125vw;
}

.product-specs .tab-navigation .tab-btn {
  color: #818181;
  border-bottom: 3px solid transparent;
  padding-bottom: .5vw;
}

.product-specs .tab-navigation .tab-btn.active {
  color: #F04F23;
  border-bottom: 3px solid #F04F23;
}

.product-specs .tab-navigation .tab-btn:not(:last-child) {
  margin-right: 3.65vw;
}

.product-specs .tab-panel {
  display: flex;
  padding: 0 7.8vw 0 3.9vw;
}

.product-specs .tab-panel .img {
  flex: 0 0 14.5vw;
  margin-left: 10vw;
}

.product-specs .tab-panel .img img {
  width: 100%;
}

.product-specs .tab-panel .text {
  flex-grow: 1;
}

.product-specs .collapse-toggler {
  padding-bottom: 1.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-specs .table .row {
  display: flex;
  align-items: center;
  padding: .5vw 0;
}

.product-specs .table .row:nth-child(odd) {
  background-color: #F7F7F8;
}

.product-specs .table .row .col:first-child {
  flex: 0 0 40%;
  padding-right: .75vw;
}

.product-specs .accordion:not(:last-child) {
  margin-bottom: 2vw;
}

.product-specs .bg,
.product-specs .bg img,
.product-specs .bg picture {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .product-specs .container {
    width: 90%;
    padding: 4vw 0 8vw 0;
    border-radius: 1.33vw;
  }

  .product-specs .tab-navigation ul {
    margin-bottom: 4.66vw;
  }

  .product-specs .tab-navigation .tab-btn {
    padding-bottom: 1.5vw;
  }

  .product-specs .tab-navigation .tab-btn:not(:last-child) {
    margin-right: 5vw;
  }

  .product-specs .tab-panel {
    padding: 0 4vw;
    display: block;
  }

  .product-specs .tab-panel .img {
    margin-left: 0;
    margin-bottom: 9vw;
  }

  .product-specs .collapse-toggler {
    padding-bottom: 2vw;
  }

  .product-specs .table .row {
    padding: 1vw 2vw;
  }

  .product-specs .table .row .col:first-child {
    padding-right: 0;
  }

  .product-specs .accordion:not(:last-child) {
    margin-bottom: 6.66vw;
  }
}


/* #Text Page Body
================================================== */
.text-page-body {
  padding: 10vw 0 4.8vw 0;
}

.text-page-body .container {
  width: 62.5%;
}

.text-page-body h1 {
  line-height: 1;
  margin-bottom: 3vw;
}

.text-page-body h2 {
  line-height: 1.25;
  margin-bottom: 1.8vw;
  font-size: 2.08vw !important;
}

.text-page-body h3 {
  font-size: 1.4vw;
  margin-top: 1.2vw;
  margin-bottom: 0.3vw;
}


.text-page-body img.alignnone {
  width: 100%;
  height: auto;
  margin: 3.125vw 0;
}

.text-page-body img.alignright {
  float: right;
  margin-left: 1.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 25vw;
  height: auto;
}

.text-page-body img.alignleft {
  float: left;
  margin-right: 1.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 25vw;
  height: auto;
}

@media (min-width: 1024px) {
  ._social li img{
    width: 3vw;
  }
  .product-info .f-d-40{
    font-size: 1.7vw !important;
    line-height: 2vw ;
  }

  span.let {
    font-size: 1vw;
    margin-top: auto;
    height: 2.33vw;
  }
  .col{
    flex: 0 0 50%;
  }

  .contact-form .row .col h2 {
    line-height: 2vw;
  }
  .text-page-body h1 {
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  ._social li img{
    width: 17vw;
  }
  span.let {
    font-size: 5vw;
    margin-top: auto;
    height: 8.9vw;
  }
  .product-info .f-d-40{
    line-height: 6vw !important;
  }
  .text-page-body {
    padding: 21.33vw 0 15vw 0;
  }

  .text-page-body .container {
    width: 88.8%;
  }

  .text-page-body h1 {
    margin-bottom: 3vw;
  }

  .text-page-body h2 {
    color: #8D8D8D;
    margin-bottom: 5vw;
    font-size: 5.33vw !important;
  }

  .text-page-body h3 {
    font-size: 4.8vw;
    margin-top: 6vw;
    margin-bottom: 1vw;
  }

  .text-page-body img.alignnone,
  .text-page-body img.alignright
  .text-page-body img.alignleft{
    width: 100%;
    height: auto;
    margin: 4vw 0;
  }
}

/* #Error Page
================================================== */
.error {
  position: relative;
}

.error .img img,
.error .img picture {
  width: 100%;
}

.error .text {
  text-align: center;
  position: absolute;
  top: 53%;
  left: 70%;
  width: 25%;
  transform: translate(-50%, -50%);
}

.error h1 {
  line-height: 1;
}

.error p {
  margin-bottom: 2.6vw;
}
.wpcf7-textarea {
  height: 8vw;
}
.wpcf7-submit {
  cursor: pointer;
  width: 10vw;
  width: 8vw !important;
  color: white !important;
  padding-bottom: 0 !important;
  background-position: 90% !important;
  background-repeat: no-repeat !important;
  background-color: #F04F23 !important;
}
.home-benefits ul .icon img {
  height: 3.5vw;
}
.link{
  margin-right: 1.8vw;
}


.button .button-edited{
  background: white;
  width: auto;
  color: black;
  border-radius: 50vw;
  border: 1px solid #F04F23;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: .88vw;
  padding-left: 1vw;
  padding-right: 1vw;
  margin-top: 2.5vw;
  min-width: 8vw;
}
.button .button-edited:hover{
  background-color: #F04F23;
  color: white;
  transition: 1s;

}

svg#Group_4734 {
  margin-right: 0.5vw;
}

.list-type2 {
  margin-left: 1vw;
  font-size: 0.83vw !important;
}
.type2.font-black{
  padding-bottom: unset !important;

}
.margin-top{
  margin-bottom: 1.5vw;
}

.rows{
  display: flex;
  align-items: center;
  padding: 0.5vw 0;
}
.list-type2{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {

  .button .button-edited{
    font-size: 4vw;
    min-width: 55vw;
    margin-bottom: 17vw;
    margin-top: 9vw;

    padding-right: 3vw;
  }
  .list-type2{
    font-size: 3.46vw !important;
    margin-left: 6vw;
  }
  .margin-top{
    margin-bottom: 5vw;
  }
  .style2-type-list{
    margin-bottom: 5vw;
  }
  .link{
    margin-right: 1.8vw;
    position: relative;
    display: block;
    margin-bottom: 4vw;
    display: flex;
  }
  .swiper-slide .product{
    min-height: 116vw;
  }
  .projects-edited{
    margin-top: 3vw;
  }
  .home-benefits ul .icon img {
    height: 20vw;
  }
  .page-template-tpl-contact .form h2 {
    width: 85%;
  }
  .wpcf7-select {
    font-size: 4vw !important;
  }
  .wpcf7-textarea {
    height: 20vw;
  }
  .wpcf7-submit{
    width: 50vw !important;
    background-position: 10.8vw !important;
  }
  .center{
    width: 50vw !important;
  }
  .error .text {
    top: 109.6vw;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }

  .error p {
    margin-bottom: 6vw;
  }
}
.contact-form .logo{
  margin-bottom: 1vw;
}

.contact-form .text h3 {
  font-weight: 400;
  width: 76%;
}
.wpcf7-select {
  width: 100%;
  font-size: .83vw;
  border: none;
  color: black;
  line-height: 1.5;
  border-bottom: 1px solid #818181;
  padding-bottom: 0.5vw;
}
.wpcf7-tel,
.wpcf7-email{
  direction: ltr !important;
}
.wpcf7-form-control-wrap.message {
  width: 100%;
}
.wpcf7-form-control-wrap.message .wpcf7-text {
  border-bottom: 1px solid #818181;
  padding-bottom: 0.5vw;
  border: 1px solid #818181;
  border-radius: 0.5vw;
  padding: 0.75vw 0.5vw;
  resize: none;
  width: 100%;
  font-size: .83vw;

}

.contact-form .form .row:last-child{
  display: block;
  background-color: black;
}
.center {
  margin: auto !important;
  position: relative;
  width: 10vw;
}
.wpcf7 form .wpcf7-response-output {
  border-color: #f04f23 !important;
  padding: 0 !important;
  margin: 0 !important;
}


.projects-edited {
  display: flex;
  align-items: center;
  margin-top: 2vw;
  justify-content: center;
  cursor: pointer;
}
.projects-edited .left{
  margin-right: 1vw;
}
.collapsible.show .collapse{
  height: auto;
}
.font-black{
  color: black !important;
}
.project .text h2{
  color: black !important;
}
.project .text p{
  color: black !important;
}
.project .text ul{
  color: black !important;
}
.card .text p{
  color: black !important;
}


@media(min-width: 1024px){
  .project-body .project {
    flex: 0 0 33%;
  }
}





@media(min-width: 1024px){
  .solis_ver .newbg picture{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .home-features .container {
    z-index: 100;
  }
  .form .col_bottom{
    margin-bottom: 2vw;
  }
  .info{
    margin-bottom: 10vw;
  }
  .info ul{
    display: flex;
    justify-content: center;
  }
  .posts-slider .swiper-wrapper{
    justify-content: center;
  }
  .about-body .media-boxes:nth-child(even) .media-box{
    flex-direction: row;
  }
  .project-body .project .img{
    height: 17vw;
  }
  .project-body .project .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.archive .products-slider h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 2.5%;
  position: relative;
  padding-top: 5%;
}

.archive .products-slider p {
  text-align: left;
  margin-bottom: 2.5%;
  position: relative;
}
.archive .products-slider li p{
  margin-left: 0.5vw;
}
.archive .products-slider .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.archive .products-slider .product {
  flex: 0 0 30%;
  margin: 1.5%;
}


.archive .products-slider .bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #e6edf5;
  height: 100%;
}
.archive .products-slider .bg picture{
  position: absolute;
  bottom: 0;
}

.archive .products-slider .container {
  padding-bottom: 5%;
  width: 100%;
}

.archive .products-slider .container {
  padding-bottom: 5%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
  position: relative;
}

@media(max-width: 1024px){
  .solis_ver{
    background: white;
  }
  .bg.newbg {
    margin-top: -126vw;
  }
  .info ul{
    display: flex;
    justify-content: center;
  }
  .contact-body .info {
    margin: 6.33vw 0 4.66vw 0;
  }
  .archive .products-slider h2 {
    padding-top: 15%;
  }
  .archive .products-slider .product {
    flex: 0 0 90%;
    margin: 5% auto;
  }
  .archive .products-slider .container {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }

}

._social ul{
  display: flex;
  justify-content: flex-start;
}
.page-id-797 .text-red {
  color: #ee8000;
}

div#wpcf7-f468-o1 {
  direction: ltr;
}
.contact-form .form input{
  direction: ltr !important;
}


svg#Group_4734 {
  margin-right: 0.5vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* .banner-mask picture,
.banner-mask picture img{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
} */
.page-template-tpl-longi .banner .text h1{
  color:white;
}
.about-body .media-box .text {
  z-index: 10000;
}
.about-body .media-box .img {
  z-index: 1000;
}
.contact-body .form{
  z-index: 10000;
}
.product-specs .tab-panel .img{
  margin-right: 10vw;
  margin-left:unset !important;
}
.home-features .bg, .home-features .bg img,
.home-features .bg picture{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-template-tpl-longi .banner .text h1 {
  color: black;
}
@media(min-width: 1024px){
  .home-clients .text{
    padding-top: 3vw;
  }
}
#lang-switcher a{
  margin-left: 0.5vw;
}
@media(max-width: 1024px){
div#lang-switcher svg {
    filter: brightness(0) invert(1);
    width: 9vw;
    margin: 10% 0 2%;
}
div#lang-switcher a {
color:white;
}
div#lang-switcher.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
}

@media screen and (min-width: 1024px) {
.longi-about .media-box .logo img {
    margin-left: -0.6vw ;
}
}

@media screen and (max-width: 1024px) {
.longi-about .media-box .logo img {
margin-left: -1.2vw;
}
}
.no_br br{
	display:none;
}
@media (max-width: 1023.98px){
 .link .no_br {
    margin-left: 7px !important;
    position: relative;
    display: block;
    margin-bottom: 4vw !important;
    display: flex;
    margin-top: 3vw !important;
}
}
