.popupTeams{
    margin:40px 100px 80px 80px;
  }

  .detail-name {
    font-family: 'minion';
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
  }

  #company-name{
    font-family: 'minion';
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    letter-spacing: 2.8px;
    
  }

  #company-title{
    font-family: 'univers';
    font-size: 10px;
    color: #a99f97;
    padding-bottom: 20px;
    
  }

  #company-description{
    font-family: 'univers';
    font-size: 10px;
    line-height: 24px;

    height: 230px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 0px solid #ccc;
    
  }

  #company-image {
    width:100%;border-radius:10px; margin-bottom:20px
  } 

  .detail-title {
    font-family: 'univers';
    font-size: 10px;
  }

  .hr_about_us{
    border-top: 1px solid #c4c4c4;
    width:260px; margin:35px 0px 35px 0px
  }
    .section_bod_top{
      background-color: #f4f4f4; background-image: url('images/bg-top-bod.jpg'); background-repeat: no-repeat; background-position:top; 
    }
    .bod_top{
      padding:90px 300px 50px 300px;
    }
    
    .bod_three{
      padding:60px 80px 20px 80px;
    }
    .bod-margin{
      margin: 0px; padding:1%;
    }
    .bod_img {
      background-repeat: no-repeat; background-position: center;  background-size: cover; height:350px; border-radius:10px; 
    }
    .bod_shadow_top {
      border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; width:96%; height:150px; position:absolute; bottom:8px;background: linear-gradient(0deg, rgba(0,0,0,0.3925945378151261) 0%, rgba(0,0,0,0) 78%);
    }
    .bod_shadow_middle {
      border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; width:94%; height:150px; position:absolute; bottom:10px;background: linear-gradient(0deg, rgba(0,0,0,0.3925945378151261) 0%, rgba(0,0,0,0) 78%);
    }
    .bod_shadow_three {
      border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; width:94%; height:150px; position:absolute; bottom:10px;background: linear-gradient(0deg, rgba(0,0,0,0.3925945378151261) 0%, rgba(0,0,0,0) 78%);
    }
    .bod_title {
      position:absolute;bottom:10px;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center; padding:15px; color:#FFFFFF;
      font-family: 'minion';
    }
    .bod_title_group {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 6px;      
      color: #000000;
      padding-bottom: 40px;      
      font-family: 'univers';
      text-align: center;
    }
    .company-dev{
      padding: 120px 50px 120px 50px;
    }
    .company-vision{
      padding: 0px 50px 0px 50px;
    }
    .desc_about_us{
      font-size: 14px;       
      text-align: center;
      color: #000000;      
      font-family: 'univers';
    }
  @media (max-width: 767px) {
    .popupTeams{
      margin:10px 20px 30px 20px;
    }

    
  #company-description{

    line-height: 20px;
    height: 170px;
    overflow: scroll;
    overflow-x: hidden;
    border: 0px solid #ccc;
    overflow-y: scroll;
  }
    
    .bod_top{
     
      padding:20px 20px 20px 20px;
    }

    .bod_three{
      padding:20px 20px 20px 20px;
    }
    .bod_img {
      height:400px;
    }
    .bod_title {
      font-size:14px;
      padding:8px;
    }
    .bod_shadow_top {
     width:97%; bottom:3px;
    }
    .bod_shadow_middle {
     width:98%; bottom:3px;
    }
    .bod_shadow_three {
     width:97%; bottom:3px;
    }
    .bod-margin{
      margin: 0px; padding:5px
    }
    .company-vision{
      padding: 0px 5px 0px 5px;
    }
    .company-dev{
      padding: 50px 5px 50px 5px;
    }

  }