.ThinhDevAlePay label {
    cursor: pointer;
}

.bankList {
    position: relative;
}

.bankList:after {
    display: table;
    clear: both;
    content: "";
}

.bank-item {
    float: left;
    padding: 10px;
    border: 1px solid #0461a8;
    border-radius: 3px;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 7px;
}

.bank-item.active {
    color: #fff;
}

.bank-item i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 5px;
    background: #0461a8;
    border-bottom-right-radius: 3px;
    font-size: 12px;
}

.bank-item.active i {
    display: block;
}

.bank-item img {
    max-height: 35px !important;
}

.bankDetailItem {
    display: none;
}

.paymentMethodItem .period {
    display: none;
}

.paymentMethodItem p {
    display: inline-block;
    background: red;
    padding: 10px;
    color: #fff;
}

.paymentMethodItem {
    display: inline-block;
    cursor: pointer;
}

.methodName {
    padding: 8px;
    display: inline-block;
    border: 1px solid #0461a8;
    border-radius: 3px;
    background: #fff;
}

.methodName img {
    max-height: 25px;
}

.methodName input {
    margin: 0 !important;
}

.periods {
    display: none;
    margin-top: 15px;
}

.bankName input {
    display: none !important;
}

.installment-table {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.installment-table thead td {
    background: #0461a8;
    color: #fff;
    font-size: 13px;
    padding: 10px!important;
}

.installment-table td {
    border: 1px solid #0461a8;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

p.payStep {
    margin: 20px 0 !important;
    display: block;
}


.payment_box.payment_method_alepay {
    background: #e1e1e157;
    padding: 15px;
    border-radius: 5px;
}
td.ins-month {
    padding-left: 20px;
}
