﻿.hidden{
    display:none;
}

.list-paging {
    padding: 0 0 40px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center
}

.view-more-project.show {
    display: inline-block;
}

.view-more-project {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #0571b8;
    background-color: transparent;
    border: none;
}

    .view-more-project::after {
        content: "";
        position: relative;
        display: block;
        width: 0;
        height: 0;
        margin: 5px auto;
        padding: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0571b8;
    }

form.search-id-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    form.search-id-form button {
        position: absolute;
        right: 4px;
        top: 5px;
        border: none;
        width: 40px;
        height: 40px;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #cca75c;
    }

    form.search-id-form #qsearch {
        top: 0px;
    }

.sbt-none {
    display: none !important;
}

.sbt-flex {
    display: flex !important;
}

.description-map.full-p .scroll-descript {
    padding-bottom: 50px;
}
