.top {
    width: 100%;
    height: 160px;
}
.top-bg {
    position: absolute;
    top:0;
    background: url("../img/top-img.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 320px;
    z-index: 0;;
}
.top-bar {
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding:10px 0;
    position: absolute;
    top:0;
    z-index: 1;
}
.search-bar {
    margin-top: 75px;
    background: #fff;
    padding:10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.search-bar .form-control {
    background: #f0f2f5;
    width: 240px;
}
.search-bar .form-control:focus {
    background: #ffffff;
}
.icon-text-item i {
    width: 16px;
    text-align: center;
}
.ps-card {
    position: relative;
    z-index: 0;
}
.logo {
    margin-top: 60px;
}
.h3 {
    font-size:20px;
}
.about-item {
    width: 100%;
    height: 150px;
    display: table;
    margin-bottom: 30px;
}
.about-item-auto {
    vertical-align: middle;
    display: table-cell;
    background: #f9f9f9;
    width: 100%;
}
.my-50 {
    margin: 50px 0;
}
.card-shadow {
    margin:0 0 15px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    padding: 20px;
    text-align: center;
}
.foot-nav {
    font-size: 14px;;
}
.foot-info {
    font-size: 14px;;
}
.dropdown-item  {
    font-size:14px;
    color:#333;
    padding: 0.5rem 1rem !important;
}
.dropdown-menu::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 35px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.badge {
    padding:2px 4px;
    vertical-align: middle;
}
.tab-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tab-menu li {
    font-size:16px;
    color:#555;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    float: left;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 10px;
}
.tab-menu li:hover {
    color:rgba(0,0,0,1);
    transition: .3s;
    text-decoration: underline;
}
.tab-menu li.active {
    color:#ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #007bff;
}
.tab-menu li:nth-child(1) {
    border-right: 1px solid rgba(255,255,255,0.3);
}
.tab-content section {
    display: none;
    color:#fff;
}
.tab-content .show {
    display: block;
}
.app-down-btn {
    position: absolute;
    top: 70px;
    right: 20px;
}
.form-view {
    padding: 30px;
}
.h5-title {
    border-left:5px solid #007bff;
    text-indent: 10px;
}

.user-nav-active {
    box-shadow: inset 2px 0 0 #007bff;
    background: #f9f9f9;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.custom-table-menu .btn-sm {
    line-height: 1;
    padding:0.2rem 0.5rem;
}

    .doc-img{
    max-width:40px;
    max-height:28px;
    }
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }

    .dropdown-menu::after {
        content: '';
        position: absolute;
        left: 50%;
        top: -8px;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}


        .p-title {
            font-size:14px;
            margin: 0;
        }
        .p-indent {
            font-size:14px;
            text-indent: 28px;
            line-height: 24px;
            margin: 0;
        }
        .msessage-a {
            position: relative;
        }
        .msessage-hints {
    position: absolute;
    bottom: 2px;
    left: 0px;
    color: #fff;
    background: #ca3030;
    font-size: 12px;
    width: 7px;
    height:7px;
    line-height: 7px;
    text-align: center;
    border-radius: 7px;
}