option {
    color: #000000;
}
.background-style img.img-banner {
    max-height: 30%;
}
.vnpost-body {
    font-family: Helvetica Neue,"Segoe UI";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}
.postlist-body {
    max-width: 1300px;
    margin: 0 auto;
}
.vnpost-body .vnpost-form {
    width: 100%;
}

.vnpost-body .vnpost-form .vnpost-title {
    text-align: center;
    color: #018848;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
}

.vnpost-body .vnpost-form .vnpost-select {
    margin: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vnpost-body .vnpost-form .vnpost-select>input {
    border: none;
    margin-right: 15px;
}

#search-post, #search-bank {
    display: none;
}
.vnpost-body .vnpost-form .vnpost-button {
    padding: 8px 30px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #008848;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica Neue;
    display: inline-block;
    cursor: pointer;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.vnpost-body .vnpost-form .vnpost-content .vnpost-item-submit {
    display: block;
    text-align: center;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input label {
    font-size: 16px;
    font-weight: 600;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 10px;
	text-transform: uppercase;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    width: 100%;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input .input-icon {
    position: relative;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input .iconify {
    position: absolute;
    top: 12px;
    left: 10px;
}

.vnpost-body .vnpost-form .vnpost-content .vnpost-item-input .btn-submit {
    width: auto;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica Neue,"Segoe UI";
    cursor: pointer;
    border: 0;
}

.vnpost-item-input input::placeholder {

}

.vnpost-item-input input:-ms-input-placeholder {
}

.vnpost-item-input input::-ms-input-placeholder {
}

.postlist-body {
    margin-top: 50px;
}

.postlist-body .postlist-tabs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 4px solid #008848;
}

.postlist-body .postlist-tabs .tab-item {
    color: #008848;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.postlist-body .postlist-tabs .tab-item.active {
    background-color: #F9E81E;
    border-radius: 10px 10px 0 0;
}

.postlist-body .tab-content {
    margin-top: 50px;
    width: 100%;
}

.postlist-body .tab-content .tab-title {
    color: #008848;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.postlist-body .tab-content .postlist-table {
    margin-top: 25px;
}

.postlist-body .tab-content .postlist-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 3px 3px 0 0;
}

.postlist-body .tab-content .postlist-table th {
    padding: 20px;
    background-color: #F9E81E;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

/*.postlist-body .tab-content .postlist-table th:not(:first-child):not(:last-child)::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 15%;*/
/*    background-color: #4A4A4A;*/
/*    width: 1px;*/
/*    height: 70%;*/
/*}*/

.postlist-body .tab-content .postlist-table th:first-child {
    background-color: #008848;
    color: #ffffff;
}

.postlist-body .tab-content .postlist-table td {
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
}

.postlist-body .tab-content .postlist-table tbody {
    border: 1px solid #008848;
    border-top-width: 5px;
}

.postlist-body .tab-content .postlist-table tbody tr:nth-child(even) {
    background-color: #F0F0F0;
}

.postlist-body .tab-content .postlist-table tbody tr td {
    border-right: 1px solid #CDCDCD;
}

.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}
.pagination-list li a {
    padding: 3px 10px;
    margin: 5px;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
}
.pagination-list li.active {
    border: 1px solid #008848;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 3px;
}
.vnpost-notfound {
    text-align: center;
}
.vnpost-item-input select {
    background: url("/wp-content/themes/fe-credit/assets/icons/arrow-down.png") no-repeat;
    background-size: 20px;
    background-position-x: 98%;
    background-position-y: center;
}
.vnpost-item-input select:invalid {
    color: #D8D8D8;
}
.vnpost-item-input input::placeholder {
    color: #D8D8D8;
}
.vnpost-select input[type=checkbox] {
    display: none;
}
.vnpost-select input[type=radio]:checked + label:before {
    border: none;
}
/*

.vnpost-select input[type=radio],

.vnpost-select input[type=radio] + label,
.vnpost-select input[type=checkbox] + label {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.vnpost-select input[type=checkbox]:checked + label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e0e0e0;
}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
*/
