.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 47%;
    top: 25%; /* top: 11%;*/
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: orange;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
#loading-data {
    display: none;
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 400%;
    opacity: 0.5;
    z-index: 99999;
    margin-left: -8px;
    margin-top: -8px;
}
body {
    background-color: #f8f8f8;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.font-kanit {
    font-family: 'kanit', sans-serif !important;
}
.radio-seminar {
    opacity: 0;
    position: absolute;
}

.radio-seminar, .radio-seminar-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-seminar-label {
    position: relative;
}

.radio-seminar + .radio-seminar-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-seminar + .radio-seminar-label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-seminar:checked + .radio-seminar-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #0FAAE0;
}
.body-payment {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    overflow-x: hidden;
}
.payment-left {
    background-color: #fff;
    width: 65%;
    padding: 5px 15px 5px 15px;
}
.payment-left > .payment-type {
    list-style: none;
    padding-left: 0;
    float: left;
    width: auto;
}
.logo-website {
    margin-top: 30px;
}









.detail-payment-card {
    overflow: hidden;
    position: relative;
    width: 70%;
    float: left;
}
.detail-payment-card .tab-left {
    width: 195px;
    height: 100%;
    float: left;
}
.detail-payment-card .tab-left .tab {
    height: 70px;
    width: 100%;
    background: #f8f8f8;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.06, 0.63, 0.34, 0.88);
    cursor: pointer;
    padding-top: 18px;
    border-left: 1px solid #eee;
}
.detail-payment-card .tab-left .tab:first-child {
    border-top: 1px solid #eee;
}
.detail-payment-card .tab-left .tab:last-child {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.detail-payment-card .tab-left .tab:hover {
    background: #dcf6ff;
}
.detail-payment-card .viewport-right {
    height: auto;
    width: 74%;
    background: #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.detail-payment-card .viewport-right .view {
    height: auto;
    width: 100%;
    background: white;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 20px;
}
.viewport-right .view h2 {
    font-size: 30px;
    color: #FF6B19;
    text-align: left;
    margin: 24px auto;
    border-bottom: 2px solid #ff6b19;
    padding-left: 31px;
}
.viewport-right .view p {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    margin: 10px auto;
}
.detail-payment-card .tab-left .tab.active {
    transition: all 0.2s ease-in-out;
    border-left: 5px solid #0FAAE0;
    background: #ffffff;
}
.result-order-pay-block {
    float: right;
    width: 30%;
}
.result-order-pay-card {
    /*border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #fff;*/
}
table.result-table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
table.result-table > thead > tr > th, table.result-table > tbody > tr > td {
    padding: 10px
}
table.result-table > thead > tr > th {
    background-color: #ff6b19;
    color: white;
}
table.result-table > thead > tr > th:first-child {
    border-top-left-radius: 8px;
}
table.result-table > thead > tr > th:last-child {
    border-top-right-radius: 8px;
}
table.result-table > thead > tr > th, table.result-table > tbody > tr:not(:last-child) > td {
    border-bottom: 1px solid #ebebeb;
}
table.result-table > tbody > tr:first-child > td {
    padding-top: 25px;
    padding-bottom: 25px;
}
table.result-table > tbody > tr.payment-net {
    font-size: 22px;
    font-family: kanit;
    font-weight: bold;
    color: #ff6b19;
}
table.result-table > tbody > tr.payment-net > td {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 3px;
    padding-right: 2px;
}
.text-center {
    text-align: center;
}
.btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ddd;
    color: black;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    outline: none !important;
}
.btn-pay {
    background-color: #25b239;
    color: white;
    padding: 15px;
    font-size: 20px;
    position: relative;
}
.btn-pay:not(.disabled):hover {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.btn-pay.disabled {
    background-color: #cacaca;
    cursor: no-drop;
}
.btn-pay > img {
    width: 35px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    margin-top: -8px;
}
table.detail-bank {
    border-collapse: collapse;
    margin-top: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'kanit','sans-serif';
}
table.detail-bank td, table.detail-bank th {
    border: 1px solid #ddd;
    padding: 8px;
}
table.detail-bank tr td {
    border: 1px solid #F2F2F2;
    height: 0px;
    font-size: 14px;
}
.account-number-pay {
    font-size: 24px !important;
}
.detail-bank-text, .detail-paypal-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
a.link {
    text-decoration: none;
    color: #383838;
    transition: 0.3s;
}
a.link:hover {
    text-decoration: underline;
    color: #0FAAE0;
}
.btn-orange {
    background-color: #ff6b19;
    border: 1px solid transparent;
    color: white;
}
.btn-orange:hover {
    background-color: transparent;
    border: 1px solid #ff6b19;
    color: #ff6b19;
}
.form-input-register {
    width: 100%;
}
.inline-input {
    width: 100%;
    margin-top: 0px;
}
.w-26 {
    width: 26%;
}
.w-25 {
    width: 25%;
}
.w-20 {
    width: 20%;
}
.data-information {
    width: 100%;
    margin-top: 15px;
}
.input-register-group .form-input-register.active label {
    top: -26px;
}
.choose-type-register {
    margin-bottom: -15px;
}
.input-register-group {
    margin-top: 7px;
    margin-right: 15px;
}
.body-modal.add-new-address {
    overflow-y: hidden;
}
.notify-danger {
    background-color: #ff8787;
    border-radius: 8px;
    padding: 10px;
    padding-left: 15px;
    font-family: 'kanit', sans-serif !important;
    color: #6c1010;
}
.notify-success {
    color: #005109;
}
.notify-danger > span.close-notify, .notify-success > span.close-notify {
    float: right;
    cursor: pointer;
    transition: 0.2s;
}
.notify-danger > span.close-notify:hover, .notify-success > span.close-notify:hover {
    color: white;
}
button.btn-notify-add-new-rec {
    padding: 6px 8px 5px 9px;
    border-radius: 8px;
    font-size: 14px;
    margin: 0;
}
button.btn-notify-add-new-rec:not([disabled]):hover {
    background-color: #6c1010;
    border: 1px solid transparent;
    color: white;
}
button.btn-default-format, a.btn-default-format {
    font-size: 16px;
}
h3.title-text-result-order > span {
    float: left;
    margin-top: 10px;
    margin-bottom: 7px;
}
.btn-download-quotation {
    background-color: #0faae0;
    color: white;
    padding: 5px 7px 5px 8px;
    margin-top: -4px;
    border: 1px solid transparent;
}
.btn-download-quotation:hover {
    background-color: transparent;
    color: #0faae0;
    border: 1px solid #0faae0;
}
.branch-none-block {
    display: none;
}
a.btn-pay[tooltip]:not([flow])::before, a.btn-pay[tooltip][flow^="up"]::before {
    bottom: 127%;
}
.btn-pay[tooltip]::after {
    font-size: 15px;
    padding-top: 6px;
    max-width: 24em;
}
.choose-address-rec-block > .address-detail {
    width: 80%;
}
.choose-address-rec-block > .address-detail-edit {
    float: right;
    width: 20%;
    text-align: right;
}
.choose-address-rec-block > .address-detail-edit > a{
    text-decoration: none;
}
.choose-address-rec-block {
    background-color: #fff;
    display: inline-flex;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px 15px 8px 15px;
    position: relative;
    width: 92%;
}
.five.new-address .modal {
    width: 700px;
    height: 438px;
}
#cancel-add-address-rec, #add-address-rec {
    color: #0FAAE0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
}

#cancel-add-address-rec:hover, #add-address-rec:hover {
    color: black;
}
.modal-add-address-rec.five .modal-background-address-rec .modal {
    transform: translateX(-1500px);
    animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    width: 700px;
    height: 438px;
}
.modal-add-address-rec .top-modal-search, .modal-add-more-register .top-modal-search {
    margin-top: -21px;
}
.list-choose-address-rec {
    position: relative;
    width: 93%;
    margin-top: 15px;
}
.list-choose-address-rec .radio-seminar-label {
    display: inline-flex;
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    padding: 7px 57px 5px 15px;
    width: 94%;
    margin-bottom: -5px;
}

.list-choose-address-rec .radio-seminar-label:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.list-choose-address-rec .radio-seminar-label:last-child {
    border-bottom: 2px solid #e8e8e8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.list-choose-address-rec .radio-seminar-label:hover {
    background-color: #dcf6ff;
}
.list-choose-address-rec .radio-seminar-label:hover .detail-address-choose-action{
    display: block;
}
.list-choose-address-rec .radio-seminar-label > .detail-address-choose >  p{
    margin: 5px;
}
.list-choose-address-rec .radio-seminar-label:before {
    margin-top: 24px;
}
.choose-address-rec-body {
    overflow-y: auto;
}
.detail-address-choose-action {
    display: none;
    float: right;
    right: 15px;
    position: absolute;
    font-size: 12px;
    transition: 0.5s;
}
.detail-address-choose-action > a:hover {
    text-decoration: none;
}
.div-add-new-address-rec-choose {
    margin-top: 20px;
}
.edit-text-link {
    font-size: 12px;
}
.result-order-pay-block-mobile {
    display: none;
    margin-bottom: 30px;
}
.block-address-my-company {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
}
.code-text {
    font-size: 18px;
    font-family: 'kanit','sans-serif';
    font-weight: bold;
    color: #ff6b19;
}
.div-btn-add-more-register {
    text-align: center;
    margin-top: 15px;
}
.btn-remove-register {
    color: white;
    background-color: #ff003b;
    padding: 1px 4px 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid transparent;
    transition: 0.3s;
    top: 0px;
    left: 0px;
    float: left;
}
.btn-remove-register:hover {
    color: #ff003b;
    background-color: transparent;
    border: 1px solid #ff003b;
}
.img-poster-pay {
    width: 80px;
    min-height: 80px;
}
.detail-seminar{
    display: inline-flex;
}
.images-seminar{

}
.title-seminar {
    font-family: 'kanit','sans-serif';
    margin-left: 15px;
}
.title-seminar > a {
    text-decoration: none;
    color: #333;
}
.title-seminar > a:hover {
    color: #0FAAE0;
}
.phone-register {
    margin-top: -12px;
}
.show-slip-payment a > img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 15px;
}
.show-slip-payment > small {
    display: block;
}
.checkout-form button.omise-checkout-button {
    font-size: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 10px 10px 10px;
    outline: none !important;
    color: white;
    padding: 15px;
    font-family: 'kanit','sans-serif';
    background-color: #25b239;
    background-image: url(/images/icon-lock-50.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-size: 37px;
    padding-left: 57px;
}
.checkout-form button.omise-checkout-button:not(.disabled):hover {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.upload-button-slip {
    width: 190px;
    height: 30px;
}
.upload-button-slip span {
    position: absolute;
    top: 10%;
    left: 18%;
}
.upload-button-slip span img {
    vertical-align: text-bottom;
    width: 32px;
}
.spin-loading-upload {
    font-size: 30px;
    vertical-align: middle;
}

.upload-button-slip.animate.success:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 12.5px;
    border: 4px solid #fefefe;
    border-right: 0;
    border-top: 0;
    left: 35%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -webkit-animation: success ease-in 0.15s forwards;
    animation: success ease-in 0.15s forwards;
    animation-delay: 2.5s;
}
.upload-button-slip.animate span, .has-slip span {
    left: 47%;
    top: 37%;
    position: absolute;
    color: white !important;
    -webkit-animation: fadeInRight 500ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    90% {
        transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    98% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
    }
}
@keyframes success {
    from {
        transform: translate(-50%, -50%) rotate(0) scale(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}
@-webkit-keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}
.upload-slip-more-a {
    color: #ff6b19;
    font-family: 'kanit';
    font-size: 16px;
}
.show-slip-payment {
    margin-top: 25px;
}
.check-has-slip {
    position: absolute;
    content: '';
    width: 25px;
    height: 12.5px;
    border: 4px solid #fefefe;
    border-right: 0;
    border-top: 0;
    left: 35%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -webkit-animation: success ease-in 0.15s forwards;
    animation: success ease-in 0.15s forwards;
}
.has-slip {
    width: 190px;
    height: 30px;
}
p.price {
    font-size: 14px;
    font-weight: bold;
    color: #ff6b19;
    margin: 0;
}
p.price span {
    text-decoration: line-through;
    color: #c2c2c2;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 400;
}
.discount-tag {
    position: absolute;
    right: 0;
}
.discount-tag > span {
    display: inline-block;
    color: #fff;
    padding: 1px 3px 0px 3px;
    white-space: nowrap;
    text-transform: uppercase;
    background: #ee4d2d;
    font-size: 12px;
}
a.btn-remove-register[tooltip]:not([flow])::before, a.btn-remove-register[tooltip][flow^="up"]::before {
    bottom: 145%;
}
a.btn-remove-register[tooltip]:not([flow])::after, a.btn-remove-register[tooltip][flow^="up"]::after {
    bottom: calc(29px);
}
.text-right-block {
    margin-top: 20px;
    font-family: 'Kanit', sans-serif;
}
.text-right-block a {
    color: white;
    background-color: #0FAAE0;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 5px 15px;
    transition: 0.3s;
}
.text-right-block a:hover {
    text-decoration: none;
    border: 1px solid #0FAAE0;
    background-color: transparent;
    color: #0FAAE0;
}
.block-btn-edit-data {
    text-align: center;
    margin-top: 15px;
}
.block-btn-edit-data > a {
    color: white;
    border: 1px solid transparent;
    background: #ff6b19;
    padding: 10px 20px;
    transition: 0.3s;
    font-family: 'kanit', 'sans-serif';
}
.block-btn-edit-data > a:hover {
    border: 1px solid #ff6b19;
    color: #ff6b19;
    background: transparent;
}
.block-btn-edit-data > a > i {
    margin-right: 5px;
}
.btn-change-quotation-to-register {
    width: 293px;
    height: 30px;
}
.btn-change-quotation-to-register span {
    position: absolute;
    top: 32%;
    left: 10%;
}
.viewport-right .view div .btn {
    padding: 7px 9px 7px 10px;
    font-size: 18px;
}
.btn-cancel-quotation {
    color: #8c8c8c;
    border: 1px solid transparent;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'kanit','sans-serif';
    cursor: pointer;
}
.btn-cancel-quotation:hover {
    color: #fe464e;
}
.sweet-alert button {
    font-family: 'kanit','sans-serif';
}
.dropdown-block-btn {
    display: inline-block;
    position: relative;
}
.dropdown-btn-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: -1rem;
    margin-top: 7px;
    border-radius: 8px;
}

.dropdown-btn-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    text-align: left;
}
.dropdown-btn-content a:hover {
    background-color: #ddd;
}
.show {
    display: block !important;
}
.image-tag-a {
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
}

@media (max-width: 1290px) {
    .body-payment {
        width: 1210px;
    }
    .detail-payment-card {
        width: 68%;
    }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .body-payment {
        width: 100%;
    }
    .body-payment, .detail-payment-card {
        width: 100%;
    }
    .result-order-pay-block-mobile {
        display: block;
    }
    .result-order-pay-block {
        display: none;
    }
    .choose-address-rec-block {
        width: 96%;
    }
    .detail-payment-card .viewport-right {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .detail-payment-card .viewport-right {
        width: 72%;
    }
    .choose-address-rec-block {
        width: 95%;
    }
}

@media (max-width: 667px) {
    .detail-payment-card .viewport-right {
        width: 69%;
    }
}

@media (max-width: 640px) {
    .choose-address-rec-block {
        width: 94%;
    }
    .detail-payment-card .tab-left {
        width: 170px;
    }
    .detail-payment-card .viewport-right {
        width: 71%;
    }
}

@media (max-width: 568px) {
    .detail-payment-card .tab-left {
        width: 100%;
        display: inline-flex;
        height: auto;
    }
    .detail-payment-card, .detail-payment-card .viewport-right {
        width: 100%;
    }
    .viewport-right .view p {
        padding-left: 0px;
        padding-right: 0;
    }
    .account-number-pay {
        font-size: 17px !important;
    }
    .detail-bank-text, .detail-paypal-text {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .choose-address-rec-block {
        width: 92%;
    }
    .inline-address-payment {
        display: inline-block;
    }
    .block-province-payment {
        width: 48%;
        float: left;
    }
    .block-amphur-payment {
        width: 43%;
        float: right;
    }
    .block-tumbol-payment {
        width: 48%;
        float: left;
    }
    .block-zipcode-payment {
        width: 43%;
        float: right;
    }
    .block-phone-payment {
        width: 48%;
    }
    .logo-website {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
        margin-bottom: -18px;
    }
}

@media (max-width: 375px) {
    .choose-address-rec-block {
        width: 90%;
    }
    table.detail-bank img {
        width: 50px;
    }
    .detail-bank-text, .detail-paypal-text {
        width: 100%;
    }
     .modal-add-address-rec .top-modal-search, .modal-add-more-register .top-modal-search {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .viewport-right .view h2 {
        font-size: 26px;
        padding-left: 5px;
    }
    .block-province-payment, .block-tumbol-payment {
        width: 47%;
    }
    .data-information {
        display: inline-block;
    }
}

@media (max-width: 320px) {
    table.result-table th:first-child {
        width: 65%;
    }
    table.result-table th:last-child {
        width: 35%;
    }
    .detail-payment-card .tab-left .tab {
        font-size: 13px;
    }
    .modal-add-address-rec .top-modal-search, .modal-add-more-register .top-modal-search {
        font-size: 18px;
    }
    .block-province-payment, .block-tumbol-payment {
        width: 46%;
    }
}