
.section-sectnews p {
    margin-top: 0;
    margin-bottom: 0;
}


.relative{
    position: relative;
}

.section-sectnews{
    background: #ECEFF0 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sectnews .containerMore{
    border: 3px solid #0056AC;
    opacity: 1;
    height: 450px;
}

.section-sectnews .containerMore .boxCenter{
    height: auto;
    position: relative;
    width: 200px;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0 auto;
}

.boxCenterWhite{
    background: #F9F9F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 30px #00000029;
    opacity: 1;
    height: 450px;
    position: relative;
}

.section-sectnews .containerMore .boxCenter .title{
    font: normal normal bold 35px/35px Poppins;
    letter-spacing: 0px;
    color: #133374;
    opacity: 1;
    padding-bottom: 15px;
    text-align: center;
}


.section-sectnews .containerMore .boxCenter .text{
    font: normal normal normal 17px/23px Poppins;
    letter-spacing: 0px;
    color: #133374;
    opacity: 1;
    padding-bottom: 20px;
    border-bottom: 0px solid #fff;
    text-align: center;
    
}

.section-sectnews .containerMore .boxCenter a{
    border: 3px solid #006BD6;
    background-color: #006BD6;
    color: #fff;
    border-radius: 36px;
    opacity: 1;
    text-decoration: none;
    width: 100%;
}

.section-sectnews .containerMore .boxCenter a:hover{
    background-color: #fff;
    color: #006BD6;
}

.section-sectnews .containerNews{
    opacity: 1;
    height: 500px;
    
}

.section-sectnews .containerNews .title{
    font: normal normal bold 21px/24px Poppins;
    text-align: center;
    letter-spacing: 0px;
    color: #1B4A58;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 30px;

    padding-left: 20px;
    padding-right: 20px;
}

.section-sectnews .containerNews .text1{
    text-align: center;
    font: normal normal 300 11px/18px Poppins;
    letter-spacing: 0px;
    color: #0D222D;
    opacity: 1;
    padding-bottom: 20px;

    padding-left: 20px;
    padding-right: 20px;
}

.section-sectnews .containerNews .text2{
    text-align: center;
    font: normal normal normal 13px/18px Montserrat;
    letter-spacing: 0px;
    color: #686876;
    opacity: 1;    

    padding-left: 20px;
    padding-right: 20px;
}


.section-sectnews .containerNews .boxBtn{
    text-align: center;
    padding-top: 20px;
}

.section-sectnews .containerNews .newsBtn{
    border: 3px solid #C32984;
    border-radius: 36px;
    opacity: 1;    
    text-align: center;
    font: normal normal  14px/14px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-sectnews .containerNews .newsBtn:hover{
    border: 3px solid #006BD6;
    color: #006BD6;
}



@media (max-width: 1400px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 992px) {

    .section-sectnews .containerMore {
        height: 300px;
        margin-bottom: 40px;
    }

    .section-sectnews .containerNews{
        opacity: 1;
        height: auto;
        margin-bottom: 40px;
    }
    
    .section-sectnews .boxCenterWhite {
        height: auto;
        padding-bottom: 20px;
    }

    .section-sectnews .boxCenterWhite img{
        width: 100%;
    }
    
    .section-sectnews .boxCenterWhite img{
        width: 100%;
    }
}

@media (max-width: 768px) {


}

@media (max-width: 576px) {


}