.main--content {
    padding: 35px;
    background-color: #fff;
}

    .main--content .content__title {
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
    }

.right--content {
    padding: 25px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .banner,
    .body--search {
        display: none;
    }
}

#contentNews iframe {
    display: block !important;
    width: 80% !important;
    margin: 0 auto;
}
.main--content img {
    max-width: 100% !important;
}
#contentNews ul {
    list-style: inherit;
    padding-left: 40px;
    
}
#contentNews > ul {
    margin-left: 40px;
    margin-bottom: 16px;
}

#contentNews img {
    height: auto !important;
    width: 100% !important;
}
    #contentNews img[src*="ckeditor/plugins"] {
        height: 23px !important;
        width: 23px !important;
    }

.survey_shadow-box {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.justifyclass p{
    text-align: justify !important;
}

.justifyclass {
    text-align: justify !important;
}