﻿@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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", 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;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

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;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.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.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark th,
    .table-dark td,
    .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: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .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 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .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 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .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 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .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 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .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 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .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 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .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 0.2rem rgba(216, 217, 219, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .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 0.2rem rgba(82, 88, 93, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .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 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .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 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .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 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .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 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .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 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .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 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .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 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .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 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.fade-in {
    -webkit-animation: fadeIn 0.75s ease-in both;
    animation: fadeIn 0.75s ease-in both;
}

    .fade-in:not(.show) {
        opacity: 0;
    }

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -1.5%);
        transform: translate(0, -1.5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -1.5%);
        transform: translate(0, -1.5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 8px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item.text-overflow-drop {
        max-width: 320px;
        text-overflow: ellipsis;
    }

        .dropdown-item.text-overflow-drop a {
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .dropdown-item.text-overflow-drop a p {
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            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="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .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) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.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,%3csvg xmlns='http://www.w3.org/2000/svg' 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, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }

@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;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (max-width: 767.98px) {
    .dropdown-toggle.no-caret:after {
        display: none;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 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-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .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 {
        padding-right: 0;
        padding-left: 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-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .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 {
        padding-right: 0;
        padding-left: 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-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .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 {
        padding-right: 0;
        padding-left: 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-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .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 {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.cart-pin, .cart-pin-step-4 {
    height: 100% !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
    position: relative;
}

.view-more-action {
    position: absolute;
    right: 35px;
    top: 45px;
    padding-right: 15px;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .view-more-action {
        top: auto;
        bottom: 20px;
    }
}

.view-more-action i {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card .card-header {
        margin-bottom: -1px;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px;
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.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-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .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);
        }

    .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 {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #353638;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #353638;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #353638;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #353638;
        }

.tooltip-inner {
    max-width: 220px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: left;
    background-color: #353638;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 76px 0 144px;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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;
}

@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 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.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-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;
}

.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;
}

@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;
    }
}

.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: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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;
}

.p-0 {
    padding: 0 !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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}

.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;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@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-uppercase {
    text-transform: uppercase !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:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.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.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.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;
}

@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;
    }
}

.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-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;
}

.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;
}

@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;
    }
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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;
}

.p-0 {
    padding: 0 !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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow-x: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.10.18/b-1.5.6/b-colvis-1.5.6/fc-3.2.5/fh-3.1.4/r-2.2.2
 *
 * Included libraries:
 *   DataTables 1.10.18, Buttons 1.5.6, Column visibility 1.5.6, FixedColumns 3.2.5, FixedHeader 3.1.4, Responsive 2.2.2
 */
table.dataTable {
    clear: both;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable td,
    table.dataTable th {
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        right: 1em;
        content: "\2191";
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        right: 0.5em;
        content: "\2193";
    }

    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:after {
        opacity: 1;
    }

    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        opacity: 0;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody table thead .sorting:before,
    div.dataTables_scrollBody table thead .sorting_asc:before,
    div.dataTables_scrollBody table thead .sorting_desc:before,
    div.dataTables_scrollBody table thead .sorting:after,
    div.dataTables_scrollBody table thead .sorting_asc:after,
    div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th,
    div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
        margin-top: 0 !important;
        border-top: none;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0;
    }

@keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

    div.dt-button-info h2 {
        padding: 0.5em;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        background-color: #f3f3f3;
    }

    div.dt-button-info > div {
        padding: 1em;
    }

div.dt-button-collection-title {
    text-align: center;
    padding: 0.3em 0 0.5em;
    font-size: 0.9em;
}

    div.dt-button-collection-title:empty {
        display: none;
    }

div.dt-button-collection.dropdown-menu {
    display: block;
    z-index: 2002;
    -webkit-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection.dropdown-menu.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        border-radius: 0;
    }

        div.dt-button-collection.dropdown-menu.fixed.two-column {
            margin-left: -150px;
        }

        div.dt-button-collection.dropdown-menu.fixed.three-column {
            margin-left: -225px;
        }

        div.dt-button-collection.dropdown-menu.fixed.four-column {
            margin-left: -300px;
        }

    div.dt-button-collection.dropdown-menu > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    div.dt-button-collection.dropdown-menu.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    div.dt-button-collection.dropdown-menu.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

    div.dt-button-collection.dropdown-menu.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

    div.dt-button-collection.dropdown-menu .dt-button {
        border-radius: 0;
    }

div.dt-button-collection {
    -webkit-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        border-radius: 0;
    }

        div.dt-button-collection.fixed.two-column {
            margin-left: -150px;
        }

        div.dt-button-collection.fixed.three-column {
            margin-left: -225px;
        }

        div.dt-button-collection.fixed.four-column {
            margin-left: -300px;
        }

    div.dt-button-collection > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    div.dt-button-collection.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    div.dt-button-collection.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

    div.dt-button-collection.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

    div.dt-button-collection .dt-button {
        border-radius: 0;
    }

    div.dt-button-collection.fixed {
        max-width: none;
    }

        div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
            display: none;
        }

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em;
    }

        div.dt-buttons a.btn {
            float: none;
        }
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
    color: rgba(0, 0, 0, 0.2);
}

    div.dt-buttons button.btn.processing:after,
    div.dt-buttons div.btn.processing:after,
    div.dt-buttons a.btn.processing:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        box-sizing: border-box;
        display: block;
        content: ' ';
        border: 2px solid #282828;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: dtb-spinner 1500ms infinite linear;
        -o-animation: dtb-spinner 1500ms infinite linear;
        -ms-animation: dtb-spinner 1500ms infinite linear;
        -webkit-animation: dtb-spinner 1500ms infinite linear;
        -moz-animation: dtb-spinner 1500ms infinite linear;
    }

table.DTFC_Cloned tr {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color: white;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

    div.DTFC_LeftBodyWrapper table thead .sorting:after,
    div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
    div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
    div.DTFC_LeftBodyWrapper table thead .sorting:after,
    div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
    div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
    div.DTFC_RightBodyWrapper table thead .sorting:after,
    div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
    div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
    div.DTFC_RightBodyWrapper table thead .sorting:after,
    div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
    div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
        display: none;
    }

    div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
    div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
    div.DTFC_RightBodyWrapper table tbody tr:first-child th,
    div.DTFC_RightBodyWrapper table tbody tr:first-child td {
        border-top: none;
    }

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
    background-color: white;
}

div.DTFC_Blocker {
    background-color: white;
}

table.dataTable.table-striped.DTFC_Cloned tbody {
    background-color: white;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
    position: fixed !important;
}

table.dataTable.fixedHeader-locked {
    position: absolute !important;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
        display: none !important;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        top: 12px;
        left: 4px;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        content: '+';
        background-color: #0275d8;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px;
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
        top: 5px;
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px;
    }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

    table.dataTable.dtr-column > tbody > tr > td.control:before,
    table.dataTable.dtr-column > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        content: '+';
        background-color: #0275d8;
    }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            border-bottom: 1px solid #efefef;
            padding: 0.5em 0;
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
                padding-top: 0;
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
                border-bottom: none;
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
    }

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        overflow: auto;
        margin: auto;
        z-index: 102;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid black;
        border-radius: 0.5em;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em;
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 12;
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea;
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.6);
    }

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        background-color: #adafb3;
        font-size: 14px;
        padding: 2px 5px;
        display: inline-block;
        border-radius: 3px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
            color: #fff;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable td,
    table.dataTable th {
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        right: 1em;
        content: "\2191";
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        right: 0.5em;
        content: "\2193";
    }

    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:after {
        opacity: 1;
    }

    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        opacity: 0;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody table thead .sorting:before,
    div.dataTables_scrollBody table thead .sorting_asc:before,
    div.dataTables_scrollBody table thead .sorting_desc:before,
    div.dataTables_scrollBody table thead .sorting:after,
    div.dataTables_scrollBody table thead .sorting_asc:after,
    div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th,
    div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
        margin-top: 0 !important;
        border-top: none;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0;
    }

/* Custom Mixins -------------------- */
/* Base Styles -------------------- */
body {
    color: #222;
    font-family: "Sarabun","Roboto", sans-serif;
    width: 100%;
    overflow-x: hidden;
    background: #f5f5f6;
}

    body.no-padding {
        padding-top: 0;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #0DABA0;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    a {
        transition: none;
    }
}

a:hover {
    text-decoration: none;
    color: #3E99E2;
}

.text-orange {
    color: #ffa300;
}

.text-green {
    color: #0DABA0;
}

.border-top {
    border-top: solid 1px #e5e5e8;
}

*:focus {
    outline: 0 solid transparent;
}

@media (max-width: 767.98px) {
    .col-45 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media (min-width: 1700px) {
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

.btn-transparent {
    border: 1px solid #fff;
    padding: 17px 44px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .btn-transparent {
        transition: none;
    }
}

.btn-transparent.turquoise {
    border: 0;
    background-color: #ffa300;
}

    .btn-transparent.turquoise:hover {
        color: #ffa300;
        background-color: #fff;
    }

.btn-transparent.btn-view-more:hover {
    color: #0DABA0;
    background-color: #fff;
}

.btn-transparent.btn-trailer {
    color: white;
    background-color: #ffa300;
    border: 1px solid #ffa300;
}

    .btn-transparent.btn-trailer:hover {
        color: #ffa300;
        background-color: #fff;
        border: 1px solid #fff;
    }

.btn-transparent i.vt-icon {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}

.badge {
    font-style: normal;
    border-radius: 10px;
    font-weight: normal;
    font-size: 10px;
    padding: 0.5em 0.8em;
    vertical-align: middle;
}

    .badge.badge-rounded {
        border-radius: 50%;
    }

    .badge.badge-orange {
        border: 1.5px solid #fff;
        background-color: #f78f24;
        color: #fff;
        text-align: center;
    }

    .badge.badge-warning {
        background-color: #ffa300;
        color: #fff;
    }

    .badge.badge-success {
        background-color: #ffa300;
        border: 1px solid white;
        color: white;
    }

.btn-viettel {
    padding: 17px 44px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .btn-viettel {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .btn-viettel {
        padding: 17px 25px;
    }
}

@media (max-width: 575.98px) {
    .btn-viettel {
        display: block;
        width: 100%;
    }
}

.btn-viettel.transparent {
    border: 1px solid #fff;
    background-color: transparent;
}

    .btn-viettel.transparent:hover {
        color: #0DABA0;
        border: 1px solid #0DABA0;
        background-color: #fff;
    }

.btn-viettel.orange {
    border: 1px solid #f78f24;
    background-color: #f78f24;
}

    .btn-viettel.orange:hover {
        color: #ffa300;
        border: 1px solid #ffa300;
        background-color: #fff;
    }

.visibility-toggler .buttons-collection {
    padding: 0;
    background: url(../img/svg/more_icn.svg) no-repeat center/14px transparent;
    text-indent: -99999px;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    width: 15px;
}

    .visibility-toggler .buttons-collection:hover {
        opacity: 0.5;
    }

.visibility-toggler .dropdown-item {
    width: auto;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
}

    .visibility-toggler .dropdown-item:before {
        content: '';
        height: 14px;
        width: 14px;
        border: solid 1px #b5b5b5;
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .visibility-toggler .dropdown-item:last-child {
        display: none;
    }

    .visibility-toggler .dropdown-item.active {
        color: #353638 !important;
        background: transparent;
    }

        .visibility-toggler .dropdown-item.active:after {
            width: 10px;
            height: 10px;
            content: '';
            display: inline-block;
            background: url(../img/svg/check-mark_icn.svg) no-repeat center/cover;
            position: absolute;
            left: 13px;
            top: 10px;
        }

.btn-manipulation {
    border-radius: 20px;
    padding: 10px 25px 10px 45px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 20px;
}

@media (prefers-reduced-motion: reduce) {
    .btn-manipulation {
        transition: none;
    }
}

.btn-manipulation .vt-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-manipulation.blue {
    background-color: #0DABA0;
}

    .btn-manipulation.blue:hover {
        color: #ffffff;
        background-color: #0b938a;
    }

.btn-manipulation.orange {
    background-color: #ffa300;
}

    .btn-manipulation.orange:hover {
        color: #ffffff;
        background-color: #e69300;
    }

.btn.btn-blue {
    color: #fff !important;
    background-color: #0DABA0;
}

    .btn.btn-blue:hover {
        color: #ffffff;
        background-color: #0b938a;
    }

.btn-dashboard {
    border: 0;
    padding: 5px 10px 5px 40px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.5s;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .btn-dashboard {
        transition: none;
    }
}

.btn-dashboard .vt-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-dashboard.blue {
    background-color: #0DABA0;
}

    .btn-dashboard.blue:hover {
        color: #ffffff;
        background-color: #0b938a;
    }

.btn-dashboard.orange {
    background-color: #ffa300;
}

    .btn-dashboard.orange:hover {
        color: #ffffff;
        background-color: #e69300;
    }

.btn-loading {
    position: relative;
    color: transparent !important;
}

    .btn-loading:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 45%;
        background: url("../img/svg/loading.svg") no-repeat;
        z-index: 10;
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*
 * megamenu.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.megamenu {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
}

    .megamenu a {
        color: #777;
    }

    .megamenu ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .megamenu li {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        line-height: normal;
        vertical-align: middle;
    }

        .megamenu li a {
            padding: 15px;
            display: block;
            text-decoration: none;
            color: #777;
            font-size: inherit;
            font-family: inherit;
            box-sizing: border-box;
            transition: all .3s ease-out;
        }

    /* main level */
    .megamenu > ul > li {
        display: inline-block;
    }

        .megamenu > ul > li > a {
            padding: 20px 40px;
        }

    /* first level dd */
    .megamenu ul ul {
        top: auto;
        width: 310px;
        position: absolute;
        z-index: 9900;
        text-align: left;
        display: none;
        background: #ddd;
    }

    .megamenu li li {
        display: block;
    }

    /* second level dd */
    .megamenu ul ul ul {
        top: 0;
        /* dd animtion - change to auto to remove */
        left: 310px;
    }

    .megamenu > ul > li:hover > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    /* .drop-left */
    .megamenu > ul > li.drop-left > ul {
        right: 0;
    }

    .megamenu li.drop-left ul ul {
        left: auto;
        right: 310px;
    }

    /* light theme */
    .megamenu.light {
        background: white;
    }

        .megamenu.light a {
            color: #000;
        }

        .megamenu.light ul ul {
            background: white;
        }

        .megamenu.light li a {
            color: #000;
        }

    /* dark theme */
    .megamenu.dark {
        background: black;
    }

        .megamenu.dark a {
            color: #FFF;
        }

        .megamenu.dark ul ul {
            background: black;
        }

        .megamenu.dark li a {
            color: #FFF;
        }

    /* sticky nav */
    .megamenu.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.megamenu-noscroll-x {
    overflow-x: hidden;
}

/* general styling */
.megamenu li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: inline-block;
}

.megamenu li li.has-sub > a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: relative;
    top: 4px;
}

.megamenu li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;
}

.megamenu.hide-arrows li.has-sub > a:after, .megamenu.hide-arrows li li.has-sub > a:after, .megamenu.hide-arrows li.drop-left li.has-sub > a:after {
    display: none;
}

.megamenu .menu-toggle, .megamenu .close-menu, .megamenu .call-btn-mobile, .megamenu .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}

.megamenu .dd-toggle {
    position: absolute;
    padding: 0 !important;
    height: 52px;
    text-align: right;
    z-index: 9999;
    border: 0;
    width: 100%;
    margin-top: -52px;
    background: transparent;
}

.megamenu.desktop li.has-sub a {
    padding-right: 5px;
}

.megamenu.desktop.hide-arrows li.has-sub a {
    padding-right: 15px;
}

.megamenu.mobile > ul > li > a.dd-toggle {
    padding: 0;
}

.megamenu li.call-btn-mobile, .megamenu li.location-btn-mobile {
    display: none;
}

/* svg icons */
.megamenu svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
}

/* svg icons */
.megamenu a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

    .megamenu a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: solid 3px #777;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .megamenu a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        top: 50%;
        border-bottom: solid 3px #777;
        position: absolute;
    }

.megamenu.light a.dd-toggle .icon-plus:before {
    border-color: #000;
}

.megamenu.light a.dd-toggle .icon-plus:after {
    border-color: #000;
}

.megamenu.dark a.dd-toggle .icon-plus:before {
    border-color: #FFF;
}

.megamenu.dark a.dd-toggle .icon-plus:after {
    border-color: #FFF;
}

.megamenu .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}

    .megamenu .icon-close:before {
        content: '';
        display: block;
        width: 12px;
        height: 0;
        border-bottom: solid 3px #777;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .megamenu .icon-close:after {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        top: 50%;
        border-bottom: solid 3px #777;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.megamenu.light .icon-close:before {
    border-color: #000;
}

.megamenu.light .icon-close:after {
    border-color: #000;
}

.megamenu.dark .icon-close:before {
    border-color: #FFF;
}

.megamenu.dark .icon-close:after {
    border-color: #FFF;
}

/* mobile nav */
.megamenu .menu-toggle, .megamenu .call-btn-mobile, .megamenu .location-btn-mobile, .megamenu .close-menu {
    padding: 15px;
    box-sizing: border-box;
}

    .megamenu .menu-toggle span.bars {
        display: inline-block;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

        .megamenu .menu-toggle span.bars span {
            display: block;
            width: 15px;
            height: 2px;
            border-radius: 6px;
            background: #777;
            margin: 0 0 3px;
        }

.megamenu .full {
    width: auto;
}

.megamenu .half {
    width: 50%;
}

.megamenu .third {
    width: 33%;
    text-align: center;
}

.megamenu .location-btn-mobile.third {
    text-align: center;
}

.megamenu .location-btn-mobile.half {
    text-align: right;
}

.megamenu.light .third, .megamenu.light .half {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.megamenu.light.left .third, .megamenu.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.megamenu.light.right .third, .megamenu.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.megamenu.light .third:first-child, .megamenu.light .half:first-child {
    border-left: 0;
}

.megamenu.dark .third, .megamenu.dark .half {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.megamenu.dark.left .third, .megamenu.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.megamenu.dark.right .third, .megamenu.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.megamenu.light.left .menu-toggle, .megamenu.light.right .menu-toggle {
    border-bottom: 0;
}

.megamenu.dark.left .menu-toggle, .megamenu.dark.right .menu-toggle {
    border-bottom: 0;
}

.megamenu.dark .third:first-child, .megamenu.dark .half:first-child {
    border-left: 0;
}

.megamenu.light .menu-toggle span.bars span {
    background: #000;
}

.megamenu.dark .menu-toggle span.bars span {
    background: #FFF;
}

.megamenu.mobile:not(.view-desktop) {
    position: static;
}

    .megamenu.mobile:not(.view-desktop).fixed {
        position: static;
    }

    .megamenu.mobile:not(.view-desktop) ul {
        position: relative;
        display: none;
    }

    .megamenu.mobile:not(.view-desktop).active {
        padding-bottom: 0;
    }

        .megamenu.mobile:not(.view-desktop).active > ul {
            display: block;
        }

    .megamenu.mobile:not(.view-desktop) ul {
        text-align: left;
    }

        .megamenu.mobile:not(.view-desktop) ul.level1 {
            height: calc(100vh - 76px) !important;
            overflow-y: auto;
        }

    .megamenu.mobile:not(.view-desktop) > ul > li {
        display: block;
    }

        .megamenu.mobile:not(.view-desktop) > ul > li > a {
            padding: 15px;
        }

    .megamenu.mobile:not(.view-desktop) ul {
        background: #dddddd;
    }

        .megamenu.mobile:not(.view-desktop) ul ul {
            position: relative;
            opacity: 1;
            visibility: visible;
            width: auto;
            display: none;
            transition: none;
        }

            .megamenu.mobile:not(.view-desktop) ul ul ul {
                left: auto;
                top: auto;
            }

    .megamenu.mobile:not(.view-desktop) li.drop-left ul ul {
        right: auto;
    }

    .megamenu.mobile:not(.view-desktop) > ul {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .megamenu.mobile:not(.view-desktop).light li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .megamenu.mobile:not(.view-desktop).light > ul {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    .megamenu.mobile:not(.view-desktop) li a.dd-toggle {
        border: 0;
    }

    .megamenu.mobile:not(.view-desktop).light li a.dd-toggle {
        border: 0;
    }

    .megamenu.mobile:not(.view-desktop) .menu-toggle, .megamenu.mobile:not(.view-desktop) .dd-toggle, .megamenu.mobile:not(.view-desktop) .close-menu, .megamenu.mobile:not(.view-desktop) .call-btn-mobile, .megamenu.mobile:not(.view-desktop) .location-btn-mobile {
        display: inline-block;
    }

    .megamenu.mobile:not(.view-desktop) li.call-btn-mobile {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
    }

    .megamenu.mobile:not(.view-desktop) li.call-btn-mobile, .megamenu.mobile:not(.view-desktop) li.location-btn-mobile {
        display: inline-block;
        width: 50%;
        text-transform: uppercase;
        text-align: center;
    }

        .megamenu.mobile:not(.view-desktop) li.call-btn-mobile.full, .megamenu.mobile:not(.view-desktop) li.location-btn-mobile.full {
            display: block;
            width: 100%;
            text-transform: uppercase;
            border-right: 0;
            text-align: left;
        }

    .megamenu.mobile:not(.view-desktop).light ul {
        background: white;
    }

    .megamenu.mobile:not(.view-desktop).dark ul {
        background: black;
    }

        .megamenu.mobile:not(.view-desktop).dark ul ul {
            background: rgba(255, 255, 255, 0.08);
        }

    .megamenu.mobile:not(.view-desktop).light li.call-btn-mobile {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .megamenu.mobile:not(.view-desktop).top {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .megamenu.mobile:not(.view-desktop) li.has-sub > a:after, .megamenu.mobile:not(.view-desktop) li li.has-sub > a:after, .megamenu.mobile:not(.view-desktop) li.drop-left li.has-sub > a:after {
        display: none;
    }

    /* left and right positions */
    .megamenu.mobile:not(.view-desktop).right > ul, .megamenu.mobile:not(.view-desktop).left > ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 280px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .megamenu.mobile:not(.view-desktop).right > ul {
        right: 0;
    }

    .megamenu.mobile:not(.view-desktop).right .close-menu, .megamenu.mobile:not(.view-desktop).left .close-menu {
        display: inline-block;
        text-align: right;
    }

    .megamenu.mobile:not(.view-desktop).left > ul {
        left: 0;
    }

    .megamenu.mobile:not(.view-desktop).right .location-btn-mobile.half, .megamenu.mobile:not(.view-desktop).right .call-btn-mobile.half, .megamenu.mobile:not(.view-desktop).right .close-menu.half {
        text-align: center;
    }

    .megamenu.mobile:not(.view-desktop).right .location-btn-mobile.third, .megamenu.mobile:not(.view-desktop).right .call-btn-mobile.third, .megamenu.mobile:not(.view-desktop).right .close-menu.third {
        text-align: center;
    }

    .megamenu.mobile:not(.view-desktop).left .location-btn-mobile.half, .megamenu.mobile:not(.view-desktop).left .call-btn-mobile.half, .megamenu.mobile:not(.view-desktop).left .close-menu.half {
        text-align: center;
    }

    .megamenu.mobile:not(.view-desktop).left .location-btn-mobile.third, .megamenu.mobile:not(.view-desktop).left .call-btn-mobile.third, .megamenu.mobile:not(.view-desktop).left .close-menu.third {
        text-align: center;
    }

    .megamenu.mobile:not(.view-desktop).left .menu-toggle.half, .megamenu.mobile:not(.view-desktop).left .menu-toggle.third, .megamenu.mobile:not(.view-desktop).right .menu-toggle.half, .megamenu.mobile:not(.view-desktop).right .menu-toggle.third {
        text-align: left;
    }

    .megamenu.mobile:not(.view-desktop).left .close-menu.third span, .megamenu.mobile:not(.view-desktop).right .close-menu.third span {
        display: none;
    }

/* left and right positions */
/* mega dd */
.megamenu.desktop li.mega ul ul {
    background: none;
}

.megamenu.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

    .megamenu.desktop li.mega li li {
        display: block;
        position: relative;
        left: 4px;
    }

.megamenu.desktop li.mega ul ul {
    width: auto;
}

.megamenu.desktop > ul > li.mega {
    position: inherit;
}

    .megamenu.desktop > ul > li.mega > ul {
        width: 100%;
    }

        .megamenu.desktop > ul > li.mega > ul li.has-sub ul {
            display: block;
            position: relative;
            left: auto;
        }

        .megamenu.desktop > ul > li.mega > ul > li {
            padding-bottom: 15px;
            box-sizing: border-box;
        }

.megamenu.desktop li.mega li li a {
    padding: 5px 15px;
}

.megamenu.desktop li.mega li.has-sub a:after {
    display: none;
}

.megamenu.desktop > ul > li.mega > ul > li > a {
    color: yellow;
}

.megamenu.view-desktop li.mega ul ul {
    background: none;
}

.megamenu.view-desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

    .megamenu.view-desktop li.mega li li {
        display: block;
        position: relative;
        left: 4px;
    }

.megamenu.view-desktop li.mega ul ul {
    width: auto;
}

@media (max-width: 1280px) {
    .megamenu.view-desktop li.mega ul ul {
        padding-right: 0;
        min-height: 0 !important;
    }
}

.megamenu.view-desktop > ul > li.mega {
    position: inherit;
}

    .megamenu.view-desktop > ul > li.mega > ul {
        width: 100%;
    }

        .megamenu.view-desktop > ul > li.mega > ul li.has-sub ul {
            display: block;
            position: relative;
            left: auto;
        }

        .megamenu.view-desktop > ul > li.mega > ul > li {
            padding-bottom: 15px;
            box-sizing: border-box;
        }

.megamenu.view-desktop li.mega li li a {
    padding: 10px 15px;
}

.megamenu.view-desktop li.mega li.has-sub a:after {
    display: none;
}

.megamenu.view-desktop > ul > li.mega > ul > li > a {
    color: yellow;
}

.megamenu.view-desktop .menu-toggle {
    display: inline-block;
}

.megamenu.view-desktop ul {
    text-align: left;
}

.megamenu.view-desktop > ul > li {
    display: block;
}

    .megamenu.view-desktop > ul > li > a {
        padding: 15px 25px;
    }

    .megamenu.view-desktop > ul > li > ul > li > a {
        padding: 15px 25px;
    }

.megamenu.view-desktop ul {
    width: 310px;
    min-height: 450px;
}

    .megamenu.view-desktop ul ul {
        top: 0;
        left: 310px;
    }

/* mega dd */
/* Fallback for slow javascript load */
@media only screen and (max-width: 768px) {
    .megamenu {
        overflow: hidden;
        display: block;
    }

        .megamenu ul {
            position: relative;
            display: none;
        }
}

/* mobile nav */
@media only screen and (max-width: 420px) {
    .megamenu.mobile .call-btn-mobile.third span, .megamenu.mobile .location-btn-mobile.third span {
        display: none;
    }
}

.menu-toggler {
    padding: 0 !important;
}

    .menu-toggler > i {
        color: #0DABA0;
        font-size: 32px;
    }

.megamenu.view-desktop > ul {
    position: absolute;
    margin-left: -15px;
    margin-top: 19px;
}

    .megamenu.view-desktop > ul > li {
        position: initial;
        background: #297fca;
    }

        .megamenu.view-desktop > ul > li.has-sub.open {
            background-color: #0DABA0;
        }

        .megamenu.view-desktop > ul > li > ul > li {
            position: initial;
        }

            .megamenu.view-desktop > ul > li > ul > li:hover {
                color: #3f3f3f;
            }

            .megamenu.view-desktop > ul > li > ul > li.has-sub.open {
                background-color: #fff;
            }

                .megamenu.view-desktop > ul > li > ul > li.has-sub.open a {
                    color: #3f3f3f;
                }

                    .megamenu.view-desktop > ul > li > ul > li.has-sub.open a:hover {
                        background: transparent;
                        color: #3f3f3f;
                    }

                .megamenu.view-desktop > ul > li > ul > li.has-sub.open ul li a {
                    transition: all 0.5s ease;
                }

@media (prefers-reduced-motion: reduce) {
    .megamenu.view-desktop > ul > li > ul > li.has-sub.open ul li a {
        transition: none;
    }
}

.megamenu.view-desktop > ul > li > ul > li.has-sub.open ul li a:hover {
    color: #0DABA0;
}

.megamenu ul {
    background: #297fca;
}

    .megamenu ul li:hover {
        background: #0DABA0;
    }

    .megamenu ul li a {
        position: relative;
        color: #fff;
        font-size: 18px;
    }

    .megamenu ul li ul {
        background: #0DABA0;
    }

        .megamenu ul li ul li:hover {
            background: #fff;
        }

@media (min-width: 576px) {
    .megamenu ul li ul li:hover a {
        color: #3f3f3f;
    }
}

.megamenu ul li ul li a:hover {
    color: #3f3f3f;
}

.megamenu ul li ul li ul {
    background: #fff;
}

.megamenu ul li ul li.mega > ul {
    width: calc(100vw - 620px) !important;
}

@media (max-width: 991.98px) {
    .megamenu ul li ul li.mega > ul {
        width: 100% !important;
    }
}

.megamenu ul li ul li.mega > ul li {
    margin-left: 0 !important;
}

    .megamenu ul li ul li.mega > ul li a {
        color: #3f3f3f;
        padding: 15px;
        font-size: 16px;
    }

.megamenu li.has-sub > a:after,
.megamenu li li.has-sub > a:after {
    display: none;
}

.menu-social {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10000;
}

@media (max-width: 575.98px) {
    .menu-social {
        display: none;
    }
}

.menu-social ul {
    display: block;
    width: 100%;
    text-align: right;
}

    .menu-social ul li {
        display: inline-block;
    }

        .menu-social ul li a {
            display: block;
            position: relative;
            width: 35px;
            height: 35px;
            margin: 0 0 0 10px;
            background-color: #0DABA0;
            border: solid 1px transparent;
            transition: all 0.5s;
            border-radius: 50%;
        }

@media (prefers-reduced-motion: reduce) {
    .menu-social ul li a {
        transition: none;
    }
}

.menu-social ul li a i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: white;
    font-size: 30px;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: reduce) {
    .menu-social ul li a i {
        transition: none;
    }
}

.menu-social ul li a i.icon-envelope-regular {
    font-size: 16px;
}

.menu-social ul li a:hover {
    border: solid 1px #0DABA0;
    background-color: transparent;
}

    .menu-social ul li a:hover i {
        color: #0DABA0;
    }

.mega-menu ul {
    display: block !important;
    float: left;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 10px;
}

    .mega-menu ul li {
        transition: all 0.5s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .mega-menu ul li {
        transition: none;
    }
}

.menu-overlay {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}

@media (prefers-reduced-motion: reduce) {
    .menu-overlay {
        transition: none;
    }
}

.megamenu {
    display: inline-block;
    width: 40px;
}

    .megamenu ul {
        display: none;
    }

    .megamenu .menu-toggle {
        padding: 10px 5px 10px 15px;
        text-transform: none;
        font-weight: 500;
    }

        .megamenu .menu-toggle .menu-icon {
            width: 20px;
            height: 20px;
            background: url(../img/svg/menu_icn.svg) no-repeat center/cover;
            display: inline-block;
            vertical-align: middle;
            margin-right: 7px;
            transition: 0.5s all;
        }

@media (prefers-reduced-motion: reduce) {
    .megamenu .menu-toggle .menu-icon {
        transition: none;
    }
}

.megamenu:not(.active) .menu-label {
    color: white;
    display: none;
}

.megamenu.active {
    width: 100vw;
    position: absolute;
}

    .megamenu.active .menu-toggle .menu-icon {
        z-index: 1;
        background: url(../img/svg/close-icn.svg) no-repeat center/cover;
    }

.megamenu.mobile:not(.view-desktop) {
    z-index: 50;
}

    .megamenu.mobile:not(.view-desktop).active {
        width: calc(100vw - 30px) !important;
    }

    .megamenu.mobile:not(.view-desktop) li.mobile-view {
        padding: 15px;
        text-align: center;
    }

        .megamenu.mobile:not(.view-desktop) li.mobile-view input {
            border-radius: 25px;
        }

        .megamenu.mobile:not(.view-desktop) li.mobile-view:hover {
            background-color: transparent;
        }

    .megamenu.mobile:not(.view-desktop) li a {
        font-family: "Sarabun","Roboto", sans-serif;
        padding: 15px 20px;
    }

    .megamenu.mobile:not(.view-desktop) > ul {
        z-index: 60;
        top: 75px;
        position: absolute;
        width: 100vw;
        margin-left: -15px;
        background: #0f1b29;
    }

        .megamenu.mobile:not(.view-desktop) > ul > li > a:not(.dd-toggle) {
            padding: 15px 20px;
            text-transform: uppercase;
            font-size: 14px !important;
            font-weight: 600;
            background: #01172F;
            color: #fff;
            font-family: "Sarabun","Roboto", sans-serif;
        }

            .megamenu.mobile:not(.view-desktop) > ul > li > a:not(.dd-toggle).login-dd {
                background: url(../img/svg/arrow_more_icn.svg);
                background-color: #01172F;
                background-repeat: no-repeat;
                background-size: 12px 18px;
                background-position: top 20px right 18px;
            }

        .megamenu.mobile:not(.view-desktop) > ul > li.has-sub.open > a:not(.dd-toggle):before {
            content: '';
            width: 3px;
            height: 100%;
            background-color: #297fca;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .megamenu.mobile:not(.view-desktop) > ul > li > ul {
            background: #fff;
        }

            .megamenu.mobile:not(.view-desktop) > ul > li > ul > li a:not(.dd-toggle) {
                background-color: #0f1b29;
            }

            .megamenu.mobile:not(.view-desktop) > ul > li > ul > li .mega-menu {
                background: #fff;
            }

                .megamenu.mobile:not(.view-desktop) > ul > li > ul > li .mega-menu ul {
                    width: 100%;
                    background: #0f1b29;
                    padding: 0;
                }

                .megamenu.mobile:not(.view-desktop) > ul > li > ul > li .mega-menu li a {
                    background: #0f1b29;
                    color: #737c85;
                    font-size: 18px;
                    line-height: 1.39;
                    padding: 10px 20px 10px 60px;
                }

                    .megamenu.mobile:not(.view-desktop) > ul > li > ul > li .mega-menu li a.active:before {
                        content: '';
                        width: 3px;
                        height: 100%;
                        background-color: #0DABA0;
                        display: inline-block;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

    .megamenu.mobile:not(.view-desktop) li.open > a.dd-toggle .icon-plus {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .megamenu.mobile:not(.view-desktop) a.dd-toggle {
        top: 0;
        margin-top: 0;
    }

.megamenu.mobile a.dd-toggle .icon-plus {
    right: 17px;
    top: 12px;
}

.megamenu a.dd-toggle .icon-plus {
    width: 10px;
    height: 16px;
    background: url(../img/svg/arrow_more_icn.svg);
}

    .megamenu a.dd-toggle .icon-plus:before, .megamenu a.dd-toggle .icon-plus:after {
        display: none;
    }

.megamenu .login-dd {
    font-size: 18px !important;
    color: #b3b8be;
    text-transform: none;
    font-weight: 500;
}

.top-nav {
    background: transparent;
}

    .top-nav .dropdown-discount {
        color: white;
    }

        .top-nav .dropdown-discount .dropdown-toggle {
            color: white;
        }

        .top-nav .dropdown-discount .highlight {
            display: block;
        }

    .top-nav .dropdown-menu li {
        display: block;
        margin: 0;
        min-width: 250px;
        position: relative;
        padding: 0;
    }

        .top-nav .dropdown-menu li.active, .top-nav .dropdown-menu li:active {
            background-color: transparent;
        }

        .top-nav .dropdown-menu li a {
            display: block;
            width: 100%;
            position: relative;
            padding: 8px 15px;
            transition: 0.5s all;
        }

@media (prefers-reduced-motion: reduce) {
    .top-nav .dropdown-menu li a {
        transition: none;
    }
}

.top-nav .dropdown-menu li a p {
    margin: 0;
    font-size: 12px;
    color: #9b9b9b;
}

    .top-nav .dropdown-menu li a p .discount-price {
        text-decoration: line-through;
    }

.top-nav .dropdown-menu li a:hover {
    background-color: #0DABA0;
    color: white;
}

    .top-nav .dropdown-menu li a:hover i {
        color: white;
    }

    .top-nav .dropdown-menu li a:hover p {
        color: white;
    }

.top-nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    /* fallback/image non-cover color */
    background-color: #4066E0;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #4066E0 0%, #1DB5B5 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #4066E0 0%, #1DB5B5 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    transition: 0.5s all;
}

@media (prefers-reduced-motion: reduce) {
    .top-nav {
        transition: none;
    }
}

.top-nav.no-bg.clearHeader {
    background: rgba(0, 0, 0, 0.25);
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
}

.top-nav.no-bg.darkHeader {
    /* fallback/image non-cover color */
    background-color: #4066E0;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #4066E0 0%, #1DB5B5 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #4066E0 0%, #1DB5B5 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

@media (max-width: 991.98px) {
    .top-nav.scrollUp {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
}

body.menu-opened {
    overflow-x: hidden;
    overflow-y: hidden;
}

    body.menu-opened .menu-social {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 575.98px) {
    body.menu-opened .menu-social {
        display: none;
    }
}

body.menu-opened .menu-overlay {
    visibility: visible;
    opacity: 1;
}

body.menu-opened .menu-right {
    opacity: 0;
}

@media (max-width: 767.98px) {
    body.menu-opened .top-nav {
        background: #01172F !important;
    }

        body.menu-opened .top-nav .megamenu {
            background: #01172F;
        }

            body.menu-opened .top-nav .megamenu .menu-label {
                display: none;
            }

        body.menu-opened .top-nav.fixed {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    body.menu-opened .menu-right {
        display: none;
    }
}

body.home-page {
    padding-top: 0;
}

    body.home-page .home-header {
        position: relative;
        display: block;
        width: 100%;
        background-color: #297fca;
    }

        body.home-page .home-header .top-nav {
            transition: 0.5s all;
        }

@media (prefers-reduced-motion: reduce) {
    body.home-page .home-header .top-nav {
        transition: none;
    }
}

@media (min-width: 768px) {
    body.home-page .home-header .top-nav {
        background: rgba(0, 0, 0, 0.25);
        /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
    }

        body.home-page .home-header .top-nav.clearHeader {
            background: rgba(0, 0, 0, 0.25);
            /* Old browsers */
            /* FF3.6+ */
            /* Chrome,Safari4+ */
            /* Chrome10+,Safari5.1+ */
            /* Opera 11.10+ */
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
            /* IE6-9 */
            transition: 0.5s all;
        }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    body.home-page .home-header .top-nav.clearHeader {
        transition: none;
    }
}

@media (min-width: 768px) {
    body.home-page .home-header .top-nav.darkHeader {
        /* fallback/image non-cover color */
        background-color: #4066E0;
        /* Firefox 3.6+ */
        /* Safari 4+, Chrome 1+ */
        /* Safari 5.1+, Chrome 10+ */
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(left, #4066E0 0%, #1DB5B5 100%);
        /* IE10+ */
        /* Standard */
        background: linear-gradient(to right, #4066E0 0%, #1DB5B5 100%);
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
        transition: 0.5s all;
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    body.home-page .home-header .top-nav.darkHeader {
        transition: none;
    }
}

@media (min-width: 768px) {
    body.home-page.menu-opened .top-nav:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 77px;
        background: #01172F;
    }
}

@media (min-width: 768px) {
    body.menu-opened .top-nav.clearHeader:after, body.menu-opened .top-nav.darkHeader:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 77px;
        background: #01172F;
    }
}

.user-name-dropdown {
    transform: none !important;
    top: 80% !important;
    -webkit-transform: none !important;
    right: 10px !important;
    left: auto !important;
    padding: 0 !important;
    border: 0 !important;
}

    .user-name-dropdown li.split-line {
        border-top: 1px solid #979797;
    }

    .user-name-dropdown .user-dropdown {
        background: #0DABA0;
        border-radius: 0.25rem 0.25rem 0 0;
    }

        .user-name-dropdown .user-dropdown:active, .user-name-dropdown .user-dropdown:hover, .user-name-dropdown .user-dropdown:focus {
            background: #0DABA0 !important;
        }

        .user-name-dropdown .user-dropdown .user-dropdown-wrapper {
            position: relative;
            padding: 30px 10px 30px 70px;
        }

            .user-name-dropdown .user-dropdown .user-dropdown-wrapper .user-avatar-dropdown {
                display: block;
                position: absolute;
                left: 15px;
                top: 50%;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .user-name-dropdown .user-dropdown .user-dropdown-wrapper p, .user-name-dropdown .user-dropdown .user-dropdown-wrapper h3, .user-name-dropdown .user-dropdown .user-dropdown-wrapper a {
                color: white;
                padding: 0;
                margin: 0;
            }

            .user-name-dropdown .user-dropdown .user-dropdown-wrapper h3 {
                font-size: 16px;
                text-transform: uppercase;
            }

            .user-name-dropdown .user-dropdown .user-dropdown-wrapper a {
                color: #ffa300;
            }

.carousel {
    z-index: 1;
}

    .carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 8px;
    }

        .carousel .carousel-indicators li.active {
            background: #fff;
        }

.banner-slider img {
    max-width: 100%;
}

.banner-slider .carousel-indicators {
    bottom: 164px;
}

@media (max-width: 991.98px) {
    .banner-slider .slider-text {
        text-align: center;
    }
}

.section-our-services .products-line {
    min-height: 445px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .section-our-services .products-line {
        min-height: 540px;
    }
}

@media (max-width: 991.98px) {
    .section-our-services .products-line {
        margin: 0 0 15px;
    }
}

.section-our-services .products-line .product-container {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 32%;
    height: 100%;
}

    .section-our-services .products-line .product-container .container {
        margin-left: -15px;
        position: relative;
    }

    .section-our-services .products-line .product-container .products-split-line {
        border-top: 1px solid #EBECEC;
        position: absolute;
        top: 73px;
        width: 100%;
    }

    .section-our-services .products-line .product-container .container-nav-icon {
        display: inline-block;
        position: absolute;
        top: 23px;
        right: 10px;
        cursor: pointer;
    }

        .section-our-services .products-line .product-container .container-nav-icon svg {
            width: 18px;
            height: 18px;
            fill: #C3C5C6;
        }

    .section-our-services .products-line .product-container.first.active,
    .section-our-services .products-line .product-container.third.active {
        z-index: 2;
        width: 100%;
    }

    .section-our-services .products-line .product-container.onepage .expand-toggler {
        display: none;
    }

    .section-our-services .products-line .product-container:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

        .section-our-services .products-line .product-container:hover .vt-icon {
            color: #ffa300;
        }

    .section-our-services .products-line .product-container.active .expand-toggler {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .section-our-services .products-line .product-container.first {
        left: 0;
        transition: all .4s;
    }

    .section-our-services .products-line .product-container.second {
        left: 34%;
        transition: all .4s;
    }

        .section-our-services .products-line .product-container.second.active {
            width: 100%;
            left: 0;
            z-index: 2;
        }

    .section-our-services .products-line .product-container.third {
        right: 0;
        transition: all .4s;
    }

@media (max-width: 991px) {
    .section-our-services .module-wrap .products-line .product-container .product-itmes-contains .product-items .product-inneritems ul li span i {
        display: none;
    }

    .section-our-services .module-wrap .products-line {
        min-height: auto;
        margin-top: -15px;
        margin-left: 0;
        margin-right: 0;
    }

        .section-our-services .module-wrap .products-line .product-container {
            width: 100%;
            position: static;
            margin: 15px 0;
            max-height: 74px;
            overflow: hidden;
        }
}

@media (max-width: 991px) and (max-width: 991.98px) {
    .section-our-services .module-wrap .products-line .product-container {
        margin: 0 0 15px;
    }
}

@media (max-width: 991px) {
    .section-our-services .module-wrap .products-line .product-container .col-md-4 {
        padding: 0 0 0 15px;
    }

    .section-our-services .module-wrap .products-line .product-container .service-content {
        margin: auto 0;
    }

    .section-our-services .module-wrap .products-line .product-container .product-items {
        min-height: auto;
        padding-bottom: 11px;
    }

    .section-our-services .module-wrap .products-line .product-container.onepage .product-items {
        padding-bottom: 40px;
    }

    .section-our-services .module-wrap .products-line .product-container .row > :not(:first-child) {
        margin-top: -20px;
    }

        .section-our-services .module-wrap .products-line .product-container .row > :not(:first-child) .service-header {
            display: none;
        }

        .section-our-services .module-wrap .products-line .product-container .row > :not(:first-child) .service-content {
            margin-top: -10px;
        }

        .section-our-services .module-wrap .products-line .product-container .row > :not(:first-child) .product-items {
            border-top: 0;
        }

    .section-our-services .module-wrap .products-line .product-container.active {
        height: auto;
        max-height: 2000px;
        overflow: hidden;
    }

        .section-our-services .module-wrap .products-line .product-container.active .service-header .expand-toggler.mobile {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            right: 0;
        }

        .section-our-services .module-wrap .products-line .product-container.active .row > :first-child .product-items {
            display: block;
        }

        .section-our-services .module-wrap .products-line .product-container.active .row > :not(:first-child) {
            display: block;
        }

    .section-our-services .module-wrap .products-line .product-container .product-items-header h3 {
        color: #373D41;
    }

    .section-our-services .module-wrap .product-btn .btn {
        padding: 0 28px;
    }

    .expand-toggler.mobile {
        display: inline-block !important;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        right: 40px;
    }

    .expand-toggler:not(.mobile) {
        display: none !important;
    }

    .section-our-services .products-line .product-container .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .section-our-services .products-line .product-container.onepage .service-header {
        pointer-events: none;
        cursor: default;
    }
}

.product-container {
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
}

    .product-container .expand-toggler {
        width: 64px;
        height: 74px;
        position: absolute;
        display: inline-block;
        right: 0;
        top: 0;
        color: #bfbfbf;
        font-size: 18px;
        text-align: center;
        z-index: 0;
        line-height: 74px;
        transition: all 0.5s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .product-container .expand-toggler {
        transition: none;
    }
}

.product-container .expand-toggler.mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .product-container .expand-toggler {
        width: auto;
    }
}

@media (min-width: 576px) {
    .product-container .container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .product-container .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .product-container .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .product-container .container {
        width: 1140px;
    }
}

.service-block .service-header {
    padding: 15px 25px 15px 60px;
    position: relative;
    min-height: 73px;
    z-index: 1;
}

    .service-block .service-header > img {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .service-block .service-header > h4 {
        position: absolute;
        left: 65px;
        top: 50%;
        display: block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 600;
        color: #424242;
        margin: 0 0 0 12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

@media (max-width: 1199.98px) {
    .service-block .service-header > h4 {
        font-size: 13px;
    }
}

.service-block .service-content .service-col {
    min-height: 385px;
    padding: 15px 0;
}

@media (max-width: 767.98px) {
    .service-block .service-content .service-col {
        min-height: auto;
    }
}

.service-block .service-content .service-col h5 {
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 5px;
}

.service-block .service-content .service-col p {
    opacity: 0.6;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #222222;
    letter-spacing: -0.1px;
}

.service-block .service-content .service-col .service-item {
    display: block;
    padding: 10px 20px;
    transition: all 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
    .service-block .service-content .service-col .service-item {
        transition: none;
    }
}

.service-block .service-content .service-col .service-item p {
    margin-bottom: 0;
}

.service-block .service-content .service-col .service-item h5 {
    align-items: center;
    display: flex;
    line-height: 20px;
}

    .service-block .service-content .service-col .service-item h5 .is-beta {
        line-height: 15px;
        background-color: #ffa300;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        font-size: 12px;
        padding: 2px 5px;
        margin-left: 10px;
        display: inline-block;
        border-radius: 15px;
    }

.service-block .service-content .service-col .service-item:hover {
    background-color: #0DABA0;
}

    .service-block .service-content .service-col .service-item:hover h5, .service-block .service-content .service-col .service-item:hover p {
        color: #fff;
    }

/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px;
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            color: #999;
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
                color: rgba(255, 255, 255, 0.5);
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important;
        }

    .has-error .bootstrap-select .dropdown-toggle,
    .error .bootstrap-select .dropdown-toggle,
    .bootstrap-select.is-invalid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48;
    }

    .bootstrap-select.is-valid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745;
    }

    .bootstrap-select.fit-width {
        width: auto !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

@media (max-width: 991.98px) {
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.dropdown-menu-right,
    .bootstrap-select[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.disabled:focus,
    .bootstrap-select > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit;
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: none !important;
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        box-sizing: border-box;
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
.bootstrap-select .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bootstrap-select .dropdown-item.active span, .bootstrap-select .dropdown-item:active span {
    color: #fff !important;
}

/*! =======================================================
                      VERSION  10.6.1
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
        }

            .slider.slider-horizontal .slider-tick.triangle,
            .slider.slider-horizontal .slider-handle.triangle {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #2e6da4;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-container {
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center;
            }

        .slider.slider-horizontal .tooltip {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .slider.slider-horizontal.slider-rtl .slider-track {
            left: initial;
            right: 0;
        }

        .slider.slider-horizontal.slider-rtl .slider-tick,
        .slider.slider-horizontal.slider-rtl .slider-handle {
            margin-left: initial;
            margin-right: -10px;
        }

        .slider.slider-horizontal.slider-rtl .slider-tick-container {
            left: initial;
            right: 0;
        }

        .slider.slider-horizontal.slider-rtl .tooltip {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
        }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            left: 25%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-low,
        .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-tick.triangle,
            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #2e6da4;
                border-right-color: #2e6da4;
                margin-left: 0;
                margin-right: 0;
            }

        .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px;
            }

        .slider.slider-vertical .tooltip {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .slider.slider-vertical.slider-rtl .slider-track {
            left: initial;
            right: 25%;
        }

        .slider.slider-vertical.slider-rtl .slider-selection {
            left: initial;
            right: 0;
        }

        .slider.slider-vertical.slider-rtl .slider-tick.triangle,
        .slider.slider-vertical.slider-rtl .slider-handle.triangle {
            border-width: 10px 10px 10px 0;
        }

        .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
            padding-left: initial;
            padding-right: 4px;
        }

    .slider.slider-disabled .slider-handle {
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip {
        pointer-events: none;
    }

        .slider .tooltip.top {
            margin-top: -36px;
        }

    .slider .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
}

    .slider-selection.tick-slider-selection {
        background-image: linear-gradient(to bottom, #3E99E2 0%, #3E99E2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
    }

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7 !important;
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    -webkit-filter: none;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    border: 0px solid transparent !important;
}

    .slider-handle:hover {
        cursor: pointer;
    }

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-filter: none;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
        opacity: 1;
    }

.slider.slider-horizontal {
    width: 100%;
}

    .slider.slider-horizontal .slider-track {
        height: 6px;
        margin-top: -3px;
        background-image: none;
        background-color: rgba(119, 119, 119, 0.14);
    }

        .slider.slider-horizontal .slider-track .slider-selection {
            background-image: none;
            background-color: #3E99E2;
        }

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        color: rgba(143, 143, 143, 0.8);
        font-size: 12px;
        font-family: "Sarabun","Roboto", sans-serif;
        position: relative;
        padding-top: 5px;
    }

@media (max-width: 575.98px) {
    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        font-size: 10px;
    }
}

.slider-tick {
    display: none;
}

.slider-handle {
    background-image: none;
    background-color: #3E99E2;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main, .slider.slider-vertical:hover .tooltip.tooltip-main {
    opacity: 0.7 !important;
}

.slider.slider-horizontal:hover .tooltip-inner, .slider.slider-vertical:hover .tooltip-inner {
    font-size: 90%;
    width: auto;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #353638;
    font-family: "Sarabun","Roboto", sans-serif;
}

    .custom-radio span {
        display: block;
        width: 100%;
        color: #4E4E4E;
        font-size: 12px;
    }

    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .custom-radio input:checked + .radio-check {
            border-color: #0DABA0;
        }

            .custom-radio input:checked + .radio-check:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #0DABA0;
                position: absolute;
                top: 2px;
                left: 2px;
                border-radius: 50%;
            }

    .custom-radio .radio-check {
        position: absolute;
        top: 3px;
        left: 0;
        height: 18px;
        width: 18px;
        border: solid 2px rgba(53, 54, 56, 0.8);
        border-radius: 50%;
        display: inline-block;
    }

.custom-service {
    display: block;
    position: relative;
    padding: 6px 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #353638;
    font-family: "Sarabun","Roboto", sans-serif;
}

    .custom-service input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        border: 0;
    }

        .custom-service input:checked + .radio-check {
            border: 2px solid #3E99E2;
        }

            .custom-service input:checked + .radio-check:before {
                height: 20px;
                background: url("../img/svg/check.svg") no-repeat center/contain;
            }

    .custom-service .icon-service {
        position: absolute;
        left: 5px;
        width: 20px;
        height: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .custom-service .radio-check {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 2px solid #ebebec;
        border-radius: 4px;
        transition: all, 0.25s;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-service .radio-check {
        transition: none;
    }
}

.custom-service .radio-check:before {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 0;
    top: 50%;
    content: '';
    background: transparent;
    transition: all, 0.25s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (prefers-reduced-motion: reduce) {
    .custom-service .radio-check:before {
        transition: none;
    }
}

.custom-bank {
    display: block;
    position: relative;
    padding: 8px 35px 8px 110px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #353638;
    font-family: "Sarabun","Roboto", sans-serif;
}

@media (max-width: 991.98px) {
    .custom-bank {
        padding: 8px 35px 8px 15px;
    }
}

.custom-bank input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0;
}

    .custom-bank input:checked + .radio-check {
        border: 2px solid #3E99E2;
    }

        .custom-bank input:checked + .radio-check:before {
            height: 20px;
            background: url("../img/svg/check.svg") no-repeat center/contain;
        }

.custom-bank .icon-service {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 991.98px) {
    .custom-bank .icon-service {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.custom-bank .radio-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #ebebec;
    border-radius: 4px;
    transition: all, 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .custom-bank .radio-check {
        transition: none;
    }
}

.custom-bank .radio-check:before {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 0;
    top: 50%;
    content: '';
    background: transparent;
    transition: all, 0.25s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (prefers-reduced-motion: reduce) {
    .custom-bank .radio-check:before {
        transition: none;
    }
}

.recharge-list {
    display: flex;
    flex-flow: row wrap;
}

    .recharge-list .recharge-item {
        display: flex;
        width: 25%;
        padding: 0 10px 10px 0;
    }

@media (max-width: 767.98px) {
    .recharge-list .recharge-item {
        width: 50%;
    }
}

.recharge-list .recharge-item .custom-radio {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #0DABA0;
    padding: 14px 5px;
    text-align: center;
}

    .recharge-list .recharge-item .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .recharge-list .recharge-item .custom-radio input:checked + .radio-check {
            border-color: #0DABA0;
        }

            .recharge-list .recharge-item .custom-radio input:checked + .radio-check:after {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: transparent;
                border-radius: 4px;
            }

    .recharge-list .recharge-item .custom-radio .radio-check {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: solid 2px #e9e9e9;
        border-radius: 4px;
    }

.recharge-list .recharge-item .form-group {
    margin: 0;
    position: relative;
}

    .recharge-list .recharge-item .form-group .form-control {
        padding-right: 25px;
        padding-left: 10px;
    }

        .recharge-list .recharge-item .form-group .form-control::-webkit-input-placeholder {
            color: red;
        }

        .recharge-list .recharge-item .form-group .form-control:-ms-input-placeholder {
            color: red;
        }

        .recharge-list .recharge-item .form-group .form-control::-ms-input-placeholder {
            color: red;
        }

        .recharge-list .recharge-item .form-group .form-control::placeholder {
            color: red;
        }

    .recharge-list .recharge-item .form-group span {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.bootstrap-select {
    margin-bottom: 12px;
}

    .bootstrap-select > .dropdown-toggle {
        border-radius: 4px;
        border: solid 1px #b5b5b5;
        background-color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 16px;
            line-height: 1.56;
            color: rgba(53, 54, 56, 0.8);
        }

        .bootstrap-select > .dropdown-toggle.selected-custom .filter-option-inner-inner {
            text-align: center;
        }

    .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
        background-color: #0DABA0;
    }

@media (max-width: 767.98px) {
    .bootstrap-select .dropdown-item {
        left: auto !important;
        right: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important;
    }
}

.bootstrap-select .dropdown-item li a span.text {
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    color: rgba(53, 54, 56, 0.8);
    white-space: normal !important;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: rgba(53, 54, 56, 0.8);
    font-family: "Sarabun","Roboto", sans-serif;
    text-align: left;
    z-index: 9;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .custom-checkbox input:disabled + .checkbox-check {
            background-color: #e9ecef;
        }

        .custom-checkbox input:checked + .checkbox-check {
            color: #fff;
            border-color: #0DABA0;
            background-color: #0DABA0;
        }

            .custom-checkbox input:checked + .checkbox-check .icon-check-mark_icn {
                display: block;
                position: relative;
                top: -1px;
                left: 1px;
            }

    .custom-checkbox .checkbox-check {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        border: solid 1px #b5b5b5;
        border-radius: 4px;
        display: inline-block;
    }

        .custom-checkbox .checkbox-check .icon-check-mark_icn {
            display: none;
        }

    .custom-checkbox.checkbox-right {
        padding-left: 0;
        padding-right: 30px;
        display: inline-block;
    }

        .custom-checkbox.checkbox-right .checkbox-check {
            top: 0;
            left: auto;
            right: 0;
        }

.custom-checkbox-btn {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(53, 54, 56, 0.8);
    font-family: "Sarabun","Roboto", sans-serif;
    text-align: left;
}

    .custom-checkbox-btn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .custom-checkbox-btn input:checked + .checkbox-check {
            color: #fff;
            border-color: #3E99E2;
            background-color: #3E99E2;
        }

    .custom-checkbox-btn .checkbox-check {
        height: 34px;
        padding: 0 15px;
        border-radius: 4px;
        border: solid 1px #b5b5b5;
        background-color: #ffffff;
        display: inline-block;
    }

.bootstrap-select {
    margin-bottom: 12px;
}

    .bootstrap-select > .dropdown-toggle {
        border-radius: 4px;
        border: solid 1px #b5b5b5;
        background-color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 16px;
            line-height: 1.56;
            color: rgba(53, 54, 56, 0.8);
        }

    .bootstrap-select.disabled > .dropdown-toggle {
        background-color: #e9ecef;
    }

    .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
        background-color: #0DABA0;
    }

@media (max-width: 767.98px) {
    .bootstrap-select .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important;
    }
}

.bootstrap-select .dropdown-menu li a span.text {
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    color: rgba(53, 54, 56, 0.8);
    white-space: normal !important;
}

.form-group label {
    /*    font-family: "Sarabun","Roboto", sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    color: #353638;
}

    .form-group label.blue {
        color: #0DABA0;
    }

.form-group.clearable-input.no-icon .form-label-custom {
    left: 15px;
}

.form-group.clearable-input .vt-icon {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.6;
}

    .form-group.clearable-input .vt-icon:hover {
        opacity: 0.9;
    }

.form-group.clearable-input .icon-close-icn {
    right: 15px;
    top: 20px;
    display: none;
    -webkit-transform: translate(0, -48%);
    transform: translate(0, -48%);
}

    .form-group.clearable-input .icon-close-icn.large-range {
        top: 30px;
    }

.form-group.password-group .icon-close-icn {
    right: 45px;
}

.form-group.password-group .icon-eye-close, .form-group.password-group .icon-eye-open {
    top: 15px;
    right: 15px;
}

    .form-group.password-group .icon-eye-close.in-form-group, .form-group.password-group .icon-eye-open.in-form-group {
        top: 4px;
    }

.form-group.password-group .icon-eye-open {
    font-size: 15px;
    top: 18px;
}

    .form-group.password-group .icon-eye-open.in-form-group {
        top: 8px;
    }

.form-group .invalid-feedback {
    font-size: 90%;
}

.mt-sm-2-custom {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    .mt-sm-2-custom {
        margin-top: 8px;
    }
}

.form-control, .input-group-text {
    border-color: #b5b5b5;
}

    .form-control.no-border, .input-group-text.no-border {
        border: 0;
        outline: none;
    }

        .form-control.no-border:focus, .input-group-text.no-border:focus {
            outline: none;
            box-shadow: none;
        }

    .form-control[type="password"], .form-control.custom-form-control, .input-group-text[type="password"], .input-group-text.custom-form-control {
        padding-right: 70px;
    }

.md-input {
    position: relative;
    padding-top: 15px;
}

    .md-input input:focus, .md-input select:focus {
        outline: none;
    }

        .md-input input:focus + label,
        .md-input input:valid + label, .md-input select:focus + label,
        .md-input select:valid + label {
            top: -8px;
            left: 0;
            font-size: 14px;
        }

    .md-input label {
        font-size: 1rem;
        position: absolute;
        pointer-events: none;
        font-weight: 500;
        left: 15px;
        top: 24px;
        transition: .3s ease all;
    }

    .md-input .selectpicker + label {
        display: none;
    }

    .md-input .bootstrap-select + label {
        opacity: 0;
        visibility: hidden;
    }

    .md-input .bootstrap-select.selected + label {
        opacity: 1;
        visibility: visible;
        top: -8px;
        left: 0;
        font-size: 14px;
    }

.nav-tabs.vt-tab .nav-link, .nav-tabs.info-tabs .nav-link {
    font-size: 12px;
    color: rgba(53, 54, 56, 0.5);
    font-weight: 600;
}

    .nav-tabs.vt-tab .nav-link.active, .nav-tabs.info-tabs .nav-link.active {
        color: #0DABA0;
        background-color: #fafafa;
        border-bottom-color: #fafafa;
    }

.nav-tabs.vt-tab + .tab-content, .nav-tabs.info-tabs + .tab-content {
    border: solid 1px #e6e6e6;
    border-top: none;
    background-color: #fafafa;
    padding: 20px;
}

@media (max-width: 767.98px) {
    .min-width-xs {
        min-width: 200px;
    }
}

.form-group {
    position: relative;
}

    .form-group + .form-group {
        margin-top: 30px;
    }

.form-label-custom {
    position: absolute;
    left: 45px;
    top: 50%;
    color: #999 !important;
    background-color: #fff;
    z-index: 10;
    font-weight: normal !important;
    margin: 0;
    padding: 0 10px;
    cursor: text;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (prefers-reduced-motion: reduce) {
    .form-label-custom {
        transition: none;
    }
}

.focused .form-label-custom {
    color: #333 !important;
    letter-spacing: 1px;
    -webkit-transform: translate(-5%, -185%);
    transform: translate(-5%, -185%);
}

.isLoading {
    pointer-events: none;
}

    .isLoading:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: #f6f7f8;
        border-radius: 4px;
    }

    .isLoading:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: url("../img/svg/loading.svg") no-repeat;
        z-index: 10;
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.loading-page {
    overflow: hidden;
}

    .loading-page:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

    .loading-page:after {
        content: '';
        position: fixed;
        left: 50%;
        top: 45%;
        background: url("../img/svg/loading.svg") no-repeat;
        z-index: 10000;
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.breadcrumb-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
}

    .breadcrumb-wrapper .breadcrumb {
        position: relative;
        padding: 30px 0 15px;
        background-color: white;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 30px;
    }

        .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
            font-size: 14px;
            color: #353638;
            font-family: "Sarabun","Roboto", sans-serif;
        }

            .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
                font-size: 14px;
                color: #353638;
            }

    .breadcrumb-wrapper.transparent {
        background-color: transparent;
    }

        .breadcrumb-wrapper.transparent .breadcrumb {
            background-color: transparent;
            margin-bottom: 0;
            padding: 35px 0 15px;
        }

.pagination-news {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    background-color: white;
    border-bottom: 1px solid #e7e7e7;
}

.pagination .page-item .page-link {
    border: 0;
    opacity: 0.4;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #353638;
}

    .pagination .page-item .page-link.page-icon {
        font-size: 14px;
    }

.pagination .page-item .null-item {
    padding: 5px;
    line-height: 16px;
}

.pagination .page-item.active .page-link {
    opacity: 1;
    background-color: transparent;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    opacity: 0.4;
    color: #0DABA0;
}

    .pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
        opacity: 1;
        background-color: transparent;
    }

/* right bounce */
@-webkit-keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

/* /right bounce */
#toast-container > div {
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    opacity: 1;
}

    #toast-container > div .toast-message {
        color: #878787;
    }

    #toast-container > div:before {
        content: '';
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        position: absolute;
    }

    #toast-container > div:after {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65%;
        color: #fcf8e3;
        border-color: #faebcc;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-radius: 50%;
    }

    #toast-container > div.toast-info:before {
        background-color: #1D72F3;
    }

    #toast-container > div.toast-info:after {
        background-image: url(../img/svg/toast-info.svg);
        background-color: #1D72F3;
    }

    #toast-container > div.toast-warning:before {
        background-color: #FFC007;
    }

    #toast-container > div.toast-warning:after {
        background-image: url(../img/svg/toast-warning.svg);
        background-color: #FFC007;
    }

    #toast-container > div.toast-error:before {
        background-color: #FF3333;
    }

    #toast-container > div.toast-error:after {
        background-image: url(../img/svg/cancel.svg);
        background-color: #FF3333;
    }

    #toast-container > div.toast-success:before {
        background-color: #2BDE3F;
    }

    #toast-container > div.toast-success:after {
        background-image: url(../img/svg/toast-success.svg);
        background-color: #2BDE3F;
    }

#toast-container > :hover {
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}

.swal2-modal {
    font-family: "Sarabun","Roboto", sans-serif;
    text-align: right;
    max-width: 500px;
    transition: all 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .swal2-modal {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .swal2-modal {
        max-width: 340px;
        margin: -110px 0 0 -170px !important;
        background: white;
        width: calc(100% - 30px) !important;
    }
}

.swal2-modal .swal2-spacer {
    height: 1px;
    margin: 0.6rem 0;
}

.swal2-modal .swal2-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-width: 2px;
    float: left;
    margin-top: 5px;
}

.swal2-modal h2 {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 5px;
}

.swal2-modal .swal2-content {
    font-size: 14px;
    line-height: 22px;
    padding-left: 40px;
    text-align: left;
}

.swal2-modal button.styled {
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 500;
}

.swal2-modal button.swal2-confirm {
    background-color: #ffa300 !important;
    border-color: #ffa300 !important;
}

    .swal2-modal button.swal2-confirm:hover {
        background-color: #cc8200 !important;
    }

.swal2-modal button.swal2-cancel {
    border: solid 1px #cccccc !important;
    background-color: #ffffff !important;
    color: #4E4E4E !important;
}

    .swal2-modal button.swal2-cancel:hover {
        background-color: #F2F2F2 !important;
    }

.nav-tabs.vt-tabs {
    border-bottom: none;
    text-align: center;
    font-size: 0;
}

    .nav-tabs.vt-tabs li {
        display: inline-block;
        padding: 0 30px;
    }

@media (min-width: 768px) {
    .nav-tabs.vt-tabs li {
        padding: 0 5px;
    }
}

.nav-tabs.vt-tabs li a {
    font-weight: 600;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    border: none;
    padding: 0.3rem 0.5rem;
}

@media (min-width: 576px) {
    .nav-tabs.vt-tabs li a {
        color: white;
        font-size: 13px;
    }
}

.nav-tabs.vt-tabs li a:hover, .nav-tabs.vt-tabs li a.active {
    background-color: transparent;
    border: none;
}

@media (min-width: 576px) {
    .nav-tabs.vt-tabs li a:hover, .nav-tabs.vt-tabs li a.active {
        color: white;
    }
}

.nav-tabs.vt-tabs li a:hover:after, .nav-tabs.vt-tabs li a.active:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media (max-width: 767.98px) {
    .nav-tabs.vt-tabs li {
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    .nav-tabs.vt-tabs li {
        width: 100%;
        padding: 0;
        background: #fff;
    }

        .nav-tabs.vt-tabs li a {
            text-align: left;
            padding-left: 25px;
            padding-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }

            .nav-tabs.vt-tabs li a:hover:after, .nav-tabs.vt-tabs li a.active:after {
                content: '';
                width: 3px;
                height: 100%;
                background: white;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
            }
}

@media (min-width: 992px) {
    .nav-tabs.vt-tabs {
        display: inherit;
    }
}

.nav-tabs.vt-tabs.info-tabs {
    position: relative;
    text-align: left;
}

@media (max-width: 991.98px) {
    .nav-tabs.vt-tabs.info-tabs {
        position: absolute;
        margin: 0;
        z-index: 99;
        width: calc(100% - 56px) !important;
    }
}

.nav-tabs.vt-tabs.info-tabs li a {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 10px 25px;
    line-height: 1;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .nav-tabs.vt-tabs.info-tabs li a {
        color: rgba(53, 54, 56, 0.5);
        font-size: 12px;
    }
}

.nav-tabs.vt-tabs.info-tabs li a:hover {
    border: 1px solid #dee2e6;
    border-bottom-color: #fafafa;
}

.nav-tabs.vt-tabs.info-tabs li a.active {
    padding: 10px 25px;
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    border-bottom-color: #fafafa;
    color: #0DABA0;
}

    .nav-tabs.vt-tabs.info-tabs li a.active:after {
        height: 0;
    }

@media (min-width: 992px) {
    .nav-tabs.vt-tabs.info-tabs li {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .nav-tabs.vt-tabs.info-tabs li {
        width: 100%;
        padding: 0;
        background: #fff;
    }

        .nav-tabs.vt-tabs.info-tabs li a {
            border: 1px solid #dee2e6;
            background-color: #fafafa;
            text-align: left;
            padding: 10px 25px;
            position: relative;
            border-radius: 0;
        }

            .nav-tabs.vt-tabs.info-tabs li a.active {
                border-bottom: 1px solid #dee2e6;
            }
}

.tab-switcher {
    font-size: 16px;
    background-color: #fff;
    padding: 22px 25px;
    border-bottom: 1px solid #ebebec;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #4c5056 !important;
}

    .tab-switcher:after {
        content: '';
        width: 3px;
        height: 100%;
        background: #ffa300;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tab-switcher .vt-icon {
        font-size: 16px;
        line-height: 32px;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        right: 25px;
        color: #bfbfbf;
        display: block;
        height: 32px;
        transition: all 0.5s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .tab-switcher .vt-icon {
        transition: none;
    }
}

.tab-switcher:not(.collapsed) .vt-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -15px;
}

.tab-switcher.information-style {
    padding: 10px 25px;
    position: relative;
    font-weight: bold;
    border: 1px solid #dee2e6;
    background-color: #fafafa;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0DABA0 !important;
    font-size: 12px;
}

    .tab-switcher.information-style:after {
        width: 0;
    }

.card.card-solution {
    border-color: #ebebec;
    padding: 40px 35px;
}

    .card.card-solution .card-title {
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #373737;
        font-weight: 500;
    }

    .card.card-solution .card-text {
        opacity: 0.8;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #222222;
        text-align: justify;
    }

    .card.card-solution .view-more-detail {
        position: absolute;
        right: 40px;
        bottom: 50px;
        padding-right: 25px;
        z-index: 1;
    }

        .card.card-solution .view-more-detail i {
            position: absolute;
            right: 0;
            top: 55%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

@media (max-width: 375px) {
    .card.card-solution .view-more-detail {
        padding-right: 15px;
    }
}

@media (max-width: 320px) {
    .card.card-solution {
        padding-bottom: 60px;
    }

        .card.card-solution .view-more-detail {
            bottom: 16px;
            right: 100px;
        }
}

.card.card-solution .view-more {
    display: inline-block;
    position: relative;
    min-width: 175px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    border: 1px solid #0DABA0;
    color: #0DABA0;
    transition: all 0.5s;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .card.card-solution .view-more {
        transition: none;
    }
}

.card.card-solution .view-more i {
    margin-right: 10px;
}

.card.card-solution .view-more:hover {
    background-color: #0DABA0;
    color: white;
}

ul.checked-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.checked-list li {
        padding-left: 32px;
        position: relative;
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.3px;
        color: #515151;
        line-height: 22px;
        margin-bottom: 10px;
    }

        ul.checked-list li a {
            color: #515151;
            display: inline-block;
            position: relative;
        }

        ul.checked-list li:before {
            content: '';
            width: 21px;
            height: 21px;
            display: inline-block;
            background: url(../img/svg/check_orange_icn.svg);
            background-size: cover;
            position: absolute;
            left: 0;
        }

@media (min-width: 576px) {
    ul.checked-list li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    ul.checked-list li {
        width: 25%;
    }
}

@media (min-width: 768px) {
    ul.checked-list li.two-col {
        width: 50%;
    }
}

ul.checked-list.full li:before {
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../img/svg/check_orange_icn.svg);
    background-size: cover;
    position: absolute;
    left: 0;
}

@media (min-width: 576px) {
    ul.checked-list.full li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    ul.checked-list.full li {
        width: 100%;
    }
}

.logo img {
    max-width: 100%;
    max-height: 35px;
}

@media (max-width: 575.98px) {
    .logo img {
        max-width: 120px;
    }
}

.menu-left {
    display: inline-block;
}

    .menu-left li {
        display: inline-block;
        margin-right: 20px;
    }

        .menu-left li a {
            font-size: 15px;
            color: #616161;
            font-weight: 500;
        }

            .menu-left li a:hover {
                color: #333;
            }

            .menu-left li a.home-logo {
                display: inline-block;
                width: 25px;
                height: 25px;
                position: relative;
                vertical-align: middle;
            }

                .menu-left li a.home-logo .vt-icon {
                    font-size: 25px;
                    position: absolute;
                    left: 10px;
                    bottom: -10px;
                }

            .menu-left li a.white {
                color: white;
            }

                .menu-left li a.white:hover {
                    color: whitesmoke;
                }

            .menu-left li a.telephone {
                font-weight: 700;
                color: white;
            }

            .menu-left li a.highlight {
                padding: 10px 15px 10px 35px;
                position: relative;
                color: #ffa300;
            }

                .menu-left li a.highlight i {
                    position: absolute;
                    left: 6px;
                    top: 6px;
                    font-size: 20px;
                }

        .menu-left li i.vt-icon {
            font-size: 32px;
        }

.menu-right {
    text-align: right;
}

    .menu-right li {
        display: inline-block;
        padding: 22px 10px;
    }

@media (max-width: 767.98px) {
    .menu-right li {
        padding: 25px 0;
    }
}

.menu-icon {
    position: relative;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .menu-icon {
        transition: none;
    }
}

.menu-icon:hover {
    opacity: 1;
}

.menu-icon .cart-amount {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background-color: #ffa300;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .menu-icon .cart-amount {
        width: 15px;
        height: 15px;
        right: -7px;
        top: -7px;
    }
}

.menu-icon .cart-amount span {
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    font-size: 12px;
    color: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .menu-icon .cart-amount span {
        font-size: 10px;
    }
}

.free-account-btn {
    display: none;
}

.free-account .menu-icon {
    display: inline-block;
    margin-right: 20px;
}

.free-account .free-account-btn {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
    position: relative;
    transition: all 0.5s;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .free-account .free-account-btn {
        transition: none;
    }
}

.free-account .free-account-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    /* fallback/image non-cover color */
    background-color: #ffa300;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #ffa300 0%, #ffa300 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #ffa300 0%, #ffa300 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% + 16px) !important;
}

.free-account .free-account-btn span {
    position: relative;
    z-index: 1;
}

.free-account .free-account-btn:hover:after {
    opacity: 0.6;
}

.lang-switcher {
    background: none;
    border: none;
    outline: none !important;
    font-weight: 500;
    padding-left: 35px;
}

    .lang-switcher img {
        position: absolute;
        left: 0;
        top: 0;
    }

.menudown {
    padding-right: 16px;
    position: relative;
}

    .menudown:after {
        content: '';
        width: 12px;
        height: 7px;
        background: url(../img/svg/path.svg) no-repeat center/cover;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
    }

.top-nav .search-expanded .search-form {
    opacity: 1;
    visibility: visible;
}

    .top-nav .search-expanded .search-form .search-input {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition: all .2s ease-out;
    }

@media (min-width: 768px) {
    .top-nav .search-expanded #search-toggler {
        opacity: 1;
        transition: opacity .2s ease-out;
    }
}

.top-nav #search-toggler {
    opacity: 1;
}

    .top-nav #search-toggler img {
        opacity: 1;
    }

@media (min-width: 992px) {
    .top-nav #search-toggler.hide-btn img {
        opacity: 0;
    }
}

.top-nav .search-form {
    position: absolute;
    transition: opacity .2s ease-out;
    top: 13px;
    left: 0;
    z-index: 59;
    opacity: 0;
    visibility: hidden;
    padding: 8px;
}

    .top-nav .search-form .search-input {
        border: none;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .top-nav .search-form .close-button {
        background: url(../img/svg/close-icn.svg) no-repeat center/cover;
        background-color: transparent;
        border: 0;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

@media (max-width: 991.98px) {
    .top-nav .search-form {
        position: fixed;
        left: 0;
        width: 100vw;
        height: 100vh;
        top: 77px;
        background: #0f1b29;
        padding: 15px 25px;
    }

        .top-nav .search-form .search-input {
            width: 100% !important;
        }

        .top-nav .search-form .close-button {
            display: none;
        }
}

.top-nav .vt-icon.icon-gift-box-khuyen-mai {
    background: url("../img/svg/gift-box-khuyen-mai-01.svg") no-repeat center;
    width: 25px;
    height: 25px;
}

@media (max-width: 767.98px) {
    .top-nav {
        height: 77px;
    }
}

.footer {
    padding-top: 65px;
    background-color: #2c444c;
    color: #cccccc;
    font-size: 16px;
    font-family: "Sarabun","Roboto", sans-serif;
    line-height: 1.56;
}

    .footer .footer-info {
        margin-bottom: 30px;
        color: #999999;
    }

        .footer .footer-info .footer-description {
            font-size: 12px;
            padding-right: 60px;
        }

            .footer .footer-info .footer-description p {
                margin-bottom: 0.3rem;
            }

        .footer .footer-info label {
            font-weight: 600;
            margin-bottom: 0
        }

        .footer .footer-info .footer-logo {
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 25px;
        }

            .footer .footer-info .footer-logo img {
                min-width: 190px;
            }

            .footer .footer-info .footer-logo span {
                font-size: 15px;
                color: white;
                position: absolute;
                left: 50%;
                white-space: nowrap;
                bottom: 2px;
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

        .footer .footer-info a {
            color: #999999;
        }

            .footer .footer-info a:hover {
                color: #cccccc;
            }

        .footer .footer-info span[itemprop='telephone'], .footer .footer-info span[itemprop='email'] {
            color: white;
            letter-spacing: -0.5px;
        }

            .footer .footer-info span[itemprop='telephone'] a, .footer .footer-info span[itemprop='email'] a {
                color: #ffa300;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .footer .footer-info span[itemprop='telephone'] a, .footer .footer-info span[itemprop='email'] a {
        transition: none;
    }
}

.footer .footer-info span[itemprop='telephone'] a:hover, .footer .footer-info span[itemprop='email'] a:hover {
    color: #996200;
}

.footer .footer-block {
    margin-bottom: 30px;
}

    .footer .footer-block > h5 {
        font-family: "Sarabun","Roboto", sans-serif;
        color: #fff;
        font-size: 12.5px;
        font-weight: 600;
        line-height: 1.46;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

.footer .footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer .footer-list a {
        color: #cccccc;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 15px;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 5px;
        display: inline-block;
    }

        .footer .footer-list a:hover {
            color: #fff;
        }

.footer .certificates .certificate-block {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 15px;
}

    .footer .certificates .certificate-block img {
        min-width: 100%;
    }

.footer .payment-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

    .footer .payment-wrapper li {
        display: inline-block;
        width: 30%;
        margin: 0 1% 0 0;
    }

        .footer .payment-wrapper li .payment-block {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

            .footer .payment-wrapper li .payment-block a {
                cursor: default;
                pointer-events: none;
            }

.footer .certificate-wrapper, .footer .certificate-brand-wrapper {
    cursor: pointer;
}

    .footer .certificate-wrapper .slick-track, .footer .certificate-brand-wrapper .slick-track {
        margin-left: 0;
    }

    .footer .certificate-wrapper .slick-prev:before, .footer .certificate-wrapper .slick-next:before, .footer .certificate-brand-wrapper .slick-prev:before, .footer .certificate-brand-wrapper .slick-next:before {
        content: '';
    }

    .footer .certificate-wrapper .slick-prev.slick-disabled, .footer .certificate-wrapper .slick-next.slick-disabled, .footer .certificate-brand-wrapper .slick-prev.slick-disabled, .footer .certificate-brand-wrapper .slick-next.slick-disabled {
        opacity: 0;
    }

@media (min-width: 768px) {
    .footer .certificate-wrapper .slick-prev, .footer .certificate-wrapper .slick-next, .footer .certificate-brand-wrapper .slick-prev, .footer .certificate-brand-wrapper .slick-next {
        display: none !important;
    }
}

.footer .certificate-wrapper .slick-prev i, .footer .certificate-wrapper .slick-next i, .footer .certificate-brand-wrapper .slick-prev i, .footer .certificate-brand-wrapper .slick-next i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    color: #A8ACB3;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .footer .certificate-wrapper .slick-prev i, .footer .certificate-wrapper .slick-next i, .footer .certificate-brand-wrapper .slick-prev i, .footer .certificate-brand-wrapper .slick-next i {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .footer .certificate-wrapper .slick-prev i, .footer .certificate-wrapper .slick-next i, .footer .certificate-brand-wrapper .slick-prev i, .footer .certificate-brand-wrapper .slick-next i {
        font-size: 25px;
        opacity: 0.65;
    }
}

.footer .certificate-wrapper .slick-prev:hover i, .footer .certificate-wrapper .slick-next:hover i, .footer .certificate-brand-wrapper .slick-prev:hover i, .footer .certificate-brand-wrapper .slick-next:hover i {
    color: #7F8287;
}

.footer .certificate-wrapper .slick-prev.slick-disabled, .footer .certificate-wrapper .slick-next.slick-disabled, .footer .certificate-brand-wrapper .slick-prev.slick-disabled, .footer .certificate-brand-wrapper .slick-next.slick-disabled {
    cursor: default;
}

    .footer .certificate-wrapper .slick-prev.slick-disabled:hover i, .footer .certificate-wrapper .slick-next.slick-disabled:hover i, .footer .certificate-brand-wrapper .slick-prev.slick-disabled:hover i, .footer .certificate-brand-wrapper .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.footer .certificate-wrapper .slick-prev, .footer .certificate-brand-wrapper .slick-prev {
    left: -40px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .footer .certificate-wrapper .slick-prev, .footer .certificate-brand-wrapper .slick-prev {
        left: -25px;
    }
}

@media (max-width: 991.98px) {
    .footer .certificate-wrapper .slick-prev, .footer .certificate-brand-wrapper .slick-prev {
        left: -30px;
    }
}

.footer .certificate-wrapper .slick-next, .footer .certificate-brand-wrapper .slick-next {
    right: -15px;
}

@media (max-width: 1199.98px) {
    .footer .certificate-wrapper .slick-next, .footer .certificate-brand-wrapper .slick-next {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .footer .certificate-wrapper .slick-next, .footer .certificate-brand-wrapper .slick-next {
        right: -25px;
    }
}

@media (max-width: 575.98px) {
    .footer .footer-info, .footer .footer-block {
        padding-left: 20px;
        padding-right: 20px;
    }

        .footer .footer-block > h5 {
            font-size: 17px;
            letter-spacing: -0.2px;
        }

        .footer .footer-info .footer-description {
            padding-right: 25px;
        }

    .footer .certificates img {
        margin-right: 7px;
    }
}

.footer .lang-switcher {
    font-size: 14px;
}

.top-nav .lang-switcher {
    color: #ffffff;
}

.lang-switcher-mobile {
    color: #fff;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

    .lang-switcher-mobile span {
        font-weight: 400;
        color: #ffffff;
    }

    .lang-switcher-mobile:hover {
        color: #cccccc;
    }

    .lang-switcher-mobile i {
        display: inline-block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        right: 17px;
        font-size: 16px;
        color: #999999;
        top: 5px;
    }

    .lang-switcher-mobile + .nav li {
        width: 100%;
    }

        .lang-switcher-mobile + .nav li a {
            color: #fff;
            font-size: 16px;
            padding-left: 40px;
            position: relative;
        }

            .lang-switcher-mobile + .nav li a img {
                position: absolute;
                left: 0;
                top: 8px;
            }

            .lang-switcher-mobile + .nav li a:hover {
                color: #999999;
            }

.footer-bottom {
    border-top: 1px solid #1b2e33;
    background-color: #1b2e33;
    padding: 20px 0;
}

    .footer-bottom .copyright-text {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 13px;
        color: #b2b2b2;
    }

    .footer-bottom .footer-menu {
        text-align: center;
    }

        .footer-bottom .footer-menu li {
            display: inline-block;
        }

            .footer-bottom .footer-menu li a {
                opacity: 0.8;
                font-family: "Sarabun","Roboto", sans-serif;
                font-size: 14px;
                line-height: 1.79;
                color: #b2b2b2;
                padding: 0 15px;
            }

                .footer-bottom .footer-menu li a:hover {
                    opacity: 1;
                }

    .footer-bottom .lang-switcher {
        color: #b2b2b2;
    }

        .footer-bottom .lang-switcher img {
            width: 18px;
        }

        .footer-bottom .lang-switcher.menudown:after {
            background: url(../img/svg/arrow_down_grey.svg) no-repeat center/cover;
        }

@media (max-width: 1199.98px) {
    .footer-bottom {
        padding: 20px 0;
    }

        .footer-bottom .copyright-text {
            display: block;
            margin-bottom: 10px;
            text-align: left;
        }
}

/*.cart-page {
    padding-top: 70px;
}*/

@media (max-width: 991.98px) {
    .cart-page .footer-bottom {
        padding: 20px 0 50px;
    }
}

.col-sm-45, .col-sm-35, .col-sm25 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-45 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-sm-35 {
        flex: 0 0 29.1666%;
        max-width: 29.1666%;
    }

    .col-sm-25 {
        flex: 0 0 20.833%;
        max-width: 20.833%;
    }
}

.col-4-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.row.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.row-sm [class^='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.row-md {
    margin-left: -8px;
    margin-right: -8px;
}

    .row.row-md [class^='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

.page-not-found-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
    padding: 90px 0;
}

    .page-not-found-wrapper .page-not-found {
        display: block;
        width: 100%;
        position: relative;
    }

        .page-not-found-wrapper .page-not-found h2, .page-not-found-wrapper .page-not-found h1, .page-not-found-wrapper .page-not-found-title {
            font-size: 36px;
            font-weight: 600;
            text-align: center;
            color: #222222;
            margin-bottom: 25px;
        }

        .page-not-found-wrapper .page-not-found p, .page-not-found-wrapper .page-not-found-description {
            text-align: center;
            font-size: 16px;
            color: #222222;
        }

        .page-not-found-wrapper .page-not-found .image-page-not-found {
            margin: 25px auto;
            display: block;
            width: 100%;
            max-width: 260px;
        }

            .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block {
                display: inline-block;
                margin: 0 auto;
                position: relative;
            }

                .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block img {
                    margin: 0 auto;
                }

                .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .image-page-not-found-text {
                    position: absolute;
                    right: 5px;
                    text-align: center;
                    top: 5px;
                    width: 85px;
                    height: 60px;
                }

                    .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .image-page-not-found-text span {
                        text-transform: uppercase;
                        font-size: 16px;
                        color: #222222;
                    }

                        .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .image-page-not-found-text span.big-size {
                            line-height: 32px;
                            font-size: 32px;
                            font-weight: bold;
                        }

                .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .btn {
                    margin-top: 55px;
                    width: 100%;
                    max-width: 200px;
                }

                    .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .btn.btn-blue {
                        background-color: #0DABA0;
                    }

                        .page-not-found-wrapper .page-not-found .image-page-not-found .image-page-not-found-block .btn.btn-blue:hover {
                            background-color: #0b938a;
                        }

.section-title {
    opacity: 0.8;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

    .section-title.white {
        color: #fff;
        opacity: 1;
    }

    .section-title.blur {
        color: #d4e6f4;
        opacity: 1;
    }

    .section-title .section-title-wrapper {
        display: inline-block;
        position: relative;
    }

.language-wrapper {
    min-width: 4.5rem;
    padding: 0.25rem 0;
    margin-top: 10px;
}

.dropdown-user {
    margin-top: 13px;
}

.language-block {
    padding: 4px 10px 4px 45px;
}

    .language-block img {
        position: absolute;
        left: 10px;
        top: 8px;
    }

.section-subtitle {
    opacity: 0.8;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #222222;
    font-weight: 500;
}

.section-services {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 144px;
    z-index: 9;
}

    .section-services:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.46);
    }

    .section-services .service-group {
        display: block;
        width: 100%;
        position: relative;
    }

@media (min-width: 576px) {
    .section-services .service-group:after {
        content: '';
        position: absolute;
        left: -1px;
        top: 50%;
        width: 1px;
        height: 60%;
        background-color: #3E99E2;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.section-services .service-group .slick-prev:before, .section-services .service-group .slick-next:before {
    display: none;
}

.section-services .service-group .slick-prev.slick-disabled, .section-services .service-group .slick-next.slick-disabled {
    opacity: 0;
}

.section-services .service-group .slick-prev .vt-icon, .section-services .service-group .slick-next .vt-icon {
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
}

.section-services .service-group .slick-prev:hover .vt-icon, .section-services .service-group .slick-next:hover .vt-icon {
    opacity: 0.8;
}

.section-services .service-group .slick-prev {
    left: -40px;
    z-index: 1;
    margin-top: 5px;
}

.section-services .service-group .slick-next {
    right: -30px;
    z-index: 1;
    margin-top: 5px;
}

.section-services .service-group .service-icon {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .section-services .service-group .service-icon a {
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
    }

        .section-services .service-group .service-icon a span {
            display: block;
            margin: auto;
            margin-top: 15px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ffffff;
        }

    .section-services .service-group .service-icon .default-status {
        padding: 15px 0;
        text-align: center;
    }

        .section-services .service-group .service-icon .default-status .image-cover {
            display: block;
            position: relative;
            width: 65px;
            height: 65px;
        }

            .section-services .service-group .service-icon .default-status .image-cover img {
                position: absolute;
                margin: 0 auto;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .section-services .service-group .service-icon .default-status:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 60%;
            background-color: #0DABA0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .section-services .service-group .service-icon .hover-status {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        color: #fff;
        padding: 43px 20px 33px;
        background: #0DABA0;
    }

        .section-services .service-group .service-icon .hover-status a {
            color: #fff;
        }

        .section-services .service-group .service-icon .hover-status p {
            margin-bottom: 0;
            opacity: 0.8;
        }

    .section-services .service-group .service-icon:hover .hover-status {
        display: block;
    }

@media (min-width: 576px) {
    .section-services .row .col-sm-4:not(:nth-child(3n)) .service-icon .default-status:after {
        content: '';
        display: block;
        width: 1px;
        height: 83px;
        background-color: #0DABA0;
        position: absolute;
        top: 33px;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .section-services .service-icon .default-status:after {
        display: none;
    }

    .section-services .service-group .slick-prev {
        left: 0px;
    }

    .section-services .service-group .slick-next {
        right: 10px;
    }

    .section-services .service-group .service-icon a:after {
        right: 1px;
    }
}

.section-solutions {
    background-color: #0DABA0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 80px;
    min-height: 580px;
}

@media (max-width: 575.98px) {
    .section-solutions .container {
        padding: 0;
    }

    .section-solutions .tab-content {
        margin-top: 0 !important;
    }
}

.section-solutions-service {
    background-color: white;
    padding: 70px 0 80px;
    min-height: 580px;
}

    .section-solutions-service .nav-tabs.vt-tabs {
        border-bottom: none;
        text-align: center;
        font-size: 0;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #979797;
    }

        .section-solutions-service .nav-tabs.vt-tabs li {
            display: inline-block;
            padding: 0 5px;
            width: 16%;
        }

@media (max-width: 767.98px) {
    .section-solutions-service .nav-tabs.vt-tabs li {
        width: auto;
    }
}

.section-solutions-service .nav-tabs.vt-tabs li .nav-link {
    font-weight: 600;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    border: none;
    padding: 0.3rem 0.5rem;
}

@media (min-width: 576px) {
    .section-solutions-service .nav-tabs.vt-tabs li .nav-link {
        color: #9b9b9b;
        font-size: 13px;
    }
}

.section-solutions-service .nav-tabs.vt-tabs li .nav-link:hover, .section-solutions-service .nav-tabs.vt-tabs li .nav-link.active {
    background-color: transparent;
    border: none;
}

@media (min-width: 576px) {
    .section-solutions-service .nav-tabs.vt-tabs li .nav-link:hover, .section-solutions-service .nav-tabs.vt-tabs li .nav-link.active {
        color: #222222;
    }
}

.section-solutions-service .nav-tabs.vt-tabs li .nav-link:hover:after, .section-solutions-service .nav-tabs.vt-tabs li .nav-link.active:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #ffa300;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media (max-width: 767.98px) {
    .section-solutions-service .nav-tabs.vt-tabs li {
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    .section-solutions-service .nav-tabs.vt-tabs li {
        width: 100%;
        padding: 0;
        background: #fff;
    }

        .section-solutions-service .nav-tabs.vt-tabs li a {
            text-align: left;
            padding-left: 25px;
            padding-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }

            .section-solutions-service .nav-tabs.vt-tabs li a:hover:after, .section-solutions-service .nav-tabs.vt-tabs li a.active:after {
                content: '';
                width: 3px;
                height: 100%;
                background: white;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
            }
}

@media (min-width: 576px) {
    .section-solutions-service .nav-tabs.vt-tabs {
        display: inherit;
    }
}

.section-solutions-service .nav-tabs.vt-tabs.info-tabs {
    position: relative;
    text-align: left;
}

@media (max-width: 575.98px) {
    .section-solutions-service .nav-tabs.vt-tabs.info-tabs {
        position: absolute;
        margin: 0;
        z-index: 99;
        width: calc(100% - 56px) !important;
    }
}

@media (min-width: 576px) {
    .section-solutions-service .nav-tabs.vt-tabs.info-tabs li {
        padding: 0;
    }
}

.section-solutions-service .nav-tabs.vt-tabs.info-tabs li a {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 10px 25px;
    line-height: 1;
    border: 1px solid transparent;
}

@media (min-width: 576px) {
    .section-solutions-service .nav-tabs.vt-tabs.info-tabs li a {
        color: rgba(53, 54, 56, 0.5);
        font-size: 12px;
    }
}

.section-solutions-service .nav-tabs.vt-tabs.info-tabs li a:hover {
    border: 1px solid #dee2e6;
    border-bottom-color: #fafafa;
}

.section-solutions-service .nav-tabs.vt-tabs.info-tabs li a.active {
    padding: 10px 25px;
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    border-bottom-color: #fafafa;
    color: #0DABA0;
}

    .section-solutions-service .nav-tabs.vt-tabs.info-tabs li a.active:after {
        height: 0;
    }

@media (max-width: 575.98px) {
    .section-solutions-service .nav-tabs.vt-tabs.info-tabs li {
        width: 100%;
        padding: 0;
        background: #fff;
    }

        .section-solutions-service .nav-tabs.vt-tabs.info-tabs li a {
            border: 1px solid #dee2e6;
            background-color: #fafafa;
            text-align: left;
            padding: 10px 25px;
            position: relative;
            border-radius: 0;
        }

            .section-solutions-service .nav-tabs.vt-tabs.info-tabs li a.active {
                border-bottom: 1px solid #dee2e6;
            }
}

.section-solutions-service .card.card-solution {
    border-color: white;
    padding: 0;
}

.section-why {
    padding: 75px 0 85px;
    color: #fff;
}

    .section-why .why-icon {
        text-align: center;
    }

        .section-why .why-icon h5 {
            opacity: 0.9;
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            margin-top: 15px;
        }

        .section-why .why-icon p {
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.56;
            letter-spacing: normal;
            font-family: "Sarabun","Roboto", sans-serif;
            max-width: 300px;
            margin: auto;
        }

@media (max-width: 575.98px) {
    .section-why .why-icon {
        margin-bottom: 50px;
    }
}

.section-why .why-us-title {
    opacity: 0.9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.section-why .why-us-description {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .section-why .why-us {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .section-why {
        background: #2d2d2d;
    }
}

.section-stat {
    padding: 60px 0;
    background: #f6f7f8;
}

    .section-stat .stat-item {
        text-align: center;
    }

        .section-stat .stat-item .num {
            font-size: 46px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #0DABA0;
        }

        .section-stat .stat-item .text {
            opacity: 0.6;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.56;
            letter-spacing: normal;
            text-align: center;
            color: #222222;
            max-width: 220px;
            margin: auto;
        }

.section-customers {
    background-color: #0DABA0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0 100px;
    color: #fff;
}

    .section-customers .section-title {
        font-size: 32px;
        text-align: left;
        font-family: "Sarabun","Roboto", sans-serif;
    }

    .section-customers .section-content {
        font-size: 16px;
        font-family: "Sarabun","Roboto", sans-serif;
        line-height: 1.63;
        max-width: 400px;
        text-align: justify;
    }

    .section-customers .view-more {
        color: #fff;
        text-decoration: none;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .section-customers .view-more {
        transition: none;
    }
}

.section-customers .view-more:hover {
    color: #b3b3b3;
}

.section-customers .view-more i {
    font-size: 12px;
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .section-customers {
        text-align: center;
    }

        .section-customers .section-title {
            text-align: center;
        }

        .section-customers .section-content {
            margin: auto;
        }

        .section-customers .view-more {
            margin-bottom: 30px;
            display: inline-block;
        }
}

.section-customers .partners {
    text-align: left;
}

@media (max-width: 575.98px) {
    .section-customers .partners {
        text-align: center;
    }
}

.section-customers .partners .partner-img {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 25px;
    max-width: 190px;
}

    .section-customers .partners .partner-img img {
        opacity: 0.55;
    }

    .section-customers .partners .partner-img:hover img {
        opacity: 1;
    }

@media (max-width: 575.98px) {
    .section-customers {
        background-image: none;
    }
}

.section-trial {
    background-color: #0DABA0;
    padding: 65px 0 75px;
    color: #fff;
}

.section-trial-desctiption {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: -0.5px;
    position: relative;
}

.section-subscribe {
    padding: 35px 0;
    background: white;
}

    .section-subscribe .social-links {
        margin-top: 12px;
    }

@media (max-width: 991.98px) {
    .section-subscribe .social-links {
        margin-bottom: 15px;
    }
}

.section-subscribe .social-links > span {
    display: inline-block;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 18px;
    color: #79818a;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 5px;
}

.section-subscribe .social-links .social-link {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    text-decoration: none !important;
    background-color: #0DABA0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .section-subscribe .social-links .social-link {
        transition: none;
    }
}

.section-subscribe .social-links .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: white;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .section-subscribe .social-links .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.section-subscribe .social-links .social-link:hover {
    background-color: transparent;
    border: 1px solid #0DABA0;
}

    .section-subscribe .social-links .social-link:hover i {
        color: #0DABA0;
    }

.section-subscribe .subscribe-form {
    font-size: 0;
}

    .section-subscribe .subscribe-form label {
        font-family: "BeauSansPro","Roboto", sans-serif;
        font-size: 18px;
        color: #79818a;
        font-weight: 600;
    }

@media (max-width: 767.98px) {
    .section-subscribe .subscribe-form label {
        margin-right: 5px;
    }
}

.section-subscribe .subscribe-form #your-email {
    height: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #efefef;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    max-width: calc(100% - 105px) !important;
}

.section-subscribe .subscribe-form .btn-submit {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #0DABA0;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    height: 60px;
    border: none;
    padding: 0 5px;
    vertical-align: top;
    min-width: 100px;
}

    .section-subscribe .subscribe-form .btn-submit:hover {
        background-color: #097c74;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .section-subscribe .subscribe-form .btn-submit:hover {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .section-subscribe .social-links {
        margin-bottom: 30px;
        text-align: left;
    }

        .section-subscribe .social-links > span {
            display: block;
            text-align: left;
            margin-bottom: 10px;
            margin-right: 0 !important;
        }

        .section-subscribe .social-links .social-link img {
            width: 45px;
            height: 45px;
        }

    .section-subscribe .subscribe-form label {
        display: block;
    }

    .section-subscribe .subscribe-form #your-email {
        width: 100%;
        max-width: 100%;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media (max-width: 767.98px) and (max-width: 575.98px) {
    .section-subscribe .subscribe-form #your-email {
        max-width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .section-subscribe .subscribe-form .btn-submit {
        display: block;
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-top: 10px;
    }
}

.section-our-services {
    padding: 65px 0 90px;
    background: #f6f7f8;
}

    .section-our-services .agency-list-load-more {
        margin-top: 35px;
        display: inline-block;
        position: relative;
        background-color: transparent;
        min-width: 200px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 20px;
        color: #3f3f3f;
        border: solid 1px #3f3f3f;
        border-radius: 4px;
    }

        .section-our-services .agency-list-load-more:hover {
            background-color: #ffa300;
            border: solid 1px #ffa300;
            color: white;
        }

.banner-slider .carousel-item {
    height: 580px;
}

.banner-slider .carousel-control-next, .banner-slider .carousel-control-prev {
    font-size: 25px;
    width: 5%;
}

.slide-solid {
    padding: 35px 0;
}

    .slide-solid .btn-transparent {
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.14;
        letter-spacing: 0.5px;
        color: #ffffff;
        padding: 18px 27px;
    }

        .slide-solid .btn-transparent .icon-arrow_more_icn {
            -webkit-animation: bounceRight 2s infinite;
            animation: bounceRight 2s infinite;
        }

    .slide-solid.turquoise .slider-text {
        min-height: 280px;
    }

@media (max-width: 575.98px) {
    .slide-solid.turquoise .slider-text {
        min-height: 380px;
    }
}

.slide-solid.turquoise .slider-text-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.11;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .slide-solid.turquoise .slider-text-title {
        font-size: 26px;
    }
}

.slide-solid.turquoise .slider-text-description {
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .slide-solid.turquoise .slider-text-description {
        font-size: 16px;
    }
}

/*.float-button {
    border: none;
    width: 76px;
    height: 76px;
    display: block;
    position: fixed;
    outline: 0 !important;
    z-index: 999;
}*/

/*.float-button.top {
        background: url(../img/svg/top-btn.svg) no-repeat center/cover;
        bottom: 160px;
        right: 12px;
    }*/
.float-button.top {
    z-index: 999;
    color: red;
    position: fixed;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    outline: 0 !important;
    bottom: 160px;
    right: 12px;
    background: #f5f5f5;
    box-shadow: 0px 2px 2px #ddd;
}

    .float-button.top:before {
        border-top: 2px solid #ee0033;
        border-left: 2px solid #ee0033;
        width: 15px;
        height: 15px;
        display: block;
        transform: translate(-2px, 4px) rotate(45deg);
        content: "";
    }

    .float-button.top:hover {
        background: #ee0033;
    }

        .float-button.top:hover:before {
            border-color: white;
        }

.float-button.call {
    z-index: 999;
    color: red;
    background: #f5f5f5;
    position: fixed;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    outline: 0 !important;
    bottom: 98px;
    right: 12px;
    box-shadow: 0px 2px 2px #ddd;
}

    .float-button.call:hover {
        background: #ee0033;
    }

    .float-button.call:before {
        width: 15px;
        height: 15px;
        display: block;
        transform: translate(0px, -1px);
        content: url("/assets/imgs/new-idc-icon-phone.svg");
        animation-name: phone;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
@keyframes phone {

    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
    .float-button.call:hover:before {
        content: url("/assets/imgs/new-idc-icon-phone-hover.svg");
    }

    .float-button.call path.new-phone-svg:hover:before {
        stroke: white
    }
/*@media (max-width: 575.98px) {
    .float-button.top {
        bottom: 85px;
        right: 12px;
    }
}*/

/*.float-button.call {
    background: url(../img/svg/call-btn.svg) no-repeat center/cover;
    bottom: 85px;
    right: 12px;
}*/

/*@media (max-width: 575.98px) {
    .float-button.call {
        right: auto;
        left: 22px;
        bottom: 10px;
    }
}*/

.float-button.messenger {
    background: url(../img/svg/messenger-btn.svg) no-repeat center/cover;
}

.float-button.support {
    background: url(../img/svg/support-btn.svg) no-repeat center/cover;
}

.float-button.mobile {
    z-index: 9999;
    width: 66px;
    height: 66px;
    background-image: url(../img/svg/call-btn.svg);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: move-on;
    animation-name: move-on;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*.float-button:after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: 3px;
    left: 5px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transition: all 0.5s ease;
}*/

@media (prefers-reduced-motion: reduce) {
    .float-button:after {
        transition: none;
    }
}

/*.float-button:hover:after {
    opacity: 1;
    visibility: visible;
}*/

@-webkit-keyframes move-on {
    0%, 100% {
        background-image: url(../img/svg/mess.svg);
    }

    50% {
        background-image: url(../img/svg/call-mobile.svg);
    }
}

@keyframes move-on {
    0%, 100% {
        background-image: url(../img/svg/mess.svg);
    }

    50% {
        background-image: url(../img/svg/call-mobile.svg);
    }
}

.subscribe-dialog .modal-body {
    padding: 1rem 1.5rem;
}

.subscribe-dialog .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.subscribe-dialog p {
    font-weight: 500;
}

    .subscribe-dialog p .blue {
        color: #0DABA0;
    }

.subscribe-dialog h2, .subscribe-dialog h1, .subscribe-dialog-title {
    font-size: 32px;
    text-align: center;
    color: #222222;
    font-weight: 500;
    margin: 35px 0;
}

.subscribe-dialog .form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

    .subscribe-dialog .form-group .form-control {
        min-height: 50px;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        color: rgba(53, 54, 56, 0.8);
        padding-left: 18px;
        padding-right: 18px;
        background-image: none;
    }

        .subscribe-dialog .form-group .form-control.has-link {
            padding-right: 70px;
        }

        .subscribe-dialog .form-group .form-control:not(:invalid) {
            border-color: #b5b5b5;
        }

    .subscribe-dialog .form-group .bootstrap-select {
        width: 100% !important;
    }

        .subscribe-dialog .form-group .bootstrap-select .btn {
            min-height: 50px;
        }

.subscribe-dialog .verification-code {
    line-height: 50px;
}

.subscribe-dialog .input-file {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .subscribe-dialog .input-file .file-input {
        display: none;
    }

    .subscribe-dialog .input-file .file-label {
        position: relative;
        cursor: pointer;
        min-width: 160px;
        padding: 15px 25px 15px 45px;
        margin: 30px 0 0;
        display: inline-block;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: 0;
        background-color: #ffa300;
        border-radius: 4px;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .subscribe-dialog .input-file .file-label {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .subscribe-dialog .input-file .file-label {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .subscribe-dialog .input-file .file-label {
        display: block;
    }
}

.subscribe-dialog .input-file .file-label:hover {
    color: white;
    background-color: #e69300;
}

.subscribe-dialog .input-file .file-label.no-margin {
    margin: 0;
}

.subscribe-dialog .input-file .file-label.blue {
    background-color: #0DABA0;
}

    .subscribe-dialog .input-file .file-label.blue:hover {
        background-color: #0b938a;
    }

.subscribe-dialog .input-file .file-label .vt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.subscribe-dialog .file-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .subscribe-dialog .file-list .file-item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

        .subscribe-dialog .file-list .file-item .image-name {
            position: relative;
            margin: 0;
            padding-left: 30px;
            font-weight: 500;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .subscribe-dialog .file-list .file-item .image-name .vt-icon {
                position: absolute;
                left: 5px;
                top: 50%;
                color: #0DABA0;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .subscribe-dialog .file-list .file-item .image-name .image-cancel {
                position: absolute;
                right: 0;
                top: 0;
                color: #353638;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .subscribe-dialog .file-list .file-item .image-name .image-cancel {
        transition: none;
    }
}

.subscribe-dialog .file-list .file-item .image-name .image-cancel .vt-icon {
    position: relative;
    left: 0;
    top: 0;
    color: #353638;
}

.subscribe-dialog .file-list .file-item .image-name .image-cancel:hover {
    color: #797c80;
}

.subscribe-dialog .file-list .file-item .image-process {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
}

    .subscribe-dialog .file-list .file-item .image-process .image-process-setting {
        display: block;
        width: 100%;
        position: relative;
    }

        .subscribe-dialog .file-list .file-item .image-process .image-process-setting:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #e9e9e9;
            height: 3px;
            width: 100%;
        }

        .subscribe-dialog .file-list .file-item .image-process .image-process-setting span {
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #0DABA0;
            height: 3px;
        }

    .subscribe-dialog .file-list .file-item .image-process .image-cancel {
        position: absolute;
        right: 0;
        top: 0;
        color: #353638;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .subscribe-dialog .file-list .file-item .image-process .image-cancel {
        transition: none;
    }
}

.subscribe-dialog .file-list .file-item .image-process .image-cancel:hover {
    color: #797c80;
}

.subscribe-dialog .btn-request {
    text-transform: uppercase;
}

.subscribe-dialog .custom-checkbox {
    margin-bottom: 25px !important;
}

.section-cloud-service, .section-about-us {
    display: block;
    width: 100%;
    min-height: 530px;
    position: relative;
    background-color: #297fca;
    background-image: url("../img/cloud-service-page/cloud_service_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 73px;
}

@media (max-width: 991.98px) {
    .section-cloud-service, .section-about-us {
        min-height: 445px;
    }
}

.section-cloud-service[tab-id="#vtTab1"] .vtTab1, .section-about-us[tab-id="#vtTab1"] .vtTab1 {
    display: inline-block;
}

.section-cloud-service[tab-id="#vtTab1"] .vtTab2, .section-about-us[tab-id="#vtTab1"] .vtTab2 {
    display: none;
}

.section-cloud-service[tab-id="#vtTab2"] .vtTab2, .section-about-us[tab-id="#vtTab2"] .vtTab2 {
    display: inline-block;
}

.section-cloud-service[tab-id="#vtTab2"] .vtTab1, .section-about-us[tab-id="#vtTab2"] .vtTab1 {
    display: none;
}

.section-cloud-service.agency-page, .section-about-us.agency-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-cloud-service.service-domain, .section-about-us.service-domain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-cloud-service.mini-size-wrapper, .section-about-us.mini-size-wrapper {
    min-height: 396px;
}

.section-cloud-service:before, .section-about-us:before {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: radial-gradient(circle at 60% 41%, rgba(0, 0, 0, 0), #000000);
}

.section-cloud-service .preview-cloud-service, .section-about-us .preview-cloud-service {
    display: flex;
    width: 100%;
    min-height: 385px;
    position: relative;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    flex: 0 0 100%;
    min-width: 100%;
}

@media (max-width: 575.98px) {
    .section-cloud-service .preview-cloud-service, .section-about-us .preview-cloud-service {
        display: flex;
        padding-bottom: 80px;
    }
}

.section-cloud-service .preview-cloud-service.mini-size, .section-about-us .preview-cloud-service.mini-size {
    display: flex;
    min-height: 396px;
}

@media (max-width: 575.98px) {
    .section-cloud-service .preview-cloud-service.mini-size, .section-about-us .preview-cloud-service.mini-size {
        padding-bottom: 80px;
        display: flex;
    }
}

.section-cloud-service .preview-cloud-service.mini-size.no-tab-bottom, .section-about-us .preview-cloud-service.mini-size.no-tab-bottom {
    min-height: 445px;
}

.section-cloud-service .preview-cloud-service.mini-size-wrapper, .section-about-us .preview-cloud-service.mini-size-wrapper {
    display: block;
    padding: 55px 0 0;
    min-height: 396px;
}

@media (max-width: 575.98px) {
    .section-cloud-service .preview-cloud-service.mini-size-wrapper, .section-about-us .preview-cloud-service.mini-size-wrapper {
        padding-bottom: 80px;
        display: flex;
    }
}

.section-cloud-service .preview-cloud-service h2, .section-cloud-service .preview-cloud-service h1, .section-cloud-service .preview-cloud-service-title, .section-about-us .preview-cloud-service h2, .section-about-us .preview-cloud-service h1, .section-about-us .preview-cloud-service-title {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 10px;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .section-cloud-service .preview-cloud-service h2, .section-cloud-service .preview-cloud-service h1, .section-cloud-service .preview-cloud-service-title, .section-about-us .preview-cloud-service h2, .section-about-us .preview-cloud-service h1, .section-about-us .preview-cloud-service-title {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .section-cloud-service .preview-cloud-service h2, .section-cloud-service .preview-cloud-service h1, .section-cloud-service .preview-cloud-service-title, .section-about-us .preview-cloud-service h2, .section-about-us .preview-cloud-service h1, .section-about-us .preview-cloud-service-title {
        margin-top: 15px;
        text-align: center;
    }
}

.section-cloud-service .preview-cloud-service h2.mg-top, .section-cloud-service .preview-cloud-service h1.mg-top, .section-cloud-service .preview-cloud-service-title.mg-top, .section-about-us .preview-cloud-service h2.mg-top, .section-about-us .preview-cloud-service h1.mg-top, .section-about-us .preview-cloud-service-title.mg-top {
    margin-top: 60px;
}

.section-cloud-service .preview-cloud-service p, .section-cloud-service .preview-cloud-service-description, .section-about-us .preview-cloud-service p, .section-about-us .preview-cloud-service-description {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    min-height: auto;
    margin-bottom: 0;
    min-width: 50%;
}

@media (max-width: 991.98px) {
    .section-cloud-service .preview-cloud-service p, .section-cloud-service .preview-cloud-service-description, .section-about-us .preview-cloud-service p, .section-about-us .preview-cloud-service-description {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .section-cloud-service .preview-cloud-service p, .section-cloud-service .preview-cloud-service-description, .section-about-us .preview-cloud-service p, .section-about-us .preview-cloud-service-description {
        margin-bottom: 15px;
        text-align: center;
    }
}

.section-cloud-service .preview-cloud-service p.no-min, .section-cloud-service .preview-cloud-service-description.no-min, .section-about-us .preview-cloud-service p.no-min, .section-about-us .preview-cloud-service-description.no-min {
    min-height: auto;
}

.section-cloud-service .preview-cloud-service p.no-mg, .section-cloud-service .preview-cloud-service-description.no-mg, .section-about-us .preview-cloud-service p.no-mg, .section-about-us .preview-cloud-service-description.no-mg {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .section-cloud-service .preview-cloud-service p.no-mg, .section-cloud-service .preview-cloud-service-description.no-mg, .section-about-us .preview-cloud-service p.no-mg, .section-about-us .preview-cloud-service-description.no-mg {
        margin-bottom: 55px;
    }
}

.section-cloud-service .preview-cloud-service .preview-cloud-service-action, .section-about-us .preview-cloud-service .preview-cloud-service-action {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 55px;
}

@media (max-width: 991.98px) {
    .section-cloud-service .preview-cloud-service .preview-cloud-service-action, .section-about-us .preview-cloud-service .preview-cloud-service-action {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.section-cloud-service .preview-cloud-service .preview-cloud-service-action .btn-viettel, .section-about-us .preview-cloud-service .preview-cloud-service-action .btn-viettel {
    margin-right: 15px;
    margin-bottom: 15px;
}

.section-cloud-service .preview-cloud-service .preview-cloud-service-news, .section-about-us .preview-cloud-service .preview-cloud-service-news {
    font-size: 14px;
    margin: 0;
}

    .section-cloud-service .preview-cloud-service .preview-cloud-service-news a, .section-about-us .preview-cloud-service .preview-cloud-service-news a {
        color: white;
    }

.section-cloud-service .preview-cloud-service a:hover, .section-about-us .preview-cloud-service a:hover {
    color: #ffa300;
}

.section-cloud-service .tab-service, .section-about-us .tab-service {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(16, 16, 16, 0.53);
}

    .section-cloud-service .tab-service .tab-switcher, .section-about-us .tab-service .tab-switcher {
        background-color: transparent;
        color: white !important;
        border-bottom: 0;
        text-transform: uppercase;
    }

        .section-cloud-service .tab-service .tab-switcher:after, .section-about-us .tab-service .tab-switcher:after {
            width: 100%;
            height: 4px;
            background-color: #0DABA0;
        }

    .section-cloud-service .tab-service .tab-service-list, .section-about-us .tab-service .tab-service-list {
        width: 100%;
        position: relative;
        text-align: left;
    }

@media (max-width: 991.98px) {
    .section-cloud-service .tab-service .tab-service-list, .section-about-us .tab-service .tab-service-list {
        position: absolute;
        text-align: center;
        z-index: 1;
        background-color: rgba(16, 16, 16, 0.53);
        width: calc(100% - 30px) !important;
    }
}

.section-cloud-service .tab-service .tab-service-list li, .section-about-us .tab-service .tab-service-list li {
    display: inline-block;
    padding: 0;
}

@media (max-width: 991.98px) {
    .section-cloud-service .tab-service .tab-service-list li, .section-about-us .tab-service .tab-service-list li {
        display: block;
        width: 100%;
        background-color: transparent;
    }
}

.section-cloud-service .tab-service .tab-service-list li a, .section-about-us .tab-service .tab-service-list li a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 40px;
    background-color: transparent;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .section-cloud-service .tab-service .tab-service-list li a, .section-about-us .tab-service .tab-service-list li a {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .section-cloud-service .tab-service .tab-service-list li a, .section-about-us .tab-service .tab-service-list li a {
        padding: 15px 10px;
        display: block;
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .section-cloud-service .tab-service .tab-service-list li a, .section-about-us .tab-service .tab-service-list li a {
        padding: 15px 30px;
    }
}

.section-cloud-service .tab-service .tab-service-list li a:after, .section-about-us .tab-service .tab-service-list li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #0DABA0;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .section-cloud-service .tab-service .tab-service-list li a:after, .section-about-us .tab-service .tab-service-list li a:after {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .section-cloud-service .tab-service .tab-service-list li a:after, .section-about-us .tab-service .tab-service-list li a:after {
        width: 0;
        height: 100%;
    }
}

.section-cloud-service .tab-service .tab-service-list li a.active, .section-cloud-service .tab-service .tab-service-list li a:hover, .section-about-us .tab-service .tab-service-list li a.active, .section-about-us .tab-service .tab-service-list li a:hover {
    background-color: #454747;
}

    .section-cloud-service .tab-service .tab-service-list li a.active:after, .section-cloud-service .tab-service .tab-service-list li a:hover:after, .section-about-us .tab-service .tab-service-list li a.active:after, .section-about-us .tab-service .tab-service-list li a:hover:after {
        width: 100%;
        height: 4px;
    }

@media (max-width: 991.98px) {
    .section-cloud-service .tab-service .tab-service-list li a.active:after, .section-cloud-service .tab-service .tab-service-list li a:hover:after, .section-about-us .tab-service .tab-service-list li a.active:after, .section-about-us .tab-service .tab-service-list li a:hover:after {
        width: 4px;
        height: 100%;
    }
}

.section-cloud-service .tab-service-domain, .section-about-us .tab-service-domain {
    display: block;
    width: 100%;
    position: relative;
    margin: 30px 0 55px;
    border: 0;
}

    .section-cloud-service .tab-service-domain li, .section-about-us .tab-service-domain li {
        display: inline-block;
        padding: 0;
        margin-right: 5px;
    }

@media (max-width: 575.98px) {
    .section-cloud-service .tab-service-domain li, .section-about-us .tab-service-domain li {
        display: block;
        background-color: transparent;
        margin-right: 0;
    }
}

.section-cloud-service .tab-service-domain li a, .section-about-us .tab-service-domain li a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 25px;
    background-color: transparent;
    text-transform: uppercase;
    color: white;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .section-cloud-service .tab-service-domain li a, .section-about-us .tab-service-domain li a {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .section-cloud-service .tab-service-domain li a, .section-about-us .tab-service-domain li a {
        padding: 15px 10px;
        display: block;
        font-size: 15px;
    }
}

.section-cloud-service .tab-service-domain li a.active, .section-cloud-service .tab-service-domain li a:hover, .section-about-us .tab-service-domain li a.active, .section-about-us .tab-service-domain li a:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 25px;
}

.section-cloud-service .search-service-domain, .section-about-us .search-service-domain {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 55px;
}

.section-cloud-service .search-service-domain-title, .section-about-us .search-service-domain-title {
    font-size: 52px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .section-cloud-service .search-service-domain-title, .section-about-us .search-service-domain-title {
        font-size: 32px;
    }
}

.section-cloud-service .search-service-domain-description, .section-about-us .search-service-domain-description {
    opacity: 0.8;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 55px;
}

.section-cloud-service .search-service-domain .form-group input, .section-about-us .search-service-domain .form-group input {
    height: 55px;
    padding-right: 65px;
}

    .section-cloud-service .search-service-domain .form-group input.search-text-group, .section-about-us .search-service-domain .form-group input.search-text-group {
        padding-right: 130px;
    }

.section-cloud-service .search-service-domain .form-group .menu-search-icon, .section-about-us .search-service-domain .form-group .menu-search-icon {
    position: absolute;
    right: -1px;
    height: 55px;
    width: 55px;
    top: 0;
    line-height: 55px;
    vertical-align: middle;
    color: white;
    text-align: center;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: #ffa300;
}

.section-cloud-service .search-service-domain .form-group .menu-search-text, .section-about-us .search-service-domain .form-group .menu-search-text {
    position: absolute;
    right: 0;
    height: 55px;
    width: auto;
    padding: 0 15px;
    top: 0;
    line-height: 55px;
    vertical-align: middle;
    color: white;
    border: 0;
    text-align: center;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: #ffa300;
}

.section-cloud-service .search-service-domain .selected-result, .section-about-us .search-service-domain .selected-result {
    margin: 15px 0;
    font-size: 19px;
    font-weight: 500;
    color: white;
    text-align: right;
}

.section-cloud-service .promotion-domain, .section-about-us .promotion-domain {
    margin-bottom: 100px;
    display: block;
    position: relative;
}

    .section-cloud-service .promotion-domain .promotion-item img, .section-about-us .promotion-domain .promotion-item img {
        display: block;
        width: 100%;
    }

    .section-cloud-service .promotion-domain .slick-dots, .section-about-us .promotion-domain .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }

        .section-cloud-service .promotion-domain .slick-dots.hide-dots, .section-about-us .promotion-domain .slick-dots.hide-dots {
            display: none;
        }

        .section-cloud-service .promotion-domain .slick-dots li, .section-about-us .promotion-domain .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .section-cloud-service .promotion-domain .slick-dots li button, .section-about-us .promotion-domain .slick-dots li button {
                background-color: #ffffff;
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

                .section-cloud-service .promotion-domain .slick-dots li button:before, .section-about-us .promotion-domain .slick-dots li button:before {
                    content: '';
                    color: transparent;
                }

            .section-cloud-service .promotion-domain .slick-dots li.slick-active button, .section-cloud-service .promotion-domain .slick-dots li:hover button, .section-about-us .promotion-domain .slick-dots li.slick-active button, .section-about-us .promotion-domain .slick-dots li:hover button {
                background-color: #0DABA0;
            }

                .section-cloud-service .promotion-domain .slick-dots li.slick-active button:before, .section-cloud-service .promotion-domain .slick-dots li:hover button:before, .section-about-us .promotion-domain .slick-dots li.slick-active button:before, .section-about-us .promotion-domain .slick-dots li:hover button:before {
                    content: '';
                    color: transparent;
                }

.section-cloud-service .contact-us-detail, .section-about-us .contact-us-detail {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
    padding-left: 85px;
    position: relative;
}

@media (max-width: 575.98px) {
    .section-cloud-service .contact-us-detail, .section-about-us .contact-us-detail {
        padding-left: 0;
        text-align: center;
    }
}

.section-cloud-service .contact-us-detail.last-child, .section-about-us .contact-us-detail.last-child {
    padding-bottom: 0;
}

@media (max-width: 575.98px) {
    .section-cloud-service .contact-us-detail.last-child, .section-about-us .contact-us-detail.last-child {
        padding-bottom: 20px;
    }
}

.section-cloud-service .contact-us-detail img, .section-about-us .contact-us-detail img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

@media (max-width: 575.98px) {
    .section-cloud-service .contact-us-detail img, .section-about-us .contact-us-detail img {
        position: relative;
        margin: 0 auto 10px;
    }
}

.section-cloud-service .contact-us-detail h2, .section-cloud-service .contact-us-detail h1, .section-cloud-service .contact-us-detail-title, .section-about-us .contact-us-detail h2, .section-about-us .contact-us-detail h1, .section-about-us .contact-us-detail-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffa300;
    margin: 0;
}

@media (max-width: 575.98px) {
    .section-cloud-service .contact-us-detail h2, .section-cloud-service .contact-us-detail h1, .section-cloud-service .contact-us-detail-title, .section-about-us .contact-us-detail h2, .section-about-us .contact-us-detail h1, .section-about-us .contact-us-detail-title {
        text-align: center;
    }
}

.section-cloud-service .contact-us-detail p, .section-cloud-service .contact-us-detail-description, .section-about-us .contact-us-detail p, .section-about-us .contact-us-detail-description {
    padding: 0;
    margin: 0;
    opacity: 0.9;
    font-size: 24px;
    font-weight: 500;
    min-height: auto;
    text-align: left;
    color: white;
}

@media (max-width: 575.98px) {
    .section-cloud-service .contact-us-detail p, .section-cloud-service .contact-us-detail-description, .section-about-us .contact-us-detail p, .section-about-us .contact-us-detail-description {
        text-align: center;
    }
}

.section-about-us[tab-id="#vtInformation"] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .section-about-us[tab-id="#vtInformation"] .preview-cloud-service {
        display: none;
    }

        .section-about-us[tab-id="#vtInformation"] .preview-cloud-service.vtInformation {
            display: flex;
        }

@media (max-width: 575.98px) {
    .section-about-us[tab-id="#vtInformation"] .preview-cloud-service.vtInformation {
        padding-bottom: 80px;
        display: flex;
    }
}

.section-about-us[tab-id="#vtFeature"] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .section-about-us[tab-id="#vtFeature"] .preview-cloud-service {
        display: none;
    }

        .section-about-us[tab-id="#vtFeature"] .preview-cloud-service.vtFeature {
            display: flex;
        }

@media (max-width: 575.98px) {
    .section-about-us[tab-id="#vtFeature"] .preview-cloud-service.vtFeature {
        padding-bottom: 80px;
        display: flex;
    }
}

.section-about-us[tab-id="#vtChoose"] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .section-about-us[tab-id="#vtChoose"] .preview-cloud-service {
        display: none;
    }

        .section-about-us[tab-id="#vtChoose"] .preview-cloud-service.vtChoose {
            display: flex;
        }

@media (max-width: 575.98px) {
    .section-about-us[tab-id="#vtChoose"] .preview-cloud-service.vtChoose {
        padding-bottom: 80px;
        display: flex;
    }
}

.section-about-us[tab-id="#vtCommunity"] {
    background: url("../img/about-us/background4.jpg") no-repeat center/cover;
}

    .section-about-us[tab-id="#vtCommunity"] .preview-cloud-service {
        display: none;
    }

        .section-about-us[tab-id="#vtCommunity"] .preview-cloud-service.vtCommunity {
            display: flex;
        }

@media (max-width: 575.98px) {
    .section-about-us[tab-id="#vtCommunity"] .preview-cloud-service.vtCommunity {
        padding-bottom: 80px;
        display: flex;
    }
}


.section-about-us[tab-id="#vtDevReport"] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .section-about-us[tab-id="#vtDevReport"] .preview-cloud-service {
        display: none;
    }

        .section-about-us[tab-id="#vtDevReport"] .preview-cloud-service.vtDevReport {
            display: flex;
        }

@media (max-width: 575.98px) {
    .section-about-us[tab-id="#vtDevReport"] .preview-cloud-service.vtDevReport {
        padding-bottom: 80px;
        display: flex;
    }
}

.cloud-service-content {
    display: block;
    width: 100%;
    position: relative;
    padding: 70px 0 40px;
    background-color: white;
}

    .cloud-service-content.gray {
        background-color: #f6f7f8;
    }

    .cloud-service-content.blue {
        background-color: #0DABA0;
    }

    .cloud-service-content.min-pt {
        padding-top: 25px;
    }

    .cloud-service-content .cloud-service-content-title {
        font-size: 42px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 55px;
        color: #353638;
    }

        .cloud-service-content .cloud-service-content-title.txt-left {
            text-align: left;
        }

        .cloud-service-content .cloud-service-content-title.small-mg {
            margin-bottom: 35px;
        }

        .cloud-service-content .cloud-service-content-title.small-size {
            font-size: 36px;
        }

    .cloud-service-content .tab-review {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 40px;
    }

    .cloud-service-content .tab-review-title {
        display: block;
        width: 100%;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #222222;
        text-align: center;
        opacity: 0.8;
    }

    .cloud-service-content .tab-review.bg-gray {
        background-color: #f5f5f6;
    }

    .cloud-service-content .tab-review .tab-review-content {
        display: block;
        width: 100%;
        font-size: 16px;
        margin: 15px 0;
        font-family: "Sarabun", sans-serif;
    }

        .cloud-service-content .tab-review .tab-review-content .tab-title {
            font-family: "BeauSansPro", sans-serif;
        }

        .cloud-service-content .tab-review .tab-review-content .tr-title {
            font-family: "BeauSansPro", sans-serif;
        }

    .cloud-service-content .tab-review .tab-review-content-title {
        display: block;
        width: 100%;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cloud-service-content .tab-review .tab-review-content .view-more {
        display: inline-block;
        position: relative;
        min-width: 175px;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 0;
        text-align: center;
        background-color: white;
        margin-top: 20px;
        border: 1px solid #0DABA0;
        color: #0DABA0;
        transition: all 0.5s;
        border-radius: 4px;
    }

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .tab-review .tab-review-content .view-more {
        transition: none;
    }
}

.cloud-service-content .tab-review .tab-review-content .view-more:hover {
    background-color: #0DABA0;
    color: white;
}

.cloud-service-content .tab-review .tab-review-image {
    display: inline-block;
    margin: 0;
    max-width: 100%;
}

.cloud-service-content .tab-review .table-performance-list {
    width: 100%;
    position: relative;
    margin-top: 20px;
    border: 1px solid #e7e7e7;
}

    .cloud-service-content .tab-review .table-performance-list thead tr th {
        border-bottom: 0;
        padding: 0;
        background-color: #0DABA0;
    }

        .cloud-service-content .tab-review .table-performance-list thead tr th.no-border {
            border: 0;
        }

        .cloud-service-content .tab-review .table-performance-list thead tr th .table-head {
            display: block;
            position: relative;
            width: 100%;
            font-size: 13px;
            font-weight: 500;
            text-align: center;
            color: white;
            padding: 8px 10px;
            white-space: nowrap;
        }

            .cloud-service-content .tab-review .table-performance-list thead tr th .table-head.no-space {
                white-space: normal;
            }

        .cloud-service-content .tab-review .table-performance-list thead tr th.width-items {
            width: 25%;
            min-width: 195px;
        }

    .cloud-service-content .tab-review .table-performance-list tbody tr:nth-child(odd) {
        background: rgba(24, 155, 155, 0.06);
    }

    .cloud-service-content .tab-review .table-performance-list tbody tr.action-group {
        background-color: white;
    }

    .cloud-service-content .tab-review .table-performance-list tbody tr td {
        position: relative;
        padding: 0;
    }

        .cloud-service-content .tab-review .table-performance-list tbody tr td.title-row {
            background-color: #0DABA0;
        }

            .cloud-service-content .tab-review .table-performance-list tbody tr td.title-row .table-content {
                color: white;
            }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .item-tools {
            vertical-align: top;
            text-align: center;
            width: 50px;
            margin-top: 10px;
            display: inline-block;
            margin-right: 10px;
            font-size: 10px;
        }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .item-discount {
            display: block;
            position: absolute;
            width: 35px;
            height: 35px;
            right: 0;
            top: 0;
            overflow: hidden;
            border-top-right-radius: 3px;
        }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-discount:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-top: 35px solid #F78F24;
                border-left: 35px solid transparent;
                left: 0;
                top: 0;
            }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-discount.hot-value:after {
                border-top: 35px solid #EC7068;
            }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-discount span {
                display: block;
                position: absolute;
                right: 2px;
                top: 3px;
                font-size: 9px;
                font-weight: 500;
                color: #ffffff;
                z-index: 1;
            }

        .cloud-service-content .tab-review .table-performance-list tbody tr td.no-border {
            border: 0;
        }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .table-content {
            display: block;
            width: 100%;
            font-size: 13px;
            font-stretch: normal;
            color: #222222;
            padding: 8px 10px;
        }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .table-content.mw-365 {
                max-width: 250px;
            }

        .cloud-service-content .tab-review .table-performance-list tbody tr td strong {
            display: block;
        }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .blue {
            color: #0DABA0;
        }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .orange {
            color: #ffa300;
        }

        .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action {
            display: inline-block;
            position: relative;
            padding: 8px 10px;
            text-align: left;
            min-width: 200px;
        }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action.auto-width {
                min-width: 100%;
            }

                .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action.auto-width a {
                    white-space: nowrap;
                }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
                width: 85px;
                display: inline-block;
            }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .form-group {
                display: inline-block;
                margin: 0;
            }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .bootstrap-select > .dropdown-toggle {
                padding: 7px 5px;
            }

                .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
                    font-size: 12px;
                }

            .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .btn-action {
                display: inline-block;
                padding: 8px 15px;
                font-size: 10px;
                font-weight: 500;
                text-align: center;
                line-height: 18px;
                position: relative;
                margin-bottom: 0;
                margin-left: 8px;
            }

                .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .btn-action.orange {
                    color: white;
                    border: 0;
                }

                .cloud-service-content .tab-review .table-performance-list tbody tr td .item-action .btn-action:first-child {
                    margin-left: 0;
                }

.cloud-service-content .tab-review .table-pin-head {
    z-index: 1;
    opacity: 0;
}

@media (max-width: 767.98px) {
    .cloud-service-content .tab-review .table-pin-head {
        display: none !important;
    }
}

.cloud-service-content .tab-review .table-pin-head.is-affixed {
    opacity: 1;
}

.cloud-service-content .tab-review .table-pin-head .table-performance-list {
    margin-top: 0;
    border: 0;
}

.cloud-service-content .service-wrapper {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

    .cloud-service-content .service-wrapper .service-image {
        position: relative;
        display: block;
        width: auto;
        max-width: 100%;
        min-height: 65px;
        margin: 0 auto 15px;
    }

    .cloud-service-content .service-wrapper .service-content {
        display: block;
        width: 100%;
        position: relative;
    }

    .cloud-service-content .service-wrapper .service-content-title {
        display: block;
        width: 100%;
        position: relative;
        font-size: 18px;
        font-weight: 700;
        color: #424242;
        margin-bottom: 15px;
    }

    .cloud-service-content .service-wrapper .service-content-description {
        font-size: 16px;
        color: #222222;
        max-width: 400px;
    }

.cloud-service-content .feature-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

    .cloud-service-content .feature-wrapper .img-fluid {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: auto;
        max-width: 100%;
    }

    .cloud-service-content .feature-wrapper .feature-content {
        display: block;
        width: 100%;
        position: relative;
    }

    .cloud-service-content .feature-wrapper .feature-content-title {
        display: block;
        width: 100%;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 10px;
    }

    .cloud-service-content .feature-wrapper .feature-content-description {
        font-size: 16px;
        color: #222222;
        max-width: 400px;
    }

.cloud-service-content .choose-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
}

    .cloud-service-content .choose-wrapper .choose-image {
        position: absolute;
        left: 50%;
        top: 0;
        display: block;
        width: auto;
        max-width: 100%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .cloud-service-content .choose-wrapper .choose-content {
        display: block;
        width: 100%;
        position: relative;
    }

    .cloud-service-content .choose-wrapper .choose-content-title {
        display: block;
        width: 100%;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #424242;
        margin-bottom: 10px;
        text-align: center;
    }

    .cloud-service-content .choose-wrapper .choose-content-description {
        text-align: center;
        font-size: 16px;
        color: #222222;
        max-width: 265px;
        margin: 0 auto;
    }

.cloud-service-content .question-wrapper {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 65px;
}

    .cloud-service-content .question-wrapper .support-search {
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid #d4e6f4;
    }

    .cloud-service-content .question-wrapper .support-search-title {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        position: relative;
    }

        .cloud-service-content .question-wrapper .support-search-title i {
            position: absolute;
            left: -25px;
            top: 0;
        }

    .cloud-service-content .question-wrapper .support-search ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .cloud-service-content .question-wrapper .support-search ul li {
            font-size: 16px;
            display: block;
        }

.cloud-service-content .btn-view-more-question {
    margin-bottom: 35px;
    text-align: right;
    border: 0;
    position: relative;
    color: #0DABA0;
    padding: 15px 25px 15px 0;
    font-size: 14px;
    display: inline-block;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .btn-view-more-question {
        transition: none;
    }
}

.cloud-service-content .btn-view-more-question:hover {
    color: #0DABA0;
}

.cloud-service-content .btn-view-more-question i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cloud-service-content .btn-view-more {
    margin-bottom: 35px;
    min-width: 225px;
    text-align: center;
    border: 1px solid #4E4E4E;
    color: #4E4E4E;
    padding: 15px;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .btn-view-more {
        transition: none;
    }
}

.cloud-service-content .btn-view-more:hover {
    color: white;
    background-color: #4E4E4E;
}

.cloud-service-content .search-result, .cloud-service-content .search-other {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #f6f7f8;
}

.cloud-service-content .search-result-title, .cloud-service-content .search-other-title {
    font-size: 22px;
    font-weight: bold;
    color: #353638;
    word-break: break-word;
}

@media (max-width: 575.98px) {
    .cloud-service-content .search-result-title, .cloud-service-content .search-other-title {
        margin-bottom: 10px;
    }
}

.cloud-service-content .search-result-title.orange, .cloud-service-content .search-other-title.orange {
    color: #ffa300;
}

.cloud-service-content .search-result p, .cloud-service-content .search-other p {
    margin: 0;
}

@media (max-width: 575.98px) {
    .cloud-service-content .search-result p, .cloud-service-content .search-other p {
        margin-bottom: 10px;
    }
}

.cloud-service-content .search-result .search-result-right, .cloud-service-content .search-other .search-result-right {
    text-align: right;
}

    .cloud-service-content .search-result .search-result-right .old-price-initialization, .cloud-service-content .search-other .search-result-right .old-price-initialization {
        color: #79818a;
        font-size: 13px;
        position: relative;
    }

        .cloud-service-content .search-result .search-result-right .old-price-initialization:after, .cloud-service-content .search-other .search-result-right .old-price-initialization:after {
            content: '';
            position: absolute;
            width: 110%;
            height: 1px;
            background-color: #79818a;
            left: -5%;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .cloud-service-content .search-result .search-result-right .price-initialization, .cloud-service-content .search-other .search-result-right .price-initialization {
        color: #ffa300;
        font-size: 18px;
    }

@media (max-width: 575.98px) {
    .cloud-service-content .search-result .search-result-right, .cloud-service-content .search-other .search-result-right {
        text-align: left;
    }
}

.cloud-service-content .search-other-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.cloud-service-content .search-other-wrapper-title {
    font-size: 22px;
    font-weight: 500;
}

.cloud-service-content .search-other-wrapper .search-other {
    background-color: white;
    margin-bottom: 2px;
    border-radius: 4px;
}

.cloud-service-content .search-other-wrapper .search-other-title {
    font-size: 19px;
    font-weight: 500;
    position: relative;
}

    .cloud-service-content .search-other-wrapper .search-other-title .domain-used {
        font-size: 19px;
        font-weight: 500;
        position: relative;
    }

        .cloud-service-content .search-other-wrapper .search-other-title .domain-used:after {
            content: '';
            position: absolute;
            width: 110%;
            height: 2px;
            background-color: #e44b4b;
            left: -5%;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

.cloud-service-content .search-other-wrapper .agency-list-load-more {
    margin-top: 35px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    min-width: 200px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #3f3f3f;
    border: solid 1px #3f3f3f;
    border-radius: 4px;
}

    .cloud-service-content .search-other-wrapper .agency-list-load-more:hover {
        background-color: #ffa300;
        border: solid 1px #ffa300;
        color: white;
    }

.cloud-service-content .no-search-results {
    display: block;
    width: 100%;
    text-align: center;
}

    .cloud-service-content .no-search-results .warning {
        color: #e44b4b;
        word-break: break-word;
    }

    .cloud-service-content .no-search-results .view-more-no-search-results {
        color: #353638;
        transition: all 0.25s;
    }

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .no-search-results .view-more-no-search-results {
        transition: none;
    }
}

.cloud-service-content .no-search-results .view-more-no-search-results:hover {
    text-decoration: underline;
    color: #101011;
}

.cloud-service-content .recruitment-foot {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #979797;
}

    .cloud-service-content .recruitment-foot .recruitment-foot-content {
        padding: 15px;
    }

        .cloud-service-content .recruitment-foot .recruitment-foot-content h2, .cloud-service-content .recruitment-foot .recruitment-foot-content h1, .cloud-service-content .recruitment-foot .recruitment-foot-content-title {
            font-size: 24px;
            font-weight: 500;
        }

        .cloud-service-content .recruitment-foot .recruitment-foot-content p, .cloud-service-content .recruitment-foot .recruitment-foot-content-description {
            margin-bottom: 35px;
        }

.cloud-service-content .recruitment-wrapper {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #979797;
    margin-bottom: 20px;
    z-index: 1;
}

    .cloud-service-content .recruitment-wrapper:after {
        content: '';
        position: absolute;
        width: 95%;
        height: 95%;
        background-color: #0DABA0;
        left: 50%;
        top: 50%;
        z-index: -1;
        transition: all 0.5s;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .recruitment-wrapper:after {
        transition: none;
    }
}

.cloud-service-content .recruitment-wrapper.active:after, .cloud-service-content .recruitment-wrapper:hover:after {
    width: 103%;
    height: 103%;
}

.cloud-service-content .recruitment-wrapper .recruitment-block {
    display: block;
    padding: 20px;
    width: 100%;
    background-color: white;
    position: relative;
}

.cloud-service-content .recruitment-wrapper .recruitment-pin {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #e44b4b;
    color: white;
    padding: 4px 5px;
    font-size: 12px;
}

.cloud-service-content .recruitment-wrapper h2, .cloud-service-content .recruitment-wrapper h1, .cloud-service-content .recruitment-wrapper-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-right: 55px;
}

    .cloud-service-content .recruitment-wrapper h2 a, .cloud-service-content .recruitment-wrapper h1 a, .cloud-service-content .recruitment-wrapper-title a {
        color: #353638;
    }

.cloud-service-content .recruitment-wrapper .recruitment-detail {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

    .cloud-service-content .recruitment-wrapper .recruitment-detail p, .cloud-service-content .recruitment-wrapper .recruitment-detail-description {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 0;
    }

    .cloud-service-content .recruitment-wrapper .recruitment-detail span {
        font-size: 14px;
        padding: 4px 5px;
        border: 1px solid #979797;
    }

.cloud-service-content .recruitment-wrapper .recruitment-location {
    font-size: 14px;
    display: block;
    width: 100%;
    position: relative;
}

    .cloud-service-content .recruitment-wrapper .recruitment-location p {
        margin: 0;
    }

.cloud-service-content .automation-notify-pages-nav .pagination {
    box-shadow: none;
}

.cloud-service-content .accordion-question {
    background-color: white;
    counter-reset: section;
}

    .cloud-service-content .accordion-question .card {
        margin-top: 15px;
        border-radius: 0;
    }

    .cloud-service-content .accordion-question .card-header {
        padding: 0;
        border: 0;
    }

        .cloud-service-content .accordion-question .card-header h2, .cloud-service-content .accordion-question .card-header h1, .cloud-service-content .accordion-question .card-header-title {
            position: relative;
            border: none;
        }

            .cloud-service-content .accordion-question .card-header h2 button, .cloud-service-content .accordion-question .card-header h1 button, .cloud-service-content .accordion-question .card-header-title button {
                width: 100%;
                border-radius: 0;
                background-color: #0DABA0;
                min-height: 55px;
                border: none;
                padding-left: 55px;
                padding-right: 35px;
                position: relative;
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
                text-decoration: none;
                text-align: left;
                color: white;
                -moz-border-radius-topleft: 0;
                -moz-border-radius-bottomleft: 0;
                transition: all 0.25s;
            }

@media (prefers-reduced-motion: reduce) {
    .cloud-service-content .accordion-question .card-header h2 button, .cloud-service-content .accordion-question .card-header h1 button, .cloud-service-content .accordion-question .card-header-title button {
        transition: none;
    }
}

.cloud-service-content .accordion-question .card-header h2 button .border-left-toggle, .cloud-service-content .accordion-question .card-header h1 button .border-left-toggle, .cloud-service-content .accordion-question .card-header-title button .border-left-toggle {
    width: 4px;
    position: absolute;
    height: 103%;
    left: -2px;
    top: -1px;
    display: none;
    background-color: #ffa300;
}

.cloud-service-content .accordion-question .card-header h2 button.collapsed, .cloud-service-content .accordion-question .card-header h1 button.collapsed, .cloud-service-content .accordion-question .card-header-title button.collapsed {
    background-color: white;
    border-bottom-color: #e9e9e9;
    color: #222222;
}

    .cloud-service-content .accordion-question .card-header h2 button.collapsed:after, .cloud-service-content .accordion-question .card-header h1 button.collapsed:after, .cloud-service-content .accordion-question .card-header-title button.collapsed:after {
        color: #222222;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .cloud-service-content .accordion-question .card-header h2 button.collapsed:before, .cloud-service-content .accordion-question .card-header h1 button.collapsed:before, .cloud-service-content .accordion-question .card-header-title button.collapsed:before {
        color: #0DABA0;
    }

    .cloud-service-content .accordion-question .card-header h2 button.collapsed .border-left-toggle, .cloud-service-content .accordion-question .card-header h1 button.collapsed .border-left-toggle, .cloud-service-content .accordion-question .card-header-title button.collapsed .border-left-toggle {
        display: block;
    }

.cloud-service-content .accordion-question .card-header h2 button:before, .cloud-service-content .accordion-question .card-header h1 button:before, .cloud-service-content .accordion-question .card-header-title button:before {
    position: absolute;
    left: 15px;
    top: 50%;
    counter-increment: section;
    content: counter(section, decimal-leading-zero) ".";
    font-size: 18px;
    font-weight: bold;
    color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cloud-service-content .accordion-question .card-header h2 button a, .cloud-service-content .accordion-question .card-header h1 button a, .cloud-service-content .accordion-question .card-header-title button a {
    color: #222222;
}

    .cloud-service-content .accordion-question .card-header h2 button a:hover, .cloud-service-content .accordion-question .card-header h1 button a:hover, .cloud-service-content .accordion-question .card-header-title button a:hover {
        color: #0DABA0;
    }

.cloud-service-content .accordion-question .card-header .btn-link:after {
    font-family: "VTIcons", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    content: "\E013";
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.cloud-service-content .accordion-question .card-header .btn-link.collapsed {
    color: #222222;
    font-weight: 500;
    text-align: left;
}

    .cloud-service-content .accordion-question .card-header .btn-link.collapsed:after {
        content: "\E015";
    }

.cloud-service-content .accordion-question .card-body {
    padding: 15px 20px;
}

    .cloud-service-content .accordion-question .card-body p, .cloud-service-content .accordion-question .card-body-description {
        font-weight: normal;
        margin: 0 auto;
    }

    .cloud-service-content .accordion-question .card-body ul {
        padding-left: 25px;
    }

        .cloud-service-content .accordion-question .card-body ul li {
            margin-bottom: 10px;
        }

            .cloud-service-content .accordion-question .card-body ul li:last-child {
                margin-bottom: 0;
            }

            .cloud-service-content .accordion-question .card-body ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #0DABA0;
            }

                .cloud-service-content .accordion-question .card-body ul li a:hover {
                    text-decoration: underline;
                }

@media (max-width: 767.98px) {
    .automation-notify-pages-nav {
        text-align: left;
    }
}

.list-service-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
}

    .list-service-wrapper .table-responsive {
        padding-bottom: 120px;
    }

    .list-service-wrapper .table-pin-head .table-responsive {
        padding-bottom: 0;
    }

    .list-service-wrapper.dashboard-data {
        padding: 35px 0 80px;
        background-color: transparent;
    }

    .list-service-wrapper .pint-tab-list-service {
        display: none;
        padding: 15px 0 0;
        width: 100%;
        z-index: 1;
        background-color: white;
        border-bottom: solid 1px #e7e7e7;
    }

    .list-service-wrapper .list-service {
        display: block;
        width: 100%;
        position: relative;
        margin: 10px 0;
    }

        .list-service-wrapper .list-service .service-description {
            text-align: center;
            opacity: 0.8;
            font-size: 20px;
            margin-top: 5px;
            margin-bottom: 20px;
            padding: 0 150px;
            color: #353638;
        }

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .service-description {
        padding: 0;
    }
}

.list-service-wrapper .list-service .list-service-title {
    display: block;
    width: 100%;
    opacity: 0.8;
    font-size: 36px;
    text-align: center;
    color: #222222;
    margin-bottom: 15px;
}

.list-service-wrapper .list-service .list-service-sub-title {
    display: block;
    width: 100%;
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    color: #4E4E4E;
}

.list-service-wrapper .list-service .list-service-note-title {
    display: block;
    width: 100%;
    opacity: 0.8;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    color: #222222;
}

.list-service-wrapper .list-service .list-service-type-tab {
    display: block;
    width: auto;
    position: absolute;
    margin-bottom: 0;
    right: 15px;
    top: 0;
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .list-service-type-tab {
        position: relative;
        text-align: right;
        top: 0;
    }
}

.list-service-wrapper .list-service .list-service-type-tab li {
    display: inline-block;
    margin: 0 0 0 5px;
}

    .list-service-wrapper .list-service .list-service-type-tab li a {
        display: block;
        position: relative;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #7f8287;
        width: 40px;
        height: 40px;
        padding: 8px 15px;
        background-color: transparent;
        text-transform: uppercase;
        border-radius: 50%;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .list-service-wrapper .list-service .list-service-type-tab li a {
        transition: none;
    }
}

.list-service-wrapper .list-service .list-service-type-tab li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-service-wrapper .list-service .list-service-type-tab li a:hover, .list-service-wrapper .list-service .list-service-type-tab li a.active {
    color: #fff;
    background-color: #0DABA0;
}

.list-service-wrapper .list-service .grid-list {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

    .list-service-wrapper .list-service .grid-list .slick-prev:before, .list-service-wrapper .list-service .grid-list .slick-next:before {
        content: '';
    }

    .list-service-wrapper .list-service .grid-list .slick-prev.slick-disabled, .list-service-wrapper .list-service .grid-list .slick-next.slick-disabled {
        opacity: 0;
    }

    .list-service-wrapper .list-service .grid-list .slick-prev i, .list-service-wrapper .list-service .grid-list .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 45px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .list-service-wrapper .list-service .grid-list .slick-prev i, .list-service-wrapper .list-service .grid-list .slick-next i {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .grid-list .slick-prev i, .list-service-wrapper .list-service .grid-list .slick-next i {
        font-size: 40px;
        opacity: 0.65;
    }
}

.list-service-wrapper .list-service .grid-list .slick-prev:hover i, .list-service-wrapper .list-service .grid-list .slick-next:hover i {
    color: #7F8287;
}

.list-service-wrapper .list-service .grid-list .slick-prev.slick-disabled, .list-service-wrapper .list-service .grid-list .slick-next.slick-disabled {
    cursor: default;
}

    .list-service-wrapper .list-service .grid-list .slick-prev.slick-disabled:hover i, .list-service-wrapper .list-service .grid-list .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.list-service-wrapper .list-service .grid-list .slick-prev {
    left: -40px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .list-service-wrapper .list-service .grid-list .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .grid-list .slick-prev {
        left: -5px;
    }
}

.list-service-wrapper .list-service .grid-list .slick-next {
    right: -15px;
}

@media (max-width: 1199.98px) {
    .list-service-wrapper .list-service .grid-list .slick-next {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .grid-list .slick-next {
        right: -15px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .grid-list .slick-next {
        right: 15px;
    }
}

.list-service-wrapper .list-service .grid-list .item {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 10px 120px;
}

    .list-service-wrapper .list-service .grid-list .item.m-medium {
        margin: 0 10px 60px;
    }

    .list-service-wrapper .list-service .grid-list .item .item-discount {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        overflow: hidden;
        border-top-right-radius: 3px;
    }

        .list-service-wrapper .list-service .grid-list .item .item-discount:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 50px solid #F78F24;
            border-left: 50px solid transparent;
            left: 0;
            top: 0;
        }

        .list-service-wrapper .list-service .grid-list .item .item-discount.hot-value:after {
            border-top: 50px solid #EC7068;
        }

        .list-service-wrapper .list-service .grid-list .item .item-discount span {
            display: block;
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 11px;
            font-weight: 500;
            color: #ffffff;
            z-index: 1;
        }

    .list-service-wrapper .list-service .grid-list .item .item-price {
        display: block;
        width: 100%;
        position: relative;
        padding: 25px 0 5px;
        text-align: center;
        background-color: #0DABA0;
        min-height: 115px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .list-service-wrapper .list-service .grid-list .item .item-price h4 {
            display: block;
            position: relative;
            width: 100%;
            opacity: 0.8;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            color: #ffffff;
            text-transform: uppercase;
        }

            .list-service-wrapper .list-service .grid-list .item .item-price h4.discount {
                text-transform: initial;
                margin-bottom: 0;
                min-height: 20px;
            }

                .list-service-wrapper .list-service .grid-list .item .item-price h4.discount span {
                    display: inline-block;
                    position: relative;
                    font-size: 16px;
                }

                    .list-service-wrapper .list-service .grid-list .item .item-price h4.discount span:after {
                        content: '';
                        width: 110%;
                        position: absolute;
                        left: 50%;
                        top: 7px;
                        height: 1px;
                        background-color: rgba(255, 255, 255, 0.5);
                        -webkit-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
                    }

    .list-service-wrapper .list-service .grid-list .item .item-price-currency {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        margin-bottom: 0;
        padding: 0 5px;
    }

        .list-service-wrapper .list-service .grid-list .item .item-price-currency span {
            width: 100%;
            font-size: 14px;
            text-align: center;
            display: block;
            color: #ffffff;
        }

    .list-service-wrapper .list-service .grid-list .item .item-price.long-title-currency {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 10px;
    }

    .list-service-wrapper .list-service .grid-list .item .item-note {
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        padding: 8px 15px;
        min-height: 35px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-color: #0DABA0;
    }

        .list-service-wrapper .list-service .grid-list .item .item-note.hide-item {
            background-color: #0DABA0;
        }

    .list-service-wrapper .list-service .grid-list .item .item-detail {
        display: block;
        width: 100%;
        position: relative;
        padding: 15px 5px 0;
        text-align: center;
        border-right: solid 1px #e7e7e7;
        border-left: solid 1px #e7e7e7;
    }

        .list-service-wrapper .list-service .grid-list .item .item-detail p {
            font-size: 14px;
            text-align: center;
            color: #222222;
        }

            .list-service-wrapper .list-service .grid-list .item .item-detail p.min-height {
                min-height: 45px;
            }

            .list-service-wrapper .list-service .grid-list .item .item-detail p:last-child {
                margin: 0;
            }

    .list-service-wrapper .list-service .grid-list .item .item-action {
        display: block;
        width: 100%;
        position: relative;
        padding: 15px;
        text-align: center;
        border-right: solid 1px #e7e7e7;
        border-left: solid 1px #e7e7e7;
        border-bottom: solid 1px #e7e7e7;
        min-height: 140px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .list-service-wrapper .list-service .grid-list .item .item-action.one-item {
            min-height: 60px;
        }

        .list-service-wrapper .list-service .grid-list .item .item-action.no-item {
            min-height: 0;
        }

.list-service-wrapper .list-service .grid-note {
    display: block;
    border: 1px dashed white;
}

    .list-service-wrapper .list-service .grid-note p {
        text-align: center;
        font-size: 22px;
        margin: 0;
        padding: 0;
    }

.list-service-wrapper .list-service .double-list-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-left: 20%;
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .double-list-wrapper {
        padding-left: 30%;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper {
        padding-left: 40%;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .item-category {
    position: absolute;
    left: 0;
    top: 119px;
    width: 20%;
    border: 1px solid #e7e7e7;
    border-right: 0;
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .item-category {
        width: 30%;
        top: 120px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .item-category {
        width: 40%;
        top: 120px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .item-category .item-block {
    display: block;
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #555555;
    text-transform: uppercase;
    padding: 15px 5px;
    border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .item-category .item-block {
        line-height: 19px;
        font-size: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .item-category .item-block:last-child {
    border-bottom: 0;
}

.list-service-wrapper .list-service .double-list-wrapper .item-category .item-block:nth-child(odd) {
    background: rgba(24, 155, 155, 0.06);
}

.list-service-wrapper .list-service .double-list-wrapper .item-category .item-block .item-value {
    width: 100%;
    display: block;
}

.list-service-wrapper .list-service .double-list-wrapper .double-list {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next {
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev.slick-disabled, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next.slick-disabled {
            opacity: 0;
        }

        .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev:before, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next:before {
            content: '';
        }

        .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev i, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next i {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 45px;
            color: #A8ACB3;
            opacity: 0.65;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev i, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next i {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev i, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next i {
        font-size: 40px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev:hover i, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next:hover i {
    color: #7F8287;
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev.slick-disabled, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next.slick-disabled {
    cursor: default;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev.slick-disabled:hover i, .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.list-service-wrapper .list-service .double-list-wrapper .double-list .slick-prev {
    left: -25px;
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next {
    right: 0;
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .slick-next {
        right: 5px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    border-right: 1px solid #e7e7e7;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item:last-child {
        border-right: 0;
    }

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block {
        display: block;
        position: relative;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #555555;
        text-transform: uppercase;
        padding: 15px 5px;
        border-bottom: 1px solid #e7e7e7;
    }

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block {
        font-size: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 19px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block .item-discount {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    border-top-right-radius: 3px;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block .item-discount:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 45px solid #F78F24;
        border-left: 45px solid transparent;
        left: 0;
        top: 0;
    }

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block .item-discount.hot-value:after {
        border-top: 45px solid #EC7068;
    }

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block .item-discount span {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 10px;
        font-weight: 500;
        color: #ffffff;
        z-index: 1;
    }

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
    background-color: #0DABA0;
    color: #ffffff;
    font-size: 12px;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price h4 {
        display: block;
        position: relative;
        width: 100%;
        opacity: 0.8;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }

        .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price h4.discount {
            text-transform: initial;
            margin-bottom: 0;
        }

            .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price h4.discount span {
                display: inline-block;
                position: relative;
                font-size: 16px;
            }

@media (max-width: 767.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price h4.discount span {
        font-size: 12px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price h4.discount span:after {
    content: '';
    width: 110%;
    position: absolute;
    left: 50%;
    top: 7px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price .item-price-currency {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price .item-price-currency {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-price .item-price-currency {
        font-size: 14px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-action {
    display: block;
    width: 100%;
    padding: 10px 15px 1px;
    min-height: 105px;
}

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-action.one-item {
        min-height: 55px;
    }

    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-block.item-action .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-body .item-block span {
    display: block;
    font-family: "Sarabun", "Roboto", sans-serif;
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-body .item-block:nth-child(odd) {
    background: rgba(24, 155, 155, 0.06);
}

.list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-body .item-block.item-action {
    background-color: white;
    border-bottom: 0;
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper .double-list .item .item-body .item-block {
        font-size: 11px;
        line-height: 19px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category {
    top: 140px;
}

@media (max-width: 991.98px) {
    .list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category {
        width: 30%;
        top: 140px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category {
        width: 40%;
        top: 140px;
    }
}

@media (max-width: 575.98px) {
    .list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category .item-block {
        font-size: 11px;
        line-height: 19px;
    }
}

.list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category .item-block:last-child {
    border-bottom: 0;
}

.list-service-wrapper .list-service .double-list-wrapper.is-discount .item-category .item-block:nth-child(odd) {
    background: rgba(24, 155, 155, 0.06);
}

.list-service-wrapper .list-service .double-list-wrapper.is-discount .double-list .item .item-block.item-price {
    min-height: 70px;
}

.list-service-wrapper .list-service .table-performance-list {
    width: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
}

    .list-service-wrapper .list-service .table-performance-list thead tr th {
        border-bottom: 0;
        padding: 0;
        background-color: #0DABA0;
    }

        .list-service-wrapper .list-service .table-performance-list thead tr th.no-border {
            border: 0;
        }

        .list-service-wrapper .list-service .table-performance-list thead tr th .table-head {
            display: block;
            position: relative;
            width: 100%;
            font-size: 13px;
            font-weight: 500;
            text-align: center;
            color: white;
            padding: 8px 10px;
            white-space: nowrap;
        }

            .list-service-wrapper .list-service .table-performance-list thead tr th .table-head.no-space {
                white-space: normal;
                min-width: 150px;
            }

        .list-service-wrapper .list-service .table-performance-list thead tr th.width-items {
            width: 25%;
            min-width: 195px;
        }

    .list-service-wrapper .list-service .table-performance-list tbody tr:nth-child(odd) {
        background: rgba(24, 155, 155, 0.06);
    }

    .list-service-wrapper .list-service .table-performance-list tbody tr.action-group {
        background-color: white;
    }

    .list-service-wrapper .list-service .table-performance-list tbody tr td {
        position: relative;
        padding: 0;
    }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .item-tools {
            vertical-align: top;
            text-align: center;
            width: 50px;
            margin-top: 10px;
            display: inline-block;
            margin-right: 10px;
            font-size: 10px;
        }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .item-discount {
            display: block;
            position: absolute;
            width: 35px;
            height: 35px;
            right: 0;
            top: 0;
            overflow: hidden;
            z-index: 0;
            border-top-right-radius: 3px;
        }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-discount:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-top: 35px solid #F78F24;
                border-left: 35px solid transparent;
                left: 0;
                top: 0;
            }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-discount.hot-value:after {
                border-top: 35px solid #EC7068;
            }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-discount span {
                display: block;
                position: absolute;
                right: 2px;
                top: 3px;
                font-size: 9px;
                font-weight: 500;
                color: #ffffff;
                z-index: 1;
            }

        .list-service-wrapper .list-service .table-performance-list tbody tr td.no-border {
            border: 0;
        }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .table-content {
            display: block;
            width: 100%;
            font-size: 13px;
            font-stretch: normal;
            color: #222222;
            padding: 8px 10px;
            font-family: "Sarabun","Roboto", sans-serif;
        }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .table-content.mw-365 {
                max-width: 250px;
            }

        .list-service-wrapper .list-service .table-performance-list tbody tr td strong {
            display: block;
        }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .blue {
            color: #0DABA0;
        }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .orange {
            color: #ffa300;
        }

        .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action {
            display: inline-block;
            position: relative;
            padding: 8px 10px;
            text-align: left;
            min-width: 200px;
        }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action.auto-width {
                min-width: 100%;
            }

                .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action.auto-width a {
                    white-space: nowrap;
                }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
                width: 85px;
                display: inline-block;
            }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .form-group {
                display: inline-block;
                margin: 0;
            }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .bootstrap-select > .dropdown-toggle {
                padding: 7px 5px;
            }

                .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
                    font-size: 12px;
                }

            .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .btn-action {
                display: inline-block;
                padding: 8px 15px;
                font-size: 10px;
                font-weight: 500;
                text-align: center;
                line-height: 18px;
                position: relative;
                margin-bottom: 0;
                margin-left: 8px;
            }

                .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .btn-action.orange {
                    color: white;
                    border: 0;
                }

                .list-service-wrapper .list-service .table-performance-list tbody tr td .item-action .btn-action:first-child {
                    margin-left: 0;
                }

.list-service-wrapper .list-service .table-pin-head {
    z-index: 1;
    opacity: 0;
}

@media (max-width: 767.98px) {
    .list-service-wrapper .list-service .table-pin-head {
        display: none !important;
    }
}

.list-service-wrapper .list-service .table-pin-head.is-affixed {
    opacity: 1;
}

.list-service-wrapper .list-service .table-pin-head .table-performance-list {
    margin-top: 0;
    border: 0;
}

.table-fixed {
    display: flex;
    flex-flow: column;
    width: 100%;
}

    .table-fixed thead {
        flex: 0 0 auto;
    }

    .table-fixed tbody {
        flex: 1 1 auto;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .table-fixed tr {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

.related-products {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #0DABA0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .related-products.plus-zindex {
        z-index: 1;
    }

    .related-products .related-products-title {
        display: block;
        width: 100%;
        position: relative;
        font-size: 36px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .related-products .related-products-wrapper {
        display: inline;
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        margin-bottom: 15px;
        min-height: 110px;
    }

        .related-products .related-products-wrapper .related-products-block {
            display: block;
            width: 85px;
            height: 85px;
            position: relative;
            background-color: #ffffff;
            margin: 0 auto 15px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            border-radius: 50%;
        }

            .related-products .related-products-wrapper .related-products-block i, .related-products .related-products-wrapper .related-products-block img {
                position: absolute;
                left: 50%;
                top: 50%;
                background-size: contain;
                width: 43px;
                height: 43px;
                transition: all 0.25s;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

@media (prefers-reduced-motion: reduce) {
    .related-products .related-products-wrapper .related-products-block i, .related-products .related-products-wrapper .related-products-block img {
        transition: none;
    }
}

.related-products .related-products-wrapper .related-products-block i.icon-other-service, .related-products .related-products-wrapper .related-products-block img.icon-other-service {
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 45px;
}

.related-products .related-products-wrapper .related-products-block i.icon-domain, .related-products .related-products-wrapper .related-products-block img.icon-domain {
    background-repeat: no-repeat;
    background-position: center;
    width: 41px;
    height: 41px;
}

.related-products .related-products-wrapper .related-products-block i.icon-email-host, .related-products .related-products-wrapper .related-products-block img.icon-email-host {
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 43px;
}

.related-products .related-products-wrapper .related-products-block i.icon-hosting, .related-products .related-products-wrapper .related-products-block img.icon-hosting {
    background: url("../img/svg/hosting_color_icn.svg") no-repeat center;
    width: 44px;
    height: 44px;
}

.related-products .related-products-wrapper .related-products-name {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.related-products .related-products-wrapper:hover .related-products-block i, .related-products .related-products-wrapper:hover .related-products-block img {
    width: 50px;
    height: 50px;
}

.partner-list {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #f6f7f8;
}

    .partner-list.plus-zindex {
        z-index: 1;
    }

    .partner-list .slick-track {
        display: flex;
        align-items: center;
    }

    .partner-list .partner-list-title {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0.8;
        font-size: 36px;
        text-align: center;
        color: #222222;
        margin-bottom: 25px;
    }

    .partner-list .partner-list-wrapper .slick-slider .slick-track, .partner-list .partner-list-wrapper .slick-slider .slick-list {
        display: flex;
        align-items: center;
    }

    .partner-list .partner-list-wrapper .slick-prev:before, .partner-list .partner-list-wrapper .slick-next:before {
        content: '';
    }

    .partner-list .partner-list-wrapper .slick-prev.slick-disabled, .partner-list .partner-list-wrapper .slick-next.slick-disabled {
        opacity: 0;
    }

    .partner-list .partner-list-wrapper .slick-prev i, .partner-list .partner-list-wrapper .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .partner-list .partner-list-wrapper .slick-prev i, .partner-list .partner-list-wrapper .slick-next i {
        transition: none;
    }
}

.partner-list .partner-list-wrapper .slick-prev:hover i, .partner-list .partner-list-wrapper .slick-next:hover i {
    color: #7F8287;
}

.partner-list .partner-list-wrapper .slick-prev.slick-disabled, .partner-list .partner-list-wrapper .slick-next.slick-disabled {
    cursor: default;
}

    .partner-list .partner-list-wrapper .slick-prev.slick-disabled:hover i, .partner-list .partner-list-wrapper .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.partner-list .partner-list-wrapper .slick-prev {
    left: -40px;
}

@media (max-width: 991.98px) {
    .partner-list .partner-list-wrapper .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .partner-list .partner-list-wrapper .slick-prev {
        left: 10px;
    }
}

.partner-list .partner-list-wrapper .slick-next {
    right: -15px;
}

@media (max-width: 991.98px) {
    .partner-list .partner-list-wrapper .slick-next {
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .partner-list .partner-list-wrapper .slick-next {
        right: 25px;
    }
}

.partner-list .partner-list-wrapper .item {
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .partner-list .partner-list-wrapper .item {
        display: block;
        width: 100%;
    }
}

.partner-list .partner-list-wrapper .item img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

.btn-action {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .btn-action {
        transition: none;
    }
}

.btn-action i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 20px;
    vertical-align: middle;
}

/*.btn-action.transparent {
    color: #515151;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
}

    .btn-action.transparent:hover {
        background-color: #F2F2F2;
    }*/
.btn-action.transparent {
    color: #44494D;
    border: solid 1px #44494D;
    background-color: #ffffff;
    border-radius: 12px
}

    .btn-action.transparent:hover {
        background-color: #44494D;
        border-radius: 12px;
        color: white;
    }

.btn-action.orange {
    color: #ffffff;
    border: 1px solid #f78f24;
    background-color: #f78f24;
}

    .btn-action.orange:hover {
        background-color: #E78224;
    }

.btn-action.green {
    color: #ffffff;
    border: 1px solid #0DABA0;
    background-color: #0DABA0;
}

    .btn-action.green:hover {
        background-color: #097c74;
    }

/*.btn-action.white {
    color: #3d3d3d;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-weight: 500;
    min-height: 44px;
}

    .btn-action.white:hover {
        background-color: #F2F2F2;
    }*/
.btn-action.white {
    color: #44494D;
    border: solid 1px #44494D;
    background-color: #ffffff;
    font-weight: 500;
    min-height: 44px;
    border-radius: 12px;
}

    .btn-action.white:hover {
        background-color: #44494D;
        border: solid 1px #44494D;
        border-radius: 12px;
        color: white;
    }

.btn-action.btn-md {
    min-width: 120px;
    min-height: 50px;
    line-height: 24px;
}

.btn-action.full-width {
    width: 100%;
}

.btn-action.disabled {
    pointer-events: none;
    color: #23282c !important;
    background-color: #c8ced3 !important;
    border-color: #c8ced3 !important;
}

.list-service-tab {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    .list-service-tab li {
        display: inline-block;
        margin: 0 5px 5px;
        vertical-align: top;
    }

@media (max-width: 575.98px) {
    .list-service-tab li {
        display: block;
        width: 100%;
    }
}

.list-service-tab li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #44494D;
    width: 220px;
    padding: 8px 10px;
    /*  border: solid 2px #44494D;*/
    border: solid 1px #44494D;
    text-transform: uppercase;
    /*border-radius: 20px;*/
    border-radius: 12px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .list-service-tab li a {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .list-service-tab li a {
        width: 170px;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .list-service-tab li a {
        width: auto;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .list-service-tab li a {
        padding: 8px 5px;
        display: block;
        width: 100%;
    }
}

.list-service-tab li a.min-size {
    width: 180px;
}

@media (max-width: 991.98px) {
    .list-service-tab li a.min-size {
        width: 150px;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .list-service-tab li a.min-size {
        width: auto;
        padding: 8px 5px;
    }
}

.list-service-tab li a.min-height {
    min-height: 60px;
}

@media (max-width: 575.98px) {
    .list-service-tab li a.min-height {
        min-height: auto;
    }
}

.list-service-tab li a img {
    height: 18px;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .list-service-tab li a img {
        display: none;
    }
}

.list-service-tab li a:hover, .list-service-tab li a.active {
    color: #0DABA0;
    border: solid 2px #0DABA0;
}

.board-price-block {
    display: block;
    width: 100%;
    position: relative;
    margin: 25px 0;
}

    .board-price-block .table-responsive {
        padding-bottom: 30px;
    }

    .board-price-block .board-price-block-title {
        text-align: left;
        opacity: 0.8;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 0;
        color: #353638;
    }

    .board-price-block .board-price-block-list {
        display: block;
        width: 100%;
        position: relative;
    }

        .board-price-block .board-price-block-list li {
            display: block;
            padding-left: 20px;
            padding-bottom: 8px;
            position: relative;
        }

            .board-price-block .board-price-block-list li:after {
                content: '-';
                position: absolute;
                left: 0;
                top: 2px;
                color: #353638;
            }

.checkout-online-content .checkout-card {
    max-width: 155px;
    margin: 20px auto 35px;
}

.checkout-online-content .custom-checkbox {
    max-width: 600px;
    margin: auto;
    margin-bottom: 10px;
}

.review-solution {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px 10px;
}

    .review-solution .slick-prev:before, .review-solution .slick-next:before {
        content: '';
    }

    .review-solution .slick-prev.slick-disabled, .review-solution .slick-next.slick-disabled {
        opacity: 0;
    }

    .review-solution .slick-prev i, .review-solution .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 45px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .review-solution .slick-prev i, .review-solution .slick-next i {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .review-solution .slick-prev i, .review-solution .slick-next i {
        font-size: 35px;
    }
}

.review-solution .slick-prev:hover i, .review-solution .slick-next:hover i {
    color: #7F8287;
}

.review-solution .slick-prev.slick-disabled, .review-solution .slick-next.slick-disabled {
    cursor: default;
}

    .review-solution .slick-prev.slick-disabled:hover i, .review-solution .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.review-solution .slick-prev {
    left: -40px;
}

@media (max-width: 991.98px) {
    .review-solution .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .review-solution .slick-prev {
        left: -5px;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.review-solution .slick-next {
    right: -15px;
}

@media (max-width: 991.98px) {
    .review-solution .slick-next {
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .review-solution .slick-next {
        right: 10px;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.review-solution .item {
    margin: 20px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

    .review-solution .item .content-review {
        display: block;
        width: 100%;
    }

        .review-solution .item .content-review p {
            opacity: 0.8;
            font-size: 16px;
            font-weight: 500;
            font-style: italic;
            color: #222222;
            margin-bottom: 20px;
        }

        .review-solution .item .content-review span {
            color: #0DABA0;
            font-size: 16px;
            font-weight: 500;
        }

.service-solution-list {
    display: block;
    width: 100%;
    position: relative;
}

    .service-solution-list .slick-prev:before, .service-solution-list .slick-next:before {
        content: '';
    }

    .service-solution-list .slick-prev.slick-disabled, .service-solution-list .slick-next.slick-disabled {
        opacity: 0;
    }

    .service-solution-list .slick-prev i, .service-solution-list .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 45px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .service-solution-list .slick-prev i, .service-solution-list .slick-next i {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .service-solution-list .slick-prev i, .service-solution-list .slick-next i {
        font-size: 35px;
    }
}

.service-solution-list .slick-prev:hover i, .service-solution-list .slick-next:hover i {
    color: #7F8287;
}

.service-solution-list .slick-prev.slick-disabled, .service-solution-list .slick-next.slick-disabled {
    cursor: default;
}

    .service-solution-list .slick-prev.slick-disabled:hover i, .service-solution-list .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.service-solution-list .slick-prev {
    left: -40px;
}

@media (max-width: 991.98px) {
    .service-solution-list .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .service-solution-list .slick-prev {
        left: -5px;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.service-solution-list .slick-next {
    right: -15px;
}

@media (max-width: 991.98px) {
    .service-solution-list .slick-next {
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .service-solution-list .slick-next {
        right: 10px;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.service-solution-list .item {
    margin: 20px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

    .service-solution-list .item .item-title {
        opacity: 0.8;
        font-size: 16px;
        font-weight: bold;
        color: #222222;
    }

    .service-solution-list .item p {
        margin: 15px 0 20px;
        opacity: 0.8;
        font-size: 14px;
        font-weight: normal;
        color: #222222;
    }

    .service-solution-list .item .view-more {
        display: inline-block;
        position: relative;
        min-width: 95px;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 0;
        text-align: center;
        background-color: white;
        border: 1px solid #0DABA0;
        color: #0DABA0;
        transition: all 0.5s;
        border-radius: 4px;
    }

@media (prefers-reduced-motion: reduce) {
    .service-solution-list .item .view-more {
        transition: none;
    }
}

.service-solution-list .item .view-more:hover {
    background-color: #0DABA0;
    color: white;
}

.section-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

    .section-wrapper .search-wrapper {
        display: none;
        width: 100%;
        position: relative;
        opacity: 0;
        transition: all 0.25s;
    }

@media (prefers-reduced-motion: reduce) {
    .section-wrapper .search-wrapper {
        transition: none;
    }
}

.section-wrapper .search-wrapper.is-affixed {
    display: block;
    opacity: 1;
}

.section-wrapper .inner-wrapper-sticky {
    z-index: 1;
    display: block;
    width: 100% !important;
    position: relative;
    padding: 15px 0 0;
    background-color: white;
}

    .section-wrapper .inner-wrapper-sticky .search-service-domain {
        display: block;
        width: 100%;
        position: relative;
    }

        .section-wrapper .inner-wrapper-sticky .search-service-domain .form-group input {
            height: 55px;
            padding-right: 65px;
        }

            .section-wrapper .inner-wrapper-sticky .search-service-domain .form-group input.search-text-group {
                padding-right: 110px;
            }

        .section-wrapper .inner-wrapper-sticky .search-service-domain .form-group .menu-search-icon {
            position: absolute;
            right: -1px;
            height: 55px;
            width: 55px;
            top: 0;
            line-height: 55px;
            vertical-align: middle;
            color: white;
            text-align: center;
            border-radius: 0 0.25rem 0.25rem 0;
            background-color: #ffa300;
        }

@media (max-width: 575.98px) {
    .section-wrapper .inner-wrapper-sticky .search-service-domain .form-group .menu-search-icon {
        right: 0;
    }
}

.section-wrapper .inner-wrapper-sticky .search-service-domain .form-group .menu-search-text {
    position: absolute;
    right: 0;
    height: 55px;
    width: auto;
    padding: 0 15px;
    top: 0;
    line-height: 55px;
    vertical-align: middle;
    color: white;
    text-align: center;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: #ffa300;
}

.section-wrapper .inner-wrapper-sticky .search-service-domain .selected-result {
    margin: 15px 0;
    font-size: 19px;
    font-weight: 500;
    color: white;
    text-align: right;
}

@media (max-width: 991.98px) {
    .is-affixed .inner-wrapper-sticky.scrollUp {
        top: 0 !important;
        transition: all 0.2s;
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .is-affixed .inner-wrapper-sticky.scrollUp {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .is-affixed .inner-wrapper-sticky {
        display: none;
    }
}

.btn-help-label {
    position: relative;
    padding-right: 25px;
}

    .btn-help-label .btn-help {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        margin-left: 15px;
        width: 18px;
        height: 18px;
    }

.tab-service-selected {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e9e9e9;
    z-index: 9;
    display: none;
}

    .tab-service-selected.is-affixed {
        display: block;
    }

@media (max-width: 767.98px) {
    .tab-service-selected.is-affixed {
        display: none;
    }
}

.tab-service-selected .inner-wrapper-sticky {
    width: 100% !important;
    background-color: #E9E9E9;
}

.tab-service-selected .tab-switcher {
    background-color: transparent;
    color: white !important;
    border-bottom: 0;
    text-transform: uppercase;
}

    .tab-service-selected .tab-switcher:after {
        width: 100%;
        height: 4px;
        background-color: transparent;
    }

.tab-service-selected .tab-service-list-selected {
    width: 100%;
    position: relative;
    text-align: left;
    background-color: #e9e9e9;
    border-radius: 0;
}

@media (max-width: 991.98px) {
    .tab-service-selected .tab-service-list-selected {
        position: absolute;
        text-align: center;
        z-index: 1;
        width: calc(100% - 30px) !important;
    }
}

.tab-service-selected .tab-service-list-selected li {
    display: inline-block;
    padding: 0;
}

@media (max-width: 991.98px) {
    .tab-service-selected .tab-service-list-selected li {
        display: block;
        width: 100%;
        background-color: transparent;
    }
}

.tab-service-selected .tab-service-list-selected li a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #297fca;
    font-size: 18px;
    padding: 15px 40px;
    background-color: transparent;
    transition: all 0.5s;
    border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {
    .tab-service-selected .tab-service-list-selected li a {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .tab-service-selected .tab-service-list-selected li a {
        padding: 15px 10px;
        display: block;
        font-size: 15px;
    }
}

.tab-service-selected .tab-service-list-selected li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: transparent !important;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .tab-service-selected .tab-service-list-selected li a:after {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .tab-service-selected .tab-service-list-selected li a:after {
        width: 0;
        height: 100%;
    }
}

.tab-service-selected .tab-service-list-selected li a.active, .tab-service-selected .tab-service-list-selected li a:hover {
    background-color: #454747;
}

    .tab-service-selected .tab-service-list-selected li a.active:after, .tab-service-selected .tab-service-list-selected li a:hover:after {
        width: 100%;
        height: 4px;
    }

@media (max-width: 991.98px) {
    .tab-service-selected .tab-service-list-selected li a.active:after, .tab-service-selected .tab-service-list-selected li a:hover:after {
        width: 4px;
        height: 100%;
    }
}

.grid-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .grid-wrapper.no-mg {
        margin-bottom: 0;
    }

    .grid-wrapper.pin-top-left, .grid-wrapper.pin-top-right {
        width: 100% !important;
        margin-bottom: 0;
    }

@media (max-width: 767.98px) {
    .grid-wrapper.pin-top-left, .grid-wrapper.pin-top-right {
        display: none;
    }
}

.grid-wrapper.pin-top-left .inner-wrapper-sticky, .grid-wrapper.pin-top-right .inner-wrapper-sticky {
    width: 100% !important;
    background-color: white;
    position: fixed !important;
    opacity: 0;
    z-index: -1;
    transition: all 0.001s;
    max-width: 1110px;
}

@media (prefers-reduced-motion: reduce) {
    .grid-wrapper.pin-top-left .inner-wrapper-sticky, .grid-wrapper.pin-top-right .inner-wrapper-sticky {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .grid-wrapper.pin-top-left .inner-wrapper-sticky, .grid-wrapper.pin-top-right .inner-wrapper-sticky {
        max-width: 920px;
    }
}

@media (max-width: 991.98px) {
    .grid-wrapper.pin-top-left .inner-wrapper-sticky, .grid-wrapper.pin-top-right .inner-wrapper-sticky {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .grid-wrapper.pin-top-left .inner-wrapper-sticky, .grid-wrapper.pin-top-right .inner-wrapper-sticky {
        display: none;
    }
}

.grid-wrapper.pin-top-left.is-affixed .inner-wrapper-sticky, .grid-wrapper.pin-top-right.is-affixed .inner-wrapper-sticky {
    opacity: 1;
    z-index: 1;
}

.grid-wrapper .detail-grid {
    display: block;
    padding: 15px;
    border-radius: 3px;
}

    .grid-wrapper .detail-grid h2, .grid-wrapper .detail-grid h1, .grid-wrapper .detail-grid-title {
        font-size: 24px;
        font-weight: bold;
        color: #353638;
        margin-bottom: 10px;
    }

    .grid-wrapper .detail-grid p, .grid-wrapper .detail-grid-description {
        font-size: 14px;
        margin: 0;
    }

        .grid-wrapper .detail-grid p.normal-detail, .grid-wrapper .detail-grid-description.normal-detail {
            color: #353638;
        }

.grid-wrapper .slick-track {
    margin: 0;
}

.grid-wrapper .sub-tick {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .grid-wrapper .sub-tick .slick-track, .grid-wrapper .sub-tick .slick-list {
        height: 100%;
    }

    .grid-wrapper .sub-tick .sub-item {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0 10px;
        padding: 15px;
        display: block;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }

        .grid-wrapper .sub-tick .sub-item p {
            font-size: 14px;
            color: #9b9b9b;
            margin: 0;
        }

            .grid-wrapper .sub-tick .sub-item p.normal-detail {
                color: #353638;
            }

        .grid-wrapper .sub-tick .sub-item i {
            font-size: 25px;
            color: #ccc;
        }

        .grid-wrapper .sub-tick .sub-item img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.grid-wrapper .grid-service-list {
    display: block;
    width: 100%;
    position: relative;
}

    .grid-wrapper .grid-service-list .slick-prev, .grid-wrapper .grid-service-list .slick-next {
        z-index: 1;
    }

        .grid-wrapper .grid-service-list .slick-prev.slick-disabled, .grid-wrapper .grid-service-list .slick-next.slick-disabled {
            opacity: 0;
        }

@media (max-width: 991.98px) {
    .grid-wrapper .grid-service-list .slick-prev, .grid-wrapper .grid-service-list .slick-next {
        top: 55%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.grid-wrapper .grid-service-list .slick-prev i, .grid-wrapper .grid-service-list .slick-next i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #A8ACB3;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .grid-wrapper .grid-service-list .slick-prev i, .grid-wrapper .grid-service-list .slick-next i {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .grid-wrapper .grid-service-list .slick-prev i, .grid-wrapper .grid-service-list .slick-next i {
        font-size: 30px;
        opacity: 0.65;
    }
}

.grid-wrapper .grid-service-list .slick-prev:hover i, .grid-wrapper .grid-service-list .slick-next:hover i {
    color: #7F8287;
}

.grid-wrapper .grid-service-list .slick-prev.slick-disabled, .grid-wrapper .grid-service-list .slick-next.slick-disabled {
    cursor: default;
}

    .grid-wrapper .grid-service-list .slick-prev.slick-disabled:hover i, .grid-wrapper .grid-service-list .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.grid-wrapper .grid-service-list .slick-prev {
    left: -20px;
    opacity: 0;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .grid-wrapper .grid-service-list .slick-prev {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .grid-wrapper .grid-service-list .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .grid-wrapper .grid-service-list .slick-prev {
        left: -5px;
    }
}

.grid-wrapper .grid-service-list .slick-next {
    right: -15px;
    opacity: 0;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .grid-wrapper .grid-service-list .slick-next {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .grid-wrapper .grid-service-list .slick-next {
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .grid-wrapper .grid-service-list .slick-next {
        right: 5px;
    }
}

.grid-wrapper .grid-service-list:hover .slick-prev, .grid-wrapper .grid-service-list:hover .slick-next {
    opacity: 1;
}

.grid-wrapper .grid-service-list .item {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 10px;
}

    .grid-wrapper .grid-service-list .item .item-discount {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        overflow: hidden;
        border-top-right-radius: 3px;
    }

        .grid-wrapper .grid-service-list .item .item-discount:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 50px solid #F78F24;
            border-left: 50px solid transparent;
            left: 0;
            top: 0;
        }

        .grid-wrapper .grid-service-list .item .item-discount.hot-value:after {
            border-top: 50px solid #EC7068;
        }

        .grid-wrapper .grid-service-list .item .item-discount span {
            display: block;
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 11px;
            font-weight: 500;
            color: #ffffff;
            z-index: 1;
        }

    .grid-wrapper .grid-service-list .item .item-price {
        display: block;
        width: 100%;
        position: relative;
        padding: 25px 0 5px;
        text-align: center;
        background-color: #0DABA0;
        min-height: 115px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .grid-wrapper .grid-service-list .item .item-price h4 {
            display: block;
            position: relative;
            width: 100%;
            opacity: 0.8;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            color: #ffffff;
            text-transform: uppercase;
        }

            .grid-wrapper .grid-service-list .item .item-price h4.discount {
                text-transform: initial;
                margin-bottom: 0;
                min-height: 20px;
            }

                .grid-wrapper .grid-service-list .item .item-price h4.discount span {
                    display: inline-block;
                    position: relative;
                    font-size: 16px;
                }

                    .grid-wrapper .grid-service-list .item .item-price h4.discount span:after {
                        content: '';
                        width: 110%;
                        position: absolute;
                        left: 50%;
                        top: 7px;
                        height: 1px;
                        background-color: rgba(255, 255, 255, 0.5);
                        -webkit-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
                    }

    .grid-wrapper .grid-service-list .item .item-price-currency {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        padding: 0 5px;
        margin-bottom: 0;
    }

        .grid-wrapper .grid-service-list .item .item-price-currency span {
            width: 100%;
            font-size: 14px;
            text-align: center;
            color: #ffffff;
            display: block;
        }

    .grid-wrapper .grid-service-list .item .item-note {
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        padding: 8px 15px;
        min-height: 35px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-color: #0DABA0;
    }

        .grid-wrapper .grid-service-list .item .item-note.hide-item {
            background-color: #0DABA0;
        }

    .grid-wrapper .grid-service-list .item .item-detail {
        display: block;
        width: 100%;
        position: relative;
        padding: 15px 5px 0;
        text-align: center;
        border-right: solid 1px #e7e7e7;
        border-left: solid 1px #e7e7e7;
        border-bottom: solid 1px #e7e7e7;
        background-color: #f6f7f8;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .grid-wrapper .grid-service-list .item .item-detail .item-detail-block {
            display: block;
            width: 100%;
            padding: 0 10px;
            text-align: center;
            margin-bottom: 35px;
            min-height: 235px;
        }

            .grid-wrapper .grid-service-list .item .item-detail .item-detail-block:last-child {
                margin-bottom: 0;
            }

            .grid-wrapper .grid-service-list .item .item-detail .item-detail-block .item-detail-block-title {
                font-size: 14px;
                font-weight: bold;
                color: #353638;
                margin-bottom: 25px;
            }

    .grid-wrapper .grid-service-list .item .item-action {
        display: block;
        width: 100%;
        position: relative;
        padding: 15px 15px 10px;
        text-align: center;
        margin-bottom: 0;
        background-color: #0DABA0;
    }

        .grid-wrapper .grid-service-list .item .item-action .btn-action {
            margin: 0 0 5px;
        }

.grid-wrapper .item-tools {
    display: block;
    width: 100%;
    text-align: center;
}

    .grid-wrapper .item-tools .item-tools-logo {
        display: block;
        width: 100%;
        min-height: 40px;
        margin-bottom: 10px;
    }

        .grid-wrapper .item-tools .item-tools-logo img {
            margin: 0 auto;
        }

    .grid-wrapper .item-tools p {
        font-size: 10px;
        font-weight: 300;
        color: #353638;
    }

.grid-wrapper.gray .detail-grid {
    background-color: #f6f7f8;
}

.grid-wrapper.gray .sub-tick .sub-item {
    background-color: #f6f7f8;
}

.slick-list {
    padding-left: 0 !important;
}

.wizard-nav {
    padding: 22px 0;
    background: #fff;
    border-top: 2px solid #dfdfdf;
}

.nav-tabs.wizard-tabs {
    text-align: center;
    border: none;
    display: block;
}

    .nav-tabs.wizard-tabs .nav-item {
        display: inline-block;
        position: relative;
    }

        .nav-tabs.wizard-tabs .nav-item:not(:first-child) {
            padding-left: 62px;
        }

            .nav-tabs.wizard-tabs .nav-item:not(:first-child):before {
                content: '';
                display: inline-block;
                background: #dfdfdf;
                width: 56px;
                height: 3px;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -2px;
            }

    .nav-tabs.wizard-tabs .nav-link {
        border: none;
        font-size: 16px;
        line-height: 1.88;
        color: #353638;
        font-family: "Sarabun","Roboto", sans-serif;
        padding: 0.5rem;
    }

        .nav-tabs.wizard-tabs .nav-link .step-icon {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            color: #7f8287;
            font-family: "Sarabun","Roboto", sans-serif;
            background: #f4f4f4;
            margin-right: 10px;
        }

        .nav-tabs.wizard-tabs .nav-link.active .step-icon, .nav-tabs.wizard-tabs .nav-link.old .step-icon {
            background: #0DABA0;
            color: #fff;
        }

@media (max-width: 991.98px) {
    .nav-tabs.wizard-tabs {
        padding-bottom: 20px;
    }

        .nav-tabs.wizard-tabs .nav-link {
            padding: 0;
            position: relative;
        }

            .nav-tabs.wizard-tabs .nav-link span:not(.step-icon) {
                opacity: 0;
                display: block;
                font-size: 13px;
                width: 75px;
                left: 50%;
                margin-left: -37px;
                text-align: center;
                position: absolute;
            }

            .nav-tabs.wizard-tabs .nav-link.active span:not(.step-icon) {
                opacity: 1;
            }

        .nav-tabs.wizard-tabs .nav-item {
            text-align: center;
            vertical-align: top;
        }

            .nav-tabs.wizard-tabs .nav-item .step-icon {
                margin: 0;
            }

            .nav-tabs.wizard-tabs .nav-item:not(:first-child) {
                padding-left: 35px;
            }

                .nav-tabs.wizard-tabs .nav-item:not(:first-child):before {
                    width: 30px;
                    top: 16px;
                }
}

.card-password {
    border: none;
}

.card-package-selection {
    font-family: "Sarabun","Roboto", sans-serif;
    border: none;
    color: #353638;
}

    .card-package-selection .card-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.67;
        color: #353638;
    }

        .card-package-selection .card-title.lighter {
            color: rgba(53, 54, 56, 0.6);
            font-weight: 600;
        }

    .card-package-selection .price {
        font-weight: 600;
        font-size: 16px;
    }

    .card-package-selection .card-body {
        position: relative;
        z-index: 1;
    }

        .card-package-selection .card-body.collapsable {
            cursor: pointer;
        }

            .card-package-selection .card-body.collapsable .icon-arrow_more_icn {
                display: inline-block !important;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                position: absolute;
                right: 25px;
                top: 25px;
                z-index: 0;
                font-size: 13px;
                color: #979797;
                transition: all 0.5s ease;
            }

@media (prefers-reduced-motion: reduce) {
    .card-package-selection .card-body.collapsable .icon-arrow_more_icn {
        transition: none;
    }
}

.card-package-selection .card-body.collapsable.collapsed .icon-arrow_more_icn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card-package-selection .highlight-info {
    font-size: 16px;
    font-weight: 600;
}

.package-selection {
    color: rgba(53, 54, 56, 0.8);
}

    .package-selection .bootstrap-select {
        width: 100% !important;
    }

    .package-selection .package-info .package-des {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 14px;
        line-height: 1.29;
        color: rgba(53, 54, 56, 0.8);
        max-width: 430px;
    }

    .package-selection .form-control {
        min-height: 42px;
    }

.password-form {
    border: none;
}

    .password-form small {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 14px;
        color: rgba(53, 54, 56, 0.8);
    }

        .password-form small .blue {
            color: #0DABA0;
        }

.card-cart {
    font-family: "Sarabun","Roboto", sans-serif;
    border: none;
    color: #353638;
}

    .card-cart .btn-action {
        font-family: "BeauSansPro","Sarabun", sans-serif;
    }

    .card-cart .card-title {
        color: rgba(53, 54, 56, 0.6);
        font-size: 18px;
        font-weight: 600;
    }

        .card-cart .card-title.lighter {
            opacity: 0.8;
        }

    .card-cart .item-info .name {
        font-size: 18px;
        font-weight: 600;
    }

        .card-cart .item-info .name.small {
            font-size: 16px;
            line-height: 1.88;
        }

    .card-cart .item-info .price {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.88;
    }

        .card-cart .item-info .price.small {
            font-size: 16px;
        }

    .card-cart .item-info .qtt, .card-cart .item-info .duration {
        font-size: 14px;
        font-weight: 500;
        color: rgba(53, 54, 56, 0.8);
    }

    .card-cart .item-des {
        line-height: 1.29;
        font-size: 14px;
        color: rgba(53, 54, 56, 0.8);
        margin-bottom: 12px;
    }

    .card-cart .price-total {
        border-top: 2px solid #313131;
        border-bottom: 2px solid #313131;
        padding: 15px 0;
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 600;
    }

        .card-cart .price-total.price-service {
            border-top: 0;
            padding: 0 0 15px;
        }

        .card-cart .price-total.border-price-top {
            border-bottom: 0;
        }

        .card-cart .price-total .small, .card-cart .price-total .discount {
            font-size: 16px;
            font-weight: 600;
        }

        .card-cart .price-total .price {
            color: #0DABA0;
            font-size: 20px;
        }

        .card-cart .price-total .row:not(:last-child) {
            margin-bottom: 10px;
        }

.cart-section-title {
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    color: rgba(53, 54, 56, 0.7);
    text-align: left;
    text-transform: uppercase;
}

    .cart-section-title span {
        text-transform: none;
        font-size: 14px;
        font-style: italic;
        font-weight: 600;
    }

.related-products.layout-2 {
    background: transparent;
    padding: 0;
    font-family: "Sarabun","Roboto", sans-serif;
}

    .related-products.layout-2 .related-products-wrapper {
        background: #fff;
        border-radius: 4px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px 30px 5px 90px;
        text-align: left;
    }

        .related-products.layout-2 .related-products-wrapper .related-products-block {
            width: auto;
            height: auto;
            box-shadow: none;
            margin: 0;
            background: transparent;
            position: absolute;
            border-radius: 0;
            top: 50%;
            left: 45px;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            .related-products.layout-2 .related-products-wrapper .related-products-block i, .related-products.layout-2 .related-products-wrapper .related-products-block img {
                position: absolute;
                display: block;
                -webkit-transform: none;
                transform: none;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                transition: all 0.25s;
            }

@media (prefers-reduced-motion: reduce) {
    .related-products.layout-2 .related-products-wrapper .related-products-block i, .related-products.layout-2 .related-products-wrapper .related-products-block img {
        transition: none;
    }
}

.related-products.layout-2 .related-products-wrapper h3, .related-products.layout-2 .related-products-wrapper-title {
    color: #353638;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.related-products.layout-2 .related-products-wrapper .price {
    font-size: 14px;
    color: rgba(53, 54, 56, 0.8);
}

@media (max-width: 767.98px) {
    .related-products.layout-2 .related-products-wrapper {
        margin-bottom: 0;
        border-bottom: 1px solid #ebebec;
    }
}

.cart-item.border-item {
    padding-bottom: 15px;
    border-bottom: solid 2px #222222;
}

.cart-item .item-name {
    font-size: 18px;
    font-weight: 500;
}

.cart-item .item-des {
    line-height: 1.29;
    font-size: 14px;
    color: rgba(53, 54, 56, 0.8);
    margin-bottom: 0;
}

.cart-item .price-mobile {
    position: relative;
    left: 45px;
}

.cart-item.detailed {
    border-bottom: solid 1px #e5e5e8;
    padding: 20px 0;
}

    .cart-item.detailed .name {
        font-size: 16px;
    }

.cart-item .spec {
    display: block;
    color: rgba(53, 54, 56, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.cart-item .sale-code {
    padding-left: 30px;
    position: relative;
    display: block;
}

    .cart-item .sale-code .remove-item {
        position: absolute;
        width: 15px;
        height: 15px;
        font-size: 6px;
        left: 5px;
        top: 5px;
        color: #353638;
        border: 1px solid #353638;
        border-radius: 50%;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .cart-item .sale-code .remove-item {
        transition: none;
    }
}

.cart-item .sale-code .remove-item i {
    position: absolute;
    left: 50%;
    top: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.no-wrap {
    white-space: nowrap;
}

.table.cart-table {
    background: #fff;
    border-radius: 4px;
    font-family: "Sarabun","Roboto", sans-serif;
    min-width: 100%;
}

@media (max-width: 991.98px) {
    .table.cart-table {
        width: auto !important;
    }
}

.table.cart-table b {
    font-weight: 500;
}

    .table.cart-table b.text-bold {
        font-weight: 700;
    }

.table.cart-table thead tr th {
    border: none;
    color: rgba(53, 54, 56, 0.7);
    font-size: 14px;
    text-transform: uppercase;
}

.table.cart-table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table.cart-table tbody tr.child td:first-child {
    position: relative;
}

    .table.cart-table tbody tr.child td:first-child:before {
        content: '';
        width: 28px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.table.cart-table tbody tr.child td:last-child {
    position: relative;
}

@media (max-width: 991.98px) {
    .table.cart-table tbody tr.child td:last-child {
        display: table-cell !important;
    }
}

.table.cart-table tbody tr.child td:last-child:before {
    content: '';
    width: 28px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff;
    z-index: 1;
}

.table.cart-table tbody tr.child.header {
    color: rgba(53, 54, 56, 0.7);
}

    .table.cart-table tbody tr.child.header td {
        background-color: #f7f7f7;
        font-size: 12px;
        padding: 10px 0;
    }

        .table.cart-table tbody tr.child.header td:first-child {
            padding-left: 40px;
        }

        .table.cart-table tbody tr.child.header td b {
            font-weight: 600;
        }

@media (max-width: 991.98px) {
    .table.cart-table tbody tr.child.header td {
        font-size: 11px;
    }
}

.table.cart-table tbody tr.child.header + .child-row td {
    border-top: none;
}

.table.cart-table tbody tr.child.child-row td:first-child {
    padding-left: 70px;
}

    .table.cart-table tbody tr.child.child-row td:first-child:before {
        width: 30px;
        height: calc(100% + 1px) !important;
    }

.table.cart-table tbody tr.child.child-row.last td:first-child:before, .table.cart-table tbody tr.child.child-row.last td:last-child:before {
    height: calc(100% + 2px) !important;
}

.table.cart-table tbody tr.child.child-row .service-desc-small {
    display: block;
    font-size: 13px;
}

.table.cart-table tbody tr.child.child-row .service-total-small {
    text-align: right;
    position: relative;
    left: 45px;
}

.table.cart-table tr td {
    font-size: 16px;
}

    .table.cart-table tr td .item-des {
        max-width: 380px;
        min-width: 200px;
    }

@media (min-width: 768px) {
    .table.cart-table tr td, .table.cart-table tr th {
        font-size: 14px;
    }

        .table.cart-table tr td:first-child, .table.cart-table tr th:first-child {
            padding-left: 20px;
        }

        .table.cart-table tr td:last-child, .table.cart-table tr th:last-child {
            padding-right: 20px;
        }
}

.table.cart-table a {
    color: #353638;
}

    .table.cart-table a:hover {
        color: #808286;
    }

.table.cart-table.table-small tr td .item-des {
    max-width: 300px;
}

.table.cart-table tr.total-final td {
    font-size: 18px;
}

.table tr.extra table {
    width: 100%;
}

.table.summarise th, .table.summarise td {
    padding: 0.75rem 0.25rem;
}

.table.summarise thead tr th {
    vertical-align: middle;
    font-size: 12px;
    color: rgba(53, 54, 56, 0.7);
}

.table.summarise tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}

    .table.summarise tbody tr td b {
        font-weight: 500;
    }

    .table.summarise tbody tr td .item-des {
        max-width: 200px;
        font-size: 14px;
    }

.table.summarise tbody tr.child td:first-child:before {
    display: none;
}

.table.summarise tbody tr.child.header {
    color: rgba(53, 54, 56, 0.7);
}

    .table.summarise tbody tr.child.header td {
        background-color: #f7f7f7;
        font-size: 12px;
        padding: 10px 0;
    }

        .table.summarise tbody tr.child.header td:first-child {
            padding-left: 0;
            background-color: transparent;
            border-top: 0;
        }

        .table.summarise tbody tr.child.header td:nth-child(2) {
            padding-left: 15px;
        }

        .table.summarise tbody tr.child.header td b {
            font-weight: 600;
        }

    .table.summarise tbody tr.child.header + .child-row td {
        border-top: none;
    }

.table.summarise tbody tr.child.child-row td:first-child {
    padding-left: 0px;
    border-top: 0;
}

    .table.summarise tbody tr.child.child-row td:first-child:before {
        display: none;
    }

.table.summarise tbody tr.child.child-row td:nth-child(2) {
    position: relative;
    padding-left: 45px;
}

    .table.summarise tbody tr.child.child-row td:nth-child(2):before {
        content: '';
        width: 28px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #fff;
        z-index: 1;
    }

.table.summarise tbody tr.child.child-row.last td:nth-child(2):before, .table.summarise tbody tr.child.child-row.last td:last-child:before {
    height: calc(100% + 1px) !important;
}

.table.summarise tfoot b {
    font-weight: 500;
}

.table.summarise .item-name-group, .table.cart-table .item-name-group {
    background: #0DABA0;
    color: #fff;
}

    .table.summarise .item-name-group h4, .table.cart-table .item-name-group h4 {
        font-size: 16px;
        margin: 0;
    }

.table.summarise.blue tr th, .table.cart-table.blue tr th {
    color: white;
    background-color: #0DABA0;
}

.table.summarise.blue tr.item-name-group td, .table.cart-table.blue tr.item-name-group td {
    color: #fff;
    background: #3E99E2;
    font-weight: bold;
}

.table.summarise.blue tfoot, .table.cart-table.blue tfoot {
    background-color: #f7f7f7;
}

    .table.summarise.blue tfoot tr td, .table.cart-table.blue tfoot tr td {
        font-size: 16px;
    }

.dataTables_wrapper .row:nth-child(2) {
    display: block;
}

    .dataTables_wrapper .row:nth-child(2) > .col-sm-12 {
        overflow: auto;
        flex: none;
    }

@media (min-width: 480px) and (max-width: 991px) {
    .dataTables_wrapper td.px-md-1.text-nowrap {
        padding-right: 20px !important;
    }
}

.dataTables_wrapper .dt-button-collection.dropdown-menu {
    right: 0px !important;
    left: auto !important;
}

.cart-actions .btn-action.orange {
    margin-left: 15px;
    min-width: 160px;
}

@media (min-width: 992px) {
    .cart-actions .btn-action.orange.large {
        min-width: 330px;
    }
}

.cart-actions .btn-action.green {
    min-width: 250px;
    margin-left: 15px;
}

.cart-actions .btn-action.white {
    min-width: 160px;
}

.coupon-form {
    font-size: 0;
}

    .coupon-form > input, .coupon-form .bootstrap-tagsinput {
        min-height: 48px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 1px solid #cccccc;
        padding: 11px 12px;
        font-size: 16px;
        width: calc(100% - 110px) !important;
        vertical-align: top;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .coupon-form .btn-submit {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #0DABA0;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        height: 48px;
        border: none;
        padding: 0 19px;
        vertical-align: top;
    }

        .coupon-form .btn-submit:hover {
            background-color: #097c74;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .coupon-form .btn-submit:hover {
        transition: none;
    }
}

.cart-coupon span {
    font-size: 14px;
    line-height: 1.57;
    color: rgba(53, 54, 56, 0.7);
}

.cart-coupon .tag {
    margin-bottom: 5px;
}

.list-service-tab.checkout .nav-link {
    width: 200px;
    font-weight: 600;
    font-family: "Sarabun","Roboto", sans-serif;
}

.list-service-tab.checkout .nav-item {
    margin-bottom: 10px;
}

.list-service-tab.package {
    margin-bottom: 10px;
}

    .list-service-tab.package .nav-item {
        margin-left: 0;
    }

    .list-service-tab.package .nav-link {
        font-weight: 600;
        margin: 0;
        width: 120px;
        padding: 5px 10px;
    }

.account-info {
    position: relative;
    border: solid 2px #d9d9d9;
    padding: 30px 30px 30px 190px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .account-info {
        padding: 30px;
    }
}

.account-info br {
    content: "";
    display: block;
    margin-bottom: 15px;
}

.account-info img {
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 991.98px) {
    .account-info img {
        position: relative;
        left: 0;
        top: 0;
        margin: 15px auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.guide-info, .online-pay-content-guide-info, .offline-pay-content-guide-info {
    padding: 30px 30px 30px 35px;
    border-radius: 4px;
    background-color: rgba(53, 54, 56, 0.05);
    position: relative;
}

    .guide-info p, .online-pay-content-guide-info p, .offline-pay-content-guide-info p {
        font-size: 14px;
        font-style: italic;
        line-height: 1.43;
        color: #353638;
        margin-bottom: 0;
    }

    .guide-info:before, .online-pay-content-guide-info:before, .offline-pay-content-guide-info:before {
        content: '';
        width: 4px;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        display: inline-block;
        background-color: #ffa300;
    }

.checkout-success {
    margin: 75px auto;
}

    .checkout-success .card-cart {
        padding: 75px 25px;
        color: #353638;
    }

        .checkout-success .card-cart .success-icon {
            width: 66px;
            margin-bottom: 15px;
        }

        .checkout-success .card-cart h2, .checkout-success .card-cart h1, .checkout-success .card-cart-title {
            font-size: 28px;
        }

        .checkout-success .card-cart p, .checkout-success .card-cart-description {
            color: rgba(53, 54, 56, 0.8);
        }

        .checkout-success .card-cart .btn-action {
            margin: auto;
            width: 220px;
            font-weight: bold;
            font-family: "Sarabun","Roboto", sans-serif;
        }

.mobile-price-card {
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100vw;
}

    .mobile-price-card .btn-md {
        min-width: 0;
    }

    .mobile-price-card .price-total {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: rgba(53, 54, 56, 0.5);
    }

        .mobile-price-card .price-total .price {
            font-size: 20px;
            color: #353638;
        }

.package-instance-row .dropdown.bootstrap-select {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.package-instance-row .ver-select {
    line-height: 42px;
    display: block;
    font-size: 14px;
    letter-spacing: -0.5px;
}

@media (min-width: 992px) {
    .package-instance-row .ver-select.right {
        text-align: right;
    }
}

.package-instance-row.form-domain .input-group-text {
    background-color: #0DABA0;
    color: white;
}

    .package-instance-row.form-domain .input-group-text i {
        font-size: 14px;
    }

.package-instance-row .form-control {
    min-height: 42px;
}

.package-options.single .package-instance-row:not(:first-child) {
    display: none;
}

.package-options .package-position {
    display: block;
    position: relative;
    width: 100%;
}

.package-options .tab-pane .package-instance-row:not(:last-child) {
    margin-bottom: 5px;
}

.resource-header {
    border-top: solid 1px #e5e5e8;
    border-bottom: solid 1px #e5e5e8;
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Sarabun","Roboto", sans-serif;
    color: rgba(53, 54, 56, 0.7);
    font-weight: 600;
    letter-spacing: -0.8px;
}

.resource-selection .sub-selection {
    margin-left: 28px;
}

    .resource-selection .sub-selection.custom-radio {
        padding-left: 25px;
    }

        .resource-selection .sub-selection.custom-radio .radio-check {
            top: 1px;
        }

.resource-selection .resource-checkbox {
    font-weight: 600;
    font-size: 16px;
    font-family: "Sarabun","Roboto", sans-serif;
}

.resource-selection .form-control {
    min-height: 42px;
}

.resource-selection label {
    color: rgba(53, 54, 56, 0.7);
    font-size: 14px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .resource-selection .resource-option-select {
        padding-left: 30px;
        padding-right: 10px;
    }

        .resource-selection .resource-option-select.has-slider {
            padding-left: 40px;
            padding-right: 15px;
        }
}

@media (max-width: 991.98px) {
    .resource-selection .resource-option-select.has-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.resource-selection .resource-option-select .bootstrap-select {
    width: 100% !important;
}

.resource-selection .col-input input {
    width: calc(100% - 20px) !important;
    display: inline-block;
    margin-left: 5px;
    padding: 0.375rem;
}

.resource-selection .quantity {
    line-height: 42px;
    display: block;
}

.resource-selection .total-price {
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
    color: #353638;
    display: block;
    font-weight: 500;
}

.resource-selection .unit-price {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    color: #8f8f8f;
    opacity: 0.9;
    display: block;
    font-weight: 500;
}

.resource-selection label {
    display: block;
}

.resource-option-select .slider-horizontal {
    margin-bottom: 20px !important;
}

.customize-option .custom-checkbox .checkbox-check {
    position: relative;
    margin-top: 10px;
}

.customize-label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.customize-select .bootstrap-select {
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .customize-label, .customize-option {
        float: left;
    }

        .customize-option .custom-checkbox .checkbox-check {
            margin-top: 0;
        }
}

@media (max-width: 1199.98px) {
    .customize-label {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .customize-label {
        font-size: 11px;
    }
}

.bill-info {
    border-top: 1px solid #f5f5f6;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .bill-info .col-sm-6:first-child {
        border-right: 1px solid #f5f5f6;
    }
}

.bill-info h4 {
    padding: 10px 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.info-label {
    color: rgba(53, 54, 56, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.info-detail {
    font-size: 16px;
    font-weight: 500;
}

.extra-resources .resource-list {
    padding-left: 30px;
}

    .extra-resources .resource-list .cart-item:last-child {
        border-bottom: 0 !important;
    }

ul.promo-list {
    padding: 0;
}

    ul.promo-list li {
        padding-left: 28px;
        position: relative;
    }

        ul.promo-list li:not(:last-child) {
            margin-bottom: 10px;
        }

        ul.promo-list li:before {
            content: '';
            width: 18px;
            height: 18px;
            display: inline-block;
            background: url(../img/svg/star.svg) no-repeat center/cover;
            position: absolute;
            top: 2px;
            left: 0;
        }

.method-radio + .help-text {
    padding-left: 34px;
    display: block;
    font-size: 14px;
}

.deduct-account {
    font-size: 16px;
}

.domain-container a {
    color: #0DABA0;
}

    .domain-container a:hover {
        color: #0b938a;
    }

.cart-container {
    min-height: 380px;
}

@media (max-width: 1199.98px) {
    .cart-container {
        padding: 0;
        overflow-x: hidden;
    }

    .cart-section-title {
        padding: 0 15px 5px;
        line-height: 1.4;
    }
}

@media (max-width: 991.98px) {
    .cart-page {
        padding-bottom: 80px;
    }
}

.empty-cart {
    padding-top: 100px;
    min-height: calc(100vh - 600px) !important;
}

.order-info .card-body {
    background: #fff;
}

.bootstrap-tagsinput.bootstrap-tagsinput-max input {
    display: none;
}

.cart-header {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f6f7f8;
    border-top: 1px solid #f6f7f8;
}

    .cart-header p {
        text-transform: uppercase;
        opacity: 0.7;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        padding: 15px 0;
    }

.cart-step-item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f6f7f8;
    padding: 8px 0;
}

@media (max-width: 767.98px) {
    .cart-step-item .cart-step-item-mobile {
        margin-bottom: 10px;
    }
}

.cart-step-item .cart-step-item-left {
    text-align: left;
}

@media (max-width: 767.98px) {
    .cart-step-item .cart-step-item-left {
        text-align: right;
    }
}

.cart-step-item .cart-step-item-center {
    text-align: center;
}

@media (max-width: 767.98px) {
    .cart-step-item .cart-step-item-center {
        text-align: right;
    }
}

.cart-step-item .cart-step-item-right {
    text-align: right;
}

.cart-step-item .text-head {
    text-transform: uppercase;
}

.cart-step-item p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

    .cart-step-item p strong {
        display: block;
    }

    .cart-step-item p span {
        color: #9b9b9b;
    }

.cart-step-item .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 0;
}

.documents-list .document {
    padding: 10px 0;
    border-top: solid 1px #e9e9e9;
}

    .documents-list .document:last-child {
        border-bottom: solid 1px #e9e9e9;
    }

    .documents-list .document p {
        display: inline-block;
        width: calc(100% - 130px) !important;
        padding-right: 10px;
        vertical-align: middle;
        margin: 0;
    }

    .documents-list .document .btn {
        display: inline-block;
        min-width: 120px;
        font-size: 14px;
        vertical-align: middle;
    }

.domain-form .form-group {
    margin-bottom: 1.5rem;
}

    .domain-form .form-group .form-control {
        min-height: 45px;
    }

.auth-card {
    width: 100%;
    max-width: 612px;
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    margin: 90px auto;
}

    .auth-card .card-body {
        padding: 75px;
    }

    .auth-card.register-card .card-body {
        padding: 56px;
    }

    .auth-card .card-title {
        /*        font-family: "Sarabun","Roboto", sans-serif;*/
        font-size: 36px;
        line-height: 1.19;
        letter-spacing: -0.9px;
        color: rgba(34, 34, 34, 0.8);
        text-align: center;
    }

    .auth-card .card-subtitle {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 15px;
        line-height: 1.73;
        text-align: center;
        color: rgba(53, 54, 56, 0.7);
    }

    .auth-card .form-group {
        position: relative;
        margin-bottom: 1.25rem;
    }

        .auth-card .form-group .form-control-icon {
            position: absolute;
            font-size: 20px;
            top: 15px;
            left: 20px;
            color: #0DABA0;
        }

            .auth-card .form-group .form-control-icon + .form-control {
                padding-left: 56px;
            }

        .auth-card .form-group .form-control {
            min-height: 60px;
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 16px;
            line-height: 1.56;
            color: rgba(53, 54, 56, 0.8);
            padding-left: 18px;
            padding-right: 40px;
            background-image: none;
        }

            .auth-card .form-group .form-control.has-link {
                padding-right: 70px;
            }

            .auth-card .form-group .form-control:not(:invalid) {
                border-color: #b5b5b5;
            }

        .auth-card .form-group .link-inside-input {
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 16px;
            color: #0DABA0;
            position: absolute;
            right: 20px;
            top: 18px;
        }

    .auth-card .help-text {
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        color: #353638;
        text-align: center;
    }

    .auth-card .btn-action {
        min-height: 60px;
        font-size: 16px;
    }

    .auth-card .bootstrap-select {
        max-width: 100%;
        width: 100% !important;
    }

        .auth-card .bootstrap-select .btn {
            min-height: 60px;
        }

    .auth-card .custom-radio .radio-check {
        border-width: 1px;
        border-color: #979797;
        width: 23px;
        height: 23px;
    }

    .auth-card .form-label {
        /*        font-family: "Sarabun","Roboto", sans-serif;*/
        font-size: 16px;
        font-weight: bold;
        color: #353638;
    }

        .auth-card .form-label span {
            display: block;
            font-size: 14px;
            line-height: 1.6;
            color: rgba(53, 54, 56, 0.8);
            font-weight: normal;
            margin-bottom: 5px;
        }

    .auth-card .custom-radio {
        padding-left: 30px;
    }

@media (max-width: 767.98px) {
    .auth-card {
        margin: 50px auto;
    }

        .auth-card .card-body {
            padding: 30px 25px !important;
        }
}

.verification-code {
    border-radius: 4px;
    background-color: rgba(37, 178, 179, 0.25);
    color: #353638;
    font-size: 18px;
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

    .verification-code.min-height {
        line-height: 40px;
    }

@media (max-width: 575.98px) {
    .verification-code.min-height {
        margin-top: 10px;
    }
}

.captcha-reload {
    cursor: pointer;
    font-size: 20px;
}

    .captcha-reload.min-height {
        font-size: 18px;
    }

@media (max-width: 575.98px) {
    .captcha-reload.min-height {
        margin-top: 10px;
    }
}

.news-list {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
}

    .news-list.other-news {
        padding-top: 60px;
    }

    .news-list .news-head-wrapper {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

        .news-list .news-head-wrapper .news-image {
            position: relative;
            display: block;
            width: 100%;
            min-height: 350px;
            background-color: #e7e7e7;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .news-list .news-head-wrapper .news-image:before {
                background: transparent;
                content: "";
                height: 100%;
                position: absolute;
                pointer-events: none;
                width: 100%;
                z-index: 0;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .news-list .news-head-wrapper .news-image:before {
        transition: none;
    }
}

.news-list .news-head-wrapper .news-image:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.news-list .news-head-wrapper .news-content {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 45px;
    min-height: 300px;
    word-break: break-word;
}

    .news-list .news-head-wrapper .news-content .news-note {
        display: block;
        width: 100%;
        position: relative;
        font-size: 13px;
        color: #737373;
        margin-top: 15px;
        font-family: "Sarabun","Roboto", sans-serif;
    }

.news-list .news-head-wrapper .news-content-title {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

    .news-list .news-head-wrapper .news-content-title a {
        opacity: 0.8;
        font-size: 36px;
        color: #222222;
        font-family: "BeauSansPro", sans-serif;
    }

        .news-list .news-head-wrapper .news-content-title a:hover {
            color: #0DABA0;
            opacity: 1;
        }

.news-list .news-head-wrapper .news-content-description {
    font-size: 18px;
    font-family: "Sarabun","Roboto", sans-serif;
    margin: 20px 0;
}

.news-list .news-head-wrapper .news-content .news-view-more {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #0DABA0;
}

    .news-list .news-head-wrapper .news-content .news-view-more i {
        position: absolute;
        right: 5px;
        top: 0;
        color: #0DABA0;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .news-list .news-head-wrapper .news-content .news-view-more i {
        transition: none;
    }
}

.news-list .news-head-wrapper .news-content .news-view-more:hover i {
    right: 0;
}

.news-list .main-promotion {
    display: block;
    width: 100%;
    position: relative;
}

    .news-list .main-promotion img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

.news-list .news-wrapper {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

    .news-list .news-wrapper .news-image {
        position: relative;
        display: block;
        width: 100%;
        min-height: 220px;
        background-color: #e7e7e7;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .news-list .news-wrapper .news-image:before {
            background: transparent;
            content: "";
            height: 100%;
            position: absolute;
            pointer-events: none;
            width: 100%;
            z-index: 0;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .news-list .news-wrapper .news-image:before {
        transition: none;
    }
}

.news-list .news-wrapper .news-image:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.news-list .news-wrapper .news-content {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    min-height: 220px;
    word-break: break-word;
}

    .news-list .news-wrapper .news-content .news-note {
        display: block;
        width: 100%;
        position: relative;
        font-size: 13px;
        color: #737373;
        margin-top: 20px;
        font-family: "Sarabun","Roboto", sans-serif;
    }

.news-list .news-wrapper .news-content-title {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
    line-height: 28px;
}

    .news-list .news-wrapper .news-content-title a {
        opacity: 0.8;
        font-size: 24px;
        color: #222222;
        font-family: "BeauSansPro", sans-serif;
    }

        .news-list .news-wrapper .news-content-title a:hover {
            color: #0DABA0;
            opacity: 1;
        }

.news-list .news-wrapper .news-content-description {
    font-size: 16px;
    font-family: "Sarabun","Roboto", sans-serif;
    margin-top: 15px;
}

.news-list .news-list-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

@media (max-width: 575.98px) {
    .news-list .news-list-wrapper {
        padding-top: 30px;
    }
}

.news-list .news-list-wrapper .slick-prev, .news-list .news-list-wrapper .slick-next {
    z-index: 1;
}

    .news-list .news-list-wrapper .slick-prev:before, .news-list .news-list-wrapper .slick-next:before {
        content: '';
    }

    .news-list .news-list-wrapper .slick-prev.slick-disabled, .news-list .news-list-wrapper .slick-next.slick-disabled {
        opacity: 0;
    }

    .news-list .news-list-wrapper .slick-prev i, .news-list .news-list-wrapper .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 45px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .news-list .news-list-wrapper .slick-prev i, .news-list .news-list-wrapper .slick-next i {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .news-list .news-list-wrapper .slick-prev i, .news-list .news-list-wrapper .slick-next i {
        font-size: 35px;
    }
}

.news-list .news-list-wrapper .slick-prev:hover i, .news-list .news-list-wrapper .slick-next:hover i {
    color: #7F8287;
}

.news-list .news-list-wrapper .slick-prev.slick-disabled, .news-list .news-list-wrapper .slick-next.slick-disabled {
    cursor: default;
}

    .news-list .news-list-wrapper .slick-prev.slick-disabled:hover i, .news-list .news-list-wrapper .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.news-list .news-list-wrapper .slick-prev {
    left: -40px;
}

@media (max-width: 991.98px) {
    .news-list .news-list-wrapper .slick-prev {
        left: -25px;
    }
}

@media (max-width: 575.98px) {
    .news-list .news-list-wrapper .slick-prev {
        left: 0;
        top: 28%;
    }
}

.news-list .news-list-wrapper .slick-next {
    right: -15px;
}

@media (max-width: 991.98px) {
    .news-list .news-list-wrapper .slick-next {
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .news-list .news-list-wrapper .slick-next {
        right: 15px;
        top: 28%;
    }
}

.news-list .news-list-wrapper .news-wrapper {
    padding: 0 15px;
    display: inline-block;
    position: inherit;
    margin-bottom: 50px;
}

.news-list-title {
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0.8;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 36px;
    color: #222222;
    margin-bottom: 30px;
}

.parallax-window {
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    /*    min-height: 380px;*/
}

@media (max-width: 575.98px) {
    .parallax-window {
        position: relative;
    }

        .parallax-window:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 0;
            background-color: rgba(0, 0, 0, 0.35);
        }
}

@media (max-width: 575.98px) {
    .parallax-window {
        min-height: 220px;
    }
}

.parallax-window.no-bg {
    background-color: transparent;
}

.news-detail {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
}

    .news-detail .social-links-detail {
        display: block;
        width: 100%;
        position: absolute !important;
        text-align: right;
        left: 0;
        top: 0;
    }

        .news-detail .social-links-detail .social-link {
            display: block;
            position: relative;
            margin-right: 6px;
            margin-top: 10px;
            width: 35px;
            height: 35px;
            text-decoration: none !important;
            border: 1px solid #A5A5A5;
            border-radius: 50%;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .news-detail .social-links-detail .social-link {
        transition: none;
    }
}

.news-detail .social-links-detail .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #A5A5A5;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .news-detail .social-links-detail .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.news-detail .social-links-detail .social-link:hover {
    border: 1px solid #0DABA0;
}

    .news-detail .social-links-detail .social-link:hover i {
        color: #0DABA0;
    }

.news-detail .news-detail-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

    .news-detail .news-detail-wrapper .news-detail-head {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        border-bottom: solid 1px #dcdcdc;
        margin-bottom: 20px;
        word-break: break-word;
    }

    .news-detail .news-detail-wrapper .news-detail-head-title {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0.8;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 36px;
        color: #222222;
        margin-bottom: 15px;
    }

    .news-detail .news-detail-wrapper .news-detail-head-description {
        display: block;
        width: 100%;
        position: relative;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 13px;
        color: #737373;
    }

        .news-detail .news-detail-wrapper .news-detail-head-description a {
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 13px;
            color: #737373;
        }

    .news-detail .news-detail-wrapper .news-detail-body {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 65px;
    }

@media (max-width: 575.98px) {
    .news-detail .news-detail-wrapper .news-detail-body {
        padding-left: 0;
    }
}

.news-detail .news-detail-wrapper .news-detail-body .news-content {
    display: block;
    width: 100%;
    min-height: 100px;
    position: relative;
    margin-bottom: 15px;
    word-break: break-word;
}

    .news-detail .news-detail-wrapper .news-detail-body .news-content img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

.news-detail .news-detail-wrapper .news-detail-body .news-content-description {
    opacity: 0.8;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}

.news-detail .news-detail-wrapper .news-detail-body .news-share-social {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    text-align: right;
}

    .news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link {
        display: inline-block;
        position: relative;
        margin-right: 6px;
        width: 35px;
        height: 35px;
        text-decoration: none !important;
        border: 1px solid #A5A5A5;
        border-radius: 50%;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link {
        transition: none;
    }
}

.news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #A5A5A5;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link:hover {
    border: 1px solid #0DABA0;
}

    .news-detail .news-detail-wrapper .news-detail-body .news-share-social .social-link:hover i {
        color: #0DABA0;
    }

.news-detail .news-detail-wrapper .news-detail-body .news-keyword {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: solid 1px #dcdcdc;
    font-size: 10px;
    font-family: "Sarabun","Roboto", sans-serif;
}

    .news-detail .news-detail-wrapper .news-detail-body .news-keyword .news-keyword-name {
        display: inline-block;
        margin-right: 15px;
    }

    .news-detail .news-detail-wrapper .news-detail-body .news-keyword .key-item {
        display: inline-block;
        padding: 4px 15px;
        background-color: #a5a5a5;
        color: white;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        transition: all 0.5s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .news-detail .news-detail-wrapper .news-detail-body .news-keyword .key-item {
        transition: none;
    }
}

.news-detail .news-detail-wrapper .news-detail-body .news-keyword .key-item:hover {
    background-color: #0DABA0;
}

.news-detail .hot-news {
    display: block;
    width: 100%;
    position: relative;
}

    .news-detail .hot-news .hot-news-title {
        display: block;
        width: 100%;
        text-align: left;
        opacity: 0.8;
        font-size: 22px;
        color: #222222;
        margin-bottom: 15px;
        font-family: "Sarabun","Roboto", sans-serif;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
    }

    .news-detail .hot-news .hot-news-item {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 105px;
        position: relative;
        margin-bottom: 15px;
        min-height: 100px;
    }

        .news-detail .hot-news .hot-news-item .news-image {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 90px;
            height: 90px;
            background-color: #e7e7e7;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .news-detail .hot-news .hot-news-item .news-image:before {
                background: transparent;
                content: "";
                height: 100%;
                position: absolute;
                pointer-events: none;
                width: 100%;
                z-index: 0;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .news-detail .hot-news .hot-news-item .news-image:before {
        transition: none;
    }
}

.news-detail .hot-news .hot-news-item .news-image:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.news-detail .hot-news .hot-news-item .news-content {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100px;
    word-break: break-word;
}

.news-detail .hot-news .hot-news-item .news-content-title {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
    line-height: 18px;
}

    .news-detail .hot-news .hot-news-item .news-content-title a {
        opacity: 0.8;
        font-size: 16px;
        color: #222222;
        font-family: "Sarabun","Roboto", sans-serif;
    }

        .news-detail .hot-news .hot-news-item .news-content-title a:hover {
            color: #0DABA0;
            opacity: 1;
        }

.news-detail .hot-news .hot-news-item .news-content-description {
    font-size: 16px;
    font-family: "Sarabun","Roboto", sans-serif;
    margin-top: 15px;
}

.news-detail .hot-news .hot-news-item .news-content span {
    display: block;
    font-size: 13px;
    color: #737373;
}

.news-detail .hot-news .promotion-news {
    display: block;
    width: 100%;
    position: relative;
}

    .news-detail .hot-news .promotion-news .promotion-item {
        margin-bottom: 15px;
        display: block;
        width: 100%;
        position: relative;
    }

        .news-detail .hot-news .promotion-news .promotion-item img {
            display: block;
            width: 100%;
            max-width: 100%;
        }

.user-no-bg-dashboard {
    padding-top: 73px;
}

@media (min-width: 1300px) {
    .user-dashboard .container {
        max-width: 1290px;
    }
}

.user-dashboard a {
    color: #222222;
}

    .user-dashboard a.btn-request {
        color: white;
    }

@media (max-width: 991.98px) {
    .user-dashboard a.btn-request {
        margin-top: 15px;
    }
}

.user-dashboard .top-nav {
    min-height: 77px;
}

.dashboard-summary {
    background-color: #0DABA0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 117px 0 86px;
}

    .dashboard-summary .user-name {
        font-size: 26px;
    }

@media (min-width: 992px) {
    .dashboard-summary .user-block {
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 768px) {
    .dashboard-summary .user-block.mobile-min {
        margin-bottom: 15px;
        border-right: 0;
    }
}

.dashboard-summary .user-block > div:first-child {
    width: 90px;
}

.dashboard-summary .user-block > div:last-child {
    width: calc(100% - 90px) !important;
    padding-left: 10px;
}

.dashboard-summary .user-block .user-name {
    font-size: 20px;
    margin: 5px 0 10px;
    word-break: break-word;
    padding: 0 15px;
}

    .dashboard-summary .user-block .user-name.no-padding {
        padding: 0;
    }

.dashboard-summary .user-block ul.user-info {
    padding: 0 15px;
}

    .dashboard-summary .user-block ul.user-info li {
        font-size: 14px;
    }

        .dashboard-summary .user-block ul.user-info li .vt-icon {
            float: left;
            width: 20px;
            height: 20px;
            text-align: center;
            vertical-align: middle;
            position: relative;
        }

            .dashboard-summary .user-block ul.user-info li .vt-icon.icon-icn_mail {
                font-size: 12px;
            }

            .dashboard-summary .user-block ul.user-info li .vt-icon.icon-icn_mobile {
                font-size: 18px;
                top: -3px;
            }

        .dashboard-summary .user-block ul.user-info li p {
            margin-bottom: 8px;
            padding-left: 24px;
            word-break: break-word;
        }

.dashboard-summary .stat-label {
    font-size: 14px;
    font-weight: bold;
}

.dashboard-summary .stats .stat {
    font-size: 14px;
    display: inline-block;
}

    .dashboard-summary .stats .stat .num {
        font-size: 28px;
        font-weight: bold;
        display: block;
        text-align: left;
    }

    .dashboard-summary .stats .stat.service .num {
        font-size: 48px;
    }

    .dashboard-summary .stats .stat.due {
        color: #ffa300;
    }

    .dashboard-summary .stats .stat:not(:last-child) {
        padding-right: 57px;
    }

@media (max-width: 991.98px) {
    .dashboard-summary .stats .stat:not(:last-child) {
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .dashboard-summary .stats .stat:not(:last-child) {
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .dashboard-summary .stat-block {
        padding-left: 30px;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .dashboard-summary .stat-block {
        padding-left: 20px;
    }
}

.dashboard-content {
    position: relative;
    top: -37px;
}

    .dashboard-content .no-service {
        padding: 2rem;
        text-align: center;
    }

        .dashboard-content .no-service h6 {
            font-weight: bold;
        }

        .dashboard-content .no-service h6, .dashboard-content .no-service p {
            color: #ffa300;
        }

.card.user-card {
    border: none;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
}

    .card.user-card .card-title {
        color: rgba(34, 34, 34, 0.6);
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
    }

    .card.user-card .card-header {
        background-color: #fff;
        padding: 20px 25px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.3);
    }

        .card.user-card .card-header .card-title {
            margin-bottom: 0;
        }

    .card.user-card .card-body {
        padding: 20px 25px 10px;
    }

    .card.user-card .service-select.bootstrap-select {
        width: 100%;
    }

    .card.user-card .service-stat {
        border-radius: 3px;
        border: solid 1px #d6d6d6;
        padding: 15px;
        height: 100%;
    }

        .card.user-card .service-stat.compact {
            padding-left: 25px;
            font-weight: bold;
        }

        .card.user-card .service-stat .num {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .card.user-card .service-stat .service-name {
            margin-bottom: 0;
            margin-bottom: 6px;
        }

        .card.user-card .service-stat .detail-left {
            float: left;
            width: 40%;
            border-right: 1px solid rgba(53, 54, 56, 0.2);
            font-weight: bold;
            font-size: 16px;
            padding-left: 10px;
        }

        .card.user-card .service-stat .detail-right {
            float: left;
            width: 60%;
            padding-left: 25px;
            padding-top: 16px;
        }

            .card.user-card .service-stat .detail-right p {
                line-height: 20px;
                margin-bottom: 10px;
            }

    .card.user-card .nav-tabs.service-tabs {
        border-bottom: 0;
    }

@media (min-width: 768px) {
    .card.user-card .nav-tabs.service-tabs {
        position: absolute;
        right: 25px;
        top: 20px;
    }
}

.card.user-card .nav-tabs.service-tabs .nav-item:not(:last-child) .nav-link {
    margin-right: 8px;
}

.card.user-card .nav-tabs.service-tabs .nav-link {
    border-radius: 3px;
    background-color: #e9e9e9;
    font-size: 14px;
    color: #9b9b9b;
    padding: 3px 10px;
    margin-bottom: 5px;
}

    .card.user-card .nav-tabs.service-tabs .nav-link.active, .card.user-card .nav-tabs.service-tabs .nav-link:hover, .card.user-card .nav-tabs.service-tabs .nav-link:focus {
        background-color: #0DABA0;
        border: 1px solid #0DABA0;
        color: #fff;
    }

.suggested-service {
    margin-bottom: 22px;
}

    .suggested-service > div:first-child {
        width: 90px;
    }

    .suggested-service > div:last-child {
        width: calc(100% - 90px) !important;
        padding-left: 20px;
    }

@media (min-width: 992px) {
    .suggested-service > div:last-child {
        padding-right: 10px;
    }
}

.suggested-service .service-img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.suggested-service .service-name {
    color: #353638;
}

    .suggested-service .service-name h5 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0.5rem;
    }

    .suggested-service .service-name:hover {
        color: rgba(53, 54, 56, 0.6);
    }

.suggested-service .service-desc {
    font-size: 14px;
    height: 3em;
    line-height: 1.5em;
    display: flex;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    opacity: 0.8;
    margin-bottom: 5px;
}

.support-line {
    margin-bottom: 15px;
}

.dashboard-news {
    padding: 25px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.3);
    font-size: 14px;
}

    .dashboard-news .news-title {
        color: #353638;
    }

        .dashboard-news .news-title:hover {
            color: rgba(53, 54, 56, 0.6);
        }

    .dashboard-news h5 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 16px;
    }

    .dashboard-news p {
        margin-bottom: 0;
    }

.card-body .dashboard-news:last-child {
    border-bottom: 0;
}

.top-nav.user-nav .menu-overlay {
    top: 77px;
}

.top-nav.user-nav .menu-left {
    color: #fff;
    vertical-align: middle;
}

    .top-nav.user-nav .menu-left .home-link {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        margin: 0 40px 0 0;
    }

        .top-nav.user-nav .menu-left .home-link.no-uppercase {
            text-transform: inherit;
        }

@media (max-width: 767.98px) {
    .top-nav.user-nav .menu-left .home-link {
        margin: 0 0 0 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .top-nav.user-nav .menu-left .home-link {
        margin: 0 25px 0 0px;
    }
}

.top-nav.user-nav .menu-left .home-link:hover {
    color: #cccccc;
}

.top-nav.user-nav .menu-left .home-link i {
    font-size: 24px;
    margin-right: 12px;
}

@media (max-width: 767.98px) {
    .top-nav.user-nav .menu-left .home-link i {
        margin-right: 0;
    }
}

.top-nav.user-nav .menu-left .home-link i, .top-nav.user-nav .menu-left .home-link span {
    vertical-align: middle;
    display: inline-block;
}

.top-nav.user-nav .menu-right > ul > li {
    color: #fff;
    padding: 24px 5px;
}

@media (max-width: 767.98px) {
    .top-nav.user-nav .menu-right > ul > li {
        margin-left: 0;
        padding: 24px 5px;
    }
}

@media (max-width: 480px) {
    .top-nav.user-nav .menu-right > ul > li {
        padding: 24px 0;
    }
}

.top-nav.user-nav .menu-right > ul > li a:not(.dropdown-item) {
    color: #fff;
}

    .top-nav.user-nav .menu-right > ul > li a:not(.dropdown-item):hover {
        color: #cccccc;
    }

.top-nav.user-nav .menu-right > ul > li i, .top-nav.user-nav .menu-right > ul > li span {
    vertical-align: middle;
    display: inline-block;
}

.top-nav.user-nav .menu-right > ul > li i {
    margin-right: 5px;
}

@media (max-width: 1199.98px) {
    .top-nav.user-nav .menu-right > ul > li i {
        font-size: 22px;
        margin-right: 0;
    }
}

.top-nav.user-nav .menu-right .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-nav.user-nav .menu-right .lang-switcher {
    font-weight: normal;
}

.top-nav.user-nav .menu-right .dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
    color: #0DABA0;
}

.top-nav.user-nav .navbar-brand {
    max-width: 100%;
    margin-right: 0;
}

    .top-nav.user-nav .navbar-brand img {
        max-width: 100%;
        max-height: 35px;
    }

.top-nav.user-nav #search-desktop {
    transition: width 0.5s;
    z-index: 99;
}

@media (prefers-reduced-motion: reduce) {
    .top-nav.user-nav #search-desktop {
        transition: none;
    }
}

.top-nav.user-nav #search-desktop.focused {
    width: 400px;
    position: absolute;
    top: 17px;
    margin-left: 4px;
    background: #fff;
    color: #222;
    padding-left: 10px;
}

.top-nav.user-nav #search-desktop.collapsing {
    top: 17px;
    margin-left: 4px;
}

.top-nav.user-nav .megamenu {
    width: 60px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .top-nav.user-nav .megamenu {
        width: 30px;
    }
}

.top-nav.user-nav .megamenu .menu-toggle {
    padding: 10px 5px 10px 25px;
}

@media (max-width: 767.98px) {
    .top-nav.user-nav .megamenu .menu-toggle {
        padding: 9px 5px 9px 5px;
    }
}

.top-nav.user-nav .megamenu .menu-toggle .menu-label {
    display: none;
}

.top-nav.user-nav .megamenu.view-desktop > ul {
    margin-top: 18px;
    margin-left: 0;
}

    .top-nav.user-nav .megamenu.view-desktop > ul > li {
        border-bottom: solid 1px rgba(53, 54, 56, 0.6);
    }

        .top-nav.user-nav .megamenu.view-desktop > ul > li > a {
            font-size: 16px;
        }

        .top-nav.user-nav .megamenu.view-desktop > ul > li > ul > li a {
            padding: 15px 25px;
            font-size: 16px;
        }

.top-nav.user-nav .megamenu.view-desktop a.dd-toggle .icon-plus {
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-nav.user-nav .megamenu.view-desktop ul.level1 {
    z-index: 99;
}

    .top-nav.user-nav .megamenu.view-desktop ul.level1 ul {
        z-index: 99;
    }

.top-nav.user-nav .megamenu.mobile:not(.view-desktop) > ul {
    margin-left: 0;
}

body.menu-opened .top-nav.user-nav .menu-left {
    padding-top: 23px;
    padding-left: 64px;
}

.container-custom {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .container-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.automation-notify {
    display: block;
    width: 100%;
    position: relative;
    padding: 35px 0;
}

.automation-notify-title {
    margin-bottom: 25px;
}

    .automation-notify-title .recharge-note {
        display: block;
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #353638;
    }

.automation-notify-list {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.automation-notify-list-filter {
    display: block;
    width: 100%;
    padding: 10px 25px;
}

.automation-notify-list-filter-block {
    display: inline-block;
    margin-right: 25px;
}

@media (max-width: 767.98px) {
    .automation-notify-list-filter-block {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.automation-notify-list-filter-block .form-group {
    margin: 0;
}

.automation-notify-list-result {
    display: block;
    width: 100%;
    position: relative;
}

    .automation-notify-list-result .table {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .automation-notify-list-result .table.table-automation-notify tr th {
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            color: #ffffff;
            background-color: #0DABA0;
            vertical-align: middle;
        }

        .automation-notify-list-result .table.table-automation-notify tr td {
            font-size: 14px;
            font-weight: 500;
            color: #353638;
            vertical-align: middle;
        }

            .automation-notify-list-result .table.table-automation-notify tr td i.vt-icon {
                color: #0DABA0;
            }

.automation-notify-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 4px;
}

.automation-notify-wrapper-title {
    font-size: 16px;
    color: #353638;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-title {
        margin-top: 15px;
    }
}

.automation-notify-wrapper-head {
    display: block;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #353638;
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-head {
        padding: 15px;
    }
}

.automation-notify-wrapper-head.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .automation-notify-wrapper-head.border-bottom.blue {
        border-bottom: 1px solid #f6f7f8;
    }

.automation-notify-wrapper-head .btn-renewed {
    position: absolute;
    right: 15px;
    top: 8px;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    background-color: #ee0033;
    border-radius: 4px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .automation-notify-wrapper-head .btn-renewed {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-head .btn-renewed {
        font-size: 10px;
        right: 5px;
        padding: 8px 5px;
    }
}

.automation-notify-wrapper-head .btn-renewed:hover {
    color: white;
    background-color: #C4132B;
}

.automation-notify-wrapper-body {
    display: block;
    width: 100%;
    padding: 25px 40px 15px;
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-body {
        padding: 10px 15px;
    }
}

.automation-notify-wrapper-body-title {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}

.automation-notify-wrapper-body-item {
    display: block;
    width: 100%;
    padding: 0 0 10px;
}

    .automation-notify-wrapper-body-item.big-package {
        margin-top: 20px;
    }

    .automation-notify-wrapper-body-item h3 {
        font-size: 16px;
        font-weight: 500;
        color: #353638;
    }

    .automation-notify-wrapper-body-item p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #353638;
    }

        .automation-notify-wrapper-body-item p a {
            max-width: 100%;
            word-break: break-word;
        }

    .automation-notify-wrapper-body-item .server-status {
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }

        .automation-notify-wrapper-body-item .server-status:after {
            content: '';
            position: absolute;
            left: 5px;
            width: 15px;
            height: 15px;
            top: 3px;
            background-color: #e44b4b;
            border-radius: 50%;
        }

        .automation-notify-wrapper-body-item .server-status.active:after {
            background-color: #0DABA0;
        }

.automation-notify-wrapper-body-item-list {
    display: block;
    width: 100%;
}

    .automation-notify-wrapper-body-item-list .btn-manipulation {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
    }

@media (max-width: 575.98px) {
    .automation-notify-wrapper-body-item-list .btn-manipulation {
        display: block;
    }
}

.automation-notify-wrapper-body .recharge {
    display: block;
    width: 100%;
    position: relative;
}

    .automation-notify-wrapper-body .recharge .help-text {
        font-size: 12px;
        color: #353638;
    }

    .automation-notify-wrapper-body .recharge .account-info {
        position: relative;
        padding-left: 190px;
    }

@media (max-width: 575.98px) {
    .automation-notify-wrapper-body .recharge .account-info {
        padding-left: 30px;
    }
}

.automation-notify-wrapper-body .recharge .account-info img {
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 575.98px) {
    .automation-notify-wrapper-body .recharge .account-info img {
        position: relative;
        left: 0;
        top: 0;
        margin: 15px auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.automation-notify-wrapper-body .form-group {
    position: relative;
}

    .automation-notify-wrapper-body .form-group .form-control {
        min-height: 50px;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        color: rgba(53, 54, 56, 0.8);
        padding-left: 18px;
        padding-right: 18px;
        background-image: none;
    }

        .automation-notify-wrapper-body .form-group .form-control.has-link {
            padding-right: 70px;
        }

        .automation-notify-wrapper-body .form-group .form-control:not(:invalid) {
            border-color: #b5b5b5;
        }

    .automation-notify-wrapper-body .form-group .bootstrap-select {
        width: 100% !important;
    }

        .automation-notify-wrapper-body .form-group .bootstrap-select .btn {
            min-height: 50px;
        }

    .automation-notify-wrapper-body .form-group .input-value-wrapper {
        position: relative;
        display: inline-block;
        padding-right: 15px;
        line-height: 14px;
    }

        .automation-notify-wrapper-body .form-group .input-value-wrapper .input-value-wrapper-currency {
            position: absolute;
            right: 0;
            bottom: 0;
        }

.automation-notify-wrapper-body .verification-code {
    line-height: 50px;
}

.automation-notify-wrapper-body .input-file {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

    .automation-notify-wrapper-body .input-file .file-input {
        display: none;
    }

    .automation-notify-wrapper-body .input-file .file-label {
        position: relative;
        cursor: pointer;
        min-width: 160px;
        padding: 15px 25px 15px 45px;
        margin: 30px 0 0;
        display: inline-block;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: 0;
        background-color: #ffa300;
        border-radius: 4px;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .automation-notify-wrapper-body .input-file .file-label {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .automation-notify-wrapper-body .input-file .file-label {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-body .input-file .file-label {
        display: block;
    }
}

.automation-notify-wrapper-body .input-file .file-label:hover {
    color: white;
    background-color: #e69300;
}

.automation-notify-wrapper-body .input-file .file-label.blue {
    background-color: #0DABA0;
}

    .automation-notify-wrapper-body .input-file .file-label.blue:hover {
        background-color: #0b938a;
    }

.automation-notify-wrapper-body .input-file .file-label .vt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.automation-notify-wrapper-body .file-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .automation-notify-wrapper-body .file-list .file-item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

        .automation-notify-wrapper-body .file-list .file-item .image-name {
            position: relative;
            margin: 0;
            padding-left: 30px;
            font-weight: 500;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .automation-notify-wrapper-body .file-list .file-item .image-name .vt-icon {
                position: absolute;
                left: 5px;
                top: 50%;
                color: #0DABA0;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .automation-notify-wrapper-body .file-list .file-item .image-name .image-cancel {
                position: absolute;
                right: 25px;
                top: 12px;
                color: #353638;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .automation-notify-wrapper-body .file-list .file-item .image-name .image-cancel {
        transition: none;
    }
}

.automation-notify-wrapper-body .file-list .file-item .image-name .image-cancel:hover {
    color: #797c80;
}

.automation-notify-wrapper-body .file-list .file-item .image-process {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 35px 0 0;
}

    .automation-notify-wrapper-body .file-list .file-item .image-process .image-process-setting {
        display: block;
        width: 100%;
        position: relative;
    }

        .automation-notify-wrapper-body .file-list .file-item .image-process .image-process-setting:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #e9e9e9;
            height: 3px;
            width: 100%;
        }

        .automation-notify-wrapper-body .file-list .file-item .image-process .image-process-setting span {
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #0DABA0;
            height: 3px;
        }

    .automation-notify-wrapper-body .file-list .file-item .image-process .image-cancel {
        position: absolute;
        right: 0;
        top: 0;
        color: #353638;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .automation-notify-wrapper-body .file-list .file-item .image-process .image-cancel {
        transition: none;
    }
}

.automation-notify-wrapper-body .file-list .file-item .image-process .image-cancel:hover {
    color: #797c80;
}

.automation-notify-wrapper-table {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

    .automation-notify-wrapper-table .table {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .automation-notify-wrapper-table .table.table-automation-notify tr th {
            font-size: 13px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            color: #ffffff;
            background-color: #0DABA0;
            vertical-align: middle;
            padding: 0.75rem 40px;
        }

@media (max-width: 767.98px) {
    .automation-notify-wrapper-table .table.table-automation-notify tr th {
        padding: 0.75rem;
    }
}

.automation-notify-wrapper-table .table.table-automation-notify tr td {
    font-size: 12px;
    color: #353638;
    vertical-align: middle;
    padding: 0.75rem 40px;
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-table .table.table-automation-notify tr td {
        padding: 0.75rem;
    }
}

.automation-notify-wrapper-table .table.table-automation-notify tr td h3 {
    font-size: 16px;
    font-weight: 500;
}

    .automation-notify-wrapper-table .table.table-automation-notify tr td h3.blue {
        color: #0DABA0;
    }

.automation-notify-wrapper-table .table.table-automation-notify tr td p {
    font-size: 14px;
}

.automation-notify-wrapper-table .table.table-automation-notify-detail tr th {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    background-color: #0DABA0;
    vertical-align: middle;
    padding: 0.75rem;
}

    .automation-notify-wrapper-table .table.table-automation-notify-detail tr th:first-child, .automation-notify-wrapper-table .table.table-automation-notify-detail tr th:last-child {
        padding: 0.05rem;
    }

.automation-notify-wrapper-table .table.table-automation-notify-detail tr td {
    font-size: 14px;
    color: #353638;
    vertical-align: middle;
    padding: 0.75rem;
}

    .automation-notify-wrapper-table .table.table-automation-notify-detail tr td:first-child, .automation-notify-wrapper-table .table.table-automation-notify-detail tr td:last-child {
        padding: 0.05rem;
    }

    .automation-notify-wrapper-table .table.table-automation-notify-detail tr td h3 {
        font-size: 16px;
        font-weight: 500;
    }

        .automation-notify-wrapper-table .table.table-automation-notify-detail tr td h3.blue {
            color: #0DABA0;
        }

.automation-notify-wrapper-table .table.table-automation-notify-detail tr.child.header td {
    background-color: #f7f7f7;
    font-size: 12px;
}

    .automation-notify-wrapper-table .table.table-automation-notify-detail tr.child.header td b {
        font-weight: 500;
        color: rgba(53, 54, 56, 0.7);
    }

.automation-notify-wrapper-table .table.table-automation-notify-detail tr.child td:first-child, .automation-notify-wrapper-table .table.table-automation-notify-detail tr.child td:last-child {
    background-color: white;
    border: 0;
}

.automation-notify-wrapper-table .table.table-recharge {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .automation-notify-wrapper-table .table.table-recharge tr th {
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        color: #ffffff;
        background-color: #0DABA0;
        vertical-align: middle;
        padding: 0.75rem 15px;
        border: 0;
    }

@media (max-width: 767.98px) {
    .automation-notify-wrapper-table .table.table-recharge tr th {
        padding: 0.75rem;
    }
}

.automation-notify-wrapper-table .table.table-recharge tr td {
    font-size: 12px;
    font-weight: 500;
    color: #353638;
    vertical-align: middle;
    padding: 0.75rem 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .automation-notify-wrapper-table .table.table-recharge tr td {
        padding: 0.75rem;
    }
}

.automation-notify-wrapper-table .table-scroll .custom-checkbox {
    margin: -8px 0 0;
    padding-left: 18px;
    z-index: 15;
}

.automation-notify-wrapper-table .table-scroll .config-action i {
    color: #353638;
}

.automation-notify-wrapper-table .table-scroll .config-action:hover i {
    color: #0DABA0;
}

.automation-notify-wrapper-table .table-scroll table {
    width: 100%;
    margin: auto;
    border-spacing: 0;
    font-size: 12px;
}

.automation-notify-wrapper-table .table-scroll.full-size table {
    font-size: 14px;
}

.automation-notify-wrapper-table .table-scroll th, .automation-notify-wrapper-table .table-scroll td {
    padding: 5px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    vertical-align: top;
}

@media (max-width: 991.98px) {
    .automation-notify-wrapper-table .table-scroll th.mobile-min, .automation-notify-wrapper-table .table-scroll td.mobile-min {
        min-width: 250px;
    }
}

.automation-notify-wrapper-table .table-scroll th .content-full, .automation-notify-wrapper-table .table-scroll td .content-full {
    white-space: nowrap;
}

    .automation-notify-wrapper-table .table-scroll th .content-full.red, .automation-notify-wrapper-table .table-scroll td .content-full.red {
        color: #e44b4b;
    }

    .automation-notify-wrapper-table .table-scroll th .content-full.blue, .automation-notify-wrapper-table .table-scroll td .content-full.blue {
        color: #0DABA0;
    }

.automation-notify-wrapper-table .table-scroll th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.automation-notify-wrapper-form {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.automation-notify-wrapper.transparent {
    background-color: transparent;
}

    .automation-notify-wrapper.transparent .automation-notify-wrapper-head {
        background-color: white;
    }

    .automation-notify-wrapper.transparent .table-automation-notify-detail tr td {
        background-color: white;
    }

    .automation-notify-wrapper.transparent .table-automation-notify-detail tfoot {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

        .automation-notify-wrapper.transparent .table-automation-notify-detail tfoot tr td {
            background-color: transparent;
            border: 0;
        }

            .automation-notify-wrapper.transparent .table-automation-notify-detail tfoot tr td ul {
                list-style: disc;
                padding-left: 15px;
            }

.automation-notify-pages {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    text-align: right;
}

.automation-notify-pages-nav {
    display: inline-block;
    width: auto;
}

    .automation-notify-pages-nav .pagination {
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
        background-color: white;
    }

.btn-request {
    min-width: 160px;
    padding: 15px 25px;
    margin: 0;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    text-align: center;
    background-color: #0DABA0;
    border-radius: 4px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .btn-request {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .btn-request {
        display: block;
        min-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .btn-request {
        margin-top: 15px;
    }
}

.btn-request.full {
    width: 100%;
    max-width: 100%;
    padding: 13px 0;
}

.btn-request.no-label {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .btn-request.no-label {
        margin-top: 0;
    }
}

.btn-request.small {
    padding: 10px 25px;
    font-size: 13px;
}

.btn-request.medium {
    padding: 15px;
    font-size: 13px;
    min-width: 135px;
}

.btn-request:hover {
    color: white;
    transition: 0.5s;
    background-color: #C4132B;
}

.btn-request.selected-item {
    color: #e44b4b;
    background-color: white;
    border: solid 1px #e44b4b;
}

    .btn-request.selected-item:hover {
        color: white;
        background-color: #e44b4b;
    }

.btn-request.selected-whois {
    color: #3f3f3f;
    background-color: white;
    border: solid 1px #3f3f3f;
}

    .btn-request.selected-whois:hover {
        color: white;
        background-color: #ffa300;
        border: solid 1px #ffa300;
    }

.btn-request.orange {
    background-color: #ffa300;
}

    .btn-request.orange:hover {
        color: white;
        background-color: #e69300;
    }

.btn-request.gray {
    background-color: #79818a;
}

    .btn-request.gray:hover {
        color: white;
        background-color: #6d747d;
    }

.btn-request .number-step {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.card.manager-user {
    border: none;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
}

    .card.manager-user .card-title {
        color: rgba(34, 34, 34, 0.6);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .card.manager-user .card-header {
        background-color: #fff;
        padding: 20px 25px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.3);
    }

        .card.manager-user .card-header .edit-button {
            position: absolute;
            right: 15px;
            top: 20px;
        }

            .card.manager-user .card-header .edit-button i {
                color: #0DABA0;
            }

            .card.manager-user .card-header .edit-button:hover i, .card.manager-user .card-header .edit-button.active i {
                color: #9b9b9b;
            }

        .card.manager-user .card-header .card-title {
            margin-bottom: 0;
        }

    .card.manager-user .card-body {
        padding: 20px 25px 10px;
        margin-bottom: 15px;
    }

    .card.manager-user .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

.about-us-title {
    display: block;
    width: 100%;
    height: 58px;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 36px;
    color: #222222;
}

@media (max-width: 575.98px) {
    .border-sm-top {
        border-top: 1px solid #ebebec !important;
    }
}

@media (max-width: 575.98px) {
    .border-right {
        border-right: 0 !important;
    }
}

.square {
    height: 0;
}

.square-25 {
    width: 25%;
    padding-bottom: 25%;
}

.square-33 {
    width: 33.333333%;
    padding-bottom: 33.333333%;
}

.square-50 {
    width: 50%;
    padding-bottom: 50%;
}

.square-100 {
    width: 100%;
    padding-bottom: 100%;
}

.square {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.grid {
    display: block;
    padding: 0;
    margin: 0 -6px 12px;
    text-align: left;
    font-size: 0;
}

.grid-cell {
    display: inline-block;
    margin: 0;
    padding: 0 6px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
}

.grid-25 {
    width: 25%;
}

.grid-33 {
    width: 33.333333%;
}

.grid-50 {
    width: 50%;
}

.grid-100 {
    width: 100%;
}

.about-us-success-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

    .about-us-success-wrapper .about-us-success {
        display: block;
        width: 100%;
        position: relative;
    }

        .about-us-success-wrapper .about-us-success .about-us-success-block {
            margin: 25px 0;
            padding: 0 15px;
            text-align: center;
        }

            .about-us-success-wrapper .about-us-success .about-us-success-block .about-us-success-item {
                font-weight: bold;
                color: #ffa300;
                font-size: 35px;
                margin-bottom: 15px;
            }

.tab-review-service {
    display: block;
    width: 100%;
    position: relative;
}

    .tab-review-service h2, .tab-review-service h1, .tab-review-service-title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .tab-review-service h3, .tab-review-service-description {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .tab-review-service ul {
        display: block;
        width: 100%;
        counter-reset: section;
    }

        .tab-review-service ul li {
            display: block;
            width: 100%;
            margin-bottom: 25px;
            padding-left: 40px;
            position: relative;
        }

            .tab-review-service ul li:after {
                counter-increment: section;
                content: counter(section);
                position: absolute;
                left: 0;
                top: 0;
                font-size: 30px;
                color: #ffa300;
                text-transform: uppercase;
                line-height: 30px;
                font-weight: bold;
            }

            .tab-review-service ul li h4 {
                font-size: 16px;
                font-weight: 700;
            }

.vtChoose-tab {
    display: block;
    width: 100%;
    position: relative;
}

    .vtChoose-tab .card {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    }

        .vtChoose-tab .card .card-header {
            background-color: white;
            border-bottom: 0;
        }

            .vtChoose-tab .card .card-header .btn-link {
                color: #f78f24;
                font-weight: 700;
                font-size: 32px;
                text-decoration: none;
                position: relative;
                padding-left: 25px;
            }

                .vtChoose-tab .card .card-header .btn-link:after {
                    font-family: "VTIcons";
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-style: normal;
                    font-variant: normal;
                    font-weight: normal;
                    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
                    text-decoration: none;
                    text-transform: none;
                    content: "\E013";
                    color: #0DABA0;
                    position: absolute;
                    left: -15px;
                    top: 50%;
                    font-size: 25px;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

                .vtChoose-tab .card .card-header .btn-link.collapsed {
                    color: #222222;
                    font-weight: 500;
                    text-align: left;
                }

                    .vtChoose-tab .card .card-header .btn-link.collapsed:after {
                        content: "\E015";
                    }

        .vtChoose-tab .card .card-body {
            padding-top: 0;
        }

        .vtChoose-tab .card .accordion-list {
            display: block;
            width: 100%;
            position: relative;
        }

            .vtChoose-tab .card .accordion-list li {
                display: block;
                margin-bottom: 15px;
            }

                .vtChoose-tab .card .accordion-list li a {
                    position: relative;
                    padding-left: 25px;
                    font-size: 16px;
                    font-weight: 300;
                    color: #222222;
                    transition: all 0.25s;
                }

@media (prefers-reduced-motion: reduce) {
    .vtChoose-tab .card .accordion-list li a {
        transition: none;
    }
}

.vtChoose-tab .card .accordion-list li a img {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 10px;
    width: 15px;
}

.vtChoose-tab .card .accordion-list li a:hover {
    color: #0DABA0;
}

.vtChoose-tab .card .vtChoose-block {
    padding: 30px;
}

@media (max-width: 767.98px) {
    .vtChoose-tab .card .vtChoose-block {
        padding: 0;
    }
}

.vtChoose-tab .card .vtChoose-block .vtChoose-tab-content {
    display: block;
    text-align: center;
    padding: 15px 0;
}

    .vtChoose-tab .card .vtChoose-block .vtChoose-tab-content img {
        margin: 0 auto 30px;
    }

.vtChoose-tab .card .vtChoose-block .slick-prev, .vtChoose-tab .card .vtChoose-block .slick-next {
    z-index: 1;
}

    .vtChoose-tab .card .vtChoose-block .slick-prev.slick-disabled, .vtChoose-tab .card .vtChoose-block .slick-next.slick-disabled {
        opacity: 0;
    }

    .vtChoose-tab .card .vtChoose-block .slick-prev i, .vtChoose-tab .card .vtChoose-block .slick-next i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px;
        color: #A8ACB3;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .vtChoose-tab .card .vtChoose-block .slick-prev i, .vtChoose-tab .card .vtChoose-block .slick-next i {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .vtChoose-tab .card .vtChoose-block .slick-prev i, .vtChoose-tab .card .vtChoose-block .slick-next i {
        font-size: 35px;
    }
}

.vtChoose-tab .card .vtChoose-block .slick-prev:hover i, .vtChoose-tab .card .vtChoose-block .slick-next:hover i {
    color: #7F8287;
}

.vtChoose-tab .card .vtChoose-block .slick-prev.slick-disabled, .vtChoose-tab .card .vtChoose-block .slick-next.slick-disabled {
    cursor: default;
}

    .vtChoose-tab .card .vtChoose-block .slick-prev.slick-disabled:hover i, .vtChoose-tab .card .vtChoose-block .slick-next.slick-disabled:hover i {
        color: #A8ACB3;
    }

.vtChoose-tab .card .vtChoose-block .slick-prev {
    left: 0;
}

@media (max-width: 767.98px) {
    .vtChoose-tab .card .vtChoose-block .slick-prev {
        left: -15px;
    }
}

.vtChoose-tab .card .vtChoose-block .slick-next {
    right: 0;
}

.vtChoose-tab .card .collapse.show {
    border-top: 0;
}

.vt-feature-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

    .vt-feature-wrapper:after {
        content: '';
        position: absolute;
        left: 50%;
        height: 8px;
        top: 35px;
        background-color: #e9e9e9;
        width: calc(100% - 70px) !important;
        border-radius: 4px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .vt-feature-wrapper .vt-feature {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }

        .vt-feature-wrapper .vt-feature .slick-prev, .vt-feature-wrapper .vt-feature .slick-next {
            top: 40px;
        }

            .vt-feature-wrapper .vt-feature .slick-prev.slick-disabled, .vt-feature-wrapper .vt-feature .slick-next.slick-disabled {
                opacity: 0;
            }

            .vt-feature-wrapper .vt-feature .slick-prev i, .vt-feature-wrapper .vt-feature .slick-next i {
                position: absolute;
                top: 50%;
                font-size: 25px;
                color: #222222;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .vt-feature-wrapper .vt-feature .slick-prev.slick-disabled i, .vt-feature-wrapper .vt-feature .slick-next.slick-disabled i {
                color: #d5d5d5;
            }

        .vt-feature-wrapper .vt-feature .slick-prev {
            left: 0;
            z-index: 1;
        }

            .vt-feature-wrapper .vt-feature .slick-prev i {
                left: 0;
            }

        .vt-feature-wrapper .vt-feature .slick-next {
            right: 0;
        }

            .vt-feature-wrapper .vt-feature .slick-next i {
                right: 0;
            }

        .vt-feature-wrapper .vt-feature .item {
            display: block;
            width: 100%;
            position: relative;
            padding: 0 10px 25px;
        }

            .vt-feature-wrapper .vt-feature .item .item-title {
                text-align: center;
                font-size: 25px;
                color: #222222;
                font-weight: bold;
                margin-bottom: 80px;
            }

                .vt-feature-wrapper .vt-feature .item .item-title:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    width: 8px;
                    height: 8px;
                    top: 35px;
                    background-color: #f78f24;
                    z-index: 1;
                    border-radius: 50%;
                }

            .vt-feature-wrapper .vt-feature .item .item-content {
                display: block;
                width: 100%;
                position: relative;
            }

                .vt-feature-wrapper .vt-feature .item .item-content .item-image {
                    display: block;
                    width: 100%;
                    height: 150px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                }

                .vt-feature-wrapper .vt-feature .item .item-content .item-detail {
                    position: relative;
                    display: block;
                    width: 100%;
                    padding: 30px 15px 30px;
                    background-color: #e9e9e9;
                    color: #353638;
                    min-height: 285px;
                }

                    .vt-feature-wrapper .vt-feature .item .item-content .item-detail .hidden-text {
                        width: 100%;
                        margin: 0 auto;
                        overflow: hidden;
                    }

                    .vt-feature-wrapper .vt-feature .item .item-content .item-detail .read-more {
                        background-color: transparent;
                        position: absolute;
                        left: 15px;
                        color: #222222;
                        bottom: 30px;
                        border: 0;
                        font-weight: bold;
                        outline: none;
                        transition: all 0.25s;
                    }

@media (prefers-reduced-motion: reduce) {
    .vt-feature-wrapper .vt-feature .item .item-content .item-detail .read-more {
        transition: none;
    }
}

.vt-feature-wrapper .vt-feature .item .item-content .item-detail .read-more:hover {
    color: #0DABA0;
}

.search-section {
    display: block;
    width: 100%;
    position: relative;
}

.search-section-form {
    display: block;
    width: 100%;
    padding: 15px 0;
}

    .search-section-form .input-group input {
        height: 60px;
    }

    .search-section-form .input-group .input-group-text {
        color: white;
        font-size: 14px;
        padding: 15px 35px;
        background-color: #ffa300;
        text-transform: uppercase;
    }

@media (max-width: 767.98px) {
    .search-section-form .input-group .input-group-text {
        padding: 15px;
    }
}

.search-result-section {
    width: 100%;
    position: relative;
    background-color: white;
    padding-bottom: 50px;
}

    .search-result-section .search-support-result {
        display: block;
        width: 100%;
        position: relative;
        min-height: 80vh;
    }

    .search-result-section .tab-switcher {
        border-bottom: 0;
    }

    .search-result-section .nav-tabs.search-result-tabs {
        border-bottom: none;
        text-align: left;
        font-size: 0;
    }

        .search-result-section .nav-tabs.search-result-tabs li {
            display: inline-block;
            padding: 0 30px;
        }

@media (min-width: 576px) {
    .search-result-section .nav-tabs.search-result-tabs li {
        padding: 0 5px;
    }
}

.search-result-section .nav-tabs.search-result-tabs li a {
    font-weight: 600;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    border: none;
    padding: 1rem 0.5rem;
}

@media (min-width: 576px) {
    .search-result-section .nav-tabs.search-result-tabs li a {
        color: #353638;
        font-size: 13px;
    }
}

.search-result-section .nav-tabs.search-result-tabs li a:hover, .search-result-section .nav-tabs.search-result-tabs li a.active {
    background-color: transparent;
    border: none;
}

@media (min-width: 576px) {
    .search-result-section .nav-tabs.search-result-tabs li a:hover, .search-result-section .nav-tabs.search-result-tabs li a.active {
        color: #353638;
    }
}

.search-result-section .nav-tabs.search-result-tabs li a:hover:after, .search-result-section .nav-tabs.search-result-tabs li a.active:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #0DABA0;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media (max-width: 767.98px) {
    .search-result-section .nav-tabs.search-result-tabs li {
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    .search-result-section .nav-tabs.search-result-tabs li {
        width: 100%;
        padding: 0;
        background: #fff;
    }

        .search-result-section .nav-tabs.search-result-tabs li a {
            text-align: left;
            padding-left: 25px;
            padding-top: 10px;
            padding-bottom: 10px;
            position: relative;
        }

            .search-result-section .nav-tabs.search-result-tabs li a:hover:after, .search-result-section .nav-tabs.search-result-tabs li a.active:after {
                content: '';
                width: 3px;
                height: 100%;
                background: #0DABA0;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
            }
}

@media (min-width: 576px) {
    .search-result-section .nav-tabs.search-result-tabs {
        display: inherit;
    }
}

.search-result-section .tab-content {
    margin-top: 2px;
    padding-bottom: 50px;
    border-top: 1px solid #ebebec;
    border-radius: 0;
}

    .search-result-section .tab-content .item-search {
        width: 100%;
        padding: 25px 0;
    }

        .search-result-section .tab-content .item-search h2, .search-result-section .tab-content .item-search h1, .search-result-section .tab-content .item-search-title {
            display: block;
            width: 100%;
            font-size: 22px;
            font-weight: 500;
        }

        .search-result-section .tab-content .item-search p, .search-result-section .tab-content .item-search-description {
            margin: 0;
            padding: 0;
        }

        .search-result-section .tab-content .item-search span {
            color: #9b9b9b;
        }

        .search-result-section .tab-content .item-search ul {
            padding-left: 15px;
        }

    .search-result-section .tab-content .tab-pane {
        display: none;
        min-height: 80vh;
    }

    .search-result-section .tab-content .active {
        display: block;
    }

.search-result-section .automation-notify-pages-nav .pagination {
    box-shadow: none;
}

.search-result-section .search-promotion {
    padding: 35px 0;
    display: block;
    width: 100%;
}

    .search-result-section .search-promotion img {
        max-width: 100%;
    }

.agency-title {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    color: #222222;
    margin-bottom: 35px;
}

.price-list-title {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    color: #222222;
}

.agency-detail {
    display: block;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    font-size: 16px;
    color: #222222;
    margin: 0;
}

.agency-policy {
    display: block;
    background-color: #0DABA0;
    width: 100%;
    padding: 50px 0;
}

    .agency-policy .agency-policy-title {
        width: 100%;
        font-size: 36px;
        text-align: center;
        color: white;
        margin-bottom: 35px;
    }

    .agency-policy .agency-policy-item-title {
        width: 100%;
        height: 57px;
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        color: white;
        margin-bottom: 20px;
    }

    .agency-policy .agency-policy-item-description {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: white;
    }

.agency-list {
    display: block;
    background-color: white;
    width: 100%;
    padding: 25px 0 50px;
}

    .agency-list .agency-list-title {
        width: 100%;
        font-size: 42px;
        margin-bottom: 55px;
        font-weight: 300;
        color: #222222;
        text-align: center;
    }

    .agency-list .agency-list-item {
        display: block;
        position: relative;
        width: 100%;
        height: 190px;
        padding: 25px 15px;
        margin-bottom: 25px;
        vertical-align: middle;
        border: 1px solid #979797;
        overflow: hidden;
        border-bottom-right-radius: 15px;
    }

        .agency-list .agency-list-item img {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: 0 auto;
            max-width: 350px;
            max-height: 190px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .agency-list .agency-list-item .agency-list-info {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: 0;
            padding: 25px 20px;
            background-color: transparent;
            opacity: 0;
            transition: all 0.5s;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-bottom-right-radius: 15px;
        }

@media (prefers-reduced-motion: reduce) {
    .agency-list .agency-list-item .agency-list-info {
        transition: none;
    }
}

.agency-list .agency-list-item .agency-list-info-title {
    color: transparent;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .agency-list .agency-list-item .agency-list-info-title {
        transition: none;
    }
}

.agency-list .agency-list-item .agency-list-info-description {
    font-size: 14px;
    color: transparent;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .agency-list .agency-list-item .agency-list-info-description {
        transition: none;
    }
}

.agency-list .agency-list-item .agency-list-info a {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: transparent;
    bottom: 10px;
    right: 15px;
    transition: all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    .agency-list .agency-list-item .agency-list-info a {
        transition: none;
    }
}

.agency-list .agency-list-item:hover .agency-list-info {
    height: 100%;
    width: 100%;
    background-color: #0DABA0;
    opacity: 1;
}

    .agency-list .agency-list-item:hover .agency-list-info a, .agency-list .agency-list-item:hover .agency-list-info h3, .agency-list .agency-list-item:hover .agency-list-info p {
        color: white;
    }

.agency-list .agency-list-load-more {
    margin-top: 35px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    min-width: 200px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #3f3f3f;
    border: solid 1px #3f3f3f;
    border-radius: 4px;
}

    .agency-list .agency-list-load-more:hover {
        background-color: #ffa300;
        border: solid 1px #ffa300;
        color: white;
    }

.partner-dialog .form-description, .recruitment-form .form-description, .qr-code-form .form-description {
    display: block;
    width: 100%;
    padding: 15px;
    color: white;
    background-color: #79818a;
}

.partner-dialog .close, .recruitment-form .close, .qr-code-form .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.partner-dialog p, .recruitment-form p, .qr-code-form p {
    font-weight: 500;
}

    .partner-dialog p .blue, .recruitment-form p .blue, .qr-code-form p .blue {
        color: #0DABA0;
    }

.partner-dialog h2, .partner-dialog h1, .partner-dialog-title, .recruitment-form h2, .recruitment-form h1, .recruitment-form-title, .qr-code-form h2, .qr-code-form h1, .qr-code-form-title {
    font-size: 36px;
    text-align: center;
    color: #222222;
    margin-bottom: 35px;
}

    .partner-dialog h2.title-small, .partner-dialog h1.title-small, .partner-dialog-title.title-small, .recruitment-form h2.title-small, .recruitment-form h1.title-small, .recruitment-form-title.title-small, .qr-code-form h2.title-small, .qr-code-form h1.title-small, .qr-code-form-title.title-small {
        font-size: 22px;
        text-align: left;
    }

    .partner-dialog h2 .red, .partner-dialog h1 .red, .partner-dialog-title .red, .recruitment-form h2 .red, .recruitment-form h1 .red, .recruitment-form-title .red, .qr-code-form h2 .red, .qr-code-form h1 .red, .qr-code-form-title .red {
        color: #e44b4b;
    }

.partner-dialog h3, .partner-dialog-description, .recruitment-form h3, .recruitment-form-description, .qr-code-form h3, .qr-code-form-description {
    font-size: 16px;
    color: #353638;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.partner-dialog-sub-title, .recruitment-form-sub-title, .qr-code-form-sub-title {
    font-size: 16px;
    color: #353638;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
}

.partner-dialog .modal-content, .recruitment-form .modal-content, .qr-code-form .modal-content {
    padding: 15px 25px;
}

.partner-dialog .form-group, .recruitment-form .form-group, .qr-code-form .form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

    .partner-dialog .form-group .form-control, .recruitment-form .form-group .form-control, .qr-code-form .form-group .form-control {
        min-height: 50px;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        color: rgba(53, 54, 56, 0.8);
        padding-left: 18px;
        padding-right: 18px;
        background-image: none;
    }

        .partner-dialog .form-group .form-control.has-link, .recruitment-form .form-group .form-control.has-link, .qr-code-form .form-group .form-control.has-link {
            padding-right: 70px;
        }

        .partner-dialog .form-group .form-control:not(:invalid), .recruitment-form .form-group .form-control:not(:invalid), .qr-code-form .form-group .form-control:not(:invalid) {
            border-color: #b5b5b5;
        }

    .partner-dialog .form-group .bootstrap-select, .recruitment-form .form-group .bootstrap-select, .qr-code-form .form-group .bootstrap-select {
        width: 100% !important;
    }

        .partner-dialog .form-group .bootstrap-select .btn, .recruitment-form .form-group .bootstrap-select .btn, .qr-code-form .form-group .bootstrap-select .btn {
            min-height: 50px;
        }

.partner-dialog .verification-code, .recruitment-form .verification-code, .qr-code-form .verification-code {
    line-height: 50px;
}

.partner-dialog .input-file, .recruitment-form .input-file, .qr-code-form .input-file {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .partner-dialog .input-file .file-input, .recruitment-form .input-file .file-input, .qr-code-form .input-file .file-input {
        display: none;
    }

    .partner-dialog .input-file .file-label, .recruitment-form .input-file .file-label, .qr-code-form .input-file .file-label {
        position: relative;
        cursor: pointer;
        min-width: 160px;
        padding: 15px 25px 15px 45px;
        margin: 30px 0 0;
        display: inline-block;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: 0;
        background-color: #ffa300;
        border-radius: 4px;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .partner-dialog .input-file .file-label, .recruitment-form .input-file .file-label, .qr-code-form .input-file .file-label {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .partner-dialog .input-file .file-label, .recruitment-form .input-file .file-label, .qr-code-form .input-file .file-label {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .partner-dialog .input-file .file-label, .recruitment-form .input-file .file-label, .qr-code-form .input-file .file-label {
        display: block;
    }
}

.partner-dialog .input-file .file-label:hover, .recruitment-form .input-file .file-label:hover, .qr-code-form .input-file .file-label:hover {
    color: white;
    background-color: #e69300;
}

.partner-dialog .input-file .file-label.no-margin, .recruitment-form .input-file .file-label.no-margin, .qr-code-form .input-file .file-label.no-margin {
    margin: 0;
}

.partner-dialog .input-file .file-label.blue, .recruitment-form .input-file .file-label.blue, .qr-code-form .input-file .file-label.blue {
    background-color: #0DABA0;
}

    .partner-dialog .input-file .file-label.blue:hover, .recruitment-form .input-file .file-label.blue:hover, .qr-code-form .input-file .file-label.blue:hover {
        background-color: #0b938a;
    }

.partner-dialog .input-file .file-label .vt-icon, .recruitment-form .input-file .file-label .vt-icon, .qr-code-form .input-file .file-label .vt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.partner-dialog .file-list, .recruitment-form .file-list, .qr-code-form .file-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .partner-dialog .file-list .file-item, .recruitment-form .file-list .file-item, .qr-code-form .file-list .file-item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

        .partner-dialog .file-list .file-item .image-name, .recruitment-form .file-list .file-item .image-name, .qr-code-form .file-list .file-item .image-name {
            position: relative;
            margin: 0;
            padding-left: 30px;
            font-weight: 500;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .partner-dialog .file-list .file-item .image-name .vt-icon, .recruitment-form .file-list .file-item .image-name .vt-icon, .qr-code-form .file-list .file-item .image-name .vt-icon {
                position: absolute;
                left: 5px;
                top: 50%;
                color: #0DABA0;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .partner-dialog .file-list .file-item .image-name .image-cancel, .recruitment-form .file-list .file-item .image-name .image-cancel, .qr-code-form .file-list .file-item .image-name .image-cancel {
                position: absolute;
                right: 0;
                top: 0;
                color: #353638;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .partner-dialog .file-list .file-item .image-name .image-cancel, .recruitment-form .file-list .file-item .image-name .image-cancel, .qr-code-form .file-list .file-item .image-name .image-cancel {
        transition: none;
    }
}

.partner-dialog .file-list .file-item .image-name .image-cancel .vt-icon, .recruitment-form .file-list .file-item .image-name .image-cancel .vt-icon, .qr-code-form .file-list .file-item .image-name .image-cancel .vt-icon {
    position: relative;
    left: 0;
    top: 0;
    color: #353638;
}

.partner-dialog .file-list .file-item .image-name .image-cancel:hover, .recruitment-form .file-list .file-item .image-name .image-cancel:hover, .qr-code-form .file-list .file-item .image-name .image-cancel:hover {
    color: #797c80;
}

.partner-dialog .file-list .file-item .image-process, .recruitment-form .file-list .file-item .image-process, .qr-code-form .file-list .file-item .image-process {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
}

    .partner-dialog .file-list .file-item .image-process .image-process-setting, .recruitment-form .file-list .file-item .image-process .image-process-setting, .qr-code-form .file-list .file-item .image-process .image-process-setting {
        display: block;
        width: 100%;
        position: relative;
    }

        .partner-dialog .file-list .file-item .image-process .image-process-setting:before, .recruitment-form .file-list .file-item .image-process .image-process-setting:before, .qr-code-form .file-list .file-item .image-process .image-process-setting:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #e9e9e9;
            height: 3px;
            width: 100%;
        }

        .partner-dialog .file-list .file-item .image-process .image-process-setting span, .recruitment-form .file-list .file-item .image-process .image-process-setting span, .qr-code-form .file-list .file-item .image-process .image-process-setting span {
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #0DABA0;
            height: 3px;
        }

    .partner-dialog .file-list .file-item .image-process .image-cancel, .recruitment-form .file-list .file-item .image-process .image-cancel, .qr-code-form .file-list .file-item .image-process .image-cancel {
        position: absolute;
        right: 0;
        top: 0;
        color: #353638;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .partner-dialog .file-list .file-item .image-process .image-cancel, .recruitment-form .file-list .file-item .image-process .image-cancel, .qr-code-form .file-list .file-item .image-process .image-cancel {
        transition: none;
    }
}

.partner-dialog .file-list .file-item .image-process .image-cancel:hover, .recruitment-form .file-list .file-item .image-process .image-cancel:hover, .qr-code-form .file-list .file-item .image-process .image-cancel:hover {
    color: #797c80;
}

.partner-dialog .btn-request, .recruitment-form .btn-request, .qr-code-form .btn-request {
    text-transform: uppercase;
}

.partner-dialog .custom-checkbox, .recruitment-form .custom-checkbox, .qr-code-form .custom-checkbox {
    margin-bottom: 25px !important;
}

.qr-code-form h2, .qr-code-form h1, .qr-code-form-title {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #222222;
    margin-bottom: 35px;
}

.recruitment-modal .modal-content {
    border-radius: 0 0 0.3rem 0.3rem;
}

.recruitment-list {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

    .recruitment-list .recruitment-item {
        display: block;
        width: 100%;
        position: relative;
        padding-top: 25px;
        border-top: 1px solid #979797;
    }

        .recruitment-list .recruitment-item:last-child {
            border-bottom: 1px solid #979797;
        }

        .recruitment-list .recruitment-item .recruitment-item-brand {
            color: #9b9b9b;
            padding-bottom: 25px;
        }

        .recruitment-list .recruitment-item p {
            margin: 0;
            padding-bottom: 25px;
        }

        .recruitment-list .recruitment-item .social-group {
            display: block;
            width: 100%;
            position: relative;
            padding-bottom: 25px;
        }

        .recruitment-list .recruitment-item .social-link {
            display: inline-block;
            position: relative;
            width: 35px;
            height: 35px;
            text-decoration: none !important;
            border: 1px solid #A5A5A5;
            border-radius: 50%;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .recruitment-list .recruitment-item .social-link {
        transition: none;
    }
}

.recruitment-list .recruitment-item .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #A5A5A5;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .recruitment-list .recruitment-item .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.recruitment-list .recruitment-item .social-link.facebook:hover {
    border: 1px solid #297EC9;
    background-color: #297EC9;
}

    .recruitment-list .recruitment-item .social-link.facebook:hover i {
        color: white;
    }

.recruitment-list .recruitment-item .social-link.twitter:hover {
    border: 1px solid #0DABA0;
    background-color: #0DABA0;
}

    .recruitment-list .recruitment-item .social-link.twitter:hover i {
        color: white;
    }

.recruitment-list .recruitment-item .social-link.envelope:hover {
    border: 1px solid #F68E24;
    background-color: #F68E24;
}

    .recruitment-list .recruitment-item .social-link.envelope:hover i {
        color: white;
    }

.map-section {
    display: block;
    width: 100%;
    position: relative;
}

    .map-section .map-section-title {
        font-size: 52px;
        font-weight: 300;
        margin-bottom: 40px;
        text-align: center;
    }

    .map-section .map-item {
        display: block;
        width: 100%;
        padding: 25px 20px;
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        min-height: 300px;
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
    }

        .map-section .map-item h2, .map-section .map-item h1, .map-section .map-item-title {
            font-size: 24px;
            font-weight: 600;
        }

    .map-section .map-display {
        margin-top: -185px;
    }

@media (max-width: 767.98px) {
    .map-section .map-display {
        margin-top: 25px;
    }
}

.support-section {
    display: block;
    width: 100%;
    min-height: 80vh;
    position: relative;
}

    .support-section .support-tab {
        display: block;
        width: 100%;
        padding: 25px 0;
        background-color: #efefef;
    }

@media (max-width: 991.98px) {
    .support-section .support-tab {
        padding: 15px 0 0;
        margin-bottom: 35px;
    }
}

.support-section .support-tab .support-tab-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    padding: 0 15px;
}

.support-section .support-tab .tab-service-list {
    width: 100%;
    text-align: left;
    padding: 0 15px;
    position: relative;
}

@media (max-width: 991.98px) {
    .support-section .support-tab .tab-service-list {
        position: absolute;
        text-align: center;
        z-index: 1;
        background-color: #efefef;
        width: calc(100% - 30px) !important;
    }
}

.support-section .support-tab .tab-service-list li {
    display: block;
    position: relative;
}

@media (max-width: 991.98px) {
    .support-section .support-tab .tab-service-list li {
        display: block;
        width: 100%;
        background-color: transparent;
    }
}

.support-section .support-tab .tab-service-list li a {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-transform: none;
    padding: 4px 0;
}

    .support-section .support-tab .tab-service-list li a.active {
        color: #0DABA0;
    }

    .support-section .support-tab .tab-service-list li a:after {
        left: -15px;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #ffa300;
    }

.support-section .support-tab .tab-service-list .more i {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-transform: none;
}

.support-section .support-tab .toggle-menu-expand {
    position: absolute;
    cursor: pointer;
    display: block;
    left: 50%;
    bottom: 0;
    width: 100%;
    color: #3f3f3f;
}

.support-section .support-detail {
    display: block;
    width: 100%;
    position: relative;
}

    .support-section .support-detail .support-detail-title {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }

    .support-section .support-detail .accordion {
        background-color: white;
        margin-top: 25px;
    }

        .support-section .support-detail .accordion .card-header {
            background-color: white;
            border-bottom-color: #e9e9e9;
            padding: 0;
        }

            .support-section .support-detail .accordion .card-header h2, .support-section .support-detail .accordion .card-header h1, .support-section .support-detail .accordion .card-header-title {
                position: relative;
                font-size: 16px;
                font-weight: 500;
                color: #222222;
                line-height: 20px;
                text-decoration: none;
                padding: 0;
            }

                .support-section .support-detail .accordion .card-header h2 button, .support-section .support-detail .accordion .card-header h2 a, .support-section .support-detail .accordion .card-header h1 button, .support-section .support-detail .accordion .card-header h1 a, .support-section .support-detail .accordion .card-header-title button, .support-section .support-detail .accordion .card-header-title a {
                    display: block;
                    color: #222222;
                    line-height: 20px;
                    width: 100%;
                    padding: 0.75rem 45px 0.75rem 1.25rem;
                    transition: all 0.25s;
                }

@media (prefers-reduced-motion: reduce) {
    .support-section .support-detail .accordion .card-header h2 button, .support-section .support-detail .accordion .card-header h2 a, .support-section .support-detail .accordion .card-header h1 button, .support-section .support-detail .accordion .card-header h1 a, .support-section .support-detail .accordion .card-header-title button, .support-section .support-detail .accordion .card-header-title a {
        transition: none;
    }
}

.support-section .support-detail .accordion .card-header h2 button:hover, .support-section .support-detail .accordion .card-header h2 a:hover, .support-section .support-detail .accordion .card-header h1 button:hover, .support-section .support-detail .accordion .card-header h1 a:hover, .support-section .support-detail .accordion .card-header-title button:hover, .support-section .support-detail .accordion .card-header-title a:hover {
    color: #0DABA0;
}

.support-section .support-detail .accordion .card-header button {
    text-align: left;
}

.support-section .support-detail .accordion .card-header .btn-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

    .support-section .support-detail .accordion .card-header .btn-link:after {
        font-family: "VTIcons", serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
        text-decoration: none;
        text-transform: none;
        content: "\E013";
        color: #222222;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px;
    }

    .support-section .support-detail .accordion .card-header .btn-link.collapsed {
        color: #222222;
        font-weight: 500;
        text-align: left;
    }

        .support-section .support-detail .accordion .card-header .btn-link.collapsed:after {
            content: "\E015";
        }

.support-section .support-detail .accordion .card-body ul {
    padding-left: 25px;
}

    .support-section .support-detail .accordion .card-body ul li {
        margin-bottom: 10px;
    }

        .support-section .support-detail .accordion .card-body ul li:last-child {
            margin-bottom: 0;
        }

        .support-section .support-detail .accordion .card-body ul li a {
            font-size: 16px;
            font-weight: 500;
            color: #0DABA0;
        }

            .support-section .support-detail .accordion .card-body ul li a:hover {
                text-decoration: underline;
            }

.support-search-detail {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

    .support-search-detail .support-search-title {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }

    .support-search-detail .support-search {
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid #979797;
    }

        .support-search-detail .support-search:last-child {
            border-bottom: 0;
        }

    .support-search-detail .support-search-title {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        position: relative;
    }

        .support-search-detail .support-search-title i {
            position: absolute;
            left: -25px;
            top: 0;
        }

    .support-search-detail .support-search-description {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

.support-detail-wrapper {
    display: block;
    width: 100%;
    position: relative;
    margin: 40px 0 0;
    border: solid 1px #dcdcdc;
}

    .support-detail-wrapper .social-links-detail {
        display: block;
        width: 100%;
        position: absolute !important;
        text-align: right;
        left: 0;
        top: 0;
    }

        .support-detail-wrapper .social-links-detail .social-link {
            display: block;
            position: relative;
            margin-right: 6px;
            margin-top: 10px;
            width: 35px;
            height: 35px;
            text-decoration: none !important;
            border: 1px solid #A5A5A5;
            border-radius: 50%;
            transition: all 0.5s;
        }

@media (prefers-reduced-motion: reduce) {
    .support-detail-wrapper .social-links-detail .social-link {
        transition: none;
    }
}

.support-detail-wrapper .social-links-detail .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #A5A5A5;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .support-detail-wrapper .social-links-detail .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.support-detail-wrapper .social-links-detail .social-link:hover {
    border: 1px solid #0DABA0;
}

    .support-detail-wrapper .social-links-detail .social-link:hover i {
        color: #0DABA0;
    }

.support-detail-wrapper .support-send-contact {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px;
    border-top: solid 1px #dcdcdc;
}

    .support-detail-wrapper .support-send-contact h4, .support-detail-wrapper .support-send-contact-title {
        font-size: 18px;
        font-weight: bold;
        color: #222222;
        margin: 0;
        padding: 0;
    }

@media (max-width: 767.98px) {
    .support-detail-wrapper .support-send-contact h4, .support-detail-wrapper .support-send-contact-title {
        margin-bottom: 15px;
    }
}

.support-detail-wrapper .support-send-contact .btn-viettel {
    padding: 8px 35px;
}

@media (max-width: 991.98px) {
    .support-detail-wrapper .support-send-contact .btn-viettel {
        padding: 8px 25px;
    }
}

.support-detail-wrapper .support-send-contact .btn-viettel.orange:hover {
    color: white;
    border: 2px solid #b37200;
    background-color: #b37200;
}

.support-detail-wrapper .news-detail-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px;
    margin-bottom: 35px;
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-head {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        border-bottom: solid 1px #dcdcdc;
        margin-bottom: 20px;
    }

    .support-detail-wrapper .news-detail-wrapper .news-detail-head-title {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0.8;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 36px;
        color: #222222;
        margin-bottom: 15px;
    }

    .support-detail-wrapper .news-detail-wrapper .news-detail-head-description {
        display: block;
        width: 100%;
        position: relative;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 13px;
        color: #737373;
    }

        .support-detail-wrapper .news-detail-wrapper .news-detail-head-description a {
            font-family: "Sarabun","Roboto", sans-serif;
            font-size: 13px;
            color: #737373;
        }

    .support-detail-wrapper .news-detail-wrapper .news-detail-body {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 65px;
    }

@media (max-width: 575.98px) {
    .support-detail-wrapper .news-detail-wrapper .news-detail-body {
        padding-left: 0;
    }
}

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-content {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100px;
    margin-bottom: 15px;
    word-break: break-word;
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-content img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-content-description {
    opacity: 0.8;
    font-family: "Sarabun","Roboto", sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    text-align: right;
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link {
        display: inline-block;
        position: relative;
        margin-right: 6px;
        width: 35px;
        height: 35px;
        text-decoration: none !important;
        border: 1px solid #A5A5A5;
        border-radius: 50%;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link {
        transition: none;
    }
}

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link i {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #A5A5A5;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link i.icon-envelope-regular {
        font-size: 16px;
    }

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link:hover {
    border: 1px solid #0DABA0;
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-share-social .social-link:hover i {
        color: #0DABA0;
    }

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-keyword {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: solid 1px #dcdcdc;
    font-size: 10px;
    font-family: "Sarabun","Roboto", sans-serif;
}

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-keyword .news-keyword-name {
        display: inline-block;
        margin-right: 15px;
    }

    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-keyword .key-item {
        display: inline-block;
        padding: 4px 15px;
        background-color: #a5a5a5;
        color: white;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        transition: all 0.5s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .support-detail-wrapper .news-detail-wrapper .news-detail-body .news-keyword .key-item {
        transition: none;
    }
}

.support-detail-wrapper .news-detail-wrapper .news-detail-body .news-keyword .key-item:hover {
    background-color: #0DABA0;
}

.hot-support {
    display: block;
    width: 100%;
    position: relative;
    margin: 40px 0 0;
}

    .hot-support .hot-news-title {
        display: block;
        width: 100%;
        text-align: left;
        opacity: 0.8;
        font-size: 22px;
        color: #222222;
        margin-bottom: 15px;
        font-family: "Sarabun","Roboto", sans-serif;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
    }

    .hot-support .hot-news-item {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 15px;
    }

        .hot-support .hot-news-item .news-content {
            display: block;
            width: 100%;
            position: relative;
            padding-left: 25px;
            word-break: break-word;
        }

        .hot-support .hot-news-item .news-content-title {
            display: block;
            width: 100%;
            position: relative;
            margin-top: 10px;
            line-height: 18px;
        }

            .hot-support .hot-news-item .news-content-title a {
                opacity: 0.8;
                font-size: 16px;
                color: #222222;
                font-family: "Sarabun","Roboto", sans-serif;
            }

                .hot-support .hot-news-item .news-content-title a:hover {
                    color: #0DABA0;
                    opacity: 1;
                }

            .hot-support .hot-news-item .news-content-title .vt-icon {
                position: absolute;
                left: -25px;
                top: 5px;
                width: 15px;
                color: #0DABA0;
            }

        .hot-support .hot-news-item .news-content-description {
            font-size: 16px;
            font-family: "Sarabun","Roboto", sans-serif;
            margin-top: 15px;
        }

        .hot-support .hot-news-item .news-content span {
            display: block;
            font-size: 13px;
            color: #737373;
        }

    .hot-support .promotion-news {
        display: block;
        width: 100%;
        position: relative;
    }

        .hot-support .promotion-news .promotion-item {
            margin-bottom: 15px;
            display: block;
            width: 100%;
            position: relative;
        }

            .hot-support .promotion-news .promotion-item img {
                display: block;
                width: 100%;
                max-width: 100%;
            }

.support-cloud-detail {
    display: block;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

    .support-cloud-detail h2, .support-cloud-detail h1, .support-cloud-detail-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #353638;
    }

    .support-cloud-detail p.red, .support-cloud-detail-description.red {
        color: #e44b4b !important;
    }

.price-service {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
}

    .price-service .price-service-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
        padding-left: 20px;
    }

        .price-service .price-service-title img {
            position: absolute;
            width: 20px;
            left: 0;
            top: 0;
        }

    .price-service .price-service-list {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 20px;
        margin-bottom: 40px;
    }

        .price-service .price-service-list li {
            display: block;
            margin-bottom: 10px;
        }

            .price-service .price-service-list li a {
                font-size: 18px;
                line-height: 20px;
                font-weight: normal;
                color: #3f3f3f;
                transition: all, 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .price-service .price-service-list li a {
        transition: none;
    }
}

.price-service .price-service-list li a:hover {
    text-decoration: underline;
}

.request-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: white;
    margin-bottom: 35px;
}

.request-detail {
    display: block;
    opacity: 0.8;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.request-form .modal-content {
    padding: 15px 25px;
}

.request-form .form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

    .request-form .form-group .form-label, .request-form .form-group label {
        color: white;
    }

    .request-form .form-group .form-control {
        min-height: 50px;
        font-family: "Sarabun","Roboto", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        color: rgba(53, 54, 56, 0.8);
        padding-left: 18px;
        padding-right: 18px;
        background-image: none;
    }

        .request-form .form-group .form-control.has-link {
            padding-right: 70px;
        }

        .request-form .form-group .form-control:not(:invalid) {
            border-color: #b5b5b5;
        }

    .request-form .form-group .bootstrap-select {
        width: 100% !important;
    }

        .request-form .form-group .bootstrap-select .btn {
            min-height: 50px;
        }

.request-form .verification-code {
    line-height: 50px;
}

.request-form .input-file {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .request-form .input-file .file-input {
        display: none;
    }

    .request-form .input-file .file-label {
        position: relative;
        cursor: pointer;
        min-width: 160px;
        padding: 15px 25px 15px 45px;
        margin: 30px 0 0;
        display: inline-block;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: 0;
        background-color: #ffa300;
        border-radius: 4px;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .request-form .input-file .file-label {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .request-form .input-file .file-label {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .request-form .input-file .file-label {
        display: block;
    }
}

.request-form .input-file .file-label:hover {
    color: white;
    background-color: #e69300;
}

.request-form .input-file .file-label.no-margin {
    margin: 0;
}

.request-form .input-file .file-label.blue {
    background-color: #0DABA0;
}

    .request-form .input-file .file-label.blue:hover {
        background-color: #0b938a;
    }

.request-form .input-file .file-label .vt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.request-form .file-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .request-form .file-list .file-item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

        .request-form .file-list .file-item .image-name {
            position: relative;
            margin: 0;
            padding-left: 30px;
            font-weight: 500;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: white;
        }

            .request-form .file-list .file-item .image-name .vt-icon {
                position: absolute;
                left: 5px;
                top: 50%;
                color: white;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .request-form .file-list .file-item .image-name .image-cancel {
                position: absolute;
                right: 0;
                top: 0;
                color: white;
                transition: all 0.5s;
            }

@media (prefers-reduced-motion: reduce) {
    .request-form .file-list .file-item .image-name .image-cancel {
        transition: none;
    }
}

.request-form .file-list .file-item .image-name .image-cancel .vt-icon {
    position: relative;
    left: 0;
    top: 0;
    color: white;
}

.request-form .file-list .file-item .image-name .image-cancel:hover {
    color: #d9d9d9;
}

.request-form .file-list .file-item .image-process {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
}

    .request-form .file-list .file-item .image-process .image-process-setting {
        display: block;
        width: 100%;
        position: relative;
    }

        .request-form .file-list .file-item .image-process .image-process-setting:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #e9e9e9;
            height: 3px;
            width: 100%;
        }

        .request-form .file-list .file-item .image-process .image-process-setting span {
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #0DABA0;
            height: 3px;
        }

    .request-form .file-list .file-item .image-process .image-cancel {
        position: absolute;
        right: 0;
        top: 0;
        color: #353638;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .request-form .file-list .file-item .image-process .image-cancel {
        transition: none;
    }
}

.request-form .file-list .file-item .image-process .image-cancel:hover {
    color: #797c80;
}

.request-form .btn-request {
    text-transform: uppercase;
}

.request-form .custom-checkbox {
    margin-bottom: 25px !important;
}

@media (min-width: 576px) {
    .modal.news-modal .modal-dialog {
        max-width: 830px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
}

.modal.news-modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
}

.modal.news-modal .modal-content {
    padding: 45px 60px;
}

@media (max-width: 767.98px) {
    .modal.news-modal .modal-content {
        padding: 30px;
    }
}

.modal.news-modal .modal-header {
    padding: 0;
    padding-bottom: 25px;
    display: block;
}

.modal.news-modal .modal-body {
    position: relative;
    padding: 30px 50px 10px;
}

@media (max-width: 767.98px) {
    .modal.news-modal .modal-body {
        padding: 30px 10px 10px 40px;
    }
}

.modal.news-modal .modal-title {
    display: block;
    width: 100%;
    font-size: 42px;
    line-height: 1.17;
    letter-spacing: -1.62px;
}

@media (max-width: 767.98px) {
    .modal.news-modal .modal-title {
        font-size: 30px;
    }
}

.modal.news-modal .post-meta {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .modal.news-modal .post-meta {
        margin-top: 15px;
    }
}

.modal.news-modal .post-meta ul li {
    display: inline-block;
    font-weight: bold;
}

    .modal.news-modal .post-meta ul li:not(:first-child) {
        padding-left: 5px;
    }

        .modal.news-modal .post-meta ul li:not(:first-child):before {
            content: "·";
            font-size: 20px;
            vertical-align: middle;
            line-height: 20px;
            display: inline-block;
            top: -3px;
            position: relative;
            margin-right: 5px;
            font-weight: normal;
        }

.modal.news-modal .post-content strong {
    color: rgba(53, 54, 56, 0.8);
}

.modal.news-modal .post-content img {
    max-width: 100%;
}

.modal.news-modal .post-utils {
    position: absolute;
    top: 30px;
    left: 0;
}

    .modal.news-modal .post-utils button {
        display: block;
        width: 30px;
        height: 30px;
        color: #fff;
        background: #0DABA0;
        border-radius: 50%;
        border: none;
        font-size: 12px;
        margin-bottom: 10px;
        transition: all 0.5s;
    }

@media (prefers-reduced-motion: reduce) {
    .modal.news-modal .post-utils button {
        transition: none;
    }
}

.modal.news-modal .post-utils button:hover {
    background: #11dacc;
}

@font-face {
    font-family: "VTIcons";
    src: url("../fonts/VTIcons.eot");
    src: url("../fonts/VTIcons.eot?#iefix") format("eot"), url("../fonts/VTIcons.woff2") format("woff2"), url("../fonts/VTIcons.woff") format("woff"), url("../fonts/VTIcons.ttf") format("truetype"), url("../fonts/VTIcons.svg#VTIcons") format("svg");
}

.vt-icon:before {
    font-family: "VTIcons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
}

.icon-add-cart:before {
    content: "\E001";
}

.icon-arrow-left-solid:before {
    content: "\E002";
}

.icon-arrow-left:before {
    content: "\E003";
}

.icon-arrow-right :before {
    content: "\E004";
}

.icon-arrow-right-solid:before {
    content: "\E005";
}

.icon-arrow_more_icn:before {
    content: "\E006";
}

.icon-arrow_next:before {
    content: "\E007";
}

.icon-arrow_prev:before {
    content: "\E008";
}

.icon-avatar:before {
    content: "\E009";
}

.icon-back-arrow:before {
    content: "\E00A";
}

.icon-block_icn:before {
    content: "\E00B";
}

.icon-buy-more:before {
    content: "\E00C";
}

.icon-call_icn:before {
    content: "\E00D";
}

.icon-cancel:before {
    content: "\E00E";
}

.icon-cart_icn:before {
    content: "\E00F";
}

.icon-change-pass:before {
    content: "\E010";
}

.icon-check-mark_icn:before {
    content: "\E011";
}

.icon-check_orange_icn:before {
    content: "\E012";
}

.icon-chevron-down:before {
    content: "\E013";
}

.icon-chevron-right-solid:before {
    content: "\E014";
}

.icon-chevron-right:before {
    content: "\E015";
}

.icon-chevron-up:before {
    content: "\E016";
}

.icon-close-icn:before {
    content: "\E017";
}

.icon-combined:before {
    content: "\E018";
}

.icon-console:before {
    content: "\E019";
}

.icon-domain_icn:before {
    content: "\E01A";
}

.icon-download:before {
    content: "\E01B";
}

.icon-edit-icn:before {
    content: "\E01C";
}

.icon-edit-information:before {
    content: "\E01D";
}

.icon-edit:before {
    content: "\E01E";
}

.icon-envelope-regular:before {
    content: "\E01F";
}

.icon-eye-close:before {
    content: "\E020";
}

.icon-eye-open:before {
    content: "\E021";
}

.icon-facebook-f-brands:before {
    content: "\E022";
}

.icon-facebook_icn:before {
    content: "\E023";
}

.icon-facebook_menu:before {
    content: "\E024";
}

.icon-gift-box-khuyen-mai-01:before {
    content: "\E025";
}

.icon-google_icn:before {
    content: "\E026";
}

.icon-google_menu:before {
    content: "\E027";
}

.icon-grid_icn:before {
    content: "\E028";
}

.icon-handout:before {
    content: "\E029";
}

.icon-home-01:before {
    content: "\E02A";
}

.icon-ic-attach-file:before {
    content: "\E02B";
}

.icon-icn_bell:before {
    content: "\E02C";
}

.icon-icn_briefcase:before {
    content: "\E02D";
}

.icon-icn_cart:before {
    content: "\E02E";
}

.icon-icn_home:before {
    content: "\E02F";
}

.icon-icn_mail:before {
    content: "\E030";
}

.icon-icn_mobile:before {
    content: "\E031";
}

.icon-icn_money:before {
    content: "\E032";
}

.icon-lang_icn:before {
    content: "\E033";
}

.icon-list_icn:before {
    content: "\E034";
}

.icon-login_icn:before {
    content: "\E035";
}

.icon-mail:before {
    content: "\E036";
}

.icon-menu_icn:before {
    content: "\E037";
}

.icon-minus-circle-solid:before {
    content: "\E038";
}

.icon-more_icn:before {
    content: "\E039";
}

.icon-padlock:before {
    content: "\E03A";
}

.icon-pause:before {
    content: "\E03B";
}

.icon-performance:before {
    content: "\E03C";
}

.icon-plane_icn:before {
    content: "\E03D";
}

.icon-refresh:before {
    content: "\E03E";
}

.icon-remove:before {
    content: "\E03F";
}

.icon-renewed:before {
    content: "\E040";
}

.icon-reset:before {
    content: "\E041";
}

.icon-right-arrow:before {
    content: "\E042";
}

.icon-sale_icn:before {
    content: "\E043";
}

.icon-save:before {
    content: "\E044";
}

.icon-search_icn:before {
    content: "\E045";
}

.icon-share-solid:before {
    content: "\E046";
}

.icon-single-folded-content:before {
    content: "\E047";
}

.icon-single-user:before {
    content: "\E048";
}

.icon-star-o:before {
    content: "\E049";
}

.icon-star:before {
    content: "\E04A";
}

.icon-trash-can-icn:before {
    content: "\E04B";
}

.icon-turn-off:before {
    content: "\E04C";
}

.icon-twitter_icn:before {
    content: "\E04D";
}

.icon-twitter_menu:before {
    content: "\E04E";
}

.icon-upload:before {
    content: "\E04F";
}

.icon-youtube_icn:before {
    content: "\E050";
}

.icon-youtube_menu:before {
    content: "\E051";
}

/*# sourceMappingURL=main.css.map */

@media (min-width: 768px) {
    .paygo-server-tab .tab-first {
        max-width: 48%;
        margin-right: 15px;
    }

    .paygo-server-tab .tab-second {
        max-width: 49%;
        margin-left: 15px;
    }
}
