.wrap-content {background: #efefef;}
.container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}
.wrap-form {
    padding: 20px;
    background: url("https://neovital.vn/wp-content/uploads/2023/10/Asset-6@2x.png") no-repeat center center;
    color: white;
    background-size: cover;
}
.wrap-form h1 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
}
.wrap-form form {
    display: flex;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}
.wrap-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wrap-form .form-group.certificate-action {flex: 0 0 auto;}
.wrap-form .form-group label {
    margin-bottom: 10px;
    font-weight: 500;
}
.wrap-form .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
}
.wrap-form .form-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #c36;
    color: white;
}
.wrap-form .form-group .note {font-size: 13px;padding: 5px 0;}
.certificate-view {
    width: 76%;
    margin: 0 auto;
    padding: 20px 0;
}
.certificate-view__head {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 15px 20px;
}
.certificate-view__head h2 {
    line-height: 1;
    color: #50b848;
    text-transform: uppercase;
    font-size: 18px;
}
.certificate-view__body {
    padding: 20px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 15px;
}
.certificate-view__body ul {padding: 0;}
#product-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 10px;
}
#product-list li span {white-space: nowrap;}
#product-list li strong {
    color: #50b848;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {width: 40px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 1.4;}
@media screen and (max-width: 767px) {
	#filter-certificate {
        flex-direction: column;
        gap: 15px;
    }
    .certificate-view {
        width: 100%;
        padding: 20px;
    }
}