.text-2-dot, #products-result > div .grid .products-card-swiper-result .product-card h1, #products-result > div .grid .products-card-swiper-result-solution .product-card h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-3-dot, #products-result > div .grid .products-card-swiper-result .product-card p, #products-result > div .grid .products-card-swiper-result-solution .product-card p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#products-result #project_2_show_mobile {
  display: none;
}
#products-result > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#products-result > div .grid {
  padding-left: 0em;
  max-width: 100%;
  width: 100%;
}
#products-result > div .grid .products-card-div {
  position: relative;
}
#products-result > div .grid .products-card-div .header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#products-result > div .grid .products-card-div .header-title a {
  color: #000;
  font-weight: bold;
}
#products-result > div .grid .products-card-div .header-title a:hover {
  text-decoration: underline;
}
#products-result > div .grid .products-card-div .header-title h1 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #products-result > div .grid .products-card-div .header-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #products-result > div .grid .products-card-div .header-title {
    display: block;
  }
}
#products-result > div .grid .products-card-div .swiper-pagination {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 0px;
}
#products-result > div .grid .products-card-div .swiper-pagination > span {
  margin-right: 10px !important;
}
#products-result > div .grid .products-card-div .swiper-pagination > span:last-child {
  margin-right: 0px !important;
}
#products-result > div .grid .products-card-div .swiper-pagination > span.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  transition: all 0.4s ease-in;
  background-color: rgba(99, 115, 129, 0.8) !important;
}
#products-result > div .grid .products-card-div .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #637381 !important;
  width: 8px !important;
  height: 8px !important;
  transition: all 0.4s ease-in;
}
#products-result > div .grid .products-card-swiper-result, #products-result > div .grid .products-card-swiper-result-solution {
  padding-bottom: 1em;
  height: 100% !important;
  margin-top: 2em;
}
#products-result > div .grid .products-card-swiper-result .swiper-wrapper, #products-result > div .grid .products-card-swiper-result-solution .swiper-wrapper {
  display: flex !important;
}
#products-result > div .grid .products-card-swiper-result .swiper-slide, #products-result > div .grid .products-card-swiper-result-solution .swiper-slide {
  height: 100% !important;
  box-sizing: border-box !important;
  background: white !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#products-result > div .grid .products-card-swiper-result .product-card, #products-result > div .grid .products-card-swiper-result-solution .product-card {
  text-align: center;
  display: block !important;
  flex-shrink: 0;
  position: relative;
  height: 100% !important;
}
#products-result > div .grid .products-card-swiper-result .product-card:last-child, #products-result > div .grid .products-card-swiper-result-solution .product-card:last-child {
  margin-right: 0px;
}
#products-result > div .grid .products-card-swiper-result .product-card .compare-product, #products-result > div .grid .products-card-swiper-result-solution .product-card .compare-product {
  padding: 5px 10px !important;
  background: transparent;
  border: 1px solid #1e4f92;
  color: #1e4f92;
  border-radius: 20px !important;
  transition: all 0.4s ease-in;
}
#products-result > div .grid .products-card-swiper-result .product-card .compare-product:hover, #products-result > div .grid .products-card-swiper-result-solution .product-card .compare-product:hover {
  border: 1px solid white;
  color: white;
  background: #1e4f92;
}
#products-result > div .grid .products-card-swiper-result .product-card .product-fav-and-compare, #products-result > div .grid .products-card-swiper-result-solution .product-card .product-fav-and-compare {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#products-result > div .grid .products-card-swiper-result .product-card .product-fav-and-compare i, #products-result > div .grid .products-card-swiper-result-solution .product-card .product-fav-and-compare i {
  font-size: 20px;
  transition: all 0.4s ease-out;
}
#products-result > div .grid .products-card-swiper-result .product-card .product-fav-and-compare i.hide_show, #products-result > div .grid .products-card-swiper-result-solution .product-card .product-fav-and-compare i.hide_show {
  position: fixed;
  left: -100vh;
  opacity: 0;
}
#products-result > div .grid .products-card-swiper-result .product-card .product-fav-and-compare i.show, #products-result > div .grid .products-card-swiper-result-solution .product-card .product-fav-and-compare i.show {
  position: static;
  opacity: 1;
}
#products-result > div .grid .products-card-swiper-result .product-card a.component, #products-result > div .grid .products-card-swiper-result-solution .product-card a.component {
  text-decoration: none;
  color: black;
  padding: 2em;
  height: 100% !important;
  display: block;
  transition: all 0.4s ease-in;
}
#products-result > div .grid .products-card-swiper-result .product-card a.component:hover, #products-result > div .grid .products-card-swiper-result-solution .product-card a.component:hover {
  box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.1);
  color: #1e4f92;
}
#products-result > div .grid .products-card-swiper-result .product-card a.component:hover .arrow, #products-result > div .grid .products-card-swiper-result-solution .product-card a.component:hover .arrow {
  opacity: 1;
}
#products-result > div .grid .products-card-swiper-result .product-card h1, #products-result > div .grid .products-card-swiper-result-solution .product-card h1 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
#products-result > div .grid .products-card-swiper-result .product-card p, #products-result > div .grid .products-card-swiper-result-solution .product-card p {
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.6;
}
#products-result > div .grid .products-card-swiper-result .product-card .arrow, #products-result > div .grid .products-card-swiper-result-solution .product-card .arrow {
  position: absolute;
  right: 20px;
  bottom: 10px;
  opacity: 0;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
#products-result > div .grid .products-card-swiper-result .product-card .arrow img, #products-result > div .grid .products-card-swiper-result-solution .product-card .arrow img {
  width: 40px !important;
  height: 57px !important;
}
#products-result > div .grid .products-card-swiper-result .product-card img, #products-result > div .grid .products-card-swiper-result-solution .product-card img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1367px) {
  #products-result > div .grid .products-card-swiper-result .product-card a, #products-result > div .grid .products-card-swiper-result-solution .product-card a {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 1024px) {
  #products-result > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#products-result .swiper-container {
  margin: 0px;
}
#products-result .product-content {
  padding-right: 63px;
  margin-left: auto;
  max-width: 600px;
}
#products-result .product-content > h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #3d464f;
}
#products-result .product-content p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #637381;
}
#products-result .product-image-content {
  position: relative !important;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
}
#products-result .product-image-content img {
  width: 90%;
  position: relative;
  z-index: 0;
  margin-left: auto;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
#products-result .product-image-content .slide-wrapper-product {
  max-width: 360px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: -90px;
}
#products-result .product-image-content .swiper-slide {
  background-color: white;
  padding: 2em 1em;
}
#products-result .product-image-content .swiper-slide[style] {
  width: 100% !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#products-result .product-image-content .product-card {
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 3em;
  flex-shrink: 0;
}
#products-result .product-image-content .product-card:last-child {
  margin-right: 0px;
}
#products-result .product-image-content .product-card a {
  text-decoration: none;
  color: black;
  height: auto;
  padding: 2em;
  display: block;
  width: 100%;
}
#products-result .product-image-content .product-card h1 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
}
#products-result .product-image-content .product-card p {
  text-align: left;
}
#products-result .product-image-content .product-card img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
	.swiper-pagination-mobile  {
		display:flex !important;
		justify-content:center !important;
		align-items: center !important;
	}
	
	.swiper-pagination-mobile .swiper-pagination-bullet {
          display: block  !important;
        }
}
