/* start about us */
.hero{
  position: relative;
  padding: 48px 70px 20rem 70px;
}

img.header-img-banner {
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.clip-path-polygon-br {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8%),
    calc(100% - 15%) calc(100% - 8%),
    calc(100% - 15%) 100%,
    0 100%
  );
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.decorative-line {
  /* border: none; */
  /* border-top: 3px solid black; */
  width: 80%;
  position: relative;
  height: 1px;
  background-color: #cdcdcd; /* Color of the line */
  margin-top: 10px;
}

.decorative-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%; /* Position the square above the line */
  width: 10px; /* Width of the square */
  height: 10px; /* Height of the square */
  background-color: var(--text-color);
  z-index: 1;
}

.bg-txt-line{
  /* width: 20%; */
  top: -7.5rem;
  position: absolute;
  z-index: 1;
  left: 50%;
}

.bg-txt-line-about {
  width: 42%;
  top: -25px;
  position: absolute;
  z-index: 1;
  left: 30%;
}

/* end about us */
.contact-link {
  color: var(--text-color);
  transition: all 0.3s ease;
}

.contact-link:hover{
  color: var(--color-dark-orange);
}

/* start statistics */
img.img-office {
  height: auto;
  object-fit: cover;
  margin:  0 auto;
}

.statistics-item p {
  font-family: "CaslonLightSSK";
  color: var(--text-color);
}

.number-percent {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
}

.d-flex:nth-child(2) .statistics-item .number-percent {
  font-size: 4.5rem;
}

.d-flex:nth-child(3) .statistics-item .number-percent {
  font-size: 8rem;
}

.number-percent:before,
.number-percent:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: var(--text-color);
  border-radius: 2px;
}

.number-percent:before {
  left: 0;
  width: calc(100% - 10px);
}

.number-percent:after {
  right: 0;
  width: 5px;
}

.number-percent.number-group:before {
  width: calc(100% - 50%);
}

.number-percent.number-group:after {
  right: 40%;
}

.statistics-name {
  font-size: 2.8rem;
}

.statistics-name, .statistics-company, .statistics-detail p {
  margin-bottom: 0;
}

.statistics-company,
.statistics-detail p small {
  font-size: 1.6rem;
}

.statistics-detail .number {
  font-size: 3.2rem;
}

.statistics-detail .description {
  font-size: 1.7rem;
  display: inline-block;
  line-height: 1.4;
  margin-left: 5px;
}
/* end statistics */

/* start our-leaders */

.leaders {
  width: 100%;
  height: auto;
  min-height: 300px;
  height: 500px;
}

.leaders img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.leader-name {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--text-color);
}

.leader-position {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-color);
}

.our-leader-search {
  position: absolute;
  bottom: 0;
  right: 5%;
  transform: rotate(90deg);
  transform-origin: bottom right;
}

.our-leader-search .keywords {
  background: unset;
}

.our-leader-search .keywords input {
  background: transparent;
}

/* end our-leaders */

/* start press-release */
.item-content{
 width: calc(100% - 50px);
}

.file-icon{
  width: 40px;
}

.file-icon svg {
  width: 40px;
  height: 40px;
}

.p-about{
  padding-top: 8rem;
}

.statistics-detail.pd-detail-3{
  padding-left: 7.2rem;
}
/* end press-release */

.bg-slash-left {
  background-image: url("../images/slash/shared_slash-latest_.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.bg-slash-right {
  background-image: url("../images/slash/shared_slash-latest_2.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.bh-top.bg-slash-left{
  background-position: 50% 62%;
}

#statistics.bg-slash-right{
  background-position: 50% 76%;
}

#our-leaders.bg-slash-right{
  background-position: 50% 78%;
}

.bg-slash-left.bg-sl-about{
  background-image: unset;
}

.line-bt{
  position: relative;
}

.show-mb, .show-img-mb{
  display: none;
}

.show-pc{
  display: block;
}

.mt-pt-4{
  margin-top: -4rem;
}

/* location */
.location-indicators{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  transform: rotate(90deg);
  transform-origin: bottom left;
  margin-top: 6.5rem;
  margin-left: 15%;
}

.location-indicators .location-dot {
  border-top: 4px solid var(--color-primary);
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  height: 5px;
}

.location-indicators .location-dot p{
  transform: rotate(270deg);
  margin-top: -70%;
  font-size: 1.4rem;
  letter-spacing: 3px;
  display: none;
}

.location-indicators .location-dot.active {
  grid-column: span 1.5;
}

.location-indicators .location-dot.active p{
  display: block;
}

#location-section .title-line .title {
  position: relative;
  top: 0
}

.mt-txt{
  margin-top: 6rem;
}

.location-control {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 40%;
  display: flex;
  justify-content: space-evenly;
  z-index: 2;
}

.location-control button{
  border: 0;
  background-color: unset;
}

.location-control button svg{
  width: 24px;
  height: 24px;
  fill: var(--text-gray);
}

.title.title-location:before {
  left: 0;
  width: calc(100% - 45%)
}

.title.title-location:after {
  right: 35%;
  width: 10px;
}

.leader-2{
  margin-top: 10rem;
}

.leader-3{
  margin-top: -10rem;
}

.leader-4{
  margin-top: 5rem;
}

.our-mb{
  display: none;
}

.our-container-slider {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.our-slide-item{
  width: 90%;
  transition: margin 0.5s ease, width 0.5s ease;
  position: relative;
  margin-right:10px;
}

.our-slide-item .leader-infor{
  visibility: hidden;
}

.our-slide-item.active .leader-infor{
  visibility: visible;
}

.our-slide-item.active{
  width: 100%;
  order: 2;
}

.our-slide-item.active .leader-img{
 display: flex;
 justify-content: center;
}

.partial-ms{
  margin-left: -50%;
  order: 1;
}

.partial-ms .leader-img{
  display: flex;
  justify-content: flex-end;
}

.partial-me{
  margin-right: -50%;
  order: 3;
}

.partial-me .leader-img{
  display: flex;
  justify-content: flex-start;
}

.our-hidden {
  display: none;
  order: 4;
}

.btn-swip-next    {
  position: absolute;
  bottom: 16%;
  right: 5%;
}

.btn-swip-next svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1399px) {
  .hero{
    padding: 20px 30px 8rem 20px;
  }

  .content-pd{
    padding-left: 5rem;
  }

  .statistics-info{
    padding: 0 3rem;
  }
  
  .title {
    font-size: 4.2rem;
  }

  .leader-name {
    font-size: 2rem;
  }
  
  .leader-position {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1199px) {
  .pd-section-page{
    padding-top: 6rem;
  }

  .bg-txt-line {
    width: 30%;
    top: 0;
  }

  .bg-tlt-our.bg-txt-line-about{
    width: 8%;
    left: 0;
  }

  .wp-content-our{
    width: 100%;
  }

  #our-leaders.bg-slash-right{
    background-image: unset;
  }

  .our-slide-item .leader-infor{
    min-height: 150px;
  }

  .our-pc .title-line .title {
    position: relative;
    top: 0;
  }

  .our-pc .title-line .title br{
    display: none;
  }

  .mx-lg-content{
    margin: 5rem 0;
  }

  .mx-lg-title{
    margin: 3rem;
  }

  .our-leader-search {
    right: 10%;
  }

  .leader-name {
    font-size: 1.8rem;
  }
  
  .leader-position {
    font-size: 1.2rem;
  }

}


@media screen and (min-width: 992px) and (max-width: 1199px){
  .txt-lg{
    font-size: 1.2rem;
  }

  .text-pd-lg-0{
    padding: 0 !important;
  }

}

@media screen and (max-width: 991px) {

  /* our-leaders */
  .our-pc{
    display: none;
  }

  .our-mb{
    display: block;
  }

  .title-line .title.title-our-res:before {
    width: calc(100% - 130px);
  }

  .title-line .title.title-our-res:after {
    right: 50%;
    width: 10px;
  }


  .statistics-info{
    padding: 0 3rem;
  }

  .title-about-pd{
    padding: 0 3rem;
  }

  .title {
    font-size: 5rem;
  }

  .sumi-over.bg-slash-left {
    background-position: bottom left;
  }
  
  .bg-slash-left.bg-sl-about{
    background-image: url("../images/slash/shared_slash-latest_.svg");
  }

  .bh-top.bg-slash-left{
    background-image: unset;
  }

  .hero{
    padding: 20px 1rem 7rem 0;
  }

  .title-line .title {
    position: relative;
    font-size: 2.4rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
  }

  .title-line .title.title-ps-t5 {
    top: 0;
  }


  .title-line .title:before, .title-line .title:after {
    height: 4px;
  }

  .title-pd{
    padding: 0 2rem;
  }

  .content-pd{
    padding: 0 1.5rem;
  }

  .title-line h2 br{
    display: none;
  }

  .bg-txt-line {
    top: -75%;
    left: 0;
    z-index: -1;
    width: 10%;
  }

 .bg-txt-line-about {
    top: -75%;
    left: 2%;
    z-index: -1;
    width: 15%;
  }

  .wp-content {
      width: 100%;
  }

  .decorative-line{
    width: 100%;
  }

  .title-line .title.tilte-about:before {
    left: 15%;
    width: calc(100% - 28%);
  }

  .mt-txt{
    margin-top: 0rem;
  }

  #about .bg-white{
    background-color: unset !important;
  }

  .column-revert-res{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }


  .location-indicators {
    min-width: 80px;
    transform-origin: top right;
    margin-top: 2rem;
    z-index: 2;
    position: absolute;
    top: -30px;
    right: 22%;
  }

  .pd-mb-md{
    padding: 0 1rem;
  }

  .location-control button svg{
    width: 16px;
    height: 16px;
  }

  .location-indicators .location-dot p {
    margin-top: -150%;
    font-size: 1rem;
  }

  .location-indicators .location-dot{
    border-top: 3px solid var(--color-primary);
  }
  
  .location-control {
    right: 30%;
  }

  .executies-img-mb{
    display: none;
  }

  .executies-img-lg{
    display: block;
    margin-left: 5rem;
    padding-bottom: 3rem;
    width: 60%;
  }

  .leader-name {
    font-size: 1.6rem;
  }
  
  .leader-position {
    font-size: 1.2rem;
  }

  #location-section.pd-section{
    padding-bottom: 12rem;
  }

}

@media screen and (max-width: 681px) {
  .bg-txt-line {
    width: 15%;
  }

  .leader-name {
    font-size: 1.4rem;
  }
  
  .leader-position {
    font-size: 1rem;
  }

  .title {
    font-size: 4.5rem;
  }

  .title-about-pd{
    padding: 0 2rem;
  }

  .show-img-pc{
    display: none;
  }
  
  .show-img-mb{
    display: flex;
    justify-content: flex-end;
  }

  .statistics-img{
    padding-left: 2rem;
  }

  img.img-office{
    margin: 0;
  }

  .number-percent {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 0.6rem;
  }
  
  .d-flex:nth-child(2) .statistics-item .number-percent {
    font-size: 3.5rem;
  }

  .d-flex:nth-child(3) .statistics-item .number-percent {
    font-size: 5rem;
  }

  .statistics-detail .number {
    font-size: 2rem;
  }

  .statistics-name {
    font-size: 1.8rem;
  }
  
  .statistics-name, .statistics-company, .statistics-detail p {
    margin-bottom: 0;
  }
  
  .statistics-company,
  .statistics-detail p small {
    font-size: 1rem;
  }
  
  .statistics-detail .description {
    font-size: 1.5rem;
  }

  .statistics-detail.pd-detail-3 {
    padding-left: 3rem;
  }
  
  .statistics-detail p:nth-child(3) .description, .statistics-detail p:nth-child(4) .description {
    font-size: 1.165rem;
    display: inline-block;
    line-height: 1.4;
    margin-left: 5px;
  }

  .statistics-info{
    padding: 0 1rem 0 2rem;
  }

  .mt-pt-4{
    margin-top: 4rem;
  }

  .d-flex:nth-child(3) .statistics-item{
    padding-left: 2rem;
  }

  #statistics.bg-slash-right {
    background-position: 50% 37%;
  }

  .section-slash{
    display: none;
  }

  /* our-leaders */
  .our-mb{
    margin-top: 14rem;
  }

  #our-leaders.bg-slash-right {
    background-position: 50% 30%;
  }

  .our-slide-item .leader-infor{
    min-height: 100px;
  }

  .btn-swip-next{
    bottom: 18%;
  }

  .executies-img-lg{
    display: none;
  }

  .executies-img-mb{
    display: block;
  }

}


@media screen and (max-width: 576px) {
  .btn-swip-next{
    bottom: 20%;
  }
}


@media screen and (max-width: 480px) {
  .show-pc{
    display: none;
  }
  
  .show-mb{
    display: block;
  }

  .btn-swip-next{
    bottom: 24%;
  }
}



