.highcharts-title {
    font-weight: 700;
}
.question table{
    line-height: 1.5;
}
.question table td {
    padding: 10px 8px;
    color: #333;
    border: 1px solid #cdd6e7;
}
.ajaxloading2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    background-image: url(/images/web/loading.gif);
    background-size: 150px auto;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    display: none;
}

.ajaxloading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    background-image: url(/images/web/loading.gif);
    background-size: 150px auto;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    display: none;
}

.footer .menu-footer h3 a {
    font-size: 1rem;
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-family: OpenSans-Regular, sans-serif;
}

.title-not-found{
    font-weight: bold;
    font-size: 22px;
    color: #2e3543;
    font-family: "Open Sans SemiBold", sans-serif;
}

.title-archive{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-archive h3, .title-archive form{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.title-archive form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .title-archive {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
     .title-archive form{
         -webkit-box-flex: 100%;
         -ms-flex: 100%;
         flex: 100%;
    }
}
.title-archive form select{
}
.notify .notify-des{
    margin-top: 30px;
}
.img-custom-home{
	position: relative;
}
.img-custom-home:before{
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(88, 37, 123, 0), #000000);
    height: 300px;
    bottom: 0;
}
.img-custom-home .title-custom{
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 25px;
}
.img-custom-home .title-custom p{
    color: #fff;
}
.img-custom-home .title-custom p:first-child{
    padding-bottom: 5px;
    font-size: 1.3rem;
}
.img-custom-home .title-custom p:last-child{
    font-size: 1.5625rem;
    font-family: OpenSans-Regular, sans-serif;
    text-transform: uppercase;
}
#title-news{
    font-size: 42px;
    color: #00537d;
    padding-bottom: 20px;
    font-family: RobotoCondensed-Bold, sans-serif;
}
#title-news a{
    float: right;
    font-size: 1.2rem;
    padding-top: 20px;
    font-family: OpenSans-Regular, sans-serif;
    color: #00537d;
}