.page-pagination {
  text-align: center;
  width: 100%;
}
.page-pagination .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 8px;
}
.page-pagination .pagination > li {
  display: inline;
}
.page-pagination .pagination > li > a,
.page-pagination .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--bs-primary);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-pagination .pagination > li:first-child > a,
.page-pagination .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-pagination .pagination > li:last-child > a,
.page-pagination .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-pagination .pagination > li > a:focus,
.page-pagination .pagination > li > a:hover,
.page-pagination .pagination > li > span:focus,
.page-pagination .pagination > li > span:hover {
  z-index: 2;
  color: var(--bs-primary);
  background-color: #eee;
  border-color: #ddd;
}
.page-pagination .pagination > .active > a,
.page-pagination .pagination > .active > a:focus,
.page-pagination .pagination > .active > a:hover,
.page-pagination .pagination > .active > span,
.page-pagination .pagination > .active > span:focus,
.page-pagination .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.page-pagination .pagination > .disabled > a,
.page-pagination .pagination > .disabled > a:focus,
.page-pagination .pagination > .disabled > a:hover,
.page-pagination .pagination > .disabled > span,
.page-pagination .pagination > .disabled > span:focus,
.page-pagination .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-pagination .pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}
.page-pagination .pagination .jumpto input {
  padding: 6px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
}
.page-pagination .pagination .jumpto .page_number {
  width: 45px;
  margin-right: -1px;
}
.page-content {
  padding: 40px 0;
}
.page-content .card {
  background-color: var(--bs-card-bg);
  border-radius: var(--bs-card-border-radius);
}
.page-content .page-content-card {
  border: none;
}
.page-content .page-content-card .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
  border-bottom: 1px solid #eee;
}
.page-content .page-content-card .tabs .tabs-item {
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 40px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.page-content .page-content-card .tabs .tabs-item.active {
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: 600;
}
.page-content .card-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 2rem;
}
.page-content .card-body img {
  max-width: calc(40%);
  height: auto;
}
.page-content .page-content-title {
  font-size: 30px;
  text-align: center;
}
.page-content .page-content-timeline {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 20px;
}
.page-content .page-content-timeline .page-content-timeline-left {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.page-content .page-content-timeline .page-content-timeline-left a {
  color: var(--bs-primary);
}
.page-content .page-content-timeline .page-content-timeline-left span {
  margin: 0px 5px;
}
.page-content .page-content-timeline .page-content-timeline-left i {
  font-style: normal;
}
.page-content .page-content-timeline .page-content-timeline-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-content .page-content-timeline .page-content-timeline-right img {
  height: 22px;
  -webkit-filter: brightness(200%) grayscale(200%);
          filter: brightness(200%) grayscale(200%);
  margin-right: 10px;
}
.page-content .page-content-detags {
  margin: 40px 0px 0px;
}
.page-content .page-content-detags p {
  font-size: 14px;
}
.page-content .page-content-detags p span {
  color: #666;
}
.page-content .page-content-detags p a {
  font-size: 14px;
  margin: 0px 5px;
  color: var(--bs-primary);
}
.page-content .next-prev {
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eee;
}
.page-content .next-prev .row {
  padding: 20px 0;
}
.page-content .next-prev .row .next-prev-left,
.page-content .next-prev .row .next-prev-right {
  font-size: 14px;
  color: #666;
}
.page-content .next-prev .row .next-prev-right {
  text-align: right;
}
.page-content .next-prev .row a {
  color: var(--bs-primary);
}
.neinav {
  width: 100%;
  background-color: #000000;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.neinav .neinav-wrapper li {
  margin: 5px 20px 5px 0;
}
.neinav .neinav-wrapper li a {
  color: #eee;
  display: inline-block;
  line-height: 35px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.neinav .neinav-wrapper li.active a {
  background-color: var(--bs-primary);
  border-radius: 40px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.neinav .neinav-wrapper li:hover a {
  color: #fff;
}
.neinav .neiposition i.fa {
  color: #ccc;
}
.neinav .neiposition i.neiposition-icon {
  color: #ccc;
  margin-right: 5px;
}
.neinav .neiposition a {
  font-size: 14px;
  color: #ccc;
}
.neinav .neiposition a:hover {
  color: #fff;
}
.head-marquee {
  overflow: hidden;
}
.head-marquee ul li p {
  display: block;
}
.header-wrapper .search-wrapper .search-bar .search-icon {
  font-size: 30px;
  height: 33px !important;
  color: #fff;
}
.ham-icon-wrap {
  font-size: 30px;
  color: #fff;
}
.menu-list .fa-home {
  color: #fff;
  font-size: 18px;
}
section.main-banner {
  min-height: 750px;
}
section.main-banner .banner-desc {
  position: absolute;
  z-index: 9;
  top: 0;
}
section.main-banner .banner-content-wrapper {
  z-index: 99;
}
section.events-section .container {
  padding-left: 0;
  padding-right: 0;
}
section.events-section .row {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.events-section .event-slider .single-events {
  float: none;
  width: 247px;
}
section.events-section .event-slider .single-events .single-events-wrapper .event-img,
section.events-section .event-slider .single-events .single-events-wrapper .event-title {
  overflow: hidden;
}
section.sector-common .sector-wrapper .sector-ion {
  max-width: auto;
  max-height: 160px;
}
section.events-details .events-left-wrapper .slick-slide {
  float: none;
  display: block;
}
section.events-details .events-left-wrapper figcaption {
  position: absolute;
  bottom: 0;
  z-index: 99;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  padding: 0 50px 0 20px;
  margin-bottom: 20px;
  width: 100%;
}
section.publication-wrap .slick-slide {
  float: none;
}
section.publication-wrap .slick-slide .pub-left-outer {
  max-width: none;
  width: 98%;
}
.contact-wrapper.page-content {
  background: none;
}
.contact-wrapper.page-content h3 {
  font-size: 28px;
  margin: 20px 0;
  color: #1a1a1a;
}
.contact-wrapper.page-content h4 {
  color: #999;
  font-size: 14px;
}
.contact-wrapper.page-content h5 {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
.contact-wrapper.page-content .contact_blline {
  height: 4px;
  width: 80px;
  background-color: var(--bs-primary);
}
.contact-wrapper.page-content .contact-info-list {
  margin: 20px 0;
  border-top: 1px solid #e6e6e7;
}
.contact-wrapper.page-content .contact-info-list p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 5px;
}
.contact-wrapper.page-content .contact-info-list h6 {
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  cursor: default;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-all;
}
.contact-wrapper.page-content .contact-info-list .col-6 {
  margin: 15px 0px;
}
.contact-wrapper.page-content .contact_br form input {
  width: 49%;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 10px 20px;
  height: 60px;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-wrapper.page-content .contact_br form textarea {
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 20px;
}
.contact-wrapper.page-content .contact_br form button {
  background: var(--bs-primary);
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  height: 58px;
  border: 0px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  border-radius: 50px;
}
.contact-wrapper.page-content .contact_t {
  margin: 50px 0px 0;
  padding: 10px 0px;
  border-top: 1px solid #f2f2f2;
}
.profile-listing-23.profile-sec-wrapper {
  padding: 40px 0px 20px;
}
.profile-listing-23.profile-sec-wrapper .profile-box-main {
  padding: 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.profile-listing-23.profile-sec-wrapper .profile-box {
  padding-right: 15px;
  padding-left: 15px;
}
.profile-listing-23.profile-sec-wrapper .profile-view {
  margin-bottom: 40px;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap:after {
  display: none;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap:hover .profile-disc h4 {
  color: #000;
  background-color: transparent;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap:hover .profile-disc p {
  color: #000;
  background-color: transparent;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap:hover .click-rightarrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .profile-img-wrap {
  height: auto;
  position: relative;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .profile-img-wrap img {
  -webkit-filter: none;
          filter: none;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .profile-disc {
  padding: 16px 0px 0px;
  position: static;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .profile-disc h4 {
  padding: 0px;
  font-size: 1.13rem;
  margin-bottom: 0px;
  display: block;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .profile-disc p {
  padding: 0px;
  font-size: 0.89rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.profile-listing-23.profile-sec-wrapper .profile-view .profile-view-wrap .click-rightarrow {
  bottom: 0;
  top: auto;
  right: 0;
}
.profile-listing-23.profile-sec-wrapper .click-rightarrow {
  width: 100%;
  height: 45px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  -webkit-transform: translateX(225px);
      -ms-transform: translateX(225px);
          transform: translateX(225px);
  overflow: hidden;
}
.profile-listing-23.profile-sec-wrapper .click-rightarrow span {
  color: #d5df3d;
  font-size: 40px;
  font-weight: 300;
  margin-top: -6px;
  display: block;
}
.profile-listing-23.profile-sec-wrapper .click-rightarrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-listing-23.profile-sec-wrapper .click-rightarrow h5 {
  color: #d5df3d;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0px;
  margin-left: 14px;
  text-transform: uppercase;
}
.profile-listing-23.profile-sec-wrapper .popup-close {
  width: 45px;
  height: 45px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-listing-23.profile-sec-wrapper .popup-close span {
  color: #d5df3d;
  font-size: 40px;
  font-weight: 300;
  margin-top: -6px;
  margin-left: 5px;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.profile-listing-23 .profile-view .profile-popup .popup-profile-main .popup-close {
  right: -25px;
  top: -22px;
}
.profile-listing-23 .profile-view .profile-popup .popup-profile-main .box-left .profile-disc-pop {
  background-color: #000000;
}
@media (max-width: 1199px) {
  .profile-listing-23.profile-sec-wrapper .click-rightarrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .profile-listing-23.profile-sec-wrapper .profile-view {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .profile-listing-23 .profile-view .profile-popup .popup-profile-main .popup-close {
    right: -6px;
    top: -16px;
  }
  .profile-listing-23.profile-sec-wrapper .popup-close {
    height: 30px;
  }
}
.profile-detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-detail-main .box-left {
  width: 327px;
  overflow: hidden;
  border-right: 1px solid #d7d7d7;
}
.profile-detail-main .box-left .img-profile-pop {
  max-height: 378px;
  overflow: hidden;
}
.profile-detail-main .box-left .img-profile-pop img {
  width: 100%;
}
.profile-detail-main .box-left .profile-disc-pop {
  background-color: #000000;
  padding: 35px;
  height: 100%;
  color: #fff;
}
.profile-detail-main .box-left .profile-disc-pop h4 {
  font-size: 30px !important;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.profile-detail-main .box-left .profile-disc-pop .profile-view .profile-popup .popup-profile-main .box-left .profile-disc-pop p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}
.profile-detail-main .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 70px 15px 70px 45px;
  background-color: #fff;
}
.profile-detail-main .right .right-box {
  max-height: 490px;
  overflow-y: scroll;
  padding-right: 30px;
}
.profile-detail-main .right .right-box p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.page-list.product-wrapper {
  margin-top: 30px;
}
.page-list.case-wrapper {
  padding: 30px 0;
}
.page-list .news-wrapper {
  padding: 30px 0;
}
.page-list .product-filter {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.page-list .product-filter .filter-row {
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}
.page-list .product-filter .filter-row:last-child {
  border-bottom: none;
}
.page-list .product-filter .filter-title {
  padding: 0 15px;
  margin-right: 10px;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-list .product-filter .filter-values ul {
  list-style: none;
}
.page-list .product-filter .filter-values li a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 0 15px;
  background-color: #f2f2f2;
  margin: 5px 8px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-list .product-filter .filter-values li:hover a,
.page-list .product-filter .filter-values li.active a {
  background-color: var(--bs-primary);
  color: #fff;
}
/* 推荐产品 s */
.product-wrapper {
  margin-top: 60px;
}
.product-wrapper .link-section {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-wrapper .link-section a {
  font-size: 15px;
  color: #111;
  margin: 0 10px;
}
.product-wrapper .product-list {
  margin-top: 10px;
}
.product-wrapper .product-list .product-item {
  margin: 12px 0;
}
.product-wrapper .product-list .product-item .product-item-wrapper {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
          box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover {
  top: -4px;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .pic img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper {
  background-color: var(--bs-primary);
  color: #fff;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-title {
  color: #fff;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-info {
  color: #fff;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper .product-item-bottom .price {
  color: #fff;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more {
  color: #fff;
}
.product-wrapper .product-list .product-item .product-item-wrapper:hover .public-more::after {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.product-wrapper .product-list .product-item .pic {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.product-wrapper .product-list .product-item .pic img {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  border: none !important;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrapper .product-list .product-item .content-wrapper {
  padding: 15px 15px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.product-wrapper .product-list .product-item .product-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-wrapper .product-list .product-item .product-item-info {
  margin: 10px 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-wrapper .product-list .product-item .product-item-bottom .price {
  display: inline-block;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.product-wrapper .product-list .product-item .product-item-bottom .price .price-unit {
  font-size: 12px;
  margin-right: -4px;
}
.product-wrapper .product-list .product-item .product-item-bottom .public-more {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 20px;
}
.product-wrapper .product-more {
  margin-top: 30px;
}
/* 推荐产品 e */
.product-content-info {
  margin-top: 60px;
}
.procontent1_l {
  height: 550px;
}
.procontent1_l .gallery-top {
  height: 75%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.procontent1_l .gallery-top .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.procontent1_l .gallery-thumbs {
  height: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.procontent1_l .gallery-thumbs .swiper-slide {
  height: 100%;
  border: 1px solid #999;
  opacity: 0.4;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.procontent1_l .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #000;
  opacity: 1;
}
.procontent1_l .swiper-slide {
  background: none;
  overflow: hidden;
}
.procontent1_l .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.procont_ltop h2 {
  font-size: 28px;
  color: #333333;
}
.procont_ltop p {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}
.procont_lbot {
  margin-top: 30px;
  background-color: #f2f3f5;
  border-radius: 10px;
  padding: 20px;
}
.procont_lbot p {
  font-size: 15px;
  line-height: 30px;
}
.procontent_zx {
  margin-top: 40px;
}
.procontent_zx a {
  width: 150px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
}
.procontent_zx a .fa {
  margin-right: 5px;
}
.procontent_zx .product-info-price {
  background-color: var(--bs-primary);
}
.procontent_zx .product-info-price .price-text {
  font-size: 18px;
  font-weight: 600;
}
.case-wrapper .case-item {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  margin-bottom: 30px;
}
.case-wrapper .case-item .case-item-img {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.case-wrapper .case-item .case-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  border: none !important;
  padding: 0;
}
.case-wrapper .case-item .case-content-wrapper {
  padding: 15px 15px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.case-wrapper .case-item .case-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.case-wrapper .case-item .case-item-info {
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  text-align: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.case-wrapper .case-item:hover {
  top: -4px;
}
.case-wrapper .case-item:hover .case-item-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.case-wrapper .case-item:hover .case-content-wrapper {
  background-color: var(--bs-primary);
  color: #fff;
}
.case-wrapper .case-item:hover .case-content-wrapper .case-item-title {
  color: #fff;
}
.case-wrapper .case-item:hover .case-content-wrapper .case-item-info {
  color: #fff;
}
