body {
    font-family: 'K2D', sans-serif !important;
    line-height: 1.5;
    /* background-color: #fff; */
    background: linear-gradient(to right, #ffffff 70%, #fffef2 90%, #fffde7);
    font-family: 'Poppins', sans-serif;
    height: 100%;
    margin: 0;
}




/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: .875em
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

code {
    color: #e83e8c;
    font-size: 87.5%;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9ecdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cccf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe7a0
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b1b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #eef1f3
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbd
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(210, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(210, 4%, 85%, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    border-color: #007bff;
    color: #007bff
}

.btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745
}

.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #007bff;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #007bff;
    color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #0062cc;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    outline: 0
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}

.badge-success {
    background-color: #28a745;
    color: #fff
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: #dc3545;
    color: #fff
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}

.badge-dark {
    background-color: #343a40;
    color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-primary hr {
    border-top-color: #9ecdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41
}

.alert-secondary hr {
    border-top-color: #c8cccf
}

.alert-secondary .alert-link {
    color: #212326
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c32
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe7a0
}

.alert-warning .alert-link {
    color: #533f02
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b1b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #eef1f3
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbd
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #007bff;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #b8daff;
    color: #004085
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #9ecdff;
    color: #004085
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #004085;
    border-color: #004085;
    color: #fff
}

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cccf;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724
}

.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe7a0;
    color: #856404
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b1b7;
    color: #721c24
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #eef1f3;
    color: #818182
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbd;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    animation: spinner-grow .75s linear infinite;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

* {
    box-sizing: border-box
}

body {
    max-width: 100%
}

html {
    box-sizing: border-box;
    color: #00224a;
    font-family: Inter, sans-serif;
    font-size: 62.5%;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html ol,
html ul {
    margin-top: 0;
    padding: 0
}

html a {
    color: #00224a;
    transition: color .3s
}

html a,
html a:hover {
    text-decoration: none
}

html a:active {
    color: inherit
}

html li {
    list-style: none
}

html img {
    height: auto;
    max-width: 100%
}

html button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none
}

html button[disabled] {
    pointer-events: none
}

html button,
html input,
html select,
html textarea {
    caret-color: #0070f4;
    font-family: inherit;
    font-size: inherit
}

html table {
    border-collapse: collapse;
    width: 100%
}

html p {
    margin: 0;
    padding: 0
}

body {
    color: #00224a;
    font-size: 1.4rem;
    line-height: 1.5
}

.industry-txt,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif;
    margin: 0
}

.industry-txt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding: 0
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-Light.BXF1tPR-.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-Regular.B7ia0BOz.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-Medium.CR8hRDQ3.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-SemiBold.CYOlcO97.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-Bold.BfGwuJ4y.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-ExtraBold.XyJug4zx.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(https://cdn-kvweb-website.kiotviet.vn/_nuxt/Inter-Black.C6O6tepq.woff2)
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-grow {
    flex-grow: 1 !important
}

.flex-shrink {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-grow {
        flex-grow: 1 !important
    }

    .flex-sm-shrink {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .text-sm-right {
        text-align: right !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-grow {
        flex-grow: 1 !important
    }

    .flex-md-shrink {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-center {
        text-align: center !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-grow {
        flex-grow: 1 !important
    }

    .flex-lg-shrink {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-grow {
        flex-grow: 1 !important
    }

    .flex-xl-shrink {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .text-xl-right {
        text-align: right !important
    }
}

.text-primary {
    color: #0070f4 !important
}

.bg-primary {
    background-color: #0070f4
}

.text-secondary {
    color: #00b63e !important
}

.bg-secondary {
    background-color: #00b63e
}

.text-success {
    color: #00b63e !important
}

.bg-success {
    background-color: #00b63e
}

.text-info {
    color: #06f !important
}

.bg-info {
    background-color: #06f
}

.text-warning {
    color: #f80 !important
}

.bg-warning {
    background-color: #f80
}

.text-danger {
    color: red !important
}

.bg-danger {
    background-color: red
}

.text-uppercase {
    text-transform: uppercase !important
}

.bg-overflow {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.cursor-pointer {
    cursor: pointer !important
}

.body-hidden {
    overflow: hidden
}

.overlay-login,
.overlay-popupserviceprice {
    background-color: rgba(38, 42, 46, .7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000
}

.overlay-popupserviceprice {
    background-color: rgba(0, 0, 0, .5)
}

.z-index0 {
    z-index: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pt-12 {
    padding-top: 12px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-7 {
    margin-bottom: 7px
}

.flex-basic-20 {
    flex-basis: 20% !important
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.text-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

.color-red {
    color: red !important
}

.color-green {
    color: #00b63e !important
}

.color-blue {
    color: #0070f4 !important
}

.color-gray {
    color: #262a2e !important
}

.color-error {
    color: #ef3c4d !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.bg-disable {
    background: #f2f3f4 !important
}

.text-disable {
    color: #ccd0d6 !important
}

.position-relative {
    position: relative
}

.dmca-badge {
    display: none
}

.color-body {
    color: #00224a
}

.color-text-primary {
    color: #002146 !important
}

.color-text-secondary {
    color: #525d6a
}

.color-text-disabled {
    color: #c2c7ce
}

.color-text-placeholder {
    color: #a4acb5
}

.color-primary {
    color: #0070f4 !important
}

.color-secondary,
.color-success {
    color: #00b63e
}

.color-info {
    color: #06f
}

.color-warning {
    color: #f80
}

.color-danger {
    color: red
}

.color-link {
    color: #237fcd
}

.color-hyper {
    color: #00a3ff
}

.color-hyper:hover {
    color: #0070f4
}

.color-white {
    color: #fff
}

.bg-header {
    background: #fff !important;
    box-shadow: 0 2px 16px 0 rgba(0, 41, 87, .1) !important
}

.bg-section-green {
    background-color: #ecf7ed
}

.bg-section-blue {
    background-color: #e9f2fa
}

.bg-section-orange {
    background-color: #fff1ef
}

.appstore-popup .ip-wrapper .ip-container .app-download-link,
.appstore-popup .ip-wrapper .ip-container .ip-list,
.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item,
.banner-box,
.banner-phi-dich-vu,
.box-register-items,
.btn-close,
.captchar-box,
.card-item .row .card-img,
.customer-item,
.footer .box-social .box-social-wrap,
.footer .box-social .social,
.footer .row,
.hotline-box .row,
.industry-banner,
.industry-box .industry-content,
.industry-highlights-item>[class*=fa],
.industry-link,
.industry-link .industry-icon,
.industry-main-intro,
.nav-link-box,
.news-item:not(.news-item_1):not(.news-item_2),
.news-item_1,
.news-item_2,
.price-service-items,
.quantity-register,
.register-bottom,
.register-content,
.register-left,
.register-right,
.register-right .close-step,
.register_close,
.social-function-box {
    display: flex
}

.banner-box,
.captchar-box,
.nav-link-box {
    align-items: center
}

.footer .box-social .box-social-wrap {
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.banner-phi-dich-vu,
.box-register-items,
.btn-close,
.card-item .row .card-img,
.footer .box-social .social,
.industry-banner,
.industry-box .industry-content,
.industry-highlights-item>[class*=fa],
.industry-link,
.industry-link .industry-icon,
.industry-main-intro,
.quantity-register,
.register-right .close-step,
.register_close {
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item,
.industry-box .industry-content,
.industry-main-intro,
.register-left,
.register-right {
    flex-direction: column;
    flex-wrap: wrap
}

.register-txt,
.star-list {
    font-size: 12px;
    line-height: 18px
}

.box-function ul,
.color-text-gray,
.footer,
.header,
.header .offcanvas-header .text-menu,
.industry-txt,
.introduces-box .introduces-txt,
.link-title,
.navbar-header-content .dropdown-menu {
    font-size: 14px;
    line-height: 20px
}

#page-solution .card-box .card-item .card-content p,
.industry-highlights-txt,
.main-page .title-sub p {
    font-size: 16px;
    line-height: 24px
}

#page-solution .banner-below-left .btn-icon-video-solution .banner-discover-icon,
.btn-icon-video .banner-discover-icon,
.customer-box .customer-title,
.footer-title,
.industry-highlights-heading,
.introduces-box .introduces-title,
.news-title {
    font-size: 18px;
    line-height: 26px
}

.card-item .card-wrap .card-title {
    font-size: 22px;
    line-height: 32px
}

#page-solution .banner-below-left .btn-icon-video-solution .banner-discover-icon,
.btn-icon-video .banner-discover-icon {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900
}

.shadow-bg:before {
    background: rgba(14, 50, 82, .88);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.header {
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 41, 87, .1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header .btn {
    background-color: transparent;
    border-radius: 99px;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    padding: .7rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.header .btn-primary {
    background-color: #0070f4;
    border-color: #0070f4;
    color: #000
}

.header .btn-primary,
.header .btn-primary:hover:not(:disabled) {
    color: #fff
}

.header .btn-outline-primary:hover:not(:disabled) {
    background: rgba(0, 112, 244, .14) !important;
    color: #0070f4 !important
}

.header .btn-group-sm>.btn,
.header .btn-sm {
    border-radius: 99px;
    font-size: 1.5rem;
    font-weight: 600
}

@media only screen and (min-width: 1024px) {

    .header .btn-group-sm>.btn,
    .header .btn-sm {
        padding: 4px 14px
    }
}

.header .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.header .navbar {
    align-items: center;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: inherit;
    padding: 0
}

.header .nav-item,
.header .navbar {
    position: relative
}

.header .nav-item-industry,
.header .nav-item-product {
    position: inherit !important
}

@media only screen and (max-width: 1199px) {
    .header .nav-item-industry .industry-all {
        flex-direction: column
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-all {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.header .nav-item-industry .industry-all-major {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 8px
}

.header .nav-item-industry .industry-all-image {
    background: #f2f3f4;
    border-radius: 12px;
    padding: 4px
}

.header .nav-item-industry .industry-all-image img {
    height: 24px;
    width: 24px
}

.header .nav-item-industry .industry-all-text {
    align-items: center;
    display: flex
}

.header .nav-item-industry .industry-all-icon {
    align-items: center;
    color: #677484;
    display: flex;
    font-family: Font Awesome\ 6 Pro;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 24px
}

.header .nav-item-industry .industry-all-icon svg {
    background-color: unset;
    margin-right: 0
}

@media only screen and (min-width: 1200px) {
    .header .nav-item-industry .industry-all-icon {
        display: none
    }
}

.header .nav-item-industry .industry-all-wrap {
    align-items: center;
    border-bottom: 1px solid #e8eaed;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    position: relative
}

.header .nav-item-industry .industry-all-wrap.reverse-icon {
    border-bottom: unset
}

.header .nav-item-industry .industry-all-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 0;
    padding: 0
}

.header .nav-item-industry .industry-all svg {
    height: 16px;
    width: 16px
}

@media only screen and (min-width: 1600px) {
    .header .nav-item-industry .industry-others {
        flex-basis: calc(50% + 10px);
        max-width: unset
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-others {
        flex-basis: calc(68% + 10px);
        max-width: unset
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-item-industry .industry-others {
        flex: 0 0 auto;
        flex-direction: column;
        margin-top: 0;
        max-width: 100%;
        padding-right: 8px
    }
}

@media only screen and (min-width: 1600px) {
    .header .nav-item-industry .industry-sale {
        flex-basis: calc(50% - 10px);
        max-width: 50%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-sale {
        flex-basis: calc(32% - 10px);
        max-width: 32%
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-item-industry .industry-sale {
        flex: 0 0 auto;
        flex-direction: column;
        max-width: 100%;
        padding-right: 8px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-sale-major {
        flex-basis: 100%;
        margin-right: 0
    }

    .header .nav-item-industry .industry-sale-major:nth-child(2) {
        border-top: 1px solid #e8eaed
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-item-industry .industry-sale-major {
        flex-basis: 100%;
        margin-right: 0
    }

    .header .nav-item-industry .industry-sale-major:nth-child(2) {
        border-top: 1px solid #e8eaed
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-sale-list {
        flex-direction: column
    }
}

.header .nav-item-industry .industry-fnb {
    margin-left: 8px;
    margin-right: 32px
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .header .nav-item-industry .industry-fnb {
        margin-left: 32px;
        margin-right: 32px
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-item-industry .industry-fnb {
        margin-left: 0;
        margin-right: 0
    }
}

.header .nav-item-industry .industry-fnb-list {
    flex-direction: column
}

.header .nav-item-industry .industry-beauty .industry-all-wrap {
    border-bottom: unset
}

.header .nav-item-industry .industry-beauty-list {
    flex-direction: column
}

@media only screen and (min-width: 1200px) {
    .header .nav-link-box {
        justify-content: space-between
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-link-box {
        justify-content: space-between;
        padding: 0
    }
}

.header .nav-link-box:hover .nav-link {
    background: #e5f1fe
}

@media only screen and (max-width: 1199px) {
    .header .nav-link-box:hover .nav-link {
        background: #fff;
        color: #333
    }
}

.header .nav-item>.nav-link,
.header .nav-link-box>.nav-link {
    border-radius: 99px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 8px 12px;
    position: relative
}

@media only screen and (min-width: 1920px) {

    .header .nav-item>.nav-link,
    .header .nav-link-box>.nav-link {
        padding: 8px 16px
    }
}

@media only screen and (max-width: 1199px) {

    .header .nav-item>.nav-link,
    .header .nav-link-box>.nav-link {
        background-color: transparent !important;
        padding: 11px 8px
    }
}

.header .nav-item>.nav-link:before,
.header .nav-link-box>.nav-link:before {
    border-bottom: 12px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -16px;
    content: "";
    display: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media only screen and (max-width: 1199px) {

    .header .nav-item>.nav-link:before,
    .header .nav-link-box>.nav-link:before {
        bottom: -25px
    }
}

@media only screen and (min-width: 1200px) {

    .header .nav-item>.nav-link:hover,
    .header .nav-link-box>.nav-link:hover {
        background: #e5f1fe;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1)
    }
}

@media only screen and (min-width: 1200px) and (max-width:1199px) {

    .header .nav-item>.nav-link:hover,
    .header .nav-link-box>.nav-link:hover {
        background: #fff;
        color: #333
    }
}

@media only screen and (max-width: 1199px) {

    .header .nav-item>.nav-link:hover,
    .header .nav-link-box>.nav-link:hover {
        background: #fff;
        color: #333
    }
}

.header a:not(.btn):hover,
.header a:not(.btn):hover h4,
.header span:hover,
.header span:hover h4 {
    color: #0070f4
}

@media only screen and (max-width: 1023px) {
    .header a {
        font-family: Inter, sans-serif;
        font-weight: 600
    }
}

.header .nav-link {
    color: #292e35;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media only screen and (min-width: 1920px) {
    .header .nav-link {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-link {
        font-size: 18px;
        line-height: 26px;
        padding: 0
    }
}

@media screen and (min-width: 1200px) {
    .header .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .header .col-xl-4 {
        flex: 0 0 auto;
        width: 20%
    }

    .header .navbar-brand {
        font-size: 1.25rem;
        margin: 0 1rem 0 0 !important;
        padding: 0;
        text-decoration: none;
        white-space: nowrap
    }

    .header .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }

    .header .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .header .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }

    .header .offcanvas-body {
        justify-content: flex-end
    }

    .header .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .header .navbar-header-content {
        align-items: center
    }
}

.header .nav-item {
    cursor: pointer;
    padding: 2.6rem .8rem 2.2rem 0
}

@media only screen and (min-width: 1920px) {
    .header .nav-item {
        padding: 2.4rem .8rem 2rem 0
    }
}

@media only screen and (max-width: 1199px) {
    .header .nav-item {
        padding: 0
    }
}

.header .navbar-brand {
    height: inherit;
    margin: 0 !important
}

@media screen and (max-width: 1199px) {
    .header .navbar-brand {
        flex: 1
    }
}

@media only screen and (max-width: 1365px) {
    .header .navbar-brand {
        padding: 2rem 0
    }
}

@media only screen and (max-width: 1199px) {
    .header .navbar-brand {
        padding-bottom: 1.2rem
    }
}

.header .navbar-brand.logo img {
    height: 48px;
    max-height: 48px
}

@media only screen and (max-width: 1365px) {
    .header .navbar-brand.logo img {
        height: unset;
        width: auto
    }
}

@media only screen and (max-width: 1199px) {
    .header .navbar-brand.logo img {
        height: 36px
    }
}

.header .navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 2.4rem;
    line-height: 1;
    padding: .25rem .45rem;
    transition: box-shadow .15s ease-in-out
}

.header .navbar-toggler svg {
    color: #677484
}

.header .offcanvas-header {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    margin: 1.9rem 3.2rem 0;
    padding: 0 0 17px
}

@media only screen and (max-width: 1199px) {
    .header .offcanvas-header {
        border-bottom: unset;
        margin: 0;
        padding: 19px 16px 12px
    }
}

.header .offcanvas-header .logo-close img {
    max-width: 130px
}

.header .offcanvas-header .text-menu {
    color: #535353;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase
}

.header .offcanvas-header .text-menu>[class*=fa] {
    font-size: 16px;
    line-height: 1.5;
    margin-right: .5rem
}

.header .offcanvas-header .btn-close {
    margin-bottom: -10px;
    margin-right: 0;
    margin-top: -11px;
    padding: 0
}

@media only screen and (min-width: 1200px) {

    .header .logo-close,
    .header .offcanvas-header {
        display: none
    }
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 3.2rem
}

.offcanvas-body.show {
    transform: none;
    visibility: visible
}

@media only screen and (min-width: 1200px) {
    .offcanvas-body {
        justify-content: flex-end
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-body {
        padding: 0 1.6rem
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform .3s ease-in-out;
    transition: all .1s ease;
    visibility: hidden;
    z-index: 10000
}

@media only screen and (min-width: 1200px) {
    .offcanvas {
        position: static !important
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas {
        overflow-x: scroll
    }
}

.offcanvas.show {
    transform: none;
    visibility: visible
}

.offcanvas-end {
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .offcanvas-end {
        width: 570px
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-end {
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content {
        align-items: center
    }
}

@media only screen and (min-width: 1920px) {
    .navbar-header-content>li:hover .dropdown-menu {
        margin-right: 3px !important
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content>li:hover .dropdown-menu {
        display: block;
        margin: -6px 0 auto auto;
        max-width: 1328px
    }

    .navbar-header-content>li:hover .dropdown-menu.product-menu-list {
        max-width: 1014px !important;
        right: 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .navbar-header-content>li:hover .dropdown-menu {
        max-width: 1157px
    }
}

@media only screen and (min-width: 1200px) {

    .navbar-header-content>li:hover .blog-form,
    .navbar-header-content>li:hover .customer-form {
        left: 50%;
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 0;
        transform: translate(-50%)
    }
}

.navbar-header-content>li:hover .nav-link-box .nav-link:before {
    display: block
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content>li:hover .nav-link-box .nav-link:before {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .industry-form {
        left: 0;
        padding: 2px 0 0;
        position: absolute;
        right: 0
    }

    .navbar-header-content .industry-form>li:first-child {
        padding: 1.6rem
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .industry-form {
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0
    }
}

.navbar-header-content .dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    background-color: #fff;
    border: none;
    border-radius: 1.2rem !important;
    border-radius: 1.2rem;
    color: #333;
    display: none;
    list-style: none;
    margin: 0;
    min-width: 240px;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

.navbar-header-content .dropdown-menu a:not(.industry-content) {
    color: #002146;
    padding: 1rem 1.6rem
}

@media only screen and (max-width: 1023px) {
    .navbar-header-content .dropdown-menu a:not(.industry-content) {
        font-size: 18px
    }
}

@media screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.show {
        display: block !important
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu {
        width: 100%
    }

    .navbar-header-content .dropdown-menu:not(.industry-form) {
        box-shadow: none;
        position: static
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu {
        box-shadow: 0 16px 40px 0 rgba(0, 41, 87, .1);
        padding: 24px
    }
}

.navbar-header-content .dropdown-menu>li {
    background-color: #fff
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu>li:first-child {
        background-clip: padding-box;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-top: 8px
    }

    .navbar-header-content .dropdown-menu>li:last-child {
        background-clip: padding-box;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding-bottom: 8px
    }
}

.navbar-header-content .dropdown-menu .industry-list {
    background: #fff;
    border-radius: 1.2rem
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-list {
        display: block;
        padding: 1.2rem .8rem;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list {
        padding: 32px
    }
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap>p {
    border-bottom: 1px solid #e8eaed;
    color: #525d6a;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    padding-top: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap>p {
        margin-bottom: 0
    }
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap .product-logomenu {
    padding: 0 !important
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap .product-logomenu:hover {
    background-color: transparent !important
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap a {
    padding: 0
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap a img {
    max-height: 48px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap ul {
        margin-bottom: 24px
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap li {
        margin-top: 12px
    }
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-item [class*=fa] {
    align-items: center;
    color: #677484;
    display: flex;
    font-size: 20px;
    height: 24px;
    margin-right: 12px;
    width: 24px
}

@media screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item {
        flex: 1;
        float: left
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item:not(:last-child) {
        margin-right: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item {
        width: 100%
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item:last-child ul {
        margin-bottom: 0
    }
}

.navbar-header-content .dropdown-menu.product-menu-list li a,
.navbar-header-content .dropdown-menu.product-menu-list li span {
    align-items: center;
    color: #292e35;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: .8rem 16px !important
}

.navbar-header-content .dropdown-menu.product-menu-list li a span,
.navbar-header-content .dropdown-menu.product-menu-list li span span {
    padding: 0 !important
}

.navbar-header-content .dropdown-menu.product-menu-list li a b,
.navbar-header-content .dropdown-menu.product-menu-list li span b {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%)
}

@media only screen and (min-width: 1200px) {

    .navbar-header-content .dropdown-menu.product-menu-list li a:hover,
    .navbar-header-content .dropdown-menu.product-menu-list li span:hover {
        background-color: #e6f1fe;
        border-radius: 20px;
        color: #005ac3
    }

    .navbar-header-content .dropdown-menu.product-menu-list li a:hover b,
    .navbar-header-content .dropdown-menu.product-menu-list li span:hover b {
        filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%)
    }

    .navbar-header-content .dropdown-menu.product-menu-list li a:hover svg,
    .navbar-header-content .dropdown-menu.product-menu-list li span:hover svg {
        color: #005ac3 !important
    }
}

.navbar-header-content .dropdown-menu.product-menu-list li a:active,
.navbar-header-content .dropdown-menu.product-menu-list li a:focus,
.navbar-header-content .dropdown-menu.product-menu-list li span:active,
.navbar-header-content .dropdown-menu.product-menu-list li span:focus {
    background-color: #cce2fd;
    border-radius: 20px;
    color: #005ac3
}

.navbar-header-content .dropdown-menu.product-menu-list li a:active svg,
.navbar-header-content .dropdown-menu.product-menu-list li a:focus svg,
.navbar-header-content .dropdown-menu.product-menu-list li span:active svg,
.navbar-header-content .dropdown-menu.product-menu-list li span:focus svg {
    color: #005ac3 !important
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-link .product-active {
    border-radius: 20px;
    color: #005ac3
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-link .product-active i {
    color: #005ac3 !important;
    color: #0070f4
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-link ul {
        display: flex;
        flex-wrap: wrap
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-link ul li {
        margin-bottom: 12px;
        width: 100%
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-link ul li:last-child {
        margin-bottom: 0
    }
}

.navbar-header-content .dropdown-menu a:not(.industry-content) {
    color: #292e35;
    display: block;
    line-height: 20px;
    padding: 0;
    padding: 1rem 1.6rem !important
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu a:not(.industry-content) {
        padding: 8px 24px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu a:not(.industry-content) {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) {
    padding-top: 2px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) {
        padding-top: 12px
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) li {
    padding-bottom: 1.2rem;
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li {
        font-size: 1.8rem;
        font-weight: 600;
        padding-bottom: 12px;
        padding-left: 0
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) li:first-child {
    padding-top: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li:first-child {
        padding-top: 0
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) li:last-child {
    padding-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li:last-child {
        padding-bottom: 12px
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) a {
    border-radius: 3.2rem;
    display: block !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 18rem;
    padding: 1rem 1.6rem
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) a {
        border-radius: 0
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) a:hover {
        background: #e6f1fe;
        border-radius: 99px;
        box-shadow: none;
        color: #0070f4
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) a:focus {
    background: #cce2fd;
    border-radius: 99px;
    box-shadow: none;
    color: #0070f4
}

.navbar-header-content .dropdown-menu:not(.industry-form) a.dropdown-menu-active,
.navbar-header-content .dropdown-menu:not(.industry-form) a:focus {
    background: #cce2fd
}

.navbar-header-content .dropdown-menu:not(.industry-form) a.dropdown-menu-active,
.navbar-header-content .dropdown-menu:not(.industry-form) a:active {
    background: transparent;
    color: #0070f4;
    font-weight: 600
}

.navbar-header-content .dropdown-menu .industry-item {
    margin-bottom: .6rem;
    padding-right: .8rem
}

.navbar-header-content .dropdown-menu .industry-item .new-label {
    right: 10px;
    top: 4px
}

@media only screen and (min-width: 1366px) {
    .navbar-header-content .dropdown-menu .industry-item {
        flex: 0 0 auto;
        margin-bottom: 12px;
        max-width: inherit;
        padding: 4px 12px;
        width: 50% !important
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item {
        padding-right: 0
    }
}

.navbar-header-content .dropdown-menu .industry-item .new-label {
    right: 5px;
    top: -5px
}

.navbar-header-content .dropdown-menu .industry-item .industry-content {
    border-radius: 3.2rem;
    box-shadow: none;
    height: auto;
    margin-bottom: .2rem;
    padding: .8rem .9rem .8rem .8rem
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-content:hover {
    background: rgba(0, 112, 244, .14)
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content:hover {
        background: #fff;
        box-shadow: none
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-content>[class*=fa] {
    background: rgba(0, 112, 244, .14);
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 3.6rem;
    font-size: 1.8rem;
    height: 3.6rem;
    line-height: 2;
    margin-right: .8rem;
    min-width: 3.6rem;
    min-width: auto
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content>[class*=fa] {
        background: #fff;
        border-radius: 0;
        flex: 0;
        font-size: 2rem;
        height: 2.6rem;
        line-height: 1.4;
        margin-right: 1.2rem;
        min-width: 2.6rem
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-title {
    font-weight: 600;
    height: auto;
    overflow: hidden;
    text-align: left
}

.navbar-header-content .dropdown-menu .tab {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 1rem 1.6rem !important
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu .tab:hover {
        background: rgba(0, 112, 244, .14)
    }
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-items {
    padding: 8px
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item {
    margin-bottom: 12px;
    padding: 4px 0 4px 12px;
    width: 100% !important
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item:hover {
    background-color: #d9eafd;
    border-radius: 20px
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item:active,
.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item:focus {
    background-color: #cce2fd;
    border-radius: 20px
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item:last-child {
    margin-bottom: 0
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item a {
    padding: 0 !important
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list-wrap {
    padding-left: 10px
}

@media only screen and (min-width: 1366px) {
    .navbar-header-content .dropdown-menu.solution-menu-list {
        margin-right: -60px !important;
        width: 1328px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .offcanvas-header {
        border-bottom: 0 !important
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .industry-list {
        width: calc(100% - 274px)
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list {
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 3.2rem;
        min-width: 274px;
        width: 274px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list {
        margin-left: 3.6rem
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .industry-form-wrap {
        display: flex;
        justify-content: space-between;
        padding: 0
    }
}

.navbar-header-content .dropdown-menu .solution-list {
    background-color: #f2f8fe;
    border-radius: 10px;
    position: relative
}

@media only screen and (max-width: 1365px) {
    .navbar-header-content .dropdown-menu .solution-list .industry-item a {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .solution-list {
        display: none
    }
}

.navbar-header-content .dropdown-menu .solution-list .title-menu {
    border-bottom: 1px solid #cce2fd;
    color: #002249;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    padding: 15px 20px 14px
}

.navbar-header-content .dropdown-menu .solution-list .industry-item {
    overflow: visible;
    width: 100%
}

.navbar-header-content .dropdown-menu .solution-list .industry-item .kv-icons {
    flex: none;
    margin-right: 10px
}

.navbar-header-content .dropdown-menu .solution-list .industry-item .kv-icons img {
    max-width: 32px;
    width: 100%
}

.navbar-header-content .dropdown-menu .solution-list .industry-item a {
    align-items: center;
    display: flex
}

.navbar-header-content .registerandlogin {
    display: flex;
    margin-left: 12px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .registerandlogin {
        margin-bottom: 24px;
        margin-left: 0;
        margin-top: 16px
    }
}

.navbar-header-content .registerandlogin ul {
    display: flex !important
}

.navbar-header-content .header-register button {
    font-size: 14px;
    min-height: 3.6rem
}

@media only screen and (min-width: 1920px) {
    .navbar-header-content .header-register button {
        font-size: 16px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .header-register {
        flex: 1;
        margin-right: 1.2rem
    }
}

@media (max-width: 374px) {

    .navbar-header-content .header-register .btn-group-sm>.btn,
    .navbar-header-content .header-register .btn-sm {
        font-size: 16px !important;
        min-height: unset;
        padding: 18px !important
    }
}

.navbar-header-content .header-login {
    padding-right: 0
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .header-login {
        margin-left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .header-login {
        flex: 1
    }
}

@media (max-width: 374px) {

    .navbar-header-content .header-login .btn-group-sm>.btn,
    .navbar-header-content .header-login .btn-sm {
        font-size: 16px !important;
        min-height: unset;
        padding: 18px !important
    }
}

.navbar-header-content .header-login button {
    font-size: 14px;
    min-height: 3.6rem
}

@media only screen and (min-width: 1920px) {
    .navbar-header-content .header-login button {
        font-size: 16px
    }
}

.navbar-header-content .header-login button,
.navbar-header-content .header-register button {
    padding: .7rem 1.5rem
}

@media only screen and (min-width: 1920px) {

    .navbar-header-content .header-login button,
    .navbar-header-content .header-register button {
        padding: 9px 23px
    }
}

@media only screen and (max-width: 1199px) {

    .navbar-header-content .header-login .btn,
    .navbar-header-content .header-register .btn {
        display: block;
        font-size: 18px;
        line-height: 1.5px;
        padding: 2.225rem 3.2rem;
        width: 100%
    }
}

.industry-box .industry-list {
    margin: -12px -8px
}

.industry-box .industry-list>[class*=col-] {
    margin: 0;
    padding: 12px 8px
}

@media only screen and (min-width: 1920px) {
    .industry-box .industry-item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.industry-form .title-menu {
    color: #292e35;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 15px
}

@media only screen and (max-width: 1199px) {
    .industry-form .title-menu {
        border-bottom: 1px solid #c2c2c2;
        color: #747474;
        margin-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        text-transform: uppercase
    }
}

.industry-form .industry-content {
    align-items: center;
    display: flex;
    padding: 0
}

@media only screen and (max-width: 1023px) {
    .industry-form .industry-content {
        display: flex;
        padding: 0 20px
    }

    .industry-form .industry-content i {
        font-size: 20px;
        margin-right: 16px;
        min-width: 25px;
        text-align: left;
        width: 25px
    }
}

.industry-form .industry-list {
    margin: 0;
    padding: 0
}

.industry-form .offcanvas-header {
    margin: 0
}

@media only screen and (max-width: 1199px) {
    .industry-form .offcanvas-header {
        display: none;
        margin-bottom: 2.3rem
    }
}

.industry-list>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.industry-title {
    color: #002146;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 4px
}

.btn-close {
    background: transparent url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31072617/closeX.png) 50%/1em auto no-repeat;
    border: 0;
    border-radius: 8px;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 1;
    min-width: 32px;
    opacity: .5;
    padding: 0;
    width: 32px
}

.btn-close-all>[class*=fa] {
    color: #737373;
    font-size: 2.4rem;
    font-weight: 300;
    height: 24px;
    min-width: 24px;
    text-align: center;
    width: 24px
}

@media only screen and (max-width: 1023px) {
    .nav-link-box {
        justify-content: space-between
    }
}

.nav-link-box .nav-toggle {
    color: #677484;
    font-size: 16px;
    height: 16px;
    margin-right: 6px;
    min-width: 16px;
    text-align: center;
    width: 16px
}

.nav-link-box.show2 a {
    color: #0070f4 !important
}

.introduces-list {
    justify-content: space-between;
    margin: 0;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .introduces-items {
        margin-bottom: 2.4rem
    }

    .introduces-items:last-child {
        margin-bottom: 0
    }
}

.introduces-item {
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    flex: 0 0 auto !important;
    height: 100%;
    padding: 24px
}

@media only screen and (max-width: 1199px) {
    .introduces-item {
        padding: 24px 16px
    }
}

@media only screen and (max-width: 767px) {
    .introduces-item {
        height: -moz-fit-content;
        height: fit-content;
        padding: 24px;
        width: 100% !important
    }
}

.industry-item {
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (min-width: 1200px) {
    .industry-item {
        flex: 0 0 auto !important;
        width: 20% !important
    }
}

.industry-content {
    background-clip: padding-box;
    border-radius: 8px;
    display: block;
    height: 100%;
    padding: .8rem 1.6rem
}

.main-page .industry-content {
    min-height: 12.5rem
}

.industry-content>[class*=fa] {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .86), hsla(0, 0%, 100%, .86)), #0070f4;
    border-radius: 5rem;
    display: inline-block;
    font-size: 3rem;
    height: 60px;
    line-height: 2;
    min-width: 60px;
    width: 60px
}

.industry-content:hover {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 32px rgba(0, 0, 0, .06)
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    float: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

@media only screen and (max-width: 1199px) {
    .navbar-nav {
        padding-top: 1.2rem
    }
}

.nav-link-active {
    color: #0070f4 !important
}

@media screen and (min-width: 768px) {
    .nav-link-active {
        background: #e6f1fe
    }
}

.disable-register {
    cursor: default !important;
    opacity: .4;
    pointer-events: none
}

.popup-support {
    height: 100%;
    height: auto;
    left: 50%;
    min-width: 100%;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    width: auto;
    z-index: 99999
}

@media only screen and (max-width: 575px) {
    .popup-support {
        display: flex;
        height: auto;
        justify-content: center;
        left: 0;
        padding: 24px;
        right: 0;
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 374px) {
    .popup-support {
        padding: 10px
    }
}

.popup-support .ip-wrapper .ip-container {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 12px;
    margin: 0 auto;
    padding: 24px 24px 20px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .popup-support .ip-wrapper .ip-container {
        padding: 16px 16px 20px
    }
}

.popup-support .ip-wrapper .ip-container .ip-title {
    color: #15171a;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    max-width: 348px;
    padding: 0;
    text-align: left
}

@media only screen and (max-width: 575px) {
    .popup-support .ip-wrapper .ip-container .ip-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        max-width: 259px
    }
}

@media screen and (max-width: 374px) {
    .popup-support .ip-wrapper .ip-container .ip-title {
        width: 250px
    }
}

.popup-support .ip-wrapper .ip-container .ip-close {
    color: #737373;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 16px
}

.popup-support .ip-wrapper .ip-container .ip-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-item {
    background-color: #e5f1fe;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 16px
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-item {
        padding: 12px
    }
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-item a {
    color: #002249;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-item a:last-child {
    margin-bottom: 0
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-item .ip-description {
    font-size: 15px
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-support-image {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    height: 40px;
    margin-right: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px
}

@media only screen and (max-width: 1023px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-support-image {
        height: 32px;
        margin-right: 8px;
        width: 32px
    }
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-support-image img {
    max-width: 40px
}

@media only screen and (max-width: 1023px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-support-image img {
        max-width: 32px
    }
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-support-content {
    color: #002249;
    text-align: left;
    width: 312px
}

@media screen and (max-width: 470px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-support-content {
        width: auto
    }
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-support-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px
}

.popup-support .ip-wrapper .ip-container .ip-list .ip-support-content span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px
}

@media screen and (max-width: 470px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-support-content span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 231px
    }
}

@media screen and (max-width: 374px) {
    .popup-support .ip-wrapper .ip-container .ip-list .ip-support-content span {
        width: 205px
    }
}

.popup-support .close-popup-support {
    color: #677484;
    cursor: pointer;
    font-size: 20px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px
}

@media only screen and (max-width: 575px) {
    .popup-support .close-popup-support {
        right: 16px;
        top: 20px
    }
}

.popup-support .close-popup-support:hover {
    color: #667f9a !important
}

.hotline-box {
    background-color: #f7f8f9;
    font-family: Inter, sans-serif;
    padding: 5rem 0 4.2rem;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .hotline-box {
        padding-bottom: 3.4rem
    }
}

@media only screen and (max-width: 767px) {
    .hotline-box {
        background-color: #fff;
        padding: 20px 0 12px
    }
}

.hotline-box .hotline-top {
    text-align: center !important
}

.hotline-box .hotline-title {
    color: #002249;
    font-size: 3rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
    padding-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .hotline-box .hotline-title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 767px) {
    .hotline-box .hotline-title {
        margin-bottom: 20px
    }
}

.hotline-box .hotline-name {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    height: 24px;
    line-height: 24px;
    margin-bottom: 1.2rem
}

.hotline-box .hotline-name span:not(.hotline-icon) {
    color: #002249;
    font-weight: 600;
    margin-left: 8px
}

.hotline-box .hotline-name span:not(.hotline-icon) span {
    margin-left: 0
}

.hotline-box .hotline-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.hotline-box .hotline-icon svg {
    font-size: 20px
}

.hotline-box .hotline-list {
    margin-bottom: 8px;
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    .hotline-box .hotline-list {
        margin-top: 32px
    }
}

@media only screen and (max-width: 767px) {
    .hotline-box .hotline-list {
        margin-top: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .hotline-box .hotline-list>[class*=col-] {
        padding-bottom: 2rem
    }
}

.hotline-box .hotline-item {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    height: 100%;
    padding: 24px 20px
}

.hotline-box .hotline-item p .color-gray {
    color: #262a2e
}

.hotline-box .hotline-item p+p {
    margin-top: 4px
}

.hotline-box .hotline-item a {
    color: #002249
}

.hotline-box h4 {
    margin-bottom: 8px
}

.hotline-box .btn {
    background-clip: padding-box;
    background-color: #0070f4;
    border-color: #0070f4 !important;
    border: unset;
    border-radius: 99px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 16px 32.4px
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .hotline-box .btn {
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 767px) {
    .hotline-box .btn {
        font-size: 1.6rem;
        font-weight: 600;
        height: 48px;
        line-height: 24px;
        padding: 12px 24px
    }
}

@media screen and (min-width: 992px) {
    .hotline-box .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
}

@media screen and (max-width: 767px) {

    .hotline-box .col-md-6,
    .hotline-box .col-sm-6 {
        flex: 0 0 auto;
        width: 100% !important
    }
}

.footer-list .logo {
    margin-bottom: 8px;
    max-width: 170px
}

.footer-list .p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 20px
}

.footer-list .p-company {
    font-weight: 600;
    margin-bottom: 20px
}

.footer-list .p-hotline {
    font-weight: 400;
    margin-bottom: 8px
}

.footer-list .p-address {
    font-weight: 400
}

.wrap-support .footer-title {
    color: #00b63e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px
}

.wrap-support .hotline-number {
    margin-bottom: 20px
}

.wrap-support .hotline-number a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px
}

.footer .row,
.hotline-box .row {
    flex-wrap: wrap
}

.footer .row h4,
.hotline-box .row h4 {
    padding-bottom: 0
}

.footer .row .color-text-primary,
.hotline-box .row .color-text-primary {
    color: #333
}

@media screen and (max-width: 1199px) and (min-width:992px) {

    .footer .row .col-lg-6,
    .hotline-box .row .col-lg-6 {
        flex: 0 0 auto;
        min-width: 100%;
        width: 100%
    }

    .footer .row .col-lg-3,
    .hotline-box .row .col-lg-3 {
        flex: 0 0 auto;
        min-width: 50%;
        width: 50%
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {

    .footer .row .col-md-6,
    .hotline-box .row .col-md-6 {
        flex: 0 0 auto;
        min-width: 50%;
        width: 50%
    }

    .footer .row .col-sm-6,
    .hotline-box .row .col-sm-6 {
        min-width: 49.9%
    }
}

@media screen and (max-width: 767px) {

    .footer .row .col-md-6,
    .footer .row .col-sm-6,
    .hotline-box .row .col-md-6,
    .hotline-box .row .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media screen and (min-width: 576px) {

    .footer .row .col-sm-6,
    .hotline-box .row .col-sm-6 {
        width: 50%
    }
}

.footer .color-hyper,
.hotline-box .color-hyper {
    color: #66a9f8 !important;
    display: inline-block;
    line-height: 20px
}

.footer .color-hyper:hover,
.hotline-box .color-hyper:hover {
    color: #237fcd !important
}

.footer .font-small-1,
.hotline-box .font-small-1 {
    color: #002249;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px
}

.footer .hotline-number,
.hotline-box .hotline-number {
    font-size: 22px
}

.footer .hotline-number a,
.hotline-box .hotline-number a {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px !important;
    margin-top: 4px
}

@media only screen and (max-width: 1199px) {

    .footer .font-small-1,
    .hotline-box .font-small-1 {
        font-size: 14px
    }
}

.footer {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/11/02082735/background-footer.jpg) no-repeat top;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    text-align: left
}

.footer h4 {
    font-weight: 600
}

@media only screen and (min-width: 576px) {
    .footer .col-sm-6 {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

@media only screen and (min-width: 1200px) {
    .footer .col-lg-3 {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

.footer-list {
    color: #f3f3f3;
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .footer-list {
        margin-bottom: 20px
    }
}

.footer-list-custome .row {
    margin: 0
}

.footer-list-custome ul li {
    padding-left: 0;
    padding-right: 0
}

.footer-list-custome ul li:nth-child(2n) {
    padding-left: 15px
}

@media only screen and (max-width: 767px) {
    .footer-list.col-sm-6 {
        width: 50%
    }
}

.footer-list.col-lg-6 {
    margin-bottom: 4px
}

.footer-list ul+.footer-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 20px
}

.footer-list ul li {
    margin-bottom: 12px
}

.footer-list ul .email-support {
    color: #66a9f8
}

.footer-list a:not(:hover):not(.color-hyper) {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px
}

.footer-list a:focus,
.footer-list a:hover {
    color: inherit !important;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline
}

.footer-list a:focus:has(.color-hyper),
.footer-list a:hover:has(.color-hyper) {
    color: #fff !important
}

.footer-list a:focus .email-support,
.footer-list a:hover .email-support {
    text-decoration: underline
}

.footer-title {
    color: #00b63e;
    line-height: 26px;
    margin-bottom: 16px
}

.footer .textwidget-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px
}

@media only screen and (max-width: 575px) {
    .footer .textwidget-list {
        margin-bottom: 2px
    }
}

.footer .textwidget-item {
    margin-bottom: 12px;
    position: relative
}

.footer .textwidget-item.retail {
    float: left;
    width: 50%
}

.footer .textwidget-item a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.footer .textwidget-item a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 575px) {
    .footer .textwidget .col-sm-6 {
        width: 100%
    }

    .footer .textwidget-fnb .textwidget-title {
        margin-top: 18px
    }
}

.footer .textwidget-beauty {
    margin-top: 16px
}

@media only screen and (max-width: 575px) {
    .footer .textwidget-beauty .textwidget-title {
        margin-top: 20px
    }
}

.footer-address {
    color: #fff;
    margin-top: 24px
}

@media only screen and (max-width: 1199px) {
    .footer-address {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .footer-address {
        margin-top: 4px
    }
}

.footer-address h4 {
    font-weight: 600
}

.footer-address:first-child {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .footer-address:first-child {
        margin-top: 4px
    }
}

.footer-address:last-child {
    margin-bottom: 16px
}

.footer-industry ul {
    margin-top: 16px
}

.footer .address-item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    .footer .address-item {
        margin-bottom: 20px
    }
}

.footer .province {
    font-weight: 600;
    margin-bottom: 4px !important
}

.footer .box-social {
    background: rgba(0, 0, 0, .2);
    padding: 12px 0
}

.footer .box-social .box-social-wrap {
    font-size: 14px;
    line-height: 20px
}

.footer .box-social .box-social-wrap>p {
    color: hsla(0, 0%, 92%, .6)
}

@media only screen and (max-width: 1023px) {
    .footer .box-social .box-social-wrap>p {
        font-size: 11px
    }
}

.footer .box-social .box-social-wrap>p span {
    margin-right: 28px
}

@media only screen and (max-width: 1023px) {
    .footer .box-social .box-social-wrap>p span {
        margin-right: 15px
    }
}

.footer .box-social .social {
    margin-bottom: 0
}

.footer .box-social .social li {
    margin: 0 8px
}

.footer .box-social .social li a {
    font-size: 18px
}

.footer .box-social .social li a:not(:hover) {
    color: hsla(0, 0%, 96%, .6)
}

.footer .box-social .social li a b {
    filter: invert(100%) sepia(2%) saturate(109%) hue-rotate(21deg) brightness(114%) contrast(84%);
    max-width: 20px
}

.nav-footer {
    margin-top: 16px
}

.nav-footer li {
    margin-right: 24px;
    padding: 0 !important;
    position: relative
}

.nav-footer li a {
    padding: 0
}

.nav-footer li a.active,
.nav-footer li a:focus,
.nav-footer li a:hover {
    color: #41ad49
}

.nav-footer li.active a {
    background: none !important;
    color: #41ad49 !important
}

.nav-footer li.active:before {
    background: #41ad49;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.page-dang-ky .footer,
.page-dang-ky .header,
.page-dang-ky .hotline-box {
    display: none
}

.wrap-head-footer {
    display: inline-block;
    width: 100%
}

.wrap-head-footer .footer-list {
    float: left;
    padding-left: 0
}

.wrap-head-footer .wrap-support {
    float: right
}

@media (max-width: 1199px) {
    .footer .row.industry {
        display: inline-block;
        margin: 0
    }

    .footer .row.industry .textwidget-sale {
        float: left;
        margin-bottom: 12px;
        max-width: 100%;
        padding: 0;
        width: 100%
    }

    .footer .row.industry .textwidget-others {
        float: left;
        max-width: 50%;
        padding: 0;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .wrap-head-footer .info {
        margin-bottom: 24px
    }

    .wrap-head-footer .wrap-support {
        margin-bottom: 0;
        min-height: 203px
    }

    .wrap-head-footer .support {
        float: right
    }
}

@media (min-width: 767px) and (max-width:860px) {
    .wrap-head-footer .wrap-support {
        min-height: 223px
    }
}

@media (max-width: 767px) {
    .footer-list {
        margin-bottom: 24px
    }

    .footer-list.support {
        margin-bottom: 12px
    }

    .footer-list.col-sm-6.info,
    .wrap-head-footer .wrap-support {
        max-width: 100%;
        width: 100%
    }

    .wrap-head-footer .wrap-support .hotline-number {
        margin-bottom: 0
    }

    .wrap-head-footer .div-support {
        float: left;
        max-width: 50%;
        width: 50%
    }
}

#preloader {
    background: hsla(0, 0%, 93%, .8);
    bottom: 0;
    display: flex;
    height: 100vh;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 10000
}

#loader {
    background-color: #0070f4;
    display: block;
    height: 78px;
    margin: auto;
    overflow: hidden;
    padding: 9px;
    width: 78px
}

#loader,
.loader-border {
    border-radius: 50%;
    position: relative
}

.loader-border {
    animation: spin 1.5s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    height: 60px;
    width: 60px
}

#preloader svg {
    color: #fff;
    font-size: 24px;
    left: 26px;
    position: absolute;
    top: 27px;
    z-index: 0
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.frame-extended-solution {
    background-color: #f8f9fa;
    margin-top: 40px;
    padding: 40px 0 70px
}

@media screen and (max-width: 768px) {
    .frame-extended-solution .frame-extended-items {
        flex-wrap: wrap
    }

    .frame-extended-solution .frame-extended-items li {
        margin-bottom: 20px;
        width: 47%
    }
}

.bg-overflow {
    z-index: 9999
}

.go_top {
    align-items: center;
    background-clip: padding-box;
    background-color: #0070f4;
    border-radius: 100%;
    bottom: 200px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    min-width: 48px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    width: 48px;
    z-index: 101
}

.go_top svg {
    color: #fff;
    font-size: 24px;
    line-height: 48px
}

.go_top:hover {
    opacity: .75 !important
}

.go_tops {
    opacity: 1 !important
}

.popup-register-industry {
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 10000
}

.popup-register-industry .register-industry-wrap {
    background: #fff;
    height: 100vh;
    overflow: scroll
}

.popup-register-industry .industry-all {
    margin: 36px auto 0;
    max-width: 1200px
}

@media only screen and (min-width: 1600px) {
    .popup-register-industry .industry-all {
        margin-top: 60px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .popup-register-industry .industry-all {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-all {
        display: flex;
        flex-direction: column;
        padding: 0 32px
    }
}

.popup-register-industry .industry-all-intro {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-all-intro {
        align-items: start;
        flex-direction: column
    }
}

.popup-register-industry .industry-all-image {
    border-radius: 16px;
    height: 60px;
    padding: 10px
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .popup-register-industry .industry-all-image {
        border-radius: 12px;
        height: 40px;
        padding: 8px
    }
}

@media only screen and (max-width: 767px) {
    .popup-register-industry .industry-all-image {
        border-radius: 12px;
        height: 40px;
        padding: 8px
    }
}

.popup-register-industry .industry-all-image img {
    height: 40px;
    width: 40px
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .popup-register-industry .industry-all-image img {
        height: 24px;
        width: 24px
    }
}

@media only screen and (max-width: 767px) {
    .popup-register-industry .industry-all-image img {
        height: 24px;
        width: 24px
    }
}

.popup-register-industry .industry-all-title {
    margin-bottom: 0;
    margin-left: 16px;
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-all-title {
        margin-left: 0;
        margin-top: 16px
    }
}

.popup-register-industry .industry-all-major {
    color: #15171a;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 8px 11px
}

@media only screen and (min-width: 1600px) {
    .popup-register-industry .industry-all-major {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 8px 15px
    }
}

@media only screen and (max-width: 1599px) {
    .popup-register-industry .industry-all svg {
        height: 16px;
        width: 16px
    }
}

.popup-register-industry .industry-sale-major:first-child,
.popup-register-industry .industry-sale-major:nth-child(2) {
    border-top: unset;
    padding-bottom: 11px
}

@media only screen and (min-width: 1600px) {

    .popup-register-industry .industry-sale-major:first-child,
    .popup-register-industry .industry-sale-major:nth-child(2) {
        padding-bottom: 15px
    }
}

.popup-register-industry .industry-sale {
    flex-basis: calc(50% - 102px);
    padding-left: 0 !important
}

@media only screen and (min-width: 1600px) {
    .popup-register-industry .industry-sale {
        flex-basis: calc(50% - 38px);
        max-width: 50%
    }

    .popup-register-industry .industry-sale.only {
        flex-basis: calc(100% - 38px);
        max-width: 100%
    }

    .popup-register-industry .industry-sale.only .industry-sale-major:nth-child(3),
    .popup-register-industry .industry-sale.only .industry-sale-major:nth-child(4) {
        border-top: unset
    }
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-sale {
        padding-right: 0 !important
    }

    .popup-register-industry .industry-sale.only .industry-sale-major:nth-child(3),
    .popup-register-industry .industry-sale.only .industry-sale-major:nth-child(4) {
        border-top: unset
    }
}

.popup-register-industry .industry-sale.only {
    flex-basis: calc(100% - 102px);
    max-width: 100%
}

.popup-register-industry .industry-sale.only .industry-sale-major:nth-child(3),
.popup-register-industry .industry-sale.only .industry-sale-major:nth-child(4) {
    border-top: unset
}

.popup-register-industry .industry-fnb {
    margin-left: 40px;
    margin-right: 64px
}

@media only screen and (min-width: 1600px) {
    .popup-register-industry .industry-fnb {
        margin-left: 24px;
        margin-right: 48px
    }
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-fnb {
        margin-bottom: 32px;
        margin-left: 0;
        margin-right: 24px
    }
}

.popup-register-industry .industry-others {
    flex-basis: calc(50% + 102px);
    padding-right: 0 !important
}

@media only screen and (min-width: 1600px) {
    .popup-register-industry .industry-others {
        flex-basis: calc(50% + 38px);
        max-width: unset
    }
}

@media only screen and (max-width: 1199px) {
    .popup-register-industry .industry-others {
        padding-left: 0 !important
    }
}

.popup-register-title {
    color: #292e35;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    padding: 24px 24px 0;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .popup-register-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px
    }
}

.popup-register-title .close-popup-register {
    align-items: center;
    color: #677484;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 32px
}

.popup-login-buy {
    background-color: #fff;
    border-radius: 16px;
    left: 50%;
    margin: auto;
    min-height: 270px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 99999
}

.popup-login-buy .form-error {
    background-color: #fff;
    border-color: red !important;
    border-width: 0 0 1px
}

.popup-login-buy .front-register-error {
    margin-bottom: 2.9rem !important;
    margin-top: -1rem !important
}

.popup-login-buy .form-contact {
    float: left;
    margin-bottom: 2.3rem !important;
    width: 45.2rem
}

.popup-login-buy .red-star {
    color: #ef3c4d
}

.view-more {
    display: inline-block
}

.view-more b {
    margin-left: 10px
}

.box-title,
.industry-highlights-heading,
.industry-highlights-item {
    margin-bottom: 5.6rem;
    margin-top: 2.4rem;
    text-align: center !important
}

@media only screen and (max-width: 1199px) {

    .box-title,
    .industry-highlights-heading,
    .industry-highlights-item {
        margin-bottom: 4rem
    }
}

.box-title .title-des,
.industry-highlights-heading .title-des,
.industry-highlights-item .title-des {
    display: inline-block;
    margin-top: 8px;
    max-width: 510px
}

.icon-size {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px
}

.card-item {
    margin-bottom: 4rem
}

@media only screen and (max-width: 767px) {
    .card-item {
        margin-bottom: 0
    }
}

.card-item .row>* {
    max-width: 100%
}

.card-item .row .card-img {
    max-height: 29.4rem
}

@media only screen and (min-width: 1200px) {
    .card-item .row .card-img {
        flex: 0 0 38.8rem;
        min-width: 38.8rem
    }
}

@media only screen and (max-width: 1199px) {
    .card-item .row .card-img {
        flex: 0 0 100%;
        max-height: 49.4rem;
        min-width: unset
    }
}

.card-item .row .card-img>a {
    height: 100%
}

.card-item .row .card-content {
    max-height: 29.4rem;
    min-height: 29.4rem;
    padding: 0
}

@media only screen and (min-width: 1200px) {
    .card-item .row .card-content {
        flex: 0 0 38.8rem;
        flex: 0 0 calc(100% - 38.8rem);
        max-width: calc(100% - 38.8rem)
    }
}

@media only screen and (max-width: 1199px) {
    .card-item .row .card-content {
        flex: 0 0 100%;
        max-height: unset;
        max-width: 100%;
        min-height: unset
    }
}

.card-item .row.flex-row-reverse .card-img {
    border-radius: 0 20px 20px 0;
    padding-left: 0;
    padding-right: 48px
}

@media only screen and (max-width: 1199px) {
    .card-item .row.flex-row-reverse .card-img {
        border-radius: 20px 20px 0 0;
        padding: 0 0 24px
    }
}

@media only screen and (max-width: 767px) {
    .card-item .row.flex-row-reverse .card-img {
        padding: 36px 0 0
    }
}

.card-item .row.flex-row-reverse .card-content {
    border-radius: 20px 0 0 20px;
    padding-left: 48px;
    padding-right: 66px
}

@media only screen and (max-width: 1199px) {
    .card-item .row.flex-row-reverse .card-content {
        border-radius: 0 0 20px 20px;
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .card-item .row.flex-row-reverse .card-content {
        padding: 24px 0
    }
}

.card-item .row:not(.flex-row-reverse) .card-img {
    border-radius: 20px 0 0 20px;
    padding-left: 48px;
    padding-right: 0
}

@media only screen and (max-width: 1199px) {
    .card-item .row:not(.flex-row-reverse) .card-img {
        border-radius: 20px 20px 0 0;
        padding: 0 0 24px
    }
}

@media only screen and (max-width: 767px) {
    .card-item .row:not(.flex-row-reverse) .card-img {
        padding: 36px 0 24px
    }
}

.card-item .row:not(.flex-row-reverse) .card-content {
    border-radius: 0 20px 20px 0;
    padding-left: 66px;
    padding-right: 48px
}

@media only screen and (max-width: 1199px) {
    .card-item .row:not(.flex-row-reverse) .card-content {
        border-radius: 0 0 20px 20px;
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .card-item .row:not(.flex-row-reverse) .card-content {
        padding: 0 0 24px
    }
}

.card-item .card-wrap {
    font-size: 1.6rem;
    padding: 0
}

.card-item .card-wrap .color-gray {
    line-height: 1.5
}

.card-item .card-img {
    padding-bottom: 24px;
    padding-top: 24px
}

.bg-blue.card-item .card-img {
    background-color: #f2f8fe
}

@media only screen and (max-width: 1199px) {
    .bg-blue.card-item .card-img {
        background-color: transparent
    }
}

.bg-green.card-item .card-img {
    background-color: #f2fbf5
}

@media only screen and (max-width: 1199px) {
    .bg-green.card-item .card-img {
        background-color: transparent
    }
}

.bg-yellow.card-item .card-img {
    background-color: #fff9f2
}

@media only screen and (max-width: 1199px) {
    .bg-yellow.card-item .card-img {
        background-color: transparent
    }
}

.bg-pink.card-item .card-img {
    background-color: #fff2f2
}

@media only screen and (max-width: 1199px) {
    .bg-pink.card-item .card-img {
        background-color: transparent
    }
}

.bg-gray.card-item .card-img {
    background-color: #f9f9fa
}

@media only screen and (max-width: 1199px) {
    .bg-gray.card-item .card-img {
        background-color: transparent
    }
}

.card-item .page-banner {
    height: calc(66vh - 10px)
}

@media only screen and (min-width: 1600px) {
    .card-item .page-banner {
        height: 600px
    }
}

@media only screen and (max-width: 1365px) {
    .card-item .page-banner {
        height: 43.2rem
    }
}

.card-item .title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 2.4rem;
    text-align: left !important
}

.card-item .title-sub {
    color: #335479;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.7rem;
    margin-bottom: 3.2rem;
    position: relative;
    text-align: center
}

.card-item .title-sub span {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 2
}

.card-item .title-sub:before {
    background-color: #f3f3f3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.card-item .card-content {
    align-items: center;
    display: flex;
    justify-content: center
}

.card-item .card-content .card-title {
    color: #292e35;
    font-weight: 600
}

@media only screen and (max-width: 1199px) {
    .card-item .card-content .card-title {
        font-size: 18px;
        line-height: 26px
    }
}

.card-item .card-content .card-title a {
    color: #292e35
}

.card-item .card-content p {
    color: #292e35;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px
}

@media only screen and (max-width: 1199px) {
    .card-item .card-content p {
        margin-bottom: 24px
    }
}

.card-item .card-content .view-more {
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 11px 8px 15px
}

@media only screen and (min-width: 1200px) {
    .card-item .card-content .view-more:hover {
        background-color: #fff !important;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .102)
    }
}

.bg-blue.card-item .card-content {
    background-color: #f2f8fe
}

@media only screen and (max-width: 1199px) {
    .bg-blue.card-item .card-content {
        background-color: transparent
    }
}

.bg-blue.card-item .card-content .view-more {
    background-color: #cce2fd;
    color: #004392
}

.bg-blue.card-item .card-content .view-more b {
    filter: invert(12%) sepia(99%) saturate(3406%) hue-rotate(202deg) brightness(96%) contrast(106%)
}

.bg-green.card-item .card-content {
    background-color: #f2fbf5
}

@media only screen and (max-width: 1199px) {
    .bg-green.card-item .card-content {
        background-color: transparent
    }
}

.bg-green.card-item .card-content .view-more {
    background-color: #ccf0d8;
    color: #006d25
}

@media only screen and (max-width: 1199px) {
    .bg-green.card-item .card-content .view-more {
        background-color: #cce2fd;
        color: #004392
    }
}

.bg-green.card-item .card-content .view-more b {
    filter: invert(18%) sepia(96%) saturate(6471%) hue-rotate(153deg) brightness(84%) contrast(101%)
}

@media only screen and (max-width: 1199px) {
    .bg-green.card-item .card-content .view-more b {
        filter: invert(16%) sepia(42%) saturate(5414%) hue-rotate(203deg) brightness(93%) contrast(101%)
    }
}

.bg-yellow.card-item .card-content {
    background-color: #fff9f2
}

@media only screen and (max-width: 1199px) {
    .bg-yellow.card-item .card-content {
        background-color: transparent
    }
}

.bg-yellow.card-item .card-content .view-more {
    background-color: #ffe7cc;
    color: #995200
}

@media only screen and (max-width: 1199px) {
    .bg-yellow.card-item .card-content .view-more {
        background-color: #cce2fd;
        color: #004392
    }
}

.bg-yellow.card-item .card-content .view-more b {
    filter: invert(29%) sepia(99%) saturate(714%) hue-rotate(3deg) brightness(98%) contrast(103%)
}

@media only screen and (max-width: 1199px) {
    .bg-yellow.card-item .card-content .view-more b {
        filter: invert(16%) sepia(42%) saturate(5414%) hue-rotate(203deg) brightness(93%) contrast(101%)
    }
}

.bg-pink.card-item .card-content {
    background-color: #fff2f2
}

@media only screen and (max-width: 1199px) {
    .bg-pink.card-item .card-content {
        background-color: transparent
    }
}

.bg-pink.card-item .card-content .view-more {
    background-color: #fcc;
    color: #900
}

@media only screen and (max-width: 1199px) {
    .bg-pink.card-item .card-content .view-more {
        background-color: #cce2fd;
        color: #004392
    }
}

.bg-pink.card-item .card-content .view-more b {
    filter: invert(10%) sepia(99%) saturate(4735%) hue-rotate(13deg) brightness(84%) contrast(121%)
}

@media only screen and (max-width: 1199px) {
    .bg-pink.card-item .card-content .view-more b {
        filter: invert(16%) sepia(42%) saturate(5414%) hue-rotate(203deg) brightness(93%) contrast(101%)
    }
}

.bg-gray.card-item .card-content {
    background-color: #f9f9fa
}

@media only screen and (max-width: 1199px) {
    .bg-gray.card-item .card-content {
        background-color: transparent
    }
}

.bg-gray.card-item .card-content .view-more {
    background-color: #e5e8ea;
    color: #4c535b
}

@media only screen and (max-width: 1199px) {
    .bg-gray.card-item .card-content .view-more {
        background-color: #cce2fd;
        color: #004392
    }
}

.images-thumb {
    overflow: hidden;
    position: relative
}

.images-thumb:before {
    content: "";
    display: block;
    padding-top: 56.115107913%
}

.images-thumb .img-content {
    align-items: center;
    background-color: #f7fafa;
    background-size: cover;
    border-radius: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.images-thumb .img-content img {
    max-width: 100%;
    position: relative !important
}

.wrapper-content {
    padding-bottom: 5.6rem !important;
    text-align: left
}

.archive .wrapper-content {
    padding-bottom: 3.2rem !important
}

@media only screen and (min-width: 1200px) {

    .page-bar-cafe-nha-hang .industry-list .solution-list-wrap>div:nth-child(2) a,
    .page-dien-thoai-dien-may .industry-list .solution-list-wrap>div:nth-child(4) a,
    .page-hoa-qua-tang .industry-list .solution-list-wrap>div:nth-child(14) a,
    .page-linh-kien-may-moc .industry-list .solution-list-wrap>div:nth-child(10) a,
    .page-me-be .industry-list .solution-list-wrap>div:nth-child(7) a,
    .page-nganh-hang-khac .industry-list .solution-list-wrap>div:nth-child(15) a,
    .page-noi-that .industry-list .solution-list-wrap>div:nth-child(11) a,
    .page-nong-san-thuc-pham .industry-list .solution-list-wrap>div:nth-child(12) a,
    .page-phan-mem-ban-hang-tap-hoa .industry-list .solution-list-wrap>div:nth-child(3) a,
    .page-phan-mem-ban-hang-thoi-trang .industry-list .solution-list-wrap>div:first-child a,
    .page-phan-mem-quan-ly-ban-hang-my-pham .industry-list .solution-list-wrap>div:nth-child(5) a,
    .page-phan-mem-quan-ly-nha-thuoc .industry-list .solution-list-wrap>div:nth-child(8) a,
    .page-sach-van-phong-pham .industry-list .solution-list-wrap>div:nth-child(13) a,
    .page-spa-salon-massage-nails .industry-list .solution-list-wrap>div:nth-child(6) a,
    .page-vat-lieu-xay-dung .industry-list .solution-list-wrap>div:nth-child(9) a {
        background: rgba(0, 112, 244, .14)
    }

    .page-bar-cafe-nha-hang .industry-list .solution-list-wrap>div:nth-child(2) a h4,
    .page-dien-thoai-dien-may .industry-list .solution-list-wrap>div:nth-child(4) a h4,
    .page-hoa-qua-tang .industry-list .solution-list-wrap>div:nth-child(14) a h4,
    .page-linh-kien-may-moc .industry-list .solution-list-wrap>div:nth-child(10) a h4,
    .page-me-be .industry-list .solution-list-wrap>div:nth-child(7) a h4,
    .page-nganh-hang-khac .industry-list .solution-list-wrap>div:nth-child(15) a h4,
    .page-noi-that .industry-list .solution-list-wrap>div:nth-child(11) a h4,
    .page-nong-san-thuc-pham .industry-list .solution-list-wrap>div:nth-child(12) a h4,
    .page-phan-mem-ban-hang-tap-hoa .industry-list .solution-list-wrap>div:nth-child(3) a h4,
    .page-phan-mem-ban-hang-thoi-trang .industry-list .solution-list-wrap>div:first-child a h4,
    .page-phan-mem-quan-ly-ban-hang-my-pham .industry-list .solution-list-wrap>div:nth-child(5) a h4,
    .page-phan-mem-quan-ly-nha-thuoc .industry-list .solution-list-wrap>div:nth-child(8) a h4,
    .page-sach-van-phong-pham .industry-list .solution-list-wrap>div:nth-child(13) a h4,
    .page-spa-salon-massage-nails .industry-list .solution-list-wrap>div:nth-child(6) a h4,
    .page-vat-lieu-xay-dung .industry-list .solution-list-wrap>div:nth-child(9) a h4 {
        color: #0070f4
    }

    .page-blog .blog-form>li:first-child a,
    .page-noi-dung-cap-nhat-sap-toi .blog-form>li:nth-child(7) a,
    .tag-cau-chuyen-thanh-cong .blog-form>li:nth-child(3) a,
    .tag-khuyen-mai .blog-form>li:nth-child(5) a,
    .tag-kinh-nghiem-kinh-doanh .blog-form>li:nth-child(2) a,
    .tag-meo-hay .blog-form>li:nth-child(4) a,
    .tag-tin-tuc-ve-ki-ot-viet .blog-form>li:nth-child(6) a {
        background: rgba(0, 112, 244, .14);
        color: #0070f4
    }
}

.quantity-register {
    margin-bottom: 4.8rem;
    margin-top: .8rem
}

@media only screen and (max-width: 1199px) {
    .quantity-register {
        margin-bottom: 4rem
    }
}

.new-label {
    position: absolute
}

.new-label span {
    align-items: center;
    background-color: #fee3e3;
    border-radius: 25px;
    color: #fc1d1c;
    display: block;
    display: flex;
    font-family: Inter;
    font-size: 9px;
    font-weight: 600;
    height: 16px;
    justify-content: center;
    line-height: 11px;
    text-transform: uppercase;
    width: 36px
}

der .btn-primary {
    background-color: #0070f4;
    color: #fff
}

@media only screen and (min-width: 1200px) {

    der .btn-primary:not(.disabled).hover,
    der .btn-primary:not(.disabled):hover,
    der .btn-primary:not(:disabled).hover,
    der .btn-primary:not(:disabled):hover {
        background-color: #0057be !important;
        border-color: #0057be !important;
        box-shadow: none !important;
        color: #fff !important;
        outline: none !important
    }
}

der .btn-primary:not(.disabled).active,
der .btn-primary:not(.disabled).focus,
der .btn-primary:not(.disabled):active,
der .btn-primary:not(.disabled):focus,
der .btn-primary:not(:disabled).active,
der .btn-primary:not(:disabled).focus,
der .btn-primary:not(:disabled):active,
der .btn-primary:not(:disabled):focus {
    background-color: #0057be !important;
    border-color: #0057be !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important
}

.btn-secondary {
    background-color: #00b63e;
    color: #fff
}

@media only screen and (min-width: 1200px) {

    .btn-secondary:not(.disabled).hover,
    .btn-secondary:not(.disabled):hover,
    .btn-secondary:not(:disabled).hover,
    .btn-secondary:not(:disabled):hover {
        background-color: #0057be !important;
        border-color: #0057be !important;
        box-shadow: none !important;
        color: #fff !important;
        outline: none !important
    }
}

.btn-secondary:not(.disabled).active,
.btn-secondary:not(.disabled).focus,
.btn-secondary:not(.disabled):active,
.btn-secondary:not(.disabled):focus,
.btn-secondary:not(:disabled).active,
.btn-secondary:not(:disabled).focus,
.btn-secondary:not(:disabled):active,
.btn-secondary:not(:disabled):focus {
    background-color: #008e30 !important;
    border-color: #008e30 !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important
}

.btn-warning {
    background-color: #f80;
    color: #fff
}

.btn-warning:hover {
    color: #fff !important
}

@media only screen and (min-width: 1200px) {

    .btn-warning:not(.disabled).hover,
    .btn-warning:not(.disabled):hover,
    .btn-warning:not(:disabled).hover,
    .btn-warning:not(:disabled):hover {
        background-color: #c76a00 !important;
        border-color: #c76a00 !important;
        box-shadow: none !important;
        color: #fff !important;
        outline: none !important
    }
}

.btn-warning:not(.disabled).active,
.btn-warning:not(.disabled).focus,
.btn-warning:not(.disabled):active,
.btn-warning:not(.disabled):focus,
.btn-warning:not(:disabled).active,
.btn-warning:not(:disabled).focus,
.btn-warning:not(:disabled):active,
.btn-warning:not(:disabled):focus {
    background-color: #c76a00 !important;
    border-color: #c76a00 !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #0070f4 !important;
    color: #0070f4 !important
}

@media only screen and (min-width: 1200px) {

    .btn-outline-primary:not(.disabled).hover,
    .btn-outline-primary:not(.disabled):hover,
    .btn-outline-primary:not(:disabled).hover,
    .btn-outline-primary:not(:disabled):hover {
        background-color: rgba(0, 112, 244, .2) !important;
        box-shadow: none !important;
        color: #0070f4 !important;
        outline: none !important
    }
}

.btn-outline-primary:not(.disabled).active,
.btn-outline-primary:not(.disabled).focus,
.btn-outline-primary:not(.disabled):active,
.btn-outline-primary:not(.disabled):focus,
.btn-outline-primary:not(:disabled).active,
.btn-outline-primary:not(:disabled).focus,
.btn-outline-primary:not(:disabled):active,
.btn-outline-primary:not(:disabled):focus {
    background-color: rgba(0, 112, 244, .2) !important;
    box-shadow: none !important;
    color: #0070f4 !important;
    outline: none !important
}

.btn-blur-primary {
    background-color: #cce2fd;
    border: unset;
    border-radius: 99px;
    color: #004392;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {

    .btn-blur-primary:not(.disabled).hover,
    .btn-blur-primary:not(.disabled):hover,
    .btn-blur-primary:not(:disabled).hover,
    .btn-blur-primary:not(:disabled):hover {
        background-color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1);
        color: #005ac3 !important;
        outline: none !important
    }
}

.btn-blur-primary:not(.disabled).active,
.btn-blur-primary:not(.disabled).focus,
.btn-blur-primary:not(.disabled):active,
.btn-blur-primary:not(.disabled):focus,
.btn-blur-primary:not(:disabled).active,
.btn-blur-primary:not(:disabled).focus,
.btn-blur-primary:not(:disabled):active,
.btn-blur-primary:not(:disabled):focus {
    background-color: #99c6fb !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #004392 !important;
    outline: none !important
}

.btn-blur-secondary {
    background-color: #ccf0d8 !important;
    border: unset;
    border-radius: 99px;
    color: #006d25 !important;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {

    .btn-blur-secondary:not(.disabled).hover,
    .btn-blur-secondary:not(.disabled):hover,
    .btn-blur-secondary:not(:disabled).hover,
    .btn-blur-secondary:not(:disabled):hover {
        background-color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1);
        color: #009232 !important;
        outline: none !important
    }
}

.btn-blur-secondary:not(.disabled).hover,
.btn-blur-secondary:not(.disabled):hover,
.btn-blur-secondary:not(:disabled).hover,
.btn-blur-secondary:not(:disabled):hover {
    color: #006d25 !important
}

.btn-blur-secondary:not(.disabled).active,
.btn-blur-secondary:not(.disabled).focus,
.btn-blur-secondary:not(.disabled):active,
.btn-blur-secondary:not(.disabled):focus,
.btn-blur-secondary:not(:disabled).active,
.btn-blur-secondary:not(:disabled).focus,
.btn-blur-secondary:not(:disabled):active,
.btn-blur-secondary:not(:disabled):focus {
    background-color: #99e2b2 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #006d25 !important;
    outline: none !important
}

.btn-blur-warning {
    background-color: #ffe7cc !important;
    border: unset;
    border-radius: 99px;
    color: #995200 !important;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {

    .btn-blur-warning:not(.disabled).hover,
    .btn-blur-warning:not(.disabled):hover,
    .btn-blur-warning:not(:disabled).hover,
    .btn-blur-warning:not(:disabled):hover {
        background-color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1);
        color: #cc6d00 !important;
        outline: none !important
    }
}

.btn-blur-warning:not(.disabled).hover,
.btn-blur-warning:not(.disabled):hover,
.btn-blur-warning:not(:disabled).hover,
.btn-blur-warning:not(:disabled):hover {
    color: #995200 !important
}

.btn-blur-warning:not(.disabled).active,
.btn-blur-warning:not(.disabled).focus,
.btn-blur-warning:not(.disabled):active,
.btn-blur-warning:not(.disabled):focus,
.btn-blur-warning:not(:disabled).active,
.btn-blur-warning:not(:disabled).focus,
.btn-blur-warning:not(:disabled):active,
.btn-blur-warning:not(:disabled):focus {
    background-color: #ffcf99 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #995200 !important;
    outline: none !important
}

@media only screen and (min-width: 1200px) {

    .btn-gray,
    .btn-gray:hover:not(:disabled) {
        color: #fff !important
    }

    .btn-gray:hover {
        background-color: #99a9bc !important;
        border-color: #99a9bc !important;
        box-shadow: none !important;
        outline: none !important
    }
}

.btn-outline-gray {
    background-color: transparent;
    border: 1px solid #0d6efd;
    border-radius: 99px;
    color: #fff;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {
    .btn-outline-gray:hover:not(:disabled) {
        background-color: #fff !important;
        box-shadow: none !important;
        color: #fff !important;
        outline: none !important
    }
}

.btn-outline-gray:focus {
    outline: none
}

.btn-outline-gray:active {
    background-color: #e0eefe
}

.btn-outline-transparent {
    background-color: transparent;
    border: 1px solid #99a9bc;
    border-radius: 99px;
    color: #fff;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {
    .btn-outline-transparent:hover:not(:disabled) {
        background-color: rgba(153, 169, 188, .2);
        box-shadow: none !important;
        color: #fff !important;
        outline: none !important
    }
}

.btn-outline-transparent:focus {
    outline: none
}

.btn-outline-transparent:active {
    background-color: #6c757d
}

.btn-group-lg>.btn>[class*=fa-]:first-child,
.btn-lg>[class*=fa-]:first-child {
    height: 32px;
    margin-left: -20px;
    margin-right: 1px;
    min-width: 34px;
    padding: 6px;
    width: 34px
}

.btn-price {
    padding: 1.65rem 4.9rem !important
}

@media only screen and (max-width: 991px) {
    .btn-price {
        padding: 1.65rem 3.6rem !important
    }
}

.btn-allcustomer {
    background-color: #cce2fd;
    border: unset;
    border-radius: 99px;
    color: #004392;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 16px 32px
}

@media only screen and (max-width: 767px) {
    .btn-allcustomer {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 24px
    }
}

.btn-industry-viewmore {
    align-items: center;
    border-top: 1px solid #e8eaed;
    color: #0070f4;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-top: 12px;
    width: 100%
}

.register {
    background-color: #0070f4;
    border: none;
    border-radius: 99px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    color: #fff;
    cursor: pointer;
    font-family: Inter, sans-serif, arial;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0 3rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    white-space: nowrap
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 20px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    height: 18px;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    resize: none;
    vertical-align: bottom;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: calc(100% + 2px);
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    color: #292e35;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 16px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-results__option--selectable:hover {
    background-color: #f2f8fe
}

.select2-container--open .select2-dropdown {
    left: -1px
}

.select2-container--open .select2-dropdown--above {
    border: none;
    border-radius: 8px;
    border-top: 0 !important;
    box-shadow: 0 4px 20px 0 rgba(0, 41, 87, .1);
    padding-bottom: 12px
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #292e35;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 13px;
    top: -7px
}

.select2-container--default .select2-selection--single .select2-selection__arrow svg {
    align-items: center;
    color: #677484;
    display: flex;
    font-size: 16px;
    height: 16px;
    justify-content: center;
    transform: translateY(2px);
    width: 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
    position: absolute;
    right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0070f4
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    margin-right: 6px;
    max-height: 240px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #0070f4;
    color: #fff
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@keyframes btnvideo {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.05)
    }
}

.shadow-bg,
.shadow-bg>div {
    position: relative
}

.shadow-bg>div {
    z-index: 2
}

.banner-box {
    background-size: cover;
    color: #fff
}

@media only screen and (min-width: 1920px) {

    .banner-box .btn-gray,
    .banner-box .btn-icon-video,
    .banner-box .register {
        padding: 2.12rem 4.4rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {

    .banner-box .btn-gray,
    .banner-box .btn-icon-video,
    .banner-box .register {
        padding: 1.72rem 3.7rem
    }
}

.banner-home {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/04/08033116/banner-homepage.png) no-repeat top;
    background-size: cover;
    height: 100vh;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .banner-home {
        height: 560px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home {
        height: 360px
    }
}

@media only screen and (max-width: 767px) {
    .banner-home {
        height: 750px
    }
}

.banner-home .banner-logo {
    background: url(https://s3.upgo.vn/webpublic/upgo-banner-main-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .banner-home .banner-logo {
        background: url(https://s3.upgo.vn/webpublic/upgo-banner-main-1.png) no-repeat;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-logo {
        background-position: bottom;
        background-size: contain;
        flex: 1;
        /* margin-top: 40px */
    }
}

@media only screen and (max-width: 575px) {
    .banner-home .banner-logo {
        background: url(https://s3.upgo.vn/webpublic/upgo-banner-main-1.png);
        /* background-position: bottom; */
        background-repeat: no-repeat;
        background-size: cover
    }
}

.banner-home .banner-logo-item {
    width: -moz-fit-content;
    width: fit-content
}

.banner-home .banner-logo-item:first-child {
    left: 0;
    position: absolute;
    top: 18%
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-home .banner-logo-item:first-child {
        top: 22%
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item:first-child {
        left: -1%;
        top: 18%
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-logo-item:first-child {
        left: 0;
        top: 6%
    }
}

@media only screen and (max-width: 575px) {
    .banner-home .banner-logo-item:first-child {
        left: 4%;
        top: 8%
    }
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 214px
    }
}

@media only screen and (min-width: 1920px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 220px
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 146px
    }
}

@media only screen and (max-width: 1365px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 162px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 128px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: 90px
    }

    .banner-home .banner-logo-item:first-child span:not(.img-logo) br {
        display: none
    }
}

.banner-home .banner-logo-item:nth-child(2) {
    position: absolute;
    right: -5%;
    top: 45%
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .banner-home .banner-logo-item:nth-child(2) {
        right: 1%
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item:nth-child(2) {
        right: -1%;
        top: 52%
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-logo-item:nth-child(2) {
        right: 0;
        top: 50%
    }
}

@media only screen and (max-width: 575px) {
    .banner-home .banner-logo-item:nth-child(2) {
        top: 55%
    }
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 214px
    }
}

@media only screen and (min-width: 1920px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 230px
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 146px
    }
}

@media only screen and (max-width: 1365px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 162px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 128px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: 90px
    }

    .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) br {
        display: none
    }
}

.banner-home .banner-logo-item:nth-child(3) {
    bottom: 18%;
    left: 5%;
    position: absolute
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item:nth-child(3) {
        bottom: 12%
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item:nth-child(3) {
        bottom: 6%;
        left: 8%
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-logo-item:nth-child(3) {
        bottom: 15%;
        left: 5%
    }
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 226px
    }
}

@media only screen and (min-width: 1920px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 230px
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 162px
    }
}

@media only screen and (max-width: 1365px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 162px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 128px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: 90px
    }

    .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) br {
        display: none
    }
}

.banner-home .banner-logo-item a {
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 48, 104, .04);
    display: flex;
    transition: all .5s
}

@media only screen and (min-width: 1366px) {
    .banner-home .banner-logo-item a {
        border-radius: 20px;
        padding: 16px 24px
    }
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item a {
        border-radius: 28px;
        padding: 16px 20px 16px 16px
    }
}

@media only screen and (min-width: 1200px) {
    .banner-home .banner-logo-item a:hover {
        box-shadow: 0 8px 24px 0 rgba(0, 112, 244, .2)
    }

    .banner-home .banner-logo-item a:hover .img-logo img {
        transform: scale(1.1);
        transition: all .5s
    }
}

@media only screen and (max-width: 1365px) {
    .banner-home .banner-logo-item a {
        border-radius: 20px;
        padding: 12px 16px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item a {
        border-radius: 16px;
        padding: 12px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item a {
        border-radius: 12px;
        padding: 8px 12px
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-logo-item a {
        border-radius: 12px;
        padding: 10px 12px
    }
}

.banner-home .banner-logo-item a .img-logo img {
    max-height: 45px
}

@media only screen and (max-width: 1599px) {

    .banner-home .banner-logo-item a:first-child,
    .banner-home .banner-logo-item a:nth-child(2) {
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 1199px) {

    .banner-home .banner-logo-item a:first-child,
    .banner-home .banner-logo-item a:nth-child(2) {
        margin-bottom: 50px !important
    }
}

@media only screen and (max-width: 767px) {

    .banner-home .banner-logo-item a:first-child,
    .banner-home .banner-logo-item a:nth-child(2) {
        margin-bottom: 0 !important
    }
}

.banner-home .banner-logo-item .img-logo {
    align-items: center;
    background: var(--brand-primary-50, #e0eefe);
    border-radius: 99px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin: auto;
    padding: 12px;
    width: 56px
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item .img-logo {
        height: 80px;
        width: 80px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item .img-logo {
        height: 40px;
        padding: 8px;
        width: 40px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item .img-logo {
        height: 32px;
        width: 32px
    }
}

.banner-home .banner-logo-item span:not(.img-logo) {
    color: #002249;
    font-size: 16px;
    font-weight: 600;
    margin-left: 16px
}

@media only screen and (min-width: 1600px) {
    .banner-home .banner-logo-item span:not(.img-logo) {
        font-size: 22px;
        line-height: 32px;
        margin-left: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-logo-item span:not(.img-logo) {
        font-size: 12px;
        line-height: 16px;
        margin-left: 12px
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-logo-item span:not(.img-logo) {
        font-size: 10px;
        line-height: 14px;
        margin-left: 8px
    }
}

@media only screen and (max-width: 1023px) {
    .banner-home {
        background-size: cover
    }
}

@media only screen and (min-width: 1920px) {
    .banner-home .container-banner {
        padding-left: 12rem;
        padding-right: 12rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-home .container-banner {
        padding-left: 12rem;
        padding-right: 12rem
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .banner-home .container-banner {
        padding-left: 8.3rem;
        padding-right: 8.3rem
    }
}

@media only screen and (max-width: 1365px) {
    .banner-home .container-banner {
        padding-left: 4.8rem;
        padding-right: 4.8rem
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .container-banner {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .container-banner {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

.banner-home .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .banner-home .banner-content {
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .banner-home .banner-content {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (max-width: 1023px) {
    .banner-home .banner-content {
        justify-content: center
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-content {
        justify-content: center;
        margin-top: 30px;
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-content {
        margin-top: 80px
    }
}

.banner-home .banner-content .banner-title {
    font-weight: 700;
    line-height: 1.2
}

@media only screen and (min-width: 1920px) {
    .banner-home .banner-content .banner-title {
        font-size: 7.6rem;
        line-height: 92px;
        margin-bottom: 4.8rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-home .banner-content .banner-title {
        font-size: 5.4rem;
        font-weight: 800;
        margin-bottom: 4.8rem
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .banner-home .banner-content .banner-title {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 4.8rem
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .banner-home .banner-content .banner-title {
        font-size: 4.8rem;
        margin-bottom: 2.4rem
    }
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-content .banner-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 2.4rem
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-content .banner-title {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-content .banner-title {
        margin-bottom: 16px;
        text-align: center
    }
}

.banner-home .banner-content .banner-title-main {
    height: 0;
    margin: 0;
    overflow: hidden
}

.banner-home .banner-txt {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 1.5
}

@media only screen and (min-width: 1920px) {
    .banner-home .banner-txt {
        font-size: 2.6rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-home .banner-txt {
        font-size: 2.1rem;
        line-height: 1.2
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .banner-home .banner-txt {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .banner-home .banner-txt {
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 1023px) {
    .banner-home .banner-txt {
        text-align: center
    }
}

.banner-home .banner-discover {
    color: #005ac3;
    margin-left: 0;
    margin-right: 6.1rem
}

@media only screen and (max-width: 1199px) {
    .banner-home .banner-discover {
        margin-right: 3.6rem
    }
}

.video-banner-box {
    align-items: center;
    background-color: rgba(38, 42, 46, .7);
    display: none;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.video-banner-box .video-banner-youtube {
    position: relative
}

@media only screen and (max-width: 991px) {
    .video-banner-box .video-banner-youtube iframe {
        max-width: 750px
    }
}

@media only screen and (max-width: 767px) {
    .video-banner-box .video-banner-youtube iframe {
        max-width: 560px
    }
}

@media only screen and (max-width: 575px) {
    .video-banner-box .video-banner-youtube iframe {
        max-width: unset;
        width: 100%
    }
}

.video-banner-box .modalyoutube-close {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    z-index: 1
}

@media only screen and (min-width: 1200px) {
    .video-banner-box .modalyoutube-close:hover {
        color: #0070f4
    }
}

.video-banner-box .modalyoutube-close .fa-xmark {
    filter: invert(97%) sepia(3%) saturate(10%) hue-rotate(74deg) brightness(102%) contrast(105%)
}

.banner-wrapper {
    flex-wrap: nowrap;
    height: 100vh
}

@media only screen and (max-width: 1199px) {
    .banner-wrapper {
        height: 560px
    }
}

@media only screen and (max-width: 991px) {
    .banner-wrapper {
        height: 360px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        height: 750px
    }
}

.banner-top {
    color: #002249
}

.banner-top [class*=-title] {
    margin-bottom: 24px
}

.banner-top [class*=-title],
.banner-top p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.banner-top p {
    margin-bottom: 40px
}

@media only screen and (min-width: 1920px) {
    .banner-below {
        margin-top: 0
    }
}

@media only screen and (max-width: 1023px) {
    .banner-below {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }
}

.banner-below-left {
    display: flex !important;
    margin-bottom: 40px
}

@media only screen and (max-width: 1023px) {
    .banner-below-left {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-left {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .banner-below-left .btn {
        font-size: 2rem;
        font-weight: 700;
        line-height: 28px;
        padding: 15px 32px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-below-left .btn {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 24px
    }
}

@media only screen and (max-width: 991px) {
    .banner-below-left .btn {
        font-size: 1.4rem;
        line-height: 20px;
        padding: 8px 16px
    }
}

@media only screen and (max-width: 575px) {
    .banner-below-left .btn {
        font-size: 1.4rem !important;
        line-height: 20px;
        padding: 8px 16px !important
    }
}

.banner-below-left .register {
    margin-right: 1.2rem;
    border-radius: 28px
}

@media only screen and (max-width: 1199px) {
    .banner-below-left .register {
        margin-right: .8rem
    }
}

.banner-below-right {
    display: flex !important
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .banner-below-right {
        align-items: baseline !important
    }
}

@media only screen and (max-width: 1023px) {
    .banner-below-right {
        margin-top: 2rem;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-right {
        align-items: center;
        flex-direction: column;
        margin-top: 1.6rem
    }
}

.banner-below-right .total-user,
.banner-below-right .total-user b,
.banner-below-right .total-user-content {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner-below-right .total-user b {
    color: #005ac3;
    height: 24px;
    margin-top: -8px;
    padding: 4px;
    width: 24px
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-below-right .total-user b {
        margin-top: -16px
    }
}

@media only screen and (max-width: 1599px) {
    .banner-below-right .total-user b {
        height: 16px;
        margin-top: -18px;
        width: 16px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-below-right .total-user b {
        margin-top: -2px
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-right .total-user b {
        margin-top: 0
    }
}

@media only screen and (min-width: 1200px) {
    .banner-below-right .total-user {
        margin-right: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-below-right .total-user {
        margin-right: 12px
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-right .total-user {
        margin-right: 0
    }
}

.banner-below-right .total-register,
.banner-below-right .total-register b,
.banner-below-right .total-register-content {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner-below-right .total-register b {
    color: #009232;
    height: 30px;
    margin-top: -8px;
    padding: 1px;
    width: 30px
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .banner-below-right .total-register b {
        height: 24px;
        margin-top: -16px;
        padding: 0;
        width: 24px
    }
}

@media only screen and (max-width: 1599px) {
    .banner-below-right .total-register b {
        height: 16px;
        margin-top: -18px;
        padding: 0;
        width: 16px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-below-right .total-register b {
        margin-top: -2px
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-right .total-register b {
        margin-top: 0
    }
}

.banner-below-right .total-register .quantity-user {
    color: #009232
}

@media only screen and (max-width: 767px) {
    .banner-below-right .total-mobile {
        display: flex
    }
}

.banner-below-right .text-banner {
    color: #292e35;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
    width: -moz-max-content;
    width: max-content
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .banner-below-right .text-banner {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-below-right .text-banner {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (max-width: 767px) {
    .banner-below-right .text-banner {
        font-size: 14px;
        line-height: 20px;
        margin-left: 4px
    }
}

.touch-pointKVOS {
    background-color: #ccf0d8;
    border-radius: 12px;
    bottom: 40px;
    color: #15171a;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    position: absolute;
    width: -moz-max-content;
    width: max-content
}

.touch-pointKVOS a,
.touch-pointKVOS span {
    display: inline-block
}

.touch-pointKVOS a {
    color: #005ac3;
    line-height: 20px;
    margin-left: 20px
}

.touch-pointKVOS-title {
    width: 308px
}

@media only screen and (max-width: 1199px) {
    .touch-pointKVOS-title {
        width: 264px
    }
}

@media only screen and (max-width: 991px) {
    .touch-pointKVOS-title {
        width: -moz-fit-content;
        width: fit-content
    }

    .touch-pointKVOS-sale {
        display: none !important
    }
}

.touch-pointKVOS-icon {
    line-height: 20px;
    margin-left: 8px
}

@media only screen and (max-width: 1199px) {
    .touch-pointKVOS-icon {
        line-height: 16px
    }
}

.touch-pointKVOS-icon b {
    height: 12px;
    width: 12px
}

@media only screen and (max-width: 1199px) {
    .touch-pointKVOS-icon b {
        margin-bottom: -2px
    }
}

@media only screen and (max-width: 767px) {
    .touch-pointKVOS-web {
        display: none
    }
}

@media only screen and (max-width: 1599px) {
    .touch-pointKVOS {
        bottom: 16px
    }
}

@media only screen and (max-width: 1199px) {
    .touch-pointKVOS {
        font-size: 12px;
        line-height: 16px
    }

    .touch-pointKVOS a,
    .touch-pointKVOS span {
        line-height: 16px
    }
}

@media only screen and (max-width: 991px) {
    .touch-pointKVOS {
        bottom: 10px
    }
}

.touch-pointKVOS-mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .touch-pointKVOS-mobile {
        bottom: 12px;
        display: block;
        font-size: 12px;
        left: 50%;
        line-height: 16px;
        margin: auto;
        padding: 12px 16px;
        transform: translateX(-50%)
    }

    .touch-pointKVOS-mobile a,
    .touch-pointKVOS-mobile span {
        line-height: 16px
    }
}

.btn-icon-video {
    animation: btnvideo .5s infinite alternate;
    -webkit-animation: btnvideo .5s infinite alternate;
    background: #cce2fd;
    border: none !important;
    border-radius: 99px;
    line-height: 1.5;
    padding: 16px 8px 16px 24px !important;
    position: relative;
    transition: all .2s ease-out
}

@media only screen and (max-width: 1199px) {
    .btn-icon-video {
        padding: 4px 4px 4px 16px !important
    }
}

@media only screen and (min-width: 1200px) {
    .btn-icon-video:hover .banner-discover-icon {
        background-color: #cce2fd
    }
}

.btn-icon-video:active .banner-discover-icon,
.btn-icon-video:focus .banner-discover-icon {
    background-color: #cce2fd
}

.btn-icon-video .banner-discover-icon {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 50%;
    color: #005ac3;
    font-size: 3rem;
    height: 4.4rem;
    line-height: 4.4rem;
    min-width: 4.4rem;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4rem
}

@media only screen and (max-width: 1199px) {
    .btn-icon-video .banner-discover-icon {
        font-size: 20px;
        height: 2.8rem;
        line-height: 2.8rem;
        min-width: 2.8rem;
        right: 4px;
        width: 2.8rem
    }
}

.introduces-box {
    padding: 8rem 0 10rem
}

@media only screen and (max-width: 1199px) {
    .introduces-box {
        padding: 6rem 0 4rem
    }
}

@media only screen and (max-width: 767px) {
    .introduces-box {
        padding: 4rem 0 0
    }
}

.introduces-box .introduces-title {
    color: #292e35;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: .8rem
}

@media only screen and (max-width: 1199px) {
    .introduces-box .introduces-title {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    .introduces-box .introduces-title {
        font-size: 18px;
        line-height: 26px
    }
}

.introduces-box .introduces-txt {
    color: #292e35;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

@media only screen and (max-width: 1199px) {
    .introduces-box .introduces-txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .introduces-box .introduces-txt {
        font-size: 16px;
        line-height: 24px
    }
}

.introduces-box .introduces-icon {
    margin-bottom: 24px
}

.introduces-box .box-title,
.introduces-box .industry-highlights-heading,
.introduces-box .industry-highlights-item {
    margin-bottom: 62px
}

@media only screen and (max-width: 1199px) {

    .introduces-box .box-title,
    .introduces-box .industry-highlights-heading,
    .introduces-box .industry-highlights-item {
        margin-bottom: 40px
    }
}

.industry-box {
    text-align: center !important
}

.industry-box .new-label {
    right: 8px;
    top: 8px
}

.industry-box .card-heading {
    height: 76px;
    line-height: 40px
}

.industry-box .box-title,
.industry-box .industry-highlights-heading,
.industry-box .industry-highlights-item {
    margin-bottom: 72px;
    margin-top: 0
}

@media only screen and (max-width: 1199px) {

    .industry-box .box-title,
    .industry-box .industry-highlights-heading,
    .industry-box .industry-highlights-item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {

    .industry-box .box-title,
    .industry-box .industry-highlights-heading,
    .industry-box .industry-highlights-item {
        display: none
    }
}

.industry-box .industry-fnb {
    margin-left: 24px;
    margin-right: 48px
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .industry-box .industry-fnb {
        margin-left: 40px;
        margin-right: 64px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .industry-box .industry-fnb {
        margin-left: 64px;
        margin-right: 64px
    }
}

@media only screen and (max-width: 1199px) {
    .industry-box .industry-fnb {
        margin-left: 0;
        margin-right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .industry-box .industry-fnb {
        margin-bottom: 32px
    }
}

.industry-all {
    text-align: left
}

@media only screen and (min-width: 1600px) {
    .industry-all {
        justify-content: space-between
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .industry-all {
        justify-content: space-between;
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

@media only screen and (max-width: 767px) {
    .industry-all-intro {
        align-items: center;
        display: flex;
        margin-bottom: 23px
    }
}

.industry-all-image {
    background: #f0f1f3;
    border-radius: 16px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content
}

.industry-all-image img {
    max-width: 40px
}

@media only screen and (max-width: 767px) {
    .industry-all-image {
        border-radius: 12px;
        padding: 8px
    }

    .industry-all-image img {
        max-width: 24px
    }
}

.industry-all-title {
    color: #002249;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 16px
}

@media only screen and (max-width: 767px) {
    .industry-all-title {
        margin-bottom: 0;
        margin-left: 16px;
        margin-top: 0
    }
}

.industry-all-major {
    align-items: center;
    border-top: 1px solid #e8eaed;
    color: #15171a;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 8px 15px
}

@media only screen and (max-width: 1599px) {
    .industry-all-major {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 8px 11px
    }
}

@media only screen and (min-width: 1200px) {
    .industry-all-major:hover {
        background-color: #f2f8fe;
        color: #0070f4;
        cursor: pointer
    }

    .industry-all-major:hover .icon-wrapper {
        background: #cce2fd
    }

    .industry-all-major:hover b {
        filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%)
    }
}

.industry-all-major.industry-active {
    color: #0070f4;
    cursor: pointer
}

.industry-all-major.industry-active svg {
    color: #0070f4
}

.industry-all .icon-wrapper {
    background: #f0f1f3;
    border-radius: 4px;
    height: 28px;
    margin-right: 14px;
    padding: 4px;
    width: 28px
}

@media only screen and (max-width: 1599px) {
    .industry-all .icon-wrapper {
        height: 24px;
        width: 24px
    }
}

@media only screen and (max-width: 767px) {
    .industry-all .icon-wrapper {
        height: 20px;
        padding: 2px;
        width: 20px
    }
}

.industry-all b {
    align-items: center;
    color: #677484;
    display: flex;
    height: 20px;
    justify-content: center;
    text-align: center;
    width: 20px
}

@media only screen and (max-width: 1599px) {
    .industry-all b {
        font-size: 14px;
        height: 16px;
        width: 16px
    }
}

@media only screen and (max-width: 767px) {
    .industry-all b {
        padding: 0
    }
}

.industry-all .fa-angle-down,
.industry-all .fa-angle-up {
    margin-right: 0 !important
}

@media only screen and (min-width: 1600px) {
    .industry-sale {
        flex-basis: calc(50% - 38px);
        max-width: 50%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .industry-sale {
        flex-basis: calc(50% - 94px);
        max-width: 50%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.industry-sale-list {
    border-top: 1px solid #e8eaed;
    display: flex !important;
    flex-wrap: wrap
}

.industry-sale-major {
    flex-basis: calc(50% - 12px);
    margin-right: 24px
}

.industry-sale-major:first-child,
.industry-sale-major:nth-child(2) {
    border-top: unset;
    padding-bottom: 16px
}

@media only screen and (max-width: 1599px) {

    .industry-sale-major:first-child,
    .industry-sale-major:nth-child(2) {
        padding-bottom: 12px
    }
}

.industry-sale-major:nth-child(2n) {
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    .industry-sale-major {
        flex-basis: 100%;
        margin-right: 0
    }

    .industry-sale-major:nth-child(2) {
        border-top: 1px solid #e8eaed
    }
}

@media only screen and (min-width: 1600px) {
    .industry-sale.only .industry-sale {
        flex-basis: calc(50% - 38px);
        max-width: 50%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .industry-sale.only .industry-sale {
        flex-basis: calc(50% - 94px);
        max-width: 50%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.industry-sale.only .industry-sale-list {
    border-top: 1px solid #e8eaed;
    display: flex !important;
    flex-wrap: wrap
}

.industry-sale.only .industry-sale-major {
    flex-basis: calc(25% - 18px);
    margin-right: 24px
}

.industry-sale.only .industry-sale-major:first-child,
.industry-sale.only .industry-sale-major:nth-child(2) {
    border-top: unset;
    padding-bottom: 16px
}

@media only screen and (max-width: 1599px) {

    .industry-sale.only .industry-sale-major:first-child,
    .industry-sale.only .industry-sale-major:nth-child(2) {
        padding-bottom: 12px
    }
}

.industry-sale.only .industry-sale-major:nth-child(2n) {
    margin-right: 24px
}

.industry-sale.only .industry-sale-major:nth-child(4n) {
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    .industry-sale.only .industry-sale-major {
        flex-basis: 100%;
        margin-right: 0
    }

    .industry-sale.only .industry-sale-major:nth-child(2) {
        border-top: 1px solid #e8eaed
    }
}

.industry-others {
    display: flex;
    justify-content: end
}

@media only screen and (min-width: 1600px) {
    .industry-others {
        flex-basis: calc(50% + 38px);
        max-width: unset
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .industry-others {
        flex-basis: calc(50% + 94px);
        max-width: unset;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 1199px) {
    .industry-others {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .industry-others {
        flex-direction: column;
        margin-top: 32px
    }
}

.industry-beauty,
.industry-fnb {
    flex: 1
}

.box-register {
    background-color: #e5f1fe;
    border-radius: 50px;
    display: inline-block;
    margin-top: 72px
}

@media only screen and (max-width: 1199px) {
    .box-register {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .box-register {
        background-color: transparent;
        margin: 32px 0
    }

    .box-register-items {
        flex-direction: column-reverse
    }
}

.box-register .register-heading {
    align-items: center;
    color: #002249;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 32px
}

@media only screen and (max-width: 767px) {
    .box-register .register-heading {
        color: #002d62;
        font-size: 12px;
        height: auto;
        line-height: 16px;
        margin-top: 8px
    }
}

.solution-box {
    padding-top: 76px
}

@media only screen and (max-width: 1199px) {
    .solution-box {
        padding-top: 36px
    }
}

@media only screen and (max-width: 767px) {
    .solution-box {
        padding-top: 0
    }

    .solution-box .box-title,
    .solution-box .industry-highlights-heading,
    .solution-box .industry-highlights-item {
        margin-bottom: 32px;
        margin-top: 0
    }
}

.solution-items {
    color: #262a2e;
    justify-content: space-between;
    margin: 0;
    max-width: 400px
}

@media only screen and (max-width: 1199px) {
    .solution-items {
        margin-bottom: 24px;
        max-width: unset
    }

    .solution-items:last-child {
        margin-bottom: 0
    }
}

.solution-item {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    flex: 0 0 auto;
    height: 100%;
    padding: 32px 32px 92px;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .solution-item {
        padding-bottom: 92px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media only screen and (max-width: 767px) {
    .solution-item {
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.solution-item-logo {
    margin-bottom: 24px;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .solution-item-logo {
        margin-bottom: 16px
    }
}

.solution-item-logo img {
    height: auto;
    max-height: 48px
}

@media screen and (max-width: 768px) {
    .solution-item-logo img {
        width: 218px
    }
}

.solution-item h4 {
    color: #002249;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 24px
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .solution-item h4 {
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 767px) {
    .solution-item h4 {
        font-size: 16px;
        line-height: 24px
    }
}

.solution-item a {
    bottom: 32px;
    left: 0;
    margin: auto;
    max-width: 206px;
    position: absolute;
    right: 0;
    width: auto
}

@media screen and (max-width: 1199px) {
    .solution-item a {
        font-size: 18px
    }
}

.solution-item ul {
    text-align: left
}

.solution-item ul li {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px
}

.solution-item ul li span {
    color: #292e35;
    font-size: 16px;
    line-height: 24px
}

.solution-item ul li span:first-child {
    display: inherit;
    margin-right: 12px
}

@media only screen and (max-width: 767px) {
    .solution-item ul li span {
        font-size: 14px;
        line-height: 20px
    }
}

.solution-item ul li svg {
    color: #0070f4;
    font-size: 20px;
    margin-right: 12px;
    padding: 0 2px
}

@media only screen and (max-width: 767px) {
    .solution-item ul li svg {
        font-size: 16px
    }
}

.solution-item .btn-solution {
    background-color: #cce2fd;
    border: unset;
    border-radius: 99px;
    color: #004392;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 256px !important;
    padding: 12px 24px
}

@media only screen and (max-width: 767px) {
    .solution-item .btn-solution {
        max-width: 172px !important
    }
}

.information-security-box {
    margin-top: 56px;
    text-align: center
}

.information-security-title {
    color: #525d6a;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.information-security-text {
    margin-bottom: 12px;
    margin-top: 8px
}

.information-security-txt {
    color: #85909d;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: auto;
    max-width: 720px
}

.information-security-image {
    display: flex;
    justify-content: center
}

.information-security-image .iso-27001 {
    margin-right: 32px
}

.card-box {
    padding: 100px 0 36px
}

@media only screen and (max-width: 1199px) {
    .card-box {
        padding-bottom: 0;
        padding-top: 60px
    }
}

.card-box-wrapper {
    justify-content: center
}

.card-box .box-title,
.card-box .industry-highlights-heading,
.card-box .industry-highlights-item {
    margin-bottom: 5.6rem;
    margin-top: 0
}

@media only screen and (min-width: 768px) and (max-width:1199px) {

    .card-box .box-title,
    .card-box .industry-highlights-heading,
    .card-box .industry-highlights-item {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 767px) {

    .card-box .box-title,
    .card-box .industry-highlights-heading,
    .card-box .industry-highlights-item {
        margin-bottom: 1.6rem
    }
}

.appstore-heading,
.card-heading,
.customer-heading,
.news-heading {
    color: #002249;
    font-size: 3rem;
    font-weight: 700;
    line-height: 36px
}

@media only screen and (max-width: 1199px) {

    .appstore-heading,
    .card-heading,
    .customer-heading,
    .news-heading {
        font-size: 24px
    }

    .appstore-heading br,
    .card-heading br,
    .customer-heading br,
    .news-heading br {
        display: none
    }
}

@media only screen and (max-width: 767px) {

    .appstore-heading-shorter,
    .card-heading-shorter,
    .customer-heading-shorter,
    .news-heading-shorter {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .card-heading br {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .card-heading br {
        display: block
    }
}

.button-bottom-section {
    display: block;
    margin: 48px auto 0
}

.card-content [class*=-title] {
    margin-bottom: 16px
}

.card-content [class*=-title],
.card-content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.card-content p {
    margin-bottom: 24px
}

@media only screen and (min-width: 1200px) {
    .flex-row-reverse .card-content {
        padding-left: 5px;
        padding-right: 78px
    }
}

.customer-box {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073043/bg-ourcustomer.png) no-repeat bottom;
    margin-bottom: 50px;
    padding-bottom: 40px
}

@media only screen and (max-width: 1199px) {
    .customer-box {
        margin-bottom: 8.5px;
        padding-bottom: 48px
    }
}

@media only screen and (max-width: 767px) {
    .customer-box {
        background: transparent
    }
}

.customer-box .customer-item {
    align-items: flex-start;
    padding: 0 0 4.4rem
}

@media only screen and (max-width: 767px) {
    .customer-box .customer-item {
        padding-bottom: 4rem
    }
}

@media only screen and (min-width: 1200px) {
    .customer-box .customer-item:hover .customer-title a {
        color: #0070f4
    }
}

.customer-box .customer-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px
}

.customer-box .customer-title a {
    color: #292e35
}

.customer-box .box-title,
.customer-box .industry-highlights-heading,
.customer-box .industry-highlights-item {
    margin-bottom: 5.6rem
}

@media only screen and (max-width: 1199px) {

    .customer-box .box-title,
    .customer-box .industry-highlights-heading,
    .customer-box .industry-highlights-item {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 767px) {

    .customer-box .box-title,
    .customer-box .industry-highlights-heading,
    .customer-box .industry-highlights-item {
        margin-top: 3.6rem
    }
}

.customer-box .content-form {
    color: #292e35;
    margin-left: 16px !important
}

@media only screen and (max-width: 767px) {
    .customer-box .content-form {
        max-width: unset
    }
}

.customer-box .content-form p {
    font-size: 16px;
    line-height: 24px
}

.customer-box-industry {
    padding: 6.4rem 0
}

.customer-item {
    align-items: center;
    padding: 12px 0
}

.customer-item .images-form {
    background-clip: padding-box;
    border-radius: 10px;
    height: 140px;
    max-width: 140px;
    overflow: hidden
}

.customer-item .content-form {
    margin-left: 14px
}

.customer-item .content-form [class*=-title] {
    margin-bottom: 4px;
    -webkit-line-clamp: 3
}

.customer-item .content-form [class*=-title],
.customer-item .content-form p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.customer-item .content-form p {
    -webkit-line-clamp: 2
}

.customer-item .images-form {
    min-width: 14rem
}

.box-link-customer {
    margin-top: 1.2rem;
    text-align: center !important
}

@media only screen and (max-width: 1199px) {
    .box-link-customer {
        margin-top: -4px
    }
}

@media only screen and (max-width: 767px) {
    .box-link-customer {
        margin-top: 0
    }
}

.appstore-box {
    padding: 26px 0 46px
}

@media only screen and (max-width: 1199px) {
    .appstore-box {
        padding-bottom: 0;
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .appstore-box {
        padding-top: 0
    }
}

.appstore-box-wrap {
    display: flex;
    justify-content: center
}

.appstore-box .box-title,
.appstore-box .industry-highlights-heading,
.appstore-box .industry-highlights-item {
    margin-bottom: 5.4rem
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {

    .appstore-box .box-title,
    .appstore-box .industry-highlights-heading,
    .appstore-box .industry-highlights-item {
        margin-bottom: 5.6rem;
        margin-top: 0
    }
}

@media only screen and (max-width: 1199px) {

    .appstore-box .box-title,
    .appstore-box .industry-highlights-heading,
    .appstore-box .industry-highlights-item {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 767px) {

    .appstore-box .box-title,
    .appstore-box .industry-highlights-heading,
    .appstore-box .industry-highlights-item {
        margin-bottom: 4px;
        margin-top: 1.6rem
    }
}

.appstore-box .appstore-item {
    cursor: pointer;
    flex: 0 0 auto;
    max-width: inherit;
    padding: 0;
    width: calc(14.28571% - 10px)
}

@media only screen and (max-width: 1199px) {
    .appstore-box .appstore-item {
        margin-top: 3.6rem;
        max-width: inherit;
        width: calc(33% - 13.5px)
    }
}

@media only screen and (max-width: 767px) {
    .appstore-box .appstore-item {
        margin-top: 3.6rem;
        width: calc(50% - 6px)
    }
}

.appstore-box .link-list {
    align-items: flex-start;
    color: #292e35;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .appstore-box .link-list {
        flex-wrap: wrap
    }

    .appstore-box .link-list .appstore-item {
        order: 1
    }

    .appstore-box .link-list .link-item {
        order: 0;
        width: 100%
    }
}

@media only screen and (max-width: 1199px) and (max-width:1199px) {
    .appstore-box .link-list .link-item {
        margin-bottom: -4px
    }
}

@media only screen and (max-width: 1199px) {
    .appstore-box .link-list {
        padding-left: 0;
        padding-right: 0
    }
}

.appstore-box .link-list .download-number {
    color: #292e35;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.appstore-box .appstore-list {
    justify-content: center;
    margin-top: 56px
}

@media only screen and (max-width: 1199px) {
    .appstore-box .appstore-list {
        flex-wrap: nowrap;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 52px
    }
}

@media only screen and (max-width: 767px) {
    .appstore-box .appstore-list {
        display: none
    }
}

.appstore-box .appstore-list-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    display: flex !important;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 342px;
    padding: 16px 24px !important
}

@media only screen and (max-width: 1199px) {
    .appstore-box .appstore-list-item {
        flex-direction: column;
        height: inherit;
        max-width: unset;
        padding: 16px !important
    }
}

.appstore-box .appstore-list-item:nth-child(2n) {
    margin: 0 24px
}

@media only screen and (max-width: 1199px) {
    .appstore-box .appstore-list-item:nth-child(2n) {
        margin: 0 20px
    }
}

.appstore-box .appstore-image img {
    border-radius: 99px
}

.appstore-box .appstore-content {
    color: #292e35;
    margin-left: 16px;
    max-width: 230px
}

@media only screen and (max-width: 1199px) {
    .appstore-box .appstore-content {
        margin-left: 0;
        margin-top: 16px
    }
}

.appstore-box .appstore-txt {
    font-size: 14px;
    line-height: 20px
}

.appstore-box .appstore-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0
}

.appstore-box .appstore-rating {
    display: flex;
    height: 12px
}

.appstore-popup {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003
}

.appstore-popup .ip-wrapper {
    display: table-cell;
    vertical-align: middle
}

.appstore-popup .ip-wrapper .ip-container {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 682px;
    padding: 30px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .appstore-popup .ip-wrapper .ip-container {
        padding: 15px
    }
}

.appstore-popup .ip-wrapper .ip-container .ip-list {
    margin-bottom: 0
}

.appstore-popup .ip-wrapper .ip-container .ip-list li+li {
    margin-left: 75px
}

@media only screen and (max-width: 575px) {
    .appstore-popup .ip-wrapper .ip-container .ip-list li+li {
        margin-left: 10px
    }
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item {
    align-items: center
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .images-form {
    background-clip: padding-box;
    border-radius: 16px;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .images-form:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .images-form img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .content-form [class*=-title] {
    margin-bottom: 0
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .content-form [class*=-title],
.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .content-form p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .images-form {
    height: 89px;
    margin-top: 10px;
    min-width: 89px;
    width: 89px
}

@media only screen and (max-width: 575px) {
    .appstore-popup .ip-wrapper .ip-container .ip-list .ip-item .images-form {
        height: 80px;
        min-width: 80px;
        width: 80px
    }
}

.appstore-popup .ip-wrapper .ip-container .app-download-link {
    margin-top: 24px
}

.appstore-popup .ip-wrapper .ip-container .app-download-link a {
    margin: 0 4px
}

.appstore-popup .ip-wrapper .ip-container .ip-close {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 12px
}

.appstore-popup .ip-wrapper .ip-container .ip-close-btn {
    bottom: 30px;
    cursor: pointer;
    position: absolute;
    right: 30px
}

.appstore-popup .appstore-title {
    font-size: 18px
}

.appstore-popup .ip-images {
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden
}

.appstore-popup .ip-description {
    margin-top: 4px
}

.appstore-popup .star-list {
    line-height: 18px
}

.star-list {
    color: #f80;
    margin-right: 2px
}

.scan-barcode {
    min-width: 161px
}

@media only screen and (max-width: 767px) {
    .scan-barcode {
        display: none
    }
}

.scan-barcode p {
    color: #fff;
    margin-top: 4px
}

.link-item {
    text-align: center
}

@media only screen and (min-width: 1200px) {
    .link-item:hover {
        color: #292e35
    }

    .link-item:hover h4 {
        color: #0070f4 !important
    }
}

.link-item .images-form {
    border-radius: 15px;
    height: 72px;
    margin: 0 auto 12px;
    min-width: 72px;
    overflow: hidden;
    width: 72px
}

.link-item .content-form h4 {
    color: #292e35;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: auto;
    max-width: 138px
}

@media only screen and (max-width: 1199px) {
    .link-item .content-form h4 {
        max-width: unset
    }
}

@media only screen and (max-width: 575px) {
    .link-item .content-form h4 {
        max-width: 138px
    }
}

.link-item.scan-barcode .scan-barcode-images {
    background-clip: padding-box;
    border-radius: 16px;
    box-shadow: 0 3.2000000477px 8px 0 rgba(0, 0, 0, .15);
    margin: 0 auto 16px;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content
}

.link-item.scan-barcode .scan-barcode-images img {
    padding: 7px;
    width: 112px
}

@media only screen and (max-width: 1199px) {
    .link-item.scan-barcode .scan-barcode-images img {
        padding: 10px;
        width: 160px
    }
}

.link-item.scan-barcode p {
    color: #0070f4;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.btn-popup-app {
    border: 1px dashed #0094da;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .btn-popup-app:hover {
        color: #0070f4
    }
}

.register>[class*=fa] {
    margin-right: .8rem;
    padding: 0 .4rem
}

.btn-register-now {
    font-size: 20px;
    line-height: 28px !important;
    padding: 16px 33px
}

@media only screen and (max-width: 767px) {
    .btn-register-now {
        font-size: 16px;
        line-height: 24px !important;
        padding: 12px 24px
    }
}

.box-popup-register {
    background-clip: padding-box;
    background-color: #0070f4;
    border-color: #0070f4 !important;
    border: unset;
    border-radius: 99px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 32.4px
}

.news-box {
    padding: 54px 0 50px
}

.news-box .box-title,
.news-box .industry-highlights-heading,
.news-box .industry-highlights-item {
    margin-bottom: 48px;
    margin-top: 0
}

@media only screen and (max-width: 1199px) {

    .news-box .box-title,
    .news-box .industry-highlights-heading,
    .news-box .industry-highlights-item {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {

    .news-box .box-title,
    .news-box .industry-highlights-heading,
    .news-box .industry-highlights-item {
        margin-bottom: 32px;
        padding-top: 12px
    }
}

.news-title {
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 1.2rem
}

@media only screen and (max-width: 1199px) {
    .news-title {
        -webkit-line-clamp: 2 !important
    }
}

@media only screen and (max-width: 767px) {
    .news-title {
        margin-bottom: .4rem
    }
}

.news-title a {
    color: #002249
}

@media only screen and (max-width: 1199px) {
    .news-list-left {
        margin-bottom: 3.2rem
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .news-list-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.news-item:not(.news-item_1):not(.news-item_2) {
    align-items: center;
    align-items: normal;
    flex-wrap: nowrap !important;
    margin-bottom: 16px
}

.news-item:not(.news-item_1):not(.news-item_2) .images-form {
    background-clip: padding-box;
    border-radius: 10px;
    height: 94px;
    max-width: 184px;
    overflow: hidden
}

.news-item:not(.news-item_1):not(.news-item_2) .content-form {
    margin-left: 16px
}

.news-item:not(.news-item_1):not(.news-item_2) .content-form [class*=-title] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-item:not(.news-item_1):not(.news-item_2) .content-form p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0
}

@media only screen and (min-width: 1200px) {
    .news-item:not(.news-item_1):not(.news-item_2):hover .images-form {
        outline: 4px solid #99c6fb
    }

    .news-item:not(.news-item_1):not(.news-item_2):hover .news-title a {
        color: #0070f4
    }
}

.news-item:not(.news-item_1):not(.news-item_2):last-child {
    margin-bottom: 0
}

.news-item:not(.news-item_1):not(.news-item_2) .images-form {
    min-width: 184px
}

@media only screen and (max-width: 1199px) {
    .news-item:not(.news-item_1):not(.news-item_2) .images-form {
        height: 8.4rem;
        min-width: 16rem
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .news-item:not(.news-item_1):not(.news-item_2) {
        width: calc(50% - 8px)
    }
}

.news-item:not(.news-item_1):not(.news-item_2) .news-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.news-item:not(.news-item_1):not(.news-item_2) .content-form p {
    display: none
}

.images-form {
    display: block;
    position: relative
}

.images-form:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.images-form img {
    height: 100%;
    left: 0;
    max-width: 38.4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .images-form img {
        max-width: unset
    }
}

.news-item_1,
.news-item_2 {
    align-items: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap !important
}

.news-item_1 .images-form,
.news-item_2 .images-form {
    background-clip: padding-box;
    border-radius: 10px;
    height: 202px;
    overflow: hidden
}

.news-item_1 .content-form,
.news-item_2 .content-form {
    margin-left: 20px
}

.news-item_1 .content-form [class*=-title],
.news-item_2 .content-form [class*=-title] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-item_1 .content-form p,
.news-item_2 .content-form p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 767px) {

    .news-item_1,
    .news-item_2 {
        align-items: center
    }

    .news-item_1:first-child,
    .news-item_2:first-child {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1200px) {

    .news-item_1:hover .images-form,
    .news-item_2:hover .images-form {
        outline: 4px solid #99c6fb
    }

    .news-item_1:hover .news-title a,
    .news-item_2:hover .news-title a {
        color: #0070f4
    }
}

.news-item_1 .images-form,
.news-item_2 .images-form {
    max-width: 384px
}

@media only screen and (max-width: 1199px) {

    .news-item_1 .images-form,
    .news-item_2 .images-form {
        height: auto;
        max-width: unset;
        width: inherit
    }

    .news-item_1 .images-form:before,
    .news-item_2 .images-form:before {
        padding-top: 52.4781341108%
    }
}

.news-item_1 .content-form,
.news-item_2 .content-form {
    margin-left: 0;
    margin-top: 1.2rem
}

@media only screen and (max-width: 1199px) {

    .news-item_1 .content-form-infor,
    .news-item_2 .content-form-infor {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 12px
    }
}

@media only screen and (max-width: 767px) {

    .news-item_1 .content-form-infor,
    .news-item_2 .content-form-infor {
        display: flex;
        flex-direction: unset;
        margin-top: 0
    }
}

.news-item_1 .content-form p,
.news-item_2 .content-form p {
    color: #262a2e;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 1199px) {

    .news-item_1 .content-form p,
    .news-item_2 .content-form p {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {

    .news-item_1 .content-form p,
    .news-item_2 .content-form p {
        margin-bottom: 8px
    }
}

.news-item_1 .content-form .news-date,
.news-item_2 .content-form .news-date {
    color: #666e7a;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (max-width: 767px) {

    .news-item_1 .content-form .news-date,
    .news-item_2 .content-form .news-date {
        margin-bottom: 0
    }
}

.news-item_1 .content-form .news-view-more,
.news-item_2 .content-form .news-view-more {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px 8px 16px
}

@media only screen and (max-width: 767px) {

    .news-item_1 .content-form .news-view-more,
    .news-item_2 .content-form .news-view-more {
        display: none
    }
}

.news-item_1 .content-form .news-view-more b,
.news-item_2 .content-form .news-view-more b {
    filter: invert(16%) sepia(42%) saturate(5414%) hue-rotate(203deg) brightness(93%) contrast(101%);
    font-size: 16px;
    margin-left: 4px;
    text-align: center;
    width: 20px
}

.news-btn-box {
    margin-top: 16px
}

.news-box-wrap {
    background-clip: padding-box;
    background-color: #f2f8fe;
    border-radius: 16px;
    margin-top: 10rem;
    padding: 24px 30px
}

@media only screen and (max-width: 1199px) {
    .news-box-wrap {
        padding-bottom: 8px
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .news-box-wrap {
        margin-top: 24px
    }
}

@media only screen and (max-width: 767px) {
    .news-box-wrap {
        display: none
    }
}

.news-box-wrap .news-heading {
    color: #002249;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 3.2rem
}

@media only screen and (max-width: 1199px) {
    .news-box-wrap .news-heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 2rem
    }
}

.news-box-wrap .write-item img {
    max-height: 52px
}

@media only screen and (min-width: 1200px) {
    .news-box-wrap .write-item:hover {
        opacity: .8
    }
}

@media only screen and (max-width: 1199px) {
    .news-box-wrap .write-item {
        margin-bottom: 16px;
        margin-right: 0;
        width: calc(33.33% - 16px)
    }
}

.write-box {
    text-align: center
}

.write-box .write-title {
    margin-top: 6px
}

.write-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .write-list {
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .write-list li {
        flex: 0 0 auto;
        width: 33.33%
    }
}

.kiotviet-box {
    background: #f0f0f0;
    padding-top: 60px
}

.kiotviet-title {
    margin-bottom: 24px
}

.kiotviet-content {
    text-align: center
}

@media (max-width: 767px) {
    .homepage .banner-home .banner-content {
        padding-left: 0 !important
    }

    .homepage .banner-home .banner-logo-item:first-child {
        left: 3%;
        top: 98px
    }

    .homepage .banner-home .banner-logo-item:first-child span:not(.img-logo) {
        width: inherit
    }

    .homepage .banner-home .banner-logo-item:nth-child(2) {
        left: 58%;
        top: 192px
    }

    .homepage .banner-home .banner-logo-item:nth-child(2) span:not(.img-logo) {
        width: inherit
    }

    .homepage .banner-home .banner-logo-item:nth-child(2) a {
        min-width: 142px
    }

    .homepage .banner-home .banner-logo-item:nth-child(3) {
        height: -moz-fit-content;
        height: fit-content;
        left: 11%;
        top: 250px
    }

    .homepage .banner-home .banner-logo-item:nth-child(3) span:not(.img-logo) {
        width: inherit
    }

    .homepage .banner-home .banner-logo-item:nth-child(3) a {
        min-width: 142px
    }

    .homepage .banner-home .banner-logo-item span:not(.img-logo) {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        margin-left: 8px
    }

    .homepage .banner-home .banner-logo-item .mobile {
        display: inline-block
    }

    .homepage .banner-home .banner-logo-item .web {
        display: none
    }

    .homepage .banner-home .banner-logo-item a {
        border-radius: 85px
    }

    .homepage .banner-below-left {
        justify-content: center
    }

    .homepage .banner-below-left .btn {
        font-size: 16px
    }

    .homepage .total-mobile .quantity-user {
        margin: 0 0 0 8px
    }

    .homepage .banner-below {
        margin-bottom: 16px
    }

    .homepage .banner-home .banner-logo-item .img-logo {
        margin: 0;
        min-height: 32px;
        min-width: 32px
    }

    .homepage .banner-home .banner-logo-item a {
        min-width: 128px
    }

    .homepage .banner-home .banner-logo-item a .img-logo img {
        max-width: inherit;
        min-height: 24px;
        min-width: 24px
    }

    .homepage .banner-below-left .btn {
        padding: 12px 20px
    }

    .homepage .industry-all {
        padding-top: 32px
    }
}

@media (min-width: 575px) and (max-width:767px) {
    .homepage .banner-home .banner-logo-item span:not(.img-logo) {
        font-size: 13px
    }
}

@media (min-width: 426px) and (max-width:575px) {
    .homepage .banner-home .banner-logo {
        background-size: contain
    }
}

@media (max-width: 374px) {
    .banner-below-left {
        justify-content: center
    }

    .banner-below-left .btn {
        font-size: 14px !important
    }
}

.industry-banner {
    color: #fff;
    height: calc(66vh - 10px)
}

@media only screen and (min-width: 1600px) {
    .industry-banner {
        height: 60rem
    }
}

@media only screen and (max-width: 1599px) {
    .industry-banner {
        height: 43.2rem
    }
}

@media only screen and (max-width: 1199px) {
    .industry-banner {
        background-blend-mode: multiply;
        height: 32.4rem
    }
}

.industry-banner .industry-heading {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 32px
}

@media only screen and (min-width: 1600px) {
    .industry-banner .industry-heading {
        font-size: 6.4rem;
        line-height: 8.4rem
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .industry-banner .industry-heading {
        font-size: 4.8rem
    }
}

@media only screen and (max-width: 1365px) {
    .industry-banner .industry-heading {
        font-size: 4rem;
        line-height: 1.2
    }
}

@media only screen and (max-width: 767px) {
    .industry-banner .industry-heading {
        font-size: 3rem;
        line-height: 1.2
    }
}

@media only screen and (min-width: 1920px) {
    .industry-banner .btn {
        font-size: 2.4rem;
        padding: 2.12rem 4.2rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .industry-banner .btn {
        font-size: 2.1rem;
        padding: 1.72rem 3.5rem
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .industry-banner .btn {
        font-size: 1.8rem
    }
}

.industry-banner .register {
    margin-right: 1.6rem
}

@media only screen and (min-width: 1366px) {
    .industry-banner .register {
        margin-right: 2.5rem
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .industry-banner .register {
        margin-right: 0
    }
}

@media only screen and (min-width: 1600px) {
    .industry-banner .btn-icon-video .banner-discover {
        padding-left: 3rem
    }
}

.industry-main-intro {
    margin: 6.4rem 0 4.8rem
}

.industry-main-intro .quantity-user {
    font-size: 3rem;
    line-height: 1.5
}

.industry-highlights-top {
    margin-bottom: 6.4rem;
    position: relative
}

.industry-highlights-top .container {
    position: relative;
    z-index: 1
}

.industry-highlights-heading {
    background-clip: padding-box;
    background: #005ac3;
    border-radius: 6.9753px;
    font-weight: 700;
    height: 98px;
    margin-bottom: 25px;
    min-width: 321px;
    padding: 1.5rem 3.2rem 1.7rem;
    position: relative;
    width: 321px
}

.industry-highlights-heading:before {
    background: #005ac3;
    content: "";
    height: 27.5px;
    left: 50%;
    margin-left: -13.33px;
    margin-top: -14px;
    min-width: 26.66px;
    position: absolute;
    top: 100%;
    transform: matrix(.71, .7, -.71, .71, 0, 0);
    width: 26.66px;
    z-index: -1
}

.industry-highlights-item {
    background-clip: padding-box;
    border-radius: 10px;
    padding: 32px;
    text-align: left
}

.industry-highlights-item>[class*=fa] {
    background: rgba(121, 184, 115, .16);
    border-radius: 50px;
    height: 32px;
    line-height: 44px;
    margin-bottom: 16px;
    min-width: 32px;
    min-width: unset;
    padding: 16px;
    width: 32px
}

.industry-highlights-item .icon-size {
    color: #008e30;
    font-size: 27px
}

[class*=col-]:nth-child(2) .industry-highlights-item>[class*=fa] {
    background: hsla(40, 84%, 69%, .16)
}

[class*=col-]:nth-child(2) .industry-highlights-item .icon-size {
    color: #c76a00
}

[class*=col-]:nth-child(3) .industry-highlights-item>[class*=fa] {
    background: rgba(24, 144, 255, .16)
}

[class*=col-]:nth-child(3) .industry-highlights-item .icon-size {
    color: #0057be
}

.industry-highlights-item .industry-highlights-title {
    color: #292e35;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: .8rem
}

@media only screen and (max-width: 1023px) {
    .industry-highlights-item .industry-highlights-title {
        font-size: 16px;
        line-height: 24px
    }
}

.industry-more {
    margin-top: 4.8rem;
    padding-bottom: 2.4rem
}

.industry-highlights-images {
    margin: auto
}

.industry-highlights-images img {
    max-width: 90rem
}

@media only screen and (max-width: 991px) {
    .industry-highlights-images img {
        max-width: 67.8rem
    }
}

@media only screen and (max-width: 767px) {
    .industry-highlights-images img {
        max-width: 100%
    }
}

.industry-highlights-txt {
    color: #292e35
}

@media only screen and (max-width: 1023px) {
    .industry-highlights-txt {
        font-size: 14px;
        line-height: 20px
    }
}

.industry-txt {
    color: #525d6a;
    font-family: Inter, sans-serif;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .industry-txt {
        font-size: 1.5rem
    }
}

.color-text-gray {
    line-height: 1.5
}

.banner-phi-dich-vu {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/02/22024439/bg-phidichvu-1920.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32.4rem;
    margin-top: 84px
}

@media only screen and (max-width: 1599px) {
    .banner-phi-dich-vu {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/02/22024437/bg-phidichvu-1366.jpg) !important
    }
}

@media only screen and (max-width: 1023px) {
    .banner-phi-dich-vu {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/02/22024527/bg-phidichvu-768.jpg) !important;
        margin-top: 68px
    }
}

@media only screen and (max-width: 575px) {
    .banner-phi-dich-vu {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/01034722/banner-pdv-mobile-1.jpg) !important
    }
}

.banner-phi-dich-vu .text-banner h1 {
    color: #fff;
    font-family: Inter;
    font-size: 5.4rem;
    font-weight: 800;
    line-height: 68px;
    max-width: 550px
}

@media only screen and (max-width: 1599px) {
    .banner-phi-dich-vu .text-banner h1 {
        font-size: 4rem;
        font-weight: 700;
        line-height: 48px;
        max-width: 470px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-phi-dich-vu .text-banner h1 {
        font-size: 3rem;
        line-height: 36px;
        max-width: 330px
    }
}

@media only screen and (max-width: 767px) {
    .banner-phi-dich-vu .text-banner h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        max-width: 280px
    }
}

@media only screen and (max-width: 575px) {
    .banner-phi-dich-vu .text-banner h1 {
        max-width: 245px
    }
}

.banner-phi-dich-vu .text-banner h1 em {
    border: solid #0070f4;
    border-width: 0 0 6px;
    font-style: normal
}

.banner-phi-dich-vu .text-banner h1 .title-price {
    color: #00b63e;
    font-size: 5.4rem;
    font-weight: 800;
    line-height: 68px
}

@media only screen and (max-width: 1199px) {
    .banner-phi-dich-vu .text-banner h1 .title-price {
        font-size: 4rem;
        font-weight: 700;
        line-height: 48px
    }
}

@media only screen and (max-width: 767px) {
    .banner-phi-dich-vu .text-banner h1 .title-price {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px
    }
}

@media only screen and (max-width: 1599px) {
    .banner-phi-dich-vu .priceservice-intro {
        padding-right: 160px;
        text-align: center
    }
}

@media only screen and (max-width: 1023px) {
    .banner-phi-dich-vu .priceservice-intro {
        padding-right: 100px
    }
}

@media only screen and (max-width: 767px) {
    .banner-phi-dich-vu .priceservice-intro {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        padding-right: 50px
    }
}

@media only screen and (max-width: 575px) {
    .banner-phi-dich-vu .priceservice-intro {
        justify-content: center !important;
        padding-right: 0
    }
}

.main-page {
    padding: 0
}

.main-page .title-sub {
    color: #002249;
    margin-bottom: 32px;
    position: relative;
    text-align: center
}

.main-page .title-sub.title-price-service {
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    .main-page .title-sub {
        margin-bottom: 40px
    }
}

.main-page .title-sub span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

@media only screen and (max-width: 767px) {
    .main-page .title-sub span {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px
    }
}

.main-page .title-sub p {
    font-weight: 400;
    margin-top: 8px
}

@media only screen and (max-width: 767px) {
    .main-page .title-sub p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.main-page .price-title {
    color: #002249;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 4rem;
    margin-top: 8rem;
    text-align: center
}

.main-page .price-title-package {
    margin-bottom: -8px
}

@media only screen and (max-width: 1199px) {
    .main-page .price-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (max-width: 767px) {
    .main-page .price-title {
        margin-bottom: 3.2rem;
        margin-top: 4rem
    }
}

@media only screen and (max-width: 575px) {
    .main-page .price-title {
        padding-left: 16px;
        padding-right: 16px
    }
}

.main-page .price-user {
    color: #85909d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.price-service {
    padding-bottom: 20px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .price-service {
        padding-bottom: 40px
    }
}

.price-service .container {
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 575px) {
    .price-service-package .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.price-service-items {
    justify-content: space-between;
    margin-bottom: 100px
}

@media only screen and (max-width: 1199px) {
    .price-service-items {
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0
    }
}

.price-service-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    flex: 1;
    padding: 24px 32px;
    text-align: left
}

.price-service-item:first-child {
    margin-right: 2.4rem
}

@media only screen and (max-width: 1199px) {
    .price-service-item:first-child {
        margin-bottom: 2.4rem;
        margin-right: 0
    }

    .price-service-item:last-child {
        margin-bottom: 0;
        margin-left: 0 !important;
        margin-top: 2.4rem
    }

    .price-service-item {
        min-width: 434px
    }
}

@media only screen and (max-width: 991px) {
    .price-service-item {
        min-width: auto;
        width: 100%
    }
}

.price-service-item .price-packagename {
    border-bottom: none;
    color: #292e35;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.price-service-item .sub-title {
    background: #0070f4;
    border-radius: 99px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 12px;
    position: absolute;
    right: 12px;
    text-transform: none;
    top: 12px
}

@media only screen and (max-width: 1199px) {
    .price-service-item .sub-title {
        right: 8px;
        top: 8px
    }
}

.price-service-item .wrap-price ul {
    float: left;
    margin-bottom: 0;
    margin-top: 16px;
    width: 100%
}

.price-service-item .wrap-price ul li {
    align-items: baseline;
    display: flex;
    margin-bottom: .8rem
}

.price-service-item .wrap-price ul li:last-child {
    margin-bottom: 0
}

.price-service-item .wrap-price ul li span {
    color: #292e35;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px
}

.price-service-item .wrap-price ul li>svg {
    margin-right: .8rem
}

@media only screen and (max-width: 1199px) {
    .price-service-item .wrap-price ul .muted {
        margin-bottom: 0
    }
}

.price-service-item .wrap-price ul .muted>svg {
    display: none
}

.price-service-item .box-popup-register {
    border-color: transparent !important;
    border-radius: 99px;
    border-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 12px;
    width: 100%
}

.price-service-item .price-description {
    align-items: center;
    color: #85909d;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .price-service-item .price-description br {
        display: none
    }
}

.price-service-item .price-info,
.price-service-item .price-info span {
    float: left;
    width: 100%
}

.price-service-item .price-value {
    color: #292e35;
    font-size: 4rem;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    padding: 0;
    position: relative;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.price-service-item .price-value em {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    right: -13px;
    top: 1px
}

.price-service-item:last-child {
    margin-left: 2.4rem
}

.price-service-item .price-group {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 44px
}

.price-service-item .price-group .price-shop {
    color: #525d6a;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.price-service-item .price-group .price-addon {
    color: #292e35
}

.price-service-item.base .wrap-price i {
    color: #00b63e
}

.price-service-item.base .price-value em {
    border-color: #00b63e
}

.price-service-item.profession {
    position: relative
}

.price-service-item.profession .wrap-price i {
    color: #0070f4
}

.price-service-item.profession .price-value em {
    border-color: #0070f4
}

@media only screen and (max-width: 1199px) {

    .price-service-item.expert .price-addon,
    .price-service-item.profession .price-addon {
        margin-bottom: 4px
    }
}

.price-service-support {
    color: #525d6a;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-top: 40px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .price-service-support {
        margin-top: 32px
    }
}

.price-service .tel-numbel {
    color: #005ac3
}

.price-service .package-name {
    color: #292e35;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 575px) {
    .price-service .package-name {
        padding: 0 16px
    }
}

.price-service .package-describe {
    color: #292e35;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .price-service .package-describe {
        padding: 0 16px
    }
}

.price-service .package-title {
    color: #292e35;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.price-service .package-title-wrap {
    background: #f2f8fe;
    border-bottom: 1px solid #e8eaed;
    padding: 10px 0
}

@media only screen and (max-width: 575px) {
    .price-service .package-title {
        height: auto
    }
}

.price-service .package-description {
    line-height: 20px
}

.price-service .package-description:not(:last-child) {
    border-bottom: 1px solid #e8eaed
}

@media only screen and (min-width: 576px) {
    .price-service .package-description {
        border-bottom: unset !important;
        list-style: disc
    }
}

.price-service .package-description-detail {
    color: #292e35
}

.popup-priceservice-industry {
    height: auto;
    left: 50%;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 10000
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry {
        bottom: 0;
        left: 0;
        min-width: unset !important;
        overflow-y: scroll;
        right: 0;
        top: 0;
        transform: unset
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry {
        background-color: #f7f8f9
    }
}

.popup-priceservice-industry .priceservice-industry-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 40px 0 rgba(0, 41, 87, .1);
    margin: auto;
    max-width: 1200px
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry .priceservice-industry-wrap {
        border-radius: unset
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .priceservice-industry-wrap {
        background-color: #f7f8f9
    }
}

@media only screen and (min-width: 1600px) {
    .popup-priceservice-industry .industry-others {
        flex-basis: calc(50% + 78px)
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-others {
        margin-top: 24px
    }
}

@media only screen and (min-width: 1600px) {
    .popup-priceservice-industry .industry-sale {
        flex-basis: calc(50% - 78px)
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-sale-list {
        border-top: unset;
        display: grid !important;
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.popup-priceservice-industry .industry-fnb {
    margin-left: 40px;
    margin-right: 64px
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry .industry-fnb {
        margin-left: 0;
        margin-right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-fnb {
        margin-right: 0
    }

    .popup-priceservice-industry .industry-beauty-list,
    .popup-priceservice-industry .industry-fnb-list {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .popup-priceservice-industry .industry-beauty .industry-all-intro {
        margin-top: 24px
    }
}

.popup-priceservice-industry .industry-all {
    padding: 24px
}

@media only screen and (max-width: 1365px) {
    .popup-priceservice-industry .industry-all {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 24px 20px
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all {
        padding: 16px 4px
    }
}

.popup-priceservice-industry .industry-all-intro {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry .industry-all-intro {
        align-items: flex-start;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all-intro {
        align-items: center;
        flex-direction: row;
        margin-bottom: 12px
    }
}

.popup-priceservice-industry .industry-all-title {
    margin: 0 0 0 16px;
    padding: 6px 0
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry .industry-all-title {
        margin-left: 0;
        margin-top: 16px
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-left: 8px;
        margin-top: 0
    }
}

@media only screen and (min-width: 1200px) {
    .popup-priceservice-industry .industry-all-image {
        border-radius: 12px;
        padding: 8px
    }

    .popup-priceservice-industry .industry-all-image img {
        max-width: 24px
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all-image {
        background-color: unset;
        border-radius: unset;
        height: 20px;
        padding: 0;
        width: 20px
    }

    .popup-priceservice-industry .industry-all-image img {
        max-width: 20px
    }
}

.popup-priceservice-industry .industry-all-major {
    background: #fff;
    color: #15171a;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 8px 11px
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all-major {
        border-radius: 8px;
        border-top: unset;
        box-shadow: 0 1px 8px 0 rgba(0, 41, 87, .06);
        display: flex;
        font-weight: 400;
        justify-content: center;
        min-height: 56px;
        padding: 8px;
        text-align: center
    }
}

@media only screen and (max-width: 1199px) {
    .popup-priceservice-industry .industry-all-major span:hover {
        color: inherit;
        cursor: unset
    }
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all-major span {
        color: #3e464f;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.popup-priceservice-industry .industry-all svg {
    height: 16px;
    width: 16px
}

@media only screen and (max-width: 767px) {
    .popup-priceservice-industry .industry-all svg {
        display: none
    }
}

.priceservice-title {
    color: #1f2328;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding: 24px 24px 0;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .priceservice-title {
        font-size: 20px;
        line-height: 28px;
        padding-top: 64px
    }
}

.priceservice-title .close-popup-priceservice {
    color: #677484;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 48px;
    top: 24px;
    width: 32px
}

@media only screen and (max-width: 1199px) {
    .priceservice-title .close-popup-priceservice {
        right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .priceservice-title .close-popup-priceservice {
        height: 24px;
        right: 16px;
        top: 12px;
        width: 24px
    }
}

.priceservice-title .close-popup-priceservice:hover {
    color: inherit
}

.package-feature-item {
    border-left: 1px solid #e8eaed;
    border-top: 1px solid #e8eaed;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.package-feature-list {
    border-bottom: 1px solid #e8eaed;
    border-right: 1px solid #e8eaed
}

.package-feature-content {
    margin-bottom: 0
}

@media only screen and (min-width: 576px) {
    .package-feature-content {
        margin-left: 50px
    }
}

.package-feature-text {
    color: #292e35;
    padding: 10px 32px 10px 0
}

@media only screen and (max-width: 575px) {
    .package-feature-text {
        min-height: unset;
        padding: 10px 32px
    }
}

.box-function {
    margin-top: 64px
}

@media only screen and (max-width: 1199px) {
    .box-function {
        margin-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .box-function {
        margin-top: 40px
    }
}

.box-function .title-sub {
    margin-bottom: 40px
}

.box-function .title {
    background-color: #0074bd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin: 0 auto 50px;
    padding: 0 25px;
    width: -moz-max-content;
    width: max-content
}

.box-function .function-list {
    display: flex
}

@media only screen and (max-width: 1199px) {
    .box-function .function-list {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media only screen and (max-width: 767px) {
    .box-function .function-list {
        flex-direction: column
    }
}

.box-function ul {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 37rem
}

.box-function ul:not(:last-child) {
    margin-right: 4rem
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .box-function ul:not(:last-child) {
        margin-right: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .box-function ul:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 991px) {
    .box-function ul:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .box-function ul:last-child {
        max-width: unset;
        width: 100%
    }
}

.box-function ul li {
    align-items: baseline;
    color: #292e35;
    display: flex;
    line-height: 2rem;
    margin-bottom: 12px;
    position: relative
}

.box-function ul li svg {
    color: #677484;
    margin-right: 10px;
    transform: translateY(2px)
}

.box-function ul li:last-child {
    margin-bottom: 0
}

.box-social-function {
    background-color: #f2f8fe;
    border-radius: 16px;
    justify-content: center;
    margin-top: 56px;
    padding: 24px 30px
}

@media only screen and (max-width: 1199px) {
    .box-social-function .title-sub {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 767px) {
    .box-social-function .title-sub span {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px
    }
}

.box-social-function ul {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center !important;
    margin-bottom: 0
}

.box-social-function ul li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    padding: 0 12px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .box-social-function ul li {
        width: 100%
    }
}

.box-social-function ul li .social-link {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center
}

.box-social-function ul li img {
    max-height: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

@media only screen and (max-width: 1199px) {
    .box-social-function ul li img {
        width: -moz-fit-content;
        width: fit-content
    }
}

.box-social-function ul li .span-title {
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%
}

.box-product-price {
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    .box-product-price {
        padding-bottom: 0
    }
}

.box-product-price .product-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 24px
}

@media only screen and (max-width: 991px) {
    .box-product-price .product-item {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .box-product-price .product-item {
        flex: 0 0 100%
    }
}

.box-product-price .price-title {
    margin-bottom: 5.6rem
}

@media only screen and (max-width: 767px) {
    .box-product-price .price-title {
        margin-bottom: 4rem
    }
}

.box-product-price .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width: 1199px) {
    .box-product-price .row:last-child {
        flex-direction: column
    }
}

.box-product-price .product-category {
    font-size: 18px;
    margin-bottom: 26px
}

@media only screen and (max-width: 767px) {
    .box-product-price .product-category {
        margin-bottom: 16px
    }
}

.box-product-price .product-category .category-title {
    display: block;
    margin-bottom: 3.2rem;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .box-product-price .product-category .category-title {
        margin-bottom: 3.2rem
    }
}

.box-product-price .product-category .category-title .text {
    color: #002249;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    padding-left: 3.2rem
}

@media only screen and (max-width: 767px) {
    .box-product-price .product-category .category-title .text {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 26px
    }
}

.box-product-price .product-category .category-title .text:before {
    background-color: #0070f4;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: .5rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 2.4rem
}

.box-product-price .kv-btn-price {
    background-color: #cce2fd;
    border-radius: 99px;
    color: #004392;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    text-decoration: none
}

.box-product-price .kv-btn-price:hover {
    background-color: transparent;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1)
}

.box-product-price .kv-btn-price.kv-btn-price-now {
    background-color: #0070f4;
    color: #fff
}

.box-product-price .kv-btn-price.kv-btn-price-now:hover {
    background-color: #0057be;
    box-shadow: unset
}

.box-product-price .col-xs-3 {
    margin-top: 28px;
    position: relative
}

.box-product-price .col-xs-3 p.img {
    left: 10px;
    position: absolute;
    top: 10px
}

.box-product-price .border-primary {
    border: 1px solid #0070f4;
    padding: 23px 11px 11px !important
}

.box-product-price .border-primary:after {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073232/arrow-pdv.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -33px;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 26px;
    z-index: 100
}

@media only screen and (max-width: 1199px) {
    .box-product-price .border-primary:after {
        bottom: -25px
    }
}

.box-product-price .product-price {
    border-radius: 16px;
    flex: 1;
    float: none;
    padding: 24px 12px 12px;
    position: relative
}

.box-product-price .product-price *,
.box-product-price .product-price :after,
.box-product-price .product-price :before {
    transition: all .3s
}

.box-product-price .product-price.active .info-product-price span {
    text-decoration: underline
}

.box-product-price .product-price .product-image-btn {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 12
}

.box-product-price .product-price .product-image-btn .kv-btn-price:first-child {
    margin-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    .box-product-price .product-price .product-image-btn .kv-btn-price-now {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .box-product-price .product-price:hover {
        background: #fff;
        border-radius: 16px;
        height: 100%;
        position: relative
    }

    .box-product-price .product-price:hover .product-image-btn {
        opacity: 1
    }

    .box-product-price .product-price:hover:before {
        background-color: hsla(0, 0%, 100%, .9);
        border-radius: 16px;
        bottom: 0;
        box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .box-product-price .product-price:hover .img-product-price .product-image:before {
        display: block
    }

    .box-product-price .product-price:hover .info-product-price span {
        text-decoration: underline
    }
}

.box-product-price .product-price-detail {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .box-product-price .product-price-detail {
        align-items: baseline;
        flex-direction: column
    }
}

.box-product-price .product-price .img-product-price {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 1px;
    border-radius: 4px;
    display: flex;
    height: 258px;
    justify-content: center;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    width: 258px
}

@media only screen and (max-width: 767px) {
    .box-product-price .product-price .img-product-price {
        height: auto;
        width: auto
    }
}

.box-product-price .product-price .info-product-price {
    font-size: small;
    margin-top: 2.4rem
}

.box-product-price .product-price .info-product-price span {
    color: #292e35;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 4px;
    text-decoration: none;
    width: 100%
}

.box-product-price .product-price .info-product-price p {
    color: #525d6a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0
}

.box-product-price .product-price .info-product-price p.code {
    color: #0070f4;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0
}

.box-product-price .product-price .info-product-price p.code span {
    font-size: 10px;
    position: relative;
    text-decoration: underline;
    top: -5px
}

.box-product-price .product-price .info-product-price p.code span.hot-tag {
    background-color: #ee444d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    top: -3px
}

.box-product-price .product-price .info-product-price p.code span.hot-tag:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ee444d;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -4px;
    position: absolute;
    right: 100%;
    top: 50%
}

.box-product-price .product-price .info-product-price p.code-old {
    color: #525d6a;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0;
    text-decoration: line-through
}

.box-product-price .product-price .info-product-price p.code-old span {
    font-size: 14px;
    position: relative;
    top: -5px
}

.box-product-price .product-price .info-product-price p.code-old span.colde-sale {
    background-color: #0073b9;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    padding: 0 5px;
    position: relative
}

.box-product-price .product-price .info-product-price p.code-old span.colde-sale:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #0073b9;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -4px;
    position: absolute;
    right: 100%;
    top: 50%
}

.box-product-price .product-price.no-product .info-product-price a,
.box-product-price .product-price.no-product .info-product-price p,
.box-product-price .product-price.no-product .info-product-price span {
    color: #999
}

.box-product-price .intro-product {
    margin-top: 31px;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product {
        margin-top: 23px;
        width: -moz-fit-content;
        width: fit-content
    }
}

.box-product-price .intro-product-wrap {
    padding-left: 12px;
    padding-right: 18px
}

@media (min-width: 1200px) and (max-width:1230px) {
    .box-product-price .intro-product-wrap {
        max-width: 1200px !important;
        padding-right: 27px
    }
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .box-product-price .intro-product-wrap {
        padding-left: 12px !important;
        padding-right: 0 !important
    }
}

.box-product-price .intro-product .content-intro-product {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    box-shadow: 0 4px 20px 0 rgba(0, 41, 87, .1);
    padding: 32px
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product .content-intro-product {
        margin-left: 12px;
        padding: 32px 0
    }
}

.box-product-price .intro-product .content-intro-product .fa-xmark {
    align-items: center;
    color: #677484;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 24px;
    height: 24px;
    justify-content: center;
    padding: 4px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 24px;
    z-index: 10000
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product .content-intro-product .fa-xmark {
        right: 32px
    }
}

@media only screen and (max-width: 767px) {
    .box-product-price .intro-product .content-intro-product .fa-xmark {
        right: 4px;
        top: -6px
    }
}

.box-product-price .intro-product .content-intro-product .kv-btn-price {
    margin: 12px 0;
    padding: 8px 23px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.box-product-price .intro-product .before {
    border-bottom: 14px solid #c1b8b8;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    margin-left: -13px
}

.box-product-price .intro-product .after,
.box-product-price .intro-product .before {
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -1px;
    position: absolute;
    width: 0
}

.box-product-price .intro-product .after {
    border-bottom: 13px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px
}

.box-product-price .intro-product .col-xs-3 {
    margin: 0;
    padding: 12px;
    width: 24.823943662%
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product .col-xs-3 {
        padding-left: 40px;
        width: 100%
    }
}

.box-product-price .intro-product .col-xs-3 img {
    max-width: 100%
}

.box-product-price .intro-product .col-xs-9 {
    padding-left: 24px;
    width: 75.176056338%
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product .col-xs-9 {
        padding-left: 28px;
        padding-right: 28px;
        width: 100%
    }

    .box-product-price .intro-product .col-xs-9 .product-detail-content {
        align-items: center;
        display: flex;
        height: 52px;
        justify-content: space-between;
        margin-bottom: 12px;
        margin-top: 24px
    }

    .box-product-price .intro-product .col-xs-9 .product-detail-infor {
        display: flex;
        flex-direction: column;
        padding: 0
    }
}

.box-product-price .intro-product .col-xs-9 .product-price-detail {
    justify-content: unset
}

.box-product-price .intro-product .col-xs-9 h3 {
    color: #292e35;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: left
}

.box-product-price .intro-product .col-xs-9 p {
    color: #0070f4;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    padding: 0
}

.box-product-price .intro-product .col-xs-9 p span {
    font-size: 14px;
    position: relative;
    text-decoration: underline;
    top: -5px
}

.box-product-price .intro-product .col-xs-9 p.contact {
    color: #0070f4;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    padding: 0;
    position: relative;
    text-align: right
}

.box-product-price .intro-product .col-xs-9 p.contact .driver {
    color: #0073b9;
    font-size: 17px;
    left: 0;
    position: absolute;
    text-align: left;
    text-decoration: none
}

.box-product-price .intro-product .col-xs-9 p.contact .driver .fa-download {
    font-size: 32px;
    margin-right: 3px
}

.box-product-price .intro-product .col-xs-9 p.contact .driver a {
    color: #8c8c8c;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    white-space: nowrap
}

.box-product-price .intro-product .col-xs-9 p.contact .driver a:active,
.box-product-price .intro-product .col-xs-9 p.contact .driver a:focus,
.box-product-price .intro-product .col-xs-9 p.contact .driver a:hover {
    color: #0073b9
}

.box-product-price .intro-product .col-xs-9 p.contact .driver a+a {
    padding-left: 6px
}

.box-product-price .intro-product .col-xs-9 p.contact .driver a+a:before {
    background: #d7d7d7;
    content: "";
    height: 24px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px
}

.box-product-price .intro-product .col-xs-9 p.contact .contactTxt {
    text-decoration: none;
    top: 3px
}

.box-product-price .intro-product .col-xs-9 p.code-old {
    color: #525d6a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: line-through
}

.box-product-price .intro-product .col-xs-9 p.code-old span {
    font-size: 14px;
    position: relative;
    text-decoration: none;
    top: -5px
}

.box-product-price .intro-product .col-xs-9 p.code-old span.colde-sale {
    background-color: #0073b9;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    padding: 0 5px;
    position: relative
}

.box-product-price .intro-product .col-xs-9 p.code-old span.colde-sale:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #0073b9;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -4px;
    position: absolute;
    right: 100%;
    top: 50%
}

.box-product-price .intro-product .col-xs-9 .old-price {
    color: #525d6a;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
    text-decoration: line-through
}

.box-product-price .intro-product .col-xs-9 ul {
    -moz-column-count: 3;
    column-count: 3;
    gap: 24px;
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .box-product-price .intro-product .col-xs-9 ul {
        gap: 16px
    }
}

@media only screen and (max-width: 767px) {
    .box-product-price .intro-product .col-xs-9 ul {
        -moz-column-count: 1;
        column-count: 1
    }
}

.box-product-price .intro-product .col-xs-9 ul li {
    border-bottom: 1px solid #e8eaed;
    display: inline-block;
    width: 100%
}

.box-product-price .intro-product .col-xs-9 ul li p {
    color: #292e35;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    margin-right: 0;
    padding: 12px 0;
    position: relative
}

.box-manager-sell-online img {
    border: 1px solid #dff0f8;
    border-radius: 1rem;
    max-height: 18rem
}

.box-manager-sell-online p {
    font-size: 14px;
    line-height: 1.5;
    margin: auto;
    max-width: 245px;
    padding: 1.2rem 0 0;
    text-align: center
}

.frame-extended-solution {
    margin-top: 8rem;
    padding-bottom: 5.4rem;
    padding-top: 0
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution {
        margin-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution {
        margin-top: 40px
    }
}

.frame-extended-solution .price-title {
    padding-top: 5.4rem
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .price-title {
        margin-bottom: 2.4rem
    }
}

.frame-extended-solution .extended-solution-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 32px 0 rgba(50, 50, 93, .08);
    padding: 35px 43.5px 48px 65px !important
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .extended-solution-block {
        padding: 44px 23px 100px 60px !important
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .extended-solution-block {
        padding: 26px 4px 80px 15px !important
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .extended-solution-block {
        padding-bottom: 72px !important
    }
}

.frame-extended-solution .frame-extended-heading {
    padding: 2.3rem 1.8rem 2rem
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .frame-extended-heading {
        padding: 2.3rem 1.2rem .9rem
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .frame-extended-heading {
        min-height: 97px
    }
}

@media only screen and (min-width: 576px) and (max-width:1023px) {
    .frame-extended-solution .frame-extended-heading {
        max-height: 95px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .frame-extended-heading {
        min-height: 106px
    }
}

.frame-extended-solution .frame-extended-heading h4 {
    padding: 0
}

.frame-extended-solution .frame-extended-heading p {
    color: #262a2e;
    line-height: 1.5;
    padding-bottom: 2px !important
}

.frame-extended-solution .frame-extended-price {
    padding: 2rem 3.5rem 2.8rem
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .frame-extended-price {
        padding: 2rem 1.5rem 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .frame-extended-price {
        min-height: 97px
    }
}

@media only screen and (min-width: 576px) and (max-width:1023px) {
    .frame-extended-solution .frame-extended-price {
        max-height: 98px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .frame-extended-price {
        min-height: 118px
    }
}

.frame-extended-solution .frame-extended-price .price {
    font-size: 4rem;
    font-weight: 600;
    line-height: 5.8rem;
    min-height: auto
}

.frame-extended-solution .frame-extended-price p {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .frame-extended-price p {
        padding: 0 2rem
    }
}

.frame-extended-solution .frame-extended-items p {
    line-height: 1.5;
    padding: 0
}

.frame-extended-solution .frame-extended-content {
    padding: 0 3.2rem 1rem
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .frame-extended-content {
        margin-top: 1rem;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .frame-extended-content {
        min-height: 110px
    }
}

@media only screen and (min-width: 576px) and (max-width:1023px) {
    .frame-extended-solution .frame-extended-content {
        max-height: 85px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .frame-extended-content {
        min-height: 147px
    }
}

.frame-extended-solution .frame-extended-button {
    margin-top: 2.6rem
}

.frame-extended-solution .frame-extended-button .box-popup-register {
    border-radius: 6rem;
    font-size: 15px;
    padding: 1.1rem 3.5rem
}

.frame-extended-solution .frame-extended-button .button-detail {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4rem;
    margin-top: 1.6rem
}

.frame-extended-solution .button-detail {
    align-items: center;
    color: #0070f4;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 16px
}

.frame-extended-solution .button-detail span {
    display: block
}

.frame-extended-solution .button-detail svg {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 16px;
    justify-content: center;
    margin-left: 8px;
    width: 20px
}

@media screen and (max-width: 1200px) {
    .frame-extended-solution .info-block {
        margin-bottom: 15px;
        text-align: center
    }
}

.frame-extended-solution .img-block {
    color: #002249;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 42px !important;
    padding-top: 12px;
    position: relative
}

.frame-extended-solution .img-block img {
    border-radius: 8px;
    height: 246px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .img-block {
        padding-left: 12px !important
    }

    .frame-extended-solution .img-block img {
        height: 319px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .img-block {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .img-block {
        padding-top: 0
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .img-block {
        padding-right: 50px !important
    }

    .frame-extended-solution .img-block img {
        height: auto
    }
}

@media screen and (max-width: 575px) {
    .frame-extended-solution .img-block img {
        height: 192px
    }
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .infor-block-horizontal {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .infor-block-horizontal {
        flex-direction: column
    }
}

.frame-extended-solution .mykiot-button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 27px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .mykiot-button {
        bottom: -417px;
        left: 50%;
        margin-top: 0;
        padding-top: 0;
        position: absolute;
        transform: translate(-50%);
        width: 100%;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .mykiot-button {
        bottom: -391px
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .mykiot-button {
        bottom: -314px
    }
}

@media screen and (max-width: 575px) {
    .frame-extended-solution .mykiot-button {
        bottom: -260px
    }
}

@media screen and (max-width: 350px) {
    .mykiot-button {
        bottom: -260px !important
    }
}

@media screen and (max-width: 768px) {
    .close-modal {
        right: -8px !important;
        top: -8px !important
    }
}

.form-error .select2-choice {
    border-color: #ed2e67 !important
}

.price-service-item .wrap-price ul li span {
    font-size: 14px
}

.price-service-item .wrap-price svg,
.price-service-item .wrap-price svg span,
.price-service-item.base .wrap-price svg,
.price-service-item.expert .wrap-price svg,
.price-service-item.profession .wrap-price svg {
    color: #677484;
    font-size: 14px;
    font-weight: 400;
    transform: translateY(2px)
}

.price-service-item.base .wrap-price .muted i,
.price-service-item.expert .wrap-price .muted i,
.price-service-item.profession .wrap-price .muted i {
    color: #eaeaea !important;
    display: none;
    margin-bottom: 0
}

.price-service-item .wrap-price .muted i,
.price-service-item .wrap-price .muted span {
    color: #ccd4dd !important;
    display: none;
    margin-bottom: 0
}

.price-service-item.profession {
    border-radius: 20px;
    outline: 2px solid #0070f4;
    padding-top: 22px
}

.price-service-item .wrap-price ul .new-label {
    align-items: center;
    background-color: #ffe6e6;
    border-radius: 6px;
    color: #c00;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 20px;
    margin-left: 8px;
    padding: 2px 8px;
    position: relative
}

@media (min-width: 767px) {
    .social-function-box {
        justify-content: center;
        margin: 0 auto !important
    }
}

.social-function-box-item {
    width: calc(50% - 15px)
}

.social-function-box-item:first-child {
    margin-right: 15px
}

.social-function-box-item:last-child {
    margin-left: 15px
}

@media only screen and (min-width: 992px) {
    .social-function-box {
        margin-left: -15px;
        margin-right: -15px
    }

    .social-function-box>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

.frame-extended-solution .title {
    font-size: 15px
}

.frame-extended-solution .img-block p {
    background: #fff;
    border: 1px solid #a4e5a6;
    border-radius: 35px;
    color: #002249;
    font-weight: 600;
    padding: 10px 15px;
    position: absolute
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .img-block p {
        font-size: 15px
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .img-block p {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 9px
    }
}

@media screen and (max-width: 575px) {
    .frame-extended-solution .img-block p {
        font-size: 9px;
        line-height: 13px;
        padding: 6px 9px
    }
}

.frame-extended-solution .img-block .extend-image-text-1 {
    right: 11.5px;
    top: 37px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .img-block .extend-image-text-1 {
        left: 310px;
        right: 0;
        top: 45px;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .img-block .extend-image-text-1 {
        left: 600px
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .img-block .extend-image-text-1 {
        left: unset;
        right: 11px;
        top: 41px
    }
}

.frame-extended-solution .img-block .extend-image-text-2 {
    right: 47.5px;
    top: 103px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .img-block .extend-image-text-2 {
        left: 260px;
        right: 0;
        top: 130px;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .img-block .extend-image-text-2 {
        left: 560px
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .img-block .extend-image-text-2 {
        left: unset;
        right: 15px;
        top: 83px
    }
}

.frame-extended-solution .img-block .extend-image-text-3 {
    right: 45.5px;
    top: 168px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .img-block .extend-image-text-3 {
        left: 280px;
        right: 0;
        top: 214px;
        width: -moz-fit-content;
        width: fit-content;
        width: 240px
    }

    .frame-extended-solution .img-block .extend-image-text-3 br {
        display: none
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .frame-extended-solution .img-block .extend-image-text-3 {
        left: 580px
    }
}

@media only screen and (max-width: 575px) {
    .frame-extended-solution .img-block .extend-image-text-3 {
        left: unset;
        right: 25px;
        top: 125px
    }
}

@media screen and (max-width: 575px) {
    .frame-extended-solution .img-block .extend-image-text-3 {
        width: 150px
    }
}

.frame-extended-solution .mykiot-name {
    background: #e5f8ec;
    border-radius: 8px;
    color: #004919;
    font-size: 22px;
    font-weight: 600;
    padding: 4px 8px;
    width: -moz-fit-content;
    width: fit-content
}

.frame-extended-solution .mykiot-desc {
    color: #002249;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .mykiot-desc {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .mykiot-desc {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px
    }
}

.frame-extended-solution .mykiot-desc span {
    color: #00b63e
}

.frame-extended-solution .mykiot-desc-web {
    max-height: 58px
}

@media only screen and (max-width: 1199px) {
    .frame-extended-solution .mykiot-desc-web {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .mykiot-desc-web {
        display: block;
        height: 45px;
        margin-left: 18px;
        margin-top: -11px
    }
}

.frame-extended-solution .mykiot-desc-mobile {
    margin-left: -5px;
    max-height: 37px
}

@media only screen and (min-width: 1200px) {
    .frame-extended-solution .mykiot-desc-mobile {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .mykiot-desc-mobile {
        display: none
    }
}

.frame-extended-solution .mykiot-price {
    color: #4bac4d;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 0
}

.frame-extended-solution .mykiot-price-desc {
    color: #4bac4d;
    font-size: 13px;
    font-weight: 600
}

.frame-extended-solution a {
    display: inline;
    float: left
}

.frame-extended-solution .button-register {
    background: #0070f4;
    border: none;
    border-radius: 99px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 40px !important
}

@media only screen and (max-width: 767px) {
    .frame-extended-solution .button-register {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 8px 16px !important
    }
}

.price-sale span {
    font-size: 14px;
    position: relative;
    top: -5px
}

.intro-product .price {
    padding-bottom: 10px
}

.box-product-price .intro-product .col-xs-9 .price-sale span {
    font-size: 14px;
    position: relative;
    top: -5px
}

.box-product-price .intro-product .col-xs-9 .price-sale span.colde-sale {
    background-color: #0073b9;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    padding: 0 5px;
    position: relative;
    text-decoration: none
}

.box-product-price .intro-product .col-xs-9 .price-sale span.colde-sale:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #0073b9;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -4px;
    position: absolute;
    right: 100%;
    top: 50%
}

.popup-register-purchase {
    background-color: #fff;
    border-radius: 16px;
    left: 50%;
    margin: auto;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 10000
}

@media only screen and (max-width: 575px) {
    .popup-register-purchase {
        width: calc(100% - 48px)
    }
}

.popup-register-purchase .popup-wrap {
    position: relative
}

.popup-register-purchase .popup-wrap .popup-close {
    align-items: center;
    color: #677484;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    z-index: 200
}

@media only screen and (max-width: 575px) {
    .popup-register-purchase .popup-wrap .popup-close {
        right: 16px;
        top: 16px
    }
}

.popup-register-purchase .popup-wrap .popup-content-header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 24px 24px 0
}

@media only screen and (max-width: 767px) {
    .popup-register-purchase .popup-wrap .popup-content-header {
        padding: 16px 16px 0
    }
}

.popup-register-purchase .popup-wrap .popup-content-header .title {
    color: #15171a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .popup-register-purchase .popup-wrap .popup-content-header .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.popup-register-purchase .popup-wrap .popup-content-main {
    padding: 16px 24px 20px
}

@media only screen and (max-width: 767px) {
    .popup-register-purchase .popup-wrap .popup-content-main {
        padding: 16px
    }
}

.popup-register-purchase .popup-wrap .popup-content-main .form-group,
.popup-register-purchase .popup-wrap .popup-content-main .w-100.input-section:not(:last-child) {
    margin-bottom: 12px
}

.popup-register-purchase .popup-wrap .popup-content-main .div-note {
    display: inline-block;
    margin-bottom: 0;
    max-height: 88px;
    width: 100%
}

.popup-register-purchase .popup-wrap .popup-content-main .form-check-label label {
    color: #a4acb5;
    font-size: 14px;
    font-weight: 400;
    left: 11px;
    line-height: 20px;
    margin-bottom: 0;
    position: absolute;
    top: 11px;
    transition: all .2s;
    z-index: 1
}

.popup-register-purchase .popup-wrap .popup-content-main .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #292e35;
    font-size: 14px;
    line-height: 20px
}

.popup-register-purchase .popup-wrap .popup-content-main .textarea-control {
    border-radius: 8px;
    box-shadow: none !important;
    color: #292e35;
    font-size: 14px;
    height: 8.7rem;
    max-height: 87px;
    min-height: 8.7rem;
    overflow: auto;
    padding-left: 11px;
    padding-top: 20px;
    resize: none;
    width: -webkit-fill-available
}

.popup-register-purchase .popup-wrap .popup-content-main .textarea-control:focus {
    border-color: #0070f4
}

.popup-register-purchase .popup-wrap .form-contact {
    align-items: center;
    display: flex;
    float: left;
    justify-content: space-between;
    margin-left: 1px;
    margin-top: 8px
}

.popup-register-purchase .popup-wrap .form-contact .sp-register {
    align-items: center;
    display: flex
}

.popup-register-purchase .popup-wrap .form-contact .sp-register svg {
    color: #677484;
    font-size: 16px;
    height: 16px;
    margin-right: 6px;
    width: 16px
}

.popup-register-purchase .popup-wrap .form-contact .sp-register p {
    color: #292e35;
    line-height: 20px
}

@media only screen and (max-width: 575px) {
    .popup-register-purchase .popup-wrap .form-contact .sp-register span {
        display: none
    }
}

.popup-register-purchase .popup-wrap .form-contact .register-button {
    border: none;
    border-radius: 99px;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    padding: 1.2rem 2.4rem
}

@media only screen and (max-width: 767px) {
    .popup-register-purchase .popup-wrap .form-contact .register-button {
        font-size: 1.4rem;
        line-height: 20px;
        padding: .8rem 1.6rem
    }
}

.form-group.form-error .form-control,
.form-group.form-error .select2-container--default .select2-selection--single {
    border-bottom: 2px solid rgba(237, 46, 103, .8)
}

.red-star {
    color: #ef3c4d
}

.popup-login-main {
    padding: 60px 38px 46px;
    text-align: center
}

.popup-login-main svg {
    display: none
}

.popup-login-main label:has(.message-error) {
    border: 1px solid red;
    position: relative
}

.popup-login-main label:has(.message-error) svg {
    align-items: center;
    color: red;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    justify-content: center;
    position: absolute;
    right: 100px;
    top: 16px;
    width: 14px
}

@media only screen and (max-width: 575px) {
    .popup-login-main label:has(.message-error) svg {
        right: 94px
    }
}

.popup-login-main #fullname-error.message-error {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 4px;
    text-align: left;
    width: 100%
}

.popup-login-main .thank-txt {
    color: #15171a;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26px;
    margin-top: 1.2rem;
    padding-bottom: .8rem
}

.popup-login-main .contact-txt {
    color: #292e35;
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 2rem
}

.popup-login-main .close-modal-harware {
    background-color: #0070f4;
    border: 0;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    margin: auto;
    outline: 0;
    padding: 1.2rem 4rem;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

.popup-login-main .close-modal-harware:hover {
    background-color: #005ac3;
    border-color: #005ac3;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .popup-login-main .close-modal-harware {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 40px
    }
}

@media only screen and (max-width: 1199px) {
    .phi-dich-vu .banner-phi-dich-vu {
        min-height: 32.4rem
    }

    .price-service-item {
        padding: 24px 32px;
        width: 100%
    }

    .price-service-item .price-group {
        min-height: unset
    }

    .price-service-item .wrap-price ul {
        margin-bottom: 0;
        min-height: unset
    }

    .price-service-item.profession {
        padding: 23px 32px
    }

    .frame-extended-solution .block {
        flex: inherit;
        max-width: 100%;
        padding: 45px
    }

    .frame-extended-solution .button-register {
        padding: 10px 25px
    }
}

.intro-product-mobile {
    max-width: 767px
}

.intro-product-banner {
    align-items: center;
    background: #fff;
    justify-content: space-between;
    left: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.intro-product-banner .close-intro-product {
    align-items: center;
    color: #677484;
    display: flex;
    font-size: 20px;
    height: 20px;
    justify-content: center;
    width: 20px
}

.intro-product-banner p {
    color: #292e35;
    font-size: 14px;
    line-height: 20px
}

.intro-product-banner p svg {
    color: #677484;
    font-size: 14px;
    margin-right: 4px
}

.intro-product-contact {
    background: #fff;
    bottom: 0;
    padding: 16px;
    position: fixed;
    width: 100%
}

.intro-product-contact .kv-btn-price-now {
    background: #0070f4;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px;
    text-align: center;
    width: 100%
}

.intro-product-contact .contactTxt {
    color: #0070f4;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
    text-align: center
}

.product-detail-image,
.product-detail-webimage {
    align-items: center;
    display: flex;
    height: 258px;
    justify-content: center;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 258px
}

.product-detail-image {
    margin: 32px auto 36px;
    padding: 12px
}

@media only screen and (max-width: 767px) {
    .product-detail-infor {
        padding: 0 16px
    }
}

.product-detail-infor h3 {
    color: #292e35;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px
}

.product-detail-price {
    align-items: end;
    display: flex
}

.product-detail-price .price-new {
    color: #0070f4;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.product-detail-price .price-old {
    color: #525d6a;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
    padding-bottom: 2px;
    text-decoration: line-through
}

.product-detail-list {
    margin: 16px;
    padding-bottom: 112px
}

.product-detail-list li {
    border-bottom: 1px solid #e8eaed;
    padding: 12px 0
}

.product-detail-list li:first-child {
    padding-top: 0
}

.product-detail-list li:last-child {
    border-bottom: unset
}

.product-detail-list p {
    color: #292e35;
    line-height: 20px
}

@media (max-width: 1024px) {
    .box-social-function ul li .span-title {
        color: #292e35;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

@media (min-width: 767px) and (max-width:1024px) {
    .box-social-function {
        padding: 24px 4px
    }

    .box-social-function ul {
        gap: 0
    }
}

@media (max-width: 767px) {
    .social-function-box {
        display: inline-block;
        width: 100%
    }

    .box-social-function {
        margin-top: 40px;
        padding: 24px
    }

    .box-social-function ul {
        display: inline-block;
        width: 100%
    }

    .box-social-function ul li {
        float: left;
        margin-bottom: 24px;
        padding: 0;
        width: 50%
    }

    .box-social-function ul li:nth-of-type(5),
    .box-social-function ul li:nth-of-type(6) {
        margin-bottom: 0
    }
}

.box-banner h3 {
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin: auto auto 3.2rem;
    max-width: 59rem;
    padding-top: 0;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .box-banner h3 {
        font-size: 4.2rem;
        margin-bottom: 4.2rem;
        max-width: 100%
    }
}

.customer {
    max-width: 100% !important;
    padding-top: 6.4rem
}

@media only screen and (max-width: 1199px) {
    .customer {
        padding-bottom: 1.6rem
    }
}

.customer .title {
    color: #262a2e;
    font-size: 3rem;
    font-weight: 700;
    margin: auto;
    max-width: 74.5rem
}

.customer.box-kh {
    border: none;
    border-radius: .4rem;
    margin-bottom: 6rem;
    padding: 0
}

@media only screen and (max-width: 1199px) {
    .customer.box-kh {
        margin-bottom: 4rem
    }
}

.customer.box-kh em:before {
    top: 0
}

.customer.box-kh em:after,
.customer.box-kh em:before {
    background-color: #e8e8e8;
    content: "";
    display: none;
    height: 1px;
    position: absolute;
    width: 100%
}

.customer.box-kh em:after {
    bottom: 0;
    left: 0
}

.customer.box-kh img {
    margin-bottom: 0
}

.overlay {
    background: #212121;
    opacity: 0;
    transition: all .4s ease-in-out
}

.khach-hang .overlay {
    z-index: 0 !important
}

.quantity-user {
    color: #005ac3;
    font-family: Inter, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 36px;
    margin: 0 8px
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .quantity-user {
        font-size: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .quantity-user {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }
}

.customerSay {
    padding-top: 0
}

.customerSay.wrap-img-kh {
    border-radius: 9px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    position: relative
}

.customerSay.wrap-img-kh:hover .overlay {
    opacity: .5
}

.customerSay .box-kh h3 {
    color: #262a2e;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1.2rem;
    padding: 0
}

.customerSay .box-kh h3:hover {
    text-decoration: underline
}

.customerSay .box-kh em {
    align-items: center;
    color: #737373;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    font-style: inherit;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
    padding-top: 8px;
    position: relative
}

.customerSay .box-kh em i {
    color: #737373;
    float: left;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: .8rem
}

.customerSay .box-kh .kh-content {
    color: #262a2e;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    height: auto;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0;
    position: relative
}

.customerSay .box-kh .kh-content .kh-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.introcustomer .btn-introcustomer-menu {
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 11px 23px
}

.introcustomer .btn-introcustomer-main {
    border-radius: 99px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding: 23px 31px
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .introcustomer .btn-introcustomer-main {
        font-size: 24px;
        line-height: 36px;
        padding: 16px 31px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1599px) {
    .introcustomer .btn-introcustomer-main {
        font-size: 20px;
        line-height: 28px;
        padding: 15px 31px
    }
}

@media only screen and (max-width: 991px) {
    .introcustomer .btn-introcustomer-main {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 15px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer .btn-introcustomer-main {
        font-size: 16px;
        line-height: 24px;
        padding: 11px 23px
    }
}

.introcustomer .btn-introcustomer-unlimit {
    border-radius: 99px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 31px
}

@media only screen and (max-width: 1199px) {
    .introcustomer .btn-introcustomer-unlimit {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 11px 23px
    }
}

.introcustomer .btn-introcustomer-rules {
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .introcustomer .btn-introcustomer-rules {
        display: none
    }
}

.introcustomer .btn-introcustomer-form {
    border-radius: 99px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 16px;
    padding: 15px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .introcustomer .btn-introcustomer-form {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 11px
    }
}

.introcustomer-title {
    color: #002249;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 56px;
    margin-top: 128px;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .introcustomer-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
        margin-top: 80px
    }
}

.introcustomer-title:before {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/12/13072906/introcustomer-arrowdown.png) no-repeat;
    content: "";
    display: block;
    height: 72px;
    left: calc(50% - 5px);
    position: absolute;
    top: -100px;
    width: 10px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-title:before {
        display: none
    }
}

.introcustomer-header {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 41, 87, .1);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9
}

.introcustomer-header .navbar-brand {
    margin-right: 0
}

.introcustomer-banner {
    align-items: center;
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/01/30042717/bg-introcustomer1.jpg) no-repeat top;
    background-size: cover;
    display: flex;
    height: 100vh;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .introcustomer-banner {
        height: 560px
    }
}

@media only screen and (max-width: 991px) {
    .introcustomer-banner {
        align-items: flex-start;
        background-size: cover;
        height: 360px;
        padding-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    .introcustomer-banner {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/01/30042735/bg-introcustomer1-mobile.jpg) no-repeat bottom;
        background-size: cover;
        height: 660px
    }
}

@media only screen and (min-width: 1920px) {
    .introcustomer-banner .container-banner {
        padding-left: 12rem;
        padding-right: 12rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .introcustomer-banner .container-banner {
        padding-left: 12rem;
        padding-right: 12rem
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .introcustomer-banner .container-banner {
        padding-left: 8.3rem;
        padding-right: 8.3rem
    }
}

@media only screen and (max-width: 1365px) {
    .introcustomer-banner .container-banner {
        padding-left: 4.8rem;
        padding-right: 4.8rem
    }
}

@media only screen and (max-width: 1199px) {
    .introcustomer-banner .container-banner {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-banner .container-banner {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

.introcustomer-banner .banner-title {
    color: #002249;
    font-weight: 700;
    line-height: 1.2;
    max-width: 828px
}

@media only screen and (min-width: 1920px) {
    .introcustomer-banner .banner-title {
        font-size: 7.6rem;
        line-height: 92px;
        margin-bottom: 4rem
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .introcustomer-banner .banner-title {
        font-size: 5.4rem;
        font-weight: 800;
        line-height: 68px;
        margin-bottom: 3.2rem;
        max-width: 667px;
        padding: 8.5px 0
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .introcustomer-banner .banner-title {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 2.4rem;
        max-width: 588px
    }
}

@media only screen and (min-width: 992px) and (max-width:1365px) {
    .introcustomer-banner .banner-title {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 2.4rem;
        max-width: 545px;
        padding: 2px 0
    }
}

@media only screen and (max-width: 991px) {
    .introcustomer-banner .banner-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 14.4px;
        max-width: 344px;
        padding: 1.2px 0
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-banner .banner-title {
        margin-bottom: 16px;
        padding: 2px 0
    }
}

.introcustomer-banner-content {
    background: hsla(0, 0%, 100%, .4);
    border-radius: 22.489px;
    color: #002249;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 828px;
    padding: 28px
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .introcustomer-banner-content {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 3.2rem;
        max-width: 667px;
        padding: 24px
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .introcustomer-banner-content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2.4rem;
        max-width: 588px;
        padding: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1365px) {
    .introcustomer-banner-content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2.4rem;
        max-width: 545px;
        padding: 20px
    }
}

@media only screen and (max-width: 991px) {
    .introcustomer-banner-content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 14.4px;
        max-width: 344px;
        padding: 12px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-banner-content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
        padding: 8px 12px
    }
}

.introcustomer-content {
    text-align: center
}

.introcustomer-unlimit {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/12/13071248/introcustomer-unlimit.png) no-repeat top;
    background-size: contain;
    margin: 64px auto;
    max-width: 637px;
    text-align: center
}

@media only screen and (max-width: 1199px) {
    .introcustomer-unlimit {
        background-size: 318px;
        margin: 40px auto
    }
}

.introcustomer-unlimit-txt {
    color: #85909d;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-unlimit-txt {
        font-size: 14px;
        line-height: 20px
    }
}

.introcustomer-unlimit-text {
    color: #002249;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 24px auto;
    max-width: 492px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-unlimit-text {
        font-size: 24px;
        line-height: 36px;
        margin: 12px auto;
        max-width: unset
    }
}

.introcustomer-joinmethod-main {
    align-items: center;
    background-color: #f2fbf5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 24px 48px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-joinmethod-main {
        flex-direction: column
    }
}

.introcustomer-joinmethod-content {
    color: #525d6a;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 66px;
    max-width: 804px;
    text-align: left
}

@media only screen and (max-width: 1199px) {
    .introcustomer-joinmethod-content {
        font-size: 18px;
        line-height: 26px;
        margin-left: 0;
        margin-top: 24px
    }
}

.introcustomer-joinmethod-image img {
    height: 218px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 234px
}

.introcustomer-rules {
    border-radius: 20px;
    color: #292e35
}

.introcustomer-rules-icon {
    border-radius: 99px;
    height: 36px;
    padding: 18px;
    vertical-align: middle !important;
    width: 36px
}

.introcustomer-rules-icon.fa-money-bill {
    background-color: #f2f8fe;
    color: #0070f4
}

.introcustomer-rules-icon.fa-mobile-screen-button {
    background-color: #fff9f2;
    color: #f80
}

.introcustomer-rules-icon.fa-calendar-plus {
    background-color: #f2fbf5;
    color: #00b63e
}

.introcustomer-rules-icon.fa-truck-bolt {
    background-color: #fff2f2;
    color: #fd7464
}

.introcustomer-rules-txt {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-rules-txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-rules-txt {
        font-size: 16px;
        line-height: 24px
    }

    .introcustomer-rules-txttop {
        font-size: 14px;
        line-height: 20px
    }
}

.introcustomer-rules-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 24px
}

.introcustomer-rules-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 32px 0
}

@media only screen and (max-width: 1199px) {
    .introcustomer-rules-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-rules-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.introcustomer-rules-content {
    display: flex
}

.introcustomer-rules-main {
    background: #e6f1fe;
    border-radius: 20px;
    padding: 40px 48px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-rules-main {
        padding: 32px 24px 8px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-rules-main {
        padding: 32px 16px 8px
    }
}

@media only screen and (max-width: 1199px) {
    .introcustomer-rules-items {
        margin-bottom: 24px
    }
}

.introcustomer-rules-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    height: 100%;
    padding: 24px
}

.introcustomer-reward {
    color: #292e35
}

.introcustomer-reward-content {
    text-align: left
}

.introcustomer-reward-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.introcustomer-reward-address {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0
}

.introcustomer-reward-txt {
    color: #f80;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.introcustomer-reward-items {
    margin-bottom: 24px
}

.introcustomer-reward-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .08);
    display: flex;
    height: 100%;
    padding: 16px 24px 20px;
    width: 100%
}

.introcustomer-reward-image {
    aspect-ratio: 1;
    height: 72px;
    margin-right: 16px;
    width: 72px
}

.introcustomer-reward-image img {
    border-radius: 148.5px;
    height: 72px;
    width: 72px
}

.introcustomer-reward-viewmore {
    border-radius: 99px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 32px;
    padding: 16px 32px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-reward-viewmore {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 16px;
        padding: 12px 24px
    }
}

.introcustomer-form {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/01/31044816/bg-introcustomer-form2.png) no-repeat top;
    background-size: cover;
    margin-top: 64px;
    padding-bottom: 88px;
    padding-top: 48px;
    position: relative
}

@media only screen and (max-width: 1599px) {
    .introcustomer-form {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/01/31044824/bg-introcustomer-laptop.png) no-repeat top
    }
}

@media only screen and (max-width: 1199px) {
    .introcustomer-form {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-form {
        background: #f2f8fe;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.introcustomer-form-title {
    color: #002249;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-form-title {
        font-size: 24px;
        line-height: 36px
    }
}

.introcustomer-form-text {
    color: #525d6a;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 16px
}

@media only screen and (max-width: 1199px) {
    .introcustomer-form-text {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .introcustomer-form-text {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.introcustomer-form-main {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 40px 0 rgba(0, 41, 87, .1);
    margin: auto;
    max-width: 486px;
    padding: 32px 48px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .introcustomer-form-main {
        margin: 0 16px;
        padding: 32px 24px
    }
}

.introcustomer-form-captcha {
    display: flex;
    gap: 16px;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .introcustomer-form-captcha {
        flex-direction: column
    }
}

.introcustomer-form-captcha_content {
    margin-bottom: 0 !important;
    max-width: 168px
}

@media only screen and (max-width: 767px) {
    .introcustomer-form-captcha_content {
        max-width: unset
    }
}

.introcustomer-form-captcha .captchar-box {
    height: -moz-fit-content;
    height: fit-content
}

@media only screen and (max-width: 767px) {
    .introcustomer-form-captcha .captchar-box {
        padding: 0
    }

    .introcustomer-form-captcha .captcha-code {
        margin-right: 0 !important
    }
}

.introcustomer-form-captcha .captcha-image {
    max-width: 58px
}

.customerIntro-navbar {
    display: flex;
    flex: 1;
    justify-content: end;
    overflow: hidden;
    position: relative
}

.customerIntro-navbar-item {
    display: flex
}

@media only screen and (min-width: 1600px) {
    .customerIntro-navbar-item {
        gap: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .customerIntro-navbar-item {
        flex-direction: column;
        gap: 0
    }
}

.customerIntro-navbar a {
    color: #3e464f;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none
}

@media only screen and (min-width: 1920px) {
    .customerIntro-navbar a {
        font-size: 16px;
        line-height: 24px
    }
}

.customerIntro-navbar a#contact {
    margin-right: 0
}

.customerIntro-navbar a:hover {
    color: #0070f4 !important
}

@media only screen and (max-width: 1199px) {
    .customerIntro-navbar a {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin-left: 0;
        margin-right: 0;
        padding: 11px 24px
    }
}

.customerIntro-navbar a.active {
    color: #0070f4;
    position: relative
}

.customerIntro-navbar a.active:after {
    border-bottom: 3px solid #0070f4;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #0070f4;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .customerIntro-navbar a.active:after {
        background: #0070f4;
        border-bottom: unset;
        top: 0;
        width: 2px
    }
}

.customerIntro-navbar .icon-menu {
    display: none
}

.customerIntro-navbar .introduce-button {
    margin-left: 115px
}

@media only screen and (min-width: 1920px) {
    .customerIntro-navbar .introduce-button {
        margin-left: 271px
    }
}

@media only screen and (max-width: 1599px) {
    .customerIntro-navbar .introduce-button {
        margin-left: 124px
    }
}

@media only screen and (max-width: 1365px) {
    .customerIntro-navbar .introduce-button {
        margin-left: 101px
    }
}

@media only screen and (max-width: 1199px) {
    .customerIntro-navbar .introduce-button {
        display: none
    }
}

#customer {
    margin-top: 84px
}

@media only screen and (max-width: 1199px) {
    #customer {
        margin-top: 68px
    }
}

#customer .industry-banner {
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover
}

#customer .card-box {
    padding-bottom: 13px;
    padding-top: 80px
}

@media only screen and (max-width: 1199px) {
    #customer .card-box {
        padding: 60px 0 24px
    }
}

#customer .customer-wrap {
    padding: 0 8rem
}

@media only screen and (max-width: 1199px) {
    #customer .customer-wrap {
        padding: 0 3.6rem
    }
}

@media only screen and (max-width: 767px) {
    #customer .customer-wrap {
        padding: 0 2.4rem
    }
}

@media (max-width: 374px) {
    #customer .customer-wrap {
        padding: 0 2rem
    }
}

#customer .industry-banner {
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

#customer .customer-banner-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: auto;
    margin-right: 4rem;
    width: 692px
}

@media only screen and (min-width: 1600px) {
    #customer .customer-banner-heading {
        gap: 40px;
        margin-right: 10.6rem;
        width: 872px
    }
}

@media only screen and (max-width: 1199px) {
    #customer .customer-banner-heading {
        margin-right: 0;
        width: 518px
    }
}

@media only screen and (max-width: 767px) {
    #customer .customer-banner-heading {
        margin-right: 0;
        width: 327px
    }
}

@media (max-width: 374px) {
    #customer .customer-banner-heading {
        width: auto
    }
}

#customer .customer-banner-heading .customer-banner-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    #customer .customer-banner-heading .customer-banner-title {
        font-size: 5.4rem;
        font-weight: 800;
        line-height: 68px
    }
}

@media only screen and (max-width: 1199px) {
    #customer .customer-banner-heading .customer-banner-title {
        font-size: 3rem;
        line-height: 36px
    }
}

@media only screen and (max-width: 767px) {
    #customer .customer-banner-heading .customer-banner-title {
        font-size: 2.4rem;
        line-height: 36px
    }
}

#customer .customer-banner-heading .banner-below-left {
    margin-bottom: 0
}

#customer .customer-banner-heading .banner-below-left .btn {
    line-height: 36px;
    margin-right: 0;
    padding: 22px 32px
}

@media only screen and (max-width: 1599px) {
    #customer .customer-banner-heading .banner-below-left .btn {
        font-size: 2rem;
        line-height: 28px;
        padding: 16px 32px
    }
}

@media only screen and (max-width: 1199px) {
    #customer .customer-banner-heading .banner-below-left .btn {
        font-size: 1.6rem;
        line-height: 24px;
        padding: 12px 24px
    }
}

@media only screen and (max-width: 767px) {
    #customer .card-box {
        padding-top: 40px
    }
}

#customer .quantity-register {
    margin-bottom: 5.6rem;
    margin-top: 12px
}

#customer .quantity-user {
    color: #0070f4;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 36px;
    margin-left: 8px
}

@media only screen and (max-width: 767px) {
    #customer .quantity-user {
        font-size: 16px;
        line-height: 24px;
        margin-right: 4px
    }
}

#customer .industry-txt {
    color: #525d6a;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (max-width: 767px) {
    #customer .industry-txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

#customer .quantity-icon {
    color: #0070f4;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    text-align: center;
    width: 32px
}

@media only screen and (max-width: 767px) {
    #customer .quantity-icon {
        font-size: 16px;
        height: 20px;
        line-height: normal;
        width: 20px
    }
}

#customer .customer-list .customer-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 4.3rem;
    padding: 0
}

@media only screen and (max-width: 1199px) {
    #customer .customer-list .customer-item {
        margin-bottom: 3.2rem
    }
}

@media only screen and (max-width: 767px) {
    #customer .customer-list .customer-item {
        gap: 8px;
        margin-bottom: 2.4rem
    }
}

#customer .customer-list .customer-item:hover .customer-title a {
    color: #0070f4
}

#customer .customer-list .customer-item-img {
    border-radius: 9px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%
}

#customer .customer-list .customer-item-img:before {
    content: "";
    display: block;
    padding-top: 56.115107913%
}

#customer .customer-list .customer-item-img .customer-item-top {
    align-items: center;
    background-color: #f7fafa;
    border-radius: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

#customer .customer-list .customer-item-img .customer-item-top img {
    position: relative !important;
    width: 100%
}

#customer .customer-list .customer-item .customer-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

#customer .customer-list .customer-item .customer-title a {
    color: #3e464f
}

@media only screen and (max-width: 1199px) {
    #customer .customer-list .customer-item .customer-title {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    #customer .customer-list .customer-item .customer-title {
        font-size: 14px;
        line-height: 20px
    }
}

#customer .customer-list .customer-item .customer-item-location span {
    margin-right: 4px
}

#customer .customer-list .customer-item .customer-item-location span svg {
    align-items: center;
    color: #677484;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    justify-content: center;
    text-align: center;
    transform: translateY(2px);
    width: 16px
}

@media only screen and (max-width: 767px) {
    #customer .customer-list .customer-item .customer-item-location span svg {
        font-size: 14px;
        height: 14px;
        line-height: normal;
        width: 14px
    }
}

#customer .customer-list .customer-item .customer-item-location p {
    color: #292e35;
    line-height: 20px
}

@media only screen and (max-width: 767px) {
    #customer .customer-list .customer-item .customer-item-location p {
        font-size: 12px;
        line-height: 16px
    }
}

#kv-pagination {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 5rem
}

@media only screen and (max-width: 1199px) {
    #kv-pagination {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 767px) {
    #kv-pagination {
        line-height: 16px;
        margin-bottom: 4rem;
        margin-top: 16px
    }
}

#kv-pagination .next,
#kv-pagination .previous {
    align-items: flex-start;
    display: flex;
    gap: 8px
}

#kv-pagination .next a,
#kv-pagination .previous a {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 7px;
    width: 32px
}

#kv-pagination .next a:hover,
#kv-pagination .previous a:hover {
    background: #f2f3f5
}

#kv-pagination .next a svg,
#kv-pagination .previous a svg {
    align-items: center;
    color: #677484;
    display: flex;
    font-size: 14px;
    height: 14px;
    justify-content: center;
    width: 14px
}

#kv-pagination .disabled a {
    cursor: unset
}

#kv-pagination .disabled a:hover {
    background-color: #fff
}

#kv-pagination .disabled a svg {
    color: #c2c7ce !important
}

#kv-pagination .page-items {
    align-items: flex-start;
    display: flex;
    gap: 8px
}

#kv-pagination .page-items .page-item {
    align-items: center;
    border-radius: 6px;
    color: #292e35;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    line-height: 20px;
    padding: 8px 12px;
    width: 32px
}

#kv-pagination .page-items .page-item:hover {
    background: #e6f1fe
}

#kv-pagination .page-items .page-item.active {
    background: #0070f4;
    color: #fff;
    padding: 8px 12px
}

#kv-pagination .page-items .page-item-dots {
    align-items: center;
    color: #c2c7ce;
    display: flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    width: 32px
}

.content-404 {
    align-items: center;
    color: #15171a;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .content-404 .d-flex.justify-content-center {
        flex-direction: column;
        gap: 8px
    }
}

.title-404 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    margin-bottom: 12px;
    margin-top: 24px;
    text-align: center
}

.description-404 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    margin: 0;
    text-align: center
}

.home-back-button {
    color: #0070f4;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    margin-left: 4px;
    text-decoration: underline
}

.home-back-button:hover {
    color: #0057be;
    cursor: pointer
}

.register-wrapper {
    margin: 0 auto;
    position: relative
}

.register-wrapper .register-step2 .row,
.register-wrapper .register-step3 .row {
    margin-left: -20px;
    margin-right: 0
}

.register-wrapper .register-step2 .row>[class*=col-],
.register-wrapper .register-step3 .row>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
    padding-right: 0
}

.register-wrapper .terms-policies {
    color: #262a2e;
    margin-top: 12px
}

.register-wrapper .close-step {
    cursor: pointer
}

.register-wrapper .btn,
.register-wrapper .btn:focus,
.register-wrapper .btn:hover,
.register-wrapper .btn:visited {
    background-color: #0070f4;
    border-color: #0070f4;
    color: #fff
}

.register-wrapper .register-top {
    margin-bottom: 7px
}

.page-template-register {
    overflow: hidden !important
}

@media only screen and (min-width: 992px) {
    .register-content {
        background-clip: padding-box;
        border-radius: 17px
    }
}

@media only screen and (max-width: 991px) {
    .register-content {
        display: block
    }
}

.register-content .register-step3 label,
.register-content label {
    color: #666;
    font-size: 13px;
    font-weight: 400
}

.register-content .form-group {
    margin-bottom: 31px
}

@media only screen and (min-width: 1600px) {
    .register-content .form-group {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 1199px) {
    .register-content .form-group {
        margin-bottom: 28px
    }
}

.register-content .form-group>label {
    color: #99a9bc;
    font-size: 1.5rem
}

.register-content .form-group-validate>.captchar {
    align-items: center
}

.register-content .register-title {
    margin-bottom: 4rem;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .register-content .register-title {
        font-size: 1.5rem;
        margin-bottom: 5.2rem
    }
}

@media only screen and (max-width: 1199px) {
    .register-content .register-title {
        font-size: 1.5rem;
        margin-bottom: 2.5rem
    }
}

.register-content .register-title h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5
}

@media only screen and (min-width: 1600px) {
    .register-content .register-title h4 {
        font-size: 22px !important
    }
}

.register-content .register-title>a {
    color: #00b63e;
    font-size: 14px;
    margin-top: .6rem
}

@media only screen and (min-width: 1600px) {
    .register-content .register-title>a {
        font-size: 15px
    }
}

.register-content .register-title h2 {
    font-size: 28px;
    margin-top: 8px
}

.register-content .register-title h2 i {
    margin-left: 15px
}

.register-content .register_success label,
.register-content h4,
.register-content h4:not(.register-store) {
    padding-bottom: 0
}

.register-step3 .register-title {
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .register-step3 .register-title {
        margin-bottom: 0;
        top: 32px
    }
}

@media only screen and (max-width: 991px) {
    .register-step3 .register_success {
        margin-top: 100px
    }
}

.register-step3 .register-right {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073337/bg-step3-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%
}

.register-left,
.register-right {
    position: relative
}

.register-left {
    padding: 15px 0
}

@media only screen and (min-width: 992px) {
    .register-left {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 100vh;
        justify-content: center;
        min-width: 46%;
        overflow: hidden;
        padding: 30px 30px 13.5rem;
        width: 46%
    }
}

@media only screen and (min-width: 992px) and (min-width:1600px) {
    .register-left {
        padding-bottom: 16.2rem !important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .register-left {
        min-width: 457px;
        width: 457px
    }
}

@media only screen and (min-width: 992px) {
    .register-left:before {
        content: "";
        height: 100%;
        left: 0;
        min-width: 100%;
        opacity: .85;
        position: absolute;
        top: 0;
        width: 100%
    }

    .register-step1 .register-left {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073535/bg-step1.jpg);
        background-size: cover
    }

    .register-step1 .register-left:before {
        background: linear-gradient(206.69deg, rgba(56, 191, 118, .7) 12.29%, rgba(0, 90, 136, .7) 93.59%)
    }

    .register-step2 .register-left {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073540/bg-step2.jpg);
        background-position: 50%;
        background-size: cover
    }

    .register-step2 .register-left:before {
        background: linear-gradient(206.69deg, rgba(56, 191, 118, .7) 12.29%, rgba(0, 90, 136, .7) 93.59%)
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .register-step3 .register-left {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073542/bg-step3.jpg);
        background-position: 33%;
        background-size: cover
    }
}

@media only screen and (min-width: 1200px) {
    .register-step3 .register-left {
        background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073542/bg-step3.jpg);
        background-size: cover
    }
}

.register-step3 .register-left:before {
    background: linear-gradient(206.69deg, rgba(56, 191, 118, .7) 12.29%, rgba(0, 90, 136, .7) 93.59%)
}

.register-step3 .register-left .form-group {
    margin-bottom: 20px
}

@media only screen and (max-width: 991px) {
    .register-left {
        padding-bottom: 0;
        text-align: center
    }

    .register-left .register-top {
        color: #0070f4;
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .register-left .register-title-center {
        font-size: 2.4rem;
        line-height: 24px;
        margin-bottom: 2.4rem;
        text-shadow: 0 3.0016px 3.0016px rgba(0, 0, 0, .16)
    }
}

@media only screen and (max-width: 767px) {
    .register-left {
        padding-bottom: 0;
        text-align: center
    }

    .register-left .register-title-center {
        font-size: 1.9rem
    }
}

.register-title-success {
    text-transform: uppercase
}

.register-right {
    background-color: #fff;
    flex: 1
}

@media only screen and (min-width: 992px) {
    .register-right {
        justify-content: center;
        min-height: 544px
    }
}

@media only screen and (max-width: 1023px) {
    .register-right {
        padding: 0 37px !important
    }
}

.register-pmain .register-right {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) {
    .register-page .register-step2 .register-right {
        padding: 15px 0 10px 110px
    }

    .register-page .register-step1 .register-right {
        padding: 0 0 0 35px
    }
}

@media only screen and (min-width: 1600px) {
    .register-page .register-step1 .register-right .register-title {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 1199px) {
    .register-page .register-step1 .register-right .register-title {
        margin-bottom: 2.4rem
    }
}

.register-right .iti--allow-dropdown {
    display: block
}

.register-right .iti--allow-dropdown:after {
    clear: both;
    content: "";
    display: block
}

.register-right .phone-register {
    float: right;
    padding-left: 0 !important;
    width: calc(100% - 70px)
}

.register-right .label-phone-register {
    left: 68px;
    position: absolute
}

.register-right .label-ontop {
    color: #333 !important;
    font-size: 12px !important;
    top: -15px
}

.register-right .close-step {
    color: #002146;
    font-size: 2.4rem;
    height: 48px;
    position: fixed;
    right: 24px;
    top: 12px;
    width: 48px;
    z-index: 99
}

@media only screen and (max-width: 1023px) {
    .register-right .close-step {
        color: #fff;
        top: 0
    }
}

.time-exist-otp {
    color: red;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 5px
}

.has-error-bottom {
    margin-top: 12px
}

.register-bottom {
    float: left;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 12px;
    width: 100%
}

.register-bottom .btn-group-lg>.btn-register-step3.btn,
.register-bottom .btn-register-step3.btn-lg {
    font-size: 16px;
    height: 48px;
    justify-content: center !important;
    line-height: 24px;
    padding: 11px 23.5px !important
}

@media only screen and (min-width: 1600px) {

    .register-bottom .btn-group-lg>.btn-register-step3.btn,
    .register-bottom .btn-register-step3.btn-lg {
        font-size: 20px;
        height: 60px;
        line-height: 28px;
        padding: 15px 32px !important
    }
}

.register-bottom .btn-group-lg>.btn-register-step3.btn>i,
.register-bottom .btn-register-step3.btn-lg>i {
    align-items: center;
    display: flex;
    font-size: 20px;
    height: 40px !important;
    justify-content: center;
    margin-left: 3px !important;
    margin-right: 0;
    margin-right: 0 !important;
    width: 40px !important
}

.register-bottom .btn-group-lg>.btn-register-step3.btn:hover,
.register-bottom .btn-register-step3.btn-lg:hover {
    background-color: #005ac3;
    border-color: #005ac3;
    color: #fff
}

.register-step3 .register-bottom {
    margin-top: 2px
}

.register-title-center {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .register-title-center br {
        display: none
    }
}

@media only screen and (min-width: 1600px) {
    .register-title-center {
        font-size: 4.8rem;
        line-height: 7.2rem
    }
}

.telephone-wrap {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .telephone-wrap {
        font-size: 2rem
    }
}

.telephone-wrap:after,
.telephone-wrap:before {
    border-color: #fff;
    border-style: solid;
    content: "";
    height: 10px;
    min-width: 10px;
    width: 10px
}

.telephone-wrap:before {
    border-width: 1px 0 0 1px;
    left: 0;
    position: absolute;
    top: 0
}

.telephone-wrap:after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    position: absolute;
    right: 0
}

@media only screen and (max-width: 991px) {
    .telephone-wrap {
        display: none
    }
}

.register-top-back {
    color: #0070f4;
    font-size: 16px;
    margin-right: 10px
}

.register-top-back:focus,
.register-top-back:hover {
    color: #0070f4
}

@media only screen and (min-width: 992px) {

    .register-top-back,
    .register-top-back:focus,
    .register-top-back:hover {
        color: #fff
    }
}

@media only screen and (max-width: 991px) {
    .register-txt {
        display: none
    }
}

.industry-main-list {
    margin: 0 -6px;
    max-width: none;
    width: calc(100% + 12px)
}

@media only screen and (min-width: 1600px) {
    .industry-main-list {
        margin: 0 -16px;
        max-width: none;
        width: calc(100% + 32px)
    }
}

.industry-main-item {
    margin-bottom: 1.2rem;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width: 991px) {
    .industry-main-item {
        width: 33.33%
    }
}

@media only screen and (max-width: 767px) {
    .industry-main-item {
        width: 50%
    }
}

.industry-link {
    background-clip: padding-box;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 101px;
    padding: 6.5px 8px;
    transition: all 0s !important
}

.industry-link-item {
    align-items: center;
    display: flex;
    flex-direction: column
}

.industry-link .industry-icon {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .86), hsla(0, 0%, 100%, .86)), #00b63e;
    border-radius: 100%;
    display: flex;
    font-size: 22px;
    height: 44px;
    line-height: 22px;
    margin-bottom: 0;
    width: 44px
}

.industry-link p {
    float: left;
    font-size: 1.3rem;
    width: 100%
}

.industry-link:hover {
    box-shadow: 0 9px 32px rgba(0, 0, 0, .08);
    text-decoration: none
}

.select2-search input {
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 2.9rem;
    margin: 0;
    outline: 0;
    padding: 4px 20px 4px 5px;
    width: 100%
}

.select2-results .select2-result-label {
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    min-height: 1em;
    padding: 3px 7px 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.form-check-label {
    position: relative
}

.form-check-label label {
    color: #939393;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3px;
    position: absolute;
    top: 4px;
    transition: all .5s;
    z-index: 1
}

.form-check-label .has-focus::-moz-placeholder,
.form-check-label input.has-val::-moz-placeholder,
.form-check-label input:focus::-moz-placeholder,
.form-check-label textarea.textarea-control.has-val::-moz-placeholder,
.form-check-label textarea.textarea-control:focus::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
    -moz-transition: all .7s;
    transition: all .7s
}

.form-check-label .has-focus::placeholder,
.form-check-label input.has-val::placeholder,
.form-check-label input:focus::placeholder,
.form-check-label textarea.textarea-control.has-val::placeholder,
.form-check-label textarea.textarea-control:focus::placeholder {
    color: #333 !important;
    opacity: 1;
    transition: all .7s
}

.form-check-label .has-focus+label,
.form-check-label input.has-val+label,
.form-check-label input:focus+label,
.form-check-label textarea.textarea-control.has-val+label,
.form-check-label textarea.textarea-control:focus+label {
    color: #3e464f !important;
    font-size: 12px !important;
    top: 1px !important;
    transition: all .3s
}

.form-check-label .has-focus::-moz-placeholder,
.form-check-label select.has-val::-moz-placeholder,
.form-check-label select:focus::-moz-placeholder {
    opacity: 1;
    -moz-transition: all .7s;
    transition: all .7s
}

.form-check-label .has-focus::placeholder,
.form-check-label select.has-val::placeholder,
.form-check-label select:focus::placeholder {
    opacity: 1;
    transition: all .7s
}

.form-check-label .has-focus+label,
.form-check-label select.has-val+label,
.form-check-label select:focus+label {
    color: #333 !important;
    font-size: 12px !important;
    top: -15px !important;
    transition: all .5s
}

.form-check-label .form-control,
.form-check-label .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    border-color: #c2c7ce;
    border-radius: 8px;
    border-style: solid;
    box-shadow: none !important;
    color: #292e35;
    font-size: 14px;
    line-height: 2rem;
    padding-left: 11px
}

.form-check-label .form-control:focus,
.form-check-label .select2-choice:focus {
    background-color: #fff;
    border-color: #0070f4
}

.form-check-label .form-control:not(.textarea-control) {
    height: 48px !important
}

.form-check-label .form-control-note {
    padding-right: 10rem
}

.form-check-label .form-control-login {
    border-color: #c2c7ce;
    border-radius: 8px;
    border-width: 1px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px
}

.form-check-label .form-control-login:active,
.form-check-label .form-control-login:focus {
    border-width: 1px
}

.form-check-label .note {
    background-clip: padding-box;
    background-color: rgba(0, 112, 244, .1);
    border-radius: 25px;
    color: #262a2e !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 24px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0
}

.form-check-label .font-icon-pass {
    border-radius: 0 !important;
    color: #535353;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    line-height: 1;
    padding: 4px 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.form-check-note label {
    color: #a4acb5;
    left: 11px;
    margin-bottom: 0;
    position: absolute;
    top: 8px
}

.register-store {
    border: solid #e5e9ee;
    border-width: 0 0 1px;
    color: #237fcd;
    font-size: 15px !important;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 5px
}

@media only screen and (max-width: 1599px) {
    .register-store {
        margin-top: 10px;
        padding-bottom: 6px
    }
}

.register-store,
.register-store a {
    color: #004fab;
    font-weight: 400
}

.btn-get-otp {
    background-clip: padding-box;
    border: 1px solid #0070f4;
    border-radius: 99px;
    color: #0070f4 !important;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    padding: 11px 23px;
    width: 100%
}

.btn-get-otp:hover {
    background: #e3f0ff
}

.btn-get-otp:disabled {
    border: 1px solid #c2c7ce !important;
    color: #c2c7ce !important;
    opacity: 1
}

.btn-get-otp:has(.label-countdown) {
    border: 1px solid #c2c7ce !important;
    color: #3e464f !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    padding: 11px 17.5px !important
}

@media only screen and (min-width: 768px) {
    .get-otp-input {
        margin-top: 0
    }
}

.dang-ky .footer,
.dang-ky .hotline-box,
.dang-ky .navbar-kiotviet,
.register-page .register_close {
    display: none
}

.register-page .select2-container {
    z-index: 10000
}

.register-page .register-step3 .register-title {
    opacity: 0
}

.popup-html {
    overflow: hidden
}

.register-success-head {
    margin-bottom: 3.8rem;
    text-align: center
}

@media only screen and (max-width: 1599px) {
    .register-success-head {
        margin-bottom: 2.8rem
    }
}

.register-success-head h4 {
    color: #0070f4;
    color: #002146;
    font-size: 2.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-weight: 400;
    margin-bottom: .6rem
}

.register-success-top {
    color: #514f55;
    font-size: 16px;
    line-height: 1.5
}

.register-bottom-step3 {
    justify-content: center !important
}

.register-pmain {
    background: #fff;
    z-index: 99999
}

@media only screen and (min-width: 992px) {
    .register-pmain {
        overflow: hidden
    }
}

@media only screen and (max-width: 991px) {
    .register-pmain {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: auto
    }

    .register-pmain .register-wrapper {
        max-height: 100vh !important;
        overflow: auto
    }
}

.register-pmain .register-step1 {
    height: 100vh
}

.register-pmain .register-step1 .register-right-wrap {
    margin: auto
}

@media only screen and (min-width: 992px) {
    .register-pmain .register-step1 .register-right-wrap {
        max-width: 644px;
        width: 100%
    }
}

@media only screen and (min-width: 1600px) {
    .register-pmain .register-step1 .register-right-wrap {
        max-width: 704px;
        width: 100%
    }
}

.register-pmain .register-step2 .register-right-wrap,
.register-pmain .register-step3 .register-right-wrap {
    margin: auto;
    max-width: 50rem;
    width: 100%
}

.register-pmain .register-step2 .register-right-wrap>.captchar,
.register-pmain .register-step3 .register-right-wrap>.captchar {
    align-items: center
}

@media only screen and (max-width: 1599px) {

    .register-pmain .register-step2 .register-right-wrap,
    .register-pmain .register-step3 .register-right-wrap {
        max-width: 42.4rem
    }
}

@media only screen and (max-width: 991px) {

    .register-pmain .register-step2 .register-right-wrap,
    .register-pmain .register-step3 .register-right-wrap {
        max-width: unset
    }
}

.register-pmain .register-step2 .register-bottom {
    margin-top: 5.5px
}

@media only screen and (max-width: 1199px) {
    .register-pmain .register-step2 .register-bottom {
        margin-bottom: 16px
    }
}

.register-pmain .register-bottom {
    margin-top: 0
}

.register-pmain .form-group {
    margin-bottom: 4rem
}

@media only screen and (max-width: 1599px) {
    .register-pmain .form-group {
        margin-bottom: 3.2rem
    }
}

@media only screen and (max-width: 1199px) {
    .register-pmain .form-group {
        margin-bottom: 2.8rem
    }
}

.register-pmain .form-group-address {
    margin-bottom: 2.4rem
}

.register-pmain .form-group-address>span {
    color: #262a2e !important
}

.register-pmain .box-title,
.register-pmain .industry-highlights-heading,
.register-pmain .industry-highlights-item {
    display: none !important
}

.register-pmain .industry-main-list {
    margin: -4px -16px;
    max-width: none;
    width: calc(100% + 32px);
    width: auto
}

@media only screen and (max-width: 1199px) {
    .register-pmain .industry-main-list {
        margin: -3px 0;
        max-width: none
    }
}

.register-pmain .industry-main-item {
    margin-bottom: 0;
    padding: 4px 0
}

@media only screen and (min-width: 992px) {
    .register-pmain .industry-main-item {
        width: 25%
    }
}

@media only screen and (max-width: 1199px) {
    .register-pmain .industry-main-item {
        flex: auto;
        padding: 3px 0
    }
}

@media only screen and (min-width: 1600px) {
    .register-pmain .industry-main-item {
        margin-bottom: 3.2rem;
        padding: 0 .4rem
    }
}

@media only screen and (max-width: 1199px) {
    .register-pmain .industry-link {
        padding: 6.5px 6px
    }
}

.register-pmain .register-left {
    padding-bottom: 13.5rem
}

.register-pmain .register-title {
    margin-bottom: 4.9rem
}

@media only screen and (max-width: 1199px) {
    .register-pmain .register-title {
        margin-bottom: 2.5rem !important
    }
}

.register-pmain .register-title>h4 {
    font-size: 18px
}

.register-pmain .btn-get-otp {
    font-size: 13px;
    font-weight: 400;
    padding: 0
}

.register-pmain .register-title>a {
    font-size: 14px
}

.register_close {
    color: #737373;
    font-size: 24px;
    height: 48px;
    min-width: 48px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 48px;
    z-index: 10
}

@media only screen and (max-width: 991px) {

    .register_close,
    .register_close:hover {
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .register_close {
        position: fixed;
        top: 0
    }
}

.select2-container .select2-choice span {
    color: #262a2e !important;
    line-height: 28px
}

.captchar-box {
    align-items: center;
    display: flex;
    padding: 6px 0
}

.captchar-box .captcha-code {
    color: #525d6a;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.captchar-box .captcha-image {
    background-color: #fff;
    border-radius: 8px;
    height: 35px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0
}

.captchar-box>label {
    color: #262a2e !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0
}

.captchar-box a {
    align-items: center;
    background: #cce2fd;
    border-radius: 99px;
    display: flex;
    gap: 8px;
    height: 36px;
    justify-content: center;
    padding: 8px;
    width: 36px
}

.captchar-box a svg {
    align-items: center;
    color: #0070f4;
    display: flex;
    font-size: 20px;
    height: 20px;
    width: 20px
}

.front-register-info-sms:not(:empty) {
    align-items: center;
    background: #fff9f2;
    border: 1px solid #ffa033;
    border-radius: 8px;
    color: #292e35;
    display: flex;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
    padding: 10px 20px;
    position: relative;
    width: 100%
}

.front-register-info-sms:not(:empty) i {
    align-items: center;
    color: #cc6d00;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    margin-right: 16px;
    width: 24px
}

.front-register-info-sms:not(:empty) span {
    color: #292e35;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (min-width: 1600px) {
    .front-register-info-sms:not(:empty) {
        margin-bottom: 0;
        margin-top: 0
    }
}

.front-register-info-sms:not(:empty) a {
    background: transparent !important;
    font-size: inherit
}

.front-register-info-sms:not(:empty) .btn-retry-get-otp {
    cursor: pointer;
    font-size: 13px
}

.front-register-info-sms:not(:empty) a.btn-retry-get-otp:hover {
    color: #428bca
}

body:not(.page-template-registerWebapp) .front-register-error:not(:empty) {
    align-items: center;
    background: #fff2f2;
    border: 1px solid #f33;
    border-radius: 8px;
    color: #292e35;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 10px 20px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1600px) {
    body:not(.page-template-registerWebapp) .front-register-error:not(:empty) {
        margin-bottom: 12px
    }
}

body:not(.page-template-registerWebapp) .front-register-error:not(:empty) svg {
    color: #c00;
    font-size: 20px;
    font-weight: 900;
    margin-right: 16px
}

.register-bottom .register-bottom-step3 {
    justify-content: center
}

.register-bottom .btn {
    background-color: #0070f4;
    border-color: #0070f4;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    padding: 12px 24px
}

@media only screen and (min-width: 1600px) {
    .register-bottom .btn {
        font-size: 20px;
        font-weight: 700;
        height: unset;
        line-height: 28px;
        padding: 16px 32px
    }
}

@media only screen and (max-width: 1365px) {
    .register-bottom .btn {
        font-size: 14px;
        height: unset;
        line-height: 20px;
        padding: 7px 15.5px !important
    }
}

.register-bottom .btn-arrow-left {
    padding: 11px 23px
}

@media only screen and (min-width: 1600px) {
    .register-bottom .btn-arrow-left {
        padding: 15px 31px
    }
}

.register-bottom .btn-arrow-left:hover {
    background-color: rgba(0, 112, 244, .2);
    border-color: #0070f4;
    color: #0070f4
}

.register-bottom .btn-arrow-right {
    padding: 11px 23px
}

@media only screen and (min-width: 1600px) {
    .register-bottom .btn-arrow-right {
        padding: 15px 31px
    }
}

.register-bottom .btn-arrow-right:hover {
    background-color: #005ac3;
    border-color: #005ac3;
    color: #fff
}

.register-bottom .btn-outline-primary {
    background-color: transparent;
    color: #0070f4
}

.register-bottom .btn-outline-primary i {
    margin-left: 0;
    margin-right: 10px
}

.register-bottom .btn-group-lg>.btn,
.register-bottom .btn-lg {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    padding: 10px 10px 10px 32px
}

.register-bottom .btn+.btn {
    margin-left: 8px
}

.btn:focus,
.btn:hover {
    outline: none !important
}

@media only screen and (min-width: 768px) {
    .mb-maxsm-0 {
        margin-bottom: 20px !important
    }
}

.control-group .img-flag {
    display: none
}

.terms-policies {
    align-items: center;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 12px
}

@media only screen and (min-width: 1600px) {
    .terms-policies {
        margin-bottom: 8px;
        margin-top: 8px
    }
}

.terms-policies span {
    display: inline-block;
    font-weight: 600
}

.terms-policies input {
    cursor: pointer;
    height: 20px;
    margin-right: 8px;
    position: relative;
    width: 20px
}

@media only screen and (max-width: 991px) {
    .terms-policies input {
        height: 20px;
        width: 18px
    }
}

.terms-policies input:checked:before {
    content: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/checkbox2.svg);
    display: block;
    height: 100%;
    left: 1px;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width: 1599px) {
    .terms-policies input:checked:before {
        left: 1px
    }
}

@media only screen and (max-width: 991px) {
    .terms-policies input:checked:before {
        left: 0
    }
}

.page-template-register.popup-register.register-pmain {
    background: #fff;
    height: auto;
    height: 100vh;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99999
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain:has(.register-chooseindustry, .register-finalweb) {
        background: linear-gradient(24.91deg, #deebfb 18.37%, #fff 86.66%)
    }
}

@media only screen and (max-width: 767px) {
    .page-template-register.popup-register.register-pmain:has(.register-chooseindustry, .register-finalweb) {
        background: unset
    }
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain {
        border: 0;
        border-radius: 0;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        width: auto
    }
}

@media only screen and (max-width: 767px) {
    .page-template-register.popup-register.register-pmain .register-industry {
        padding-bottom: 44px
    }
}

.page-template-register.popup-register.register-pmain .new-website .close-step {
    display: none
}

.page-template-register.popup-register.register-pmain .new-website .btn-get-otp {
    background-color: transparent;
    border: 1px solid #0070f4;
    color: #3e464f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 17.5px
}

.page-template-register.popup-register.register-pmain .new-website .btn-get-otp:disabled {
    border: 1px solid #c2c7ce;
    font-weight: 600
}

.page-template-register.popup-register.register-pmain .new-website .register-bottom {
    margin-top: 12px
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-left {
    height: auto;
    min-width: auto;
    padding-top: 138px;
    width: 400px
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain:has(.register-step1) .register-left {
        margin-top: 35px;
        padding-top: 0;
        width: auto
    }
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-right {
    justify-content: start;
    padding: 30px 40px 27px
}

@media only screen and (max-width: 1199px) {
    .page-template-register.popup-register.register-pmain:has(.register-step1) .register-right {
        padding: 30px 35px 35px
    }
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-right .close-step {
    display: none
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-right-wrap {
    margin: 0;
    max-width: unset
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-title-center {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 24px;
    padding-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain:has(.register-step1) .register-title-center {
        color: #262a2e;
        font-size: 24px;
        line-height: 24px;
        text-shadow: none
    }
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .register-top {
    margin-bottom: 24px
}

.page-template-register.popup-register.register-pmain:has(.register-step1) .industry-main-list {
    margin: 0
}

.page-template-register.popup-register.register-pmain .register-step1 {
    height: auto
}

@media only screen and (max-width: 1199px) {
    .page-template-register.popup-register.register-pmain .register-step1 .industry-link {
        padding: 0
    }
}

@media only screen and (min-width: 1600px) {
    .page-template-register.popup-register.register-pmain .register-step1 .industry-main-list {
        margin: 0
    }

    .page-template-register.popup-register.register-pmain .register-step1 .industry-main-item {
        margin-bottom: .8rem;
        padding: 0
    }
}

.page-template-register.popup-register.register-pmain .register-step2 .register-right {
    align-items: center;
    display: flex;
    padding-bottom: 30px
}

.page-template-register.popup-register.register-pmain .register-step2 .register-right-wrap {
    max-width: 424px
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step2 .register-right-wrap {
        max-width: unset
    }
}

.page-template-register.popup-register.register-pmain .register-step2 .register-top {
    margin-bottom: 1px !important
}

.page-template-register.popup-register.register-pmain .register-step2 .register-title {
    margin-bottom: 18px
}

.page-template-register.popup-register.register-pmain .register-step2 .terms-policies {
    margin-bottom: 1.05rem
}

.page-template-register.popup-register.register-pmain .register-step2 .terms-policies input:checked:before {
    left: -1px;
    top: 0
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step2 .terms-policies input:checked:before {
        left: 0 !important;
        top: 0 !important
    }
}

@media only screen and (min-width: 1600px) {
    .page-template-register.popup-register.register-pmain .register-step2 .industry-main-item {
        margin-bottom: .8rem;
        padding: 0
    }
}

.page-template-register.popup-register.register-pmain .register-step2 .front-register-error {
    margin-bottom: 6px;
    margin-top: 1px
}

.page-template-register.popup-register.register-pmain .register-step3 {
    height: auto
}

.page-template-register.popup-register.register-pmain .register-step3 .register-right-wrap {
    max-width: 42.4rem
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step3 .register-right-wrap {
        max-width: 50rem
    }
}

.page-template-register.popup-register.register-pmain .register-step3 .form-group {
    color: #262a2e;
    margin-bottom: 3.2rem
}

.page-template-register.popup-register.register-pmain .register-step3 .register-left {
    height: auto;
    max-width: 400px;
    min-width: auto;
    padding-bottom: 72px !important
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step3 .register-left {
        color: #262a2e;
        max-width: unset;
        padding-bottom: 0 !important
    }

    .page-template-register.popup-register.register-pmain .register-step3 .register-right {
        margin-top: 10px
    }
}

.page-template-register.popup-register.register-pmain .register-step3 .register-title-center {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step3 .register-title-center {
        font-size: 24px;
        margin-top: 0
    }
}

.page-template-register.popup-register.register-pmain .register-step3 .telephone-wrap {
    font-size: 13px;
    font-weight: 600;
    line-height: normal
}

@media only screen and (max-width: 991px) {
    .page-template-register.popup-register.register-pmain .register-step3 .register_success {
        margin-top: 12rem
    }
}

.page-template-register.popup-register.register-pmain .register-step3 .register-success-top {
    font-size: 18px;
    margin-bottom: 7px
}

.page-template-register.popup-register.register-pmain .register-step3 .register-success-head {
    margin-bottom: 28px
}

.page-template-register.popup-register.register-pmain .register-step3 .register-store {
    margin-top: 10px
}

.page-template-register.popup-register.register-pmain .register-step3 .close-step {
    display: none
}

@media only screen and (min-width: 992px) {
    .page-template-register.popup-register.register-pmain .register-pmain {
        overflow: hidden;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width: 1600px) {
    .page-template-register.popup-register.register-pmain .register-pmain .industry-main-item {
        margin-bottom: .8rem;
        padding: 0
    }

    .page-template-register.popup-register.register-pmain .register-pmain .telephone-wrap {
        font-size: 1.3rem
    }

    .page-template-register.popup-register.register-pmain .register-pmain .industry-main-list {
        margin: 0
    }

    .page-template-register.popup-register.register-pmain .register-content .register-title h4 {
        font-size: 18px !important;
        margin-bottom: 24px
    }
}

.page-template-register.popup-register.register-pmain .popup-register-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: fixed;
    right: 24px;
    top: 24px;
    width: 32px;
    z-index: 111111
}

.page-template-register.popup-register.register-pmain .popup-register-close svg {
    color: #677484;
    font-size: 24px
}

.page-template-register.popup-register.register-pmain .register-title {
    color: #002146;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0
}

.none {
    display: none
}

.my-select {
    cursor: pointer
}

.login-typing {
    border: 1px solid #c2c7ce !important
}

.login-typing:before {
    display: none !important
}

.wrap-register-form {
    background: linear-gradient(24.91deg, #deebfb 18.37%, #fff 86.66%)
}

.wrap-register-form:has(.register-choose-industry) {
    height: 100vh
}

.wrap-register-form:has(.register-finalweb) {
    background: unset;
    position: relative
}

.wrap-register-form:has(.register-finalweb):before {
    background: rgba(126, 185, 255, .2);
    border-radius: 100% 100% 0 0;
    bottom: 0;
    content: "";
    filter: blur(200px);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
    width: 100%
}

label.disabled:hover {
    cursor: not-allowed
}

input#retailer_code:disabled {
    background-color: #fff !important;
    cursor: not-allowed
}

.new-register-step-2 {
    display: flex;
    justify-content: center
}

.new-register-step-2 .register-final {
    align-items: center;
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073337/bg-step3-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    padding: 24px 0
}

@media only screen and (min-width: 1600px) {
    .new-register-step-2 .register-final {
        padding-top: 48px
    }
}

.new-register-step-2 .register-final-img {
    align-items: center;
    display: flex;
    height: 112.5px;
    justify-content: center;
    width: 165px
}

.new-register-step-2 .register-final-title {
    margin-bottom: 32px;
    margin-top: 24px
}

@media only screen and (max-width: 1365px) {
    .new-register-step-2 .register-final-title {
        margin-top: 16px
    }
}

.new-register-step-2 .register-final-title-caption {
    color: #002957;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center
}

@media only screen and (max-width: 1365px) {
    .new-register-step-2 .register-final-title-caption {
        font-size: 20px;
        line-height: 28px
    }
}

.new-register-step-2 .register-final-title-note {
    color: #002249;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    text-align: center
}

.new-register-step-2 .register-final-url {
    align-items: flex-start;
    background: #e5f1fe;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 470px;
    padding: 16px 24px;
    width: 100%
}

@media only screen and (min-width: 1600px) {
    .new-register-step-2 .register-final-url {
        max-width: 650px
    }
}

.new-register-step-2 .register-final-url span {
    color: #292e35;
    font-size: 12px;
    line-height: 16px
}

.new-register-step-2 .register-final-url a {
    color: #005ac3;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.new-register-step-2 .register-final-account {
    align-items: flex-start;
    background: #e5f8eb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 24px 0 32px;
    max-width: 470px;
    padding: 16px 24px;
    width: 100%
}

@media only screen and (min-width: 1600px) {
    .new-register-step-2 .register-final-account {
        max-width: 650px
    }
}

.new-register-step-2 .register-final-account span {
    color: #292e35;
    font-size: 12px;
    line-height: 16px
}

.new-register-step-2 .register-final-account a {
    color: #009232 !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.new-register-step-2 .register-final-account a:hover {
    color: inherit
}

.new-register-step-2 .register-final .register-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.new-register-step-2 .register-final .register-bottom .back-home-page {
    color: #0070f4;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.new-register-left {
    align-items: center;
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2023/10/31073409/background-register1.jpg);
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    width: 41.654465593%
}

.new-register-left .register-logo-vpbank {
    margin-top: 32px !important;
    position: unset !important;
    transform: unset
}

@media only screen and (max-width: 767px) {
    .new-register-left .register-logo-vpbank {
        display: none
    }
}

@media only screen and (min-width: 1600px) {
    .new-register-left {
        width: 44.0625%
    }
}

@media only screen and (max-width: 1365px) {
    .new-register-left {
        width: 41.09375%
    }
}

@media only screen and (max-width: 1199px) {
    .new-register-left {
        display: none
    }
}

.new-register-left .new-register-content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.new-register-left .new-register-content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-shadow: 0 2.141679287px 2.141679287px rgba(0, 0, 0, .16)
}

@media only screen and (min-width: 1600px) {
    .new-register-left .new-register-content-title {
        font-size: 48px;
        line-height: 60px
    }
}

@media only screen and (max-width: 1365px) {
    .new-register-left .new-register-content-title {
        font-size: 30px;
        line-height: 36px
    }
}

.new-register-left .new-register-content .telephone-wrap {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

@media only screen and (min-width: 1366px) {
    .new-register-left .new-register-content .telephone-wrap {
        font-size: 16px;
        line-height: 24px
    }
}

.new-register-right {
    background: linear-gradient(0deg, #eff6ff, #fff);
    display: flex;
    flex: 1;
    flex-direction: column
}

@media only screen and (max-width: 1199px) {
    .new-register-right {
        height: 100vh
    }
}

.new-register-right .close-step {
    align-items: center;
    color: #677484;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    right: 24px;
    top: 24px;
    width: 32px
}

.new-register-right .new-register-top {
    margin-bottom: 32px;
    margin-top: 88px
}

@media only screen and (max-width: 1365px) {
    .new-register-right .new-register-top {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 1199px) {
    .new-register-right .new-register-top {
        margin-bottom: 16px
    }
}

.new-register-right .new-register-top .new-register-title {
    color: #1f2328;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .new-register-right .new-register-top .new-register-title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1365px) {
    .new-register-right .new-register-top .new-register-title {
        font-size: 20px;
        line-height: 28px
    }
}

.new-register-right .new-register-top a {
    color: #1f2328;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.new-register-right .new-register-form {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%
}

.new-register-right .new-register-form .w-100.input-section:not(:last-child) {
    margin-bottom: 12px
}

@media only screen and (min-width: 1600px) {
    .new-register-right .new-register-form {
        max-width: 650px
    }
}

.new-register-right .new-register-form .note {
    background: #f0f1f3;
    border-radius: 4px;
    color: #3e464f;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 8px;
    position: absolute;
    right: 3px;
    top: 3px
}

.new-register-right .new-register-form .font-icon-pass {
    color: #677484;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 15px
}

.new-register-right .new-register-form .label-sendotp {
    display: flex;
    font-weight: 600;
    justify-content: center;
    width: 100%
}

.new-register-right .new-register-form .label-sendotp:has(.label-countdown) {
    font-weight: 400
}

.new-register-right .new-register-form .label-countdown {
    color: #3e464f;
    font-weight: 400;
    margin-left: 4px
}

.new-register .register-web-otp_step2 {
    color: #1f2328;
    margin: 156px auto 0;
    max-width: 500px
}

.new-register .register-web-otp_step2 p {
    color: #292e35;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
    text-align: center
}

.new-register .register-web-title {
    font-size: 24px;
    font-weight: 700;
    height: 66px;
    line-height: 36px;
    text-align: center
}

.new-register .otp-webversion {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 32px
}

.new-register .otp-webnumber {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    display: -webkit-box;
    padding: 12px 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #3e464f;
    flex: 1 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-overflow: ellipsis
}

.new-register .otp-webnumber:focus {
    background-color: transparent;
    border-bottom-width: 2px
}

.new-register .otp-webnumber.form-control:not(.textarea-control) {
    height: 60px !important
}

.new-register .resend-otp {
    margin-top: 24px
}

.new-register .resend-otp a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.new-register .btn-backtostep1,
.new-register .btn-close-sendOTP {
    color: #677484;
    cursor: pointer;
    font-size: 24px;
    height: 32px;
    left: 24px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 32px
}

.new-register .btn-close-sendOTP {
    left: unset;
    right: 24px
}

.register-industry {
    height: 100vh;
    justify-content: flex-start
}

.register-industry,
.register-industry-title {
    align-items: center;
    display: flex;
    flex-direction: column
}

.register-industry-title p {
    color: #1f2328;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
    margin-top: 24px;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .register-industry-title p {
        font-size: 30px
    }
}

.register-industry-title span {
    color: #677484;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    .register-industry-title span {
        font-size: 18px;
        line-height: 26px
    }
}

.register-industry .industry-box {
    align-items: center;
    display: flex;
    padding-bottom: 36px;
    padding-top: 36px;
    position: relative
}

@media only screen and (min-width: 1600px) {
    .register-industry .industry-box {
        padding-top: 60px
    }
}

.register-finalweb {
    align-items: center;
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/11071206/bg-register-success.png) top no-repeat;
    display: flex;
    flex-direction: column;
    height: 100vh
}

@media only screen and (max-width: 1199px) {
    .register-finalweb {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/14064038/bg-register-success-tablet.png) top no-repeat;
        background-size: contain
    }
}

@media only screen and (max-width: 575px) {
    .register-finalweb {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/14064045/bg-register-success-mobile.png) top no-repeat;
        background-size: contain
    }
}

.register-finalweb-title {
    color: #292e35;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    text-align: center
}

.register-finalweb-logo {
    display: block;
    margin: 56px auto 24px
}

.register-finalweb-content {
    display: grid;
    gap: 16px
}

.register-finalweb-item {
    border-radius: 12px;
    padding: 12px 16px;
    width: 469px
}

.register-finalweb-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.register-finalweb-item.bg-light-primary {
    background-color: #e6f1fe
}

.register-finalweb-item.bg-light-secondary {
    background-color: #e6f8ec
}

.register-finalweb-item.bg-light-warning {
    background-color: #fff3e6
}

.register-finalweb-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 8px
}

.register-finalweb-contact-text {
    color: #292e35;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.register-finalweb-contact-image {
    margin-left: 16px
}

.btn-register-success {
    border-radius: 99px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 24px auto 32px;
    padding: 12px 24px;
    width: -moz-fit-content;
    width: fit-content
}

.register-chooseindustry {
    background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/11071206/bg-register-success.png) top no-repeat;
    transition: opacity 1s ease-in-out
}

@media only screen and (max-width: 1199px) {
    .register-chooseindustry {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/14064038/bg-register-success-tablet.png) top no-repeat;
        background-size: cover
    }
}

@media only screen and (max-width: 575px) {
    .register-chooseindustry {
        background: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/2024/03/14064045/bg-register-success-mobile.png) top no-repeat;
        background-size: contain
    }
}

.register-chooseindustry .register-finalweb-title {
    margin-bottom: 32px
}

.register-chooseindustry-image {
    display: block;
    margin: auto auto 26px;
    padding-top: 72px
}

.register-chooseindustry-form {
    display: grid;
    gap: 12px;
    margin: auto;
    width: 400px
}

.register-chooseindustry .label-chooseindustry .register-choose-industry {
    height: 100%;
    padding-right: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%
}

.register-chooseindustry .label-chooseindustry .register-choose-industry svg {
    color: #677484;
    font-size: 16px
}

.register-chooseindustry .access-address {
    color: #292e35;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.register-chooseindustry .access-address b {
    font-weight: 600;
    word-break: break-all
}

.custom-select2 {
    z-index: 99999
}

.select2-dropdown {
    border-top: 1px solid #ccc !important
}

.select2-hidden-accessible:hover {
    background: #0c5460
}

.select2-container--default .select2-selection--single {
    align-items: center;
    border: none;
    border-radius: 8px;
    display: flex;
    padding: 6px 11px
}

.select2-container--default .select2-selection--single:hover {
    border-radius: 1px solid #0070f4
}

.select2-container--default .select2-selection--single:focus-visible {
    outline: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #00b63e
}

.controls:has(.select2-container--below.select2-container--focus) label,
.controls:has(.select2-container--below.select2-container--open) label,
.controls:has(.select2-container--below.select2-init-data) label {
    color: #3e464f;
    display: block;
    font-size: 10px;
    top: 4px
}

.select2-search.select2-search--dropdown svg {
    color: #666e7a;
    font-size: 20px;
    left: 24px;
    position: absolute;
    top: 20px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-radius: 8px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open b {
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 20px !important
}

.select2-selection__placeholder {
    color: #a4acb5 !important
}

.select2-dropdown {
    border-radius: 8px;
    margin-top: 10px
}

.select2-dropdown .select2-search--dropdown {
    padding: 12px 12px 8px
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #0070f4;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px 9px 43px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-left: 60px
}

div.address {
    position: relative
}

div.address svg.error {
    color: red;
    font-size: 14px;
    position: absolute;
    right: 38px;
    top: 16px
}

@media only screen and (max-width: 575px) {
    div.address svg.error {
        right: 34px
    }
}

label.error-validate {
    border: 1px solid red;
    position: relative
}

label.error-validate .error,
label.error-validate .error-note {
    color: red;
    font-size: 14px;
    right: 12px;
    top: 16px
}

label.error-validate .error-note {
    right: 100px
}

label.error-validate .error-notePassword {
    right: 38px;
    top: 15px
}

label:not(.m-filled) .error,
label:not(.m-filled) .error-note {
    position: absolute
}

label>.label-input:after,
label>.label-input:before {
    position: absolute;
    transition: .1s ease-in-out
}

label>.label-input:before {
    bottom: 0;
    color: #a4acb5;
    content: attr(data-label);
    left: 11px;
    line-height: 20px;
    margin: auto;
    pointer-events: none;
    top: 12px
}

@media only screen and (min-width: 768px) {

    label>.label-input:before.password:after,
    label>.label-input:before.retailer-code:after {
        top: 17px
    }
}

@media screen and (max-width: 374px) {
    label>.label-input:before {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 154px
    }
}

label>.label-input.popup-register-name:after {
    left: 95px
}

label>.label-input.popup-register-phone:after {
    left: 101px
}

@media only screen and (min-width: 768px) {
    label>.label-input:after {
        bottom: 0;
        color: red;
        content: "";
        left: 0;
        margin: auto;
        pointer-events: none;
        top: 14px
    }

    label>.label-input.phone-international:after {
        left: 202px
    }

    label>.label-input.phone-inland:after {
        left: unset;
        right: 503px
    }

    label>.label-input.retailer-code:after {
        left: unset;
        right: 426px
    }

    label>.label-input.password:after {
        left: unset;
        right: 412px
    }

    label>.label-input.address:before {
        content: ""
    }

    label>.label-input.address:after {
        left: 149px
    }

    label>.label-input.address.has-value:after {
        font-size: 10px;
        left: 86px;
        line-height: 12px;
        top: 6px
    }
}

@media only screen and (max-width: 1599px) {
    label>.label-input.phone-inland:after {
        left: unset;
        right: 353px
    }

    label>.label-input.retailer-code:after {
        left: unset;
        right: 277px
    }

    label>.label-input.password:after {
        left: unset;
        right: 262px
    }
}

label .select:focus~.label-input:before,
label>input:focus~.label-input:before,
label>textarea:focus~.label-input:before {
    color: #3e464f;
    font-size: 14px
}

.select2-container--open,
input,
textarea {
    border: 0;
    font-size: 14px;
    width: 100%
}

.select2-container--open.input-domain,
input.input-domain,
textarea.input-domain {
    padding-right: 120px
}

.select2-container--open:active,
.select2-container--open:focus,
.select2-container--open:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

.filled {
    align-items: end;
    background-color: #fff;
    border: 1px solid #c2c7ce;
    border-radius: 8px;
    display: flex;
    margin-bottom: 0;
    min-height: 48px;
    padding: 5px 0;
    padding-top: 18px !important;
    position: relative
}

.filled .fa-sort-down {
    color: #677484;
    font-size: 16px;
    left: 48px;
    line-height: 20px;
    position: absolute;
    top: 10px
}

@media only screen and (max-width: 575px) {
    .filled .fa-sort-down {
        top: 12px
    }
}

.filled .phone-international:before {
    left: 66px;
    position: absolute;
    top: 13px
}

.filled .phone-inland:before {
    left: 11px;
    position: absolute;
    top: 13px
}

.filled .select2-container--open~.label-input:before {
    color: #3e464f;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    transform: translateY(-12px)
}

.filled .select2-container--open~.label-input:after {
    width: 100%
}

.filled textarea,
.filled>input {
    border-radius: 4px 4px 0 0;
    color: #292e35;
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px
}

.filled textarea:focus~.label-input:before,
.filled>input:focus~.label-input:before {
    color: #3e464f;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    top: 17px;
    transform: translateY(-12px);
    transition: .1s ease-in-out
}

@media only screen and (max-width: 767px) {

    .filled textarea:focus~.label-input:before,
    .filled>input:focus~.label-input:before {
        width: -moz-fit-content;
        width: fit-content
    }
}

.filled textarea:focus~.label-input.fullName:before,
.filled>input:focus~.label-input.fullName:before {
    top: 18px
}

.filled textarea:focus~.label-input.password:before,
.filled textarea:focus~.label-input.retailer-code:before,
.filled>input:focus~.label-input.password:before,
.filled>input:focus~.label-input.retailer-code:before {
    top: 17px !important
}

.filled textarea:focus~.label-input:after,
.filled>input:focus~.label-input:after {
    color: red;
    font-size: 10px;
    line-height: 12px;
    top: 17px;
    transform: translateY(-12px);
    transition: .1s ease-in-out;
    width: 100%
}

.filled textarea:focus~.label-input.retailer-code:after,
.filled>input:focus~.label-input.retailer-code:after {
    left: 79px
}

.filled textarea:focus~.label-input.password:after,
.filled>input:focus~.label-input.password:after {
    left: 56px
}

.filled .select,
.filled:focus,
.filled:focus-within {
    border-color: #0070f4
}

.filled .select .fa-circle-exclamation,
.filled:focus .fa-circle-exclamation,
.filled:focus-within .fa-circle-exclamation {
    display: none !important
}

@media only screen and (min-width: 768px) {

    .filled .select .popup-register-name:after,
    .filled:focus .popup-register-name:after,
    .filled:focus-within .popup-register-name:after {
        left: 45px
    }
}

@media only screen and (min-width: 768px) {

    .filled .select .popup-register-phone:after,
    .filled:focus .popup-register-phone:after,
    .filled:focus-within .popup-register-phone:after {
        left: 62px
    }
}

.filled .phone-international.phone-focusinput:before {
    bottom: 0;
    color: #3e464f;
    content: "Số điện thoại";
    font-size: 10px;
    font-weight: 500;
    left: 75px;
    line-height: 12px;
    margin: auto;
    pointer-events: none;
    top: 17px;
    transform: translateY(-12px)
}

@media only screen and (min-width: 768px) {
    .filled .phone-international.phone-focusinput:after {
        bottom: 0;
        font-size: 10px;
        left: 140px !important;
        line-height: 20px;
        margin: auto;
        transform: translateY(-12px)
    }
}

.filled .iti {
    width: 100%
}

.filled .iti .iti__flag-container {
    display: flex;
    height: 36px;
    left: 11px;
    position: absolute;
    top: -16px;
    width: 56px
}

.filled .iti .iti__flag-container:hover {
    background-color: transparent
}

.filled .iti .iti__flag-container .iti__selected-flag {
    height: 36px;
    padding: 0;
    width: 33px
}

.filled .iti .iti__flag-container .iti__selected-flag:hover {
    background-color: transparent
}

.filled .iti .iti__flag-container .iti__selected-flag .iti__flag {
    border-radius: 3px
}

.filled .iti .iti__flag-container .iti__selected-flag .iti__arrow {
    border: none;
    color: transparent;
    transform: inherit
}

.filled .iti .iti__country {
    padding-left: 12px
}

.filled .iti .iti__country-list {
    border: unset;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 41, 87, .1);
    left: -11px;
    max-height: 210px;
    padding: 7px 0 12px;
    top: 44px
}

@media (min-width: 501px) and (max-width:767px) {
    .filled .iti .iti__country-list {
        min-width: 500px;
        width: 500px
    }
}

.filled .iti .iti__country.iti__highlight {
    background-color: #f2f8fe
}

.filled~.message-error {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 4px
}

.valid {
    align-items: end;
    display: flex;
    min-height: 48px;
    padding: 5px 0
}

.valid .popup-register-name:after {
    font-size: 10px;
    left: 45px !important;
    line-height: 20px;
    top: 13px;
    transform: translateY(-12px)
}

.valid .popup-register-phone:after {
    font-size: 10px;
    left: 62px !important;
    line-height: 20px;
    top: 13px;
    transform: translateY(-12px)
}

@media only screen and (min-width: 768px) {

    .valid .phone-inland:before,
    .valid .phone-international:before {
        top: 17px !important
    }

    .valid .phone-international:after {
        left: 140px !important
    }

    .valid .phone-inland:after,
    .valid .phone-international:after {
        font-size: 10px;
        line-height: 20px;
        top: 14px;
        transform: translateY(-12px)
    }

    .valid .phone-inland:after {
        left: 75px !important
    }

    .valid .retailer-code:after {
        left: 79px !important
    }

    .valid .password:after,
    .valid .retailer-code:after {
        font-size: 10px;
        line-height: 20px;
        top: 14px;
        transform: translateY(-13px)
    }

    .valid .password:after {
        left: 56px !important
    }
}

.valid .iti--allow-dropdown~.label-input:before,
.valid .select2-init-data~.label-input:before,
.valid>input~.label-input:before,
.valid>textarea~.label-input:before {
    color: #3e464f;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    top: 17px;
    transform: translateY(-12px)
}

.valid .iti--allow-dropdown~.label-input.fullName:before,
.valid .select2-init-data~.label-input.fullName:before,
.valid>input~.label-input.fullName:before,
.valid>textarea~.label-input.fullName:before {
    top: 18px
}

.valid .iti--allow-dropdown~.label-input:after,
.valid .select2-init-data~.label-input:after,
.valid>input~.label-input:after,
.valid>textarea~.label-input:after {
    width: 100%
}

.valid .iti--allow-dropdown>.label-input,
.valid .select2-init-data>.label-input,
.valid>input>.label-input,
.valid>textarea>.label-input {
    font-size: 10px
}

.valid .iti--allow-dropdown>.label-input:after,
.valid .select2-init-data>.label-input:after,
.valid>input>.label-input:after,
.valid>textarea>.label-input:after {
    background-color: #0070f4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    right: 0;
    transition: .3s;
    width: 0
}

.resgiter-mobile-header {
    align-items: center;
    color: #677484;
    display: flex;
    padding: 14px 16px
}

.resgiter-mobile-header .back-step {
    align-items: center
}

.resgiter-mobile-header .back-step i {
    height: 16px;
    margin-right: 4px;
    margin-top: 2px;
    width: 16px
}

.resgiter-mobile-header .back-step span {
    color: #292e35;
    line-height: 20px
}

.resgiter-mobile-header i:last-child {
    font-size: 20px;
    margin-left: auto
}

.register-mobile .register-mobile-otp {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 12px 24px
}

.register-mobile .register-mobile-otp_step1 .register-mobile-title,
.register-mobile .register-mobile-otp_step2 .register-mobile-title,
.register-mobile .register-mobile-otp_step3 .register-mobile-title {
    align-items: flex-start;
    align-self: stretch;
    display: grid;
    gap: 4px;
    margin-bottom: 40px
}

.register-mobile .register-mobile-otp_step1 .register-mobile-title_step,
.register-mobile .register-mobile-otp_step2 .register-mobile-title_step,
.register-mobile .register-mobile-otp_step3 .register-mobile-title_step {
    color: #1f2328;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

.register-mobile .register-mobile-otp_step1 .register-mobile-title span,
.register-mobile .register-mobile-otp_step2 .register-mobile-title span,
.register-mobile .register-mobile-otp_step3 .register-mobile-title span {
    color: #292e35;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.register-mobile .register-mobile-otp_step1 .resend-otp,
.register-mobile .register-mobile-otp_step2 .resend-otp,
.register-mobile .register-mobile-otp_step3 .resend-otp {
    margin-top: 24px
}

.register-mobile .register-mobile-otp_step1 .resend-otp .color-secondary,
.register-mobile .register-mobile-otp_step2 .resend-otp .color-secondary,
.register-mobile .register-mobile-otp_step3 .resend-otp .color-secondary {
    font-weight: 600
}

.register-mobile .register-mobile-otp_step1 .message-error {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    padding-left: 60px
}

.register-mobile .register-mobile-otp_step3 .register-mobile-title {
    margin-bottom: 16px
}

.register-mobile .register-mobile-otp_step3 .resgiter-mobile-form .new-register-form {
    display: flex;
    flex-direction: column
}

.register-mobile .register-mobile-otp_step3 .resgiter-mobile-form .new-register-form .note {
    background: #f0f1f3;
    border-radius: 4px;
    color: #3e464f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 8px;
    position: absolute;
    right: 4px;
    top: 3px
}

.register-mobile .register-mobile-otp_step3 .resgiter-mobile-form .new-register-form .font-icon-pass {
    color: #677484;
    position: absolute;
    right: 12px;
    top: 15px
}

.register-mobile .register-mobile-otp .form-check-label .iti--show-flags {
    font-size: 30px;
    line-height: 36px;
    width: calc(100% - 60px)
}

.register-mobile .register-mobile-otp .form-check-label .iti--show-flags .iti__flag-container {
    border-bottom: 1px solid #c2c7ce;
    float: left
}

.register-mobile .register-mobile-otp .form-check-label .iti--show-flags .iti__flag-container .iti__selected-flag {
    padding-top: 8px
}

.register-mobile .register-mobile-otp .form-check-label .iti--show-flags input {
    border-bottom: 1px solid #c2c7ce;
    color: #3e464f;
    font-weight: 700;
    height: 60px;
    margin-left: 60px;
    padding-left: 0
}

.register-mobile .register-mobile-otp .form-check-label .iti--show-flags .error-validate {
    border-bottom: 1px solid red
}

.register-mobile .register-mobile-otp .btn {
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    padding: 12px 24px
}

.register-mobile .register-mobile-otp .btn-disable {
    background: #f0f1f3;
    border: unset;
    color: #c2c7ce
}

.register-mobile .register-mobile-otp .register-mobile-bottom {
    align-items: flex-start;
    align-self: stretch;
    display: grid;
    gap: 12px
}

.register-mobile .register-mobile-otp .register-mobile-bottom .terms-policies {
    color: #525d6a;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-align: center
}

.register-mobile .register-mobile-otp_step2 .form-check-label {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr)
}

.register-mobile .register-mobile-otp_step2 .form-check-label input {
    display: -webkit-box;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #3e464f;
    flex: 1 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-overflow: ellipsis
}

.register-mobile-final {
    display: grid;
    gap: 48px;
    width: 100%
}

.register-mobile-final-img {
    align-items: center;
    display: flex;
    height: 112.5px;
    justify-content: center;
    width: 165px
}

.register-mobile-final-title {
    color: #002249;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center
}

.register-mobile-final-info {
    align-items: flex-start;
    align-self: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, .078);
    display: flex;
    flex-direction: column;
    margin: 0 16px;
    padding: 12px 0
}

.register-mobile-final-info-block {
    align-items: center;
    align-self: stretch;
    display: grid;
    gap: 4px;
    justify-content: center;
    padding: 12px 20px
}

.register-mobile-final-info-block span {
    color: #292e35;
    line-height: 20px
}

.register-mobile-final-info-block a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.register-mobile-final-bottom {
    align-items: center;
    display: grid;
    gap: 12px
}

.register-mobile-final-bottom button {
    align-items: center;
    border-radius: 99px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    padding: 12px 24px;
    text-align: center
}

.register-mobile-final-bottom a {
    font-weight: 600;
    line-height: 20px;
    text-align: center
}

::-webkit-scrollbar {
    background: #ededed;
    border-radius: 1ex;
    height: 6px;
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #a4acb5;
    border-radius: 99px;
    -webkit-border-radius: 1ex;
    height: 48px
}

::-webkit-scrollbar-corner {
    background: #e5e8ea
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    line-height: 20px;
    padding-left: 75px !important;
    padding: 0
}

@media only screen and (min-width: 768px) {
    .register-header {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        position: fixed;
        right: 24px;
        top: 24px;
        width: 32px
    }

    .register-header svg {
        color: #677484;
        font-size: 24px
    }
}

@media (max-width: 767px) {
    body.wrap-register-mobile {
        height: 100%;
        margin-top: 0;
        overflow-x: hidden !important;
        overflow-y: auto
    }

    body.wrap-register-mobile #__nuxt {
        height: 100%
    }

    body.wrap-register-mobile #__nuxt #wrap-template {
        height: 100%;
        min-height: inherit
    }

    .form-register-mb {
        margin-top: 0
    }

    .form-register-mb:has(.register-mobile-final) {
        height: 100vh
    }

    .register-industry .industry-box {
        position: relative
    }

    .register-industry .industry-box .register-logo-vpbankmobile {
        margin-top: 0;
        position: unset;
        transform: unset
    }
}

@media only screen and (max-width: 767px) and (min-width:992px) {
    .register-industry .industry-box .register-logo-vpbankmobile {
        display: none
    }
}

@media (max-width: 767px) {
    .register-industry .industry-box .container.industry {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .register-industry .industry-box {
        padding-bottom: 32px
    }

    .industry-tab.register-industry .industry-box {
        padding-bottom: 20px
    }

    .register-header {
        color: #677484;
        margin-bottom: 28px;
        position: relative;
        width: 100%
    }

    .register-header.form-register-header {
        margin-bottom: 24px
    }

    .register-header>p:first-child {
        cursor: pointer;
        width: -moz-fit-content;
        width: fit-content
    }

    .industry-tab .register-header {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        margin-bottom: 0;
        padding: 16px
    }

    .form-otp .register-header {
        margin-bottom: 24px
    }

    .register-header svg {
        font-size: 16px;
        position: absolute;
        top: 2px
    }

    .register-header span {
        color: #292e35;
        margin-left: 20px
    }

    .industry-tab .register-header span {
        align-items: center;
        display: flex;
        flex: 1 0 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 4px;
        line-height: 20px;
        margin-left: 0
    }

    .register-header svg.fa-angle-left {
        font-weight: 300;
        left: 0
    }

    .register-header svg.fa-xmark {
        font-size: 20px;
        font-weight: 300;
        right: 0;
        top: 1px
    }

    .register-industry.industry-tab .register-header svg.fa-xmark {
        font-size: 20px;
        font-weight: 300;
        right: 20px;
        top: 13px
    }

    .industry-tab .register-header i.fa-close {
        align-items: center;
        display: grid;
        font-style: normal;
        font-weight: 400;
        gap: 8px;
        height: 24px;
        line-height: normal;
        position: inherit;
        width: 24px
    }

    .register-mobile .register-mobile-otp_step3 .resgiter-mobile-form .new-register-form .font-icon-pass {
        font-size: 16px;
        top: 14px
    }

    .register-mobile .label-has-not-value {
        padding-left: 12px !important;
        padding-top: 1px !important
    }

    .register-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 8px
    }

    .register-mobile .label-has-value {
        top: 4px
    }

    .register-mobile .filled .iti .iti__flag-container {
        top: -8px
    }

    .register-mobile .filled .iti .iti__flag-container .iti__selected-flag .iti__arrow:before {
        font-size: 18px;
        line-height: 18px;
        top: 6px
    }

    .register-mobile .register-mobile-otp_step2 .form-check-label input {
        padding: 12px 0
    }

    .captchar-box .captcha-code {
        margin-right: 14px
    }

    .captchar .c-left {
        width: 60%
    }

    .captchar .c-right {
        width: 40%
    }

    .register-bottom {
        display: inline-block;
        margin-top: 24px;
        padding: 0;
        position: inherit
    }

    .register-bottom .register-button {
        font-size: 16px;
        font-weight: 600;
        height: 48px;
        line-height: 24px;
        padding: 12px 24px !important;
        width: 100%
    }

    .register-pmain .register-bottom {
        margin-top: 24px
    }

    .form-otp .register-bottom {
        margin-top: 12px
    }

    .form-captcha .register-bottom {
        margin-top: 20px
    }

    body:not(.page-template-registerWebapp) .front-register-error:not(:empty) {
        margin-bottom: 0
    }

    .terms-policies {
        color: #525d6a;
        font-size: 12px;
        line-height: 16px;
        margin-top: 24px;
        text-align: center
    }

    .terms-policies a {
        color: #0070f4
    }

    .iti__flag.iti__vn {
        left: 4px;
        position: absolute
    }

    .iti__country-list .iti__flag.iti__vn {
        position: static
    }

    .iti .iti__flag-container .iti__selected-flag {
        height: 36px;
        padding: 0;
        width: 56px
    }

    .iti .iti__flag-container .iti__selected-flag .iti__arrow {
        border: none;
        color: transparent;
        transform: inherit
    }

    #captcha-image {
        height: 35px;
        margin-right: 14px;
        max-width: 58px
    }

    .captchar-box .captcha-code {
        color: #666e7a;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }

    .new-website {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        padding: 12px 24px 36px;
        position: relative
    }

    .new-website .register-logo-vpbankmobile {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        position: unset;
        transform: unset;
        z-index: 10
    }
}

@media only screen and (max-width: 767px) and (min-width:768px) {
    .new-website .register-logo-vpbankmobile {
        display: none
    }
}

@media (max-width: 767px) {
    label>.label-input:not(.code):after {
        bottom: 0;
        color: red;
        line-height: 1;
        margin: auto;
        pointer-events: none;
        top: 17px
    }

    label>.label-input:not(.code).fullName:after {
        left: 94px
    }

    label>.label-input:not(.code).phone-international:after {
        left: 204px
    }

    label>.label-input:not(.code).retailer-code:after {
        left: 215px
    }
}

@media screen and (max-width: 767px) and (max-width:374px) {
    label>.label-input:not(.code).retailer-code:after {
        left: 160px
    }
}

@media (max-width: 767px) {
    label>.label-input:not(.code).password:after {
        left: 113px
    }

    label>.label-select-mb:before {
        bottom: 0;
        color: red;
        line-height: 1;
        margin: auto;
        pointer-events: none;
        position: absolute;
        top: 16px
    }

    label>.label-select-mb.address:before {
        left: 150px
    }

    label>.label-select-mb.has-value.address:before {
        font-size: 10px;
        left: 86px;
        top: 6px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 2px !important
    }

    div.address i.error {
        right: 36px
    }

    .filled.valid>input:focus~.label-input:after,
    .filled>input:focus~.label-input:after {
        font-size: 10px;
        transform: translateY(-12px);
        width: 100%
    }

    .filled.valid>input:focus~.label-input.popup-register-name:after,
    .filled>input:focus~.label-input.popup-register-name:after {
        font-size: 10px;
        left: 45px;
        line-height: 12px;
        top: 17px
    }

    .filled.valid>input:focus~.label-input.popup-register-phone:after,
    .filled>input:focus~.label-input.popup-register-phone:after {
        font-size: 10px;
        left: 62px;
        line-height: 12px;
        top: 17px
    }

    .filled.valid>input:focus~.label-input.fullName:after,
    .filled>input:focus~.label-input.fullName:after {
        font-size: 10px;
        left: 70px;
        line-height: 12px
    }

    .filled.valid>input:focus~.label-input.retailer-code:after,
    .filled>input:focus~.label-input.retailer-code:after {
        font-size: 10px;
        left: 80px;
        line-height: 12px
    }

    .filled.valid>input:focus~.label-input.password:after,
    .filled>input:focus~.label-input.password:after {
        font-size: 10px;
        left: 57px;
        line-height: 12px
    }

    .filled.valid:focus-within .phone-international:not(.flag-captcha):after,
    .filled:focus-within .phone-international:not(.flag-captcha):after {
        bottom: 0;
        font-size: 10px;
        left: 140px !important;
        line-height: 1;
        margin: auto;
        pointer-events: none;
        top: 16px;
        transform: translateY(-12px)
    }

    .filled.error-border:focus-within {
        border-color: #0070f4
    }

    .valid .phone-international:after {
        bottom: 0;
        font-size: 10px;
        left: 140px !important;
        line-height: 1;
        margin: auto;
        pointer-events: none;
        top: 14px;
        transform: translateY(-12px)
    }

    .valid>input~.label-input:after {
        font-size: 10px;
        transform: translateY(-12px);
        width: 100%
    }

    .valid>input~.label-input.fullName:after {
        left: 70px
    }

    .valid>input~.label-input.retailer-code:after {
        font-size: 10px;
        left: 80px;
        line-height: 12px
    }

    .valid>input~.label-input.password:after {
        font-size: 10px;
        left: 57px;
        line-height: 12px
    }

    .form-error:not(.none) {
        color: red;
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px
    }

    .form-otp.send-otp .register-mobile-otp_step3 .form-error:not(.none) {
        margin-left: 0
    }

    label.label-password.error-validate .error {
        right: 38px
    }

    .wrap-register-form {
        height: 100%
    }

    .register-mobile-final {
        gap: 16px;
        overflow-x: hidden
    }

    .register-mobile-final .register-mobile-final-top {
        align-items: center;
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        flex-direction: column;
        padding: 16px;
        width: 100%
    }

    .register-mobile-final .register-mobile-final-bot {
        height: 100%;
        margin-top: 15px;
        padding: 0 24px;
        width: 100%
    }

    .register-mobile-final .register-mobile-final-bot .register-mobile-final-title {
        font-size: 20px
    }

    .register-mobile-final .register-header {
        margin-bottom: 45px;
        padding: 0;
        width: 100%
    }

    .register-mobile-final .register-header svg.fa-xmark {
        font-size: 24px
    }

    .register-mobile-final .register-mobile-final-bottom {
        margin-top: 32px
    }

    .register-mobile-final .register-mobile-final-bottom a {
        padding-top: 8px
    }

    .register-mobile-final .register-mobile-final-info-block {
        align-self: auto;
        display: inline-block;
        line-height: 28px;
        padding: 0
    }

    .register-mobile-final .register-mobile-final-info-block p {
        color: #292e35;
        font-weight: 400;
        line-height: 20px
    }

    .register-mobile-final .register-mobile-final-info-block a {
        font-size: 14px;
        text-align: left
    }

    .register-mobile-final .register-logo-vpbankmobile {
        margin-top: 32px;
        position: unset;
        transform: unset
    }
}

@media only screen and (max-width: 767px) and (min-width:992px) {
    .register-mobile-final .register-logo-vpbankmobile {
        display: none
    }
}

@media (max-width: 767px) {
    .register-mobile-final .register-mobile-final-info {
        background: initial;
        box-shadow: none;
        margin: 24px 0 0;
        padding: 8px 0
    }

    .register-mobile-final .register-mobile-final-info.three,
    .register-mobile-final .register-mobile-final-info.two {
        position: relative
    }

    .register-mobile-final .register-mobile-final-info.three span,
    .register-mobile-final .register-mobile-final-info.two span {
        color: #002249;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left
    }

    .register-mobile-final .register-mobile-final-info.three span svg,
    .register-mobile-final .register-mobile-final-info.two span svg {
        color: #677484;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 24px
    }

    .register-mobile-final .register-mobile-final-info.three:not(.one),
    .register-mobile-final .register-mobile-final-info.two:not(.one) {
        margin-top: 4px
    }

    .send-otp .resgiter-mobile-form {
        margin-bottom: 0
    }

    .send-otp .form-error:not(.none) {
        margin-top: 16px
    }

    .form-mb {
        height: 100%
    }

    input#phone,
    input[type=search] {
        -webkit-appearance: none
    }

    .register-mobile .register-mobile-otp_step2 .form-check-label input.phone {
        border-radius: 0;
        border-width: 0 0 1px
    }

    input.phone.red:focus {
        border-color: red
    }

    input[type=password] {
        font: small-caption !important;
        font-size: 14px
    }

    .register-industry {
        padding: 12px 16px 1px
    }

    .register-industry.industry-tab {
        background-color: #f7f7f7;
        display: inline-table;
        padding: 0;
        width: 100%
    }

    .register-industry.get-otp,
    .register-industry.send-otp {
        padding: 12px 24px 1px
    }

    .register-industry.form-otp {
        display: flex;
        height: 100%;
        padding-bottom: 36px;
        padding-left: 24px;
        padding-right: 24px
    }

    .register-industry.form-otp .register-logo-vpbankmobile {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        position: unset;
        transform: unset;
        z-index: 10
    }
}

@media only screen and (max-width: 767px) and (min-width:768px) {
    .register-industry.form-otp .register-logo-vpbankmobile {
        display: none
    }
}

@media (max-width: 767px) {
    .register-industry.form-otp .register-mobile-title {
        margin-bottom: 48px
    }

    .register-industry.form-otp .form-phone .iti--allow-dropdown .iti__flag-container {
        border-bottom: 1px solid #c2c7ce
    }

    .register-industry.form-otp .form-phone #phone {
        -webkit-appearance: none !important;
        border-bottom: 1px solid #c2c7ce;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        color: #3e464f;
        font-size: 30px;
        font-weight: 700;
        margin-left: 70px;
        padding: 0 0 12px !important;
        width: 80%
    }

    .register-industry.form-otp .form-phone #phone:focus-within::-moz-placeholder,
    .register-industry.form-otp .form-phone #phone:focus::-moz-placeholder {
        color: var(--text-disable, #c2c7ce)
    }

    .register-industry.form-otp .form-phone #phone:focus-within::placeholder,
    .register-industry.form-otp .form-phone #phone:focus::placeholder {
        color: var(--text-disable, #c2c7ce)
    }

    .register-industry.form-otp .form-phone #phone::-moz-placeholder {
        color: var(--text-disable, #c2c7ce)
    }

    .register-industry.form-otp .form-phone #phone::placeholder {
        color: var(--text-disable, #c2c7ce)
    }

    .register-industry.form-otp .form-phone #phone.error {
        border-bottom: 2px solid red
    }

    .register-industry-title p {
        color: #15171a;
        font-size: 20px;
        margin-bottom: 16px;
        margin-top: 0
    }

    .resgiter-mobile-form .filled .iti .iti__flag-container .iti__selected-flag .iti__arrow:before {
        top: -1px
    }

    .register-mobile.wrap-send-otp {
        padding-left: 6px;
        padding-right: 6px
    }

    input.number {
        display: -webkit-box;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        background-clip: padding-box;
        background-color: #fff;
        border: solid #bfbfbf;
        border-radius: 0;
        border-width: 0 0 1px;
        box-shadow: none !important;
        color: #3e464f;
        flex: 1 0 0;
        font-size: 30px;
        font-weight: 700;
        height: 48px !important;
        line-height: 36px;
        padding: 0;
        text-overflow: ellipsis
    }

    .resend-otp {
        color: #3e464f;
        line-height: 20px;
        margin-top: 24px;
        text-align: left;
        width: 100%
    }

    .resend-otp a.send-otp {
        color: #0070f4;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

    .resend-otp span {
        font-weight: 600
    }

    button.send-otp:disabled {
        background-color: #f0f1f3;
        border: unset;
        color: #c2c7ce
    }

    a.disabled {
        cursor: default;
        pointer-events: none
    }

    .industry-mb-item span {
        color: #15171a
    }

    .form-register-mb .label-captcha .valid {
        border: none;
        display: inherit;
        height: auto
    }

    .register-mobile-final-bottom a.btn {
        align-items: center;
        border-radius: 99px;
        color: #fff !important;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        gap: 8px;
        height: 48px;
        justify-content: center;
        line-height: 24px;
        padding: 12px 24px;
        text-align: center
    }

    .select2-container--default .select2-selection--single {
        padding: 6px 14px 6px 12px
    }

    .iti-mobile .iti--container {
        left: 16px !important;
        right: 16px !important;
        top: 214px !important;
        z-index: 99999
    }

    input.phone:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0 1000px #fff
    }

    input#otp-phone {
        background-color: transparent;
        border: none;
        color: transparent;
        margin-top: 10px;
        position: absolute;
        top: -100px;
        z-index: -1
    }

    .register-mobile .register-mobile-otp_step2 .form-check-label input.phone.focus {
        background-color: #fff;
        border-color: #0070f4
    }

    .iti .iti__country-list {
        border: unset;
        border-radius: 8px
    }

    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background-color: #fff !important
    }

    .page-template-register.popup-register.register-pmain .popup-register-close {
        display: none
    }

    .register-pmain .register-wrapper {
        height: 100%
    }

    .resgiter-mobile-form {
        position: relative
    }

    .form-otp .resgiter-mobile-form .fa-sort-down {
        color: #677484;
        font-size: 16px;
        left: 45px;
        position: absolute;
        top: 12px
    }

    .iti--fullscreen-popup.iti--container {
        z-index: 100000
    }
}

@media (max-width: 415px) {
    .captchar .c-right {
        width: 34%
    }

    .captchar .c-left {
        width: 66%
    }
}

@media (max-width: 380px) {
    .captchar .c-right {
        width: 32%
    }

    .captchar .c-left {
        width: 68%
    }
}

@media (max-width: 375px) {
    .register-industry.form-otp .form-phone #phone {
        min-width: 230px
    }

    label.error-validate .error-note {
        right: 89px
    }

    .captchar .c-right {
        margin-left: 4px;
        max-width: 124px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 32%
    }

    .captchar .c-left {
        max-width: 236px;
        width: 63%
    }

    #captcha-image,
    .captchar-box .captcha-code {
        margin-right: 4px
    }
}

@media (max-width: 360px) {
    .new-website {
        padding: 12px 14px 36px
    }

    .captchar-box .captcha-code {
        font-size: 14px
    }
}

.register-logo-vpbank {
    left: 24px;
    margin-top: 0 !important;
    position: fixed !important;
    top: 24px
}

@media only screen and (max-width: 767px) {
    .register-logo-vpbank {
        display: none
    }
}

.register-logo-vpbank.vpbank-responsive {
    margin: 32px auto auto !important;
    position: unset !important
}

@media only screen and (min-width: 1200px) {
    .register-logo-vpbank.vpbank-responsive {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .register-logo-vpbank.vpbank-responsive {
        display: none
    }
}

.register-logo-vpbankmobile {
    display: flex;
    justify-content: center;
    left: 50%;
    margin-top: 0;
    position: fixed;
    top: 6px;
    transform: translateX(-50%);
    z-index: 10
}

@media only screen and (min-width: 768px) {
    .register-logo-vpbankmobile {
        display: none
    }
}

@media (min-width: 768px) {
    .filled .iti .iti__flag-container {
        width: 52px
    }
}

.wrap-register-desktop #fc_frame,
.wrap-register-mobile #fc_frame {
    display: none
}

.container {
    position: relative
}

@media only screen and (max-width: 1199px) {
    .container {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
        width: 100% !important
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important
    }
}

@media only screen and (min-width: 1366px) {
    .container-wrap {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .container-wrap {
        padding-left: 4.8rem !important;
        padding-right: 4.8rem !important
    }
}

@media only screen and (min-width: 1366px) and (max-width:1599px) {
    .container-wrap {
        padding-left: 8.3rem !important;
        padding-right: 8.3rem !important
    }
}

@media only screen and (max-width: 1199px) {
    .container-wrap {
        padding-left: 3.2rem !important;
        padding-right: 3.2rem !important
    }
}

@media only screen and (max-width: 767px) {
    .container-wrap {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1230px;
    width: 100%
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px !important
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1230px !important
    }
}

@media only screen and (min-width: 1200px) {

    .col-lg-6,
    .col-sm-6 {
        width: 50% !important
    }
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row>[class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.fa-regular {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block
}

.fa-user {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/user-regular.svg);
    filter: invert(22%) sepia(28%) saturate(7159%) hue-rotate(203deg) brightness(96%) contrast(101%);
    height: 26px;
    width: 26px
}

.fa-user-plus {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/user-plus-regular.svg);
    filter: invert(19%) sepia(100%) saturate(3406%) hue-rotate(146deg) brightness(102%) contrast(106%);
    height: 30px;
    width: 30px
}

.fa-circle-check {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/circle-check-regular.svg);
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 20px;
    width: 20px
}

@media only screen and (max-width: 767px) {
    .fa-circle-check {
        height: 16px;
        margin-top: 2px
    }
}

.fa-arrow-right {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/arrow-right-regular.svg);
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 12px;
    margin-bottom: -1px;
    width: 12px
}

.fa-arrow-up-long {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/arrow-up-long.svg);
    filter: invert(100%) sepia(7%) saturate(455%) hue-rotate(164deg) brightness(112%) contrast(100%);
    height: 24px;
    width: 18px
}

.fa-xmark {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/xmark-solid.svg);
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 24px;
    width: 20px
}

.fa-play {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/play-solid.svg);
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 20px;
    width: 15px
}

@media only screen and (max-width: 1199px) {
    .fa-play {
        height: 16px;
        width: 12px
    }
}

.fa-phone-rotary {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/phone-rotary-solid.svg)
}

.fa-message-dots,
.fa-phone-rotary {
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 20px;
    width: 20px
}

.fa-message-dots {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/message-dots-solid.svg)
}

.fa-bars {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/bars-regular.svg);
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 21px;
    width: 21px
}

.fa-angle-up {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/angle-up-regular.svg)
}

.fa-angle-down,
.fa-angle-up {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 16px;
    width: 16px
}

.fa-angle-down {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/angle-down-regular.svg)
}

.fa-angles-up {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/angles-up-regular.svg)
}

.fa-angles-down,
.fa-angles-up {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 16px;
    width: 16px
}

.fa-angles-down {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/angles-down-regular.svg)
}

.fa-youtube {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/youtube-solid.svg);
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 24px;
    width: 24px
}

.fa-facebook {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/facebook-solid.svg);
    width: 12px
}

.fa-facebook,
.fa-twitter {
    filter: invert(100%) sepia(2%) saturate(109%) hue-rotate(21deg) brightness(114%) contrast(84%);
    height: 21px
}

.fa-twitter {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/twitter-solid.svg);
    width: 18px
}

.fa-comments {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/comment-solid.svg);
    filter: invert(33%) sepia(30%) saturate(4837%) hue-rotate(199deg) brightness(92%) contrast(110%);
    height: 24px;
    width: 24px
}

.fa-cart-shopping {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/cart-shopping-regular.svg)
}

.fa-cart-shopping,
.fa-fork-knife {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-fork-knife {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/fork-knife-regular.svg)
}

.fa-spa {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/spa-regular.svg)
}

.fa-bed,
.fa-spa {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-bed {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/bed-regular.svg)
}

.fa-users-rectangle {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/user-rectangle-regular.svg)
}

.fa-qrcode,
.fa-users-rectangle {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-qrcode {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/qrcode-regular.svg)
}

.fa-circle-dollar {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/circle-dollar-regular.svg)
}

.fa-circle-dollar,
.fa-shirt {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-shirt {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/shirt-regular.svg)
}

.fa-washing-machine {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/washing-machine.svg)
}

.fa-baby-carriage,
.fa-washing-machine {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-baby-carriage {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/baby-carriage-regular.svg)
}

.fa-house-medical {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/house-medical-regular.svg)
}

.fa-house-medical,
.fa-wand-magic-sparkles {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-wand-magic-sparkles {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/wand-magic-sparkles-regular.svg)
}

.fa-screwdriver-wrench {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/screwdriver-wrench-regular.svg)
}

.fa-motorcycle,
.fa-screwdriver-wrench {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-motorcycle {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/motorcycle-regular.svg)
}

.fa-couch {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/couch-regular.svg)
}

.fa-corn,
.fa-couch {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-corn {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/corn-regular.svg)
}

.fa-book {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/book-regular.svg)
}

.fa-book,
.fa-gift {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-gift {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/gift-regular.svg)
}

.fa-shovel {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/shovel-regular.svg)
}

.fa-grid-2,
.fa-shovel {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-grid-2 {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/grid-2-regular.svg)
}

.fa-bell-concierge {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/bell-concierge-regular.svg)
}

.fa-bell-concierge,
.fa-utensils {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-utensils {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/utensils-regular.svg)
}

.fa-cup-togo {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/cup-togo-regular.svg)
}

.fa-cup-togo,
.fa-microphone-stand {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-microphone-stand {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/microphone-stand-regular.svg)
}

.fa-martini-glass {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/martini-glass-regular.svg)
}

.fa-burger-soda,
.fa-martini-glass {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-burger-soda {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/burger-soda-regular.svg)
}

.fa-sparkles {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/sparkles-regular.svg)
}

.fa-hotel,
.fa-sparkles {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-hotel {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/hotel-regular.svg)
}

.fa-mug-saucer {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/mug-saucer-regular.svg)
}

.fa-dumbbell,
.fa-mug-saucer {
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

.fa-dumbbell {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/dumbbell-regular.svg)
}

.fa-stethoscope {
    background-image: url(https://cdn-kvweb.kiotviet.vn/kiotviet-website/wp-content/uploads/images/stethoscope-regular.svg);
    filter: invert(46%) sepia(9%) saturate(719%) hue-rotate(173deg) brightness(94%) contrast(90%);
    height: 20px;
    width: 20px
}

#page-solution {
    margin-top: 84px
}

#page-solution .container-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#page-solution .solution-heading {
    margin-bottom: 24px;
    max-width: 1200px
}

@media only screen and (max-width: 1599px) {
    #page-solution .solution-heading {
        max-width: 900px
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .solution-heading {
        max-width: 700px
    }
}

#page-solution .solution-heading .heading-mobile {
    display: none
}

@media only screen and (min-width: 1600px) {
    #page-solution .solution-heading {
        margin-bottom: 40px
    }
}

@media (max-width: 489px) {
    #page-solution .solution-heading .heading-desktop {
        display: none
    }

    #page-solution .solution-heading .heading-mobile {
        display: inline-block
    }
}

#page-solution .solution-heading h1 {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 60px;
    text-align: center
}

@media only screen and (min-width: 1600px) {
    #page-solution .solution-heading h1 {
        font-size: 7.6rem;
        line-height: 92px
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .solution-heading h1 {
        font-size: 4rem;
        line-height: 48px
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .solution-heading h1 {
        font-size: 3rem;
        line-height: 36px
    }
}

#page-solution .banner-content-left {
    justify-content: flex-start;
    padding-left: 186px
}

@media only screen and (max-width: 1599px) {
    #page-solution .banner-content-left {
        padding-left: 120px
    }
}

@media only screen and (max-width: 991px) {
    #page-solution .banner-content-left {
        justify-content: center;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media only screen and (max-width: 575px) {
    #page-solution .banner-content-left {
        padding-left: 16px;
        padding-right: 16px
    }
}

#page-solution .banner-content-left .solution-heading h1 {
    text-align: left
}

@media only screen and (max-width: 991px) {
    #page-solution .banner-content-left .solution-heading h1 {
        text-align: center
    }
}

#page-solution .banner-content-left .banner-below-left {
    justify-content: flex-start !important
}

#page-solution .banner-content-right {
    justify-content: flex-end;
    padding-right: 186px
}

@media only screen and (max-width: 1599px) {
    #page-solution .banner-content-right {
        padding-right: 120px
    }
}

@media only screen and (max-width: 991px) {
    #page-solution .banner-content-right {
        justify-content: center;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media only screen and (max-width: 575px) {
    #page-solution .banner-content-right {
        padding-left: 16px;
        padding-right: 16px
    }

    #page-solution .banner-content-right .banner-below-left {
        margin: auto
    }
}

#page-solution .banner-content-right .solution-heading h1 {
    text-align: center
}

@media only screen and (max-width: 991px) {
    #page-solution .page-banner-wrap {
        align-items: center;
        display: flex;
        flex-direction: column
    }
}

#page-solution .banner-below-left {
    gap: 16px;
    margin: 0
}

@media only screen and (min-width: 1600px) {
    #page-solution .banner-below-left {
        gap: 24px
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .banner-below-left {
        align-items: center;
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content
    }
}

#page-solution .banner-below-left .btn {
    margin-right: 0;
    padding: 16px 32px;
    border-radius: 99px;

}

@media only screen and (min-width: 1600px) {
    #page-solution .banner-below-left .btn {
        font-size: 2.4rem;
        line-height: 36px;
        padding: 22px 32px !important
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .banner-below-left .btn {
        font-size: 1.6rem;
        line-height: 24px;
        padding: 12px 24px
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .banner-below-left .btn {
        width: 100%
    }
}

#page-solution .banner-below-left .btn-icon-video-solution {
    animation: btnvideo .5s infinite alternate;
    -webkit-animation: btnvideo .5s infinite alternate;
    border-radius: 99px;
    padding: 15px 23px 15px 68px !important;
    position: relative;
    transition: all .2s ease-out
}

@media only screen and (min-width: 1600px) {
    #page-solution .banner-below-left .btn-icon-video-solution {
        padding: 8px 32px 8px 94px !important
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .banner-below-left .btn-icon-video-solution {
        padding: 11px 23px 11px 57px !important
    }
}

#page-solution .banner-below-left .btn-icon-video-solution .banner-discover-icon {
    background: hsla(0, 0%, 100%, .3);
    background-clip: padding-box;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    height: 4.4rem;
    left: 8px;
    line-height: 4.4rem;
    min-width: 4.4rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4rem
}

@media only screen and (min-width: 1600px) {
    #page-solution .banner-below-left .btn-icon-video-solution .banner-discover-icon {
        font-size: 3.2rem;
        height: 6.4rem;
        left: 10px;
        line-height: 6.4rem;
        min-width: 6.4rem;
        width: 6.4rem
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .banner-below-left .btn-icon-video-solution .banner-discover-icon {
        font-size: 2rem;
        height: 3.6rem;
        left: 6px;
        line-height: 3.5rem;
        min-width: 3.6rem;
        width: 3.6rem
    }
}

#page-solution .quantity-register {
    margin-top: 12px
}

@media only screen and (max-width: 1199px) {
    #page-solution .quantity-register {
        margin-bottom: 5.6rem
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .quantity-register {
        margin-bottom: 4rem;
        margin-top: 8px
    }
}

#page-solution .quantity-icon {
    color: #0070f4;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    text-align: center;
    width: 32px
}

@media only screen and (max-width: 767px) {
    #page-solution .quantity-icon {
        font-size: 16px;
        height: 20px;
        line-height: 24px;
        width: 20px
    }
}

#page-solution .quantity-user {
    color: #0070f4;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-left: 8px
}

@media only screen and (max-width: 767px) {
    #page-solution .quantity-user {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-right: 4px
    }
}

#page-solution .content-form .customer-title {
    margin-bottom: 6px
}

#page-solution .industry-txt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (max-width: 767px) {
    #page-solution .industry-txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution {
        margin-top: 68px
    }
}

#page-solution .card-box {
    padding-bottom: 5rem;
    padding-top: 8rem
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box {
        padding-bottom: 50px;
        padding-top: 60px
    }
}

#page-solution .card-box .card-box-items {
    justify-content: center;
    padding-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-box-items {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .card-box .card-box-items {
        padding-left: 8px;
        padding-right: 8px
    }
}

#page-solution .card-box .card-item {
    border-radius: 20px
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-item .card-img {
        padding-bottom: 16px
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .card-box .card-item .card-img {
        padding-top: 60px
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-item .card-img a {
        border-radius: 10px;
        overflow: hidden
    }
}

#page-solution .card-box .card-item .card-content {
    padding: 0 48px
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-item .card-content {
        padding: 0
    }
}

#page-solution .card-box .card-item .card-content .card-wrap {
    max-width: 511px
}

@media only screen and (min-width: 1600px) {
    #page-solution .card-box .card-item .card-content .card-wrap .card-title {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-item .card-content .card-wrap .card-title {
        margin-bottom: 8px
    }
}

#page-solution .card-box .card-item .card-content p {
    color: #3e464f;
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    #page-solution .card-box .card-item .card-content p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .card-box {
        padding-bottom: 40px;
        padding-top: 40px
    }

    #page-solution .card-box .col-12:first-child .row .card-img {
        padding-top: 0
    }
}

#page-solution .box-footer {
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 1600px) {
    #page-solution .box-footer {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .box-footer {
        margin-top: 40px
    }

    #page-solution .box-footer .btn {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 24px
    }
}

#page-solution .industry-highlights-box {
    margin-bottom: 10rem
}

@media only screen and (max-width: 1199px) {
    #page-solution .industry-highlights-box {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .industry-highlights-box {
        margin-bottom: 4rem
    }
}

#page-solution .hotline-box {
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    #page-solution .hotline-box {
        padding: 12px 0
    }

    #page-solution .hotline-box .btn {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 24px
    }

    #page-solution .customer-box {
        margin-bottom: 0
    }

    #page-solution .customer-box .customer-item {
        padding-bottom: 24px
    }
}

#page-solution .industry-highlights-top {
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    margin-bottom: 201px
}

@media only screen and (max-width: 1199px) {
    #page-solution .industry-highlights-top {
        height: 324px;
        margin-bottom: 25rem
    }
}

@media only screen and (max-width: 991px) {
    #page-solution .industry-highlights-top {
        margin-bottom: 16.4rem
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .industry-highlights-top {
        height: 238px;
        margin-bottom: 8.6rem
    }
}

#page-solution .industry-highlights-top .industry-highlights-heading {
    font-size: 2.4rem;
    line-height: 36px;
    margin-top: 7rem;
    padding: 12px 19px
}

@media only screen and (max-width: 1199px) {
    #page-solution .industry-highlights-top .industry-highlights-heading {
        margin-top: 3rem
    }
}

@media only screen and (max-width: 767px) {
    #page-solution .industry-highlights-top .industry-highlights-heading {
        font-size: 1.8rem;
        height: auto;
        line-height: 26px;
        min-width: 232px;
        padding: 9px 10px;
        width: 232px
    }

    #page-solution .industry-highlights-top .industry-highlights-heading:before {
        height: 20.5px
    }

    #page-solution .industry-highlights-top .industry-highlights-images img {
        height: 167px
    }

    #page-solution .industry-highlights-main .container .box-footer {
        margin-top: 0
    }
}

#page-solution .industry-highlights-main .industry-highlights-item {
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    #page-solution .industry-highlights-main .industry-highlights-item {
        margin-bottom: 3.2rem;
        padding: 2.4rem
    }
}

.none-important {
    display: none !important
}

.register-finalweb {
    position: relative
}

.register-finalweb .close-step {
    color: #677484;
    cursor: pointer;
    font-size: 24px;
    right: 24px;
    top: 12px
}

.new-register .filled .phone-international:before {
    left: 75px
}

.new-register .filled .iti .iti__flag-container .iti__selected-flag {
    width: 52px
}

.new-register .filled .error {
    display: inline-block
}

.new-register .form-error:not(.none) {
    color: red;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.new-register .svg-inline--fa.error {
    color: red;
    display: none;
    position: absolute;
    right: 12px;
    top: 18px
}

.new-register .wrap-input.validated .svg-inline--fa.error {
    display: inline-block
}

.new-register .wrap-input.validated .filled {
    border: 1px solid red
}

.new-register .wrap-input.validated .filled:focus-within {
    border: 1px solid #0070f4
}

.new-register .wrap-input.input-address .svg-inline--fa.error {
    right: 36px
}

input#phone::-moz-placeholder {
    color: transparent;
    opacity: 0
}

input#phone::placeholder {
    color: transparent;
    opacity: 0
}

.register-chooseindustry .filled .error {
    display: inline-block
}

.register-chooseindustry .form-error:not(.none) {
    color: red;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px
}

.register-chooseindustry .svg-inline--fa.error {
    color: red;
    display: none;
    position: absolute;
    right: 12px;
    top: 18px
}

.register-chooseindustry .wrap-input.validated .svg-inline--fa.error {
    display: inline-block
}

.register-chooseindustry .wrap-input.validated .filled {
    border: 1px solid red
}

.register-chooseindustry .wrap-input.validated .filled:focus-within {
    border: 1px solid #0070f4
}

.register-chooseindustry .wrap-input .label-chooseindustry .svg-inline--fa.error,
.register-chooseindustry .wrap-input .password-label .svg-inline--fa.error {
    right: 42px
}

.register-chooseindustry .wrap-input .password-label .fa-eye,
.register-chooseindustry .wrap-input .password-label .fa-eye-slash {
    color: #677484;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 17px
}

.register-finalweb-item p {
    color: #292e35
}

.register-finalweb-merchantname.blue {
    color: #005ac3
}

.register-finalweb-text {
    color: #009232;
    position: relative
}

.register-finalweb-text .fa-copy {
    color: #677484;
    position: absolute;
    right: 0
}

.register-finalweb-text.password {
    color: #cc6d00
}

.register-finalweb-url {
    color: #004392
}

span.span-copy {
    background-color: #00b63e;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px !important;
    height: 24px;
    position: absolute;
    right: -1px;
    text-align: center !important;
    top: 24px;
    width: 100px
}

span.span-copy svg {
    color: #fff !important;
    font-size: 14px !important;
    margin-right: 5px;
    margin-top: 4px;
    position: static !important
}

.register-finalweb-text {
    word-wrap: break-word
}

.iti__dropdown-content {
    border: unset !important;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 41, 87, .1) !important;
    max-height: 210px !important
}

@media only screen and (max-width: 767px) {
    .iti__dropdown-content {
        left: -11px !important;
        max-height: unset !important;
        top: 42px !important
    }
}

@media (max-width: 500px) {
    .iti__dropdown-content {
        left: auto !important;
        max-height: unset !important;
        top: auto !important
    }
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: inherit !important
}

.filled input#fullname:focus-within {
    height: inherit
}

.filled.valid input#fullname {
    height: inherit
}

.new-register .resend-otp a.color-primary {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.new-register .resend-otp a span {
    font-weight: 600
}

.iti .iti__flag-container .iti__selected-flag:focus-visible {
    outline: transparent
}

@media (max-width: 1200px) {
    .iti.iti--allow-dropdown.iti--show-flags {
        height: 22px
    }
}

.select2-container--default .select2-selection--single input {
    padding: 0
}

.iti__country.iti__standard,
.iti__divider {
    display: none
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: inherit
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single {
        padding-left: 10px
    }

    .iti .iti__flag-container {
        top: -14px !important
    }

    .wrap-register-form {
        background: initial
    }

    .register-industry.form-otp {
        display: flex;
        height: 100%;
        padding: 16px 24px 12px
    }

    .register-industry.form-otp .register-header {
        height: 16px;
        margin-bottom: 40px
    }

    .register-industry.form-otp .register-mobile.wrap-send-otp {
        padding: 0
    }

    .register-industry.form-otp .register-mobile-title {
        margin-bottom: 16px
    }

    .register-industry.form-otp .resgiter-mobile-form {
        padding-top: 12px
    }

    .register-industry.form-otp .m-filled .error {
        display: inline-block
    }

    .register-industry.form-otp .svg-inline--fa.error {
        color: red;
        display: none;
        position: absolute;
        right: 12px;
        top: 16px
    }

    .register-industry.form-otp .wrap-input.validated .svg-inline--fa.error {
        display: inline-block
    }

    .register-industry.form-otp .wrap-input.validated .m-filled {
        border: 1px solid red
    }

    .register-industry.form-otp .wrap-input.validated .m-filled:focus-within {
        border: 1px solid #0070f4
    }

    .register-industry.form-otp .input-address .svg-inline--fa.error {
        right: 32px
    }

    .register-industry.form-otp .m-filled:focus-within {
        border: 1px solid #0070f4
    }

    .iti--allow-dropdown input,
    .iti--allow-dropdown input[type=tel] {
        padding-left: 75px !important
    }

    .m-filled .phone-international.phone-focusinput:before,
    .m-filled .phone-international:before {
        left: 75px
    }

    .register-mobile .register-mobile-otp_step3 .resgiter-mobile-form .new-register-form .w-100.wrap-input:not(:last-child) {
        margin-bottom: 12px
    }

    .select2-container--open .select2-dropdown--above {
        padding-bottom: 18px
    }

    .register-bottom .register-in-two-step {
        display: none
    }
}

@media only screen and (max-width: 767px) and (max-width:575px) {
    .form-step-four {
        background: linear-gradient(#fff, #e0edf9)
    }
}

@media (max-width: 767px) {
    .form-register-mb .header-register {
        background-image: url(https://cdn-kvweb-website.kiotviet.vn/images/illustration.png);
        float: left;
        height: 220px;
        text-align: center;
        width: 100%
    }

    .form-register-mb .header-register img {
        margin-top: 74px
    }

    .new-website .header-register-title {
        color: #292e35;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 24px
    }

    .industry-label .fa-angle-down {
        color: #677484
    }

    .industry-label .fa-angle-down,
    .password-label .fa-eye,
    .password-label .fa-eye-slash {
        position: absolute;
        right: 12px;
        top: 17px
    }

    .register-mobile .access-address {
        color: #292e35;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-top: 8px;
        word-wrap: break-word
    }

    .register-mobile .access-address b {
        font-weight: 600
    }

    .register-mobile .wrap-message-error {
        margin-top: 16px
    }

    .form-step-four .wrap-input.validated .m-filled {
        border: 1px solid red
    }

    .form-step-four .wrap-input.validated .m-filled:focus-within {
        border: 1px solid #0070f4
    }

    .form-step-four .wrap-input.validated .m-filled .error {
        display: inline-block
    }

    .form-step-four .industry-label .fa-circle-exclamation,
    .form-step-four .password-label .fa-circle-exclamation {
        display: none;
        position: absolute;
        right: 30px;
        top: 16px
    }

    .form-step-four .industry-label.error .fa-circle-exclamation,
    .form-step-four .password-label.error .fa-circle-exclamation {
        display: inline-block
    }

    .form-step-four .retailercode-label .fa-circle-exclamation {
        position: absolute;
        right: 12px;
        top: 16px
    }

    .register-mobile-final-info-block .domain {
        color: #005ac3
    }

    .register-mobile-final-info-block .code {
        color: #0070f4
    }

    .register-mobile .register-mobile-otp_step3 .sub-title {
        color: #292e35;
        font-size: 14px;
        line-height: 20px
    }

    .register-mobile-final .register-mobile-final-info-block,
    .register-mobile-final .register-mobile-final-info-block a {
        word-wrap: break-word
    }

    .google-captcha-v3 #captcha-image,
    .google-captcha-v3 .captchar-box .captcha-code {
        margin-right: 8px
    }

    .google-captcha-v3 .captchar .c-left {
        width: 70%
    }

    .google-captcha-v3 .captchar .c-right {
        margin-bottom: 12px;
        margin-left: 0;
        max-width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100%
    }

    .google-captcha-v3.form-otp .register-bottom {
        margin-top: 32px
    }

    .form-step-four .new-website {
        float: left;
        padding-bottom: 0;
        width: 100%
    }

    label.error1 {
        color: red;
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px
    }

    .register-industry.industry-tab .register-header span {
        color: #1f2328
    }

    .register-industry.industry-tab .register-header svg.fa-xmark {
        color: #677484;
        top: 17px
    }

    .wrap-form-step-four {
        height: 100%;
        transition: opacity 1s ease-in-out
    }

    .select2-container--default .select2-selection--single#wrap-input-address {
        padding-left: 8px
    }

    .register-mobile .filled .iti .iti__flag-container {
        width: 44px
    }

    .register-mobile-final {
        padding: 0 24px
    }

    .register-mobile-final .register-mobile-final-bot,
    .register-mobile-final .register-mobile-final-top {
        padding-left: 0;
        padding-right: 0
    }

    .new-website .register-bottom {
        bottom: 0 !important
    }

    html {
        overflow-x: hidden
    }

    .wrap-wellcome {
        background-color: #f2f7fd;
        height: 100vh;
        position: relative;
        text-align: center;
        width: 100%
    }

    .wrap-wellcome .wellcome-image {
        width: 100%
    }

    .wrap-wellcome .lottie-image {
        height: 440px;
        position: absolute;
        width: 100%
    }

    .wrap-wellcome .img-store {
        margin-top: 200px
    }

    .wrap-wellcome .header-register-title {
        color: #292e35;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-top: 32px
    }

    .register-mobile-final .register-mobile-final-info-block a {
        font-size: 16px
    }

    .register-mobile-final .register-mobile-final-info-block {
        align-self: inherit;
        line-height: 20px
    }

    .terms-policies p {
        font-weight: 600
    }

    .register-mobile-final {
        padding-bottom: 24px
    }

    .select2-container--default .select2-selection--single#wrap-input-address {
        padding-left: 10px
    }
}

@media (max-width: 375px) {
    .wrap-wellcome .lottie-image {
        height: 400px
    }
}

@media (max-width: 300px) {
    .register-industry.form-otp {
        padding: 16px
    }

    .form-otp .register-bottom {
        margin-top: 30px
    }

    .row.captchar {
        margin: 0
    }

    .captchar .c-left {
        margin-bottom: 4px;
        padding-left: 0;
        width: 100%
    }

    .captchar .c-right {
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }

    .google-captcha-v3 .captchar .c-left {
        width: 80%
    }
}

@media (max-width: 390px) and (min-width:374px) {
    .input-section.c-right {
        padding-left: 4px
    }
}

@media (max-width: 787px) and (min-width:393px) {
    .register-header svg.fa-chevron-left {
        font-size: 20px
    }

    .register-mobile .register-mobile-otp_step3 .register-mobile-title_step {
        font-size: 22px;
        line-height: 32px
    }

    .new-website .header-register-title,
    .register-mobile-final .register-mobile-final-bot .register-mobile-final-title,
    .wrap-wellcome .header-register-title {
        font-size: 22px
    }
}

@media (min-width: 768px) {
    span.span-copy {
        align-items: center;
        display: flex;
        padding-left: 5px;
        top: 0
    }

    span.span-copy svg {
        font-size: 12px !important;
        margin-top: 0
    }

    .iti__dropdown-content {
        left: -11px;
        min-width: 651px;
        overflow-y: hidden !important;
        top: 44px
    }

    .filled .iti .iti__country-list {
        margin-right: 6px;
        overflow-y: scroll
    }
}

@media (min-width: 768px) and (max-width:1599px) {
    .iti__dropdown-content {
        min-width: 500px;
        width: 500px
    }
}

@media (min-width: 768px) and (max-width:1200px) {

    .filled .iti .iti__flag-container,
    .new-register .filled .iti .iti__flag-container .iti__selected-flag {
        width: 42px
    }

    .iti--allow-dropdown input.iti__tel-input,
    .iti--allow-dropdown input.iti__tel-input[type=tel] {
        margin-left: 75px !important;
        padding-left: 0 !important;
        width: 80%
    }

    .popup-register-purchase {
        top: 46%
    }

    .popup-captcha .captchar {
        display: inline-block;
        margin: 0 0 24px;
        width: 100%
    }

    .popup-captcha .captchar .c-left {
        float: left;
        padding-left: 0 !important;
        width: 50%
    }

    .popup-captcha .captchar .c-right {
        float: right;
        padding-right: 0 !important;
        position: relative;
        width: 50%
    }

    .popup-captcha .captchar label.message-error {
        position: absolute !important;
        top: 45px
    }

    .filled .captcha-input {
        font-size: 16px;
        height: 20px
    }
}

.kiotviet-website:has(.popup-register) {
    overflow: hidden
}

.header-transparent {
    background: transparent;
    box-shadow: none;
    position: fixed
}

.header-transparent .nav-link:hover {
    background: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(0, 41, 87, .1)
}

@media screen and (max-width: 1199px) {
    .header-transparent .nav-link:hover {
        box-shadow: none
    }
}

.contact-header {
    background-color: #0070f4;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.contact-header h1 {
    margin: 0;
}

.contact-form {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 20px 0;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-custom {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.btn-custom:hover {
    background-color: #0056b3;
}

.contact-info {
    text-align: center;
    margin: 20px 0;
}

.contact-info h5 {
    margin-bottom: 15px;
}

.contact-info i {
    font-size: 24px;
    color: #007bff;
}

.social-icons a {
    margin: 0 10px;
    font-size: 24px;
    color: #007bff;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #0056b3;
}

.btn-submit {
    border-radius: 99px;
}