.container-banner-header {
    display: none
}

.page-price-wrapper {
    height: auto;
    width: 100%
}

.page-price-wrapper .price-banner-wrapper {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    padding: 16px;
    position: relative;
    width: 100%
}

.page-price-wrapper .price-banner-wrapper .price-banner-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-price-wrapper .price-banner-wrapper .price-banner-content-wrapper {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content-wrapper {
        padding: 16px 0
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content {
        align-items: flex-start;
        justify-content: flex-start
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .banner-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content .banner-title {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 16px;
        text-transform: uppercase
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .list-benefit {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content .list-benefit {
        gap: 0;
        justify-content: flex-start
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item {
    background-attachment: fixed;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 8px;
    width: 100%
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item p{margin:0;font-size:12px;color:#ccc}
.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item h3{margin:0}
@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item {
        align-items: flex-start;
        background-color: transparent;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 16px;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding: 0;
        width: 100%
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item .icon {
    height: 24px;
    max-width: 24px;
    min-width: 24px
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item .benefit-title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0px;
    padding: 0
}

@media only screen and (max-width:991px) {
    .page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item .benefit-title {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px
    }
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item .active {
    color: #fdc400;
    font-style: normal;
}

.page-price-wrapper .price-banner-wrapper .price-banner-content .benefit-item .active a {
    color: #fff
}

.price-list-step-wrapper {
    background-color: #111;
    color: #fff;
    height: auto;
    padding: 15px 0 15px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper {
        padding: 40px 0 48px
    }
}

.price-list-step-wrapper .step-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.price-list-step-wrapper .step-wrapper .number {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    line-height: 24px;
    margin-right: 16px;
    max-width: 36px;
    min-width: 36px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .step-wrapper .number {
        font-size: 16px;
        font-weight: 600;
        height: 32px;
        line-height: 24px;
        margin-right: 12px;
        max-width: 32px;
        min-width: 32px
    }
}

.price-list-step-wrapper .step-wrapper .step-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0
}

.step-title a{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid red;
    border-radius: 6px;
    margin-right: 5px
}
.step-title a.active{
    background: red;
}
.price-list-step-wrapper .step-wrapper .description {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    padding: 0
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .step-wrapper .description {
        display: none
    }
}

.price-list-step-wrapper .step-wrapper .hightlight {
    color: #f91e4e
}

.price-list-step-wrapper .list-match-plan {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan {
        flex-direction: column;
        margin-top: 24px
    }
}

.price-list-step-wrapper .list-match-plan .plan-item {
    align-items: flex-start;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: auto;
    margin-right: 24px;
    max-width: calc(33.33333% - 16px);
    padding: 24px;
    position: relative
}

.price-list-step-wrapper .list-match-plan .plan-item:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item {
        align-items: center;
        flex-direction: row;
        margin: 0 0 16px;
        max-width: 100%;
        min-width: 100%
    }

    .price-list-step-wrapper .list-match-plan .plan-item:last-of-type {
        margin-bottom: 0
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-item-content {
    width: 100%
}

.price-list-step-wrapper .list-match-plan .plan-item .highlight {
    color: #305dff
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-title {
    color: #fff;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-title .time_display_extra {
    color: #fdc400
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item .plan-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .price-wrapper {
    display: flex;
    flex-direction: column;
    margin: 6px 0
}

.price-list-step-wrapper .list-match-plan .plan-item .price-wrapper .top-price {
    align-items: center;
    display: flex
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item .price-wrapper {
        margin-top: 0
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .prev-price {
    color: hsla(0, 0%, 100%, .6);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 16px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item .prev-price {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .primary-price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.price-list-step-wrapper .list-match-plan .plan-item .primary-price .left-content {
    align-items: center;
    display: flex
}

.price-list-step-wrapper .list-match-plan .plan-item .primary-price .sign {
    color: #fe8e28;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-align: center
}

.price-list-step-wrapper .list-match-plan .plan-item .primary-price .price {
    color: #fe8e28;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 6px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item .primary-price .price {
        font-size: 36px;
        font-weight: 600;
        line-height: 43px
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .primary-price .month {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.price-list-step-wrapper .list-match-plan .plan-item .save-label {
    border: 1px solid #10b981;
    border-radius: 16px;
    color: #10b981;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    padding: 2px 10px;
    right: 24px;
    text-align: center;
    top: 24px
}

.price-list-step-wrapper .list-match-plan .plan-item .btn-select-plan {
    background: #fe8e28;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 12px 15px;
    text-align: center
}

.price-list-step-wrapper .list-match-plan .plan-item .btn-select-plan:focus {
    border: none;
    outline: none
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item .btn-select-plan {
        margin-top: 0
    }
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-description {
    align-items: flex-start;
    color: #10b981;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-description .icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-right: 6px;
    max-width: 24px;
    min-width: 24px
}

.price-list-step-wrapper .list-match-plan .plan-item .plan-btn-block {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

@media only screen and (max-width:991px) {
    .price-list-step-wrapper .list-match-plan .plan-item {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-top: 12px
    }
}

.price-list-step-wrapper .list-match-plan .plan-item[data-recommend=true] {
    padding: 40px 24px
}

.price-list-step-wrapper .list-match-plan .plan-item.active,
.price-list-step-wrapper .list-match-plan .plan-item:hover {
    border: 1px solid #10b981
}

.create-your-account-wrapper {
    height: auto;
    width: 100%
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 36px
    }
}

.create-your-account-wrapper .create-account-form-wrapper {
    margin-top: 24px
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper .create-account-form-wrapper {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 12px
    }

    .create-your-account-wrapper .create-account-form {
        margin-right: 0;
        max-width: 100%;
        min-width: 100%
    }
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper {
    width: 100%
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper {
        flex-direction: column
    }
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .form-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .form-item {
        margin-bottom: 12px
    }
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .form-item:first-of-type {
    margin-right: 24px
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .form-item:first-of-type {
        margin-right: 0
    }
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .form-item span {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-right: 24px;
    padding: 10px 12px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input {
        margin-right: 0;
        max-width: 100%;
        width: 100%
    }
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input:last-of-type {
    margin-right: 0
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input::-moz-placeholder {
    color: #334155;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input:-ms-input-placeholder {
    color: #334155;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input::placeholder {
    color: #334155;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper input:focus {
    outline: none
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .btn-apply {
    background: #fe8e28;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    outline: none;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    top: 0
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .input-coupon-code-wrapper .btn-apply:focus {
    outline: none
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .description {
    align-items: center;
    color: #fe8e28;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 6px;
    line-height: 21px
}

.create-your-account-wrapper .create-account-form .enter-coupon-code-wrapper .description .icon {
    display: block;
    height: 16px;
    width: 16px
}

.create-your-account-wrapper .create-by-viva-account {
    flex-grow: 1;
    margin-top: 15px
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper {
    align-items: center;
    display: flex
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper .label {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-right: 12px
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper .list-viva {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper .list-viva li {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-right: 12px;
    width: 32px
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper .list-viva li:last-of-type {
    margin-right: 0
}

.create-your-account-wrapper .create-by-viva-account .viva-wrapper .list-viva a {
    display: block;
    height: 100%;
    width: 100%
}

.choose-method-payment-wrapper .choose-payment-type-wrapper {
    margin-top: 24px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper {
        margin-top: 16px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type {
        flex-direction: column;
        gap: 12px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab {
    background: rgba(249, 30, 78, .05);
    border: 1px solid #fe8e28;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: none;
    height: auto;
    padding: 0 24px 24px 56px;
    position: relative;
    top: 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab {
        border-top: none;
        margin-top: 0;
        padding: 10px 40px 16px 56px;
        position: relative;
        top: -10px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .title {
        margin-bottom: 8px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .highlight {
    color: #fe8e28
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .highlight {
        color: #fff
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .list-chain {
    align-items: center;
    display: flex;
    gap: 40px
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .list-chain {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item {
        margin-bottom: 0 !important
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .chain-title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .chain-title {
        margin-bottom: 0 !important
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .list-chain-box {
    align-items: center;
    display: flex
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .list-chain-box .chain-box-item {
    align-items: center;
    border: 1px solid #334155;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    width: 113px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .list-chain-box .chain-box-item:last-of-type {
    margin-right: 0
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .list-chain-box .chain-box-item .chain-image {
    height: 24px;
    max-width: 24px;
    min-width: 24px;
    -o-object-fit: cover;
    object-fit: cover
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .list-chain-box .chain-box-item .chain-name {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment .non-efundable-content-tab .chain-item .active {
    background: url(/images/chain-item-background.png) transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment.active[data-type=crypto] .payment-type-item {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .list-payment-type .item-payment.active .non-efundable-content-tab {
    display: block
}

.choose-method-payment-wrapper .choose-payment-type-wrapper li {
    height: auto;
    width: 100%
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper li {
        margin: 0 !important;
        padding: 0;
        width: 100%
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper li .icon-checked {
    display: none;
    height: 24px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 24px;
    z-index: 2
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .active a {
    background: rgba(249, 30, 78, .05);
    border: 1px solid #fe8e28
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .active a .checked-box {
    border: 0
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .active a .checked-box .icon-checked {
    display: block
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .active .non-efundable-tab {
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    left: 0;
    position: relative;
    z-index: 999
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .active .non-efundable-tab {
        height: auto;
        padding-top: 10px;
        top: 0
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item {
    align-items: center;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 0 16px;
    padding: 10px 12px 10px 16px;
    text-decoration: none;
    width: 100%
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item {
        gap: 0 16px;
        padding: 10px 16px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item:hover {
    text-decoration: none
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .checked-box {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    max-width: 22px;
    min-height: 22px;
    min-width: 22px;
    position: relative
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .checked-box {
        margin-right: 0 !important
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info {
        gap: 6px
    }
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .payment-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .payment-info-title-wrapper {
    align-items: center;
    display: flex
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .payment-info-title-wrapper .list-recommend {
    display: flex;
    margin-left: 10px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .payment-info-title-wrapper .list-recommend .recommend-item {
    background-color: #ff9800;
    border-radius: 5px;
    padding: 2px 5px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment {
    align-items: center;
    display: flex;
    gap: 4px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment {
    color: #fff
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .payment-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    display: flex;
    height: 20px;
    justify-content: center;
    max-height: 20px;
    max-width: 40px;
    padding: 0 10px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .image-payment-credit {
    height: 18.33px;
    max-width: 21.67px;
    min-width: 21.67px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .image-payment-visa {
    height: 10px;
    max-width: 30.84px;
    min-width: 30.84px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .image-payment-jcb {
    height: 18.33px;
    max-width: 18.33px;
    min-width: 18.33px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .image-payment-union {
    height: 13.33px;
    max-width: 21.33px;
    min-width: 21.33px
}

.choose-method-payment-wrapper .choose-payment-type-wrapper .payment-type-item .payment-info .list-payment .image-payment-paypal {
    height: 16px;
    max-width: 16px;
    min-width: 16px
}

.payment-detail-wrapper {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    display: flex;
    margin-top: 40px;
    padding: 15px
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper {
        background-color: transparent;
        flex-direction: column;
        margin-top: 24px;
        padding: 0;
        width: 100%
    }
}

.payment-detail-wrapper .table-payment-detail-wrapper {
    padding-right: 50px
}

.payment-detail-wrapper .table-payment-detail-wrapper,
.payment-detail-wrapper .term-of-service-wrapper {
    flex-grow: 1;
    width: 50%
}

@media only screen and (max-width:767px) {

    .payment-detail-wrapper .table-payment-detail-wrapper,
    .payment-detail-wrapper .term-of-service-wrapper {
        padding-right: 0;
        width: 100%
    }
}

.payment-detail-wrapper .table-payment-detail-wrapper .container-payment,
.payment-detail-wrapper .term-of-service-wrapper .container-payment {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media only screen and (max-width:767px) {

    .payment-detail-wrapper .table-payment-detail-wrapper #btn-payment,
    .payment-detail-wrapper .term-of-service-wrapper #btn-payment {
        width: 100%
    }
}

.payment-detail-wrapper .table-payment-detail-wrapper .btn-payment,
.payment-detail-wrapper .term-of-service-wrapper .btn-payment {
    background: #fe8e28;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 295px;
    padding: 10px 0;
    text-align: center
}

@media only screen and (max-width:767px) {

    .payment-detail-wrapper .table-payment-detail-wrapper .btn-payment,
    .payment-detail-wrapper .term-of-service-wrapper .btn-payment {
        max-width: unset
    }
}

.payment-detail-wrapper .have-coupon-code-txt {
    color: #fe8e28;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .have-coupon-code-txt {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px
    }
}

.payment-detail-wrapper .payment-table-detail {
    width: 100%
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .payment-table-detail {
        margin: 16px 0
    }
}

.payment-detail-wrapper .payment-table-detail .table-row {
    border-bottom: 1px solid #334155;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.payment-detail-wrapper .payment-table-detail .table-row .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    gap: 6px;
    line-height: 24px
}

.payment-detail-wrapper .payment-table-detail .table-row .value {
    align-items: center;
    display: flex;
    gap: 8px
}

.payment-detail-wrapper .payment-table-detail .table-row .text-gray {
    color: #718096
}

.payment-detail-wrapper .payment-table-detail .table-row .text-through-line {
    text-decoration: line-through
}

.payment-detail-wrapper .payment-table-detail .table-row .text-strong {
    font-weight: 500
}

.payment-detail-wrapper .payment-table-detail .table-row .text-green {
    color: #fe8e28
}

.payment-detail-wrapper .payment-table-detail .table-row .text-discount {
    color: #fe8e28;
    font-style: normal;
    font-weight: 500;
    text-align: right
}

.payment-detail-wrapper .payment-table-detail .table-row .text-total {
    color: #3ac5c9;
    font-style: normal;
    font-weight: 500;
    text-align: right
}

.payment-detail-wrapper .payment-table-detail .table-row .label {
    background: #fdc400;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 6px
}

.payment-detail-wrapper .payment-table-detail .voucher-container {
    align-items: center;
    display: flex;
    margin-top: 15px;
    text-align: center
}

.payment-detail-wrapper .payment-table-detail .voucher-container>div .voucher-code {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid #10b98100;
    border-radius: 8px;
    color: #fff;
    height: 34px;
    margin: 10px auto;
    outline: 0;
    padding: 0 15px;
    width: 100%
}

.payment-detail-wrapper .payment-table-detail .voucher-container>div .btn-apply-voucher {
    background-color: #fe8e28
}

.payment-detail-wrapper .payment-table-detail .voucher-container>div .btn-apply-voucher[disabled] {
    opacity: .5
}

.payment-detail-wrapper .payment-table-detail .voucher-container>div .loading-payment {
    display: none;
    width: 20px
}

.payment-detail-wrapper .payment-table-detail .voucher-container>div .btn-apply-voucher[disabled] .loading-payment {
    display: block
}

.payment-detail-wrapper .payment-table-detail .voucher-message {
    color: red
}

.payment-detail-wrapper .term-of-service-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding-top: 24px
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .term-of-service-wrapper {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 36px
    }
}

.payment-detail-wrapper .term-of-service-wrapper .btn-subscribe {
    background: #fe8e28;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 295px;
    min-width: 295px;
    outline: none;
    padding: 20px 0;
    text-align: center
}

.payment-detail-wrapper .term-of-service-wrapper .btn-subscribe:focus {
    outline: none
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .term-of-service-wrapper .btn-subscribe {
        max-width: 100%;
        min-width: 100%
    }
}

.payment-detail-wrapper .term-of-service-wrapper .description {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    width: 100%
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .term-of-service-wrapper .description {
        text-align: center
    }
}

.payment-detail-wrapper .term-of-service-wrapper .mr-24 {
    margin: 24px 0
}

.payment-detail-wrapper .term-of-service-wrapper .txt-hightlight {
    color: #fe8e28;
    text-decoration: none
}

.payment-detail-wrapper .term-of-service-wrapper .txt-default {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .payment-detail-wrapper .term-of-service-wrapper .mb-none {
        display: none
    }
}

.list-channel-wrapper {
    background: hsla(0, 0%, 100%, .05);
    padding: 54px 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .list-channel-wrapper {
        display: none
    }
}

.list-channel-wrapper .list-channel-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.list-channel-wrapper .list-channel-content .title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center
}

.list-channel-wrapper .list-channel-content .description {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 8px 0 20px;
    text-align: center
}

.list-channel-wrapper .list-channel-content .search-form {
    background: #334155;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin-bottom: 36px;
    max-width: 590px;
    min-width: 590px;
    padding: 12px
}

.list-channel-wrapper .list-channel-content .search-form .icon {
    margin-right: 12px
}

.list-channel-wrapper .list-channel-content .search-form .input-search {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    flex-grow: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    outline: none;
    width: 100%
}

.list-channel-wrapper .list-channel-content .search-form .input-search:focus {
    outline: none
}

.list-channel-wrapper .list-channel-content .search-form .input-search::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.list-channel-wrapper .list-channel-content .search-form .input-search:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.list-channel-wrapper .list-channel-content .search-form .input-search::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.list-channel-wrapper .list-channel-content .list-sport {
    display: flex;
    gap: 16px;
    justify-content: center;
    list-style: none;
    margin: 0 0 32px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 80px
}

@media only screen and (max-width:767px) {
    .list-channel-wrapper .list-channel-content .list-sport {
        margin-bottom: 16px;
        padding: 0
    }
}

.list-channel-wrapper .list-channel-content .list-sport li {
    height: 80px;
    width: 80px
}

.list-channel-wrapper .list-channel-content .list-sport li a {
    align-items: center;
    display: block;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.list-channel-wrapper .list-channel-content .list-sport li a img {
    display: block;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

iframe {
    border: 0;
    height: 0;
    width: 100%
}

#step-2,
#step-3 {
    background-color: #334155;
    height: 1px;
    margin: 30px 0;
    width: 100%
}

.parent-step-2 {
    display: flex
}

.parent-step-2 .step-2-1 {
    flex: 1;
    padding-right: 28px
}

@media only screen and (max-width:991px) {
    .parent-step-2 .step-2-1 {
        padding-right: 0
    }
}

.parent-step-2 .step-2-2 {
    width: 384px
}

@media only screen and (max-width:991px) {
    .parent-step-2 .step-2-2 {
        width: 100%
    }

    .parent-step-2 {
        display: unset
    }
}

.title-save {
    align-items: center;
    display: flex;
    font-size: 20px
}