.page-top {
    padding: 0 !important;
}

.section-info {
    padding: 50px 0;
    background-size: cover;
}

.page-top:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(61, 191, 242, 1);
    background: -moz-linear-gradient(99.21deg, #022E57 21.88%, #0D5C9A 87.11%, #1D9AF2 101.4%);
    ;
    background: -webkit-linear-gradient(99.21deg, #022E57 21.88%, #0D5C9A 87.11%, #1D9AF2 101.4%);
    ;
    background: -o-linear-gradient(99.21deg, #022E57 21.88%, #0D5C9A 87.11%, #1D9AF2 101.4%);
    ;
    background: -ms-linear-gradient(99.21deg, #022E57 21.88%, #0D5C9A 87.11%, #1D9AF2 101.4%);
    ;
    background: linear-gradient(99.21deg, #022E57 21.88%, #0D5C9A 87.11%, #1D9AF2 101.4%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dbff2', endColorstr='#017ec1', GradientType=1);
/*    opacity: .8;*/
}

.page-top .page-title {
    font-size: 2.5rem !important;
    font-weight: normal !important;
}

.page-top .page-sub-title {
    font-size: 18px !important;
    font-weight: normal !important;
    max-width: 50%;
    margin: 10px auto 0 !important;
}

.breadcrumbs-wrap,
.breadcrumbs-wrap a {
    position: relative;
    font-weight: bold;
}

.breadcrumbs-wrap {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-top > .container {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}

.breadcrumbs-wrap a:hover {
    color: #dadada !important;
}

/*breadcrumb*/
.breadcrumbs-wrap .breadcrumb {
    background-color: transparent;
}

.page-top ul.breadcrumb {
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.page-top ul.breadcrumb > li .delimiter {
    display: block;
    float: right;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
}

.page-top ul.breadcrumb > li .delimiter.delimiter-2:before {
    content: "\e81a";
    right: -1px;
}

.page-top ul.breadcrumb > li .delimiter.delimiter-2 {
    font-family: "Porto";
    font-weight: 400;
}

.page-top ul.breadcrumb > li {
    text-shadow: none;
    text-transform: uppercase;
}

.page-top .breadcrumbs-wrap {
    font-size: 0.8em;
}
