body {
    overflow-x: hidden;
    /*font-family: 'Inter', sans-serif !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/*.top_border input::placeholder {*/
/*    position: relative;*/
/*    left: -7px*/
/*}*/

/*.top_border input::placeholder {*/
/*    color: cornflowerblue;*/
/*}*/
/*span.select2-selection__placeholder {*/
/*    color: cornflowerblue !important;*/
/*}*/


.top_border input {
    padding-left: 0px;
}
.popup_back {
    background-color: white !important;
    border-color: white !important;

}
.noti_popup_info {
    display: flex;
    align-items: start;
    background: #EBF1FF;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
}
.noti_popup_info span {
    margin-left: 4px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 133.33%;
    color: #22313F;
}
.quantity input[type="button" i] {
    padding: 0px !important;
}

.quantity input[type="text" i] {
    padding: 0px !important;
    margin: 0 -5px;
}

.content-left .form-check {
    display: flex;
}

.content-left .form-check .form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 4px;
}

.content-left .form-check .form-check-label .form-check-label-icon {
    font-size: 9px;
    background: #D93333;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 2px 6px;
    color: #ffffff;
}
.btn-submit {
    max-width: 300px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding: 12px;
    color: #FFFFFF;
    background: #1296D4;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-box {
    background: #F0F0F0;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    padding: 8px !important;
}

.popup-nav-item img {
    padding-right: 28px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

ul#nav {
    list-style: none !important;
}

.popup-nav-item a span {
    display: block;
    width: 100%;
    font-weight: unset;
}
.boder_popup_success {
    background: #FFFFFF;
    border: 1px solid #006D9B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;

    /*position: absolute;*/
    width: 394px;
    /*height: 342px;*/
    margin-top: 28px;

}
.boder_popup_success_img {
    align-items: center;
    justify-content: center;
}
.popup_success_content p {
    margin-bottom: 6px !important;
    font-style: normal !important;
    line-height: 19px !important;
}
.popup_success_content p:last-child {
    margin-bottom: 30px;
}

.popup_success_content_1 {
    font-weight: 700 !important;
    color: #006D9B !important;
    font-size: 15px !important;
}

.popup_success_content_2 {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: unset;

}

.popup_success_content_title {
    font-weight: 700;
    color: #000000;
    font-size: 12px;
}

.total_money {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #4D4D4D;
    mix-blend-mode: normal;
}

.total_money_count {
    color: #E60A32;
}


.span_pay {
    margin-top: 40px;
    width: 394px;
    background: rgba(255, 170, 43, 0.12);
}

.span_pay_text {
    display: block;
    color: #E68A00;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
    padding: 10px 15px;
    border: 2px dashed #cccccc;
}

.title_form_pay {
    width: 410px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    display: block;
    text-align: center;
    width: 100%;

}

.name-item {
    color: #000000 !important;
    font-size: 16px !important;
}

.name-item-text {
    color: #7B7B7B;
    font-size: 12px;
}

.icon_new_pay {
    font-size: 12px;
    background: #D93333;
    border-top-left-radius: 20px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 2px 6px;
    color: #ffffff;
}

.icon_new_pay_sale {
    font-size: 12px;
    background: #3DAE2B;
    border-top-left-radius: 20px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 2px 6px;
    color: #ffffff;
}


.icon_box {
    position: absolute;
    top: -14px;
    right: -14px;
}
.mt-28 {
    margin-top: 28px;
}

.title_form_pay_mb {
    display: none;
}
.contact-res {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-box {
    display: flex;
    justify-content: space-between;
}
.footer-box-res {
    display: flex;
    align-items: center;
}
.back-res {
    /*margin-left: -315px;*/
    margin-left: -16px;

}
@media only screen and (max-width: 320px) {
    .boder_popup_success, .span_pay, .popup-nav-item, ul#nav {
        width: 100% !important;
    }

    .title_form_pay {
        display: none;
    }

    .title_form_pay_mb {
        margin-top: 28px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        display: block !important;
    }

    .provisional {
        font-size: 16px
    }

    .total_price {
        font-size: 16px;
    }

    .popup-nav-item {
        height: unset !important;
    }
    .provisional {
        justify-content: space-between;
    }
    .btn-box-res {
        text-align: center !important;
    }
    .contact-res {
        justify-content: end !important;
        margin-right: 18px;
    }
    .footer-box {
        display: flex;
        justify-content: space-between;
    }
    .footer-box-res {
        justify-content: center;
    }
    #payment-left .info-promotion {
        padding: 0 0px;
        margin: 0 0px;
    }
    .back-res {
        margin-left: 0;
    }
    .icon_back_form_create_payment {
        padding-left: 10px !important;

    }
    .icon_back_form_create_order {
        padding-left: 10px !important;

    }
    .top_border {
        margin-top: -15px;
    }
    .padding-res_2 {
        /*padding: 0px 15px;*/
    }
    .padding_res_payment {
        padding: 0px 6px !important; ;
    }
    .scroll_bank {
        overflow-y: scroll ;
        overflow-x: hidden;
        height: 305px
    }
    .res_padding_top {
        padding-top: 10px;
    }
    .search_bank {
        width: 100% !important;
    }
    .footer_web {
        width: 100% !important;
        margin: unset !important;
    }
    .footer_web2 {
        display: block !important;
    }
    .footer-web {
        display: none !important;
    }
    .footer-res {
        display: flex !important;
    }
}

@media only screen and (max-width: 439px) and (min-width: 321px) {
    .boder_popup_success, .span_pay, .popup-nav-item, ul#nav {
        width: 100% !important;
    }

    .title_form_pay {
        display: none;
    }

    .title_form_pay_mb {
        margin-top: 28px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        display: block !important;
    }

    .provisional {
        font-size: 16px
    }

    .total_price {
        font-size: 16px;
    }

    .popup-nav-item {
        height: unset !important;
    }
    .provisional {
        justify-content: space-between !important;
    }
    .btn-box-res {
        text-align: center !important;
    }
    .contact-res {
        justify-content: end !important;
        margin-right: 18px;
    }
    .footer-box {
         display: block !important;
     }
    .footer-box a {
        font-size: 12px !important;
    }
    .footer-box-res {
        justify-content: center;
    }
    #payment-left .info-promotion {
        padding: 0 0px;
        margin: 0 0px;
    }
    .back-res {
        margin-left: 0;
    }
    .icon_back_form_create_payment {
        padding-left: 10px !important;

    }
    .icon_back_form_create_order {
        padding-left: 10px !important;

    }
    .popup-nav-item {
        position: relative;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid rgba(34, 49, 63, 0.1);
        border-radius: 10px !important;
        margin-bottom: 12px;
        padding: 8px 0px;
        width: 394px;
        height: 40px;
    }
    .remove_hr {
        display: none;
    }
    .hide_hr {
        display: block !important;
    }
    .content_center {
        text-align: center;
    }
    .box_bank_v3 img {
        min-height: 35px;
    }
    .col-cus-8 {
        width: 24.3% !important;
    }
    .ticket-news {
        background: #E60A32;

    }
    .top_border {
        margin-top: -15px;
    }
    .padding-res {
        padding: 10px 15px;
    }
    .padding-res_2 {
        /*padding: 0px 15px;*/
    }
    .padding_res_payment {
        padding: 0px 6px !important; ;
    }
    .scroll_bank {
        overflow-y: scroll ;
        overflow-x: hidden;
        height: 305px
    }
    .res_padding_top {
        padding-top: 10px;
    }
    .search_bank {
        width: 100% !important;
    }
    .footer_web {
        width: 100% !important;
        margin: unset !important;
    }
    .footer_web2 {
        display: block !important;
    }
    .footer-web {
        display: none !important;
    }
    .footer-res {
        display: flex !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 667px) {
    .boder_popup_success, .span_pay, .popup-nav-item, ul#nav {
        width: 100% !important;
    }

    .title_form_pay {
        display: none;
    }

    .title_form_pay_mb {
        margin-top: 28px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        display: block !important;
    }

    .provisional {
        font-size: 16px
    }

    .total_price {
        font-size: 16px;
    }

    .popup-nav-item {
        height: unset !important;
    }
    .provisional {
         justify-content: space-between !important;
     }

    .btn-box-res {
        text-align: center !important;
    }
    .contact-res {
        justify-content: end !important;
        margin-right: 18px;
    }
    .footer-box {
        display: block !important;
    }
    .footer-box a {
        font-size: 12px !important;
    }
    .footer-box-res {
        justify-content: center;
    }
    #payment-left .info-promotion {
        padding: 0 0px;
        margin: 0 0px;
    }
    .back-res {
        margin-left: 0;
    }
    .icon_back_form_create_payment {
        padding-left: 10px !important;

    }
    .icon_back_form_create_order {
        padding-left: 10px !important;

    }
    .popup-nav-item {
        position: relative;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid rgba(34, 49, 63, 0.1);
        border-radius: 10px !important;
        margin-bottom: 12px;
        padding: 8px 0px;
        width: 394px;
        height: 40px;
    }
    .remove_hr {
        display: none;
    }
    .hide_hr {
        display: block !important;
    }
    .content_center {
        text-align: center;
    }
    .box_bank_v3 img {
        min-height: 35px;
    }
    .col-cus-8 {
        width: 24.3% !important;
    }
    .ticket-news {
        background: #E60A32;

    }
    .top_border {
        margin-top: -15px;
    }
    .padding-res {
        padding: 10px 15px;
    }
    .padding-res_2 {
        /*padding: 0px 15px;*/
    }
    .padding_res_payment {
        padding: 0px 6px !important; ;
    }
    .scroll_bank {
        overflow-y: scroll ;
        overflow-x: hidden;
        height: 305px
    }
    .res_padding_top {
        padding-top: 10px;
    }
    .search_bank {
        width: 100% !important;
    }
    .footer_web {
        width: 100% !important;
        margin: unset !important;
    }
    .footer_web2 {
        display: block !important;
    }
    .footer-web {
        display: none !important;
    }
    .footer-res {
        display: flex !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .boder_popup_success, .span_pay, .popup-nav-item, ul#nav {
        width: 100% !important;
    }

    .title_form_pay {
        display: none;
    }

    .title_form_pay_mb {
        margin-top: 28px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        display: block !important;
    }

    .provisional {
        font-size: 16px
    }

    .total_price {
        font-size: 16px;
    }

    .popup-nav-item {
        height: unset !important;
    }
    .provisional {
        justify-content: space-between !important;
    }
    .btn-box-res {
        text-align: center !important;
    }
    .contact-res {
        justify-content: end !important;
        margin-right: 18px;
    }
    .footer-box {
        display: block !important;
    }
    .footer-box a {
        font-size: 12px !important;
    }
    .footer-box-res {
        justify-content: center;
    }
    #payment-left .info-promotion {
        padding: 0 0px;
        margin: 0 0px;
    }
    .back-res {
        margin-left: 0;
    }
    .icon_back_form_create_payment {
        padding-left: 10px !important;

    }
    .icon_back_form_create_order {
        padding-left: 10px !important;

    }
    .popup-nav-item {
        position: relative;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid rgba(34, 49, 63, 0.1);
        border-radius: 10px !important;
        margin-bottom: 12px;
        padding: 8px 0px;
        width: 394px;
        height: 40px;
    }
    .remove_hr {
        display: none;
    }
    .hide_hr {
        display: block !important;
    }
    .content_center {
        text-align: center;
    }
    .box_bank_v3 img {
        min-height: 35px;
    }
    .col-cus-8 {
        width: 24.3% !important;
    }
    .ticket-news {
        background: #E60A32;

    }
    .top_border {
        margin-top: -15px;
    }
    .padding-res {
        padding: 10px 15px;
    }
    .padding-res_2 {
        /*padding: 0px 15px;*/
    }
    .padding_res_payment {
        padding: 0px 6px !important; ;
    }
    .scroll_bank {
        overflow-y: scroll ;
        overflow-x: hidden;
        height: 305px
    }
    .res_padding_top {
        padding-top: 10px;
    }
    .search_bank {
        width: 100% !important;
    }
    .footer_web {
        width: 100% !important;
        margin: unset !important;
    }
    .footer_web2 {
        display: block !important;
    }
    .footer-web {
        display: none !important;
    }
    .footer-res {
        display: flex !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .boder_popup_success, .span_pay, .popup-nav-item, ul#nav {
        width: 100% !important;
    }

    .title_form_pay {
        display: none;
    }

    .title_form_pay_mb {
        margin-top: 28px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        display: block !important;
    }
    .popup-nav-item {
        position: relative;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid rgba(34, 49, 63, 0.1);
        border-radius: 10px !important;
        margin-bottom: 12px;
        padding: 8px 0px;
        width: 394px;
        height: 40px;
    }
    .remove_hr {
        display: none !important;
    }
    .hide_hr {
        display: block !important;
    }
    .content_center {
        text-align: center;
    }
    .box_bank_v3 img {
        min-height: 35px;
    }
    .col-cus-8 {
        width: 24.3% !important;
    }
    .ticket-news {
        background: #E60A32;

    }
    .top_border {
        margin-top: -15px;
    }
    .padding-res {
        padding: 10px 15px;
    }
    .padding-res_2 {
        /*padding: 0px 15px;*/
    }
    .padding_res_payment {
        padding: 0px 6px !important; ;
    }
    .scroll_bank {
        overflow-y: scroll ;
        overflow-x: hidden;
        height: 305px
    }
    .res_padding_top {
        padding-top: 10px;
    }
    .search_bank {
        width: 100% !important;
    }
    .footer_web {
        width: 100% !important;
        margin: unset !important;
    }
    .footer_web2 {
        display: block !important;
    }
    .footer-web {
        display: none !important;
    }
    .footer-res {
        display: flex !important;
    }
}
