.advance-money .face-value-money__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 5 - 30px);
    -ms-flex: 0 0 calc(100% / 5 - 30px);
    flex: 0 0 calc(100% / 5 - 30px);
    width: calc(100% / 5 - 30px);
}
@media (max-width: 767px) {
    .advance-money .face-value-money__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 3 - 30px);
        -ms-flex: 0 0 calc(100% / 3 - 30px);
        flex: 0 0 calc(100% / 3 - 30px);
        width: calc(100% / 3 - 30px);
    }
}
.face-value-money {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: -webkit-fill-available;
}
@media (max-width: 767px) {
    .face-value-money {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .face-value-money {
        margin: 0;
    }
}
.face-value-money__item {
    background-color: #fff;
    border: 1px solid #b5b4b4;
    border-radius: 8px 8px 8px 0;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3 - 30px);
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 3 - 30px);
    margin: 0 15px 15px;
    padding: 8px 10px;
    text-align: center;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    width: calc(100% / 3 - 30px);
}
@media (max-width: 575px) {
    .face-value-money__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 3 - 16px);
        -ms-flex: 0 0 calc(100% / 3 - 16px);
        flex: 0 0 calc(100% / 3 - 16px);
        margin: 0 8px 15px;
        width: calc(100% / 3 - 16px);
    }
}
.face-value-money__item.selected,
.face-value-money__item:hover {
    background: -webkit-linear-gradient(bottom, rgba(238, 0, 51, 0.1), rgba(238, 0, 51, 0.1)), #fff;
    background: linear-gradient(0deg, rgba(238, 0, 51, 0.1), rgba(238, 0, 51, 0.1)), #fff;
    border-color: #ee0033;
}
.face-value-money__item.selected .face-value-money__value,
.face-value-money__item:hover .face-value-money__value {
    color: #ee0033;
}
.face-value-money__value {
    color: #b5b4b4;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 20px;
}
.receiver-info .face-value-money {
    margin: 8px -8px 0;
}
.receiver-info .face-value-money__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3 - 16px);
    -ms-flex: 0 0 calc(100% / 3 - 16px);
    flex: 0 0 calc(100% / 3 - 16px);
    margin: 0 8px 16px;
    width: calc(100% / 3 - 16px);
}
.payment-online__form .label-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}
@media (max-width: 991px) {
    .payment-online__form .label-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 10px;
        width: 100%;
    }
}
.payment-online__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-online__button .button {
    width: 264px;
}
@media (max-width: 991px) {
    .payment-online__button .button {
        width: 100%;
    }
}
.payment-online__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 0;
}
.payment-online__images img:hover {
    opacity: 0.75;
}
.form-horizontal .label-title__sub {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0 0;
}
@media (max-width: 991px) {
    .form-horizontal .label-title__sub {
        font-size: 12px;
        line-height: 18px;
    }
}
/*.current-pack {*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*    width: 100%;*/
/*    height: 82px;*/

/*    background: #BE0129;*/
/*}*/
/*.current-pack__banner {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/
/*.current-pack__banner img {*/
/*    width: 100%;*/
/*}*/
/*.current-pack__images {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin: 0 auto 10px;*/
/*}*/
/*.current-pack__images img:hover {*/
/*    opacity: 0.75;*/
/*}*/
/*.current-pack__des {*/
/*    color: #2C2F31;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 10px 0 0;*/
/*    text-align: center;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .current-pack__des {*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/
/*}*/
.payment-choose {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.payment-choose__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.payment-choose__item {
    /*background-color: #fff;*/
    border: 1px solid #d1d1d1;
    border-radius: 12px 12px 12px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px 20px;
    padding: 15px 15px 10px;
    width: calc(100% / 2 - 30px);
}
.payment-choose__item.selected {
    border-color: #ee0033;
}
.payment-choose__item.disabled {
    background-color: #eee;
    border-color: #e4e4e4;
    opacity: 0.7;
}
.payment-choose__item.disabled .radio-custom1 {
    cursor: default;
}
.payment-choose .radio-custom1 {
    padding: 0 0 0 30px;
}
.payment-choose .radio-custom1 input:checked ~ .checkmark ~ span {
    font-weight: 700;
}
.payment-choose .txt-radio {
    color: #2C2F31;
    min-height: 40px;
    font-weight: 700;
}
.payment-choose__info {
    margin: 5px 0 0;
}
.payment-choose__des {
    color: #727272;
    font-size: 14px;
    line-height: 24px;
}
.select-method-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 30px;
}
@media (max-width: 991px) {
    .select-method-custom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 20px;
    }
}
.select-method--full-custom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 10px;
}
.select-method__left-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px;
    width: calc(100% / 2 - 30px);
}
@media (max-width: 991px) {
    .select-method__left-custom {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 30px;
        width: 100%;
    }
}
.select-method__top-custom {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 8px 0;
    padding: 10px 15px;
    width: 100%;
}
.select-method__top-custom.opened .select-method__list-custom {
    display: block;
}
.select-method__toggle-custom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.select-method__info-custom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 20px - 20px);
}
.select-method__icon-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin: 0 5px 0 0;
    width: 30px;
}
.select-method__icon-custom img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.select-method__name-custom {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 30px - 5px);
    white-space: nowrap;
}
.select-method__action-custom {
    color: #2C2F31;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
}
.select-method__action-custom i {
    font-size: 12px;
}
.select-method__list-custom {
    background-color: #eee;
    border-radius: 8px 8px 8px 0;
    display: none;
    margin: 8px 0 5px;
    padding: 8px 12px;
}
.select-method__item-custom {
    color: #2C2F31;
    font-size: 14px;
    line-height: 24px;
}
.select-method__item-custom:not(:last-child) {
    margin: 0 0 5px;
}
.select-method__item-custom span {
    color: #727272;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}
.select-method__btn-custom {
    margin: 15px 0 0;
}
.select-method__right-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px;
    width: calc(100% / 2 - 30px);
}
@media (max-width: 991px) {
    .select-method__right-custom {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        width: 100%;
    }
}
.select-method__box-custom {
    background-color: #eee;
    padding: 8px 15px 15px;
}
.select-method__sub-custom {
    color: #727272;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 0 8px;
}
.select-method__images-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.select-method__images-custom img:hover {
    opacity: 0.75;
}
.banner-vector {
    margin-left: 32%;
}
.banner-content {
    position: relative;
}
.banner-content__name {
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    color: #fff;
    top: 13px;
    left: 5%;
    font-family: 'FS PFBeauSansPro', sans-serif;
}
.banner-content__price {
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    color: #fff;
    top: 13px;
    left: 40%;
    font-family: 'FS PFBeauSansPro', sans-serif;
}
.banner-content__cycle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    top: 38px;
    left: 75%;
    font-family: 'FS PFBeauSansPro', sans-serif;
}
.banner-content__bg {
    position: absolute;
    right: 115px;
}
@media (max-width: 767px) {
    .banner-content__name {
        font-size: 25px;
        top: 23px;
        left: 5%;
    }
    .banner-content__price {
        font-size: 25px;
        top: 23px;
        left: 37%;
    }
    .banner-content__cycle {
        font-size: 16px;
    }
    .banner-content__bg {
        right: 5px;
    }
}
.current-pack-custom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.current-pack__images-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.current-pack__des-custom {
    color: #2C2F31;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
    text-align: center;
}
.contract-pay {
    width: 100%;
}
.contract-pay__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.contract-pay__item {
    /*background-color: #fff;*/
    border: 1px solid #d1d1d1;
    border-radius: 12px 12px 12px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px;
    overflow: hidden;
    width: calc(100% / 2 - 30px);
}
.contract-pay__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px;
}
.contract-pay .radio-custom1 {
    padding: 0 0 0 28px;
}
.contract-pay .radio-custom1 input:checked ~ .checkmark ~ span {
    font-weight: 400;
}
.contract-pay .radio-custom1 .txt-radio {
    font-weight: 400;
    color: #727272;
    font-size: 16px;
}
.contract-pay__id {
    color: #727272;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 0 0 5px;
}
.contract-pay__detail {
    /*background-color: #fff;*/
    border-top: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 10px;
}
.contract-pay__name {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px) {
    .contract-pay__name {
        -webkit-box-flex: unset !important;
        -webkit-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
    }
}
.contract-pay__info {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 20px;
}
.contract-pay__value {
    color: #2C2F31;
    font-size: 14px;
    line-height: 24px;
}
.duration-pay {
    width: 100%;
}
.duration-pay__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.duration-pay__item {
    /*background-color: #fff;*/
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 8px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100%/2 - 30px);
    -ms-flex: 0 0 calc(100%/2 - 30px);
    flex: 0 0 calc(100%/2 - 30px);
    margin: 0 15px;
    padding: 12px 15px 15px;
    width: calc(100% / 2 - 30px);
}
.duration-pay__name {
    color: #2C2F31;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 2px;
}
@media (max-width: 991px) {
    .duration-pay__name {
        font-size: 16px;
        line-height: 24px;
    }
}
.duration-pay__sub {
    color: #2C2F31;
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0 10px;
}
@media (max-width: 991px) {
    .duration-pay__sub {
        font-size: 14px;
        line-height: 20px;
    }
}
.duration-pay__detail {
    margin: 15px 0 0;
}
@media (max-width: 991px) {
    .duration-pay__detail {
        margin: 10px 0 0;
    }
}
.duration-pay .radio-custom1 {
    padding: 0 0 0 30px;
}
.duration-pay .radio-custom1 input:checked ~ .checkmark ~ span {
    font-weight: 400;
}
.duration-pay .radio-custom1:not(:last-child) {
    margin: 0 0 15px;
}
.txt-radio-cdt {
    font-weight: 400;
    font-size: 14px;
}
.contract-code {
    background-color: #eee;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 8px 0;
    padding: 10px 15px;
    width: 100%;
}
.contract-code__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 5px;
}
.contract-code__sub {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.contract-code__id {
    color: #2C2F31;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 0 20px;
}
.contract-code__list {
    margin: 5px 0 0;
}
.contract-code__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contract-code__name {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
}
.contract-code__value {
    color: #2C2F31;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 20px;
}
.payment-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767px) {
    .payment-info {
        overflow-x: auto;
        padding: 0 0 10px;
        white-space: nowrap;
    }
}
.payment-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.payment-info__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3 - 30px);
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 3 - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
    padding: 12px 15px 15px;
    width: calc(100% / 3 - 30px);
    box-shadow: unset !important;
}
@media (max-width: 767px) {
    .payment-info__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
}
.payment-info__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 5px;
}
.payment-info__name {
    color: #2C2F31;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .payment-info__name {
        font-size: 14px;
        line-height: 20px;
    }
}
/*.recharge-history {*/
/*    padding: 0 0 60px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history {*/
/*        padding: 0 0 40px;*/
/*    }*/
/*}*/
/*.recharge-history__title {*/
/*    color: #2C2F31;*/
/*    font-family: 'FS PFBeauSansPro', sans-serif;*/
/*    font-size: 26px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.15px;*/
/*    line-height: 36px;*/
/*    margin: 0 0 5px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__title {*/
/*        font-size: 20px;*/
/*        letter-spacing: 0;*/
/*        line-height: 30px;*/
/*    }*/
/*}*/
/*.recharge-history__des {*/
/*    color: #ee0033;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    margin: 5px 0 10px;*/
/*}*/
/*.recharge-history__detail {*/
/*    margin: 20px 0 40px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__detail {*/
/*        margin: 20px 0;*/
/*    }*/
/*}*/
/*.recharge-history__row:not(:last-child) {*/
/*    margin: 0 0 10px;*/
/*}*/
/*.recharge-history__top {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    margin: 0 0 10px;*/
/*}*/
/*.recharge-history__sub {*/
/*    color: #2C2F31;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*    font-family: 'FS PFBeauSansPro', sans-serif;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    line-height: 28px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__sub {*/
/*        font-size: 16px;*/
/*        line-height: 24px;*/
/*    }*/
/*}*/
/*.recharge-history__sub span {*/
/*    color: #ee0033;*/
/*    margin: 0 0 0 3px;*/
/*}*/
/*.recharge-history__see-more {*/
/*    color: #ee0033;*/
/*    font-family: 'FS PFBeauSansPro', sans-serif;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    line-height: 21px;*/
/*    margin: 0 0 0 20px;*/
/*    text-decoration: underline;*/
/*}*/
/*.recharge-history__list {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin: 10px -15px 0;*/
/*}*/
/*@media (max-width: 575px) {*/
/*    .recharge-history__list {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -webkit-flex-direction: column;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        margin: 10px 0 0;*/
/*    }*/
/*}*/
/*.recharge-history__item {*/
/*    background-color: #fff;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 8px 8px 8px 0;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-flex: 0;*/
/*    -webkit-flex: 0 0 calc(100% / 2 - 30px);*/
/*    -ms-flex: 0 0 calc(100% / 2 - 30px);*/
/*    flex: 0 0 calc(100% / 2 - 30px);*/
/*    -webkit-box-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    margin: 0 15px 20px;*/
/*    padding: 15px 20px 15px 15px;*/
/*    width: calc(100% / 2 - 30px);*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history__item {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -webkit-flex-direction: column;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        padding: 15px;*/
/*    }*/
/*}*/
/*@media (max-width: 575px) {*/
/*    .recharge-history__item {*/
/*        -webkit-box-flex: 1;*/
/*        -webkit-flex: 1;*/
/*        -ms-flex: 1;*/
/*        flex: 1;*/
/*        margin: 0 0 20px;*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*.recharge-history__item.active,*/
/*.recharge-history__item:hover {*/
/*    border-color: #ee0033;*/
/*}*/
/*.recharge-history__left {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*    overflow: hidden;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history__left {*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*.recharge-history__right {*/
/*    -webkit-box-align: end;*/
/*    -webkit-align-items: flex-end;*/
/*    -ms-flex-align: end;*/
/*    align-items: flex-end;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin: 0 0 0 15px;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history__right {*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        -ms-flex-align: center;*/
/*        align-items: center;*/
/*        -webkit-box-orient: horizontal;*/
/*        -webkit-box-direction: normal;*/
/*        -webkit-flex-direction: row;*/
/*        -ms-flex-direction: row;*/
/*        flex-direction: row;*/
/*        margin: 10px 0 0;*/
/*    }*/
/*}*/
/*.recharge-history__right .recharge-history__time {*/
/*    margin: 0;*/
/*}*/
/*.recharge-history__time {*/
/*    color: #2C2F31;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    margin: 0 0 0 20px;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history__time {*/
/*        margin: 10px 0 0;*/
/*    }*/
/*}*/
/*.recharge-history__btn {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    margin: 20px 0 0;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history__btn {*/
/*        margin: 0 0 0 20px;*/
/*    }*/
/*}*/
/*.recharge-history__btn .button {*/
/*    width: 125px;*/
/*}*/
/*.recharge-history__icon {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    margin: 0 15px 0 0;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__icon {*/
/*        margin: 0 10px 0 0;*/
/*    }*/
/*}*/
/*.recharge-history__info {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    overflow: hidden;*/
/*}*/
/*.recharge-history__name {*/
/*    color: #2C2F31;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*    font-family: 'FS PFBeauSansPro', sans-serif;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    line-height: 28px;*/
/*    margin: 0 0 4px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__name {*/
/*        font-size: 16px;*/
/*        line-height: 24px;*/
/*    }*/
/*}*/
/*.recharge-history__name:hover {*/
/*    color: #ee0033;*/
/*}*/
/*.recharge-history__num {*/
/*    color: #2C2F31;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 4px 0;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history__num {*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/
/*}*/
/*.recharge-history__price {*/
/*    color: #727272;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 4px 0 0;*/
/*}*/
/*.recharge-history__price span {*/
/*    color: #ee0033;*/
/*    font-weight: 600;*/
/*    margin: 0 0 0 5px;*/
/*}*/
/*.recharge-history .nav-pills {*/
/*    margin: 20px auto 30px;*/
/*    max-width: 750px;*/
/*    width: 100%;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history .nav-pills {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/
/*.recharge-history .payment-history__row {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-wrap: wrap;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin: 30px -15px;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history .payment-history__row {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -webkit-flex-direction: column;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        margin: 20px 0;*/
/*    }*/
/*}*/
/*.recharge-history .payment-history__item {*/
/*    -webkit-box-flex: 0;*/
/*    -webkit-flex: 0 0 calc(100% / 2 - 30px);*/
/*    -ms-flex: 0 0 calc(100% / 2 - 30px);*/
/*    flex: 0 0 calc(100% / 2 - 30px);*/
/*    margin: 0 15px 20px;*/
/*    width: calc(100% / 2 - 30px);*/
/*}*/
/*.recharge-history .payment-history__item:last-child {*/
/*    margin: 0 15px 20px;*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .recharge-history .payment-history__item:last-child {*/
/*        margin: 0;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .recharge-history .payment-history__item {*/
/*        -webkit-box-flex: 1;*/
/*        -webkit-flex: 1;*/
/*        -ms-flex: 1;*/
/*        flex: 1;*/
/*        margin: 0 0 20px;*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*!* Custom account apply*!*/
/*.time-apply__choose {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    !* -webkit-box-pack: center; *!*/
/*    !* -webkit-justify-content: center; *!*/
/*    -ms-flex-pack: center;*/
/*    !* justify-content: center; *!*/
/*    margin: 10px 0;*/
/*}*/
/*.custom-radio__apply {*/
/*    margin: 0 40px 0 0 !important;*/
/*    padding: 0 0 0 28px !important;*/
/*}*/
/*.custom-radio__apply .txt-radio {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*}*/

/* new phase 3*/
.recharge-history {
    padding: 0 0 60px;
}
@media (max-width: 991px) {
    .recharge-history .hot-line {
        display: none;
    }
}
.recharge-history__title {
    color: #2C2F31;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 36px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .recharge-history__title {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 32px;
    }
}
.recharge-history__des {
    color: #ee0033;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 5px 0 10px;
}
.recharge-history__detail {
    margin: 30px 0 40px;
}
@media (max-width: 991px) {
    .recharge-history__detail {
        margin: 20px 0 0;
    }
}
.recharge-history__row:not(:last-child) {
    margin: 0 0 10px;
}
@media (max-width: 991px) {
    .recharge-history__row:not(:last-child) {
        margin: 0 0 20px;
    }
}
.recharge-history__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
@media (max-width: 991px) {
    .recharge-history__top {
        margin: 0 0 12px;
    }
}
.recharge-history__sub {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
@media (max-width: 991px) {
    .recharge-history__sub {
        font-size: 16px;
        line-height: 24px;
    }
}
.recharge-history__sub span {
    color: #ee0033;
    margin: 0 0 0 3px;
}
.recharge-history__see-more {
    color: #ee0033;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 0 20px;
    text-decoration: underline;
}
.recharge-history__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -15px 0;
}
@media (max-width: 991px) {
    .recharge-history__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0 0;
    }
}
.recharge-history__item {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px 8px 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px 20px;
    padding: 15px 20px 20px 15px;
    width: calc(100% / 2 - 30px);
}
@media (max-width: 991px) {
    .recharge-history__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 12px;
        padding: 12px 20px;
        width: 100%;
    }
    .recharge-history__item:last-child {
        margin: 0;
    }
}
.recharge-history__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
@media (max-width: 991px) {
    .recharge-history__left {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}
.recharge-history__right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
}
@media (max-width: 991px) {
    .recharge-history__right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 4px 0 0;
    }
}
.recharge-history__right .recharge-history__time {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}
.recharge-history__time {
    color: #2C2F31;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 20px;
}
@media (max-width: 991px) {
    .recharge-history__time {
        color: #b5b4b4;
        margin: 10px 0 0;
    }
}
.recharge-history__time-sp {
    color: #b5b4b4;
    display: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 5px;
}
@media (max-width: 991px) {
    .recharge-history__time-sp {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.recharge-history__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 0;
}
@media (max-width: 991px) {
    .recharge-history__btn {
        margin: 0 0 0 20px;
    }
}
.recharge-history__btn .button {
    padding: 4px 15px 6px;
    width: 124px;
}
@media (max-width: 991px) {
    .recharge-history__btn .button {
        width: 114px;
    }
}
.recharge-history__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52px;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    margin: 0 10px 0 0;
    width: 52px;
}
@media (max-width: 991px) {
    .recharge-history__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
        margin: 0 0 0 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 30px;
    }
}
.recharge-history__icon img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.recharge-history__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.recharge-history__name {
    color: #2C2F31;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .recharge-history__name {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 8px;
    }
}
.recharge-history__num {
    color: #2C2F31;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .recharge-history__num {
        font-size: 14px;
        line-height: 20px;
    }
}
.recharge-history__price {
    color: #727272;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0 0;
}
@media (max-width: 991px) {
    .recharge-history__price {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
}
.recharge-history__price span {
    color: #ee0033;
    font-weight: 700;
    margin: 0 0 0 5px;
}
@media (max-width: 991px) {
    .recharge-history__price span {
        font-family: 'FS PFBeauSansPro', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
}
.recharge-history .nav-pills {
    margin: 20px auto 30px;
    max-width: 750px;
    width: 100%;
}
@media (max-width: 991px) {
    .recharge-history .nav-pills {
        max-width: 100%;
    }
}
.recharge-history .payment-history__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px;
}
@media (max-width: 991px) {
    .recharge-history .payment-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
    }
}
.recharge-history .payment-history__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px 20px;
    width: calc(100% / 2 - 30px);
}
.recharge-history .payment-history__item:last-child {
    margin: 0 15px 20px;
}
@media (max-width: 991px) {
    .recharge-history .payment-history__item:last-child {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .recharge-history .payment-history__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
        width: 100%;
    }
}
/* new phase 3*/
