bodyx {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: transparent url('../img/bg1.jpg') repeat-x;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeue-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/HelveticaNeue-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/HelveticaNeue-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeue-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: HelveticaNeue, Helvetica, sans-serif !important;
    /*font-family: "Segoe UI Semibold","Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","HelveticaNeue-Medium","Helvetica Neue",Arial,sans-serif;*/
    font-size: 12px !important;
    color: #666;
    padding: 0;
    margin: 0;
    /*background-color: rgba(243, 244, 243, 1);*/
    line-height: 1.6;
    /*height:100%;*/
    background: #f5f5f5;
}

body {
    float: left;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: HelveticaNeue, Helvetica, sans-serif !important;
}

.justify-break {
    text-align: justify;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.refence-left-active {
    width: auto;
    float: left;
}

.refence-right-active {
    width: auto;
    float: left;
}

.m_pad {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.ui-widget-overlay {
    background: #888888 !important;
    opacity: 0.9 !important;
}

.list-order-detail {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top: 0;
}

.list-order-detail td, .list-order-detail th {
    padding: 5px 10px;
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
}

.list-order-detail td:last-child, .list-order-detail th:last-child {
    border-right: 0;
}

.list-order-detail tr:nth-child(even) {
    background-color: #f7fbfe;
}

.list-order-detail tr:nth-child(odd) {
    background-color: #edf7fc;
}

.list-order-detail tr:first-child {
    background-color: #F1F1F2;
}

.list-order-detail th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F1F1F2;
    color: black;
    text-align: center;
}

.error-form {
    margin-top: 90px;
    text-align: center;
}

.error-form .button_try_again {
    width: auto;
    font-size: 12px;
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
    background: #00529A;
}

.invoice-form-iframe {
    margin: 2px 15px 8px;
    height: 100px;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #fafafa;
}

.invoice-form-iframe-content iframe {
    width: 100%;
    height: 80px;
}

.invoice-form-iframe-ioq {
    height: 110px;
}

.width-50 {
    width: 50%;
}

.show-more {
    height: 100%;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.show-more-button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 45%;
    color: #00529A;
}

.show-hide-button:hover {
    color: #3da7de;
}

.show-hide-button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.show-hide-button:hover {
    color: #3da7de;
}

.block {
    display: block;
}

.none {
    display: none;
}

.box_title2 {
    margin: 0 0 2px 0;
    text-align: center;
}

.pm_mess_success {
    font-size: 12px;
    color: #333;
    width: 250px;
    margin-bottom: 0;
    text-align: center;
    background: #fff;
    top: 38px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 8px 0;
}

.pm_mess_success p {
    margin-top: 0;
    margin-bottom: 0;
}

.pm_mess_success p span {
    font-weight: 600;
    background: #e4e4e4;
    padding: 10px 15px;
}

.pm_mess_success img {
    width: 35px;
    margin-right: 10px;
}

.term-payment {
    vertical-align: middle;
    float: left;
    width: 100%;
}

.term-payment-box {
    padding: 0;
    margin: 0 auto;
    width: 250px;
    border-radius: 5px;
}

.term-payment-box label {
    color: #00529A;
    margin-bottom: 0;
}

/* The container */
.term-payment-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.term-payment-box-error label {
    color: red;
}

/* Hide the browser's default checkbox */
.term-payment-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 27px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #888;
}

.term-payment-box-error .checkmark {
    border: 1px solid red;
}

/* On mouse-over, add a grey background color */
.term-payment-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.term-payment-box input:checked ~ .checkmark {
    background-color: #00529A;
}

.error-message-specific {
    margin: 30px 0;
    color: red;
    font-size: 18px;
}

.header_amount {
    float: right;
    width: auto;
    padding: 5px 8px;
    background: #F8F8F8;
    border: 1px solid #ddd;
    margin-top: 5px;
    min-width: 148px;
}

/*Material ui input*/

.form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-group input {
    height: 1.9rem;
}
.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #333;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #ddd;
    display: block;
}
.form-group .bar::before {
    content: '';
    height: 1px;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #ddd;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.form-group input {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.form-group input[type="file"] {
    line-height: 1;
}
.form-group input[type="file"] ~ .bar {
    display: none;
}
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value {
    color: #333;
}

.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}
.form-group input:focus {
    outline: none;
}
.form-group input:focus ~ .control-label {
    color: #333;
}
.form-group input:focus ~ .bar::before{
    width: 100%;
    left: 0;
}

.input-euro {
    position: relative;
}
.input-euro.right input {
    padding-right:18px;
    text-align: left; 
}

.input-euro:before {
    position: absolute;
    top: 5px;
    content:"VND";
}
.input-euro.right:before {
    right: 5px;
}
.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}
.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}
#quantity_group.has-error input {
    border: 1px solid #d9534f;
}
/*End material ui input*/
.header_amount_failed {
    width: 100%;
}

.header_amount .pm_label_header {
    color: #333;
    padding-left: 0;
    float: left;
    text-align: left;
    padding-right: 0;
}

.header_amount .pm_label_header_value {
    color: #00529A;
    padding-right: 0;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    float: right;
    margin-left: 10px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.term-payment-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.term-payment-box .checkmark:after {
    left: 3px;
    top: 0px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overflow {
    float: left;
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer .footer-top {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.footer .footer-bottom {
    float: left;
    width: 100%;
    background: #fff;
}

.copy-right {
    text-align: center;
}

.copy-right p {
    margin-bottom: 0;
    font-size: 10px;
}

.footer .nav {
    margin: 0 auto;
    width: 780px;
    text-align: center;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer ul li {
    display: inline;
}

.footer ul li a {
    display: inline-block;
    color: #333;
    padding: 0 10px;
    font-size: 10px;
}

.footer .footer-top ul li img {
    padding: 5px;
    height: 27px;
}

.footer .footer-bottom ul li {
    border-right: 1px solid #333;
}

.footer .footer-bottom ul li:last-child {
    border-right: none;
}

.footer_relative {
    position: fixed;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
}

/*.footer-amcham {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*}*/

#dialog {
    overflow: hidden;
}

.ui-dialog-title {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left !important;
    margin-left: 5px;
}

.ui-dialog-buttonset button {
    background: #bbb !important;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff !important;
    outline: none;
}

.ui-widget-header {
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.ui-widget-header a,  .ui-widget-header span{
    color: #333 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 10px;
}

.body-form {
    background: #fff;
}

.custom-width {
    width: 900px;
}

.print-body .print {
    display: none;
}

.print-body .print .sub_container {
    margin-left: -30px;
    width: calc(100% + 45px) !important;
}

.print-body .print .sub_container .top_info_item .paid {
    margin: 20px 0 0 10px;
    display: block;
}

.print-background {
    padding: 30px !important;
    background: #fff;
}

.raQT-active, .raND-active, .raBNPL-active {
    color: #00529A;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.location {
    background: url(../img/pin.svg) no-repeat scroll left 12px top 5px;
    padding-left: 30px;
    background-size: 12px;
}

.location {
    background: url(../img/pin.svg) no-repeat scroll left 12px top 5px;
    padding-left: 30px;
    background-size: 12px;
}

.phone {
    background: url(../img/phone.svg) no-repeat scroll left 12px top 5px;
    padding-left: 30px;
    background-size: 12px;
}

.email {
    background: url(../img/email.svg) no-repeat scroll left 12px top 3px;
    padding-left: 30px;
    background-size: 12px;
}

.fax {
    background: url(../img/fax.svg) no-repeat scroll left 12px top 5px;
    padding-left: 30px;
    background-size: 12px;
}

.website {
    background: url(../img/link.svg) no-repeat scroll left 12px top 3px;
    padding-left: 30px;
    background-size: 12px;
}


.img_apple {
    width: 38px;
    height: 25px;
    margin-left: 5px;
}

.img_google_pay {
    height: 22px;
    margin-left: 5px;
}

.img_samsung_pay {
    height: 21px;
    margin-left: 5px;
}

.img_vietqr {
    height: 16px;
    margin-left: 5px;
}

.main_container_top {
    float: left;
    width: calc(100% + 30px);
    padding: 0 15px;
    background: #fff;
    margin-left: -15px;
    border-radius: 0 0 3px 3px;
}

.logo_banner {
    max-height: 60px;
    /*width: auto;*/
    /*object-fit: cover;*/
    margin-top: 20px;
    max-width: 300px;
}

.ei_banner {
    background-color: #f5f5f5;
    height: 80px;
}

.ei_banner .header {
    background: #fff;
    height: 80px;
}

.ei_error_banner {
    height: 120px;
    background-color: #f5f5f5;
}

.ei_error_banner .header {
    background: #f5f5f5;
    padding: 10px 15px;
}

.invoice_form_header {
    float: left;
    width: 100%;
    padding: 18px 0 10px;
    border-bottom: 1px solid #ddd;
}

.invoice_form_header .invoice_form_header_left {
    float: left;
    width: 50%;
}

.invoice_form_header .invoice_form_header_right {
    float: right;
    width: auto;
    min-width: 30%;
}

.invoice_form_content {
    float: left;
    width: 100%;
    margin-top: 8px;
}

.invoice_form_content_table {
    margin-top: 10px;
}

.invoice_form_content_left {
    float: left;
    width: 50%;
}

.invoice_form_content_left p {
    margin-bottom: 0;
}

.invoice_form_content_right {
    float: right;
    width: 50%;
}

.invoice_form_table_content {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sub_text_title {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
}

.ei_logo {
    display: table-cell;
    vertical-align: bottom;
}

.invoice-form {
    float: left;
    width: calc(100% + 30px);
    background: #fff;
    padding: 0;
    margin-top: 10px;
    margin-left: -15px;
    border-radius: 3px;
}

.invoice-form .invoice_reference {
    font-size: 12px;
    padding: 8px 15px 0;
    width: 100%;
    height: auto;
    color: #333;
}

.invoice-form .payment_review {
    padding: 7px 0 7px 0;
    margin: 0;
    width: 100%;
}

.invoice-form .payment_review {
    padding: 3px 0 8px 0;
    float: left;
}

.invoice-form-left {
    width: 49%;
    margin-right: 1%;
    float: left;
}

.invoice-form-right {
    width: 49%;
    float: right;
    margin-left: 1%;
}

.pm_label {
    color: #888;
    font-size: 12px;
}

.pm_label_header {
    color: #333;
    font-size: 12px;
    text-align: right;
}

.pm_label_value {
    font-size: 12px;
    color: #333333;
}

.pm_label_value br {

}

.row-margin-15 {
    margin-bottom: 15px;
}

.sm_text {
    font-size: 0.86em !important;
}

.value {
    color: #333;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.cut_text {
    white-space: nowrap;
    /*width: 100px;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*border: 1px solid #000000;*/
}

.cut_text:hover {
    overflow: visible !important;
}

.wrap_text {
    overflow-wrap: break-word;
}

.no_pad {
    padding: 0px;
}


.n_p {
    padding: 0px !important;
}

.m_t {
    margin-top: 10px;
}

.b_gray {
    background-color: #f6f6f6 !important;
}

.m_no_pad_left {
    padding-left: 0px !important;
}

.order_infomation {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

.order_infomation #amount_group {
    width: 25%;
}
.scroll-wrapper {
    /*position: fixed;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*top: 0;*/
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
    height: 160px;
    /* important:  dimensions or positioning here! */
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
    display: none;
    -webkit-appearance: none;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

#dialog iframe::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f3;
    -webkit-appearance: none;
}

#dialog iframe::-webkit-scrollbar-track {
    border-radius: .25em;
    background: #f1f1f3b5;
}

#dialog iframe::-webkit-scrollbar-thumb {
    border-radius: .25em;
    background: #bcbdbf;
}

#dialog iframe::-webkit-scrollbar-thumb:hover {
    background: #bcbdbf;
}

#dialog iframe::-webkit-scrollbar-thumb:active {
    background: #bcbdbf;
}

.scroll-wrapper iframe {
    /* nada! */
    height: 100%;
    width: 100%;
}

.width-15 {
    width: 20%;
}

.width-35 {
    width: 36%;
}

.width-65 {
    width: 64%;
    padding-left: 0;
}

.width-85 {
    width: 80%;
}

.width-15-r {
    width: 17%;
    padding-right: 0;
}

.width-85-l {
    width: 83%;
    padding-left: 0;
}

.currency_box {
    float: right;
    margin-bottom: 10px;
    max-width: 43%;
    margin-right: -15px;
}

.currency_box_row {
    float: left;
    width: 100%;
}

.currency_box_row_left {
    padding-right: 0px;
    text-align: right;
    padding-left: 0;
}

.currency_box_row_right {
    text-align: right;
}

.text-right {
    padding-right: 0;
}

.text-right-0 {
    text-align: right;
    padding-right: 3px;
}

.padding-right-17 {
    padding-right: 3px;
}

.payment_method_box {
    padding: 0 15px;
}

.currency_box2 {
    margin-right: 30px;
}

.payment_method_box label {
    margin-bottom: 0;
}

.payment_method_box input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
}

.pm_margin_top_info {
    font-size: 12px;
    height: 80px;
}

.ei_error_banner .pm_margin_top_info {
    height: 120px;
}

.top_info_item {
    position: relative;
    transform: translate(0px, -50%);
    top: 35%;
    float: right;
}

.pm_margin_top_info_error .top_info_item {
    top: 50%;
    min-width: 275px;
}

.top_info_item h3 {
    font-weight: bold;
    color: #bbbbbb;
    text-align: right;
    font-size: 24px;
    float: left;
}

.top_info_item button {
    float: left;
    border: #bbb;
    background: #bbb;
    color: #fff;
    margin-top: 20px;
    padding: 5px 15px;
    margin-left: 10px;
}

.top_info_item .paid {
    float: right;
    padding: 5px 25px;
    margin: 0;
    background: #006ba2;
    display: none;
}

.top_info_item img {
    float: right ;
    padding: 0 !important;
    margin: 0 !important;
    background: #006ba2;
    width: 74px !important;
    display: none;
}

.pm_value_description {
    text-align: justify;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#txtstrAmount2 {
    color: #008ff9;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
    height: 100% !important;
}

.custom_radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

/* Hide the browser's default radio button */
.custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_method_box .active {
    color: #00529A;
    font-size: 12px;
    font-weight: bold;
}

/* Create a custom radio button */
.custom_radio .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #00529A;
}

.custom_radio:has(input:checked) {
    color: #00529A;
    font-weight: 600;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00529A;
}

.arrow {
    transition: transform .2s;
}

.arrow.active {
    transform: rotateX(180deg);
}

.toggle {
    float: left;
    width: 100%;
    cursor: pointer;
}

.toggle p {
    float: left;
    margin-bottom: 0;
}

.toggle img {
    float: right;
}

.toggle-content {
    float: left;
    width: 100%;
}

.table_w {
    display: table;
}

.table_m {
    display: none;
}

.raQT {
    min-width: fit-content;
    width: 60%;
    float: left
}

.raAPPLEPAY {
    float:left;
    min-width: fit-content;
    width: 40%;
}

.raND {
    float:left;
    width: 60%;
}

.raBNPL {
    float:left;
    width: 40%;
}

.raGOOGLEPAY {
    float:left;
    min-width: fit-content;
    width: 60%;
    display: flex;
}

.raSAMSUNGPAY {
    float:left;
    min-width: fit-content;
    width: 40%;
    display: flex;
}

.raVIETQR {
    float:left;
    min-width: fit-content;
    width: 60%;
    display: flex;
}

.invoice_form_header_left_title {
    font-weight: bold;
    font-size: 12px;
}

.logo_amcham {
    padding-left: 15px;
}

.invoice_form_header_left_title_amcham {
    padding-left: 30px;
}

.invoice_form_header_right_amcham {
    padding-right: 15px;
}

.invoice_form_header_right_amcham .invoice-reference span {
    min-width: 99px;
}

.invoice_form_header_right_amcham .invoice-item span {
    min-width: 86px;
}

.strong {
    font-weight: bold;
}

.invoice_form_header_right table tr td {
    text-align: right;
    line-height: 19px;
}

.invoice_form_header_right table tr td:nth-child(2) {
    padding-left: 10px;
}

.invoice-reference {
    text-align: right;
}

.invoice-reference span {
    margin-left: 5px;
    min-width: 90px;
    float: right;
}

.invoice-reference span.create-info {
    min-width: auto;
}

.invoice-item {
    text-align: right;
}

.create-span {
    min-width: auto !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.invoice-item span {
    float: right;
    margin-left: 18px;
    min-width: 77px;
}

.mastercard_span {
    min-width: 107px !important;
}

.mastercard_span_ref {
    min-width: 120px !important;
}

.invoice_form_header_right_amcham .mastercard_span {
    min-width: 84px !important;
}

.invoice_form_header_right_amcham .mastercard_span_ref {
    min-width: 95px !important;
}

.quantity-form {
    float: left;
    width: 95px;
    position: relative;
}

.quantity-form input {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    outline: none;
    height: 25px;
    border-radius: 0;
}

.quantity-form .arrow {
    position: absolute;
    background: none;
    border: none;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
}

.center-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.quantity-form .arrow-down {
    border-right: 1px solid #ddd;
    left: 0;
}

.quantity-form .arrow-up {
    right: 0;
    border-left: 1px solid #ddd;
}

@media (max-width: 300px) {
    .tiitle_currency {
        font-size: 20px;
        font-weight: 600;
        color: #009245 !important;
    }

    .tb_sub {
        border-radius: 0px !important;
        font-size: 13px !important;
        border-top: 1px #e3e3e3 solid !important;
        border-left: 1px #e3e3e3 solid !important;
        border-bottom: 1px #e3e3e3 solid !important;
        border-right: 1px #e3e3e3 solid !important;
        display: inline !important;
        padding: 0 5px 0 5px !important;
        height: 45px !important;
    }

    .m_pad_top_15 {
        padding-top: 15px;
        clear: both;
    }

    .text_subtotal {
        /*width:432px;*/
        height: 17px;
        float: left;
        text-align: right;
        padding-top: 6px;
        padding-right: 2px;
        font-size: 12px;
    }

    .no {
        /*width:64px;*/
        height: 20px;
        /*float:left;*/
        text-align: center;
        padding: 15px 0 0 8px !important;
    }

    .textbox_amout {
        /*width:118px;*/
        /*height:24px;*/
        float: left;
        /*border:1px #e3e3e3 solid;*/
        /*background:transparent url('../img/bg_textbox.jpg') repeat-x;*/
        text-align: right;
        /*padding: 0 2px 0 2px!important;*/
    }

    .n_p_m_bot {
        padding: 0 0 20px 0 !important;
    }

    .tb2 {
        border-radius: 0px !important;
        padding: 0 5px 0 10px !important;
        height: 45px !important;
        font-size: 13px !important;
    }

    .n_p_m_sub {
        padding-top: 13px;
    }

    .subtotal {
        float: left;
        margin-top: 10px;
        padding: 0 !important;
        width: 100%;
    }

    .tb_i_last2 {
        border-radius: 0px !important;
        font-size: 13px !important;
        padding: 0 3px 0 10px !important;
        border: 1px solid #e3e3e3 !important;
        display: inline !important;
        height: 45px !important;
    }

    .tb_i2 {
        border-radius: 0px !important;
        font-size: 13px !important;
        border-top: 1px #e3e3e3 solid !important;
        border-left: 1px #e3e3e3 solid !important;
        border-bottom: 1px #e3e3e3 solid !important;
        border-right: none !important;
        display: inline !important;
        padding: 0 5px 0 5px !important;
        height: 45px !important;
    }

    .n_p_m {
        padding: 0px !important;
    }

    .r_head {
        padding: 10px 0 0 2px !important;
    }

    .header_item {
        height: 30px;
        font-size: 12px;
    }

    .detail {
        float: left;
        margin: 20px 0px 0 0px;
        padding: 0 12px 0 12px;
        background-color: rgb(246, 246, 246);
    }

    .table_shipping {
        padding: 0 !important;
    }

    .box_title2 {
        color: #888888;
        font-size: 11px;
        font-weight: initial;
        /*opacity: 0.3%;*/
        margin-bottom: 0px;
    }

    .box_content {
        color: #333333;
        font-size: 12px;
        text-align: center;
        /*font-weight: bold;*/
    }

    .ei_main {
        margin: 0;
        border-top: #c9c9c9 solid 1px;
        padding: 0 0 75px;
    }

    .css_mobile {
        display: inherit;
    }

    .i_h {
        height: 19px !important;
    }

    .sub_container {
        /*width: 360px !important;*/
        padding-left: 5%;
        padding-right: 5%;
        font-size: 12px !important;
    }

    .logo_banner {
        max-height: 70px;
        max-width: 300px;
    }

    .pm_align_top_info {
        text-align: left;
    }

    .pm_mess {
        font-size: 12px;
        color: red;
        margin-top: 20px;
    }

    .pm_pad_content_mobile {
        padding-left: 12px;
    }

    .but_thanh_toan {
        width: 100%;
        font-size: 12px;
        padding: 5px 100px;
        color: #fff;
        border-radius: 5px;
        background: #00529A;
    }

    .head_stt {
        width: 50px;
        float: left;
    }

    .head_item {
        float: left;
    }

    .head_quantity {
        /*width: 50px;*/
        float: right;
    }

    .qt_web {
        visibility: hidden;
        float: left;
        width: 0px;
    }

    .qt_mobile {
        visibility: visible;
        float: left;

    }

    .price_web {
        visibility: hidden;
        float: left;
        width: 0px;
    }

    .price_mobile {
        visibility: visible;
        float: left;
        /*width: 90px;*/
        text-align: center;
    }

    .head_unit {
        /*width: 90px;*/
        float: right;
        text-align: center;
    }

    .head_amount {
        /*width: 120px;*/
        float: right;
    }

    /*table item*/
    .row_value {
        border-bottom: solid 1px #dcdcdc;
    }

    .col_stt {
        /*width: 60px;*/
        float: left;
        text-align: center;
    }

    .col_item {
        max-width: 280px;
        float: left;
    }

    .col_quantity {
        /*width: 50px;*/
        float: right;
        text-align: center;
    }

    .div_price {
        float: right;
    }

    .col_price {
        /*width: 90px;*/
        float: right;
        text-align: right;
    }

    .div_x {
        float: left;
        padding-right: 10px;
    }

    .col_total {
        /*width: 90px;*/
        float: right;
        text-align: right;
    }

    .div_total {
        float: right;
    }

    .div_equal {
        float: left;
        padding-right: 10px;
    }

    .tb_head {
        /*border: solid 1px #dcdcdc;*/
        /*background-color: #e9e9e9;*/
        text-align: center;
        height: 28px;
        padding-top: 5px;
        font-weight: bold;
    }

    .col_lb_amount {
        text-align: right;
    }

    .col_tax {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col_amount {
        padding-right: 0px;
    }

    .row_value {
        background-color: #ffffff;
    }

    .sp_row_input {
        margin-top: 5px;
    }

    .pm_firs_rwo {
        margin-top: 10px;
    }

    .input_number {
        font-size: 12px;
        padding: 2px 15px 0 0;
        background-color: white !important;
    }

    .box_boder {
        margin: 0 -15px 0 -15px;
        border: solid 1px #c4c4c4;
        padding: 0 15px 0 15px;
        /*width: 400px;*/
        /*padding-left: 1%;*/
        /*padding-right: 1%;*/
    }

    .pm_reflb_m {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pm_ref_m {

    }

    .pm_date_m {
        text-align: right;
        padding-right: 0px;
        padding-left: 0px;
    }

    .pm_line_under {
        border-bottom: solid 1px #c4c4c4;
        margin-top: 15px;
    }

    .pm_line_lb {
        /*border-bottom: solid 1px #c4c4c4;*/
        /*width: 262px;*/
        margin-bottom: 15px;
    }

    .hide_m {
        visibility: hidden;
        height: 0px;
    }

    .remove_pad {
        padding: 0px;
    }

    .logo_error_page {
        height: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .img_atm {
        height: 20px;
        margin-left: 5px;
    }

    .img_credit {
        height: 20px;
    }

    .m_pad {
        padding-left: 5px;
        padding-right: 5px;
    }

    .m_no_pad_side {
        padding-left: 0px;
        padding-right: 0px;
    }

    .m_pad_left15 {
        padding-left: 15px;
        padding-right: 0px;
    }

    .css_destop {
        display: none;
    }
}

.amchamQT {
    width: 40%;
    float: left;
}

.amchamQT .raQT {
    width: 100%;
}
.amchamBNPL {
    width: 40%;
    float: left;
}

.amchamBNPL {
    width: 100%;
}

.amchamND {
    width: 30%;
    float: left;
}

.amchamND .raND {
    width: 100%;
}

.amchamTG {
    width: 30%;
    float: right;
}

.amchamTG .raTG {
    float: right;
}

@media (max-width: 992px) and (min-width: 300px) {
    .raAPPLEPAY {
        float:left;
        width: 40%;
        margin-top: 10px;
    }

    .raQT {
        width: 100%;
        float: left;
    }
    .raBNPL {
        float:left;
        width: 40%;
        margin-top: 10px;
    }

    .width-15 {
        width: 18%;
    }

    .width-85 {
        width: 82%;
    }

    .width-35 {
        width: 20%;
    }

    .width-65 {
        width: 80%;
    }

    .currency_box {
        max-width: 50%;
    }

    .show-more-button {
        font-size: 12px;
    }

    .invoice-form-iframe-content {
        margin-top: 5px;
    }

    .tiitle_currency {
        font-size: 12px;
        font-weight: 600;
    }

    .tb_sub {
        border-radius: 0px !important;
        font-size: 12px !important;
        border: 1px #e3e3e3 solid !important;
        display: inline !important;
        padding: 0 5px 0 5px !important;
        height: 45px !important;
    }

    .m_pad_top_15 {
        padding-top: 15px;
        clear: both;
    }

    .text_subtotal {
        /*width:432px;*/
        height: 17px;
        float: left;
        text-align: right;
        padding-top: 6px;
        padding-right: 2px;
        font-size: 12px;
    }

    .no {
        /*width:64px;*/
        height: 20px;
        /*float:left;*/
        text-align: center;
        padding: 15px 0 0 0 !important;
    }

    .textbox_amout {
        padding-top: 3px;
        /*width:118px;*/
        /*height:24px;*/
        float: left;
        /*border:1px #e3e3e3 solid;*/
        /*background:transparent url('../img/bg_textbox.jpg') repeat-x;*/
        text-align: right;
    }

    .n_p_m_bot {
        padding: 0 0 20px 0 !important;
    }

    .tb2 {
        border-radius: 0px !important;
        padding: 0 5px 0 10px !important;
        height: 45px !important;
        font-size: 12px !important;
    }

    .n_p_m_sub {
        padding-top: 13px;
    }

    .subtotal {
        float: left;
        margin-top: 10px;
        padding: 0 !important;
        width: 100%;
    }

    .tb_i_last2 {
        border-radius: 0px !important;
        font-size: 12px !important;
        padding: 0 3px 0 10px !important;
        border: 1px solid #e3e3e3 !important;
        display: inline !important;
        height: 45px !important;
    }

    .tb_i2 {
        border-radius: 0px !important;
        font-size: 12px !important;
        border-top: 1px #e3e3e3 solid !important;
        border-left: 1px #e3e3e3 solid !important;
        border-bottom: 1px #e3e3e3 solid !important;
        border-right: none !important;
        display: inline !important;
        padding: 0 5px 0 5px !important;
        height: 45px !important;
    }

    .n_p_m {
        padding: 0px !important;
    }

    .r_head {
        padding: 10px 0 0 2px !important;
    }

    .header_item {
        height: 30px;
        font-size: 12px;
    }

    .detail {
        float: left;
        margin: 20px 0px 0 0px;
        padding: 0 12px 0 12px;
        background-color: rgb(246, 246, 246);
    }

    .table_shipping {
        padding: 0 !important;
    }

    .box_title2 {
        color: #888888;
        font-size: 12px;
        font-weight: initial;
        /*opacity: 0.3%;*/
        margin-bottom: 0px;
    }

    .box_content {
        color: #333333;
        font-size: 18px;
        text-align: center;
        /*font-weight: bold;*/
    }

    .ei_main {
        margin: 0;
        padding: 0;
    }

    .css_mobile {
        display: inherit;
    }

    .i_h {
        height: 25px !important;
    }

    .sub_container {
        max-width: 930px !important;
        width: 100%;
        font-size: 12px;
        padding-bottom: 30px;
    }

    .logo_banner {
        height: 80%;
        margin-top: 5%;
    }

    .pm_align_top_info {
        text-align: left;
    }

    .pm_mess {
        font-size: 12px;
        color: red;
        margin-top: 20px;
    }

    .pm_pad_content_mobile {
        padding-left: 12px;
    }

    .but_thanh_toan {
        width: 50%;
        margin-top: 10px;
        font-size: 12px;
        padding: 5px 30px;
        color: #fff;
        border-radius: 5px;
        background: #00529A;
    }

    .head_stt {
        width: 60px;
        float: left;
    }

    .head_item {
        float: left;
    }

    .head_quantity {
        /*width: 60px;*/
        float: right;
    }

    .qt_web {
        visibility: hidden;
        float: left;
        width: 0px;
    }

    .qt_mobile {
        visibility: visible;
        float: left;

    }

    .price_web {
        visibility: hidden;
        float: left;
        width: 0px;
    }

    .price_mobile {
        visibility: visible;
        float: left;
        /*width: 120px;*/
        text-align: center;
    }

    .head_unit {
        /*width: 120px;*/
        float: right;
        text-align: center;
    }

    .head_amount {
        /*width: 120px;*/
        float: right;
    }

    /*table item*/
    .row_value {
        border-bottom: solid 1px #dcdcdc;
    }

    .col_stt {
        /*width: 60px;*/
        float: left;
        text-align: center;
    }

    .col_item {
        max-width: 280px;
        float: left;
    }

    .col_quantity {
        /*width: 60px;*/
        float: right;
        text-align: center;
    }

    .div_price {
        float: right;
    }

    .col_price {
        /*width: 120px;*/
        float: right;
        text-align: right;
    }

    .div_x {
        float: left;
        padding-right: 10px;
    }

    .col_total {
        /*width: 120px;*/
        float: right;
        text-align: right;
    }

    .div_total {
        float: right;
    }

    .div_equal {
        float: left;
        padding-right: 10px;
    }

    .tb_head {
        /*border: solid 1px #dcdcdc;*/
        /*background-color: #e9e9e9;*/
        text-align: center;
        height: 43px;
        padding-top: 5px;
        font-weight: bold;
    }

    .col_lb_amount {
        text-align: right;
        font-size: 12px;
    }

    .col_tax {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col_amount {
        padding-right: 0px;
    }

    .row_value {
        background-color: #ffffff;
    }

    .sp_row_input {
        margin-top: 5px;
    }

    .pm_firs_rwo {
        margin-top: 10px;
    }

    .input_number {
        font-size: 12px;
        padding: 0;
        border: none;
        background-color: white !important;
        box-shadow: none;
    }

    .box_boder {
        margin: 0 -15px 0 -15px;
        border: solid 1px #c4c4c4;
        padding: 0 15px 0 15px;
        /*width: 400px;*/
        /*padding-left: 1%;*/
        /*padding-right: 1%;*/
    }

    .pm_reflb_m {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hide_w {
        font-size: 12px;
    }

    .pm_ref_m {

    }

    .pm_date_m {
        text-align: right;
        padding-right: 0px;
        padding-left: 0px;
    }

    .pm_line_under {
        border-bottom: solid 1px #c4c4c4;
        margin-top: 15px;
    }

    .pm_line_lb {
        /*border-bottom: solid 1px #c4c4c4;*/
        /*width: 262px;*/
        margin-bottom: 15px;
    }

    .hide_m {
        visibility: hidden;
        height: 0px;
    }

    .remove_pad {
        padding: 0px;
    }

    .logo_error_page {
        height: 20px;
        margin-bottom: 20px;
    }

    .img_atm {
        height: 20px;
        margin-left: 5px;
    }

    .img_credit {
        height: 20px;
    }

    .m_pad {
        padding-left: 5px;
        padding-right: 5px;
    }

    .m_no_pad_side {
        padding-left: 0px;
        padding-right: 0px;
    }

    .m_pad_left15 {
        padding-left: 15px;
        padding-right: 0px;
    }

    .css_destop {
        display: none;
    }

    .ei_banner {
        height: 80px;
        padding: 0;
        margin: 0;
    }

    .top_info_item {
        top: 50%;
    }

    .footer .nav {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 620px) {
    .invoice_form_header .invoice_form_header_right {
        min-width: 50%;
    }
}

@media (min-width: 992px) {
    .but_thanh_toan {
        font-size: 12px;
        padding: 5px 50px;
        color: #fff;
        border-radius: 5px;
        background: #00529A;
        margin-top: 20px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .tiitle_currency {
        font-weight: 600;
        font-size: 12px;
    }

    .w_no_pad_side {
        padding-left: 0px;
        padding-right: 0px;
    }

    .text_subtotal {
        /*width:432px;*/
        height: 17px;
        float: left;
        text-align: right;
        padding-top: 6px;
        padding-right: 2px;
        font-size: 12px;
    }

    .no {
        width: 64px;
        height: 20px;
        float: left;
        text-align: center;
        padding-top: 4px;
    }

    .textbox_amout {
        padding-top: 3px;
        /*height:24px;*/
        float: left;
        border: 1px #e3e3e3 solid;
        /*background:transparent url('../img/bg_textbox.jpg') repeat-x;*/
        text-align: right;
    }

    .n_p_m_bot {
        padding: 0 5px 20px 0 !important;
    }

    .tb2 {
        border-radius: 0px !important;
        font-size: 12px !important;
        padding: 0 6px !important;
        height: 22px !important;
        border: 1px #e3e3e3 solid !important;
        display: inline !important;
        box-shadow: none !important;
    }

    .n_p_m_sub {
        padding: 0 5px 0 0 !important;
    }

    .subtotal {
        width: 612px;
        height: 22px;
        float: left;
        margin-top: 10px;
    }

    .tb_i_last2 {
        border-radius: 0px !important;
        font-size: 12px !important;
        padding: 0 6px !important;
        height: 22px !important;
        border: 1px solid #e3e3e3 !important;
        display: inline !important;
        box-shadow: none !important;
    }

    .tb_i2 {
        border-radius: 0px !important;
        font-size: 12px !important;
        padding: 0 6px !important;
        height: 22px !important;
        border: 1px #e3e3e3 solid !important;
        display: inline !important;
        box-shadow: none !important;
    }

    .n_p_m {
        padding: 0 5px 0 0 !important;
    }

    /*.r_head{*/
    /*padding: 5px!important;*/
    /*}*/
    .header_item {
        width: 621px;
        height: 30px;
        float: left;
        font-size: 12px;
        background: #e9e9e9;
        font-weight: bold;
        vertical-align: top
    }

    .detail {
        width: 621px;
        height: auto;
        float: left;
        border: 1px #e3e3e3 solid;
        margin-left: 65px;
    }

    .table_shipping {
        width: 835px;
        height: auto;
        float: left;
        margin-top: 10px;
    }

    .bg_form {
        background-color: rgba(243, 244, 243, 1);
    }

    .ei_main {
        margin: 0 auto;
        padding: 0;
    }

    .css_mobile {
        display: none !important;
    }

    .sub_container {
        width: 930px !important;
        /*font-size: 12px !important;*/
    }

    .logo_banner {
        /*height: 80px;*/
    }

    .pm_content {
        width: 750px !important;
    }

    .pm_align_top_info {
        text-align: right;
        color: #888;
    }

    .pm_mess {
        font-size: 18px;
        color: red;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    .error-message {
        margin-bottom: 30px;
    }

    .error-message p {
        margin-bottom: 0;
    }

    .pm_close_left30 {
        margin-left: -30px;
    }

    .qt_web {
        visibility: visible;
    }

    .qt_mobile {
        visibility: hidden;
    }

    /*table item*/
    .col_stt {
        /*border: solid 1px #dcdcdc;*/
    }

    .col_item {
        /*border: solid 1px #dcdcdc;*/
    }

    .col_quantity {
        /*border: solid 1px #dcdcdc;*/
        text-align: center;
        float: right;
    }

    .col_price {
        /*border: solid 1px #dcdcdc;*/
        text-align: right;
        float: right;
    }

    .col_total {
        /*border: solid 1px #dcdcdc;*/
        text-align: right;
        float: right;
    }

    .tb_head {
        /*border: solid 1px #dcdcdc;*/
        background-color: #e9e9e9;
        text-align: center;
        height: 40px;
        padding-top: 12px;
        font-weight: bold;
    }

    .col_lb_amount {
        text-align: right;
        font-size: 12px;
        color: #888888;
    }

    .value {
        color: #333;
    }

    .col_tax {
        padding-right: 50px;
        padding-left: 0px;
    }

    .col_amount {
        padding-right: 10px;
        text-align: right;
        padding-left: 0;
    }

    .col_amount_total {
        font-weight: 600;
    }

    .input_number {
        height: 19px;
        border: none;
        font-size: 12px;
        color: #000;
        padding: 1px 0 0 0;
        background-color: white !important;
        box-shadow: none;
    }

    .row_value {
        border-bottom: solid 1px #dcdcdc;
        background-color: #ffffff;
    }

    .sp_row_input {
        margin-top: 5px;
    }

    .pm_firs_rwo {
        margin-top: 10px;
    }

    .div_x {
        visibility: hidden;
        height: 0px;
    }

    .div_equal {
        visibility: hidden;
        height: 0px;
    }

    .price_mobile {
        visibility: hidden;
        float: left;
        width: 0px;
    }

    .head_quantity {
        float: right;
    }

    .head_unit {
        float: right;
    }

    .head_amount {
        float: right;
    }

    .pm_group {
        height: 105px;
    }

    .pm_link_more {
        height: 0px;
        visibility: hidden;
        display: inline-block;
    }

    .hide_w {
        visibility: hidden;
        height: 0px;
    }

    .logo_error_page {
        height: 20px;
        margin-bottom: 20px;
    }

    .img_atm {
        max-height: 20px;
        transform: translateY(-3px);
    }

    .img_credit {
        height: 20px;
    }

    .w_pad_lr_15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bg_banner {
        background-color: white;
        width: 100%;
        height: 101px;
        display: block;
        position: absolute;
        border-bottom: solid #c9c9c9 1px;
    }

    .css_destop {
        display: inherit;
    }
}

.display_none_mobile {
    display: none;
}

.display_block_mobile {
    display: block;
}
@media (max-width: 992px) {
    body {
        height: 100%;
        background: #fff;
    }

    .order_infomation #amount_group {
        width: 50%;
    }

    .ei_banner .header {
        height: 60px;
    }

    .pm_margin_top_info {
        height: 60px;
    }

    .logo_banner {
        max-height: 40px;
        margin-top: 10px;
    }

    .ei_banner {
        height: auto;
    }

    .invoice_form_content {
        margin-top: 15px;
    }

    .invoice_form_content_left {
        width: 50%;
        padding: 0 15px;
    }

    .invoice_form_content_left_amcham {
        width: 100%;
    }

    .invoice_form_content_left_amcham .order_infomation {
        padding: 0;
    }

    .invoice_form_content_right {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .logo_amcham {
        padding-left: 0;
    }

    .invoice_form_header_left_title_amcham {
        padding-left: 15px;
    }

    .amchamQT {
        width: 100%;
    }

    .amchamND {
        width: 100%;
    }

    .amchamND .raND {
        margin-bottom: 10px;
    }

    .amchamTG {
        width: 100%;
    }

    .amchamTG .raTG {
        float: left;
    }

    .main_container_top {
        padding: 0;
    }

    .invoice_form_header {
        padding: 8px 15px 4px;
        background: #1688C9;
        color: #fff;
    }

    .header_amount {
        background: none;
        border: none;
        padding: 0;
    }

    .invoice_form_header_left .pm_label_value {
        color: #fff;
    }

    .invoice_form_header_left .pm_label_value a {
        color: #fff;
        outline: none;
        text-decoration: underline;
    }

    .invoice_form_header_right .pm_label_header {
        color: #fff;
        padding-left: 10px;
        text-align: right;
    }

    .pm_label_header_v_mobile {
        float: right;
    }

    .header_amount {
        width: auto;
    }

    .amount_header {
        padding: 12px 0 0 0;
        margin-right: 5px;
    }

    .invoice_form_content p {
        margin-bottom: 0;
    }

    .toggle .pm_label_value {
        float: left;
    }

    .toggle .pm_label_value_info {
        float: left;
        max-width: 90%;
        overflow: hidden;
        height: unset;
    }

    .toggle img {
        float: left;
        max-width: 20px;
        margin-left: 10px;
        margin-top: 0;
    }

    .display_none_mobile {
        display: block;
    }
    
    .display_block_mobile {
        display: none;
    }
    .toggle-content {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height 100ms ease-in-out, opacity 750ms ease-in-out;
    }

    .show-fast {
        transition: height 100ms ease-in-out, opacity 300ms ease-in-out;
    }

    .toggle-content.is-visible {
        display: block;
        height: auto;
        opacity: 1;
    }

    .block {
        display: none;
    }

    .none {
        display: block;
    }

    .table_w {
        display: none;
    }

    .table_m {
        display: table;
    }

    .list-order-detail th {
        text-align: inherit;
    }

    .th-mobile-left {
        text-align: left;
    }

    .list-order-detail th.th-mobile-right {
        text-align: right;
    }

    .list-order-detail td, .list-order-detail th {
        border-right: none;
        font-size: 12px;
    }

    .table_m h6 {
        margin: 0 0 5px 0;
        font-weight: 600;
    }

    .description_mobile {
        color: #333;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .invoice_form_table_content {
        padding: 0 15px;
        margin-top: 9px;
        margin-bottom: 0;
    }

    .col_amount {
        text-align: right;
    }

    .fontsize14 {
        font-size: 12px;
    }

    .fontsize13 {
        font-size: 13px;
    }

    .header_amount .pm_label_header_value {
        font-size: 23px;
    }

    .pm_label_header_l_mobile {
        float: right;
        padding: 0;
    }

    .invoice_form_header_right .pm_label_header.text_mobile, .invoice_form_header_right .pm_label_header.pm_label_header_l_mobile {
        color: #9BD3F3;
    }

    .sub_text_title {
        font-weight: bold;
        font-size: 12px;
        color: #333;
    }

    .text-m-uppercase {
        text-transform: uppercase;
    }

    .list-order-detail th {
        padding: 8px 15px;
        color: #333;
    }

    .list-order-detail td {
        padding: 4px 15px;
    }

    .invoice-form .invoice_reference {
        color: #333;
        font-size: 12px;
        font-weight: bold;
        padding-top: 0;
        margin-bottom: 8px;
    }

    .invoice-form {
        margin-top: 0;
    }

    .custom_radio .checkmark {
        height: 24px;
        width: 24px;
    }

    .custom_radio .checkmark:after {
        top: 4px;
        left: 4px;
        width: 14px;
        height: 14px;
    }

    .payment_method_box label {
        padding: 4px 0 0 30px;
    }

    .border-mobile {
        margin: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .payment_method_box {
        padding: 3px 15px;
    }

    .invoice-form .payment_review.padding-b-m-0 {
        padding-bottom: 0;
    }

    .show-more-button {
        display: none !important;
    }

    .show-hide-button {
        display: none !important;
    }

    .invoice-form-iframe {
        margin-bottom: 10px;
        height: auto;
    }

    .invoice-form-iframe-content iframe {
        max-height: 80px;
    }

    .term-payment-box {
        margin-top: 23px;
        width: 290px;
    }

    .but_thanh_toan {
        width: 100%;
        padding: 7px 30px;
    }

    .fontsize18 {
        font-size: 14px;
    }

    .checkmark {
        height: 25px;
        width: 25px;
        border: 1px solid #bbb;
        left: 15px;
        top: -3px;
        border-radius: 0;
    }

    .term-payment-box .checkmark:after {
        left: 6px;
        top: 1px;
        width: 11px;
        height: 16px;
    }

    .display_info_mobile {
        width: 100%;
    }

    .footer .footer-top ul li img {
        height: 20px;
        padding: 3px 5px;
    }

    .footer_relative {
        margin-top: 0;
        background: #fff;
        position: relative;
    }

    .footer .footer-top {
        padding: 10px 0 0 0;
    }

    .footer ul {
        padding-bottom: 0;
    }

    .footer .footer-bottom {
        background: #f5f5f5;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .footer ul li a {
        padding: 0 5px;
    }

    .footer ul li a.fontsize14 {
        font-size: 12px;
    }

    .footer-bottom ul {
        padding-bottom: 0;
    }

    .copy-right p {
        color: #BABABA;
        font-size: 12px;
    }

    .top_info_item h3 {
        font-size: 18px;
    }

    .invoice_form_header .invoice_form_header_left {
        width: 50%;
    }

    .invoice_form_header .invoice_form_header_right {
        width: 50%;
    }

    .row-m {
        float: left;
        width: 100%;
        margin: 0;
    }

    .row-m .header-mobile {
        text-align: right;
        padding: 0;
    }

    .row-m .header-mobile span {
        color: #9BD3F3;
    }

    .order_infomation {
        padding: 15px 15px 0 15px;
    }

    .amount-mobile.header-mobile {
        float: left;
        width: 100%;
        text-align: right;
        color: #fff;
        font-size: 18px;
    }

    .amount-mobile span {
        font-size: 12px;
        color: #9BD3F3;
    }

    .order_infomation .pm_value_description {
        margin-bottom: 15px;
    }

    .tiitle_currency {
        color: #333;
    }

    .term-payment-box {
        padding-left: 5px;
    }

    .top_info_item button {
        margin-top: 15px;
    }

    .form-info-m {
        margin-top: 30px;
    }

    .pm_mess_success {
        width: 100%;
        position: relative;
        top: 42px;
        padding: 25px 0;
        border: none;
        background: #e4e4e4;
    }

    .top_info_item button {
        background: #1688C9;
        border-color: #1688C9;
        margin-left: 3px;
        display: none;
    }

    .error-form {
        margin-top: 25px;
    }

    .error-form img {
        width: 90px;
    }

    .pm_mess {
        font-size: 14px;
        color: red;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .error-message {
        margin-bottom: 25px;
    }

    .overflow {
        background: #fff;
        overflow-x: hidden;
        position: relative;
        margin-bottom: 30px;
    }

    .top0 {
        margin-top: 0;
    }

    .header_amount {
        min-width: auto;
        font-size: 14px;
    }

    .invoice-form-iframe-content {
        max-height: 100px;
        overflow: auto;
    }

    .padding15 {
        padding: 0 15px;
    }

    .custom-width {
        width: 100%;
    }

    .justify-break {
        text-align: justify;
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .invoice_form_header .invoice_form_header_right {
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .top_info_item h3 {
        font-size: 14px;
    }

    .top_info_item button {
        padding: 5px;
    }

    .footer .footer-top ul li img {
        height: 18px;
    }

    .toggle .pm_label_value {
        float: left;
        max-width: 135px;
        overflow: hidden;
        height: 20px;
    }

    .toggle .pm_label_value_info {
        float: left;
        max-width: 80%;
        overflow: hidden;
        height: unset;
    }
    .invoice_form_header_left_title {
        font-size: 13px;
    }

    .sub_text_title {
        font-size: 13px;
    }

    .invoice-form .invoice_reference {
        font-size: 13px;
    }

    .payment_method_box .active {
        font-size: 13px;
    }

    .raQT-active, .raND-active, .raBNPL-active {
        font-size: 13px;
    }
}

@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)  {
    .footer_relative {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
    .footer_relative {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media  screen and (max-width: 1920px) {
    .footer_relative {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
    }
}
.cancel_noti_body{
    margin-top: 10%;
}
.cancel_noti_text {
    float: right;
    margin-top: 10%;
    margin-right: 30px;
}
.cancel_noti_img {
    height: 220px;
    position: relative;
    float: right;
}
@media (max-width: 992px) and (min-width: 300px) {
    .cancel_noti {
        width: 330px;
        position: relative;
        margin: auto;
    }
    .cancel_noti_body{
        padding-left: unset;
        padding-right: unset;
    }
    .cancel_noti_text {
        float: right;
        margin-top: 10%;
        margin-right: unset;
    }
}

@keyframes loading_processing {
    to {
      transform: rotate(360deg);
    }
  }
  
.loading-state {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -9999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ddd;
    border-top-color: #0078C8;
    animation: loading_processing 1s linear infinite;
  }
/* style box select payment method */
.payment_method_box_custome {
    display: block;
}

.payment_method_box_custome .custom_radio{
    margin-top: 0px;
    margin-bottom: 13px;
}
.payment_method_box_custome label:nth-child(2n+1) {
    width: 60%;
}
.payment_method_box_custome label:nth-child(2n) {
    width: 40%;
}

@media (max-width: 480px) {
    .payment_method_box_custome label:nth-child(2n+1),  .payment_method_box_custome label:nth-child(2n) {
        width: 100%;
    }

    .payment_method_box_custome .custom_radio{
        margin-bottom: 12px;
    }
}
/* end style box select payment method */

@media (max-width: 992px) {
    .invoice_form_header_right .payment-by-text .text-white{
        color: #fff;
    }
}
