/* ################# section : group1 ################# */

.group {
  /* padding: 120px 0; */
  padding: 0;
}
.group-inner {
  width: 1300px;
  margin: 0 auto;
}
.group-content {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.group-content>div {
  width: 50%;
  float: left;
}
.group-pic {
}
.group-pic img {
  scale: 0.8;
}
.group-info {
  padding: 0 20px;
}
.group-info>img {
  width: 70px;
}
.group-info h3 {
  font: inherit;
  font-size: 1.4em;
  font-weight: 700;
}
.group-info span {
  font: inherit;
  font-weight: 700;
  color: #666;
}
.group-info p {
  font: inherit;
  font-size: 0.9em;
  line-height: 1.6em;
}
.group-sign {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; 
}
.group-sign p {
  font: inherit;
  font-weight: 700;
  color: #666;
}
.group-sign h3 {
  font: inherit;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 20px;
}


/* ################# section : bg ################# */

.conseil,
.developer,
.designer_2 {
  background-color: #eee;
}
.ceo {
  padding-top: 60px;
}
.group-pic {
  position: relative;
}
.ceo .group-pic:before {
  content: 'CEO';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #eee;
  font-size: 140px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  left: 0;
  top: 60px;
}
.conseil .group-pic:before {
  content: 'COUNSELOR';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #fff;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  right: 0;
  /* left: 0; */
  top: 60px;
}
.sales .group-pic:before {
  content: 'DIRECTOR';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #eee;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  left: 0;
  top: 60px;
}
.manage .group-pic:before {
  content: 'Management';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #fff;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  right: 0;
  /* left: 0; */
  top: 60px;
}
.developer .group-pic:before {
  content: 'DEVELOPER';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #fff;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  right: 0;
  /* left: 0; */
  top: 60px;
}
.designer .group-pic:before {
  content: 'DESIGNER';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #eee;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  /* right: 0; */
  left: 0;
  top: 60px;
}
.designer_2 .group-pic:before {
  content: 'DESIGNER';
  position: absolute;
  font-family: 'kanit', sans-serif; 
  color: #fff;
  font-size: 100px;
  /* opacity: 0.5; */
  z-index: -1;
  font-weight: 600;
  /* left: 0; */
  right: 0;
  top: 60px;
}

@media (max-width: 768px) {
  .group-inner {
    width: 100%;
  }
  .group-content {
    display: block;
   }
  .group-content>div {
    float: left;
    width: 100%;
  }
  .group-pic {
    display: flex;
    justify-content: center;
    height: auto;
  }
  .group-pic img {
    scale: 0.6;
  }

  .group-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-top: -100px;
  }
  .group-info>img {
    width: 40px;
  }

  /* .conseil,
  .designer {
    background-color: #fff;
  } */
  .ceo .group-pic:before {
    display: none;
  }
  .conseil .group-pic:before {
    display: none;
  }
  .sales .group-pic:before {
    display: none;
  }
  .manage .group-pic:before {
    display: none;
  }
  .developer .group-pic:before {
    display: none;
  }
  .designer .group-pic:before {
    display: none;
  }
  .designer_2 .group-pic:before {
    display: none;
  }

  .conseil .group-content.flex-order {
    display: flex;
    flex-direction: column;
  }
  .conseil .group-content.flex-order > div:first-child {
    order: 1;
  }
  .developer .group-content.flex-order {
    display: flex;
    flex-direction: column;
  }
  .developer .group-content.flex-order > div:first-child {
    order: 1;
  }
  .designer_2 .group-content.flex-order {
    display: flex;
    flex-direction: column;
  }
  .designer_2 .group-content.flex-order > div:first-child {
    order: 1;
  }






  
  .group-info h3 {
    font: inherit;
    font-size: 1.2em;
    font-weight: 700;
  }
  .group-info span {
    font: inherit;
    font-weight: 700;
    font-size: 0.9em;
    color: #666;
  }
  .group-info p {
    font: inherit;
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .ceo .group-sign {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
  }
  .ceo .group-sign p {
    font: inherit;
    font-weight: 700;
    font-size: 0.8em;
    color: #666;
  }
  .ceo .group-sign h3 {
    font: inherit;
    font-size: 1em;
    font-weight: 700;
    margin: 0 20px;
  }
}