.bannerSection{
    min-height: 60vh;
    background: white;
    background: url(../../../ASSETS/IMG/about/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
 
.bannerMask{
    min-height: 60vh;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
} 

.bannerSection .bannerTitle{
    font-size: 20px;
    color: black;
    background: white;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
    top: 200px;
    border-radius: 5px;
    font-family: 'montserrat-bold';
}

.sectionAboutUs{
	background: #a3c7ff;
}


.sectionAboutUs label.title{
    margin: auto;
    background: #000000;
    color: white;
    border-radius: 15px 0px;
    padding: 10px 30px;
    font-family: 'montserrat-bold';
    font-style: italic;
    font-size: 14px;
}

.sectionAboutUs label.subtitle{
    display: block;
    margin-top: 10px;
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: #072366;
    margin-bottom: 30px;
    line-height: 1.4;
}
.sectionAboutUs p.desc{
	font-size: 16px;
    color: black;
    line-height: 1.6;
    padding-right: 50px;
    margin-bottom: 20px;
}

.sectionAboutUs a.link{
	font-size: 16px;
    font-family: 'montserrat-bold';
    text-decoration: underline !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sectionAboutUs a.link:hover,
.sectionAboutUs a.link:focus{ 
    color: #072366;
}

.sectionAboutUs img.cover{
    width: 100%;
    border-radius: 5px;
    filter: brightness(0.8);
}

.sectionAboutUs .imgCaption{
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 150px;
    height: 120px;
    padding: 10px 10px;
    background: white;
    text-align: center;
}
 
.sectionAboutUs .imgCaption span {
    color: black;
    font-size: 45px;
    display: block;
    margin-bottom: 0px;
    font-family: montserrat-bold;
}
.sectionAboutUs .imgCaption p { 
    color: #787878;
    font-size: 16px;
    margin-top: -5px;
    letter-spacing: 5px;
}


.sectionMissionVision{ 
    background: #1d3bcf;
}

.sectionMissionVision .divMissionVision{
    text-align: center;
    padding: 40px 20px;
    background: white;
    height: 100%;
    border-radius: 10px;
}

.sectionMissionVision .divMissionVision img{
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.sectionMissionVision .divMissionVision label.title{
    font-size: 30px;
    font-family: 'montserrat-bold';
}

.sectionMissionVision .divMissionVision .desc{
    font-size: 14px;
    color: #64676c;
    line-height: 1.6;
}

.sectionHistory{
    background: #a3c7ff; 
}

.sectionHistory img{ 
    width: 100%;

}

.sectionHistory label.title{
    display: block;
    font-size: 35px;
    font-family: 'montserrat-bold';
    letter-spacing: -0.5px;
    color: black;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.4;
}

.sectionHistory .historyDiv{
    background: white;
    padding: 30px; 
    border-radius: 10px;
    margin-top: 30px;
}

.sectionHistory .historyDiv .desc{ 
    font-size: 16px;
    color: #64676c;
    line-height: 1.6; 
    margin-bottom: 20px;
}