﻿.nearest-koop-group {
    display: none;
}
.nearest-bayi-group {
    display: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}

.close {
    opacity: 1;
    justify-content: center;
    width: 50px;
    top: -34px;
    right: 16px;
    color: #fff;
    align-items: center;
    position: absolute;
    height: 50px;
    display: flex;
    background: #178a38;
}

button.close {
    background-color: #178a38;
}

.main-header-body > ul > li ul {
    border-top: 4px solid #178a38;
}

.main-header-body > ul > li .dropmenu:before {
    background: #178a38;
}

.main-header-body > ul > li .dropmenu:after {
    border-bottom-color: #178a38;
}

.main-header-body > ul > li > a.btn {
    background: #178a38;
}

.btn.btn-success {
    background: #178a38 !important;
    border-color: transparent;
}

.main-header-body > ul > li ul li a:hover {
    color: #178a38;
    text-decoration: none;
}

.section-header > * {
    display: block;
    margin: 0 auto;
}

.program-list-header .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    opacity: 0;
    color: #178a38;
    transition: opacity .3s;
}

.select-toggle .select-toggle-header {
    font-weight: 600;
    cursor: default;
}

.blog-list figure .blog-list-label {
    background-color: #178a38;
}

.investor-file-list-wrapper {
    padding: 0 35px;
    width: 100%;
}
