.pagination-customer {
    display: flex;
    margin: 0 auto;
}
.pagination-customer .page-item .page-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    color: #404040;
    font-weight: 700;
    margin: 0px 2px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    border: 1px solid #eee;
}
.pagination-customer .page-item.active .page-link {
    background: #02C879;
    color: #FFF;
}
#datapage{
    display: none;
}
.page-program .section-4 .md-form-1 textarea {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    color: #999999;
}
.page-program  .ui.radio.checkbox {
    width: 100%;
    min-height: auto;
}
.page-program   .ui.checkbox.checked label {
    border: 1px solid #02C879;
    border-radius: 8px;
}
.page-program .ui.checkbox label {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    width: 100%;
    padding: 15px 15px 15px 35px;
}
.page-program  .ui.checkbox input:checked~.box:before, .page-program  .ui.checkbox input:checked~label:before {
    background: #02C879 !important;
    color: #02C879;
    border-color: #02C879;
}
.page-program  .ui.checkbox input:checked~.box:after, .page-program .ui.checkbox input:checked~label:after {
    top: 17px;
    left: 12px;
    width: 11px;
    height: 11px;
    color: #FFF;
}
.page-program  .ui.checkbox input[type="checkbox"]:checked~.box:after, .page-program .ui.checkbox input[type="checkbox"]:checked~label:after {
    top: 15px;
    left: 11px;
   
}
.page-program  .ui.checkbox {
    width: 100%;
    min-height: auto;
}
.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio]{
    height: 48px;
}
.page-program .ui.checkbox input:checked+label {
    border: 1px solid #02C879;
}
.page-program .md-row .md-col:first-child {
    margin-right: 2%;
}
.page-program   .md-row .md-col {
    float: left;
    width: 49%;
}
.page-program  .md-row {
    margin-bottom: 20px;
}
.page-program .md-form-1  input[type="button"], .page-program .btn-submit {
    color: #FFF !important;
    border-radius: 100px;
    padding: 12px 0px;
    background: #FF9C41;
    transition-duration: 0.5s;
    min-width: 220px;
    width: 220px;
    display: table;
    margin: 0 auto;
    border: 1px solid #FF9C41;
}
.page-program .section-4 .md-form-1 input{
    color: #2a2929;
}
.page-program .btn-submit{
    padding: 8px 0px;
}
.page-program .btn-submit[disabled="disabled"]{
    opacity: 0.5;
}
.page-program .md-question {
    padding-top: 30px;
}
.page-program .md-form-1 input[disabled="disabled"]{
    opacity: 0.5
}
#ModalNotification, #modalungtuyen{
    z-index: 99999 !important;
}
.modal-backdrop {
    z-index: 9999 !important;;
}
#ModalNotification h3.success {
    text-transform: uppercase;
    color: #00a639;
}
#ModalNotification h3.error {
    text-transform: uppercase;
    color: #f44336;
    font-size: 17px;
}
@media (min-width: 576px)
{
    .modal-dialog{
        margin: 6.75rem auto;
        max-width: 450px;
    }
}
.modal-backdrop{
    background-color: #0a0a0a85;
}
@media screen and (max-width: 767px){
    .page-program  .md-row .md-col {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
}
p[data-f-id="pbf"]{
    display: none;
}
.md-modal-ungtuyen-fancybox{
    display: block;
}

.input-file-trigger {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  transition: all .4s;
  cursor: pointer;
  border: 1px dashed #D9D9D9;
  border-radius: 8px;
}
.input-file-trigger span{
    display: block;
    color: #666666;
    font-size: 12px;
}
.input-file {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
.container p {
    margin-bottom: 5px;
}
p.error{
    font-size: 14px;
}
.md-content-2 ul{
    padding-left: 30px;
}
.md-content-2 ul li {
    list-style: disc;
}
.page-program .section-4 .btn-warning {
    color: #ff9800;
    border-radius: 100px;
    border: 1px solid #ff9800;
    padding: 10px 27px;
    margin-right: 10px;
    transition-duration: 0.5s;
    background: transparent;
    display: table;
    margin: 30px auto 0 auto;
}
.page-program .section-2 .content img{
    width: 14%;
}