﻿.content-pd a {
    color: #022756;
    font-weight: 500;
}

    .content-pd a:hover {
        color: #000000;
        cursor: pointer;
    }

.content-pd ol, ul {
    padding-left: 40px;
}

.fileicon {
    width: 40px;
}

.card-sss {
    padding-left: 4rem;
}

/*
@media (min-width:321px) {
    .mb-slide {
        margin-bottom: 75px !important;
    }
}
    */

.container-slider-left {
    margin-bottom: 0px !important;
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}


.mt-space-05 {
    margin-top: -0.5rem !important;
}
.mt-space-1 {
    margin-top: -1rem !important;
}
.mt-space-2 {
    margin-top: -2rem !important;
}
.mt-space-3 {
    margin-top: -3rem !important;
}
.mt-space-4 {
    margin-top: -4rem !important;
}
.mt-space-5 {
    margin-top: -5rem !important;
}