.slider-home {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 40px; */
  }
.slider-home .swiper-slide {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.slider-home .swiper-slide .hs-body {
    padding-left: 5%;
    position: relative;
    width: 35%;
    height: 100%;
    vertical-align: top;
    float: left;
    background: rgba(239, 243, 248, 0.829);
}
.slider-home .swiper-slide .hs-body .txt-par {
	text-align: left;
}
.slider-home .swiper-slide .hs-body h1 {
  font-size: 70px;
  margin-bottom: 25px;
  color: #0D3B66;
  font-weight: 700;
}
.slider-home .swiper-slide .hs-body ul {
    column-count: 2;
    column-gap: 3.6%;
}
.slider-home .swiper-slide .hs-body ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0D3B66;
    font-weight: 600;
}
.home-slider-navigation{
    position: absolute;
    /* max-width: 240px; */
    right: 0%;
    bottom: 0%;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .home-slider-navigation .swiper-pagination {
    position: relative;
    display: inline-block;
    min-width: 100px;
    padding: 0 15px;
}
.swiper-pagination-bullet {
  width: 35px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color:#000;
  opacity: 0.5;
  background: transparent;
  font-weight: 700;
  margin: 0 15px;
}
.swiper-pagination-bullet-active {
  color:#3C4E98;
  opacity: 1;
}

.home-slider-navigation .swiper-button-next,
.home-slider-navigation .swiper-button-prev {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 80px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 47px 88px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EFF3F8;
}
.home-slider-navigation .swiper-button-next {
  background-image: none;
  left: 0px;
  right: auto;
  transform: rotate(180deg);
  background-color: rgba(13, 59, 102, 0.808);
}
.home-slider-navigation .swiper-button-prev {
  background-image: none;
  right: 0px;
  left: auto;
}
.home-slider-navigation .swiper-button-next:hover,
.home-slider-navigation .swiper-button-prev:hover {
    background-color: rgba(190, 190, 190, 0.623);
}

.similar-producs-arrows {
    max-width: 120px;
    display: flex;
    justify-content: space-between;
    float: right;
    width: 120px;
}

.smlr-btn-prev,
.smlr-btn-next {
    background-color: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    width: 50px;
    height: 50px;
    background-image: url('/images/icons/arrow-blog-slider.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}
.smlr-btn-prev:hover,
.smlr-btn-next:hover {
    background-color: rgb(95, 109, 122);
}
.smlr-btn-next {
    transform: rotate(180deg);
}
.blog-thumb {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #00000029;
    display: block;
    margin: 20px;
    cursor: pointer;
}
.blog-thumb:hover {
    box-shadow: 0px 0px 10px #0000003d;
    transform: scale(1.01);
    /* background: #B9D6F2; */
}
.blg-img {
    height: 165px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blg-dscr {
    padding: 5% 5% 35px;
    position: relative;
}
.blg-date{
    color: #757575;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}
.blg-ttl {
    /* color: #; */
    font-size: 18px;
    font-weight: 500;
    height: 66px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #08021E;
}
.lrn-more-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-weight: 700;
    padding-right: 30px;
    color: #0D3B66;
    font-size: 12px;
}
.lrn-more-btn:after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #DBDBDB;
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/icons/arrow-blog-slider.svg');
    right: 0;
    top:0;
    border-radius: 50%;
    transform: rotate(180deg);
}
.facility-slider {
    box-shadow: 0px 1px 6px #00000029;
}
.facility-slider  .swiper-container {
    width: 100%;
    height: 100%;

  }
  .facility-slider  .swiper-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @media (max-width: 1256px) {
    .slider-home .swiper-slide .hs-body {
        width: 50%;
    }
  }
  @media (max-width: 768px) {
    .slider-home .swiper-slide .hs-body {
        width: 100%;
        background: rgba(239, 243, 248, 0.529);
    }
    .slider-home .swiper-slide .hs-body h1 {
        font-size: 50px;
  }
  @media (max-width: 768px) {

  }
