.banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
  overflow: hidden;
}

.banner.fixed-height {
  height: 772px;
}

.banner.inner.fixed-height {
  height: 435px;
}


.banner.dynamic {
  height: auto;
  min-height: 772px;
}

.slogan-image-container {
  z-index: 10;
  top: calc(50% - 67px);
  left: calc(50% - 278px);
}

.overlay {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.inner .overlay {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 11;
}

.slogan {
  text-transform: uppercase;
  font-weight: 900;
  white-space: pre-wrap;
}

.slogan.shadow {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.65);
}

h1.slogan {
  font-size: 120px;
  line-height: 120px;
}

h2.slogan {
  font-size: 72px;
  line-height: 72px;
}

h6.slogan {
  font-size: 24px;
}

p.slogan {
  font-size: 14px;
  margin: 1.5rem 7.5vw;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
  margin-top: 0;
}

.video-banner {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-padding {
  padding: 0 7.5vw;
}

.content ul {
  font-size: 16px;
  list-style-type: disc;
  padding-left: 20px;
}

.content h1 {
  font-size: 120px;
}

.content h2 {
  font-size: 36px;
}

.content h3 {
  font-size: 60px;
}

.content h4 {
  font-size: 48px;
}

.content h5 {
  font-size: 36px;
}

.content h6 {
  font-size: 24px;
}

ul.description {
  list-style: disc;
}

ul.description li {
  list-style-position: outside;
  font-size: 16px;
}

.content p {
  font-size: 18px;
  line-height: 23px;
}

.content ul.inner {
  text-indent: 8px;
  margin-left: 16px;
}

.content ul.inner li {
  font-size: 18px;
  line-height: 23px;
}

.content ul.inner li::before {
  font-size: 32px;
  vertical-align: -4px;
  line-height: 23px;
  padding-right: 8px;
  margin-left: -24px
}

.font-title:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 60px;
  background-color: #f15922;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px;
}

.news-swiper .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0px!important;
}

.news-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 0px!important;
}

.circle-border {
  /* border: 1px solid #f15922;
  border-radius: 50%; */
  height: 100%;
  min-height: 60vw;
  max-width: 60vw;
  top: -10vw;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .circle-border {
    max-width: 75vw;
    top:-18vw;
  }
}
@media screen and (max-width: 997px) {
  .circle-border {
    /* display: none; */
  }
}
.scroll-bg {
  position: relative;
}

.scroll-bg img {
  z-index: 2;
}

.scroll-bg::after {
  position: absolute;
  z-index: 1;
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #f15922;
  transition: height;
  transition-duration: 2s;
}

.scroll-bg.animated::after {
  height: 100%;
}

.strength-figure-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.strength-figure-container::after {
  content: ' ';
  position: relative;
  margin-top: 16px;
  height: 3px;
  width: 0px;
  background-color: #f15922;
  transition: width;
  transition-delay: 2s;
  transition-duration: 1s;
}

.strength-figure-container.animated::after {
  width: 60px;
}

.strength-desc {
  padding-left: 16px;
  letter-spacing: 16px;
}

.news-swiper {
  overflow: hidden;
}

.news-swiper-button-prev,
.news-swiper-button-next{
  color: #f15922
}

.news-card {
  width: 446px;
  height: initial;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: justify;
  padding: 40px;
}

.news-card:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 0;
  background-color: #f15922;
  transition: width;
  transition-duration: 1s;
}

.news-card:hover::after {
  width: 100%;
}

.news-card:hover {
  box-shadow: 10px 20px 20px 10px rgba(0, 0, 0, 0.15);
}

.news-card .date {
  color: #f15922;
  font-weight: bold;
  font-size: 18px;
  justify-content: flex-start;
  margin-top: 8px
}

.news-card .desc {
  color: #404040;
  font-size: 13px;
}

.underline {
  display: inline-grid;
}

.underline:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 0;
  background-color: #f15922;
  transition: width;
  transition-duration: 1s;
}
.underline:hover::after {
  width: 100%;
}


ul.fa-icon-list,
.fa-icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.fa-icon-list {
  margin: 2em 0;
}

.fa-icon-list li {
  margin: 1em;
  margin-left: 3em;
  align-items: center;
}

.fa-icon-list li:before {
  float: left;
  color: #f15922;
  margin-right: 1.5em;
}

.fa-icon-list.list-box li:before {
  margin-right: 0;
  font-size: 32px;
  margin-top: 8px;
}

.fa-icon-list.cert li:before {
  content: '\ead6';
  font-family: 'IcoFont';
}

.fa-icon-list.care li:before {
  content: '';
  font-family: 'IcoFont';
}

.fa-icon-list.awards li:before {
  content: '\eace';
  font-family: 'IcoFont';
  padding: 4px;
}

.fa-icon-list.projects li:before {
  content: '\eeaa';
  font-family: 'IcoFont';
}

.fa-icon-list.list-box {
  display: flex;
  flex-wrap: wrap;
}

.fa-icon-list.list-box li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-width: 160px;
  max-width: 160px;
  max-height: 160px;
  min-height: 160px;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15);
}

.fa-icon-list.care li {
  min-width: 320px;
  max-width: 320px;
  max-height: 320px;
  min-height: 320px;
}

.fa-icon-list.list-box.projects li {
  min-width: 240px;
  max-width: 240px;
  max-height: unset;
  min-height: 160px;
  padding: 20px;
  border-radius: 16px;
}

ul.diamond-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 600px;
  height: 150px;
}

ul.diamond-list li {
  list-style: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #000;
  margin: -100px;
  transform: rotate(45deg);
  /* transition: .5s; */
  overflow: hidden;
  /* opacity: .5; */
  border-radius: 50%;
}

ul.diamond-list li:hover {
  opacity: 1;
}

ul.diamond-list li.item1 {
  top: 0;
  left: 0;
}

ul.diamond-list li.item2 {

  bottom: 0;
  left: 25%;
}

ul.diamond-list li.item3 {
  top: 0;
  left: 50%;
}

ul.diamond-list li.item4 {
  bottom: 0;
  left: 75%;
}

ul.diamond-list li.item5 {
  top: 0;
  left: 100%;
}

ul.diamond-bond {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-left: 50%;
  padding: 0;
  width: 600px;
  height: 150px;
}

ul.diamond-bond li {
  list-style: none;
  position: absolute;
  width: 200px;
  height: 200px;
  margin: -100px;
  transform: rotate(45deg);
  transition: .5s;
  overflow: hidden;
  opacity: .8;
  border: 1px solid #ececec;
  border-radius: 50%;
}

ul.diamond-bond li:hover, ul.diamond-bond li.active {
  opacity: 1;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15);
  color: #f15922;
}

ul.diamond-bond li:hover i, ul.diamond-bond li.active i{
  color: #f15922;
}

ul.diamond-bond li.item1 {
  top: 0;
  left: 0;
}

ul.diamond-bond li.item2 {
  bottom: 0;
  left: 25%;
}

ul.diamond-bond li.item3 {
  bottom: -100%;
  left: 0;
}

ul.diamond-bond li.item4 {
  bottom: 0;
  left: -25%;
}

ul.diamond-bond li>.d-flex, ul.diamond-list li>.d-flex  {
  transform: rotate(-45deg);
}

.awards-bond {
  min-height: 600px;
}

.leaders-section {
  min-height: 600px;
}

.leaders-section .active {
  opacity: 1 !important;
}
.leaders-section .dimmed {
  opacity: .2 !important;
}

.leader-content {
  border-radius: 32px;
  /* box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15); */
  border: 1px solid #f15922;
  border-left: none;
}
.leader-panel {
  height: 600px;
}

.timeline-year-picker {
  background-color: #f15922;
  display: flex;
  color: #fff;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px 0;
  z-index: 99;
  width: 100%;
}

.timeline-year-picker.scroll {
  position: fixed;
  top: 180px;
  left: 0;
  width: 85%;
  margin: 0 7.5vw;
}

.timeline-year-picker .year {
  cursor: pointer;
  line-height: 40px;
}

.timeline-year-picker .year:hover, .timeline-year-picker .year.active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-decoration: underline;
}

.tab-btn, .ntab-btn {
  color: #f15922;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 12px;
}

.tab-btn, .ntab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-btn p, .ntab-btn p{
  text-align: center !important;
}

.tab-btn:hover, .tab-btn.active, .ntab-btn:hover, .ntab-btn.active {
  color: #fff;
  background-color: #f15922;
  border: 1px solid #f15922;
}

.tab-panel {
  border: 1px solid #dddddd;
}

.award-pics, .cert-pics {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 40px 0;
}

.award-swiper, .cert-swiper {
  width: 100%;
  --swiper-pagination-color: #f15922;
  --swiper-pagination-bullet-inactive-color: #fff;
}

.award-swiper .swiper-slide, .cert-swiper .swiper-slide {
  width: 100%;
  text-align: center;
  height: 320px;
  overflow: hidden;
  padding-bottom: 20px;
}

.award-swiper .swiper-pagination, .cert-swiper .swiper-pagination{
  bottom: 0px;
}

.award-swiper .swiper-pagination-bullet, .cert-swiper .swiper-pagination-bullet {
  border: 1px solid #f15922;
}

.text-highlight {
  font-size: 18px!important;
  font-weight: 300;
  color: #f15922;
}


@media screen and (max-width: 640px) {
  #TabBtnDiv {
    display: flex;
    flex-direction: column;
  }

  #TabBtnDiv > .tab-btn{
    padding: 20px 0;
  }

  #nTabBtnDiv {
    display: flex;
    flex-direction: column;
  }

  #nTabBtnDiv > .ntab-btn{
    padding: 20px 0;
  }


}

.company-intro a{
  color: #f15922;
}

