.home_banner {
  position: relative;
  color: #fff;
  height: 812px;
  overflow: hidden;
}
.home_banner .home_banner_swiper .banner_swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 85px;
  z-index: 999;
  margin-left: 2px;
}
.home_banner .home_banner_swiper .banner_swiper-pagination span {
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 0 20px;
  position: relative;
  border-radius: 50%;
  opacity: 1;
}
.home_banner .home_banner_swiper .banner_swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  transform: translate(-11px, -11px);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s;
  opacity: 0;
}
.home_banner .home_banner_swiper .banner_swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.home_banner .led-img {
  position: absolute;
  top: 22px;
  right: -174px;
}
.home_banner .btn {
  position: relative;
  transition: 0.3s;
}
.home_banner .btn:hover {
  padding-left: 50px;
}
.home_banner .btn:hover::after {
  opacity: 0;
  right: 10px;
}
.home_banner .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  width: 17px;
  height: 13px;
  background: url('../img/icons/w_right.png') no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.home_banner .btn_prev {
  position: absolute;
  top: 42%;
  left: 56px;
  width: 14px;
  height: 24px;
  background: url('../img/icons/left.png') no-repeat;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
}
.home_banner .btn_next {
  position: absolute;
  top: 42%;
  right: 56px;
  width: 14px;
  height: 24px;
  background: url('../img/icons/left.png') no-repeat;
  transform: rotate(-180deg);
  background-size: contain;
  z-index: 999;
  cursor: pointer;
}
.home_banner li.swiper-slide,
.home_banner li {
  height: 812px;
}
.home_banner .bg-img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -2px;
  position: absolute;
}
.home_banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .bg-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(3, 3, 3, 0.5), rgba(86, 110, 120, 0.5));
}
.home_banner .content {
  padding-top: 178px;
}
.home_banner .content span {
  font-size: 18px;
  text-transform: uppercase;
  color: #029df7;
}
.home_banner .content h1 {
  font-size: 56px;
  line-height: 66px;
  margin-top: 20px;
}
.home_lighting {
  padding-top: 106px;
  padding-bottom: 177px;
  overflow: hidden;
}
.home_lighting .inner {
  margin-top: 77px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 280px;
  grid-gap: 15px 20px;
}
.home_lighting .inner a {
  display: block;
}
.home_lighting .inner img {
  transition: 0.3s;
}
.home_lighting .inner a:hover .product img {
  transform: scale(1.05);
}
.home_lighting .inner strong {
  font-size: 28px;
  line-height: 39px;
  font-weight: 900;
}
.home_lighting .inner .box2,
.home_lighting .inner .box3 {
  padding: 100px 46px 0;
  position: relative;
  background-color: #f2f6f9;
  overflow: hidden;
}
.home_lighting .inner .box2 .product,
.home_lighting .inner .box3 .product {
  position: absolute;
  top: 0px;
  right: 0px;
}
.home_lighting .inner .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_lighting .inner .l-bg {
  position: relative;
  grid-row: 1 / 3;
  color: #fff;
  box-shadow: inset 0 -36px 47px 32px rgba(33, 33, 33, 0.8);
}
.home_lighting .inner .l-bg h3 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 28px;
  font-weight: 900;
}
.home_lighting .inner .l-bg .product {
  position: absolute;
  bottom: -134px;
  right: -67px;
  z-index: 10;
}
.home_lighting .inner .l-bg .product img {
  width: 100%;
  height: 100%;
}
.home_lighting .inner .l-bg i img {
  margin-bottom: -2px;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.home_lighting .inner .l-bg .text span {
  margin-left: 0px;
  position: relative;
  padding-bottom: 10px;
}
.home_lighting .inner .l-bg .text span::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #fa4a03, #faaf00);
}
.home_lighting .inner .l-bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  object-fit: cover;
}
.head span {
  color: #029df7;
  font-size: 18px;
  text-transform: uppercase;
}
.head.center h2 {
  margin-top: 14px;
  font-size: 3rem;
  margin-left: -4px;
  font-weight: 900;
}
.home_about {
  padding-bottom: 143px;
}
.home_about .left {
  flex: 1;
  padding-top: 38px;
  max-width: 540px;
}
.home_about .left .about-btn {
  position: relative;
  margin-top: 46px;
  width: 212px;
  height: 56px;
  background: linear-gradient(to right, #fa4a03, #faaf00);
  border-radius: 28px;
  padding-left: 37px;
  transition: 0.3s;
  opacity: 0.8;
}
.home_about .left .about-btn:hover {
  opacity: 1;
  padding-left: 43px;
}
.home_about .left .about-btn:hover::after {
  right: 10px;
  opacity: 0;
}
.home_about .left .about-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  transition: 0.3s;
  background: url('../img/icons/w_right.png');
  right: 31px;
}
.home_about .left .head h2 {
  font-size: 48px;
  line-height: 62px;
  margin-top: 0;
  font-weight: 900;
}
.home_about .left p {
  font-size: 18px;
  line-height: 31px;
  margin-top: 23px;
  max-width: 482px;
}
.home_about .left .nums {
  margin-top: 38px;
}
.home_about .left .nums ul {
  display: flex;
  justify-content: space-between;
}
.home_about .left .nums ul li i {
  display: block;
  width: 60px;
  height: 52px;
  background: no-repeat center / contain;
  margin-bottom: 18px;
}
.home_about .left .nums ul li span {
  color: var(--title_color);
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
}
.home_about .left .nums ul li p {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1rem;
}
.home_about .right {
  position: relative;
  width: 47.37705%;
}
.home_about .right .img {
  aspect-ratio: 578/618;
  overflow: hidden;
  border-radius: 10px;
}
.home_about .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.home_about .right .block {
  position: absolute;
  bottom: -3rem;
  border-radius: 5px;
  background-color: #029df7;
  right: -36px;
  width: 202px;
  height: 198px;
  padding: 37px 12px 0 34px;
}
.home_about .right .block i img {
  width: 38px;
  height: 40px;
}
.home_about .right .block p {
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  margin-top: 24px;
}
.home_service {
  padding-bottom: 142px;
}
.home_service .sercvice_swpier_box {
  position: relative;
}
.home_service .swiper_btns {
  max-width: 1398px;
  width: 98vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  height: 30px;
  z-index: 2;
}
.home_service .swiper_btns .btn_prev {
  width: 16px;
  height: 100%;
  cursor: pointer;
  background: url('../img/icons/pren_icon.png');
}
.home_service .swiper_btns .btn_next {
  width: 16px;
  height: 100%;
  cursor: pointer;
  transform: rotate(180deg);
  background: url('../img/icons/pren_icon.png');
}
.home_service .service_home_aboutswpier {
  margin-top: 66px;
}
.home_service .service_home_aboutswpier li.active {
  background-color: #212121;
  color: #fff;
}
.home_service .service_home_aboutswpier li.active .img {
  background: linear-gradient(to right, #fa4a03, #faaf00);
}
.home_service .service_home_aboutswpier li.active .title {
  color: #fff;
}
.home_service .service_home_aboutswpier li.active .more::after {
  background: url('../img/icons/red-right.png') no-repeat;
  background-size: contain;
}
.home_service .service_home_aboutswpier li.active::before {
  background-color: #2b2b2b;
}
.home_service .service_home_aboutswpier li::before {
  content: '';
  display: block;
  position: absolute;
  top: -71px;
  left: -87px;
  width: var(--mask_width);
  height: var(--mask_width);
  border-radius: 50%;
  background-color: #f9f9f9;
  z-index: 1;
  transition: all 0.3s;
}
.home_service .service_home_aboutswpier li.active p {
  color: #fff;
}
.home_service .service_home_aboutswpier li.active a > span {
  color: #fa4a03;
}
.home_service .service_home_aboutswpier li {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 48px 33px 0 36px;
  padding-bottom: 44px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.home_service .service_home_aboutswpier li .title {
  margin-top: 41px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.home_service .service_home_aboutswpier li .more {
  position: relative;
}
.home_service .service_home_aboutswpier li .more::after {
  content: '';
  display: block;
  position: absolute;
  top: 34%;
  right: -12px;
  width: 18px;
  height: 16px;
  background: url('../img/icons/blue_right.png') no-repeat;
  background-size: contain;
}
.home_service .service_home_aboutswpier li p {
  margin-top: 27px;
  text-align: center;
  font-size: 17px !important;
  line-height: 1.5rem !important;
}
.home_service .service_home_aboutswpier li a {
  position: relative;
  z-index: 2;
}
.home_service .service_home_aboutswpier li a > span {
  display: inline-block;
  color: #029df7;
  font-size: 18px;
  margin-top: 41px;
  margin-left: -22px;
  font-weight: 600;
  padding: 10px 10px 10px 10px;
}
.home_service .service_home_aboutswpier li i {
  margin-top: 2px;
}
.home_service .service_home_aboutswpier li .img {
  width: 113px;
  height: 113px;
  background-color: #029df7;
  margin-top: 20px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_service .service_home_aboutswpier li .img img {
  width: 52px;
  height: 52px;
}
.home_solutions {
  padding-top: 144px;
  padding-bottom: 100px;
  background: url('../img/back/solutions-bg.png') no-repeat;
  overflow: hidden;
}
.home_solutions .head p {
  font-size: 17px;
  line-height: 30px;
  width: 64%;
  margin: 0 auto;
  padding-top: 26px;
}
.home_solutions .button_more {
  margin-top: 70px;
  display: inline-block;
  font-size: 17px;
  border-bottom: 1px solid #029df7;
  padding: 12px 22px 12px 0;
  position: relative;
  padding-left: -1px;
  font-weight: 600;
  transition: 0.3s;
}
.home_solutions .button_more:hover {
  padding-left: 15px;
  padding-right: 15px;
}
.home_solutions .button_more:hover::after {
  right: -10px;
  opacity: 0;
}
.home_solutions .button_more:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url('../img/icons/b_right.png') no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.home_solutions .home_solution_swiper {
  margin: 54px auto 0;
  max-width: 1112px;
}
.home_solutions .home_solution_swiper .swiper-slide:hover {
  padding-top: 119px;
}
.home_solutions .home_solution_swiper .swiper-slide:hover::after {
  opacity: 1;
}
.home_solutions .home_solution_swiper .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5;
  background: linear-gradient(to top, rgba(4, 155, 242, 0.8), rgba(12, 12, 34, 0.5));
  z-index: -1;
}
.home_solutions .home_solution_swiper .swiper-slide {
  width: 358px;
  height: 360px;
  border-radius: 10px;
  padding-top: 300px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.home_solutions .home_solution_swiper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_solutions .home_solution_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.home_solutions .home_solution_swiper .swiper-slide .intro {
  padding: 0 35px;
  text-align: center;
}
.home_solutions .home_solution_swiper .swiper-slide .intro h3 {
  font-size: 22px;
  color: #fff;
}
.home_solutions .home_solution_swiper .swiper-slide .intro p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 26px;
  font-weight: 300;
}

#text-content table,
     table {
        width: 100%;
        font-size: 16px;
        color: #333333;
        border-width: 1px;
        border-color: #a9c6c9;
        border-collapse: collapse; 
            border-spacing: 0 !important;
    }

#text-content table th,
    table th {
        border-width: 1px;
        padding: 8px !important;
        border-style: solid;
        border-color: #a9c6c9;
    }

#text-content table td,
     table td {
        border-width: 1px;
        padding: 8px !important;
        border-style: solid;
        border-color: #a9c6c9;
    }
 
    table tr:nth-child(odd) {
        background: #F4F4F4;
    }

    table p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .public-table {
        overflow-x: auto;
    } 

    @media screen and (max-width: 768px) {

        .public-table table{
            width: 150% !important; 
        } 

        table { 
            font-size: 14px;
        }

#text-content table th,
        table th {
            padding: 5px !important;
        }

#text-content table td,
        table td {
            padding: 5px !important;
        }
    }





