/*Map style start*/
.sam--nav--chart {
  width: 100%;
  height: 620px;
  overflow: hidden;
  text-align: center;
}

.sam--nav--chart g[role="group"] g {
  stroke: #989898 !important;
  width: 100px;
}

.sam--nav--chart .pointpopup {
  padding: 0px 5px 5px 5px;
  text-align: left !important;
}
.sam--nav--chart .pointpopup a {
  text-decoration: underline !important;
}

.sam--nav--chart .pointpopup b {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 10px;
  text-align: center;
}

.sam--nav--chart .pointpopup small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 10px;
}

.sam--nav--chart .pointpopup small a {
  text-decoration: underline !important;
  font-weight: bold;
}

.sam--nav--chart .pointpopup .number {
  color: #ffffff;
  margin-bottom: 25px !important;
  text-align: left !important;
}

.sam--nav--chart .pointpopup .para {
  color: #ffffff;
  line-height: 1.45 !important;
}

.sam--nav--chart .pointpopup .title {
  color: #ffffff;
  margin-bottom: 15px !important;
  text-align: left !important;
  font-size: 22px;
}

/*Map style end*/

#pilier2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#pilier2 .mb-0 {
  margin-bottom: 0;
}

#pilier2 section.jw-section.small {
  padding: 30px;
}

#pilier2 section.jw-section.small h2 {
  margin: 0px;
  color: #00338d;
}

.text-center {
  text-align: center;
}

.box-set-card {
  display: none;
}

.box-set-card:nth-child(1) {
  display: block;
}

.box-set-outter {
  float: none !important;
  margin: 0 auto !important;
}

.box-set-card h2 {
  margin-bottom: 10px !important;
  margin-top: 30px;
}

.box-set-card p {
  line-height: 22px !important;
  color: #00338d;
}

.box-set-card a {
  margin-top: 20px;
}

.box-set-card-row {
  padding-bottom: 50px;
}

.box-set-card-col {
  float: none !important;
  margin: 0 auto !important;
}

.box-set-card-col-inner {
  padding: 50px 130px;
  background: #ffffff;
}

.box-set-card-col-inner h2 {
  margin-top: 0;
  line-height: 50px !important;
}

.box-set-btn {
  width: 100%;
}

.box-set-btn-left {
  width: 300px;
  position: absolute;
  top: 60px;
  left: -60px;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.box-set-btn-right {
  width: 300px;
  position: absolute;
  top: 60px;
  right: -60px;
  z-index: 100;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.box-set-btn-list {
  align-self: center;
  width: 100%;
  margin-bottom: 15px !important;
  background: #1e49e2;
  color: #ffffff !important;
  min-height: auto;
  padding: 15px;
  font-weight: normal;
  float: left;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.box-set-btn-list div {
  color: #ffffff !important;
}

.box-set-btn-list::before {
  content: "";
  width: 101%;
  transform: translateX(-100%);
  background: #7213ea;
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: all 0.3s linear;
}

.box-set-btn-list.active::before {
  transform: translateX(0);
}

.mobile-box {
  display: none;
}

.contact-section-part {
  position: relative;
}

.contact-section-part:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #f0f0f0;
  content: "";
  width: 65%;
  height: 100%;
}

.contact-section-inner {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

.contact-section-inner:before {
  position: absolute;
  left: 50%;
  top: 0;
  background: #00338d;
  content: "";
  width: 50%;
  height: 100%;
}

.contact-section-inner .col-xs-12 {
  padding: 0 50px !important;
}

.contact-section-inner h2 {
  padding: 0 !important;
  margin-bottom: 30px !important;
}

.contact-section .contact-section-inner p {
  font-size: 20px !important;
  line-height: 25px !important;
  margin-bottom: 30px !important;
}

/*#pilier2 .explore-blc nav ul .slider{width: 14.285714%}*/
@media screen and (min-width: 1024px) {
  #pilier2 .explore-blc nav ul li {
    width: 30%;
    margin-left: 0px !important;
  }
  #pilier2 .explore-blc nav ul li:first-child {
    margin-left: -20px !important;
  }

  #pilier2 .explore-blc nav ul .slider {
    width: 30%;
    margin-left: -20px !important;
  }
}

#pilier2 .explore-blc nav ul li:nth-child(7).active ~ .slider,
#pilier2 .explore-blc nav ul li:nth-child(7):hover ~ .slider {
  transform: translateX(600%);
}

@media (max-width: 1024px) {
  .box-set-card-col-inner {
    padding: 30px;
    background: #ffffff;
  }

  .box-set-card-col {
    background: none;
  }

  .mobile-box {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 90%;
  }

  .box-set-btn {
    display: none;
  }

  .mobile-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -41px;
    background: #00338d;
  }

  .mobile-btn:before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 15px;
    top: 12px;
    transform: rotate(45deg);
    transition: all 0.2s linear;
  }

  .mobile-btn.active:before {
    transform: rotate(-45deg);
    top: 8px;
    left: 13px;
  }

  .mobile-box .box-set-btn-list {
    padding: 10px;
    width: 100%;
    margin-bottom: 1px !important;
  }

  .mobile-box-content {
    display: none;
  }

  .mobile-box-content.show {
    height: 180px !important;
    overflow-y: scroll;
    display: block;
  }

  .contact-section-inner {
    padding: 40px 0;
  }

  .contact-section-inner:before {
    display: none;
  }

  .contact-section-inner .col-xs-12 {
    padding: 20px 50px !important;
  }

  .box-set-btn-list {
    color: #ffffff !important;
    font-size: 0.7em !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
  }

  .box-set-btn-list br {
    display: none;
  }
}

@media (min-width: 1025px) {
  .box-set-btn-list {
    color: #ffffff !important;
    line-height: 1.3 !important;
    padding: 15px 15px !important;
  }
}

.video-modal-outter {
  position: relative;
  z-index: 999;
  display: flex;
}
.video-modal {
  display: flex;
}

.modal-outter {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  left: 0;
  top: 0;
}
.modal-outter.active {
  display: flex;
}
.modal-inner {
  max-width: 80%;
  width: 80%;
  background: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .modal-inner {
    max-width: 700px;
    width: 100%;
  }
}
.modal-close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 !important;
  z-index: 1001;
  cursor: pointer;
  background-color: #00338D;
}
.modal-close::before,
.modal-close::after {
  content: "";
  width: 22px;
  background: #fff;
  height: 2px;
  position: absolute;
  left: 9px;
  top: 18px;
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}

.home-page-menu-desktop {
  display: none;
}
.home-page-menu-mobile {
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
}
#pilier2 .hero__content {
  padding: 40px 15px 0 15px;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul {
  z-index: 10;
  display: none;
  width: 100%;
  padding: 0 40px 10px 40px;
  background-color: #00338d;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -1px;
  width: 100vw;
  height: 101%;
  background-color: #00338d;
}

#pilier2 .hero--homepage nav.home-page-menu-mobile ul li {
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  padding: 5px 0;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul li:nth-child(1) a:after {
  display: none;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 110%;
  height: 100%;
  background-color: #00338d;
  display: block;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul li:after {
  display: none;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul li a {
  color: #fff;
  opacity: 0.75;
  padding: 5px 0;
  display: inline-block;
  transition: opacity 0.3s ease-out;
  width: 100%;
  position: relative;
  z-index: 1;
}
#pilier2 .hero--homepage nav.home-page-menu-mobile ul li a:after {
  content: "";
  position: absolute;
  top: -10px;
  background: hsla(0, 0%, 100%, 0.15);
  width: 26px;
  height: 2px;
  left: 0;
}
#pilier2 .hero--homepage .back-home span svg {
  opacity: 0.8;
  transform: rotate(-90deg);
}
#pilier2 .hero--homepage .back-home span {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .home-page-menu-desktop {
    display: block;
  }
  #pilier2 .hero__content {
    padding: 40px 15px;
  }
  .home-page-menu-mobile {
    display: none;
  }

  #pilier2 .hero--homepage nav ul li:before {
    content: "";
    display: none;
  }
  #pilier2 .hero--homepage nav ul li a {
  }
}

.navbar.fixed-top .container {
  margin-top: 0 !important;
}

.vjs-dock-title, .vjs-dock-description
{
  color: #ffffff !important;
}