.content {
  background: url("../images/silderbg-1.png") no-repeat, url("../images/silderbg-2.png") no-repeat, url("../images/silderbg-3.png") no-repeat, url("../images/silderbg-4.png") no-repeat, url("../images/all_b1g.png") no-repeat;
  background-size: 500px, 50px, auto, auto, 100%;
  background-position: 5% -8%, 92% 39%, 10% 56%, 78% 63%, center;
}
@media (max-width: 767px) {
  .content {
    background-size: 80%, 50px, auto, auto, 100%;
    background-position: 5% -8%, 92% 39%, 10% 56%, 78% 63%, 350%;
  }
}

.mySwiper {
  position: relative;
}
.mySwiper .swiper-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 1;
}
.mySwiper .swiper-controls .swiper-pagination {
  width: 100%;
  bottom: 0px;
}
.mySwiper .swiper-controls .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.index_title {
  font-size: 3rem;
  color: #32166D;
  text-align: center;
  font-weight: bold;
  margin: 1em 0 0.8em;
}
@media (max-width: 767px) {
  .index_title {
    margin: 0 0 0.4em;
  }
}

.card-outline-tabs {
  margin-bottom: 4em;
}
.card-outline-tabs .nav-tabs {
  border: none;
}
.card-outline-tabs .nav-link {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #32166D;
  color: #32166D;
}
.card-outline-tabs .nav-link.active {
  background: #32166D;
  color: #fff;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #32166D;
}
.card-outline-tabs .nav-link.active:hover {
  background: #ff9448;
  border: 2px solid #ff9448;
  color: #32166D;
}
@media (max-width: 767px) {
  .card-outline-tabs .nav-link {
    font-size: 1rem;
    margin: 5px;
  }
}
.card-outline-tabs .card-body {
  background: #fff;
  padding: 15px 2.5em;
  border: 2px solid #3E3A80;
  border-radius: 15px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .card-outline-tabs .card-body {
    padding: 15px;
  }
}

.card-info.card-outline-tabs > .card-header a.active, .card-info.card-outline-tabs > .card-header a.active:hover {
  border-top: 3px solid #f4b21b;
}

.news_list:hover {
  background-color: #e8e8e8;
}
.news_list i {
  color: #FF964B;
  margin: 0 10px 0 10px;
}

.readMore {
  text-align: center;
  margin-top: -20px;
}
.readMore a {
  background: #32166D;
  color: #fff;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #32166D;
  display: inline-block;
  padding: 5px 4em;
  font-size: 1.3rem;
  border-radius: 5px;
  position: relative;
  top: 35px;
}
.readMore a:hover {
  background: #ff9448;
  border: 2px solid #ff9448;
  color: #32166D;
}

.link_block {
  padding: 3.5em 0;
  background: url("../images/link_blockbg.png") no-repeat, linear-gradient(180deg, #BFC9F2 0%, #65BBD7 100%);
  background-position: 5% 10%, center;
}
.link_block .row {
  background: #fff;
  border: 2px solid #3E3A80;
  padding: 1em 9%;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  margin: 0;
}

.link_item a {
  display: block;
  transition: all 0.5s;
}
.link_item a:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.link_item a img {
  width: 100%;
  height: 100%;
  padding: 7px;
  height: 115px;
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .link_item a img {
    height: 80px;
  }
}/*# sourceMappingURL=index.css.map */