/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11904,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ','
 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

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

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

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","Liberation 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:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    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([class]) {
        color: inherit;
        text-decoration: none
    }

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

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

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

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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

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: .5rem;
    font-weight: 600;
    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,.1)
}

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

.mark, mark {
    padding: .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: .5rem
    }

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

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

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

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .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, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1410px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .table td, .table th {
        padding: .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 td, .table-sm th {
    padding: .3rem
}

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

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

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

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

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

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

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

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

.table-hover .table-info:hover {
    background-color: #abdde5
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

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

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

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

.table-hover .table-light:hover {
    background-color: #ececf6
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

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

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

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

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(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 td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

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

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

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.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 + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .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 .2rem rgba(0,123,255,.25)
}

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

.form-control::-moz-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
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: .3rem;
    margin-left: -1.25rem
}

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

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

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

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        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 .custom-select, .form-inline .input-group {
        width: auto
    }

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

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

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: 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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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 .2rem rgba(0,123,255,.25)
}

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

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

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

.btn-primary {
    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 {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.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 .2rem rgba(38,143,255,.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 {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.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 .2rem rgba(130,138,145,.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 {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.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 .2rem rgba(72,180,97,.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 {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.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 .2rem rgba(58,176,195,.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 {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.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 .2rem rgba(222,170,12,.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 {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.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 .2rem rgba(225,83,97,.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 {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.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 .2rem rgba(216,217,219,.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 {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.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 .2rem rgba(82,88,93,.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 .2rem rgba(0,123,255,.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 .2rem rgba(0,123,255,.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 .2rem rgba(108,117,125,.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 .2rem rgba(108,117,125,.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 .2rem rgba(40,167,69,.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 .2rem rgba(40,167,69,.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 .2rem rgba(23,162,184,.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 .2rem rgba(23,162,184,.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 .2rem rgba(255,193,7,.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 .2rem rgba(255,193,7,.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 .2rem rgba(220,53,69,.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 .2rem rgba(220,53,69,.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 .2rem rgba(248,249,250,.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 .2rem rgba(248,249,250,.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 .2rem rgba(52,58,64,.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 .2rem rgba(52,58,64,.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
    }

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .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: .5rem 0;
    margin: .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,.15);
    border-radius: .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: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

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

.dropleft .dropdown-toggle::after {
    display: none
}

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        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:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .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: .25rem
}

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

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

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

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

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

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

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    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 .2rem rgba(0,123,255,.25)
    }

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

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

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

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

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

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    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' width='4' height='4' 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,.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

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

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

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

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

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

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

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

    .custom-range:focus {
        outline: 0
    }

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

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .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;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: .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: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

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

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

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .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 .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

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

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

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

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

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

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

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

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            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 {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

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

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

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

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

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

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

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

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

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

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

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

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

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

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

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

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

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

.card-subtitle {
    margin-top: -.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: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .card-group > .card {
            -ms-flex: 1 0 0%;
            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-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

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

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

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

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

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

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .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: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .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: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

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

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

.page-item.active .page-link {
    z-index: 3;
    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: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

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

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

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

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

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

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

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

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

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

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

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

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

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

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

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

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

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

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

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

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

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

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

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

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

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

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

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

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

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .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: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        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: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .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-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        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:focus, .list-group-item-secondary.list-group-item-action:hover {
        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:focus, .list-group-item-success.list-group-item-action:hover {
        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:focus, .list-group-item-info.list-group-item-action:hover {
        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:focus, .list-group-item-warning.list-group-item-action:hover {
        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:focus, .list-group-item-danger.list-group-item-action:hover {
        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:focus, .list-group-item-light.list-group-item-action:hover {
        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:focus, .list-group-item-dark.list-group-item-action:hover {
        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):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .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.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .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: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .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);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .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","Liberation 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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        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;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -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-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        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 .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: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        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 embed, .embed-responsive iframe, .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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -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;
    margin: -1px;
    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 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.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:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.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;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        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 td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

 /*vietnamese*/ 
@font-face {
    font-family: 'DPV';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/SamsungOne-400_v1.1.ttf);
}
 /*vietnamese*/ 
@font-face {
    font-family: 'DPV';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/SamsungOne-700_v1.1.ttf);
}
 /*vietnamese*/ 
@font-face {
    font-family: 'DPV2';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/SamsungSharpSans-Bold-UTF8.ttf);
}

 /*vietnamese*/ 

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/AvertaStdCY-Light.otf);
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/AvertaStdCY-Regular.otf);
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/AvertaStdCY-Semibold.otf);
}


@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/AvertaStdCY-Bold.otf);
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/AvertaStdCY-Black.otf);
}

@font-face {
    font-family: 'SamsungOne';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/SamsungOne-400_v1.1.ttf);
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    font-family: 'SamsungOne',Arial,sans-serif;
    padding-bottom: 100px
}

a, a:hover {
    text-decoration: none;
}

.flex {
    align-items: center;
    display: flex;
}

.flex {
    flex-wrap: wrap;
}

.hidden-text {
    opacity: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.bdr4 {
    border-radius: 4px;
}

.bdr8 {
    border-radius: 8px;
}

.bdr16 {
    border-radius: 16px;
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}



.container {
    position: relative;
}

.bold {
    font-weight: bold;
}

.bold600 {
    font-weight: 600;
}

.bold500 {
    font-weight: 500;
}

.bold400 {
    font-weight: 400;
}

.nrb, .no-radius {
    border-radius: 0 !important;
}

.nbd, .no-border {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fb-comments, .fb-comments > span, .fb-comments > span > iframe {
    width: 100% !important;
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
        position: relative;
    }
}


.col-md {
    padding-left: 10px;
    padding-right: 10px;
}

.col-sm {
    padding-left: 7px;
    padding-right: 7px;
}

.col-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-md {
    margin-left: -10px;
    margin-right: -10px;
}

.row-sm {
    margin-left: -7px;
    margin-right: -7px;
}

.row-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pdtb50 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mg0 {
    margin: 0px !important;
}

.mg5 {
    margin: 5px !important;
}

.mg10 {
    margin: 10px !important;
}

.mg15 {
    margin: 15px !important;
}

.mg20 {
    margin: 20px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 20px !important;
}

.mgt40 {
    margin-top: 20px !important;
}

.mgb50 {
    margin-bottom: 30px !important;
}

.mgt50 {
    margin-top: 30px !important;
}

.pdb50 {
    padding-bottom: 30px !important;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}


.container-lg {
    max-width: 1500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .pd20 {
        padding: 15px !important;
    }

    .pd30 {
        padding: 20px !important;
    }

    .row-xs3 {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .col-xs3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .pd20 {
        padding: 15px;
    }

    .pd30 {
        padding: 20px;
    }

    .bdl {
        border-left: 1px solid #ddd
    }

    .bdr {
        border-right: 1px solid #ddd
    }

    .pdtb50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }

    .col-lg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row-lg {
        margin-left: -20px;
        margin-right: -20px;
    }

    .bdl {
        border-left: 1px solid #ddd
    }

    .bdr {
        border-right: 1px solid #ddd
    }

    .pdtb50 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mgb40 {
        margin-bottom: 40px !important;
    }

    .mgt40 {
        margin-top: 40px !important;
    }

    .mgb50 {
        margin-bottom: 50px !important;
    }

    .mgt50 {
        margin-top: 50px !important;
    }

    .pdb50 {
        padding-bottom: 50px !important;
    }
}

.c_black {
    color: #000;
}

a.c_black:hover, a.c_black:active, a.c_black:focus {
    color: #0a62ac;
}

.c_gyn {
    color: #999;
}

.c_white {
    color: #fff
}

    .c_white .d_rank::before {
        background: #f9f9f9;
    }

.c_blue {
    color: #0184CA;
}

.c_red {
    color: #e51e26;
}

.c_green {
    color: #21a63b;
}

.c_gray {
    color: #f0f0f0;
}


.bd {
    border: 1px solid #ddd;
}

.bdt {
    border-top: 1px solid #ddd
}

.bdb {
    border-bottom: 1px solid #ddd
}

.bdn {
    border: none !important
}

.bdnt {
    border-top: none !important
}

.bdnl {
    border-left: none !important
}

.bdnb {
    border-bottom: none !important
}

.bdnr {
    border-right: none !important
}

.iZoom img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.iZ::before, .iZoom img, .trans {
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.iZoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vd-img:before, .img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.img1 {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    object-fit: cover;
}

.img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img3 {
    max-width: 100% !important;
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
}

.img4 {
    max-width: 100% !important;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
}

.img1x1, .img4x3, .img16x9 {
    position: relative;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #fff;
}

.img4x3 {
    padding-bottom: 75% !important;
}

.img16x9 {
    padding-bottom: 56.25% !important;
}

.img1x1 {
    padding-bottom: 100% !important;
}

.bg-full {
    background-attachment: fixed;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.bg_full {
    position: relative;
}

    .bg_full::before {
        content: "";
        display: block;
        background: #f5f5f5;
        z-index: -1;
        position: absolute;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        top: 0;
        bottom: 0;
    }

.bg_blue::before {
    background: #436eb3;
}

.bgw, .bg_white::before {
    background: #fff;
}

.bg_db::before {
    border-bottom: 1px solid #e7e7e7;
}



.b_radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
}

.b_radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.b_radius10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.b_radius20 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
}

.b_radius50 {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.box-shadow {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px #ccc;
    -moz-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
}

.box-shadow1 {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    overflow: hidden;
}

.shadow1 {
    position: relative;
}

    .shadow1:before {
        content: "";
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 1px;
        right: 1px;
        bottom: 5px;
    }

    .shadow1:before, .shadow, .box_item:hover, .list-news:hover {
        -webkit-box-shadow: 1px 2px 5px 0px #bbb;
        -moz-box-shadow: 1px 2px 5px 0px #bbb;
        box-shadow: 1px 2px 5px 0px #bbb;
    }

.mbr-arrow-up {
    bottom: 80px;
    right: 0px;
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 5000;
    background: url(/images/icon/icon-top.png)no-repeat center,rgba(0,0,0,0.2);
    cursor: pointer;
    border: 1px solid #21a63b;
}

    .mbr-arrow-up:hover {
        background-color: rgba(0,0,0,0.75)
    }

.titH1, .titH2, .titH2a, .titH2c, .titH2b, .titH3, .titH4, .titH4b {
    line-height: 1.4 !important;
    margin: 10px 0;
    padding: 0;
    position: relative;
    font-weight: 700;
    font-family: 'DPV2', sans-serif;
}

.titH1 {
    font-size: 22px;
}

.titH2 {
    font-size: 25px;
}

.titH2a {
    font-size: 20px;
}

.titH2c {
    font-size: 26px;
}

.titH2b {
    font-size: 30px;
}

.titH3 {
    font-size: 17px;
}

.titH4 {
    font-size: 16px;
}

.titH4b {
    font-size: 14px;
}

.btn-black {
    border-radius: 0;
    background: #000;
    color: #fff;
}

.btn.normal {
    font-size: 13px;
    line-height: 1.2;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
    background: #222;
    color: #fff;
}

.btn-red {
    background: #f05a5e;
    color: #fff;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active {
        box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
        color: #fff;
    }

.intro {
    position: relative;
    text-align: justify;
}

    .intro.box-shadow {
        padding: 20px;
    }

    .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6, .intro .h1, .intro .h2, .intro .h3, .intro .h4, .intro .h5, .intro .h6 {
        margin: 0 0 10px 0;
        line-height: 1.5;
    }

    .intro img {
        max-width: 100% !important;
        height: auto !important;
    }

    .intro iframe {
        max-width: 100% !important;
    }

@media (max-width: 767px) {
    .intro iframe {
        width: 100% !important;
        height: 75% !important;
        margin: 15px 0;
        padding: 0;
    }
}

.drank {
    position: relative;
    border-bottom: 1px solid #21a63b;
}

    .drank span, .drank span, .drank strong {
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 3px solid #21a63b;
    }

.drank0 {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid #21a63b;
}

.drank2 {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

    .drank2 span, .drank2 span, .drank2 strong {
        display: inline-block;
        padding-bottom: 30px;
        position: relative;
    }

        .drank2 span, .drank2 span, .drank2 strong:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -20px;
            margin: auto;
            z-index: 1;
            width: 80px;
            height: 40px;
            background: url(/images/bg/bg-logo.png)no-repeat center, #fff;
        }

.drank3, .flex-row {
    width: 100%;
    position: relative;
    display: inline-block;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .drank3 b {
        display: block;
        -ms-flex: 1;
        flex: 1;
        height: 2px;
        opacity: .1;
        background-color: currentColor;
    }

    .drank3 span, .drank3 span, .drank3 strong, .drank3 a {
        padding: 0 15px;
    }

.drank1 {
    position: relative;
    padding-bottom: 10px !important;
}

    .drank1:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        max-width: 200px;
        background: #21a63b
    }

.drank4 {
    border-left: 3px solid #21a63b;
    padding: 9px;
    background: #f0f0f0;
}


.nav-center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:768px) {
    .Bflex {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }

        .Bflex .boxf {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .Bflex .height100 {
            height: 100%;
        }

    .fTop {
        -ms-flex-align: start;
        align-items: normal;
    }

    .fBtw {
        justify-content: space-between;
        align-content: center;
    }

    .main_bn {
        padding-bottom: 20% !important;
    }
}

.tabs1 {
    border: 1px solid #ccc;
    margin-bottom: -1px;
    text-align: center;
}

    .tabs1 li.tab-link {
        font-size: 16px;
        display: inline-block;
        width: calc(100% / 5 - 5px);
        color: #222;
        cursor: pointer;
        font-weight: bold;
        padding: 10px 0;
        margin-bottom: -2px;
        border-right: 1px solid #ccc;
    }

        .tabs1 li.tab-link a {
            display: block;
        }

        .tabs1 li.tab-link:last-child {
            border-right: none;
        }

        .tabs1 li.tab-link.current a {
            color: #21a63b;
            cursor: auto;
        }


.nav-pills {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

    .nav-pills img {
        vertical-align: middle;
        margin-right: 8px;
    }

    .nav-pills > li > a {
        font-size: 13px !important;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: unset !important;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background: #eee;
        color: red;
    }

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.share-buttons {
    margin-bottom: 20px;
    margin-top: 30px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
}

    .share-buttons .fb-like.fb_iframe_widget {
        margin-right: 4px;
    }

    .share-buttons > a {
        display: block;
        padding: 2px 10px;
        border-radius: 4px;
        background: #516eab;
        margin-right: 3px;
        color: #fff;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
    }

    .share-buttons a.buttons-tw {
        background: #29c5f6;
    }

    .share-buttons a.buttons-gg {
        background: #eb4026;
    }

    .share-buttons a.buttons-pt {
        background: #ca212a;
    }

    .share-buttons a:hover {
        opacity: 0.8;
    }

.mystooltip {
    display: none;
    max-width: 340px;
    padding-bottom: 10px;
    position: absolute;
    border: 2px solid #21a63b;
    background: #21a63b;
    color: #fff;
    text-align: center;
    z-index: 3000;
    box-shadow: 5px 5px 8px #ddd;
    -webkit-box-shadow: 5px 5px 8px #ddd;
    -moz-box-shadow: 5px 5px 8px #ddd;
}

    .mystooltip .atip strong {
        display: block;
        text-transform: uppercase;
        padding: 5px 10px;
    }

    .mystooltip .atip p {
        padding: 0 10px 0;
    }

    .mystooltip .atip a {
        color: #fff;
    }

.maps, .oembed-provider-youtube {
    position: relative;
    display: block !important;
    height: 0 !important;
    padding: 0 0 60% !important;
    overflow: hidden;
}

    .maps iframe, .oembed-provider-youtube iframe,
    .maps embed, .oembed-provider-youtube embed,
    .maps object, .oembed-provider-youtube object,
    .maps video, .oembed-provider-youtube video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.box-contact1 {
}

    .box-contact1 .form-group {
        position: relative;
    }

        .box-contact1 .form-group .form-control {
            border-radius: 0;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        .box-contact1 .form-group label {
            font-weight:700;
        }

    .box-contact1 .btn-group { display:flex;justify-content:space-between;}
    .box-contact1 .btn-group label { display:flex;}
        .box-contact1 .btn-group label input {height:25px !important;width:25px !important;margin-right:5px;}

    .box-contact1 .btn-primary {
        background: linear-gradient(180deg, #3a8bff 0%, #035ada 100%);
        color: #fff;
        display: flex;
        font-weight:700;
        padding: 5px 30px;
        border-radius: 4px;
        align-items: center;
        gap: 5px;
        height: 40px;
        white-space: nowrap;
        text-align: center;
        text-transform: uppercase;
    }


#popup-modal.modal {
    height: auto !important;
    overflow: auto !important;
}

.loading {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%
}

    .loading
    .inner {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center
    }

span.vld-error {
    position: absolute;
    top: 100%;
    color: red;
    font-size: small;
    font-style: italic;
}

.main_bn {
    position: relative;
    display: block !important;
    height: 0;
    padding: 0;
    padding-bottom: 40%;
    overflow: hidden;
    margin-bottom: 20px;
}

.title1 {
    border-left: 3px solid red;
    padding-left: 15px;
    margin-bottom: 15px;
}

.title2 {
    border-left: 3px solid red;
    padding: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
}

.title3 {
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 15px;
}

    .title3:after {
        content: '';
        height: 3px;
        background: red;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
    }


.title4 {
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 15px;
    text-align: center;
}

    .title4 h1, .title4 h2, .title4 h3, .title4 h4 {
        display: inline-block;
        border: 2px solid red;
        padding: 10px 15px;
        z-index: 99;
        background: #fff;
    }

    .title4:after {
        content: '';
        height: 3px;
        background: red;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: -1;
    }

.b-red {
    border-color: red
}

.b-blue {
    border-color: blue
}

.b-green {
    border-color: green
}


.line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-2 {
    -webkit-line-clamp: 2;
}

.line-3 {
    -webkit-line-clamp: 3;
}

.line-4 {
    -webkit-line-clamp: 4;
}


.h-title1, .h-title2, .h-title3, .h-title4 {
    line-height: 1.4 !important;
    margin: 10px 0;
    padding: 0;
    position: relative;
    font-family: 'iCiel Samsung Sharp Sans',,sans-serif;
    font-weight: 700;
    color: #1e1e1e;
}

.h-title1 {
    font-size: 38px;
}

.h-title2 {
    font-size: 32px;
}

.h-title3 {
    font-size: 28px;
}


.h-title4 {
    font-size: 20px;
}

@media (max-width:767px) {
    .h-title1 {
        font-size: 28px;
    }

    .h-title2 {
        font-size: 22px;
    }

    .h-title3 {
        font-size: 20px;
    }

    .h-title4 {
        font-size: 16px;
    }
}


.header-overlay {
    background: rgba(0,0,0,.53);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 65px;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 30;
}

    .header-overlay.active {
        opacity: 1;
        visibility: visible;
    }


#backToTop {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #DD0000;
    border: 0;
    border-radius: 10px;
    bottom: 100px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    opacity: 0;
    padding: 2px;
    position: fixed;
    right: 5px;
    text-decoration: none;
    width: 45px;
    z-index: 100
}

    #backToTop.show {
        opacity: 1
    }

    #backToTop .icon-up {
        width: 15px;
        height: 15px;
        margin: auto;
    }

        #backToTop .icon-up svg {
            fill: #fff;
            font-weight: 600
        }

    #backToTop strong {
        color: #fff;
        font-size: 10px
    }


b, strong {
    font-weight: bold;
}

.row-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row-md {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.row-sm {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.row-sx {
    margin-left: -3.5px !important;
    margin-right: -3.5px !important;
}

.row-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.col-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.col-sm {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.col-sx {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
}

.col-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width:768px) {
    .row-responsive {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

        .row-responsive .col-responsive {
            display: inline-block !important;
            white-space: normal;
            float: none
        }
}

.home-container {
    background: #fff;
}

.container {
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    color: #1e1e1e;
}

    a:hover {
        color: #E5322D;
        text-decoration: none;
    }

.h1-hidden {
    height: 0px;
    visibility: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

.iZoom strong a {
    font-size: 13px;
}

.gach {
    height: 4px;
    margin: 0 7px 10px 7px;
    display: block
}

@media (min-width: 768px) {
    .box-search {
        bottom: 0px;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px
}

.col-xs-15 {
    width: 20%;
    float: left
}

.p-built {
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.div_shadow {
    box-shadow: 0 4px 5px #c4c4c4;
    -webkit-box-shadow: 0 4px 5px #c4c4c4;
    -moz-box-shadow: 0 4px 5px #c4c4c4
}

.div_shadow_small {
    box-shadow: 0 2px 3px #c4c4c4;
    -webkit-box-shadow: 0 2px 3px #c4c4c4;
    -moz-box-shadow: 0 2px 3px #c4c4c4
}

.div_border {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.border {
    border: 1px solid #d6d6d6
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'DPV', Helvetica,Verdana, sans-serif;
    color: #333;
    background: #F3F4F6;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .header::before {
        background: #222 url(/images/icon/pattern-brick.png) repeat top left;
    }

    .header .logo {
        display: inline-block;
        text-align:center;
    }

        .header .logo img {
            max-height: 80px;
        }
        .header .logo div {margin-bottom:3px;}
        .header .logo p {
            margin: 0;
            color: #f9f111;
            font-size: 14px;
        }

        .unti-top {
            left: auto;
            text-align: right;
            line-height: 1.1;
            top: 27%;
            bottom: auto;
            position: absolute;
            right: 0;
        }

    .unti-top li {
        display: inline-block;
    }

    .unti-top li {
        cursor: pointer;
        padding: 0px 15px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 0 0 0 10px;
        border-radius: 3px;
        height: 42px;
        background: url(/images/icon/bg-call.png?v=1)no-repeat top left;
    }

    .unti-top .phone {
        margin-left: 8px;
        padding-left: 35px;
        padding-right: 20px;
        display: block;
        height: 41px;
        margin-top: 1px;
        line-height: 40px;
        display: block;
        font-size: 20px;
        border: 1px solid #f9f111;
        border-left: 0;
        border-radius: 0 20px 20px 0
    }

    .unti-top a {
        color: #f9f111
    }

.box-search {
    width: 100%;
    width: calc(100% - 650px);
    height: 44px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row nowrap;
}


.translate {
    background: #fff;
    height: 42px;
    vertical-align: middle;
    width: 70px;
    margin-left: 0.5rem;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .translate ul {
        position: absolute;
        right: 0;
        width: 120px;
        display: block;
        background: #fff;
        z-index: 9999;
        border-radius: 4px;
        display: none;
        padding: 8px 0;
    }

        .translate ul li {
            text-align: left;
            padding: 5px 8px;
        }

        .translate ul a {
            position: relative;
            display: block;
        }

            .translate ul a::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                padding-left: 20px;
                background-size: 16px 14px;
            }

    .translate .vi::after {
        content: 'Tiếng Việt';
        background: url(/images/icon/vi.png) no-repeat center left;
    }


    .translate .en::after {
        content: 'English';
        background: url(/images/icon/en.png) no-repeat center left;
    }

    .translate .cn::after {
        content: 'Chinese';
        background: url(/images/icon/cn.png) no-repeat center left;
    }

    .translate .tw::after {
        content: 'Taiwan';
        background: url(/images/icon/tw.png) no-repeat center left;
    }

    .translate .ja::after {
        content: 'Japanese';
        background: url(/images/icon/ja.png) no-repeat center left;
    }

    .translate .ko::after {
        content: 'Korean';
        background: url(/images/icon/ko.png) no-repeat center left;
    }

#nav-trans {
    position: relative;
    height: 44px;
    display: block;
    padding-top: 5px;
}

    #nav-trans::after {
        position: absolute;
        bottom: 10%;
        left: -2px;
        content: 'Language';
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

#nav-trans2 {
    position: relative;
    height: 44px;
    display: block;
    padding-top: 5px;
}

    #nav-trans2::after {
        position: absolute;
        bottom: 10%;
        left: -2px;
        content: 'Language';
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

@media(max-width:1023px) {
    .box-search {
        width: auto !important
    }
}

.box-search .drlM {
    width: 15%;
    height: 100%;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    text-transform: capitalize
}

.drlLang {
    border-radius: 4px !important;
    margin-left: 20px;
    width: 110px !important;
    height: 42px;
}

    .drlLang option {
        opacity: 0;
    }

.app-search {
    width: 73%;
    max-width: 450px;
    position: relative;
    height: 100%;
    border-left: 1px solid #eee;
    border-radius: 0 4px 4px 0;
}

@media(min-width:1279px) {
    .app-search {
        width: 53%;
    }
}

.iptSearch, .btnSear {
    border: none;
    outline: none;
    height: 100%;
    color: #333;
    -webkit-appearance: none;
    border-radius: 0;
}

.iptSearch {
    width: calc(100% - 50px);
    padding: 0 15px;
}

.btnSear {
    background: url(/images/icon/bg-sear.png) no-repeat center, #029b43;
    color: #fff;
    font-weight: bold;
    padding: 0 10px 0 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
}

    .btnSear:hover, .btnSear:focus, .btnSear:active {
        background-color: #038139;
    }

.app-search .validation-advice {
    bottom: -100%;
}

.nav-main {
    z-index: 999;
}

    .nav-main::before {
        /*background: #029b43;*/
        background: #222 url(/images/icon/pattern-brick.png) repeat top left;
        border-bottom: 3px solid #FFC904;
    }

.menu-main > li {
    float: left;
    position: relative;
}

    .menu-main > li > a {
        font-size: 16px;
        color: #fff;
        display: block;
        text-transform: capitalize;     
        padding: 7px 19px !important;
        margin: 0.5rem 0.5rem 0.75rem 0.5rem !important;
        border-radius: 4px;
        text-transform: capitalize;
        background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
        box-shadow: 0 10px 20px rgba(255,255,255,.1);
    }

    .menu-main > li > .has-sub1 {display:none;}

    .menu-main > li.green > a {
        background-image: linear-gradient( 179.83deg,#29d673 .15%,#038139 92.02%);
    }

    .menu-main > li.blue > a {
        background-image: linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
    }

    .menu-main > li.blue2 > a {
        background-image: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
    }


    .menu-main > li.yellow > a {
        background-image: linear-gradient( 180deg,#e9c92e 0%,#FD9905 100%);
    }

    .menu-main > li.red > a {
        background-image: linear-gradient( 180deg,#df383b 0%,#cc202d 100%);
    }




    .menu-main > li.home > a {
        
    }

.menu-main > .multi > a {
    padding-right: 30px;
}

.has-sub1 {
    display: block;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}

    .has-sub1 .icon--arrow-bottom {
        width: 12px;
        height: 8px;
        display: inline-block;
        stroke: white;
        vertical-align: middle;
        background: 0 0;
        pointer-events: none;
        overflow: visible;
    }

.menu-main > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: rgba(2,155,67,0.85);
    border-top: none;
}

    .menu-main > li ul a {
        color: #fff;
        text-transform: capitalize
    }

    .menu-main > li ul ul {
        left: 100%;
        top: 0;
    }

    .menu-main > li ul li {
        position: relative;
    }


        .menu-main > li ul li a {
            display: block;
            padding: 6px 10px 6px 25px;
            position: relative;
        }

        .menu-main > li ul li:first-child > a {
            border-top: none;
        }

        .menu-main > li ul li a:before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background: #fffa2b;
            position: absolute;
            left: 10px;
            top: 14px;
        }

        .menu-main > li ul li a.sub2:before {
            width: 8px;
            height: 10px;
            background: url(/images/bg/bg-mt.png)no-repeat center left;
            top: 14px;
        }

.menu-main .has-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    background: url(/images/bg/bg-sub.png)no-repeat center left;
}

.menu-main > li:hover > a, .menu-main .active > a {
    color: #fffa2b
}

.open-main {
    display: none;
}

.js-toggle-showroom {
    position: inherit !important;
}

    .js-toggle-showroom a {
        cursor: pointer;
    }

@media(min-width:992px) {


    .menu-main > li:hover > a {
        background: #002E27
    }


    .menu-main > li ul li:hover {
        background: #002E27
    }

    .menu-main li:hover > ul {
        display: block;
    }
}

@media(max-width:1400px) {
    .container-nav {
        width: 98% !important
    }

    .menu-main > li > a {
        font-size: 15px;
        padding: 15px 5px;
    }
}

.ItemM strong {
    z-index: 1;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    top: auto;
    width: 100%;
    background: url(/images/icon/bgsp.png)no-repeat right 10px center, rgba(2,155,67,0.8);
}

.ItemMP strong {
    background-image: none;
    height: 47px;
    overflow: hidden;
}

.ItemM:hover strong {
    background-color: #21a63b
}

.mct1 {
    max-height: 64px;
    overflow: hidden;
}

.time {
    font-size: 13px;
    color: #999;
}

.album {
    text-align: center;
}

    .album li span {
        position: absolute;
        z-index: 1;
        bottom: -60px;
        opacity: 0;
        left: 0;
        right: 0;
        padding: 5px;
        color: #fff;
        font-weight: bold;
        background: rgba(0,0,0,0.5);
    }

    .album li a:hover span {
        bottom: 0;
        opacity: 1;
    }

#footer {
    color: #fff;
}

    #footer::before {
        background: #1f1a15 url(/images/icon/pattern-brick.png);
        border-top: 5px solid #029b43;
    }

    #footer a {
        color: #fff;
    }

#form-email {
    height: 34px;
    position: relative;
    width: 100%;
    padding-right: 80px;
}

.iptEmail, .btnEmail {
    border: none;
    outline: none;
    height: 100%;
    color: #333;
}

.iptEmail {
    width: 100%;
    padding: 0 10px;
}

.btnEmail {
    background: #029b43;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-left: 3px solid #1f1a15;
}

    .btnEmail:hover, .btnEmail:focus, .btnEmail:active {
        background-color: #038139;
    }

#form-email .validation-advice {
    bottom: -100%;
}

.social {
    text-align: center;
}

    .social a {
        display: inline-block;
        position: relative;
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        margin: 5px;
    }

.cntfoo {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #21a63b;
}

    .cntfoo::before {
        content: "";
        display: block;
        border-top: 1px solid #029b43;
        z-index: -1;
        position: absolute;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        top: 0;
        bottom: 0;
    }

.copy {
    padding: 10px 0;
    text-align: center;
}

    .copy::before {
        border-top: 0;
        border-bottom: 0;
    }

.box1 {
    border: 1px solid #ececec;
}

    .box1 li {
        border-bottom: 1px dashed #ededed;
        display: block;
        position: relative;
    }

        .box1 li:last-child {
            border-bottom: none;
        }

        .box1 li a {
            display: block;
            padding: 5px 10px;
            font-size: 14px;
        }

        .box1 li.active > a {
            color: #E5322D;
            font-weight: 700;
        }

.has-sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    background: #fff;
    z-index: 22;
}

.dropdown {
    border-top: 1px dashed #ccc;
    position: relative;
    display: none;
}

    .dropdown.open {
        display: block;
    }

    .dropdown li a {
        text-transform: none;
        padding-left: 30px;
    }

    .dropdown li {
        position: relative;
        border-bottom: 1px dashed #ededed;
    }

        .dropdown li:before {
            content: '';
            left: 15px;
            top: 15px;
            height: 5px;
            width: 5px;
            background: #21a63b;
            z-index: 22;
            position: absolute;
        }

.albumL {
    border: 1px solid #21a63b;
}

    .albumL p {
        margin-bottom: 0;
    }

        .albumL p span {
            position: absolute;
            z-index: 1;
            left: 0;
            bottom: 0;
            text-align: center;
            right: 0;
            padding: 7px;
            color: #fff;
            font-weight: bold;
            background: rgba(0,0,0,0.5);
        }

.iZ::before {
    content: "";
    background: url(/images/icon/icon-view2.png)no-repeat center;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(33,166,59,0.5);
    -moz-box-shadow: inset 0px 0px 50px 0px rgba(33,166,59,0.5);
    box-shadow: inset 0px 0px 50px 0px rgba(33,166,59,0.5);
}

.iZ:hover::before {
    opacity: 1;
    z-index: 1;
}

.slogan {
    color: #aaa;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.advh img {
    display: block;
    width: 100%;
}

.home-menu {
    display: block;
    width: 100%;
    padding-top: 1.3%;
    background: -moz-radial-gradient(circle, #d75a55, #e6332c);
    background: -webkit-radial-gradient(circle, #d75a55, #e6332c);
    background: -o-radial-gradient(circle, #d75a55, #e6332c);
    background: -ms-radial-gradient(circle, #d75a55, #e6332c);
    background: radial-gradient(circle, #d75a55, #e6332c);
    margin-top: 0px;
    margin-bottom: 20px;
}

    .home-menu li {
        height: 65px;
        background-color: #e5e5e5;
        background-image: linear-gradient(top, #fff, #e5e5e5);
        background-image: -moz-linear-gradient(center top, #fff, #e5e5e5);
        background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
        background-image: -o-linear-gradient(center top, #fff, #e5e5e5);
        background-image: -ms-linear-gradient(center top, #fff, #e5e5e5);
        border-radius: 3px;
        float: left;
        margin: 0 0 1.3% 1.3%;
        width: 31.5%;
        position: relative;
        overflow: hidden;
    }

        .home-menu li a {
            color: #000;
            display: block;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            outline: none;
            text-decoration: none;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding: 15px 10px;
        }

.home-news {
    background: #fff;
}

    .home-news strong {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        background: #fff;
        line-height: 42px;
        margin-bottom: 5px;
    }

        .home-news strong a {
            padding: 10px 0;
            font-size: 14px;
            color: #4a90e2;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 40px;
            margin-left: 10px;
        }

    .home-news ul li {
        display: block;
        border-bottom: 1px solid #eee;
        margin-bottom: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        height: 44px;
        overflow: hidden;
    }

        .home-news ul li a {
            font-size: 14px;
        }


.cart {
    text-align: left;
    float: right;
    margin-right: 10px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
}

    .cart a {
        color: #E5322D;
    }

    .cart i {
        display: inline-block;
        font-size: 16px;
        color: #E5322D;
        margin-right: 5px;
    }

.support {
    width: 700px;
}

    .support li {
        float: left;
        width: 30%;
        margin: 0 1%;
        height: 50px;
        background: url('/images/icon/ic_support.gif') no-repeat 0 3px;
        padding-left: 50px;
    }


.owl-carousel-brand .owl-nav [class*='owl-'] {
    top: 0% !important;
}

.breadcrumbs {
    margin-bottom: 20px;
    background: #f5f5f5;
}

.breadcrumb {
    border-radius: 0;
    background: #F2F1EF;
    padding-left: 10px;
    margin-bottom: 0;
}

    .breadcrumb li {margin-right:8px;}

    .breadcrumb a {
        color: #22549D;
    }


.nav-sidebar {
    position: relative
}

    .nav-sidebar div.border {
        border-top: 0px solid #1b76bd
    }

.nav-sidebar-h2 {
    position: relative
}

    .nav-sidebar-h2 h2 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        background: #1b76bd;
        padding: 8px 10px;
        margin: 0
    }

    .nav-sidebar-h2 span {
        font-style: normal;
        color: #252565;
        width: 4px;
        height: 25px;
        position: absolute;
        left: -4px;
        top: 4px;
        background: #252565
    }

.nav-sidebar.active div.border {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
}

.nav-sidebar.active:hover div.border {
    display: block
}

.fill {
    margin: 0px 0 15px 0
}

    .fill h4 {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 16px;
        width: 100%;
        color: #22549D;
    }

        .fill h4 i {
            float: right;
            margin-top: 6px
        }

    .fill ul {
        margin-bottom: 20px;
        border: 1px solid #ccc;
        padding: 10px;
        max-height: 300px;
        overflow-y: scroll;
    }

        .fill ul li {
            margin-bottom: 6px;
            color: #091d0c
        }

.ul-cat {
    max-height: inherit;
}

    .ul-cat > li {
        display: block;
    }

        .ul-cat > li > a {
            display: block;
        }

        .ul-cat > li.active > a, .ul-cat > li:hover > a {
            font-weight: bold;
        }

.main-menu {
    border: 1px solid #d6d6d6;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .main-menu > li {
        border-bottom: 1px solid #d6d6d6;
        padding: 9.2px 10px;
    }

        .main-menu > li:last-child {
            border: none;
        }

        .main-menu > li > a {
            color: #333;
            display: block;
            font-size: 14px;
            font-weight: 600;
            position: relative;
        }

            .main-menu > li > a > i {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 16px;
                color: #22549D;
            }

            .main-menu > li > a:hover {
                text-decoration: none;
                color: #1b76bd
            }

    .main-menu li:hover .sub-menu {
        display: block
    }

.nav-sidebar.active .border {
    border: 1px solid #1b76bd;
    box-sizing: border-box
}

.nav-sidebar.active .sub-menu {
    width: 319%;
    border: 1px solid #1b76bd;
    border-left: none;
    border-top: none;
    margin-left: -15px;
    top: 1px
}

.ubrand {
    max-height: 350px;
    overflow-x: scroll;
}

.brand > a {
    display: block;
}

    .brand > a > img {
        display: inline-block;
        height: 15px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .brand > a > span {
        display: inline-block;
    }


.heading {
    background: #f3f3f3 linear-gradient(to bottom, #f3f3f3 0%, #dfdfdf 100%) repeat scroll 0 0;
    border-bottom: 2px solid #E5322D;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
}

    .heading span {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
        font-size: 15px;
        color: #000;
        border-bottom: 2px solid #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }


.sub-heading {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: bold;
    display: block;
}

.sub-heading-th {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.h-news {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}

    .h-news img {
        display: block;
        width: 70px;
        height: auto;
        float: left;
        margin-right: 10px;
    }

    .h-news strong {
        display: block;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
    }


.box-shock {
    border: solid 1px #DD1015;
    margin-bottom: 20px;
    padding: 15px 15px 0 15px;
}

.box-km-cat {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 5px 5px;
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 2px solid #22549D;
}

.orderby {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: -1px;
}

    .orderby i {
        margin: 0 5px 0 10px;
        color: #FF0000;
    }

    .orderby a {
        color: #288ad6;
    }

.box-km-title {
    background: #f3f3f3 linear-gradient(to bottom, #f3f3f3 0%, #dfdfdf 100%) repeat scroll 0 0;
    border-bottom: 2px solid #000;
    margin: -11px -11px 0 -11px;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
}

    .box-km-title span {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        font-size: 16px;
        background: #029b43;
        color: #fff;
        border-bottom: 2px solid #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }


.box-pro.tab-content {
    border: none;
    padding: 0;
}

.sub-cate-list {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

    .sub-cate-list a {
        display: inline-block;
        font-size: 14px;
        border-right: 1px solid #ccc;
        height: 20px;
        padding: 0 10px;
        line-height: 20px;
        text-align: center;
        color: #000;
    }

        .sub-cate-list a:hover {
            color: #E5322D;
            text-decoration: none;
        }

        .sub-cate-list a:last-child {
            border: none;
        }

.adv_left {
    margin: 0 0 15px 0
}

    .adv_left li {
        height: auto;
        overflow: hidden;
        margin-bottom: 15px
    }

        .adv_left li img {
            width: 100%;
            height: auto
        }

.link-all {
    position: absolute;
    top: 5px;
    right:70px;
    font-size: 13px;
    color: #E5322D;
}


.product {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.product-sm {padding:10px;}

.product .pic {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.product-lg .pic {
    padding-bottom: 76.5% !important;
}

.product-sm .pic {
    padding-bottom: 56% !important;
}

.product-sm.slick-slide .pic {
    padding-bottom: 40% !important;
}

.product .pic img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product .code {
    font-family: 'DPV2',Arial;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    color: #444;
}

.product .name {
    text-align: center;
    height: 42px;
    overflow: hidden;
    font-size: 16px;
}


.product-sm .code {
    font-size: 18px;
}

.product-sm .name {
    font-size: 14px;
}


@media(max-width:767px) {
    .product-sm.slick-slide .pic {
        padding-bottom: 90% !important;
    }
}



.row-price span {
    display: inline-block;
    margin-right: 8px;
    text-decoration: line-through;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    vertical-align: middle;
}

.row-price b {
    font-size: 16px;
    color: #e00;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}


p.discout {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 6;
}

    p.discout .icon-saleoff {
        background: #f00;
        height: 24px;
        padding-top: 10px;
    }

        p.discout .icon-saleoff sub {
            display: block;
            padding: 0 8px;
            font-size: 13px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            display: block;
        }

.product2 {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: auto;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-top: -1px;
}

    .product2 .p-hover {
        position: absolute;
        width: 100%;
        height: 210px;
        overflow: hidden;
        background-color: rgba(0,0,0,0.8);
        display: none;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 9999
    }

    .product2:hover .p-hover {
        display: block
    }

    .product2 strong {
        display: block;
        height: 43px;
        line-height: 18px;
        overflow: hidden;
        padding-top: 8px;
        font-size: 14px;
        color: #000;
    }

        .product2 strong a {
            color: #000;
            font-weight: 700;
        }

    .product2 .p-brand {
        float: left;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        margin-top: 5px;
        padding: 2px 4px;
        border: 1px solid #029b43;
    }

    .product2 .p-price {
        float: right;
        height: 40px;
    }

        .product2 .p-price .p-curent-price {
            font-weight: bold;
            font-size: 16px;
            color: #e00;
            margin-top: 5px;
            display: block;
            font-family: Arial;
        }

        .product2 .p-price .p-old-price {
            color: #666;
            text-decoration: line-through;
            margin: 0;
            display: block;
            font-size: 11px;
            height: 15px
        }

    .product2 .p-summary {
        display: block;
        padding: 10px;
        height: 153px;
        overflow: hidden;
        line-height: 18px
    }

    .product2 .btn-small-white {
        display: inline-block;
        background: #fff;
        border-radius: 2px;
        line-height: 23px;
        padding: 0 10px;
        cursor: pointer;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#efefef 99%);
        background: -webkit-linear-gradient(top,#fff 0,#efefef 99%);
        background: linear-gradient(to bottom,#fff 0,#efefef 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
        color: #333;
        border: 0;
        margin: 0 1px;
        margin-top: 10px;
        text-align: center;
    }

    .product2:hover strong a {
        color: #E5322D;
    }

.video-item {
    position: relative;
}

    .video-item .name {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        z-index: 999;
    }

        .video-item .name span {
            display: inline-block;
            background-color: rgba(255,255,255,0.4);
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            padding: 8px 15px;
        }

.address .address-title {
    display: block;
    width: 100%;
    color: #029b43;
    text-transform: uppercase;
    padding: 0;
    font: bold 14px/22px Arial;
    text-align: left;
}

.address-body {
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.mxh {
    margin-bottom: 10px
}

    ul.mxh li {
        display: inline-block
    }

        ul.mxh li img {
            height: 30px;
            margin-left: 5px
        }

div.page-title h2 {
    font-size: 18px;
    text-transform: uppercase
}

.page-nummber {
    position: relative;
    text-align: center;
    margin: 15px 0;
}

    .page-nummber a {
        color: #1e1e1e;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        padding: 5px 10px;
        display: inline-block;
        font-size: 13px;
        margin-left: 5px;
    }

        .page-nummber a:first-child {
            margin-left: 0
        }

        .page-nummber a.active, .page-nummber a:hover {
            background: #029b43;
            color: #fff;
            border: 1px solid #029b43
        }

.pro-detailt {
    background: #fff
}

    .pro-detailt h1 {
        margin-bottom: 13px;
        font-size: 22px;
        margin-right: 5px;
        color: #000;
        line-height: 28px;
    }

    .pro-detailt hr {
        margin: 10px 0 15px 0
    }

.prodt-r .table .l {
    min-width: 150px;
}

.prodt-r .table td {
    border: none;
    padding: 3px 0;
}

.prodt-r .pr {
    font-size: 25px;
    color: #c70404;
    font-weight: 700;
}

    .prodt-r .pr span {
        font-size: 12px;
        color: #333;
        margin-left: 5px
    }

.prodt-r .buy a {
    background: #22549D;
    padding: 6px 25px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
}

.prodt-r-info {
    margin-bottom: 15px;
}

    .prodt-r-info li {
        display: block;
        position: relative;
        padding-left: 12px;
        margin-bottom: 5px;
    }

        .prodt-r-info li::before {
            content: '';
            width: 5px;
            height: 5px;
            background: #E5322D;
            border-radius: 50%;
            position: absolute;
            top: 7px;
            left: 0;
        }

    .prodt-r-info.inline {
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px;
    }

        .prodt-r-info.inline li {
            display: inline-block;
        }

            .prodt-r-info.inline li:first-child {
                margin-right: 20px;
            }

.box-price {
    padding-bottom: 12px;
}

.price {
    font-size: 18px;
}

    .price span {
        text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #333;
    }

.price1 {
    position: relative;
}

    .price1 label {
        background: red;
        color: #fff;
        padding: 0 10px;
        font-weight: 400;
        margin-left: 10px;
    }

    .price1 span {
        text-decoration: line-through;
        text-decoration-color: red;
    }

.price span {
    font-size: 30px;
    color: #E5322D;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.sale {
    color: red;
}

    .sale strong {
        font-weight: 400;
    }

.img-block {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-color: #f8f8f8;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    border: solid 1px #F3F3F3
}

    .img-block img {
        width: 100%;
        visibility: hidden
    }

.area_order {
    display: block;
    overflow: hidden;
}

    .area_order .buy_now {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 9px 0;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        background: #fd6e1d;
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
        background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
        background: -moz-linear-gradient(top,#f59000,#fd6e1d);
        background: -ms-linear-gradient(top,#f59000,#fd6e1d);
        background: -o-linear-gradient(top,#f59000,#fd6e1d);
    }

    .area_order span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: none;
        font-weight: normal;
    }

.callorder {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #333;
}

    .callorder span {
        padding: 5px 0 0;
        display: block;
    }

    .callorder a {
        color: #288ad6;
    }

#sync2 {
    /*background: #f5f5f5;*/
    text-align: center;
}

    #sync2 .owl-carousel .owl-stage, #sync4 .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    #sync2 .owl-item, #sync4 .owl-item {
        padding: 8px 3px 3px;
    }

        #sync2 .owl-item p, #sync4 .owl-item p {
            padding: 2px;
            position: relative;
        }

        #sync2 .owl-item.current p, #sync4 .owl-item.current p {
            background: #029b43;
        }

            #sync2 .owl-item.current p:before, #sync4 .owl-item.current p:before {
                content: "";
                display: block;
                width: 16px;
                height: 8px;
                background: url(/images/icon/bg-arrow.png)no-repeat center top;
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                margin: auto;
            }

#sync4 img {
    margin: 0 auto;
}



.imgSync3 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 15px;
}


.tt-km {
    background: #fffcf3;
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin-bottom: 10px;
}

    .tt-km .km {
        border-bottom: 1px dashed #d7d7d7;
        padding-bottom: 0px;
        margin-bottom: 8px;
        background: url('/images/icon/km.gif') no-repeat left top;
        vertical-align: middle;
        line-height: 25px;
        padding-left: 25px;
    }

    .tt-km .shipping {
    }



.nav-pills {
    margin-bottom: 20px;
}

    .nav-pills > li > a {
        border-radius: 4px 4px 0 0;
        background: #eee;
        font-size: 15px;
    }

.box-sp {
    border: 1px solid #ccc;
    padding: 10px;
}

    .box-sp > li {
        display: block;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 8px;
        margin-bottom: 8px;
        background: url(/images/icon/ic_support.gif) no-repeat 0 3px;
        padding-left: 50px;
    }

        .box-sp > li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 5px;
        }

        .box-sp > li p {
            display: block;
            font-weight: bold;
            color: #000;
            font-size: 15px;
            margin-bottom: 3px;
        }

        .box-sp > li span {
            display: block;
            font-size: 15px;
            color: #ff0000;
            font-weight: bold;
        }

.images-post-slider {
    margin: 0 0 10px;
    position: relative
}

    .images-post-slider a.next-link, .images-post-slider a.prev-link {
        position: absolute;
        bottom: 20px;
        z-index: 999
    }

        .images-post-slider a.next-link i, .images-post-slider a.prev-link i {
            width: 25px;
            height: 25px;
            background-color: rgba(255,255,255,0.7);
            border-radius: 3px;
            line-height: 2;
            text-align: center
        }

    .images-post-slider a.next-link {
        right: 10px
    }

    .images-post-slider a.prev-link {
        left: 10px
    }

    .images-post-slider .image-holder {
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
        height: 290px;
        width: 100%;
        border: 1px solid #ededed;
        position: relative;
    }

        .images-post-slider .image-holder img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-height: 100%;
            max-width: 100%;
            margin: auto;
        }

    .images-post-slider .other-products {
        height: 73px;
        overflow: hidden;
        border: 1px solid #ededed;
        position: relative;
    }

        .images-post-slider .other-products img {
            max-width: 85%;
            max-height: 85%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

.alert {
    padding: 2px 15px;
    margin-left: 5px;
    font-size: 11px !important
}

.box-code-km {
    margin: 10px 0;
    background: #FAF9F8;
    padding: 10px;
}

    .box-code-km ul li {
        display: block;
        margin-bottom: 5px;
    }

.main-info {
    background: #eee;
    padding: 25px 0;
    margin-top: 15px
}

    .main-info h2 {
        font-size: 19px;
        text-transform: uppercase
    }

ul.ul-newsh {
    padding: 10px;
    border: 1px solid #ccc;
}

    ul.ul-newsh li {
        display: block;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: 1px dashed #ccc;
    }

        ul.ul-newsh li:last-child {
            border: none;
        }

        ul.ul-newsh li p {
            max-height: 92px;
            font-size: 13px;
            text-align: justify;
            overflow: hidden;
            font-weight: normal;
        }

        ul.ul-newsh li strong a {
            font-size: 13px;
            color: #333;
            line-height: 1.35;
            font-weight: bold;
        }


ul.ul-prokm {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

    ul.ul-prokm li {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
    }

        ul.ul-prokm li:last-child {
            border: none;
        }

    ul.ul-prokm h4 {
        font-size: 14px;
        max-height: 37px;
        overflow: hidden;
    }

        ul.ul-prokm h4 a {
            color: #333;
            line-height: 18px;
            font-weight: bold;
        }

    ul.ul-prokm .pr {
        font-size: 14px;
        font-weight: bold;
        color: #E5322D;
    }

    ul.ul-prokm .pr1 {
        text-decoration: line-through;
        height: 15px;
        color: #505050;
        font-size: 14px;
    }

.nav-tabs-km {
    border-bottom: 1px solid #22549D;
    margin-bottom: 10px;
}

    .nav-tabs-km li {
        display: inline-block;
    }

        .nav-tabs-km li a {
            display: block;
            padding: 8px 25px;
            background: #22549D;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            font-size: 16px;
        }

            .nav-tabs-km li a:hover, .nav-tabs-km li a:focus, .nav-tabs-km li.active a {
                background: #E5322D;
                color: #fff;
            }

.tab-content {
    position: relative
}

    .tab-content a.view-all {
        position: absolute;
        width: 181px;
        height: 38px;
        right: 0;
        top: -47px;
        z-index: 99;
        text-align: right;
        color: #fff;
        padding-right: 10px;
        padding-top: 4px
    }

.detail-post {
    margin-bottom: 15px
}

    .detail-post .title-post p {
        margin: 7px 0 0 0 !important;
        font-size: 15px
    }

    .detail-post .title-post h1 {
        margin: 0px 0 8px 0;
        font-size: 30px;
        color: #333;
        line-height: 1.35;
    }

.post-related li {
    padding: 5px 0 5px 20px;
    display: block;
    background: url(/images/icon/bg-dli.png)no-repeat left 10px;
}

.news-item {
    padding: 10px 0;
    display:flex;
}

    .news-item .ct {
        width:calc(100% - 300px)
    }

    .news-item .thumb {
        width: auto;
        max-width: 300px;
        position: relative;
        margin-right: 15px;
    }

        .news-item .thumb img {
            max-width: 100%;
        }

    .news-item a.alink {
        display: inline-block;
        padding: 2px 10px;
        background: #aaa;
        color: #fff;
        font-size: 12px;
    }

        .news-item a.alink:hover, .news-item a.alink:before, .news-item a.alink:active {
            background: #029b43;
            color: #fff;
        }


        @media(max-width:767px) {
            .news-item { flex-direction:column;}
                .news-item .thumb {width:100%;padding:0 0 15px 0;}
                .news-item .ct {
                    width: 100%
                }
        }


.sidebar-right {
    margin-bottom: 15px
}

    .sidebar-right h3 {
        background: #1B76BD;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 7px 10px;
        margin-bottom: 0
    }

    .sidebar-right ul {
        border: 1px solid #d5d5d5;
        border-top: 0;
        padding: 10px
    }

        .sidebar-right ul li {
            border-bottom: 1px dashed #d5d5d5;
            margin-bottom: 5px;
            padding-bottom: 5px
        }

.view-content ul li {
    padding-bottom: 7px;
    display: block;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 7px
}

    .view-content ul li > a {
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        color: #333
    }

    .view-content ul li div {
        margin-top: 7px
    }

        .view-content ul li div p {
            margin-bottom: 3px
        }

            .view-content ul li div p b {
                color: Red;
                margin-right: 5px
            }



@media (max-width:992px) {
    .siderbar-link .siderbar-link-content ul li a {
        width: 100%
    }

    .home-page-top .dtop h3 {
        font-size: 18px
    }
}

@media (max-width:768px) {


    .product .cr .pull-right {
        float: none !important;
    }

    .product .cr {
        text-align: center;
    }

    .navbar-toggle {
        position: absolute;
        left: 0;
        margin-bottom: 0;
        padding: 0;
        margin-top: 13px;
    }

        .navbar-toggle .icon-bar {
            background: #fff;
            height: 4px;
            width: 25px;
        }

    .nav-top > li > a {
        padding: 8px 5px;
    }

    .nav-top > li:nth-child(2) > a {
        border: none !important;
    }

    .nav-top > li:last-child {
        display: inline-block !important;
    }

    .main-menu.mobile {
        max-height: 350px;
        overflow-y: scroll;
    }

    .nav-main-container .container {
        padding: 0 7px;
    }

    .main-menu {
        display: none;
        border: none !important;
    }

        .main-menu > li {
            padding: 12px;
        }

            .main-menu > li > a {
                font-size: 14px;
                text-transform: uppercase;
            }


    .sub-menu {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        margin: 0;
        padding: 0;
        left: auto !important;
        border: none !important;
        margin-top: 10px;
    }

        .sub-menu > li {
            display: block;
            float: none !important;
            width: 100% !important;
            text-align: left !important;
            border-top: 1px dashed #d5d5d5;
            padding-left: 15px;
            padding-bottom: 8px;
            padding-top: 8px;
            margin: 4px 0;
        }


    .box-pro .row {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .box-pro .row .col-xs-6 {
            display: inline-block !important;
            white-space: normal;
            float: none;
        }

    .mgbt-lg {
        margin-bottom: 20px
    }

    .mgbt-sm {
        margin-bottom: 15px
    }

    .mgbt-xs {
        margin-bottom: 10px
    }

    .home-page-top .dtop h3 {
        font-size: 16px
    }

    div.home-page-content {
        margin-top: 0
    }

    .home-page-top {
        margin-top: 0
    }

    ul.nav-tabs.nav-tabs-m li {
        float: left;
        width: 33.3333%;
        text-align: center;
        margin: 0;
    }

        ul.nav-tabs.nav-tabs-m li a {
            font-size: 14px;
            margin: 0;
            padding: 4px 15px
        }

    div.div-responsive {
        width: 914px;
        overflow: hidden
    }

    .main-info {
        padding: 15px 0 0 0;
        margin-top: 15px;
    }

        .main-info h2 {
            font-size: 15px
        }

        .main-info .map {
            max-height: 140px;
            overflow: hidden
        }

    .nav-info > ul > li {
        margin: 9px
    }


    .checking-form .total-box .inner-total {
        width: auto;
        float: none
    }

        .checking-form .total-box .inner-total .table td {
            padding: 7px 10px
        }


    .p-built-mobile {
        width: 300px !important
    }

    .video-box-container {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .video-box-list {
        width: 100% !important;
    }
}


.box-km-title .sp2 {
    font-size: 16px;
    background: #E5322D;
    color: #fff;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-left: -11px;
    margin-bottom: 10px;
}

.owl-carousel-pro-km.owl-theme.owl-top .owl-nav [class*='owl-'] {
    position: absolute;
    top: -55px !important;
}

.owl-carousel-pro-km .owl-dots {
    bottom:-25px;
}

.video-box h2, .news-box h2 {
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 20px;
}

    .video-box h2 span, .news-box h2 span {
        font-size: 20px;
        text-transform: uppercase;
        color: #1b76bd;
        font-weight: 700;
        display: inline-block;
        background: #fff;
        margin-bottom: -12px;
        padding-right: 10px;
    }

.video-box-container {
    float: left;
    width: 60%;
    margin-right: 2%;
}

.video-box-list {
    float: right;
    width: 38%;
}

    .video-box-list li {
        display: block;
        margin-bottom: 10px;
    }

        .video-box-list li img {
            display: inline-block;
            margin-right: 10px;
            width: 100px;
            height: 65px;
            float: left;
        }

        .video-box-list li span {
        }

.advFix {
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 999;
}

    .advFix .container {
        position: relative;
    }

    .advFix img {
        text-align: center;
    }

.closeA {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    background-color: #333;
    color: #FFF;
    cursor: pointer;
    z-index: 99;
    line-height: 20px;
}

.content-post a {
    color: #E5322D !important;
}

.box-km {
    border: 1px solid #ccc;
    padding: 15px
}

.product-form {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .product-form input[type=text] {
        display: block;
        width: 100%;
        padding: 5px 10px;
    }

    .product-form input[type=button], .product-form .btn-order {
        display: block;
        width: 100%;
        border: 1px solid #288ad6;
        background: #288ad6;
        color: #fff;
        border-radius: 4px;
        padding: 10px 0;
    }

ul.shipping li {
    display: block;
    padding: 8px;
}

    ul.shipping li:nth-child(2n + 1) {
        background: #f5f5f5;
    }

#histats_counter {
    position: fixed;
    bottom: -5px;
    left: 0;
}

.wrap-suggestion {
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    left: -122px;
    width: calc(100% + 122px);
    z-index: 9999;
    max-height: 300px;
    overflow-y: scroll;
    margin: 0;
    padding: 0
}

    .wrap-suggestion:after, .wrap-suggestion:before {
        bottom: 100%;
        left: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute
    }

    .wrap-suggestion:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px
    }

    .wrap-suggestion:before {
        border-color: rgba(218,218,218,0);
        border-bottom-color: #dadada;
        border-width: 9px;
        margin-left: -9px
    }

    .wrap-suggestion li {
        display: block;
        background: #fff;
        overflow: hidden;
        list-style: none;
        border-bottom: 1px dotted #ccc;
        padding-left: 10px
    }

        .wrap-suggestion li a {
            display: block
        }

        .wrap-suggestion li:last-child {
            border-bottom: 0
        }

        .wrap-suggestion li a {
            display: block;
            overflow: hidden;
            padding: 6px;
            color: #1B76BD;
            font-size: 12px;
            line-height: 16px;
            font-weight: 700
        }

            .wrap-suggestion li a:hover {
                text-decoration: none
            }

            .wrap-suggestion li a img {
                float: left;
                width: 80px;
                height: auto;
                margin: 0 10px 0 0
            }

            .wrap-suggestion li a h3 {
                display: block;
                width: auto;
                color: #333;
                font-size: 13px;
                font-weight: 400;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-top: 5px;
                line-height: 20px
            }

            .wrap-suggestion li a h6 {
                font-size: 12px;
                color: #d0021b;
                font-weight: 700
            }

            .wrap-suggestion li a span {
                float: left;
                font-size: 13px;
                color: #333
            }

                .wrap-suggestion li a span.price {
                    font-size: 12px;
                    color: #c70100;
                    float: none
                }

            .wrap-suggestion li a label {
                display: block;
                font-size: 12px;
                color: #999;
                padding-left: 56px
            }

                .wrap-suggestion li a label strong {
                    font-size: 12px;
                    color: #d0021b
                }

.box_load {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    height: 200px;
    width: 200px;
    margin: 30px auto;
    text-align: center;
    background: url(/images/icon/loading-full.gif)no-repeat center;
}

.item_load {
    vertical-align: middle;
    display: table-cell;
    height: 200px;
    width: 200px;
    line-height: 1.5;
}

    .item_load span {
        font-size: 30px;
        display: block;
        color: #d00306;
    }

#popup {
    text-align: center;
}

    #popup img {
        max-width: 90%;
        display: block;
        margin: auto;
    }

/* UPDATE 27-10-2020 */

#top::before {
    background: #222 url(/images/icon/pattern-brick.png) repeat top left;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

#top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #f9f111;
}

    #top .hl {
        display: inline-block;
    }

        #top .hl b {
            font-size: 20px;
        }


.fancybox-container .showrooms {
    max-width: 1440px !important;
    overflow: hidden;
    border-radius:12px;
}

.js-box-showrooms {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    display: none;
}

.showrooms {
    display: inline-block !important;
    padding-bottom:30px;
}

    .showrooms:before {
        content: "";
        display: block;
        background: #ccc;
        z-index: -1;
        position: absolute;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        top: 0;
        height: 1px;
    }

    .showrooms .title {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 15px;
        padding-top: 20px;
        margin-top: 0;
    }

    .showrooms .showroom {
        margin-bottom: 20px;
    }

        .showrooms .showroom .titH4 {
            line-height: 28px !important;
            font-size: 17px !important;
            margin-top: 0;
        }

    .showrooms .showroom {
        margin: 0 10px 20px 10px;
        width: calc(100% / 5 - 20px);
        float: left;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        min-height:356px;
    }

        .showrooms .showroom .name {
            line-height: 22px !important;
            font-size: 16px !important;
            margin-top: 0;
            font-weight: 700;
            margin-bottom: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .showrooms .showroom .thumbs {
            width: 100%;
            margin-bottom: 15px;
            border: 2px solid #029b43;
            box-shadow: -1px 3px 3px 0 #ccc
        }


            .showrooms .showroom p * {
                font-size: 14px !important
            }

        .showrooms .showroom p:nth-child(4) strong {
            color: #E5322D
        }

        .showrooms .showroom p:nth-child(5) strong {
            color: #E5322D
        }

    .showrooms .showroom2 {padding-top:20px;min-height:150px !important}
        .showrooms .showroom2 p:nth-child(2) strong {
            color: #E5322D
        }
    .showrooms .showroom2 p:nth-child(3) strong {
        color: #E5322D
    }


        .showrooms .showroom .number {
            background: #dd1015;
            display: inline-block;
            width: 25px;
            height: 20px;
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            font-weight: 700;
            border-radius: 4px;
            -moz-border-radius: 4px;
            box-shadow: -3px 3px 3px 0 #ccc;
            float: left;
            margin-right: 10px;
            vertical-align: middle
        }

@media (max-width:768px) {
    .header .logo {
        margin-bottom: 8px;
        position: relative !important;
    }

    .showrooms .showroom {
        width: calc(100% - 20px);
    }
}


#highlightContent.show {
    max-height: none;
    margin-bottom: 12px;
}

#highlightContent, #highlightContentTop {
    display: none;
}

    .fancybox-is-open #highlightContentTop {display:block;}

    #highlightContentTop {
        text-align: justify;
    }
    /*
    #highlightContentTop * {
        color: #fff;
    }*/

    #highlightContentTop img {
        max-width: 100%;
    }

    #highlightContentTop a {
        /*color: #fff !important;*/
        font-weight: bold;
        font-size: 16px;
        text-decoration: underline;
    }

    #highlightContentTop h2, #highlightContentTop h3 {
        margin: 15px 0 15px 0;
        /*color: #fff;*/
        position: relative;
        font-size: 24px;
        padding-bottom: 10px;
    }

        #highlightContentTop h2::after, #highlightContentTop h3::after {
            content: '';
            height: 2px;
            width: 100px;
            left: 0;
            bottom: 0;
            /*background: #fff;*/
            position: absolute;
        }

    #highlightContentTop h3 {
        font-size: 22px;
    }

#highlightContent::after {
    content: '';
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-size: cover;
    background: linear-gradient(180deg,rgba(255,255,255,0),#fff);
}

.show {
    display: block !important;
}

.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #029b43;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    margin: 15px auto;
    max-width: 400px;
    background: #fff;
}

    .viewmore.viewmore-sm {
        border: none;
        margin: 10px auto;
    }

    .viewmore:after {
        content: '';
        width: 0;
        right: 0;
        border-top: 8px solid #029b43;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

.ul-cat {
    max-height: inherit;
}

    .ul-cat > li {
        display: block;
    }

        .ul-cat > li > a {
            display: block;
        }

        .ul-cat > li.active > a, .ul-cat > li:hover > a {
            font-weight: bold;
        }

    .ul-cat > li {
        display: block;
        position: relative;
        border-bottom: 1px dashed #ededed;
    }

        .ul-cat > li > a {
            display: block;
            padding: 12px 15px;
            font-weight: bold;
            font-size: 14px;
        }

    .ul-cat i {
        position: absolute;
        top: 0px;
        right: 0;
        width: 40px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    .ul-cat > li ul {
        border-top: none;
        border-bottom: none;
        display: none;
        margin-bottom: 5px;
    }

        .ul-cat > li ul li {
            display: block;
            position: relative;
        }

            .ul-cat > li ul li a {
                display: block;
                padding: 4px 10px 4px 20px
            }

    .ul-cat > li.active > ul {
        display: block;
    }

        .ul-cat > li.active > ul > li.active > ul {
            display: block;
        }

.icon-plus {
    background: url(/images/icon/sprite.png) no-repeat -113px -19px;
}

.icon-minus {
    background: url(/images/icon/sprite.png) no-repeat -113px -48px;
}

.ul-cat li.active > a {
    color: #E5322D;
}

.ul-cat li.parent > a {
    margin-right: 30px;
}

.ul-cat a.open {
    color: #E5322D;
}

.box-p strong {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@keyframes rain {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: 500px 1000px
    }
}

.effect-rain {
    background-image: url("../img/effects/rain.png");
    animation: rain 2s linear infinite
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: -500px -1000px, -400px -400px, 300px 300px
    }
}

.effect-sparkle {
    background-image: url("../img/effects/sparkle1.png"),url("../img/effects/sparkle2.png");
    animation: sparkle 60s linear infinite
}

@keyframes glass {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px
    }
}

.effect-sliding-glass {
    background-image: url("../img/effects/glass1.png"),url("../img/effects/glass2.png");
    animation: glass 30s linear infinite
}

@keyframes confetti {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

.effect-confetti {
    background-image: url("../img/effects/confetti1.png"),url("../img/effects/confetti2.png");
    animation: confetti 10s linear infinite
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

.effect-snow {
    background-image: url("../img/effects/snow1.png"),url("../img/effects/snow2.png");
    animation: snow 20s linear infinite
}

.effect-sparkle {
    background-image: url(../img/effects/sparkle1.png),url(../img/effects/sparkle2.png);
    animation: sparkle 60s linear infinite;
}

.no-click {
    pointer-events: none;
}

.fill1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.down {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

    .down * {
        font-size: 18px;
        color: #adadad;
    }

.pulse {
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.buttons2 {
    background: rgba(218,33,40,0.6);
    height: 41px;
    line-height: 41px;
    text-transform: uppercase;
    color: #333;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
    border: 1px solid rgba(218,33,40,0.1);
}

@media(max-width:767px) {
}

.buttons2 a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: block;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .atip {
        display: none !important;
    }
}

#tabs-video {
    background: #f8f8f8;
}

    #tabs-video iframe {
        min-height: 520px;
    }

.padding-sticky {
    height: 0;
}

#myTabProDtBar.sticky {
    position: fixed;
    top: 0;
    width: 1080px;
    z-index: 9999;
    background: #fff;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #029b43;
}

    #myTabProDtBar.sticky + .padding-sticky {
        height: 44px;
    }

#myTabProDtBar a {
    display: block !important;
    padding: 8px 15px;
}

.product-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

    .product-info li {
        list-style: disc;
        margin-bottom: 5px;
    }

        .product-info li strong {
            color: #21a63b
        }

.DetailC img {
    width: inherit !important;
}

.dDescP {
    font-size: 16px;
    line-height: 1.6;
/*    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);*/
}

    .dDescP p, .dDescP p * {
        font-size: 16px;
        line-height: 1.8;
    }

    .dDescP img {
        max-width: 100%;
        display: block;
        margin: 15px auto;
    }

.dDescP-title {
    font-size: 17px;
    color: #E5322D;
    text-transform: uppercase;
    font-weight: bold;
}

.dDescP h2, .dDescP h3, .dDescP h4 {
    font-weight: bold;
}

.dDescP h2 {
    font-size: 18px;
    margin: 15px 0;
}

.dDescP h3 {
    font-size: 16px;
    margin: 15px 0;
}

.dDescP h4 {
    font-size: 16px;
    margin: 10px 0;
}

.dDescP a, .dDescP a * {
}

.dDescP ul {
    margin-left: 20px;
}

    .dDescP ul li {
        list-style: disc;
        margin-bottom: 8px;
    }

.dDescP * {
    font-family: Arial !important;
}

.imgSync3 span {
    color: #fff
}

.dDescP img {
    height: auto !important;
}

.dDescP .owl-carousel img {
    margin: auto !important
}

.dDescP .owl-carousel strong {
    display: block;
}

.dDescP .owl-carousel a {
    font-size: 13px;
    line-height: 20px !important;
}

.dHotline strong {
    display: inline-block;
    color: #e51e26;
    margin-right: 5px;
}

.dHotline p:last-child strong {
    color: #21a63b
}

.dHotline p:last-child {
    margin-bottom: 0;
}

.dHotline p:first-child {
    font-weight: bold;
}

.dHotline {
    border-left: 3px solid #e51e26;
    padding: 15px;
    background: #f5f5f5;
    margin-top: 20px;
}

@media(max-width:767px) {
    .dHotline {
        padding: 10px;
    }
}

.noen {
    background-image: url(/images/icon/BG-min.png?v=2);
    background-color: #daf5ff;
    background-size: cover;
    background-attachment: fixed;
}

.tet2021:before {
    position: fixed;
    width: 120px;
    z-index: 9999;
    left: 0;
    top: 0;
    content: '';
    height: 125px;
    background: url(/images/icon/tet2022LAL.png?v=2023) no-repeat top left;
    background-size: contain;
}

.tet2021:after {
    position: fixed;
    width: 120px;
    z-index: 9999;
    right: 0;
    top: 0;
    content: '';
    height: 125px;
    background: url(/images/icon/tet2022RAL.png?v=2023) no-repeat top right;
    background-size: contain;
}

@media(max-width:1366px) {
    .tet2021:before {
        width: 90px;
    }

    .tet2021:after {
        width: 90px;
    }
}

@media(max-width:767px) {
    .tet2021:before {
        width: 60px;
        height: 60px;
    }

    .tet2021:after {
        width: 60px;
        height: 60px;
    }
}

.tet2022:before {
    position: fixed;
    width: 150px;
    z-index: 2222;
    left: 0;
    top: 0;
    content: '';
    height: 300px;
    background: url(/images/icon/tet2022LAL.png) no-repeat top left;
    background-size: contain;
}

.tet2022:after {
    position: fixed;
    width: 150px;
    z-index: 2222;
    right: 0;
    top: 0;
    content: '';
    height: 300px;
    background: url(/images/icon/tet2022RAL.png) no-repeat top right;
    background-size: contain;
}

@media(max-width:1366px) {
    .tet2022:before {
        width: 150px;
    }

    .tet2022:after {
        width: 150px;
    }
}

@media(max-width:767px) {
    .tet2022:before {
        width: 80px;
        height: 80px;
    }

    .tet2022:after {
        width: 80px;
        height: 80px;
    }
}


.tet2021 .top-tet {
    height: 50px;
    width: 100%;
    background: #222 url(/images/icon/tet2023center.png) repeat-x top left
}

img.lazy {
    text-indent: -10000px
}

.grid-img {
}

    .grid-img .grid-item {
        height: 167px;
        overflow: hidden;
        border: 2px solid #fff;
        position: relative;
        width: 26%;
        cursor: pointer;
        display: block;
        float: left;
    }

@media(min-width:481px) {
    .grid-img .grid-item:nth-child(4) {
        height: 166px;
    }
}

.grid-img .grid-item:first-child {
    width: calc(100% - 26%);
    float: left;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .grid-img .grid-item:first-child .zoom {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 170px;
        height: 32px;
        font-size: 14px;
        text-align: center;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        z-index: 222;
        padding: 5px 10px;
    }

        .grid-img .grid-item:first-child .zoom i {
            margin-right: 5px;
        }

.grid-img .grid-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.grid-img .grid-item.grid-item-3 .zoom {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    width: 80px;
    height: 28px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 999;
    padding: 5px 10px;
}



.album {
    border: 1px solid #ededed;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    text-align: left;
}

    .album h3 {
        color: #000;
        font-weight: bold;
        line-height: 1.6;
    }

@media(max-width:480px) {
    .album {
        padding: 15px 10px;
    }

    .grid-img .grid-item:first-child {
        width: 100%;
        height: 250px;
    }

    .grid-img .grid-item {
        height: 100px;
        width: 25%;
        float: left
    }

    .grid-img.grid-img-p .grid-item {
        height: 100px;
        width: calc(100% / 3) !important;
        float: left
    }

        .grid-img.grid-img-p .grid-item:first-child {
            height: auto !important;
            width: 100% !important;
        }
}

#toc_container {
    background: #f9f9f9;
    border: 1px dashed #aaa;
    padding: 10px;
    margin-bottom: 1em;
}

    #toc_container p.toc_title {
        text-align: left;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    #toc_container span.toc_toggle {
        font-weight: 400;
        font-size: 90%;
    }

    #toc_container p.toc_title + ul.toc_list {
        margin-top: 1em;
    }

#toc ul {
    margin-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#toc li {
    display: block;
    margin-bottom: 5px;
}

.collapsible-item {
    margin-bottom: 10px !important;
}

    .collapsible-item h4 {
        margin: 0 !important;
    }

#sync1 {
    min-height: 500px !important
}

    #sync1 a {
    }

    #sync1 img {
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (max-width:639px) {
    #sync1 a.img16x9 {
        padding-bottom: 75% !important;
        }
}



.pro-btn-group {
}

    .pro-btn-group .btng {
        background: #1b76bd;
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 700;
        vertical-align: middle;
        cursor: pointer;
        font-size: 16px;
    }

        .pro-btn-group .btng.btng1 {
            background: #0b9444;
        }

        .pro-btn-group .btng.btng2 {
            background: #0b5f9b;
        }

        .pro-btn-group .btng.btng3 {
            background: #158fd8;
        }

        .pro-btn-group .btng:hover {
            background: #C01919 !important;
        }


/*#trueModal h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    color: red;
}

#trueModal .call {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}*/

.hotline {
    float: right;
    font-size: 15px;
    color: #f9f111;
    background: url(https://daiphucvinh.com.vn/images/icon/fuvico.png) no-repeat top left;
    background-size: contain
}

.hotline1 {
    /* border: 1.5px solid #f4e66c;*/
    /*border-radius: 0 10px 10px 0;*/
    margin-left: 28px;
    border-left: 0;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 3px;
    height: 50px;
}


    .hotline1 h1 {font-size:16px;}

    .hotline p, .hotline h1 {
        margin: 0;
        line-height: 1.4;
    }

.hotline a {
    color: #f9f111;
    font-weight: 700;
}

.hotline p span {
    display: block;
    text-align:center;
    /*width: 124px;*/
    font-size: 13px;
}

.hotline p strong {
    display: inline-block;
    margin-left: 4px;
    font-size: 20px;
    line-height: 1.1;
    color: #DA2128;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}

.video-list {
    margin-bottom: 15px;
}

    .video-list .video-thumb {
        margin-bottom: 10px;
        position: relative;
    }

.video-thumb .video-img {
    width: 100%;
}

.video-thumb .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-search {
    margin-bottom: 10px;
}

.video-title {
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
    font-size: 13px;
}

.video-time {
    margin-top: 5px;
    margin-bottom: 0;
    background: url(/images/icon/clock_16.png) no-repeat center left;
    padding-left: 20px;
}


.dDescP .table td *, .dDescP .table td {
    text-align: left !important;
    font-style: normal !important;
}

.heading1 {
    display: block;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    padding: 0px 20px 5px 0;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding-left: 15px;
    background: #f5f5f5;
    padding-top: 8px;
}

ul.nav-sider-bar {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ececec;
    padding: 8px 0;
}

    ul.nav-sider-bar li {
        display: block;
        margin: 1px 2%;
    }

    ul.nav-sider-bar > li:last-child > a {
        border: none;
    }

    ul.nav-sider-bar > li a {
        display: block;
        font-size: 13px;
        padding: 6px 10px 5px 12px;
        position: relative;
        color: #000;
    }

    ul.nav-sider-bar > li > .tit1 {
        font-weight: 400;
    }

    ul.nav-sider-bar > li.ac > a, ul.nav-sider-bar > li:hover > a {
        color: #1e1e1e !important;
    }

    /* width */
    ul.nav-sider-bar::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    ul.nav-sider-bar::-webkit-scrollbar-track {
        background: #ededed;
    }

    /* Handle */
    ul.nav-sider-bar::-webkit-scrollbar-thumb {
        background: #777;
    }

        /* Handle on hover */
        ul.nav-sider-bar::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

ul.sub-menu-side-bar.active {
    display: block;
}

ul.sub-menu-side-bar {
    background: #fff;
}

    ul.sub-menu-side-bar li {
        padding-left: 22px;
        border-bottom: 1px dashed #eee;
    }

        ul.sub-menu-side-bar li:last-child {
            border-bottom: 0;
        }

        ul.sub-menu-side-bar li a:before {
            content: "";
            width: 5px;
            height: 5px;
            display: block;
            background: #ccc;
            position: absolute;
            left: 0;
            top: 15px;
        }

        ul.sub-menu-side-bar li.ac a {
            color: #1e1e1e;
            font-weight: bold;
        }

.validation-advice {
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.m-checkbox {
    padding-left: 33px !important;
}

.m-checkbox-checked {
    background: url(/images/icon/checkbox_unchecked.png) 10px 8px no-repeat;
}

    .m-checkbox-checked:hover {
        background: url(/images/icon/checkbox_unchecked_hover.png) 10px 8px no-repeat;
    }

.m-checkbox-unchecked {
    background: url(/images/icon/checkbox_checked.png) 10px 8px no-repeat;
}


.box-filter .filter-item {
    float: left;
    width: auto;
    margin-right: 15px;
    position: relative;
}

    .box-filter .filter-item .filter-item-title {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 6px 22px 6px 15px;
        position: relative;
        cursor: pointer;
    }

@media(max-width:667px) {
    .box-filter {
        position: relative;
    }

        .box-filter .filter-item {
            width: auto;
            position: initial;
            margin: 2px 1% 2px 0;
        }

            .box-filter .filter-item .filter-item-title {
                display: block;
            }
}

.box-filter .filter-item .filter-item-title::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 14px;
    right: 8px;
    width: 0;
}

.filter-item-value {
    background: #fff;
    position: absolute;
    display: none;
    z-index: 999;
    position: absolute;
    min-width: 250px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    margin-top: 2px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .filter-item-value > li a {
        display: block;
        font-size: 14px;
        padding: 8px 10px 7px 12px;
        position: relative;
        border-bottom: 1px solid #ececec;
        color: #000;
    }

    .filter-item-value > li:last-child a {
        border-bottom: none;
    }

.box-filter-curent {
    margin-top: 10px;
}

    .box-filter-curent a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
        padding: 4px 25px 4px 10px;
        background: url(/images/icon/close_atr.png) no-repeat 92%, #029b43;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
    }

        .box-filter-curent a.remove-filter {
            background: url(/images/icon/close_atr.png) no-repeat 92%, #E5322D;
        }

@media (min-width: 768px) {
    #tabs-video .col-sm-3 {
        width: 24.3333%
    }
}

.contact-info li {
    display: inline-block;
}

.du-an {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .du-an .thumb img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }

.du-an-lg .thumb {
    height: 550px;
    overflow: hidden;
}

.du-an-sm .thumb {
    height: 265px;
    overflow: hidden;
    border-radius:8px;
}

    .du-an-sm .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.du-an .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 11;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 20px
}

    .du-an .content h3 {
        margin-bottom: 0px;
        line-height: 24px;
        font-size: 16px;
        text-align: left;
    }

@media(max-width:767px) {
    .du-an .thumb {
        height: auto !important
    }
}

.BoxH .box-imgN {
    display: block;
    position: relative;
    height: 300px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.BoxH2 .box-imgN {
    width: 30%;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.BoxH2 .title-news {
    font-size: 16px;
    line-height: 20px;
}

.BoxH2 .ctn-news {
    text-align: right;
    font-size: 16px;
    padding-top: 5px !important;
}

.BoxH2 p, .BoxH p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb-news {
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius:8px;
}

.hdsd {
}

.calato {
    display: inline-block;
    margin-bottom: 0 !important;
}

    .calato img {
        display: inline-block !important;
        margin: 0 !important
    }

.catalo-thumb {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    height: 250px;
    position: relative;
}

    .catalo-thumb img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.product-calato {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}

    .product-calato li a {
        background: #E5322D;
        color: #fff;
        display: block;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .product-calato li:hover a {
        opacity: 0.8
    }

    .product-calato li a img {
        height: 30px !important;
    }

    .product-calato li.calato {
        margin-right: 15px;
    }

    .product-calato li.hdsd {
        margin-right: 0;
    }

        .product-calato li.hdsd a {
            background: #1b76bd;
            color: #fff
        }


.product-action {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 2rem 0;
}
    .product-action a {
        background: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
        color: #fff;
        display: block;
        padding: 0 20px;
        border-radius: 4px;
        align-items: center;
        gap: 5px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }
        .product-action a.btn0 {
            background: linear-gradient( 180deg,#ff2626 0%,#7f0400 100%);
        }
        .product-action a.btn1 {
            background: linear-gradient( 180deg,#1ff749 0%,#006b2d 100%);
        }

        .collapsible-item-title {
            font-size: 13px !important;
        }

@media screen and (max-width: 639px) {
    .product-action {
        justify-content: space-between;
    }
        .product-action a.btn0 {
            width:100%;
        }
    #sync1 {
        min-height: 300px !important;
    }
}

    .fancybox-slide > div {
        vertical-align: top !important;
        border-radius: 8px;
    }

    /* EDIT HOTLINE */

    .row-hotline .col-left, .row-hotline .col-right {
        background: #f5f5f5;
        padding-top: 15px
    }

    @media (min-width:1023px) {
        .row-hotline .col-left {
            border-right: 2px solid #00804A;
        }
    }


    .citys {
        max-width: 600px;
        margin: auto;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
    }

    .citys-head {
        text-align: center;
    }

        .citys-head .h3 {
            margin-bottom: 10px;
            margin-top: 10px;
            font-size: 17px;
            font-weight: bold;
        }

        .citys-head .desc {
            font-size: 14px;
            margin: 0 0 15px 0;
        }

    .city {
        margin-bottom: 13px;
    }

    .city-name {
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        color: #be0000;
        text-align: center;
        margin-bottom: 10px;
    }

    .city-body {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

        .city-body .call {
            width: calc(100% / 2 - 10px);
            background: #00804A;
            color: #fff;
            padding: 5px;
            border-radius: 8px;
            display: flex;
            flex-direction: row;
            text-decoration: none;
            transition: all ease 0.3s
        }

            .city-body .call:hover {
                background: #005833;
            }



            .city-body .call .info {
                display: flex;
                flex-direction: column;
                margin: auto 15px;
                font-size: 16px;
            }

            .city-body .call .avatar {
                width: 60px;
                border: 2px solid rgba(255,255,255,0.5);
                border-radius: 8px;
                transition: all ease 0.3s
            }

            .city-body .call:hover .avatar {
                border: 2px solid rgba(255,255,255,0.9);
            }

    @media(max-width:1366px) {
        .city-body .call .avatar {
            width: 50px;
        }

        .fancybox-slide > div {
            padding: 10px !important;
            margin: 0 !important;
        }
    }

    @media(max-width:480px) {

        .fancybox-slide > div {
            vertical-align: middle !important
        }

        .city-name {
            font-size: 13px;
        }

        .city-body .call {
            border-radius: 4px;
        }

            .city-body .call .info {
                margin: auto 10px;
                margin-right: 0;
                font-size: 12px;
            }

                .city-body .call .info b {
                    font-size: 14px;
                }

            .city-body .call .avatar {
                width: 50px;
            }
    }

    /* END EDIT HOTLINE */


    /* EDIT 2023 */

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .owl1 .owl-item {
        position: relative;
    }

        .owl1 .owl-item:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            content: '';
            background-image: linear-gradient(transparent, #fff);
        }

        .owl1 .owl-item.active:before {
            display: none;
        }



    .cat1 {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        margin: 15px auto 25px auto;
    }

        .cat1 .thumb {
            position: relative;
            overflow: hidden
        }

            .cat1 .thumb img {
                width: 100%;
            }

            .cat1 .thumb::after {
                width: 100%;
                height: 25%;
                content: '';
                background-image: linear-gradient(transparent, #fff);
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 222;
            }


        .cat1 .body {
            padding: 25px 15px;
            text-align: center;
        }

        .cat1 .name {
            font-family: 'DPV2', Arial, sans-serif;
            text-transform: uppercase;
            font-size: 20px;
            margin-bottom: 10px;
        }

    .category {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .category a {
            display: block;
            width: calc((100% / 10) - 20px);
            margin: 10px;
        }


    .nav-tabs .nav-item {
        max-width: calc((100% / 10) - 5px);
        display: inline-flex;
    }

        .nav-tabs .nav-item .btn {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }


    .product {
        position: relative;
        height: 0;
        padding-bottom: 100% !important;
    }

    .owl-item .product, .boxf .product {
        padding-bottom: 155% !important
    }

    .product-name {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.3;
        font-family: 'DPV2', Arial, sans-serif;
    }

    .product-content {
        text-align: center;
        font-family: 'DPV2', Arial, sans-serif;
        font-size: 18px;
    }


    .product-thumbnail {
        height: 0;
        padding-bottom: 57%;
        position: relative;
    }

        .product-thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-height: 100%;
            max-width: 100%;
            margin: auto;
            width: auto !important;
        }


    .slick-slide {
        text-align: center;
        font-family: 'DPV2', Arial, sans-serif;
    }

    .slider-nav .slick-slide {
        cursor: pointer;
        font-size: 13px;
        padding: 0 12px;
    }


    .slider-nav .slick-current {
        border-bottom: 3px solid #029b43;
    }



    .nav-tabs-home li {
        display: inline-block;
        text-align: center;
    }

        .nav-tabs-home li strong {
            display: block;
            cursor: pointer;
            padding: 10px 15px;
            border-bottom: 3px solid transparent;
            font-size: 13px;
            background: #fff;
        }

            .nav-tabs-home li strong.active {
                border-bottom: 3px solid #029b43;
                background: #fff;
            }


    @media(max-width:768px) {

        .p-4 {
            padding: 0 !important
        }

        h2, .h2 {
            font-size: 1.5rem !important;
        }

        h3, .h3 {
            font-size: 1.25rem !important;
        }

        h4, .h4 {
            font-size: 1rem !important;
        }

        .slider-nav .slick-slide {
            font-size: 12px;
            padding-top: 12px;
        }

        .slider-nav .slick-current {
            border-bottom: 2px solid #029b43;
        }


        .cat1 .name {
            font-size: 14px !important;
            font-weight: 700;
        }

        .cat1 .content {
            font-size: 13px !important;
        }

        .cat1 .body {
            height: 140px;
            padding: 10px 10px;
        }

        .owl-dots .owl-dot span {
            width: 10px !important;
        }

        .slick-dots li button:before {
            width: 10px !important;
            height: 2px !important;
        }

        .category {
            display: block;
            white-space: nowrap;
            overflow-x: auto;
        }

            .category a {
                display: inline-block;
                width: calc((100% / 3) - 20px);
            }

                .category a span {
                    display: block;
                }


        .nav-tabs-home {
            display: block !important;
            white-space: nowrap;
            overflow-x: auto;
            padding-top: 15px;
        }

            .nav-tabs-home li {
                display: inline-block !important;
                border: 1px solid #eee;
                border-radius: 8px;
                white-space: normal;
                width: auto;
                max-width: none !important;
                margin: 0 5px;
            }

                .nav-tabs-home li strong {
                    font-size: 14px;
                    background: #fff;
                    padding: 15px;
                }

        .product, .product2 {
            padding-bottom: 100% !important;
            height: 0 !important;
        }
    }

    .fuvico {
        padding: 20px 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    }

        .fuvico p {
            font-size: 13px;
            min-height: 80px;
        }


    /*CATEGORY HOME*/

    .bao-chi {
        position: relative;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
        border-radius: 10px;
        padding: 20px;
        height: 150px;
        margin: 1rem 0 1.5rem 0;
    }

        .bao-chi img {
            width: 100%;
            max-width: 270px;
            height: 100%;
            max-height: 166px;
            object-fit: contain;
        }



    .feature-category-box {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(calc(100% / 10 - 1rem),1fr));
        grid-gap: 1rem;
        margin-bottom: 1rem;
        min-height: 169px;
    }

    .feature-category-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .feature-categry-image {
        height: 120px;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        transition: all 350ms ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        margin-bottom: 0.5rem;
        padding: 0.5rem;
    }

    .feature-category-item:hover .feature-categry-image {
        border-color: #1e1e1e;
    }

    .feature-categry-image img {
        width: 110px;
        height: 110px;
        -o-object-fit: contain;
        object-fit: contain;
        vertical-align: top;
    }

    .feature-categry-text {
        height: 40px;
        font-size: 15px;
    }

    .feature-category-box-menu {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(calc(100% / 4 - 1rem),1fr));
        grid-gap: 1rem;
        margin-bottom: 1rem;
    }


        .feature-category-box-menu .feature-categry-image {
            height: 200px;
        }

            .feature-category-box-menu .feature-categry-image img {
                height: 190px;
                width: 190px;
            }


    @media screen and (max-device-width: 992px) {
        .feature-category-box {
            grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 1rem), 1fr));
        }

        .feature-categry-text {
            height: unset;
            font-size: 15px !important;
        }
    }


    #tab-product-hot {
        max-height: 350px;
        overflow: hidden;
    }


    .aboutHome {
        position: relative;
        overflow: hidden;
        background: #555 url(/img/effects/bgh.jpg) no-repeat top left;
        background-size: cover;
        border-top: 2px solid #f9f111;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .aboutHome h2 {
            font-size: 22px !important;
            color: #fff;
            margin-bottom: 20px;
            font-weight: bold;
        }

            .aboutHome h2 b {
                font-size: 40px;
                display: inline-block;
                margin-bottom: 15px;
                color: #DA2128;
                text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
            }

        .aboutHome p {
            font-size: 16px;
            line-height: 24px;
            color: #fff
        }

            .aboutHome p b {
                font-size: 17px;
                display: inline-block;
                color: #DA2128;
                text-shadow: 0.5px 1px 0 #fff, -0.5px -1px 0 #fff, 0.5px -1px 0 #fff, -0.5px 1px 0 #fff, 3px 3px 5px #333;
            }

    @media (max-width:768px) {
        .aboutHome {
            margin-top: 0px;
            padding: 25px 0;
        }

            .aboutHome h2 {
                font-size: 17px !important;
                line-height: 24px;
            }

                .aboutHome h2 b {
                    font-size: 24px;
                    margin-bottom: 10px;
                }

            .aboutHome p {
                text-align: justify;
                font-size: 14px;
                line-height: 22px;
            }

                .aboutHome p b {
                    color: #fff !important;
                    font-size: 14px !important;
                    text-shadow: none;
                }
    }

    #uhchatboz {
        width: 320px;
        height: 305px;
        display: block;
        background: url(https://uhchat.net/themes/chat-9.png) no-repeat;
        text-align: center;
        padding-top: 45px;
        position: fixed;
        bottom: -320px;
        right: 2px;
        z-index: 99999999999999;
        box-sizing: content-box;
    }

        #uhchatboz.show {
            bottom: 0;
        }

        #uhchatboz iframe {
            border: none;
            width: 304px !important;
            height: 305px !important;
            margin: 0px !important;
            position: relative !important;
            display: inline !important;
        }

    @media(max-width:767px) {
        #uhchatboz {
            bottom: -370px;
        }
    }

    #google_translate_element, #gtx-trans {
        display: none !important
    }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }

    #goog-gt-tt {
        display: none !important;
    }

    .goog-te-banner-frame {
        display: none !important;
    }

    .goog-te-menu-value:hover {
        text-decoration: none !important;
    }

    body {
        top: 0 !important;
    }

    .alo-phone.alo-top {
        top: 220px !important;
    }

    .main-slider.video-container {
        max-height: 705px;
        position: relative;
    }

    .video-container .video-title1 {
        position: absolute;
        margin: auto;
        top: 0;
        background: rgba(255,255,255,0.7);
        z-index: 99;
        color: #1e1e1e;
        padding: 20px;
        font-weight: 700;
    }

    .main-slider video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    @media (max-width:1030px) {
        .video-container .video-title1 {
            position: absolute;
            margin: auto;
            top: 0;
            background: rgba(255,255,255,0.7);
            z-index: 99;
            color: #1e1e1e;
            padding: 5px;
            font-weight: 700;
            font-size: 16px !important;
            margin: 0 !important;
            line-height: 1.2 !important;
        }
    }
.category-title {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    padding: 3px 7px;
    pointer-events: auto;
    vertical-align: top;
    border-radius: 4px;
}

    .category-title:hover {
        background-color: #f02c2c;
        border-color: #f02c2c;
        color: #fff;
    }

.header {
    top: 0
}

.post-category {
    color: #111;
    margin: 0 0 10px 0
}

.post-category__title {
    
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: -9px 0 19px;
    text-transform: uppercase
}

.post-category__list {
    display: inline-block;
    line-height: 1;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 0;
    max-width: 100%;
    overflow-x: auto;
    vertical-align: top;
    white-space: nowrap;
}

.post-category__list--item {
    display: inline-block;
    line-height: 1;
    margin: 0 5px 5px 0;
    opacity: 1;
    transition: opacity .2s ease 0s
}

    .post-category__list--item a {
        background-color: transparent;
        border: 1px solid #eaeaea;
        color: #222;
        display: inline-block;
        padding: 6px 10px;
        white-space: nowrap;
        border-radius:4px;
    }

        .post-category__list--item a.active, .post-category__list--item a:hover {
            background-color: #f02c2c;
            border-color: #f02c2c;
            color: #fff
        }

.post-hot {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px
}

    .post-hot .block {
        max-height: 451px;
        overflow: hidden;
        width: calc(50% - 5px)
    }

.post-hot__left {
    flex: 0 0 calc(50% - 30px);
    margin-right: 30px;
    border-radius:12px;
    overflow:hidden;
}

.post-hot__left--item, .post-hot__left--item img {
    height: 100%
}

.post-hot .item {
    display: flex;
    position: relative
}

    .post-hot .item .thumbnail {
        flex: 0 0 100%;
        max-height: 462px;
        overflow: hidden;
    }

        .post-hot .item .thumbnail a {
            display: block;
            height: 100%;
            line-height: 0
        }

            .post-hot .item .thumbnail a .image {
                height: 100%;
                width: 100%;
                object-fit:cover;
            }

    .post-hot .item .infor {
        bottom: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 1;
        background:rgba(0,0,0,0.3)
    }

    .post-hot .item .infor__content {
        color: #fff;
        font-size: 27px;
        margin: 0 20px 11px;
        pointer-events: none;
        width: auto
    }

    .post-hot .item .infor__content--category {
        text-transform: uppercase
    }

        .post-hot .item .infor__content--category:hover {
            background-color: #f02c2c
        }

    .post-hot .item .infor__content--meta {
        margin: 11px 0 20px;
        min-height: 0;
        z-index: 1
    }

        .post-hot .item .infor__content--meta .date {
            display: inline-block;
            font-size: 11px;
            position: relative;
            text-shadow: 1px 1px 1px rgba(0,0,0,.3)
        }

            .post-hot .item .infor__content--meta .date span {
                color: #fff
            }

    .post-hot .item .infor__content h3 {
        font-size: 24px
    }

        .post-hot .item .infor__content h3 a {
            color: #fff
        }

    .post-hot .item:hover .image {
        transform: scale3d(1.1,1.1,1);
        transition: transform .3s ease,opacity .3s
    }

.post-hot__right {
    flex: calc(50% - 10px) 0 0
}

    .post-hot__right .item {
        overflow: hidden;
        border-radius:12px;
    }

        .post-hot__right .item .thumbnail {
            max-height: 226px
        }

        .post-hot__right .item .thumbnail__image {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

        .post-hot__right .item:last-child {
            margin-top: 10px
        }

.post-list {
    display: flex;
    flex-wrap: wrap;
    min-height: 1px;
    position: relative
}

.post-list__item {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    font-family: Open Sans,arial,sans-serif;
    padding-bottom: 40px
}

.post-list__item--thumbnail {
    flex: 0 0 250px;
    height: 150px;
    border-radius:8px;
    overflow:hidden;
}

    .post-list__item--thumbnail a {
        display: block;
        height: 100%;
        line-height: 0
    }

        .post-list__item--thumbnail a .image {
            height: 100%;
            width: 100%;
            object-fit:cover;
        }

.post-list__item--infor {
    flex: 0 0 calc(100% - 270px);
    margin-left: 20px
}

    .post-list__item--infor .post-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 0
    }

    .post-list__item--infor .infor-meta {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 7px;
        min-height: 17px;
        gap:5px;
    }

    .post-list__item--infor .infor-meta__date {
        color: #aaa;
        display: flex;
        align-items:center;
        gap:3px;
        position: relative;
        margin-bottom:0;
    }

        .post-list__item--infor .infor-meta__date span {
            color: #6b7280;
            font-size: 13px;
        }

        .post-list__item--infor .infor-desc {
            color: #777;
            margin-top: 9px
        }

        .post-list__item--infor .infor-desc p {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 21px;
            overflow: hidden;
            text-overflow: ellipsis
        }

.post-footer {
    background-color: #222;
    color: #eaeaea;
    padding-bottom: 20px;
    padding-top: 54px;
    position: relative
}

.infor-desc p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.5;
}

.post-footer .sidebar-block {
    margin-bottom: 48px;
    max-height: 324px;
    overflow: hidden
}

.post-footer .sidebar-block__title {
    border-bottom: none;
    margin-bottom: 30px
}

    .post-footer .sidebar-block__title .title {
        background-color: unset;
        font-weight: 700;
        padding: 7px 12px 4px 0
    }

.post-footer .sidebar-block__posts--item {
    max-height: 100px;
    overflow: hidden
}

    .post-footer .sidebar-block__posts--item:first-child .thumbnail {
        flex: 0 0 100px;
        margin-bottom: 0;
        max-height: 70px
    }

        .post-footer .sidebar-block__posts--item:first-child .thumbnail .block {
            display: block;
            line-height: 0
        }

            .post-footer .sidebar-block__posts--item:first-child .thumbnail .block .image {
                height: 100%;
                width: 100%
            }

    .post-footer .sidebar-block__posts--item:first-child .details {
        margin-left: 15px;
        width: calc(100% - 115px)
    }

    .post-footer .sidebar-block__posts--item:first-child .details__title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .post-footer .sidebar-block__posts--item:first-child .details .infor-meta {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 1;
        min-height: 17px
    }

        .post-footer .sidebar-block__posts--item:first-child .details .infor-meta .category-title {
            background-color: rgba(0,0,0,.7);
            color: #fff;
            display: inline-block;
            font-size: 10px;
            font-weight: 500;
            line-height: 10px;
            padding: 3px 7px;
            pointer-events: auto;
            vertical-align: top
        }

            .post-footer .sidebar-block__posts--item:first-child .details .infor-meta .category-title:hover {
                background-color: #f02c2c;
                border-color: #f02c2c;
                color: #fff
            }

    .post-footer .sidebar-block__posts--item:first-child .details .infor-meta__date {
        color: #aaa;
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative
    }

    .post-footer .sidebar-block__posts--item:first-child .details .infor-meta .infor-desc {
        color: #777;
        margin-top: 9px
    }

        .post-footer .sidebar-block__posts--item:first-child .details .infor-meta .infor-desc p {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 21px;
            overflow: hidden;
            text-overflow: ellipsis
        }

.post-footer .category-list-view .category-lists {
    font-size: 14px
}

.post-footer .category-list-view .category-lists__item {
    line-height: 30px;
    list-style: none
}

.post-footer .category-list-view .category-lists__item--right {
    float: right
}

.post-footer .category-list-view .category-lists__item:hover {
    color: #f02c2c
}

.posts-detail {
    margin-top:10px;
}

    .posts-detail .post-category {
        margin-top:20px;
        flex-direction:column;
    }

    .posts-detail .post-category__title {
        word-wrap: break-word;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .02em;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 0;
        text-transform: unset
    }

    .posts-detail .post-category__meta-info {
        font-size: 14px;
        justify-content: start;
        margin-bottom: 15px
    }

        .posts-detail .post-category__meta-info .author-by {margin-right:10px}

        .posts-detail .post-category__meta-info--post-views {
            display: flex;
            margin-left: 22px;
            margin-right: 0;
            vertical-align: top
        }

        .posts-detail .post-category__meta-info--post-views .views {
            margin-left: 5px
        }

    .posts-detail .post-category__meta-info--post-comments {
        display: flex;
        margin-left: 22px;
        margin-right: 0;
        vertical-align: top
    }

        .posts-detail .post-category__meta-info--post-comments .comment {
            margin-left: 5px
        }

    .posts-detail .post-category__list--item {
        background-color: #222
    }

        .posts-detail .post-category__list--item a {
            color: #fff
        }

    .posts-detail .post-single .post-media {
        margin-bottom: 26px;
        border-radius:12px;overflow:hidden;
    }

        .posts-detail .post-single .post-media img {width:100% !important;height:auto !important}

        .posts-detail .post-single .post-details .post-tags {
            margin-top: 26px
        }

        .posts-detail .post-single .post-details .post-tags .title {
            background-color: #222;
            border: 1px solid #eaeaea;
            color: #fff;
            display: block;
            font-size: 11px;
            height: 20px;
            line-height: 10px;
            padding: 5px 9px;
            text-transform: uppercase;
            white-space: nowrap
        }

    .posts-detail .social-icons {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-left: auto
    }

        .posts-detail .social-icons .social-icon {
            color: #fff;
            cursor: point;
            display: inline-block;
            font-size: 1.5rem;
            line-height: 40px;
            margin: 0 3px 7px 0;
            width: 40px
        }

            .posts-detail .social-icons .social-icon svg {
                fill: #fff;
                height: 15px
            }

            .posts-detail .social-icons .social-icon:hover {
                opacity: .8 !important
            }

            .posts-detail .social-icons .social-icon.social-facebook {
                background-color: #516eab
            }

        .posts-detail .social-icons .social-twitter {
            background-color: #29c5f6
        }

        .posts-detail .social-icons .social-icon.social-pinterest {
            background-color: #ca212a
        }

    .posts-detail .post-sharing {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        margin-bottom: 42px;
        padding: 21px 0
    }

        .posts-detail .post-sharing .social-icons {
            justify-content: unset;
            margin-top: 15px;
            text-align: center
        }

        .posts-detail .post-sharing .product-relates__title {
            background: #d00;
            color: #fff;
            font-family: inherit;
            font-size: 16px;
            margin: 10px 0;
            overflow: hidden;
            position: relative;
            width: 360px
        }

            .posts-detail .post-sharing .product-relates__title h3 {
                display: block;
                padding-left: 90px;
                position: relative;
                text-transform: uppercase;
                z-index: 2;
                margin:6px 0;
                color:#fff;
                font-weight:400;
            }

            .posts-detail .post-sharing .product-relates__title:after {
                border-left: 33px solid #d00;
                border-top: 33px solid #f02c2c;
                content: " ";
                margin-left: 40px;
                position: absolute;
                top: 0;
                width: 290px;
                z-index: 1
            }

@media(min-width:768px) {

    .posts-detail {margin-top:20px;}

    .posts-detail .post-sharing .product-relates .list-products__item {
        max-width: calc(33.33333% - 6.66667px);
        width: calc(33.33333% - 6.66667px)
    }

        .posts-detail .post-sharing .product-relates .list-products__item:nth-child(3n+1) {
            margin-left: 0
        }

        .posts-detail .post-sharing .product-relates .list-products__item:nth-child(3n) {
            margin-right: 0
        }

        .posts-detail .post-sharing .product-relates .list-products__item .block-rate__star {
            flex: unset
        }
}

    .posts-detail .post-next-prev {
        align-items: unset;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .posts-detail .post-next-prev__content span {
        color: #c1c1c1;
        display: block;
        font-size: 12px;
        margin-bottom: 7px
    }

    .posts-detail .post-next-prev__content a {
        color: #222;
        display: block;
        font-size: 15px;
        line-height: 21px
    }

        .posts-detail .post-next-prev__content a:hover {
            color: #f02c2c
        }

    .posts-detail .post-next-prev .post-next-post {
        text-align: right
    }

    .posts-detail .relate_posts {
        margin-bottom: 48px
    }

    .posts-detail .relate_posts__title {
        border-bottom: 2px solid #f02c2c;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 27px
    }

        .posts-detail .relate_posts__title .title {
            color: #111;
            display: inline-block;
            line-height: 17px;
            padding: 7px 12px 4px
        }

            .posts-detail .relate_posts__title .title.active {
                background-color: #f02c2c;
                color: #fff
            }

    .posts-detail .relate_posts__list {
        display: flex;
        flex: 100%;
        flex-wrap: wrap
    }

    .posts-detail .relate_posts__list--item {
        display: flex;
        flex: 0 0 calc(33.33333% - 13.33333px);
        flex-wrap: wrap;
        margin-bottom: 17px;
        margin-right: 20px
    }

        .posts-detail .relate_posts__list--item .thumbnail {
            flex: 100%;
            max-height: 150px;
            overflow:hidden;
             border-radius:8px;
        }

            .posts-detail .relate_posts__list--item .thumbnail .block {
                height: 100%
            }

            .posts-detail .relate_posts__list--item .thumbnail .image {
                height: 100%;
                width: 100%;
                object-fit:cover;
            }

        .posts-detail .relate_posts__list--item:nth-child(3n) {
            margin-right: 0
        }

        .posts-detail .relate_posts__list--item .detail {
            margin-top: 10px
        }

            .posts-detail .relate_posts__list--item .detail h3 {
                font-size: 13px;
                font-weight: 600;
                line-height: 20px;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow:hidden;
            }

    .posts-detail .relate_posts .prev-next {
        display: flex
    }

        .posts-detail .relate_posts .prev-next a {
            align-items: center;
            border: 1px solid #b7b7b7;
            display: flex;
            height: 25px;
            justify-content: center;
            width: 25px
        }

            .posts-detail .relate_posts .prev-next a svg {
                fill: #b7b7b7;
                height: 7px;
                width: 7px
            }

            .posts-detail .relate_posts .prev-next a:hover {
                background-color: #f02c2c
            }

                .posts-detail .relate_posts .prev-next a:hover svg {
                    fill: #fff
                }

        .posts-detail .relate_posts .prev-next .disabled {
            opacity: .5;
            pointer-events: none
        }

        .posts-detail .relate_posts .prev-next .prev {
            margin-right: 7px
        }

    .posts-detail .relate_posts .active {
        display: flex !important;
        flex-wrap: wrap
    }

    .posts-detail .relate_posts .content {
        display: none
    }

.more_button {
    border-radius: 40px;
    height: 45px;
    margin: 2em auto 4em;
    max-width: 205px
}

    .more_button a, .more_button p {
        height: 100%;
        justify-content: center;
        width: 100%
    }

.btn-orange {
    background: linear-gradient(180deg,#ffc100,#ff594c);
    border: 1px solid #ffc100
}

.btn-orange, .btn-primary {
    color: #fff;
    cursor: pointer;
    transition: all .5s
}

.fw-b {
    font-weight: 700
}

.btn-orange:hover {
    background: #fff;
    border: 1px solid #ff594c;
    box-shadow: 0 0 4px .2px #ff594c;
    color: #ff594c
}


.sidebar {
    position: sticky;
    top: 75px
}

.sidebar-block__title {
    border-bottom: 1px solid #f02c2c;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 0;
    text-transform: uppercase
}

    .sidebar-block__title .title {
        background-color: #f02c2c;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 17px;
        padding: 7px 12px 4px
    }

.sidebar-block__posts--item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    width: 100%
}

    .sidebar-block__posts--item .thumbnail {
        flex: 0 0 100px;
        max-height: 70px;
        overflow:hidden;
        border-radius:8px;
    }

        .sidebar-block__posts--item .thumbnail .block {
            display: block;
            height: 100%;
            line-height: 0
        }

            .sidebar-block__posts--item .thumbnail .block .image {
                height: 100%;
                width: 100%
            }

    .sidebar-block__posts--item .details {
        flex: 0 0 calc(100% - 115px);
        margin-left: 15px
    }

    .sidebar-block__posts--item .details__title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sidebar-block__posts--item .details .infor-meta {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 7px;
        min-height: 17px
    }

        .sidebar-block__posts--item .details .infor-meta .category-title {
            background-color: rgba(0,0,0,.7);
            color: #fff;
            display: inline-block;
            font-size: 10px;
            font-weight: 500;
            line-height: 10px;
            padding: 3px 7px;
            pointer-events: auto;
            vertical-align: top
        }

            .sidebar-block__posts--item .details .infor-meta .category-title:hover {
                background-color: #f02c2c;
                border-color: #f02c2c;
                color: #fff
            }

    .sidebar-block__posts--item .details .infor-meta__date {
        display: flex;
        align-items: center;
        gap: 3px;
        position: relative;
    }

        .sidebar-block__posts--item .details .infor-meta__date span {
            color: #6b7280;font-size:12px;
        }

        .sidebar-block__posts--item .details .infor-meta .infor-desc {
            color: #777;
            margin-top: 9px
        }

        .sidebar-block__posts--item .details .infor-meta .infor-desc p {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 21px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .sidebar-block__posts--item:hover .details__title {
        color: #f02c2c
    }

    .sidebar-block__posts--item:first-child .thumbnail {
        flex: 0 0 100%;
        margin-bottom: 13px;
        max-height: unset;
        position: relative
    }

        .sidebar-block__posts--item:first-child .thumbnail .image {
            height: 100%;
            width: 100%
        }

        .sidebar-block__posts--item:first-child .thumbnail .category-title {
            bottom: 0;
            position: absolute;
            z-index: 1
        }

    .sidebar-block__posts--item:first-child .details {
        flex: 100%;
        margin-left: 0
    }

    .sidebar-block__posts--item:first-child .details__title {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 6px;
        max-height: 50px
    }

    .sidebar-block__posts--item:first-child .details .infor-meta {
        font-size: 12px
    }

    .sidebar-block__posts--item:first-child .details .infor-meta__date {
        margin-left: 0
    }

    .sidebar-block__posts--item:first-child .details .infor-desc p {
        -webkit-line-clamp: 3;
        color: #777;
        font-size: 14px
    }

@media only screen and (max-width: 480px) {
    .sidebar-block__posts--item .details__title {
        -webkit-line-clamp: 2
    }
}

@media (max-width: 768px) {

    .post-category__list--item a {font-size:14px;}

    .post-hot__left {
        margin-right: 0;
    }
    .post-hot .item .infor__content h3 {font-size:18px;}
    .post-category {
        padding: 0
    }

    .posts-detail .post-category {
        margin-top:15px;
    }

    .post-category__title {
        word-wrap: break-word;
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
    }

    .posts-detail .post-category__title {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
        margin-bottom:5px;
        padding:0 !important
    }

    .post-category__meta-info, .post-category__social-icons {
       margin-bottom:10px;
    }

    .posts-detail .post-sharing {
        margin-bottom: 0;
        padding: 15px 0
    }

        .posts-detail .post-sharing .social-icons {
            margin-top: 0
        }

            .posts-detail .post-sharing .social-icons a {
                margin-bottom: 0
            }



    .posts-detail .relate_posts__list--item {
        display: flex;
        flex: 100%;
        flex-wrap: wrap;
        margin-bottom: 17px;
    }

        .posts-detail .relate_posts__list--item .thumbnail {
            flex: 100px;
            margin-right: 10px;
            max-height: 70px;
        }

        .posts-detail .relate_posts__list--item .detail {
            flex: calc(100% - 110px);
        }
}

@media (max-width: 480px) {
    .post-list__item {
        padding-bottom: 20px
    }

    .post-list__item--thumbnail {
        flex: 0 0 100px;
        max-height: 70px
    }

    .post-list__item--infor {
        flex: 0 0 calc(100% - 120px)
    }

        .post-list__item--infor .post-title {
            font-size: 16px !important;
            font-weight:600;
            line-height: 22px !important
        }

        .post-list__item--infor .infor-desc {
            font-size:14px;
        }

        .sidebar-block__posts--item {
            padding-bottom: 20px
        }
}

@media only screen and (max-width: 480px) {
    .post-hot {
        display: block;
        margin-bottom: 0
    }

    .post-hot__left {
        margin-bottom: 20px
    }

    .post-hot__left--item {
        height: auto
    }

    .post-hot__right {
        display: block
    }

        .post-hot__right .post-hot__item {
            margin-bottom: 20px;
            margin-left: 0 !important
        }
}

@media only screen and (max-width: 320px) {
    .relate_posts__title li {
        flex: 0 0 100%
    }

    .product-relates__title {
        width: 100% !important
    }

        .product-relates__title h3 {
            max-width: 100%;
            padding-left: 40px !important
        }

        .product-relates__title:after {
            margin-left: 15px !important;
            width: calc(100% - 15px) !important
        }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{margin:auto; position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-next, .owl-prev {
    display: block;
    outline: none;
    opacity: 0.75;
    position: absolute;
    top: -47px;
    width: 27px;
    height: 50px;
    overflow: hidden;
    background: url(/js/owl-carousel/arrow.png) no-repeat,rgba(0, 0, 0, .3);
    text-indent: 9999px;
}
.owl-prev { right:30px; background-position:-73px;}
.owl-next { right:0; background-position:-501px;}
.owl-next:hover, .owl-prev:hover {opacity:1;}

.nav-on .owl-nav.disabled, #carousel-slide .owl-dots.disabled , #carousel-slide .owl-nav.disabled { display:block;}
.no-nav .owl-nav{display:none !important;}

.owl-dots { text-align:center;position: absolute;width:100%;bottom:-12px;}
.owl-dots .owl-dot{ display:inline-block;zoom:1;}
.owl-dots .owl-dot span { width:10px;height:4px;margin:5px; background:#d3e1f4; display:block;border-radius:40px;transition:all ease 0.3s}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{ background:#1e1e1e;width:20px;}

#carousel-slide .owl-next { background-position:-449px;}

.owl52 .owl-dots {bottom:10px;}

.owlda .owl-nav {
    position: relative;
    text-align: center;
    clear: both;
}
.owlda .owl-next, .owlda .owl-prev { position:static;margin-top:0;width:50px;height:30px;display:inline-block;margin:15px;}
.owlda .owl-prev { background-position:-622px;}
.owlda .owl-next { background-position:-692px;}

.nav1 .owl-next, .nav1 .owl-prev {width:24px;height:60px;background-color:rgba(0,0,0,0.5);}
.nav1 .owl-prev {left:0; background-position:-244px;}
.nav1 .owl-next {right:0; background-position:-334px;}
.owlPT .owl-dots, .owl-video .owl-dots {position:static; text-align:center;}

.nav4 .owl-next, .nav4 .owl-prev{width:36px;height:36px;background-color:#007cc2;border-radius:50%;}
.nav4 .owl-prev {left:-10px; background-position:-238px;}
.nav4 .owl-next {right:-10px; background-position:-328px;}
.albumL .owl-next, .albumL .owl-prev{top:-39px;}

#sync1 .owl-next, #sync1 .owl-prev {top:50%; width:30px; height:60px; margin-top:-30px; background-color:transparent;border-left:none;}
#sync1 .owl-prev {left:0; background-position:-195px;}
#sync1 .owl-next {background-position:-374px;}
#sync2 .owl-next, #sync2 .owl-prev {top:50%; margin-top:-18px; background-color:transparent;border-left:none;}
#sync2 .owl-prev {left:0; background-position:-45px;}
#sync2 .owl-next {background-position:-530px;}

#sync3 .owl-next, #sync3 .owl-prev {top:50%; width:30px; height:60px; margin-top:-30px; background-color:transparent;border-left:none;}
#sync3 .owl-prev {left:0; background-position:-195px;}
#sync3 .owl-next {background-position:-374px;}
#sync4 .owl-next, #sync4 .owl-prev {top:50%; margin-top:-18px; background-color:transparent;border-left:none;}
#sync4 .owl-prev {left:0; background-position:-45px;}
#sync4 .owl-next {background-position:-530px;}


.owl-about {
}

.nav-center .owl-next, .nav-center .owl-prev {top:40%;}
.nav-center .owl-prev {
    right: inherit;
    left: 0;
    border-radius: 0 100px 100px 0;
}
.nav-center .owl-next {
    
    border-radius: 100px 0 0 100px;
}


#menuOverlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: none;
}

    #menuOverlay.show {
        display: block;
    }

.open-main {
    display: none;
}


.category-filter {
    display: none;
}

#menuOverlay, .flt-fixbtn {
    display: none;
}

@media(max-width:991px) {
    /*.nav-main {display:none;}*/

    #myTabProDtBar .nav-pills {
    }

        #myTabProDtBar .nav-pills > li {
            float: left;
            width: calc(100% / 6 - 2px);
            text-align: center;
        }

    #myTabProDtBar.sticky {
        overflow: auto;
        width: 100%;
        left: 0;
    }

    #myTabProDtBar .nav-pills > li > a {
        padding: 5px 3px !important;
        text-transform: none;
        font-size: 10px !important;
        height: 56px;
        overflow: hidden;
    }

        #myTabProDtBar .nav-pills > li > a img {
            display: block;
            margin: auto;
        }
}

@media (max-width:767px) {

    .fancybox-slide {
        width: 94% !important;
        height: 94% !important;
        left: 3% !important;
        top: 3% !important;
    }

    .flt-fixbtn {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        left: -100%;
        margin: 0 auto;
        position: fixed;
        padding: 6px 10px;
        top: 0;
        width: 100%;
        max-width: 640px;
        z-index: 13;
        display: block;
    }

    .btn-closefilter {
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        color: #333;
        float: right;
        font-size: 14px;
        line-height: 21px;
        padding: 5px 5px 5px 0;
        position: relative;
        text-align: right;
        width: 65px;
    }

        .btn-closefilter::before {
            transform: rotate( 45deg );
        }

        .btn-closefilter::before, .btn-closefilter::after {
            background-color: #333;
            content: '';
            left: 15px;
            height: 10px;
            position: absolute;
            top: 10px;
            width: 1px;
        }

        .btn-closefilter::after {
            transform: rotate( -45deg );
        }


    #icon-menu3 {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9999;
        color: #fff;
        border: 1px solid #ccc;
        padding: 5px 5px 0 5px;
        background: rgba(0,0,0,0.5)
    }

    .myfilter-cleafix {
        height: 50px;
        display: none;
    }
    /*    .category-filter {display:block;}
    .category-filter span {display:inline-block;background:#e5322d;color:#fff;padding:5px 15px 5px 8px;font-weight:bold;}
    .category-filter.sticky {position:fixed;top:5px;left:15px;z-index:9999;}
        .category-filter.sticky + .myfilter-cleafix {height:50px;display:block;}
*/ .titH2 {
        font-size: 20px;
    }

    .titH2c {
        font-size: 22px;
    }

    .titH2b {
        font-size: 24px;
    }

    .header {
        text-align: center;
    }

    .lang {
        text-align: center;
        padding-top: 10px;
    }

    .unti-top {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .box-search {
        position: relative;
        top: auto;
        padding-left: 44px;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

        .box-search .drlM {
            border-radius: 0;
        }

    .btnSear {
        padding: 0 4px;
        border-radius: 0 4px 4px 0;
        width: 50px;
    }

    .app-search {
        width: calc(100% - 100px);
        text-align: left;
    }

    .box-search .drlM {
        display: none;
    }

    .drlLang {
        width: 80px !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-size: 11px;
    }

    .open-main {
        display: block !important;
        width: 44px;
        height: 44px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 14;
        background: rgba(0,0,0,1);
        border-radius: 4px;
    }

    .open-closes {
        width: 320px;
        position: fixed !important;
        top: 0;
        left: -100%;
        z-index: 9999;
        background: #1e1e1e;
        border-bottom: none !important;
        padding: 5px 5px 0 0;
    }

        .open-closes span {
            display: block !important;
            float: right;
            width: 44px;
            height: 40px;
            position: relative;
            cursor: pointer;
            z-index: 14;
        }

            .open-closes span:after, .open-main:after {
                position: absolute;
                top: 19px;
                right: 10px;
                display: block;
                height: 12px;
                width: 24px;
                border-top: 3px solid #fff;
                border-bottom: 3px solid #fff;
                content: ''
            }

            .open-closes span:before, .open-main:before {
                position: absolute;
                top: 10px;
                right: 10px;
                display: block;
                height: 3px;
                width: 24px;
                background: #fff;
                content: '';
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
            }

            .open-closes span:after {
                top: 18px;
                border: 0;
                height: 3px;
                width: 24px;
                background: #fff;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .open-closes span:before {
                top: 18px;
                background: #fff;
                width: 24px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }
    /*.open-main span {position:absolute; left:100%; color:#fff; font-weight:bold; white-space:nowrap; line-height:36px; padding-left:10px;}*/


    .nav-main {
        position: fixed;
        top: 0;
        opacity: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 999;
        overflow: hidden;
    }

        .nav-main::before {
            display: none;
            position: static;
        }

        .nav-main.sidebar_ovlay .open-closes, .nav-main.sidebar_ovlay {
            left: 0;
            opacity: 1;
        }

    .menu-main {
        position: absolute;
        padding-top: 45px;
        top: 0;
        bottom: 0;
        left: 0;
        width: 320px;
        background: #222 url(/images/icon/pattern-brick.png) repeat top left;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9999;
    }

        .menu-main li {
            float: none;
        }

        .menu-main a {
            color: #fff;
            display: inline-block !important;
            padding: 11px 0 11px 20px !important;
            border-top: none !important;
        }

        .menu-main > li > a {
            font-size: 16px;
            padding: 10px 15px !important;
            min-width: calc(100% - 20px)
        }

        .menu-main > li {
            position: relative;
        }

            .menu-main > li ul {
                position: static;
                background: none;
                border: none !important;
                padding: 0 15px;
            }

                .menu-main > li ul li {
                    border-top: 1px dashed #eee;
                    position: relative;
                }

                    .menu-main > li ul li a:before {
                        content: "";
                        display: block;
                        width: 7px;
                        height: 7px;
                        background: #eee;
                        border-radius: 50%;
                        position: absolute;
                        bottom: 0;
                        top: 0;
                        left: 0;
                        margin: auto;
                    }

        .menu-main .active {
            background: rgba(0,0,0,0.5);
        }

            .menu-main .active > a, .menu-main li > a:hover, .menu-main li > a:focus, .menu-main li > a:active {
                color: #fffa00 !important;
            }

                .menu-main .active > a:before, .menu-main li:hover > a:before, .menu-main li:focus > a:before, .menu-main li:active > a:before {
                    background: #fffa00 !important;
                }

    .has-sub1 {
        display: block !important;
        width: 40px;
        height: 49px;
        position: absolute;
        top: 5px;
        right: 15px;
        cursor: pointer;
    }

        .has-sub1:before, .has-sub1:after {
            content: "";
            display: block;
            background: #eee;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }

        .has-sub1:before {
            width: 12px;
            height: 2px;
        }

        .has-sub1:after {
            width: 2px;
            height: 12px;
        }

        .has-sub1.closes:after {
            display: none;
        }

        .has-sub1 .icon--arrow-bottom {
            display: none;
        }

    .maps, .oembed-provider-youtube {
        padding-bottom: 60% !important;
    }


    .product, .product2 {
        height: 275px;
        padding: 10px;
    }

        .product.product-km {
            height: auto;
        }

        .product .thumb, .product2 .thumb {
            height: 150px;
        }

        .product strong {
            font-size: 12px;
            height: auto;
            text-align: center;
        }

    .sub-heading {
        margin-top: 15px;
    }

    .support-ft .support-left {
        margin-bottom: 10px;
    }

    .support-ft .support-left, .support-ft .support-right {
        float: left;
    }

    .support.support-dt li {
        display: block;
        border: none;
        border-top: 1px dashed #ccc;
        width: 100% !important;
        margin: 0;
    }

    .prodt-r .buy {
        margin-bottom: 30px;
    }

    .slider .container {
        padding: 0 !important;
    }

    .slider-container .left-slider {
        float: left;
        width: 100%;
    }

    .slider-container .right-slider {
        display: none !important;
    }


    .pro-detailt {
        margin-top: 20px;
    }

    .fill {
        display: none;
    }

    .block-title {
        padding: 15px;
        background: #F8F8F8;
        border: solid 1px #F3F3F3;
        font-size: 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .nav-mobile .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    div.news-item {
        padding-bottom: 15px;
    }

        div.news-item .thumb {
            width: 100%;
            max-width: none;
            margin-right: 0;
            margin-bottom: 10px !important;
        }

            div.news-item .thumb img {
                width: 100%;
            }

    div.detail-post .title-post {
        margin-top: 20px;
    }

        div.detail-post .title-post h1 {
            font-size: 20px;
            line-height: 24px;
        }

    .fb_iframe_widget_fluid {
        display: block !important;
    }

    .orderby span {
        display: none;
    }

    .orderby i {
        margin: 0 3px 0 5px;
    }

    .orderby a {
        font-size: 11px;
    }

    .sub-heading-th {
        text-align: center;
    }

    .title-product-list .all {
        margin-right: 15px;
    }

    .advh {
        margin-left: -15px;
        margin-right: -15px;
    }

    .left-slider {
        min-height: inherit !important;
    }

    .nav-info ul {
        margin-bottom: 15px;
    }

    .ul-cat > li > a {
        padding: 10px 8px
    }

    #list_shop {
        margin-bottom: 30px;
        max-height: 200px !important;
    }

    .titH2.heading {
        margin-top: 15px;
    }

    #navcat {
        position: fixed;
        left: -100%;
        top: 0px;
        padding: 0;
        padding-top: 50px;
        width: 100%;
        max-height: 100%;
        height: 100vh;
        min-width: 260px;
        padding-bottom: 56px;
        overflow: scroll;
        z-index: 9999;
        background: #fff;
    }

        #navcat .ul-cat {
            background: #fff;
            border: none;
        }

        #navcat .ul-cat {
            background: #fff;
            border: none;
        }

    .category-filter {
        display: inline-block;
    }

        .category-filter span {
            display: inline-block;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 6px 25px 6px 15px;
            position: relative;
            cursor: pointer;
            position: relative;
        }

            .category-filter span::before {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #333;
                content: '';
                height: 0;
                position: absolute;
                top: 14px;
                right: 8px;
                width: 0;
            }

        .category-filter.sticky {
            position: fixed;
            top: 0;
            left: 0;
            background: #fff;
            margin-top: 0;
            z-index: 9999;
        }

    .heading1 {
        padding-left: 15px;
        background: #f5f5f5;
        padding-top: 8px;
    }

    ul.nav-sider-bar {
        border: none;
    }

    .breadcrumb a {
        font-size: 11px;
    }

    .page-nummber a {
        padding: 7px 16px;
        margin-bottom: 8px;
    }

    .ItemM strong, .iZoom strong {
        font-size: 13px;
    }

    .wrap-suggestion {
        left: -41px;
        width: calc(100% + 40px)
    }

        .wrap-suggestion li {
            text-align: left;
        }

    .js-toggle-showroom {
        display: block;
        width: 100%;
    }

    .dDescP table {
        width: 100% !important
    }

        .dDescP table td {
            width: auto !important;
        }

    .dDescP iframe {
        max-width: 100% !important
    }
}


.mobile-menu-main {
    display: none;
    justify-content: space-between;
    margin-top: 1rem
}

    .mobile-menu-main > li {
        width: 25%;
    }

        .mobile-menu-main > li > a {
            font-size: 12px;
            color: #fff;
            display: block;
            text-transform: capitalize;
            padding: 8px 5px !important;
            margin: 0 0.5rem !important;
            border-radius: 4px;
            text-transform: capitalize;
            background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
            box-shadow: 0 10px 20px rgba(255,255,255,.1);
        }

        .mobile-menu-main > li.green > a {
            background-image: linear-gradient( 179.83deg,#29d673 .15%,#038139 92.02%);
        }

        .mobile-menu-main > li.blue > a {
            background-image: linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
        }

        .mobile-menu-main > li.blue2 > a {
            background-image: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
        }


        .mobile-menu-main > li.yellow > a {
            background-image: linear-gradient( 180deg,#e9c92e 0%,#FD9905 100%);
        }

        .mobile-menu-main > li.red > a {
            background-image: linear-gradient( 180deg,#df383b 0%,#cc202d 100%);
        }


@media (max-width:767px) {
    .mobile-menu-main {
        display: flex;
    }
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 1.35rem !important;
    }


    .du-an .content {
        padding:5px 10px !important;
    }

    .du-an .content h4 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .titH4 {
        font-size: 15px !important;
        line-height: 20px !important;
    }


    .showrooms .showroom2 { width:calc(50% - 20px) !important}
    .showrooms .showroom2 p {white-space:nowrap;font-size:13px;}
        .showrooms .showroom2 p * {font-size:13px !important}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .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 {
                
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 4px;
                content: '';
                text-align: center;
                opacity: .25;
                background:#000;
            }

        .slick-dots li.slick-active button:before {
            opacity: .9;
            color: #21a63b;
            background: #21a63b;
        }

.bt {
    padding: 5px 0px;
    font-size: 16px;
    cursor: pointer;
    border: 2px solid transparent;
    border-bottom-color: #333;
    display: inline-block;
}

    .bt:hover {
        padding: 5px;
        border: 2px dashed #333;
        border-bottom-style: solid
    }
.alo-circle, .alo-circle-fill, .alo-img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone {
    bottom: 90px;
    left: 5px;
    position: fixed;
    /*visibility: hidden;*/
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

    .alo-phone.alo-red {
        bottom: 5px;
        left: 5px;
    }

    .alo-phone.alo-blue {
        left: auto;
        right: 5px;
        bottom: 45%;
    }

    .alo-phone.alo-top {
        top: 100px;
        right: 5px;
        left: inherit;
    }

@media (max-width:767px) {
    .alo-phone {
        display: block !important;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.alo-phone.alo-static {
    opacity: .6
}

.alo-phone:hover {
    opacity: 1
}

.alo-circle {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border: 2px solid #0FA8E1;
    opacity: .5;
    -webkit-animation: alo-circle-anim 1.1s infinite ease-in-out;
    -moz-animation: alo-circle-anim 1.1s infinite ease-in-out;
    -ms-animation: alo-circle-anim 1.1s infinite ease-in-out;
    -o-animation: alo-circle-anim 1.1s infinite ease-in-out;
    animation: alo-circle-anim 1.1s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.alo-phone:hover .alo-circle {
    border-color: #75eb50;
    opacity: .5
}

.alo-circle-fill {
    width: 70px;
    height: 70px;
    top: 5px;
    left: 5px;
    position: absolute;
    background-color: rgba(15, 168, 225,0.5);
    border: 2px solid transparent;
    opacity: 0.5;
    -webkit-animation: alo-circle-fill-anim 1.7s infinite ease-in-out;
    -moz-animation: alo-circle-fill-anim 1.7s infinite ease-in-out;
    -ms-animation: alo-circle-fill-anim 1.7s infinite ease-in-out;
    -o-animation: alo-circle-fill-anim 1.7s infinite ease-in-out;
    animation: alo-circle-fill-anim 1.7s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.alo-phone:hover .alo-circle-fill {
    background-color: rgba(117,235,80,0.5);
}

.alo-img-circle {
    display: block;
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    z-index: 1;
    position: absolute;
    background: url(/images/bg/bg-zalo.png)no-repeat center #0FA8E1;
    border: 2px solid transparent;
    opacity: .85;
    -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
    animation: alo-circle-img-anim 1s infinite ease-in-out;
}

.alo-phone:hover .alo-img-circle {
    background-color: #75eb50;
}

.alo-phone.alo-red .alo-circle {
    border-color: #0edb06;
}

.alo-phone.alo-red:hover .alo-circle {
    border-color: #ff0000;
}

.alo-link {
    position: absolute;
    top: 25px;
    left: 15px;
    white-space: nowrap;
    background: #0edb06;
    display: inline-block;
    padding: 3px 15px 3px 50px;
    color: #fff;
    font-size: 20px;
}

.alo-phone:hover .alo-link, .alo-phone:active .alo-link, .alo-phone:focus .alo-link {
    background: #ff0000;
    color: #fff;
    text-decoration: underline;
}

.alo-phone.alo-red .alo-circle-fill {
    background-color: #0edb06;
    opacity: .75 !important
}

.alo-phone.alo-red:hover .alo-circle-fill {
    background-color: rgba(255, 0, 0,0.5);
    opacity: .75 !important
}

.alo-phone.alo-red .alo-img-circle {
    background: url(/images/icon/bg-call6.png)no-repeat center #0edb06;
    opacity: 1;
}

.alo-phone.alo-red:hover .alo-img-circle {
    background-color: #ff0000;
}

.alo-phone.alo-blue .alo-circle {
    border-color: #074577;
}

.alo-phone.alo-blue:hover .alo-circle {
    border-color: #16294e;
}

.alo-phone.alo-blue .alo-circle-fill {
    background-color: #074577;
    opacity: .75 !important
}

.alo-phone.alo-blue:hover .alo-circle-fill {
    background-color: rgba(22, 41, 78,0.5);
    opacity: .75 !important
}

.alo-phone.alo-blue .alo-img-circle {
    background: url(/images/bg/bg-dk.png)no-repeat center #074577;
    opacity: 1;
}

.alo-phone.alo-blue:hover .alo-img-circle {
    background-color: #16294e;
}

.group_tel {
    position: absolute;
    bottom: 70px;
    left: 15px;
    display: none;
}

    .group_tel a {
        display: block;
        width: auto;
        white-space: nowrap;
        padding: 10px 10px 10px 15px;
        color: #ff0000;
        border-bottom: 1px dashed #eee;
        background: url(/images/icon/bg-tel.png)no-repeat left center;
    }

        .group_tel a:last-child {
            border-bottom: none;
        }

@-moz-keyframes alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-moz-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}


.contact-widget {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 111;
}

    .contact-widget > .widget {
        display: block;
        left: 0;
        transition: left .5s ease;
        border-radius: 10px 0 0 10px !important;
        width: 45px !important;
        height: 45px !important;
        margin: 3px !important;
        background-size: contain !important;
        position: relative;
        cursor: pointer;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center left;
    }

        .contact-widget > .widget:hover {
            left: -70px;
            width: auto
        }

        .contact-widget > .widget .text {
            line-height: 45px !important;
            left: 44px !important;
            position: absolute;
            white-space: nowrap;
            color: #fff;
            padding: 0 10px 0 8px;
            text-align: right;
        }

.widget-hotline-2 {
    border-radius: 10px 0 0 10px !important;
    background-image: url(/images/icon/chat.svg), linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
}

    .widget-hotline-2 .text {
        background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
    }

.widget-hotline {
    background-image: url(/images/icon/widget_icon_click_to_call_square.svg), linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
}

    .widget-hotline .text {
        background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
    }

.widget-inbox {
    background-image: url(/images/icon/widget_icon_youtube.svg),linear-gradient( 180deg,#d42428 0%,#cc202d 100%);
}

    .widget-inbox .text {
        background-image: linear-gradient( 180deg,#d42428 0%,#cc202d 100%);
    }

.widget-message {
    background-image: url(/images/icon/widget_icon_messenger_square.svg),linear-gradient( 0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
}

    .widget-message .text {
        background-image: linear-gradient( 0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
    }

.widget-zalo {
    background-image: url(/images/icon/widget_icon_zalo_square.svg),linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
}

    .widget-zalo .text {
        background-image: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
    }

.widget-address {
    background-image: url(/images/icon/widget_icon_map_square.svg),linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
}

    .widget-address .text {
        background-image: linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
    }

.contact-widget > .widget-zalo:hover {
    left: -43px;
}

.contact-widget > .widget-address:hover {
    left: -83px;
}

@media(max-width:767px) {
    .contact-widget {
        top: initial;
        bottom: 10px;
        width: 100%;
        text-align: center
    }

        .contact-widget > .widget {
            display: inline-block;
            border-radius: 10px !important;
            margin: 0 4px !important;
        }

            .contact-widget > .widget .text {
                display: none;
            }

            .contact-widget > .widget:hover {
                left: unset !important
            }

    .widget-hotline-2 {
        display: inline-block !important;
    }

    .copy {
        padding-bottom: 70px !important
    }

    .alo-phone, .alo-phone.alo-red {
        display: none !important;
    }
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.simply-scroll-list {overflow: hidden;margin: 0;padding: 0;list-style: none; text-align:justify;line-height:1.4;}
.simply-scroll-list li{width:100%;padding:10px;margin:0;list-style:none;border-bottom:1px dashed #ccc;}
.simply-scroll-list li a {color:#1e1e1e;font-weight:bold;}
.simply-scroll-list li span {position:relative;width:100px;height:75px;display:block;float:left;margin-right:10px;} 
.simply-scroll-list li p {max-height:75px;overflow:hidden;}


.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

.blocker {
    transition: background-color 0.5s ease;
}

.jquery-modal {
    z-index: 99999 !important;
}

.modal {min-height:40px;}

.titel-modal {
    background: #21a63b;
    padding: 15px 5px;
    border-radius: 8px 8px 0 0;
    text-transform: capitalize;
    margin: -15px -30px 15px !important;
    color: #fff
}
.modal a.close-modal[class*="icon-"] {
    top: 5px;
    right: 5px;
}
    .modal a.close-modal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAADDUlEQVR4nO1Zy2oUQRRtfC1c+lj5+ABXQs+9TlYDVW1w4XZQdOnadWICBg1ksjdhIn6CqAsTQQX/QdEPMLoyiWiqZuhxHiW3cGZ0ppOu6q7uHmEuFAx00XNO1X2ce9vzpja1qaU2Va0ebXKYkQwXJMNnksMnyeG74PiLFv2WHD/qZwwXGgGW1ZJ3xCvamrOlC4LjquDwVXJUNktw+CIY1hoVPJ878P1rl88KBo8Fw5Yt8DEiDFuCY32/4p/JBbwI4JZksJcW+NhiuCvYlZuZAVe+f1xwfOIcOB9zrQ36L7fgr/snBcdXWYOXQxJb9J8uTz438HLoUm9V9dKJ1ATycBt54E1gPSV4uF0UeDkgUbqRCPxPDqclx52iCUgGe4lSLOX5wsHzQTysW4Gn6mhVpIKyat69YwxI7w3K5m7EsNUM/Ivmp89x1QZ8+/WmUt2uCmtLsfvDh/eU6nRU+90bJWdnbEjUjMCTyCKdYgW+bzEk+uD71rYgQXqLRGMsAa0qLVzhb0DaOh0VLi+Og19ejNzbtHC9BvMxloCWxBYBFj6YHwc2chOjJz/Ys3LfLpgDmDfx/+dWL40h4Qw8pwVP42+AGg/rFx9AotfVYN2AR6oJHwxcKLlUjiThCjzXayfehVI2KZrE6Knr2+ilBa8EwzB7AuTzkQTM6oRMSyCVC0UFbERgZ+pCMmkQR4Hv9aKDOCkJZhDEidLoIanSpE5Ip2nUtpAZ5HlnJBjMxRKgodPESgleAjMxx3A7sZg7JFWO3kSbxNxVM1ktGH42nuaRdE0kpw3yfJ+EDXipCcCKEfgJbWjCBiufMyagb4Fj3SrAMl3wyLO1H7PlU5PR1ONu4rkpzSqLJiAYVhOBH5DgsFGg66x5aY36UMHhRf4nD5uqUjmWmsBwuAtbObrNS2fD3ZEhbw6ZCdacnXyU0awyk+zE8FvqgLWamzJcpwLjwF1CyvOUtr28jaojyQ5j7fQv8G2SB9YVNgsjkUVDJ5rbkGanxoM6O/0BjySJ7vLg/Z9nc6QqJ+Iz69Sm5v3/9htwCyTCs1agAgAAAABJRU5ErkJggg==')
    }

.box-contact1 #close-modal.btn-secondary {
    height: 40px;
    display: none;
}

@media(max-width:1023px) {
    .blocker {
        padding:20px !important;}
    .modal {
        width: 98% !important;
        padding:15px !important
    }
}

@media(max-width:639px) {
    .modal a.close-modal {
        display: none;
    }
    .moda .box-contact1 #close-modal.btn-secondary {
        display: block !important;
    }
        .titel-modal {
        margin: -15px -15px 15px !important;
    }
}
.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:999999!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: red;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  opacity:0.85 }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

