span.mega-indicator {
    display: inline !important;
}

.eva-wrap {
    z-index: 9;
    padding: 70px 0px 80px 0px;
}

.evalue-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.evalue-background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #0000008c;
    opacity: 0.4;
}

.evalue-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-eva {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 30px;

}

.eva-item:hover {
    background: #6fbe44;
    color: #fff;
}

.eva-item:hover .abouts-value-des{
    color: #fff;
}

.title-eva h2{
    text-align: center;
}

.eva-item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.058) 100%), rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 1.2rem;
    align-items: center;
    padding: 2.4rem 1.4rem 6.1rem 1.4rem;
    position: relative;
    height: 100%;
    /* box-shadow: 0px 2px 6px #0000003b; */
    border: 1px solid #6fbe44;
}
.abouts-value-des ul {
    padding-left: 20px;
}

.number {
    font-family: 'Roboto-Medium';
    font-size: 4rem;
    line-height: 1.4;
    color: #1A1A1A;
    opacity: 0.2;
    padding-bottom: 1.5rem;
}

.icon-eva {
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.8rem;
    height: 6.8rem;
}

.icon-eva img {
    width: 4rem;
}

.abouts-value-text {
    font-family: 'Roboto-Medium';
    font-size: 28px;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    text-align: center;
}

.abouts-value-des {
    font-size: 16px;
    text-align: justify;
    color: black;
}

section#tamnhin {
    padding: 60px 0px;
}

.tamnhin-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.content-vision {
    width: 48%;
    margin: auto 0px;
}

.content-vision h2 {
    font-size: 45px;
    font-family: 'Roboto-Bold';
    color: #00519b;
    line-height: 2;
    text-transform: uppercase;
}

.content-vision p {
    font-size: 16px;
}

.avatar {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    margin: auto 0px;
}

.avatar img {
    width: 100%;
}

.sm-wrap {
    position: relative;
    width: 100%;
    padding: 100px 0px 120px 0px;
    z-index: 5;
}

.sumenh-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sumenh-background::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: "";
    background-color: #000000;
    opacity: 0.5;
}

.sumenh-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.background-intro-title {
    font-size: 36px;
    text-transform: uppercase;
}

.intro {
    display: grid;
    /* justify-content: space-between; */
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.textsm {
    width: 58%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.background-intro-text {

    font-size: 20px;
}

.intro-wrap {
    text-align: center;
}

.intro-wrap .number {
    font-size: 5.6rem;
    line-height: 1;
    color: #ffffff;
    padding: 35px 0px;
    opacity: 1;
    font-family: 'Montserrat-Bold';
}

.text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #FFFFFF;
    text-align: center;
}

section#sumenh {
    margin-bottom: 60px;
}