.wrapIntroAim {
  width: 100%;
  background-color: var(--themes-color-1);
  color: #fff;
}

.introAim--container.block-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 10px;
}

.introAim--title {
  width: calc(100%/3 - 20px);
}

.introAim--content {
  width: calc(100%/3*2 - 20px);
}

.gridIntro--criteria {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gridIntro--item {
  margin: 20px;
  width: calc(100%/3 - 40px);
}

.gridIntro--item-title {
  margin: 15px 0 5px;
  color: var(--themes-color-2);
  font-size: 18px;
  font-family: msr-m;
}

.wrapVenturePartners {
  width: 100%;
}

.slideVenturePartners {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.venturePartners--item {
  margin: 15px;
}

.venturePartners--item-title {
  margin: 20px 0 5px;
  color: #232323;
  font-family: msr-m;
  font-size: 18px;
}

.venturePartners--item-desc {
  color: rgba(35, 35, 35, 0.7);
  font-family: inter-r;
}

.slideVenturePartners.slick-slider.slick-dotted {
  padding-bottom: 40px;
}

.wrapProcessIntro,
.wrapPMIntro,
.wrapServiceIntro,
.wrapCommitment {
  background-color: var(--themes-color-1);
  width: 100%;
  color: #fff;
}

.slideCommitEnvironment {
  margin: 30px -10px 0;
  width: calc(100% + 20px);
}

.commitEnvironment--item {
  /* margin: 0 10px; */
  display: flex !important;
  flex-direction: column;
  height: inherit;
  justify-content: space-between;
}

.commitEnvironment--item img {
  width: 100%;
  margin-top: 15px;
}

.commitEnvironment--item-desc {
  text-align: justify;
}

.gridCommitEnvironment {
  width: 100%;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 20px;
}

.gridServiceIntro {
  width: 100%;
  margin: 50px 0 20px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 50px;
}

.serviceIntro--item {
  max-width: 270px;
  text-align: center;
}

.serviceIntro--item img {
  max-width: 66px;
}

.serviceIntro--item-title {
  margin-top: 15px;
  font-family: msr-m;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.serviceIntro--item-desc {
  margin-top: 3px;
  color: var(--themes-color-2);
  font-size: 14px;
}

.wrapBODIntro {
  width: 100%;
}

.gridBODIntro {
  width: 100%;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 20px;
}

.BODIntro--item-title {
  color: #232323;
  font-family: msr-m;
  font-size: 18px;
  margin: 15px 0 5px;
}

.BODIntro--item-desc {
  color: #232323;
  font-family: inter-r;
  font-size: 16px;
}

.PMIntro--banner {
  text-align: center;
  /* transform: translateY(-10%); */
}

.processIntroContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 40px 20px 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.processIntro--item {
  position: relative;
  margin-bottom: 104px;
}

.processIntro--item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 150%;
  height: 3px;
  background-color: var(--themes-color-2);
}

.wrapPMIntro .themesTitleBoxType--1,
.wrapPMIntro .themesTitleBoxType--3 {
  display: none;
}

@media (min-width: 993px) {
  .processIntro--item:nth-child(3n+3):not(:last-child):before {
    right: -40px;
    top: 30px;
    width: 250%;
    height: 100%;
    background-color: var(--themes-color-1);
    border-radius: 0 200px 200px 0;
    border: 3px solid var(--themes-color-2);
    border-width: 3px 3px 3px 0;
    z-index: -1;
  }

  .processIntro--item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .processIntro--item:nth-child(3n+4):before {
    left: -40px;
    bottom: calc(100% - 33px);
    width: 150%;
    top: unset;
    right: unset;
    height: 110px;
    background-color: var(--themes-color-1);
    border-radius: 200px 0 0 200px;
    border: 3px solid var(--themes-color-2);
    border-width: 3px 0px 3px 3px;
    z-index: -1;
  }
}

@media (max-width: 992px) {
  .processIntroContainer {
    padding: 20px 40px 20px 40px !important;
  }

  .processIntro--item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .processIntro--item:nth-child(2n+2):not(:last-child):before {
    right: -40px;
    top: 30px;
    width: 100%;
    height: 100%;
    background-color: var(--themes-color-1);
    border-radius: 0 50px 50px 0;
    border: 3px solid var(--themes-color-2);
    border-width: 3px 3px 3px 0;
    z-index: -1;
  }

  .processIntro--item:nth-child(2n+3):before {
    left: -40px;
    bottom: calc(100% - 33px);
    width: 150%;
    top: unset;
    right: unset;
    height: 110px;
    background-color: var(--themes-color-1);
    border-radius: 200px 0 0 200px;
    border: 3px solid var(--themes-color-2);
    border-width: 3px 0px 3px 3px;
    z-index: -1;
  }
}

@media (max-width: 768px) {

  .wrapPMIntro .themesTitleBoxType--1,
  .wrapPMIntro .themesTitleBoxType--3 {
    display: block;
  }
}

@media (max-width: 575px) {
  .processIntro--item::before {
    content: unset;
  }

  .processIntro--item-title {
    margin-top: 10px;
  }

  .processIntro--item {
    position: relative;
    margin-bottom: 40px;
  }

  .processIntroContainer {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 40px 0px 0 !important;
    position: relative;
    margin-top: 30px;
  }

  .processIntroContainer::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 20px;
    top: 0;
    background: var(--themes-color-2);
  }

  .processIntroContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    top: -20%;
    height: 20%;
    width: 3px;
    background: linear-gradient(to bottom, var(--themes-color-2), rgb(255 255 255), var(--themes-color-2));
    animation: moveLight 5s linear infinite;
  }

  @keyframes moveLight {
    0% {
      top: -20%;
    }

    100% {
      top: 100%;
    }
  }

  .processIntro--item-img {
    padding: 0 !important;
  }

  .processIntro--item-img .num {
    color: var(--themes-color-2);
    margin-right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
  }

  .processIntro--item-title,
  .processIntro--item-desc {
    padding-left: 60px !important;
  }
}

.processIntro--item {
  /* padding-bottom: 30px; */
}

.processIntro--item-img {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 5px 25px 5px 15px;
  background-color: var(--themes-color-1);
  position: relative;
  z-index: 1;
}

.processIntro--item-img img {
  max-width: 66px;
  vertical-align: middle;
}

.processIntro--item-img .num {
  font-size: 40px;
  color: var(--themes-color-2);
  margin-right: 30px;
}

.processIntro--item-title {
  font-size: 18px;
  color: var(--themes-color-2);
  font-family: msr-m;
  margin-top: 20px;
  padding: 0 15px;
}

.processIntro--item-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-family: inter-r;
  padding: 0 15px;
}

.starAnimation {
  left: 32px;
  top: 10px;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/saolaplanh.png);
  background-size: 100% 100%;
  z-index: 124 !important;
  transform: scale(0);
  animation: star linear 5s infinite;
  -moz-animation: star linear 5s infinite;
  -webkit-animation: star linear 5s infinite;
  -o-animation: star linear 5s infinite;
  animation-delay: var(--star-anm-delay);
}

@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }

  15% {
    transform: rotate(180deg) scale(1.5);
  }

  30% {
    transform: rotate(360deg) scale(0);
  }

  75% {
    transform: rotate(360deg) scale(0);
  }

  100% {}
}