.down-arrow {
    text-align: center;
    padding-top: 30px;
}

.submit-lienhe {
    padding-top: 30px;
}

form>.form-group {
    margin: 10px;
}

.collapse-btn {
    border-color: rgb(62, 162, 62);
    margin-bottom: 0;
}

.collapse {
    margin-bottom: 15px;
}

.content p {
    color: #000;
    text-align: justify;
}

p {
    margin-bottom: 15px;
}

#getForm {
    background-color: azure;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

#getForm .row {
    margin-right: 15px;
}

#getForm .row select {
    border-color: green;
}

a {
    text-decoration: none !important;
}

a:hover>i {
    color: green;
    transition: letter-spacing 0.3s ease-out 0s;
}

a:hover i {
    letter-spacing: 1px;
}

h4 a:hover {
    color: green !important;
    /* letter-spacing: 1px;
    transition: letter-spacing 0.3s ease-out 0s; */
}

.post_header .post_title {
    margin-top: 0 !important;
}

h6 a:hover {
    color: green !important;
    letter-spacing: 1px;
    transition: letter-spacing 0.3s ease-out 0s;
}

h4 {
    margin-top: 0;
}

.to-title {
    font-size: 18px;
    font-weight: bold;
    color: #03371a;
}

.paginate {
    display: flex;
    list-style-type: none;
}

.page_content_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.active-page {
    background-color: rgb(41, 108, 79);
    color: #fff;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.select2.select2-container.select2-container--default {
    border: solid;
    border-radius: 5px;
    border-color: green;
}

.search-field.fill_inited {
    border-color: green;
}

.point-tittle {
    font-size: 11px !important;
}

input:focus {
    outline: none !important;
}

.custom-select.custom-select-sm.form-control.form-control-sm.filled.fill_inited {
    padding-top: 2px;
}

.select_container {
    margin-right: 5px;
    margin-left: 5px;
}