body {
    margin: 0;
}

textarea {
    resize: none;
}

.container {
    max-width: 100%;
}

.payment {
    margin: auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.text-fee{
    font-weight: normal;
    font-size: 12px;
}

#payment {
    min-height: 100vh;
}
#info-user {
    min-height: 100vh;
}

@media (min-width: 768px) {
    .col-md-11 {
        max-width: 100%;
    }
}

.total-installment-payment{
    text-align-last: end;
}
.total-fee-user-installment-payment{
    text-align-last: end;
}
.installment-buy-price{
    text-align-last: end;
}
.difference-with-direct-purchase{
    text-align-last: end;
}

.down-payment {
    text-align-last: end;
}

.installment{
    /*max-width: 950px;*/
    /*min-height: 525px;*/
    margin: auto;
    /*border: 1px solid #30b3ff;*/
    padding: 0;
    background: #fff;
    /*box-shadow: 1px 1px 10px #bfbfbf;*/
    /*border-radius: 5px;*/
    overflow: hidden;
}
h3 {
    margin: 0;
    flex: 1;
}

.content {
    padding: 50px;
}

.border-header {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #5B88EA 10%, #5F9AEF 30%, #65B2F7 51%);
    padding: 7px 0px;
}

.border-right {
    border-right: 0.5px solid #818181;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #00577C;
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.title-2 {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: black;
    margin-top: 7px;
    margin-bottom: 20px;
}

.font12 {
    font-size: 12.8px;
    line-height: 150%;
    font-weight: 600;
}

.font6 {
    font-size: 12px;
    line-height: 14px;
}

.number {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #F85656;
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.input-number-group .input-group-button {
    line-height: calc(40px / 2 - 5px);
}

.input-number-group .input-number {
    width: 24px;
    vertical-align: top;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
    border-left: none !important;
    border-right: none !important;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    border: 1px solid #cacaca;
    height: 20px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: inline-block;
    width: 18px;
    color: #ED8C40;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    font-size: 20px
}

.input-number-decrement {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-number-increment {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.mb-8 {
    margin-bottom: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.border-bottom1 {
    border-bottom: 0.5px dashed #818181;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.pading {
    padding-right: 10px;
    padding-left: 10px;
}

.border-bottom2 {
    margin-top: 5px;
    border-bottom: 0.5px solid #818181;
}
/*.form-control{*/
/*    font-size: 12px!important;*/
/*    line-height: 14px!important;*/
/*}*/
/*.form-group{*/
/*    margin-bottom: 4px!important;*/
/*}*/
.mt-37{
    margin-top: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #5A87EA;;
}
.circle {
    /*filter: invert(1);*/
    filter: invert(1) sepia(10) saturate(10) hue-rotate(175deg);}
.icon-pr{
    background-image: url("../img/qr-code.svg");

}
.nav-link .img{
    margin: auto;
    display: block;
}
.nav-pills .nav-link {
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
}
.color{
    color: #818181;
}
.nav-item a{
    color:#818181 ;
    font-size: 12px;
}
.nav{
    justify-content: center;
}

#trans{
    padding-top: 30px;
}

.list-bank img{

}
.list-bank img:hover{
    border: 1px solid #0094D9;
}

.list-bank [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
}

/* IMAGE STYLES */
.list-bank [type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.list-bank [type=radio]:checked + img {
    border: 1px solid #0094D9;
}
.section-info-customer {
    border-bottom: 1px dashed #aab2bd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin: 0 10px;;
}
.list-bank{
    background: #fff;
    /*min-height: auto;*/
    padding-bottom: 5px;
    border-radius: 5px;
    /*max-height: 200px;*/
    /*overflow: auto;*/
}
.list-bank-img{
    min-height: 40px;
    margin: 0;
    border-radius: 5px;
}
.list-bank-img:first-child {
    padding-top: 15px;
}
.input-pay {
    width: 70%;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid;
}
.input-pay:focus{
    outline:none;
}
.fh5co-tabs .fh5co-tab-content-wrap {
    clear: both;
    position: relative;
    top: 20px;
}
.txt0 label{
    font-size: 16px;
    color: #333;
}
.fh5co-nav ul li {
    font-family: "Helvetica", serif;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #0094D9 !important;
    border-color: #0094D9 !important;
}
.fh5co-tabs .fh5co-tab-nav li a {
    padding: 10px;
    color: #ffffff;
}
.warper-payment-content{
    margin-top: -100px;
}
.warper-detail-content{
    background: #e8ebef;
}
.fh5co-nav {
    padding: 7px 0;
}
.btn-back-shop{
    margin: 10px 20px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #0094D9;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #0094D9;
    border: 2px solid #0094D9;
    border-radius: 5px;
}
.btn {
    font-family: 'Roboto Regular 400', sans-serif;
    /*font-family: "Helvetica", Arial, sans-serif;*/
}
.btn-back-shop:hover{
    background: #CCDADF;
}
.product .product-grid .inner p .icon {
    padding: 7px 10px;
    color: #fff;
    background: #0094D9;
}
.mua-ngay,.thanh-toan{
    background: -webkit-linear-gradient(top,#ffb142,#fd6e1d);
    color: #fff;
    padding: 10px 60px;
}
.loader {
    width: 40px;
    height: 40px;
    border-radius: 40%;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
/* LOADER 1 */

#loader-1:before, #loader-1:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #dba31b;
}

#loader-1:before{
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after{
    border: 5px solid #ccc;
}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADER 2 */

.list-bank-img label {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.list-bank-img label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: 6px;
    right: 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.list-bank-img label img {
    width: 65px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.list-bank-img :checked + label {
    border-color: #ddd;
}

.list-bank-img :checked + label:before {

    transform: scale(1);
    z-index: 1000;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid transparent;
    background: url(../../img/check.svg) center no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    /*background-color: #2188C9;*/
    background-color: #009E13;
    position: absolute;
    right: 0.2em;
    top: 0.2em;
    /*display: none;*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-bank-img :checked + label img {
    transform: scale(1);
    box-shadow: 0 0 3px #006E96;
    border: 1px solid #006E96;
    border-radius: 5px;
    z-index: 100;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus,.fh5co-tabs .fh5co-tab-nav li.active a {
    color: #0094D9;
    background: #fff;
}
.with50{
    width: 70px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-b-90{
    margin-bottom: 90px;
}
.container-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #5A87EA;
}

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

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

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.border-10px{
    border-radius: 10px;
    border: 1px solid #C4C4C4;
}
.border-none{
    border: none;
}
.footer {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 900px) {
    .mobile-hiden {
        display: none!important;
    }
    .mr0px{
        margin-right: 0px!important;
    }
}
.mr30px{
    margin-right: 30px;
}
.styleNut{
    display: block;
    right: -23px;
    width: 15px;
    position: absolute;
    top: 8px;
}
.pading75{
    padding-right: 75px;
    padding-left: 64px;
}
.btn-danger{
    background-color: #F85656!important;
    border-color: #F85656!important;
}

.fix-button{
    position: absolute;width: calc(100%);bottom: calc(100% - 620px);
}
@media only screen and (max-width: 700px) {
    .fix-button-mobile {
        display: none;
    }}
@media only screen and (min-width: 700px) {
    /*.fix-Qc{*/
    /*    position: absolute;width: calc(100% - 60px);bottom: calc(100% - 700px);*/
    /*}*/
}
.color-fix{
    color: #F85656;
}
.width20{
    width: 20px;
}

.section-1 > div > input[type="radio"] {
    display: none;
}
.section-1 > div > input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.section-1 > div > input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.section-1 > div >label {
    display: block;
    /*border: 2px solid #20df80;*/
    border-radius: 5px;
    background-color: #C4C4C4;
    /*margin-bottom: 1rem;*/
    text-align: center;
    /*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
    position: relative;
}

.section-1 > div > input[type="radio"]:checked + label {
    background: #F85656;;
    color: white;
    /*box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);*/
}
/*section > div > input[type="radio"]:checked + label::after {*/
/*    color: #3d3f43;*/
/*    font-family: FontAwesome;*/
/*    !*border: 2px solid #1dc973;*!*/
/*    content: "\f00c";*/
/*    font-size: 24px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);*/
/*}*/


p {
    font-weight: bold;
}

#payment-atm-submit-button:hover, .popup:hover{
    color: white;
}

.offline {
    font-size: 14px;
    line-height: 21px;
}
.offline-left{
    width: 100%;
    text-align: left;
}

.offline-right{
    width: 25%;
    text-align: right;
}

@media only screen and (max-width: 700px) {
    .section-1 {
        flex-direction: column;
    }
}
.border-b2{
    border: 0.5px solid #C4C4C4;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    border-radius: 20px;
    cursor: pointer;
}
.border-b2-box-shadow-color {
    box-shadow: 0 3px 10px -2px rgba(90, 135, 234, 0.5) !important;
}
.section-1{
    display: flex;
    justify-content: space-between;
}
.mt-button{
    margin-bottom:16px !important;
}
.hight-button{
    font-size: 16px!important;
    line-height: 14px!important;
}
.pading0{
    padding: 0!important;
}
#info-logo {
    max-height: 30px;
}
#payment-qr-img {
    display: none;
}
.payment-qr .title{
    color: #F85656
}

.mb-5px {
    margin-bottom: 5px !important;
}
.border-top {
    border-top: 1px solid #C4C4C4;
}
.border-left {
    border-left: 1px solid #C4C4C4;
}
.border-right {
    border-right: 1px solid #C4C4C4;
}
.border-left {
    border-left: 1px solid #C4C4C4;
}
#nav .nav-item:first-child, #nav>.nav-item:first-child>.nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#nav .nav-item:last-child, #nav>.nav-item:last-child>.nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.font-size-15 {
    font-size: 15px;
}
.btn-order:hover {
    color: white;
}

#flamingo1 {
    position: relative;
}

#flamingo1 iframe, #payment-visa-iframe {
    width: 100%;
    min-height: 425px;
    border:none;
    display: none;
}

.list-bank-img img {
    width: 100% !important;
    height: 60px;
    padding: 1px;
    box-sizing: border-box;
    object-fit: contain;
}
span.select2-selection__placeholder {
    font-size: 14px !important;
}
.submit {
    margin: 10px 0;
}
#mask, #mask_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
#mask {
    background: rgba(0,0,0,0);
    top: 0;
}
#mask_info {
    background: black;
    opacity: 0.2;
}
#mask_info {
    display: none;
}
#submit_info:hover {
    color: #C4C4C4;
}

/*mĂ n hĂ¬nh tráº£ gĂ³p*/
.tg-logo img {
    max-width: 80px;
}
#content-wrapper {
    padding: 0 !important;
}
#closePopup{
    float: right;
    width: 26px;
    height: 26px;
    border: none;
    background: #fff;
    border-radius: 50%;
    color: #64b2f7;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hidden{
    display: none !important;
}
.spinner {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #65b3f7;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.tab-content {
    /*min-height: 300px;*/
}

.bank-label {
    background-color: white;
    /*border: 1px solid #E9E9E9;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 2px 3px 9px -7px rgba(0,0,0,0.75);*/
    margin-bottom: 0;
    padding: 5px;
}

.fix-Qc {
    position: fixed;
    bottom: 0;
    right: 33.33333333%;
    padding: 0 10px;
}

.select2-results__option--selectable {
    font-size: 14px;
}

/*.select2-selection__rendered {*/
/*    font-size: 14px;*/
/*    line-height: 30px !important;*/
/*}*/
.banner {
    display: none;
}

.min-height-300 {
    min-height: 300px;
}

.tab-pane img:hover {
    border-radius: 5px !important;
}
.w-35 {
    width: 35% !important;
}
.boxclose {
    cursor: pointer;
    color: #fff;
    border: 1px solid #cccbd0b5;
    border-radius: 30px;
    background: #cccbd0b5;
    font-size: 28px;
    font-weight: bold;
    line-height: 0;
    padding: 16px 8px;
    position: absolute;
    top: 7px;
    right: 25px;
}

.boxclose:before {
    content: "Ă—";
}

.tab-pane {
    min-height: 300px;
}

.tab-pane img:hover {
    border-radius: 5px !important;
}

#confrm-btn {
    position: fixed;
    bottom: 15px;
    cursor: pointer;
}
.btn-process {
    font-size: 13px;
    width: 10.5em;
    font-weight: 600;
    height: 3em;
    line-height: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 962px){
    /* .nav {
        display: block;
    }
    .nav-item {
        width: 49%;
        border:1px solid #cccbd0b5;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
    }
    .nav-item:nth-child(1), .nav-item:nth-child(3) , .nav-item:nth-child(5) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-item:nth-child(2), .nav-item:nth-child(4) , .nav-item:nth-child(6) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    } */
    .nav-item a svg {
        display: inline-block;
        vertical-align: middle;
    }
    .nav-item a span {
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }
}
.nav-item a span{
    color: #000000;
}
.nav-item:hover {
    background: #2381eb;
}
.nav-item:hover a {
    color: #fff;
}
.nav-item:hover a span {
    color: #fff;
}
.nav-item svg {
    display: block;
    margin: 2px auto;
    height: 20px;
    fill: #007bff;
}
.nav-item:hover svg {
    fill: #fff;
}
.nav-link.active span {
    color: #fff;
}
.nav-link.active svg {
    fill: #fff;
}
/*.p-mask {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    left: 10%;*/
/*    right: 10%;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-size: 19px;*/
/*    z-index: 100000;*/
/*}*/

@media (max-width: 768px) {
    .img-fluid {
        height: 100px;
    }
    .form-image-product{
        text-align: center;
    }
    .sub-heading-font-family{
        font-size: 15px;
    }
    .p-mask {
        font-size: 19px;
    }

    /*.bank-card{*/
    /*    width: 75% !important;*/
    /*}*/
}

@media only screen and (min-width: 320px) and (max-width: 480px){
    li.nav-item{
        /*width: 100%;*/
    }
}

.money-info {
    height: 2.6em;
    font-size: 14px;
    align-items: center;
}

#image-loading {
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
}

#inner-loading {
    position: absolute;
    top: 12em;
    left: 50%;
    margin-left: -30px;
    width: 65px;
}

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