#header{
    background-image: url(../images/download/banner-down.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 300px; */
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 9rem;
}
#header .row{
    width: 100%;
    justify-content: center;    
}
#header input[type="text"]{
    background-color: transparent;
    font-size: 1.5rem;
    color: #fff;
}
#header button{
    background-color: #e00046;
    color: #fff;
    font-size: 1.5rem;
}
#lblHead{
    font-size: 1.7rem;
    margin-left: 1rem;
}
#lblSearch{
    font-size: 2.5rem;
}
#lblSearchCaption{
    font-size: 1rem;
}
.mb{
    margin-bottom: 2rem;
}
#download-list{
    margin-top: 3rem;
}
#download-list th{
    min-width: 100px;
    text-align: center;
    background-color: #f1f5f8;
    padding: 1.1rem;
}
#download-list td{
    text-align: center;
    padding: 1rem;
}
#download-list td img{
    max-width: 120px;
}

#lblCatalogue{
    font-size: 2rem;
}
#download-list .download{
    display: flex;
    justify-content: center;
}
#download-list .download::before {
    width: 38px;
    height: 34px;
    content: "";
    background: url(../images/download/down_ico2.jpg) no-repeat;
}