/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * NEWS
 * ABOUT
 * BUSINESS
 * GLOBAL
 * ONLINE
 * PARTNERS
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .swiper-slide-active:nth-child(1) {
  animation: kenburns-top 5s ease-out both reverse;
}
.banner .swiper-slide-active:nth-child(2) {
  animation: kenburns-right 5s ease-out both reverse;
}
.banner .swiper-slide-active:nth-child(3) {
  animation: kenburns-bottom 5s ease-out both reverse;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  position: relative;
}
.index-news-content {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .index-news-content {
    width: 740px;
    height: 235px;
    position: absolute;
    top: -235px;
    right: 0;
    z-index: 1000;
  }
}
.index-news-title {
  border-bottom: 1px solid #dbdbdb;
  padding: 1.75rem 1rem 1rem;
}
@media (min-width: 768px) {
  .index-news-title {
    padding: 1.75rem 3.75rem 1rem;
  }
}
.index-news-title .title {
  color: #2c3077;
  font-family: "DIN Alternate Bold";
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
.index-news-title .title span {
  color: #f2af1c;
}
@media (min-width: 576px) {
  .index-news-title .title {
    font-size: 1.75rem;
  }
}
.index-news-list {
  padding: 1.5rem 1rem 1rem;
}
@media (min-width: 768px) {
  .index-news-list {
    padding: 1.5rem 3.5rem 1rem;
  }
}
.index-news-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-news-list .list li {
  margin-bottom: 0.25rem;
}
.index-news-list .list li a {
  display: block;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news-list .list li a::before {
  content: "\f231";
  color: #2c3077;
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
}
.index-news-list .list li a:hover {
  color: #f2af1c;
}
@media (min-width: 576px) {
  .index-news-list .list li {
    margin-bottom: 0.5rem;
  }
  .index-news-list .list li a {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  border-top: 1px solid #e4e2e3;
  background-color: #ffffff;
  background-image: url(../images/index-about-bg-s.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 576px) {
  .index-about {
    background-image: url(../images/index-about-bg.jpg);
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .index-about {
    padding: 10.5rem 0 4rem;
  }
}
@media (min-width: 1200px) {
  .index-about {
    border-top: none;
  }
}
.index-about .container-xxl > .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-about-text {
  margin-bottom: 2.25rem;
}
.index-about-text .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.index-about-text .title span {
  display: block;
  color: #2c3077;
  font-family: "DIN Alternate Bold";
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.index-about-text .title span b {
  color: #f2af1c;
}
@media (min-width: 576px) {
  .index-about-text .title {
    font-size: 1.5rem;
  }
  .index-about-text .title span {
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 992px) {
  .index-about-text .title span {
    font-size: 4.5rem;
    margin-bottom: 0.75rem;
  }
}
.index-about-text .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .index-about-text .text {
    font-size: 1.0625rem;
  }
}
.index-about-list .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.75rem;
}
.index-about-list .pic {
  border-radius: 50%;
}
.index-about-list .title {
  color: #2c3077;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .index-about-list .title {
    font-size: 1.5rem;
  }
}
.index-about-list .text {
  font-size: 1rem;
  letter-spacing: 0.075rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .index-about-list .text {
    font-size: 1.0625rem;
  }
}
.index-about-pic {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (min-width: 1700px) {
  .index-about-pic {
    position: absolute;
    top: 11.5rem;
    right: 0;
  }
}

/*------------------------------------*\
    BUSINESS
\*------------------------------------*/
.index-business {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3rem 0 1rem;
}
@media (min-width: 1200px) {
  .index-business {
    padding: 0;
  }
}
.index-business::before {
  content: "";
  background-color: rgba(44, 48, 119, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-business .container-xxl {
  position: relative;
  z-index: 3;
}
.index-business-list.row {
  min-height: 340px;
}
.index-business-list.row > [class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .index-business-list.row > [class*=col-] {
    margin-bottom: 0;
  }
}
.index-business-list .counter {
  color: #f2af1c;
  font-family: "DIN Alternate Bold";
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
@media (min-width: 576px) {
  .index-business-list .counter {
    font-size: 5.5rem;
    letter-spacing: 0.25rem;
  }
}
.index-business-list .title {
  color: #f2af1c;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .index-business-list .title {
    font-size: 1.25rem;
  }
}
.index-business-list .text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.075rem;
}
@media (min-width: 576px) {
  .index-business-list .text {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
.index-global {
  background-image: url(../images/index-global-bg.jpg);
  background-position: right top;
  background-repeat: repeat;
  position: relative;
  min-height: 1365px;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .index-global {
    padding: 5rem 0;
  }
}
.index-global::before {
  content: "";
  background-image: url(../images/index-global-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-global .container-xxl {
  position: relative;
  z-index: 3;
}
.index-global .finance-global-title {
  margin-top: 0;
}
.index-global .finance-global-title-secondary {
  margin-top: 2rem;
}
.index-global .finance-global-list .num {
  display: none;
}

/*------------------------------------*\
    ONLINE
\*------------------------------------*/
.index-online {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1400px) {
  .index-online {
    position: relative;
    top: -12rem;
    margin-bottom: -12rem;
    z-index: 4;
  }
}
@media (min-width: 1600px) {
  .index-online {
    max-width: 1600px;
    margin-left: auto;
    margin-right: 0;
  }
}
.index-online::before {
  content: "";
  background-color: rgba(41, 77, 43, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-online .container-xxl {
  position: relative;
  z-index: 3;
}
@media (min-width: 1600px) {
  .index-online .container-xxl {
    max-width: 100%;
    padding: 0;
  }
}
.index-online-text {
  text-align: center;
  min-height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  .index-online-text {
    margin-right: 21%;
  }
}
.index-online-text .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
}
.index-online-text .title span {
  display: block;
  font-family: "DIN Alternate Bold";
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.index-online-text .title span b {
  color: #f2af1c;
}
@media (min-width: 576px) {
  .index-online-text .title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
  }
  .index-online-text .title span {
    font-size: 3rem;
    letter-spacing: 0.075rem;
    margin-bottom: 0.5rem;
  }
}
.index-online-text .link {
  border: 1px solid #f2af1c;
  color: #f2af1c;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 45px;
  width: 180px;
  height: 45px;
}
.index-online-text .link i {
  margin-left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-online-text .link:hover {
  background-color: #f2af1c;
  color: #ffffff;
}
.index-online-text .link:hover i {
  margin-left: 1rem;
}
@media (min-width: 576px) {
  .index-online-text .link {
    font-size: 1.125rem;
    line-height: 50px;
    width: 240px;
    height: 50px;
  }
}

/*------------------------------------*\
    PARTNERS
\*------------------------------------*/
.index-partners {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .index-partners {
    padding: 6rem 0;
  }
}
@media (min-width: 1600px) {
  .index-partners {
    max-width: 1600px;
    margin-left: auto;
    margin-right: 0;
  }
}
.index-partners .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .index-partners .container-xxl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 1600px) {
  .index-partners .container-xxl {
    max-width: 100%;
    padding: 0;
  }
}
.index-partners .swiper-slide {
  text-align: center;
}
.index-partners .swiper-control {
  padding: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  position: relative;
}
.index-partners .swiper-control::before {
  content: "";
  background-color: #e2e2e2;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .index-partners .swiper-control {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .index-partners .swiper-control {
    padding: 0 4rem;
  }
}
.index-partners .swiper-button-prev, .index-partners .swiper-button-next {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2c3077;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin: 0 1.25rem;
}
.index-partners .swiper-button-prev::after, .index-partners .swiper-button-next::after {
  font-size: 2rem;
}