:root {
  --bg-light-dark: #5E5E5E;
  --bg-dark: #313133;
}

.about-hero-section {
  background-color: #F9F9F9 !important;
  width: 100%;
}

.gray-header {
  position: relative;
  z-index: 1;
  min-height: 330px;
  height: fit-content;
  margin-bottom: 0px;
}

  .gray-header:before {
    content: '.';
    display: block;
    position: absolute;
    width: 100%;
    height: 330px;
    background-color: #F9F9F9;
    z-index: -1;
  }

.Organizational-Chart-image-box {
  width: 100%;
}

@media (min-width: 768px) {
  .Organizational-Chart-image-box img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .Organizational-Chart-image-box img {
    max-width: 700px;
  }
}

.arrow-buttons {
  position: absolute;
  top: 45%;
  cursor: pointer;
}

  .arrow-buttons#next {
    right: 60px;
  }

  .arrow-buttons#prev {
    left: 60px;
  }

.center-leaders-title {
  margin-left: auto !important;
}

.bannerTitle {
  font-weight: 800 !important;
}

.bannerSubTitle {
  font-weight: 700 !important;
}

.about-image-box {
  position: relative;
  height: 500px;
  width: 345px;
  overflow: hidden;
  border-radius: 8px !important;
  margin-bottom: 25px;
}

.leaderSliderItem {
  width: 850px !important;
}

  .leaderSliderItem .text-box {
    width: 500px;
  }

@media screen and (max-width:1200px) {
  .leaderSliderItem .text-box {
    width: 300px;
  }
}

@media screen and (max-width:992px) {
  .leaderSliderItem {
    width: 550px !important;
  }

  .gray-circle-background {
    width: 100%;
  }

  .arrow-buttons {
    display: none !important;
  }

  .about-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .custom-dot-container {
    display: flex !important;
    justify-content: flex-start;
    position: relative;
    width: 350px;
    height: 25px;
    margin-left: calc(50vw/2) !important;
  }

    .custom-dot-container .custom-dots {
      top: 0px;
      position: absolute;
      left: calc(100% /2);
      transform: translate(-50%, 0);
    }

  .gray-header {
    background-color: #F9F9F9 !important;
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
  }

  .about-image-box {
    height: 345px !important;
  }

  .leaderSliderItem {
    width: 500px !important;
  }

    .leaderSliderItem .text-box {
      width: 500px;
    }
}

.slider-point {
  width: 2px;
  height: 14px;
  border-radius: 100%;
  background-color: #999;
  margin-right: 12px;
  cursor: pointer;
}

.required:after {
  content: " *";
  color: red;
}

.slider-point.active {
  background-color: blue;
}

@media screen and (max-width:500px) {
  .leaderSliderItem {
    width: 300px !important;
  }

    .leaderSliderItem .text-box {
      width: 300px;
    }
}

@media screen and (max-width:400px) {
  .leaderSliderItem {
    width: 300px !important;
  }
}


@media (min-width: 992px) {
  .header-fixed[data-header-scroll=on] .content-aboutus {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .content-aboutus {
    padding: 25px 0 !important;
  }
}

/*.flex-column-fluid-aboutus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
*/
.h-260px {
  height: 260px !important;
}



.bg-light-dark {
  background: var(--bg-light-dark) 0% 0% no-repeat padding-box !important;
}

  .bg-light-dark:hover {
    background: var(--bg-dark) 0% 0% no-repeat padding-box !important;
    transition: background-color 0.4s;
  }
