.bg-pages{
 background-color: #474d52;
}
.header-bg{
  width:100%;height:90px;background-image:linear-gradient(to top, rgba(255,255,255,0.0), rgba(255,255,255,0.5));
}
.breadcrumb-item{
  font-size: 12px;
}
.info-text-title{              
    position:absolute; 
    bottom:60px; 
    padding:0px 15px; 
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFF;
  } 
  .info-text-update{
    position:absolute; bottom:85px; padding-left:20px;
  }
  .info-text-desc{              
    position:absolute; bottom:20px; padding:0px 15px; 
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color:rgba(255,255,255,0.8);
  } 
  .info-img-bg{
    position:absolute;bottom:0px; padding-left:20px; 
    border-bottom-left-radius:8px; 
    border-bottom-right-radius:8px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.9)); height:50%; width:100%;
  }

  .news-title{          
    padding-top:16px;    
    font-weight:bold;
    font-size: 14px;
    line-height: 18px;
    color:rgba(255,255,255,1);
  } 

  .news-update{          
    padding-top:15px;    
    font-weight:400;
    font-size: 10px;
    line-height: 18px;
    color:rgba(255,255,255,1);
  } 

  .news-desc{          
    padding-top:10px;    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color:rgba(255,255,255,0.5);
  } 

  .hle-title{          
    padding:20px 15px 0px 15px;    
    font-weight:bold;
    font-size: 14px;
    line-height: 18px;
    color:rgba(255,255,255,1);
  } 

  .hle-desc{          
    padding:10px 15px 20px 15px;  
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color:rgba(255,255,255,0.5);
  } 
  .header-breadcrumb {
    margin-top:20px;
  }

  .content {
    padding:20px 40px 20px 40px; background-color: #FFF; border-radius:8px; box-shadow: 2px 2px 35px #555;
  }

  .rowReverse {
      flex-direction: row;
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      flex-wrap: wrap-reverse;
  }
  .about-section{
    height:65vh;
  }
  .about-header{
    padding-top:12%;padding-left:13%;padding-right:13%;text-align:center;
  }
  .container-vision{
    margin-top: 70px;
  }
  .container-mission{
    margin-bottom: 70px;
  }
  .about-title{
    padding-top: 30px;
  }
  @media (max-width: 700px){
    .content {
      padding:20px 20px 10px 20px; border-radius:none; 
    }
    .about-header{
      padding-top:22%;padding-left:7%;padding-right:7%;
    }
    .about-section{
      height:55vh;
    }
    .container-vision{
    margin-top: 30px;
    }
    .container-mission{
      margin-bottom: 30px;
    }
    .about-title{
      padding-top: 15px;
    }
  }

  @media screen and (max-width: 768px) {
     .info-text-update{
      bottom:150px;
    }
    .info-text-title{              
      bottom:100px; 
    } 
   
    .info-text-desc{              
      bottom:20px; 
    } 

  
  }