.banner-section {
    position: relative;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-slider .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-slider .content-box {
    position: relative;
    padding: 200px 0 200px;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.banner-slider .content-box .inner {
    position: relative;
    
    padding: 11px 8px;
    text-align: center;
    /* background: #00000094; */
}
.banner-slider .content-box .inner h1{
    color:#fff !important;
    font-size:40px;
    font-weight:300;
    line-height:1.2;
    margin:0;
    padding:0;
}
.banner-slider .content-box  .ast-custom-slider-link{
    color:#fff !important;
    font-size:16px;
    transition: 700ms;
    font-weight:300;
    line-height:1.2;
    display: inline-flex;
    align-items: center;
    background-color: #0f3657;
    gap: 5px;
    text-decoration: none;
    margin-top: 30px;
    padding: 13px 20px;
}
.banner-slider .content-box  .ast-custom-slider-link:hover {
    background-color: #000;
}
.banner-slider .swiper-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.5) 37.74%, rgba(0, 0, 0, 0) 60.8%);
    z-index: 999;
}
.slider-container{
    padding:0 !important;
}
.slider-container .e-con-inner{
    padding:0 !important;
    margin:0 !important;
    max-width:100% !important;
}

.banner-slider .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  z-index: 9;
  gap: 10px;
}
.banner-slider .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #f2f2f2;
    color: #0f3657;
    transition: all 0.4s ease-in-out;
}
.banner-slider .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #0f3657;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .banner-slider .array-button {
    display: none;
  }
}
.banner-slider .array-button .array-prev, .banner-slider .array-button .array-next {
 
  line-height: 10px;
  font-size: 24px;
	text-align: center;
    padding: 0;
}
.banner-slider .array-button .arry-prev {
  background-color: var(--gt-theme);
  color: var(--gt-header);
}