﻿@media(min-width: 1000px) {
    .content .wrap {
        flex-direction: row;
    }
}

@media (min-width: 1000px) {
    .wrap {
        padding: 0 2em;
        max-width: 95em;
    }
}

body, .content, .content .wrap, .main, .main__content, .step, .content > form {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    font-size: 14px;
    max-width: 40em;
    margin: 0 auto;
}

.main {
    width: 100%;
    padding-top: 0em;
}

@media (min-width: 1000px) {
    .main {
        width: 100%;
       }
}

@media (min-width: 1000px) {
    .sidebar {
        width: 32%;
    }
}

.sidebar {
    color: #717171;
    position: relative;
    width: 100%;
}

.main__content {
    padding-bottom: 1.5em;
}

.animate-floating-labels .field__label {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out
}

.row:first-child > .col:first-child {
    padding-top: 0;
}

/*@media (min-width: 1000px) {
    .col--two {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .col {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0;
    }
}

.col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2em;
}*/

.section:first-child {
    padding-top: 0;
}

.section {
    padding-top: 2em;
}

.section__header {
    margin-bottom: 12px;
    color:#fff;
    border-radius:7px;
}
.section__header a {
    font-size:15px;
    color:#2e9f3c;
}
.layout-flex {
    /*display: flex;*/
    align-items: baseline;
    padding:0px;
}

.section__title, .modal__title, .sidebar__title, .order-summary-toggle__text {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0px;
    background: linear-gradient(90deg,#3358a1 25%,#223b6c 100%);
    padding: 10px 15px;
    border-radius:5px
}
.section__title_hoanthanh {
    color: #464141;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0px;
}
.layout-flex__item--stretch {
    flex: 1 1 auto;
}

@media (min-width: 1000px) {
    .hide-on-desktop {
        display: none !important;
    }
}

.section__title--icon {
    margin: 0 3px;
    vertical-align: top;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon-print {
    color: #2a9dcc;
    text-decoration: none;
    cursor: pointer;
}

.section__content::after, .section__content::before {
    content: "";
    display: table
}

.section__content::after {
    clear: both
}

.fieldset {
    margin: -0.4em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0.4em;
}

    .fieldset::before, .fieldset::after {
        content: "";
        display: table;
    }

.main .field {
    padding: 0.4em;
}

.field {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0.4em;
}

.field__input-wrapper {
    position: relative;
}

.field__label {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-top: .4em;
    margin-left: 1px;
    padding: 0 .8em;
    color: #999;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    font-size: 1em;
    transform: translateY(6px)
}

.field--show-floating-label .field__label {
    transform: none;
    font-size: .84em;
    padding-left: .9em
}

.field--show-floating-label .field__input {
    padding-top: 1.5em;
    padding-bottom: .35em
}

.field__label {
    text-align: left !important;
    margin: 0.5em 0;
    display: block;
}

.field__input {
    border-radius: 4px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0.94em 0.8em !important;
    border: 1px #d9d9d9 solid !important;
    height: 44px;
    background-color: #fff;
    color: #333;
    outline: none !important;
    font-size: 14px;
}

.textarea__input {
    height: 60px;
}

.field__input, .input-checkbox, .input-radio, button, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal
}

.field__input-wrapper--connected {
    display: flex;
}

    .field__input-wrapper--connected .field__input:first-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
    }

.field__input-phone-region-wrapper .select2-container {
    width: 4em
}

.select2-hidden-accessible {
    height: 60px;
    padding-top: 3px;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/*.select2-container .select2-selection--single.select2-phone-region {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
}*/

.select2-container--default .select2-selection--single {
    border: 1px #d9d9d9 solid;
}


.select2-container--default .select2-selection--single {
    border: 1px #d9d9d9 solid;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-phone-region .select2-selection__arrow {
    top: 0.5em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.field__input--select {
    padding-right: 2em;
    white-space: nowrap;
}

/*select {
    -moz-appearance: none;
    -webkit-appearance: none;
}*/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        height: 3em;
        /*padding-top: 1em;*/
    }

.field__input-wrapper--select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.8em;
}

.field__input-wrapper--select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: 1px rgba(179,179,179,.5) solid;
    width: 2em;
    top: 0.5em;
}

.visually-hidden {
    border: 0;
    clip: rect(0,0,0,0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box {
    border: 1px solid #cecdcd;
    background: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    color: #545454;
}

.alert--danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-retry {
    cursor: pointer;
}

.alert--info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.hide {
    display: none !important;
}

.content-box__row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: .5em;
}

    .content-box__row:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.radio-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
}

    .radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
        content: "";
        display: table;
    }

.radio__input, .checkbox__input {
    display: table-cell;
    white-space: nowrap;
    padding-right: 0.75em;
}

.input-checkbox:checked, .input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #337ab7 inset;
    box-shadow: 0 0 0 10px #2a9938 inset;
}

.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    opacity: 0;
}

.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.content-box .input-checkbox, .content-box .input-radio {
    border-color: #d9d9d9;
    background-color: #fff;
}

.radio__label, .checkbox__label {
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.radio__label__primary {
    cursor: inherit;
    font-family: inherit;
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

.radio__label__accessory {
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.radio__label__icon {
    color: #1990c6;
    font-size: 1.5em;
    height: 100%;
    display: inline-block;
}

.payment-icon {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 52px;
    height: 28px;
    transition: opacity .5s cubic-bezier(.3,0,0,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transform: translate(0,0);
}

.content-box__row:last-child .content-box__row__desc {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-width: 1px;
}

.content-box__row__desc {
    background-color: #f8f8f8;
    padding: 1.14em;
    border-color: rgb(217 215 215 / 34%);
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-style: italic
}

.input-checkbox, .input-radio {
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #197bbd inset;
    box-shadow: 0 0 0 0 #197bbd inset;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

.input-radio {
    border-radius: 50%;
}

    .input-checkbox:checked:after, .input-radio:checked:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

@media (min-width: 1000px) {
    .sidebar__header, .sidebar__content {
        padding-left: 0em;
    }
}

.sidebar__header {
    /*border-bottom: 1px solid #e1e1e1;*/
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    /*display: none;*/
}

@media (min-width: 1000px) {
    .sidebar__header {
        display: block;
    }
}
@media (min-width: 1000px) {
    .sidebar::after {
        left: 0;
        background-position: left top;
        -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
        box-shadow: 1px 0 0 #e1e1e1 inset;
    }
}

@media (min-width: 1000px) {
    .order-summary__sections {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1000px) {
    .order-summary__section--is-scrollable {
        overflow-y: auto;
        /*max-height: calc(100vh - 450px);*/
    }
}

.order-summary__section {
    /*padding-top: 1em;
    padding-bottom: 1em;*/
    box-shadow: 0 0px 4px 0 rgb(107 108 112 / 50%);
    padding: 5px;
    margin-top: 0px;
    border-radius: 0px 0px 7px 7px;
}
.previous-link {
    font-size: 18px;
    font-weight: 600;
}
.product-table tbody th, .stock-table tbody th {
    padding-left: 1em;
    font-weight: 500;
    color: #333;
    padding-top: 0;
    padding-bottom: 0
}

.product-table thead th, .stock-table thead th {
    white-space: nowrap
}

.product-table td, .stock-table td {
    padding-left: 1em
}

    .product-table td:first-child, .stock-table td:first-child {
        padding-left: 0
    }

.product-table td, .product-table th, .stock-table td, .stock-table th {
    padding-top: 0;
    padding-bottom: 0
}
.product-payment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    min-height:82px;
}
.product-payment:last-child {
    border-bottom: none;
}

.product-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-thumbnail__quantity {
    font-size: .78em;
    white-space: nowrap;
    padding: 0 0.62em;
    border-radius: 2em;
    background-color: #223c6d;
    color: #fff;
    position: absolute;
    right: -0.9em;
    top: -0.55em;
    z-index: 3;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    text-align: center;
    line-height: 1.75em;
}

.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,.1) solid;
    z-index: 2;
}
.product-new-price b {
    color: #ed471f;
}
.product__description__name, .product__description__property {
    display: block;
    font-size: 14px
}

.product__description {
    text-align: left;
    width: 100%;
}

.product__price, .product__quantity {
    white-space: nowrap;
    font-size: 14px;
}

    .product__quantity > em {
        color: #969696;
        font-style: normal;
    }

td:last-child, th:last-child {
    text-align: right;
}

.order-summary__section ~ .order-summary__section {
    border-top: 1px solid rgba(175,175,175,.34);
    overflow:hidden;
}

.order-summary__section {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 10px;
}

.field__input-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .field__input-btn-wrapper .field__input-wrapper {
        flex-grow: 1;
    }

.sidebar .field__input {
    border-color: #d5d5d5;
}

.field__input-btn {
    width: auto;
    margin-left: 0.85714em;
    white-space: nowrap;
}

.btn--disabled {
    opacity: .6;
}

.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #223b6c;
    border-color: #294887;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}

    .btn:hover {
        cursor: pointer;
        opacity: .9;
        color: #fff;
    }

.field__message--error.field__message--error-always-show {
    display: block;
}

.field__message.field__message--error {
    color: #c23527;
    display: none;
}

.field__message {
    line-height: 1.3em;
    margin: 0.5em 0.2em;
}

.fieldset::after {
    clear: both;
}

.order-summary__section ~ .order-summary__section {
    border-top: 1px solid rgba(175,175,175,.34);
}

.total-line th, .total-line td {
    padding-top: 0.75em;
}

td:first-child, th:first-child {
    padding-left: 0;
    text-align: left;
}

.total-line__price {
    padding-left: 1.5em;
    text-align: right;
    white-space: nowrap;
}

.total-line-table__tbody + .total-line-table__footer .total-line:first-child th, .total-line-table__tbody + .total-line-table__footer .total-line:first-child td {
    padding-top: 2em;
    position: relative;
}

.sidebar .total-line-table__tbody + .total-line-table__footer .total-line:first-child th:before, .sidebar .total-line-table__tbody + .total-line-table__footer .total-line:first-child td:before {
    background-color: rgba(175,175,175,.34);
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    height: 1px;
}

.payment-due__label-total {
    font-size: 1.2em;
}

.total-line-table__tbody + .total-line-table__footer .total-line:first-child th, .total-line-table__tbody + .total-line-table__footer .total-line:first-child td {
    padding-top: 2em;
    position: relative;
}

.payment-due__price {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1em;
    color: #2e9f3c;
}

.order-summary__nav {
    margin-bottom: 1em;
}

.previous-link__arrow {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.previous-link__content {
    vertical-align: middle;
}

.slec_gh3 {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 13px;
    color: #777;
    padding: 0 40px 0 12px;
    background: url(/Content/html/img/icon_0.png) no-repeat center right 12px;
    border-radius: 3px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    outline: none;
}

.txt_gh_3 {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    color: #666;
    border-radius: 3px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    outline: none;
}

    .ipt_gh_3:focus, .slec_gh3:focus, .txt_gh_3:focus {
        border-color: #34495e;
        color: #4b7068
    }

        .ipt_gh_3:focus ~ i {
            color: #4b7068
        }

.sty_slec {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ipt_gh_3 {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 0 15px;
    color: #666;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    outline: none;
}

.sh_lb {
    position: absolute;
    top: -3px;
    left: 6px;
    background-color: #fff;
    z-index: 1;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    opacity: 0;
    line-height: 12px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    transition-timing-function: ease;
    visibility: hidden;
    font-size: 12px
}

.ipt_gh_3:focus + .sh_lb, .txt_account:focus + .sh_lb, .txt_gh_3:focus + .sh_lb {
    opacity: 1;
    top: -6px;
    visibility: visible
}

.o_check_fc .ol_gh_3 {
    padding-bottom: 1px;
    padding-left: 10px;
    margin-bottom: 3px;
}

.o_check_fc input {
    position: relative;
    top: 1px;
    margin-right: 4px;
    /*cursor: pointer*/
}

.o_check_fc label {
    margin-right: 20px
}

.rad_gh_3 {
    cursor: pointer;
    display: inline-block
}

    .rad_gh_3 + .rad_gh_3 {
        margin-left: 15px
    }

    .rad_gh_3 input {
        position: relative;
        top: -1px;
        margin-right: 4px
    }

.check_fc_hdtt:checked ~ .sh_check_fc_2, .check_fc_vat:checked ~ .sh_check_fc_2 {
    display: block
}

.sh_check_fc_2 {
    background-color: #eaefec;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

    .sh_check_fc_2 .sh_lb {
        background-color: #f9f9f9 !important
    }

.ol_gh_3 > li {
    width: 49%;
    float: left;
    position: relative
}

    .ol_gh_3 > li + li + li {
        margin-top: 15px
    }

    .ol_gh_3 > li:nth-child(2n) {
        float: right
    }

    .ol_gh_3 > li:nth-child(2n+1) {
        clear: both
    }

.box-sizing-fix {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}

.ul_gh_3 {
    padding: 10px 0
}

    .ul_gh_3 > li {
        position: relative
    }

        .ul_gh_3 > li + li {
            margin-top: 15px
        }

select option {
    font-size: 13px;
    padding: 5px;
}

.select2.select2-container {
    width: 100% !important;
}

    .select2.select2-container .select2-selection {
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 4px;
        height: 34px;
        margin-bottom: 15px;
        outline: none !important;
        transition: all 0.15s ease-in-out;
    }

        .select2.select2-container .select2-selection:focus {
            border-color: #34495e;
            color: #2b3835
        }

        .select2.select2-container .select2-selection .select2-selection__rendered {
            color: #424141;
            line-height: 32px;
            padding-right: 33px;
            font-size: 14px;
        }

        .select2.select2-container .select2-selection .select2-selection__arrow {
            background: none;
            /*border-left: 1px solid #ccc;*/
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            height: 32px;
            width: 33px;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
        background: #f8f8f8;
    }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
        border: 1px solid #34495e;
    }

    .select2.select2-container .select2-selection--multiple {
        height: auto;
        min-height: 34px;
    }

        .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
            margin-top: 0;
            height: 32px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
            display: block;
            padding: 0 4px;
            line-height: 29px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__choice {
            background-color: #f8f8f8;
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 4px 4px 0 0;
            padding: 0 6px 0 22px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            position: relative;
        }

            .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
                position: absolute;
                top: 0;
                left: 0;
                height: 22px;
                width: 22px;
                margin: 0;
                text-align: center;
                color: #e74c3c;
                font-weight: bold;
                font-size: 16px;
            }

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -15px;
}

    .select2-container .select2-dropdown .select2-search {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-search input {
            outline: none !important;
            border: 1px solid #34495e !important;
            border-bottom: none !important;
            padding: 4px 6px !important;
        }

    .select2-container .select2-dropdown .select2-results {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-results ul {
            background: #fff;
            border: 1px solid #34495e;
        }

            .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
                background-color: #3498db;
            }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #223b6c;
    color: #4b7068;
}
/*Hiển thị lỗi*/
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

input.error, textarea.error, select.error, .select2.select2-container .select2-selection.error {
    border-color: #42be63;
    color: #4b7068
}
/* ------------ Hoàn thành đơn hàng -------------------*/
.thankyou-message-container {
    max-width: 100%
}
@media(min-width:1000px) {
    .thankyou-message-container {
        max-width: 75%
    }
}
.section--icon-heading {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em
}
@media(min-width:1000px) {
    .section--icon-heading {
        text-align: inherit;
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0
    }
}
.section__icon {
    margin-bottom: .5rem
}
@media(min-width:1000px) {
    .section__icon {
        margin-right: 1rem
    }
}
.section__content--bordered {
    border: 1px solid #dadada;
    padding: 1em 0.5em;
    margin: 0em;
    border-radius:5px;
}
.title-thanhtoan{
    font-size:1em;
    font-weight:bold;
}
.box-thanhtoan p{
    font-size:14px !important;
}
.btn--large {
    font-size: 1rem
}
.order-summary__title {
    font-weight: 600;
    background: linear-gradient(90deg,#3358a1 25%,#223b6c 100%);
    color: #fff;
    padding: 10px 15px;
}
    /* ------------ End hoàn thành đơn hàng -------------------*/

