/* ABOUT */
.section{
  padding: 135px 0 100px;
  background-image: linear-gradient(to top, #f1f2ff 0%, #ffffff 100%);
  position: relative;
}
.before-section:before{
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/bg-section-1.png);
}
.heading-section{
  font-size: 60px;
  color: var(--color-1);
  text-transform: uppercase;
  letter-spacing: -1.43px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}
.span-heading-ss{
  font-weight: lighter;
}
.before-hd-ss:before{
  position: absolute;
  right: -100px;
  top: 10px;
  content: url(../images/title-section-before.png);
}
.item-hover{
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #313591;
  margin-left: 14px;
  position: relative;
  transition: .3s all;
}
.item-hover:before{
  position: absolute;
  right: -1px;
  top: -2px;
  width: 8px;
  height: 1px;
  content: '';
  background: #313591;
  transform: rotate(34deg);
  border-radius: 0 2px 2px 0;
  transition: .3s all;
}
.bg-fixed{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mb-50{
  margin-bottom: 50px;
}
/* Messenger-About */
.ct-chairperson-messenger-about{
  font-size: 18px;
  text-align: justify;
  font-weight: lighter;
  color: var(--color-7);
}
.customer-messenger-about{
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  text-align: justify;
}
.title-cm-about{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-cm-about .left-ct-cm-about p:first-child,
.content-cm-about .right-ct-cm-about p:first-child{
  margin-top: 0;
}
.content-cm-about .left-ct-cm-about p,
.content-cm-about .right-ct-cm-about p{
  font-style: 15px;
  color: var(--color-7);
  font-weight: lighter;
  text-align: justify;
}
/* End messenger-about */
.img-diagram-about{
  position: relative;
}
.section.before-section.diagram-about {
    padding-bottom: 30px;
}
/* Diagram-about */

/* End diagram-about */

/* Information-about */
.information-about{
  background-color: #fff;
  background-image: url(../images/bg-about-first-licogi-9.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.content-information-about{
  font-size: 16px;
  font-weight: lighter;
  color: var(--color-7);
  margin-bottom: 30px;
}
.link-read-more .view-more{
  display: inline-flex;
  align-items: center;
  color: #313591 !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
/* End information-about */

/* History */
.swiper-container4{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.history-about{
  background-image: url(../images/history-about.jpg);
}
.title-history-about{
  color: #fff;
      font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1.43px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}
.itesm-swiper-history .title-history{
  color: #ffffff;
  font-size: 55px;
  opacity: .7;
  margin-bottom: 10px;
}
.span-history{
  background: transparent;
  display: inline-block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
}
.span-history:before{
  width: 20px;
  height: 19px;
  background-color: #50b7dc;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.span-history:after{
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  background-color: #474d9e;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  opacity: 1;
}
.content-history-item{
  font-size: 14px;
  line-height: 1.8;
  opacity: .7;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.swiper-history{
  transform: none !important;
}
.itesm-swiper-history{
  padding: 0 20px;
  cursor: pointer;
}
.swiper-slide.swiper-slide-active .title-history,
.swiper-slide.swiper-slide-active .span-history:before,
.swiper-slide.swiper-slide-active .content-history-item
{
  opacity: 1;
}
.swiper-slide.swiper-slide-active .span-history:after{
  opacity: 0;
}
.swiper-slide.swiper-slide-active .span-history{
  background-color: #ecf2fa;
}
.main-swiper .swiper-container:before{
  background-image: linear-gradient(to right, rgba(196, 150, 12, 0) 0%, #ffffff 14%, #ffffff 86%, rgba(196, 150, 12, 0) 100%);
  top: 123px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  opacity: .5;
}
.history-button{
  background: none;
  top: 128px;
}
.swiper-button-prev.history-button{
  left: 0;
}
.swiper-button-next.history-button{
  right: 0;
}
.swiper-button-next.history-button img{
  transform: rotate(180deg);
}

/* End history */

/* Staff */
.staff-about{
  background-image: url(../images/staff-about.jpg);
  margin-bottom: 100px;
}
.left-staff-about{
  display: flex;
  padding: 15px;
}
.logo-company-about{
  margin-right: 50px;
}
.content-left-staff .number-staff{
  font-size: 157px;
  line-height: .7;
  color: #fff;
}
.title-staff-about{
  color: #fff !important;
}
.right-staff-about{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 80px;
}
.right-staff-about:before,
.right-staff-about:after{
  background-image: linear-gradient(to right, rgba(196, 150, 12, 0) 0%, #ffffff 14%, #ffffff 86%, rgba(196, 150, 12, 0) 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 1px;
  opacity: .5;
  content: '';
}
.right-staff-about:after{
  transform: translate(-50%,-50%) rotate(90deg);
  width: 73%;
}
.item-right-staff{
  width: 50%;
  padding: 30px;
  text-align: right;
  box-sizing: border-box;
}
.number-staff-item{
  font-size: 88px;
  line-height: .7;
  margin-bottom: 11px;
  color: #fff;
}
.profession{
  font-size: 20px;
  line-height: .7;
  margin-bottom: 11px;
  color: #fff;
}
.rigt-left-staff{
  text-align: left;
}
/* End Staff */





@media(max-width: 960px){
  .section{
    padding: 60px 0;
  }
  .customer-messenger-about{
    padding-top: 30px;
    margin-top: 30px;
  }
  .heading-section{
    font-size: 35px;
  }
  .content-left-staff .number-staff{
    font-size: 80px;
  }
  .right-staff-about{
    margin: 30px 0 0 0;
  }
  .number-staff-item{
    font-size: 50px;
  }
  .profession{
    font-size: 14px;
  }
  .item-right-staff{
    padding: 21px;
    height: 100px;
  }
  .left-partner-img .content-partner-img{
    padding: 0 20px 0 calc(calc(100vw - 720px) /2);
  }
  .item-prize {
    margin: 0 0px;
  }
  .title-slogan-prize{
    padding-top: 0;
  }
  .item-client-about{
    position: relative;
    left: unset;
    top: unset;
    width: calc(calc(100% / 2) - 10px);
  }
  .client-slide{
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .item-client-about{
    position: unset;
    transform: unset;
    width: calc(20% - 10px);
    margin: 5px;
    background: white;
    transform: unset !important;
  }
}


@media only screen and (min-width: 577px) and (max-width: 959px){
  .information-about{
    min-height: 800px;
  }
}


@media(max-width: 576px){
  .information-about{
    min-height: 754px;
  }
  .partner-img{
    flex-wrap: wrap;
  }
  .left-partner-img,
  .right-partner-img{
    width: 100%;
  }
  .content-partner-img{
    left: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
    padding: 0 !important;
  }
  .slogan-prize{
    margin-bottom: 20px;
  }
  .item-client-about{
    position: relative;
    left: unset;
    top: unset;
    width: calc(calc(100% / 2) - 10px);
  }
}
@media(min-width: 960px){
  .chairperson-messenger-about{
    padding-top: 130px;
    padding-right: 121px;
  }
  .content-information-about{
    padding-left: 50px;
    padding-right: 50px;
  }
  .information-about{
    min-height: 1000px;
  }
}
/* End ABOUT */