.sun43i-banner{
  width:100%;
  height:118px;
  background:
    linear-gradient(rgba(93,154,199,.88), rgba(93,154,199,.88)),
    url("assets/images/breadcrumb-bg.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:0 105px;
  font-family:Arial, sans-serif;
}

.sun43i-banner-content h2{
  font-size:20px;
  font-weight:700;
  color:#000;
  margin:0 0 12px;
}

.sun43i-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
}

.sun43i-breadcrumb a,
.sun43i-breadcrumb span,
.sun43i-breadcrumb p{
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  margin:0;
}

.sun43i-detail-section{
  width:100%;
  background:#fff;
  padding:58px 90px 45px;
  font-family:Arial, sans-serif;
}

.sun43i-wrap{
  display:grid;
  grid-template-columns:50% 50%;
  gap:20px;
  align-items:start;
}

.sun43i-left h2{
  font-size:24px;
  font-weight:700;
  color:#5b97c6;
  margin:0 0 24px;
}

.sun43i-desc{
  font-size:16px;
  line-height:1.6;
  color:#6b6b6b;
  margin:0 0 30px;
}

.sun43i-buttons{
  display:flex;
  gap:90px;
  margin:0 0 30px 10px;
}

.sun43i-btn{
  width:185px;
  height:39px;
  background:#5b97c6;
  color:#fff;
  border-radius:3px;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:14px;
  font-weight:700;
}

.sun43i-table{
  width:550px;
  border-collapse:collapse;
  color:#1a2a44;
  font-size:16px;
}

.sun43i-table th{
  background:#5b97c6;
  color:#fff;
  font-weight:700;
  height:34px;
  border:1px solid #c9d1da;
}

.sun43i-table td{
  border:1px solid #c9d1da;
  padding:8px 16px;
  vertical-align:middle;
  line-height:1.55;
}

.sun43i-table td:first-child{
  width:48px;
  text-align:center;
  font-weight:600;
}

.sun43i-table td:nth-child(2){
  width:255px;
}

.sun43i-right{
  min-height:500px;
  padding-top:0;
}

.sun43iSlider{
  width:100%;
  height:470px;
  position:relative;
  padding-bottom:45px;
}

.sun43iSlider .swiper-slide{
  display:flex;
  align-items:center;
  justify-content:center;
}

.sun43iSlider img{
  max-width:100%;
  max-height:380px;
  object-fit:contain;
  display:block;
}

.sun43i-prev,
.sun43i-next{
  position:absolute;
  top:48%;
  width:34px;
  height:34px;
  z-index:5;
  cursor:pointer;
  color:#e3e3e3;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sun43i-prev{ left:0; }
.sun43i-next{ right:0; }

.sun43i-prev::before{
  content:"‹";
  font-size:52px;
  font-weight:300;
  line-height:1;
}

.sun43i-next::before{
  content:"›";
  font-size:52px;
  font-weight:300;
  line-height:1;
}

.sun43i-pagination{
  position:absolute;
  bottom:0 !important;
  text-align:center;
}

.sun43i-pagination .swiper-pagination-bullet{
  width:6px;
  height:6px;
  background:#d0d0d0;
  opacity:1;
  margin:0 6px !important;
}

.sun43i-pagination .swiper-pagination-bullet-active{
  background:#111;
}

@media(max-width:991px){
  .sun43i-banner{
    padding:0 30px;
  }

  .sun43i-wrap{
    grid-template-columns:1fr;
  }

  .sun43i-table{
    width:100%;
  }
}

@media(max-width:576px){
  .sun43i-detail-section{
    padding:35px 18px;
  }

  .sun43i-buttons{
    flex-direction:column;
    gap:15px;
    margin-left:0;
  }

  .sun43i-btn{
    width:100%;
  }

  .sun43i-table{
    font-size:13px;
  }

  .sun43i-table td{
    padding:7px;
  }
}