/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

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

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }

    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }

    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%,
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%,
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0::before {
    content: "\30"
}

.fa-1::before {
    content: "\31"
}

.fa-2::before {
    content: "\32"
}

.fa-3::before {
    content: "\33"
}

.fa-4::before {
    content: "\34"
}

.fa-5::before {
    content: "\35"
}

.fa-6::before {
    content: "\36"
}

.fa-7::before {
    content: "\37"
}

.fa-8::before {
    content: "\38"
}

.fa-9::before {
    content: "\39"
}

.fa-a::before {
    content: "\41"
}

.fa-address-book::before {
    content: "\f2b9"
}

.fa-contact-book::before {
    content: "\f2b9"
}

.fa-address-card::before {
    content: "\f2bb"
}

.fa-contact-card::before {
    content: "\f2bb"
}

.fa-vcard::before {
    content: "\f2bb"
}

.fa-align-center::before {
    content: "\f037"
}

.fa-align-justify::before {
    content: "\f039"
}

.fa-align-left::before {
    content: "\f036"
}

.fa-align-right::before {
    content: "\f038"
}

.fa-anchor::before {
    content: "\f13d"
}

.fa-angle-down::before {
    content: "\f107"
}

.fa-angle-left::before {
    content: "\f104"
}

.fa-angle-right::before {
    content: "\f105"
}

.fa-angle-up::before {
    content: "\f106"
}

.fa-angles-down::before {
    content: "\f103"
}

.fa-angle-double-down::before {
    content: "\f103"
}

.fa-angles-left::before {
    content: "\f100"
}

.fa-angle-double-left::before {
    content: "\f100"
}

.fa-angles-right::before {
    content: "\f101"
}

.fa-angle-double-right::before {
    content: "\f101"
}

.fa-angles-up::before {
    content: "\f102"
}

.fa-angle-double-up::before {
    content: "\f102"
}

.fa-ankh::before {
    content: "\f644"
}

.fa-apple-whole::before {
    content: "\f5d1"
}

.fa-apple-alt::before {
    content: "\f5d1"
}

.fa-archway::before {
    content: "\f557"
}

.fa-arrow-down::before {
    content: "\f063"
}

.fa-arrow-down-1-9::before {
    content: "\f162"
}

.fa-sort-numeric-asc::before {
    content: "\f162"
}

.fa-sort-numeric-down::before {
    content: "\f162"
}

.fa-arrow-down-9-1::before {
    content: "\f886"
}

.fa-sort-numeric-desc::before {
    content: "\f886"
}

.fa-sort-numeric-down-alt::before {
    content: "\f886"
}

.fa-arrow-down-a-z::before {
    content: "\f15d"
}

.fa-sort-alpha-asc::before {
    content: "\f15d"
}

.fa-sort-alpha-down::before {
    content: "\f15d"
}

.fa-arrow-down-long::before {
    content: "\f175"
}

.fa-long-arrow-down::before {
    content: "\f175"
}

.fa-arrow-down-short-wide::before {
    content: "\f884"
}

.fa-sort-amount-desc::before {
    content: "\f884"
}

.fa-sort-amount-down-alt::before {
    content: "\f884"
}

.fa-arrow-down-wide-short::before {
    content: "\f160"
}

.fa-sort-amount-asc::before {
    content: "\f160"
}

.fa-sort-amount-down::before {
    content: "\f160"
}

.fa-arrow-down-z-a::before {
    content: "\f881"
}

.fa-sort-alpha-desc::before {
    content: "\f881"
}

.fa-sort-alpha-down-alt::before {
    content: "\f881"
}

.fa-arrow-left::before {
    content: "\f060"
}

.fa-arrow-left-long::before {
    content: "\f177"
}

.fa-long-arrow-left::before {
    content: "\f177"
}

.fa-arrow-pointer::before {
    content: "\f245"
}

.fa-mouse-pointer::before {
    content: "\f245"
}

.fa-arrow-right::before {
    content: "\f061"
}

.fa-arrow-right-arrow-left::before {
    content: "\f0ec"
}

.fa-exchange::before {
    content: "\f0ec"
}

.fa-arrow-right-from-bracket::before {
    content: "\f08b"
}

.fa-sign-out::before {
    content: "\f08b"
}

.fa-arrow-right-long::before {
    content: "\f178"
}

.fa-long-arrow-right::before {
    content: "\f178"
}

.fa-arrow-right-to-bracket::before {
    content: "\f090"
}

.fa-sign-in::before {
    content: "\f090"
}

.fa-arrow-rotate-left::before {
    content: "\f0e2"
}

.fa-arrow-left-rotate::before {
    content: "\f0e2"
}

.fa-arrow-rotate-back::before {
    content: "\f0e2"
}

.fa-arrow-rotate-backward::before {
    content: "\f0e2"
}

.fa-undo::before {
    content: "\f0e2"
}

.fa-arrow-rotate-right::before {
    content: "\f01e"
}

.fa-arrow-right-rotate::before {
    content: "\f01e"
}

.fa-arrow-rotate-forward::before {
    content: "\f01e"
}

.fa-redo::before {
    content: "\f01e"
}

.fa-arrow-trend-down::before {
    content: "\e097"
}

.fa-arrow-trend-up::before {
    content: "\e098"
}

.fa-arrow-turn-down::before {
    content: "\f149"
}

.fa-level-down::before {
    content: "\f149"
}

.fa-arrow-turn-up::before {
    content: "\f148"
}

.fa-level-up::before {
    content: "\f148"
}

.fa-arrow-up::before {
    content: "\f062"
}

.fa-arrow-up-1-9::before {
    content: "\f163"
}

.fa-sort-numeric-up::before {
    content: "\f163"
}

.fa-arrow-up-9-1::before {
    content: "\f887"
}

.fa-sort-numeric-up-alt::before {
    content: "\f887"
}

.fa-arrow-up-a-z::before {
    content: "\f15e"
}

.fa-sort-alpha-up::before {
    content: "\f15e"
}

.fa-arrow-up-from-bracket::before {
    content: "\e09a"
}

.fa-arrow-up-long::before {
    content: "\f176"
}

.fa-long-arrow-up::before {
    content: "\f176"
}

.fa-arrow-up-right-from-square::before {
    content: "\f08e"
}

.fa-external-link::before {
    content: "\f08e"
}

.fa-arrow-up-short-wide::before {
    content: "\f885"
}

.fa-sort-amount-up-alt::before {
    content: "\f885"
}

.fa-arrow-up-wide-short::before {
    content: "\f161"
}

.fa-sort-amount-up::before {
    content: "\f161"
}

.fa-arrow-up-z-a::before {
    content: "\f882"
}

.fa-sort-alpha-up-alt::before {
    content: "\f882"
}

.fa-arrows-left-right::before {
    content: "\f07e"
}

.fa-arrows-h::before {
    content: "\f07e"
}

.fa-arrows-rotate::before {
    content: "\f021"
}

.fa-refresh::before {
    content: "\f021"
}

.fa-sync::before {
    content: "\f021"
}

.fa-arrows-up-down::before {
    content: "\f07d"
}

.fa-arrows-v::before {
    content: "\f07d"
}

.fa-arrows-up-down-left-right::before {
    content: "\f047"
}

.fa-arrows::before {
    content: "\f047"
}

.fa-asterisk::before {
    content: "\2a"
}

.fa-at::before {
    content: "\40"
}

.fa-atom::before {
    content: "\f5d2"
}

.fa-audio-description::before {
    content: "\f29e"
}

.fa-austral-sign::before {
    content: "\e0a9"
}

.fa-award::before {
    content: "\f559"
}

.fa-b::before {
    content: "\42"
}

.fa-baby::before {
    content: "\f77c"
}

.fa-baby-carriage::before {
    content: "\f77d"
}

.fa-carriage-baby::before {
    content: "\f77d"
}

.fa-backward::before {
    content: "\f04a"
}

.fa-backward-fast::before {
    content: "\f049"
}

.fa-fast-backward::before {
    content: "\f049"
}

.fa-backward-step::before {
    content: "\f048"
}

.fa-step-backward::before {
    content: "\f048"
}

.fa-bacon::before {
    content: "\f7e5"
}

.fa-bacteria::before {
    content: "\e059"
}

.fa-bacterium::before {
    content: "\e05a"
}

.fa-bag-shopping::before {
    content: "\f290"
}

.fa-shopping-bag::before {
    content: "\f290"
}

.fa-bahai::before {
    content: "\f666"
}

.fa-baht-sign::before {
    content: "\e0ac"
}

.fa-ban::before {
    content: "\f05e"
}

.fa-cancel::before {
    content: "\f05e"
}

.fa-ban-smoking::before {
    content: "\f54d"
}

.fa-smoking-ban::before {
    content: "\f54d"
}

.fa-bandage::before {
    content: "\f462"
}

.fa-band-aid::before {
    content: "\f462"
}

.fa-barcode::before {
    content: "\f02a"
}

.fa-bars::before {
    content: "\f0c9"
}

.fa-navicon::before {
    content: "\f0c9"
}

.fa-bars-progress::before {
    content: "\f828"
}

.fa-tasks-alt::before {
    content: "\f828"
}

.fa-bars-staggered::before {
    content: "\f550"
}

.fa-reorder::before {
    content: "\f550"
}

.fa-stream::before {
    content: "\f550"
}

.fa-baseball::before {
    content: "\f433"
}

.fa-baseball-ball::before {
    content: "\f433"
}

.fa-baseball-bat-ball::before {
    content: "\f432"
}

.fa-basket-shopping::before {
    content: "\f291"
}

.fa-shopping-basket::before {
    content: "\f291"
}

.fa-basketball::before {
    content: "\f434"
}

.fa-basketball-ball::before {
    content: "\f434"
}

.fa-bath::before {
    content: "\f2cd"
}

.fa-bathtub::before {
    content: "\f2cd"
}

.fa-battery-empty::before {
    content: "\f244"
}

.fa-battery-0::before {
    content: "\f244"
}

.fa-battery-full::before {
    content: "\f240"
}

.fa-battery::before {
    content: "\f240"
}

.fa-battery-5::before {
    content: "\f240"
}

.fa-battery-half::before {
    content: "\f242"
}

.fa-battery-3::before {
    content: "\f242"
}

.fa-battery-quarter::before {
    content: "\f243"
}

.fa-battery-2::before {
    content: "\f243"
}

.fa-battery-three-quarters::before {
    content: "\f241"
}

.fa-battery-4::before {
    content: "\f241"
}

.fa-bed::before {
    content: "\f236"
}

.fa-bed-pulse::before {
    content: "\f487"
}

.fa-procedures::before {
    content: "\f487"
}

.fa-beer-mug-empty::before {
    content: "\f0fc"
}

.fa-beer::before {
    content: "\f0fc"
}

.fa-bell::before {
    content: "\f0f3"
}

.fa-bell-concierge::before {
    content: "\f562"
}

.fa-concierge-bell::before {
    content: "\f562"
}

.fa-bell-slash::before {
    content: "\f1f6"
}

.fa-bezier-curve::before {
    content: "\f55b"
}

.fa-bicycle::before {
    content: "\f206"
}

.fa-binoculars::before {
    content: "\f1e5"
}

.fa-biohazard::before {
    content: "\f780"
}

.fa-bitcoin-sign::before {
    content: "\e0b4"
}

.fa-blender::before {
    content: "\f517"
}

.fa-blender-phone::before {
    content: "\f6b6"
}

.fa-blog::before {
    content: "\f781"
}

.fa-bold::before {
    content: "\f032"
}

.fa-bolt::before {
    content: "\f0e7"
}

.fa-zap::before {
    content: "\f0e7"
}

.fa-bolt-lightning::before {
    content: "\e0b7"
}

.fa-bomb::before {
    content: "\f1e2"
}

.fa-bone::before {
    content: "\f5d7"
}

.fa-bong::before {
    content: "\f55c"
}

.fa-book::before {
    content: "\f02d"
}

.fa-book-atlas::before {
    content: "\f558"
}

.fa-atlas::before {
    content: "\f558"
}

.fa-book-bible::before {
    content: "\f647"
}

.fa-bible::before {
    content: "\f647"
}

.fa-book-journal-whills::before {
    content: "\f66a"
}

.fa-journal-whills::before {
    content: "\f66a"
}

.fa-book-medical::before {
    content: "\f7e6"
}

.fa-book-open::before {
    content: "\f518"
}

.fa-book-open-reader::before {
    content: "\f5da"
}

.fa-book-reader::before {
    content: "\f5da"
}

.fa-book-quran::before {
    content: "\f687"
}

.fa-quran::before {
    content: "\f687"
}

.fa-book-skull::before {
    content: "\f6b7"
}

.fa-book-dead::before {
    content: "\f6b7"
}

.fa-bookmark::before {
    content: "\f02e"
}

.fa-border-all::before {
    content: "\f84c"
}

.fa-border-none::before {
    content: "\f850"
}

.fa-border-top-left::before {
    content: "\f853"
}

.fa-border-style::before {
    content: "\f853"
}

.fa-bowling-ball::before {
    content: "\f436"
}

.fa-box::before {
    content: "\f466"
}

.fa-box-archive::before {
    content: "\f187"
}

.fa-archive::before {
    content: "\f187"
}

.fa-box-open::before {
    content: "\f49e"
}

.fa-box-tissue::before {
    content: "\e05b"
}

.fa-boxes-stacked::before {
    content: "\f468"
}

.fa-boxes::before {
    content: "\f468"
}

.fa-boxes-alt::before {
    content: "\f468"
}

.fa-braille::before {
    content: "\f2a1"
}

.fa-brain::before {
    content: "\f5dc"
}

.fa-brazilian-real-sign::before {
    content: "\e46c"
}

.fa-bread-slice::before {
    content: "\f7ec"
}

.fa-briefcase::before {
    content: "\f0b1"
}

.fa-briefcase-medical::before {
    content: "\f469"
}

.fa-broom::before {
    content: "\f51a"
}

.fa-broom-ball::before {
    content: "\f458"
}

.fa-quidditch::before {
    content: "\f458"
}

.fa-quidditch-broom-ball::before {
    content: "\f458"
}

.fa-brush::before {
    content: "\f55d"
}

.fa-bug::before {
    content: "\f188"
}

.fa-bug-slash::before {
    content: "\e490"
}

.fa-building::before {
    content: "\f1ad"
}

.fa-building-columns::before {
    content: "\f19c"
}

.fa-bank::before {
    content: "\f19c"
}

.fa-institution::before {
    content: "\f19c"
}

.fa-museum::before {
    content: "\f19c"
}

.fa-university::before {
    content: "\f19c"
}

.fa-bullhorn::before {
    content: "\f0a1"
}

.fa-bullseye::before {
    content: "\f140"
}

.fa-burger::before {
    content: "\f805"
}

.fa-hamburger::before {
    content: "\f805"
}

.fa-bus::before {
    content: "\f207"
}

.fa-bus-simple::before {
    content: "\f55e"
}

.fa-bus-alt::before {
    content: "\f55e"
}

.fa-business-time::before {
    content: "\f64a"
}

.fa-briefcase-clock::before {
    content: "\f64a"
}

.fa-c::before {
    content: "\43"
}

.fa-cake-candles::before {
    content: "\f1fd"
}

.fa-birthday-cake::before {
    content: "\f1fd"
}

.fa-cake::before {
    content: "\f1fd"
}

.fa-calculator::before {
    content: "\f1ec"
}

.fa-calendar::before {
    content: "\f133"
}

.fa-calendar-check::before {
    content: "\f274"
}

.fa-calendar-day::before {
    content: "\f783"
}

.fa-calendar-days::before {
    content: "\f073"
}

.fa-calendar-alt::before {
    content: "\f073"
}

.fa-calendar-minus::before {
    content: "\f272"
}

.fa-calendar-plus::before {
    content: "\f271"
}

.fa-calendar-week::before {
    content: "\f784"
}

.fa-calendar-xmark::before {
    content: "\f273"
}

.fa-calendar-times::before {
    content: "\f273"
}

.fa-camera::before {
    content: "\f030"
}

.fa-camera-alt::before {
    content: "\f030"
}

.fa-camera-retro::before {
    content: "\f083"
}

.fa-camera-rotate::before {
    content: "\e0d8"
}

.fa-campground::before {
    content: "\f6bb"
}

.fa-candy-cane::before {
    content: "\f786"
}

.fa-cannabis::before {
    content: "\f55f"
}

.fa-capsules::before {
    content: "\f46b"
}

.fa-car::before {
    content: "\f1b9"
}

.fa-automobile::before {
    content: "\f1b9"
}

.fa-car-battery::before {
    content: "\f5df"
}

.fa-battery-car::before {
    content: "\f5df"
}

.fa-car-crash::before {
    content: "\f5e1"
}

.fa-car-rear::before {
    content: "\f5de"
}

.fa-car-alt::before {
    content: "\f5de"
}

.fa-car-side::before {
    content: "\f5e4"
}

.fa-caravan::before {
    content: "\f8ff"
}

.fa-caret-down::before {
    content: "\f0d7"
}

.fa-caret-left::before {
    content: "\f0d9"
}

.fa-caret-right::before {
    content: "\f0da"
}

.fa-caret-up::before {
    content: "\f0d8"
}

.fa-carrot::before {
    content: "\f787"
}

.fa-cart-arrow-down::before {
    content: "\f218"
}

.fa-cart-flatbed::before {
    content: "\f474"
}

.fa-dolly-flatbed::before {
    content: "\f474"
}

.fa-cart-flatbed-suitcase::before {
    content: "\f59d"
}

.fa-luggage-cart::before {
    content: "\f59d"
}

.fa-cart-plus::before {
    content: "\f217"
}

.fa-cart-shopping::before {
    content: "\f07a"
}

.fa-shopping-cart::before {
    content: "\f07a"
}

.fa-cash-register::before {
    content: "\f788"
}

.fa-cat::before {
    content: "\f6be"
}

.fa-cedi-sign::before {
    content: "\e0df"
}

.fa-cent-sign::before {
    content: "\e3f5"
}

.fa-certificate::before {
    content: "\f0a3"
}

.fa-chair::before {
    content: "\f6c0"
}

.fa-chalkboard::before {
    content: "\f51b"
}

.fa-blackboard::before {
    content: "\f51b"
}

.fa-chalkboard-user::before {
    content: "\f51c"
}

.fa-chalkboard-teacher::before {
    content: "\f51c"
}

.fa-champagne-glasses::before {
    content: "\f79f"
}

.fa-glass-cheers::before {
    content: "\f79f"
}

.fa-charging-station::before {
    content: "\f5e7"
}

.fa-chart-area::before {
    content: "\f1fe"
}

.fa-area-chart::before {
    content: "\f1fe"
}

.fa-chart-bar::before {
    content: "\f080"
}

.fa-bar-chart::before {
    content: "\f080"
}

.fa-chart-column::before {
    content: "\e0e3"
}

.fa-chart-gantt::before {
    content: "\e0e4"
}

.fa-chart-line::before {
    content: "\f201"
}

.fa-line-chart::before {
    content: "\f201"
}

.fa-chart-pie::before {
    content: "\f200"
}

.fa-pie-chart::before {
    content: "\f200"
}

.fa-check::before {
    content: "\f00c"
}

.fa-check-double::before {
    content: "\f560"
}

.fa-check-to-slot::before {
    content: "\f772"
}

.fa-vote-yea::before {
    content: "\f772"
}

.fa-cheese::before {
    content: "\f7ef"
}

.fa-chess::before {
    content: "\f439"
}

.fa-chess-bishop::before {
    content: "\f43a"
}

.fa-chess-board::before {
    content: "\f43c"
}

.fa-chess-king::before {
    content: "\f43f"
}

.fa-chess-knight::before {
    content: "\f441"
}

.fa-chess-pawn::before {
    content: "\f443"
}

.fa-chess-queen::before {
    content: "\f445"
}

.fa-chess-rook::before {
    content: "\f447"
}

.fa-chevron-down::before {
    content: "\f078"
}

.fa-chevron-left::before {
    content: "\f053"
}

.fa-chevron-right::before {
    content: "\f054"
}

.fa-chevron-up::before {
    content: "\f077"
}

.fa-child::before {
    content: "\f1ae"
}

.fa-church::before {
    content: "\f51d"
}

.fa-circle::before {
    content: "\f111"
}

.fa-circle-arrow-down::before {
    content: "\f0ab"
}

.fa-arrow-circle-down::before {
    content: "\f0ab"
}

.fa-circle-arrow-left::before {
    content: "\f0a8"
}

.fa-arrow-circle-left::before {
    content: "\f0a8"
}

.fa-circle-arrow-right::before {
    content: "\f0a9"
}

.fa-arrow-circle-right::before {
    content: "\f0a9"
}

.fa-circle-arrow-up::before {
    content: "\f0aa"
}

.fa-arrow-circle-up::before {
    content: "\f0aa"
}

.fa-circle-check::before {
    content: "\f058"
}

.fa-check-circle::before {
    content: "\f058"
}

.fa-circle-chevron-down::before {
    content: "\f13a"
}

.fa-chevron-circle-down::before {
    content: "\f13a"
}

.fa-circle-chevron-left::before {
    content: "\f137"
}

.fa-chevron-circle-left::before {
    content: "\f137"
}

.fa-circle-chevron-right::before {
    content: "\f138"
}

.fa-chevron-circle-right::before {
    content: "\f138"
}

.fa-circle-chevron-up::before {
    content: "\f139"
}

.fa-chevron-circle-up::before {
    content: "\f139"
}

.fa-circle-dollar-to-slot::before {
    content: "\f4b9"
}

.fa-donate::before {
    content: "\f4b9"
}

.fa-circle-dot::before {
    content: "\f192"
}

.fa-dot-circle::before {
    content: "\f192"
}

.fa-circle-down::before {
    content: "\f358"
}

.fa-arrow-alt-circle-down::before {
    content: "\f358"
}

.fa-circle-exclamation::before {
    content: "\f06a"
}

.fa-exclamation-circle::before {
    content: "\f06a"
}

.fa-circle-h::before {
    content: "\f47e"
}

.fa-hospital-symbol::before {
    content: "\f47e"
}

.fa-circle-half-stroke::before {
    content: "\f042"
}

.fa-adjust::before {
    content: "\f042"
}

.fa-circle-info::before {
    content: "\f05a"
}

.fa-info-circle::before {
    content: "\f05a"
}

.fa-circle-left::before {
    content: "\f359"
}

.fa-arrow-alt-circle-left::before {
    content: "\f359"
}

.fa-circle-minus::before {
    content: "\f056"
}

.fa-minus-circle::before {
    content: "\f056"
}

.fa-circle-notch::before {
    content: "\f1ce"
}

.fa-circle-pause::before {
    content: "\f28b"
}

.fa-pause-circle::before {
    content: "\f28b"
}

.fa-circle-play::before {
    content: "\f144"
}

.fa-play-circle::before {
    content: "\f144"
}

.fa-circle-plus::before {
    content: "\f055"
}

.fa-plus-circle::before {
    content: "\f055"
}

.fa-circle-question::before {
    content: "\f059"
}

.fa-question-circle::before {
    content: "\f059"
}

.fa-circle-radiation::before {
    content: "\f7ba"
}

.fa-radiation-alt::before {
    content: "\f7ba"
}

.fa-circle-right::before {
    content: "\f35a"
}

.fa-arrow-alt-circle-right::before {
    content: "\f35a"
}

.fa-circle-stop::before {
    content: "\f28d"
}

.fa-stop-circle::before {
    content: "\f28d"
}

.fa-circle-up::before {
    content: "\f35b"
}

.fa-arrow-alt-circle-up::before {
    content: "\f35b"
}

.fa-circle-user::before {
    content: "\f2bd"
}

.fa-user-circle::before {
    content: "\f2bd"
}

.fa-circle-xmark::before {
    content: "\f057"
}

.fa-times-circle::before {
    content: "\f057"
}

.fa-xmark-circle::before {
    content: "\f057"
}

.fa-city::before {
    content: "\f64f"
}

.fa-clapperboard::before {
    content: "\e131"
}

.fa-clipboard::before {
    content: "\f328"
}

.fa-clipboard-check::before {
    content: "\f46c"
}

.fa-clipboard-list::before {
    content: "\f46d"
}

.fa-clock::before {
    content: "\f017"
}

.fa-clock-four::before {
    content: "\f017"
}

.fa-clock-rotate-left::before {
    content: "\f1da"
}

.fa-history::before {
    content: "\f1da"
}

.fa-clone::before {
    content: "\f24d"
}

.fa-closed-captioning::before {
    content: "\f20a"
}

.fa-cloud::before {
    content: "\f0c2"
}

.fa-cloud-arrow-down::before {
    content: "\f0ed"
}

.fa-cloud-download::before {
    content: "\f0ed"
}

.fa-cloud-download-alt::before {
    content: "\f0ed"
}

.fa-cloud-arrow-up::before {
    content: "\f0ee"
}

.fa-cloud-upload::before {
    content: "\f0ee"
}

.fa-cloud-upload-alt::before {
    content: "\f0ee"
}

.fa-cloud-meatball::before {
    content: "\f73b"
}

.fa-cloud-moon::before {
    content: "\f6c3"
}

.fa-cloud-moon-rain::before {
    content: "\f73c"
}

.fa-cloud-rain::before {
    content: "\f73d"
}

.fa-cloud-showers-heavy::before {
    content: "\f740"
}

.fa-cloud-sun::before {
    content: "\f6c4"
}

.fa-cloud-sun-rain::before {
    content: "\f743"
}

.fa-clover::before {
    content: "\e139"
}

.fa-code::before {
    content: "\f121"
}

.fa-code-branch::before {
    content: "\f126"
}

.fa-code-commit::before {
    content: "\f386"
}

.fa-code-compare::before {
    content: "\e13a"
}

.fa-code-fork::before {
    content: "\e13b"
}

.fa-code-merge::before {
    content: "\f387"
}

.fa-code-pull-request::before {
    content: "\e13c"
}

.fa-coins::before {
    content: "\f51e"
}

.fa-colon-sign::before {
    content: "\e140"
}

.fa-comment::before {
    content: "\f075"
}

.fa-comment-dollar::before {
    content: "\f651"
}

.fa-comment-dots::before {
    content: "\f4ad"
}

.fa-commenting::before {
    content: "\f4ad"
}

.fa-comment-medical::before {
    content: "\f7f5"
}

.fa-comment-slash::before {
    content: "\f4b3"
}

.fa-comment-sms::before {
    content: "\f7cd"
}

.fa-sms::before {
    content: "\f7cd"
}

.fa-comments::before {
    content: "\f086"
}

.fa-comments-dollar::before {
    content: "\f653"
}

.fa-compact-disc::before {
    content: "\f51f"
}

.fa-compass::before {
    content: "\f14e"
}

.fa-compass-drafting::before {
    content: "\f568"
}

.fa-drafting-compass::before {
    content: "\f568"
}

.fa-compress::before {
    content: "\f066"
}

.fa-computer-mouse::before {
    content: "\f8cc"
}

.fa-mouse::before {
    content: "\f8cc"
}

.fa-cookie::before {
    content: "\f563"
}

.fa-cookie-bite::before {
    content: "\f564"
}

.fa-copy::before {
    content: "\f0c5"
}

.fa-copyright::before {
    content: "\f1f9"
}

.fa-couch::before {
    content: "\f4b8"
}

.fa-credit-card::before {
    content: "\f09d"
}

.fa-credit-card-alt::before {
    content: "\f09d"
}

.fa-crop::before {
    content: "\f125"
}

.fa-crop-simple::before {
    content: "\f565"
}

.fa-crop-alt::before {
    content: "\f565"
}

.fa-cross::before {
    content: "\f654"
}

.fa-crosshairs::before {
    content: "\f05b"
}

.fa-crow::before {
    content: "\f520"
}

.fa-crown::before {
    content: "\f521"
}

.fa-crutch::before {
    content: "\f7f7"
}

.fa-cruzeiro-sign::before {
    content: "\e152"
}

.fa-cube::before {
    content: "\f1b2"
}

.fa-cubes::before {
    content: "\f1b3"
}

.fa-d::before {
    content: "\44"
}

.fa-database::before {
    content: "\f1c0"
}

.fa-delete-left::before {
    content: "\f55a"
}

.fa-backspace::before {
    content: "\f55a"
}

.fa-democrat::before {
    content: "\f747"
}

.fa-desktop::before {
    content: "\f390"
}

.fa-desktop-alt::before {
    content: "\f390"
}

.fa-dharmachakra::before {
    content: "\f655"
}

.fa-diagram-next::before {
    content: "\e476"
}

.fa-diagram-predecessor::before {
    content: "\e477"
}

.fa-diagram-project::before {
    content: "\f542"
}

.fa-project-diagram::before {
    content: "\f542"
}

.fa-diagram-successor::before {
    content: "\e47a"
}

.fa-diamond::before {
    content: "\f219"
}

.fa-diamond-turn-right::before {
    content: "\f5eb"
}

.fa-directions::before {
    content: "\f5eb"
}

.fa-dice::before {
    content: "\f522"
}

.fa-dice-d20::before {
    content: "\f6cf"
}

.fa-dice-d6::before {
    content: "\f6d1"
}

.fa-dice-five::before {
    content: "\f523"
}

.fa-dice-four::before {
    content: "\f524"
}

.fa-dice-one::before {
    content: "\f525"
}

.fa-dice-six::before {
    content: "\f526"
}

.fa-dice-three::before {
    content: "\f527"
}

.fa-dice-two::before {
    content: "\f528"
}

.fa-disease::before {
    content: "\f7fa"
}

.fa-divide::before {
    content: "\f529"
}

.fa-dna::before {
    content: "\f471"
}

.fa-dog::before {
    content: "\f6d3"
}

.fa-dollar-sign::before {
    content: "\24"
}

.fa-dollar::before {
    content: "\24"
}

.fa-usd::before {
    content: "\24"
}

.fa-dolly::before {
    content: "\f472"
}

.fa-dolly-box::before {
    content: "\f472"
}

.fa-dong-sign::before {
    content: "\e169"
}

.fa-door-closed::before {
    content: "\f52a"
}

.fa-door-open::before {
    content: "\f52b"
}

.fa-dove::before {
    content: "\f4ba"
}

.fa-down-left-and-up-right-to-center::before {
    content: "\f422"
}

.fa-compress-alt::before {
    content: "\f422"
}

.fa-down-long::before {
    content: "\f309"
}

.fa-long-arrow-alt-down::before {
    content: "\f309"
}

.fa-download::before {
    content: "\f019"
}

.fa-dragon::before {
    content: "\f6d5"
}

.fa-draw-polygon::before {
    content: "\f5ee"
}

.fa-droplet::before {
    content: "\f043"
}

.fa-tint::before {
    content: "\f043"
}

.fa-droplet-slash::before {
    content: "\f5c7"
}

.fa-tint-slash::before {
    content: "\f5c7"
}

.fa-drum::before {
    content: "\f569"
}

.fa-drum-steelpan::before {
    content: "\f56a"
}

.fa-drumstick-bite::before {
    content: "\f6d7"
}

.fa-dumbbell::before {
    content: "\f44b"
}

.fa-dumpster::before {
    content: "\f793"
}

.fa-dumpster-fire::before {
    content: "\f794"
}

.fa-dungeon::before {
    content: "\f6d9"
}

.fa-e::before {
    content: "\45"
}

.fa-ear-deaf::before {
    content: "\f2a4"
}

.fa-deaf::before {
    content: "\f2a4"
}

.fa-deafness::before {
    content: "\f2a4"
}

.fa-hard-of-hearing::before {
    content: "\f2a4"
}

.fa-ear-listen::before {
    content: "\f2a2"
}

.fa-assistive-listening-systems::before {
    content: "\f2a2"
}

.fa-earth-africa::before {
    content: "\f57c"
}

.fa-globe-africa::before {
    content: "\f57c"
}

.fa-earth-americas::before {
    content: "\f57d"
}

.fa-earth::before {
    content: "\f57d"
}

.fa-earth-america::before {
    content: "\f57d"
}

.fa-globe-americas::before {
    content: "\f57d"
}

.fa-earth-asia::before {
    content: "\f57e"
}

.fa-globe-asia::before {
    content: "\f57e"
}

.fa-earth-europe::before {
    content: "\f7a2"
}

.fa-globe-europe::before {
    content: "\f7a2"
}

.fa-earth-oceania::before {
    content: "\e47b"
}

.fa-globe-oceania::before {
    content: "\e47b"
}

.fa-egg::before {
    content: "\f7fb"
}

.fa-eject::before {
    content: "\f052"
}

.fa-elevator::before {
    content: "\e16d"
}

.fa-ellipsis::before {
    content: "\f141"
}

.fa-ellipsis-h::before {
    content: "\f141"
}

.fa-ellipsis-vertical::before {
    content: "\f142"
}

.fa-ellipsis-v::before {
    content: "\f142"
}

.fa-envelope::before {
    content: "\f0e0"
}

.fa-envelope-open::before {
    content: "\f2b6"
}

.fa-envelope-open-text::before {
    content: "\f658"
}

.fa-envelopes-bulk::before {
    content: "\f674"
}

.fa-mail-bulk::before {
    content: "\f674"
}

.fa-equals::before {
    content: "\3d"
}

.fa-eraser::before {
    content: "\f12d"
}

.fa-ethernet::before {
    content: "\f796"
}

.fa-euro-sign::before {
    content: "\f153"
}

.fa-eur::before {
    content: "\f153"
}

.fa-euro::before {
    content: "\f153"
}

.fa-exclamation::before {
    content: "\21"
}

.fa-expand::before {
    content: "\f065"
}

.fa-eye::before {
    content: "\f06e"
}

.fa-eye-dropper::before {
    content: "\f1fb"
}

.fa-eye-dropper-empty::before {
    content: "\f1fb"
}

.fa-eyedropper::before {
    content: "\f1fb"
}

.fa-eye-low-vision::before {
    content: "\f2a8"
}

.fa-low-vision::before {
    content: "\f2a8"
}

.fa-eye-slash::before {
    content: "\f070"
}

.fa-f::before {
    content: "\46"
}

.fa-face-angry::before {
    content: "\f556"
}

.fa-angry::before {
    content: "\f556"
}

.fa-face-dizzy::before {
    content: "\f567"
}

.fa-dizzy::before {
    content: "\f567"
}

.fa-face-flushed::before {
    content: "\f579"
}

.fa-flushed::before {
    content: "\f579"
}

.fa-face-frown::before {
    content: "\f119"
}

.fa-frown::before {
    content: "\f119"
}

.fa-face-frown-open::before {
    content: "\f57a"
}

.fa-frown-open::before {
    content: "\f57a"
}

.fa-face-grimace::before {
    content: "\f57f"
}

.fa-grimace::before {
    content: "\f57f"
}

.fa-face-grin::before {
    content: "\f580"
}

.fa-grin::before {
    content: "\f580"
}

.fa-face-grin-beam::before {
    content: "\f582"
}

.fa-grin-beam::before {
    content: "\f582"
}

.fa-face-grin-beam-sweat::before {
    content: "\f583"
}

.fa-grin-beam-sweat::before {
    content: "\f583"
}

.fa-face-grin-hearts::before {
    content: "\f584"
}

.fa-grin-hearts::before {
    content: "\f584"
}

.fa-face-grin-squint::before {
    content: "\f585"
}

.fa-grin-squint::before {
    content: "\f585"
}

.fa-face-grin-squint-tears::before {
    content: "\f586"
}

.fa-grin-squint-tears::before {
    content: "\f586"
}

.fa-face-grin-stars::before {
    content: "\f587"
}

.fa-grin-stars::before {
    content: "\f587"
}

.fa-face-grin-tears::before {
    content: "\f588"
}

.fa-grin-tears::before {
    content: "\f588"
}

.fa-face-grin-tongue::before {
    content: "\f589"
}

.fa-grin-tongue::before {
    content: "\f589"
}

.fa-face-grin-tongue-squint::before {
    content: "\f58a"
}

.fa-grin-tongue-squint::before {
    content: "\f58a"
}

.fa-face-grin-tongue-wink::before {
    content: "\f58b"
}

.fa-grin-tongue-wink::before {
    content: "\f58b"
}

.fa-face-grin-wide::before {
    content: "\f581"
}

.fa-grin-alt::before {
    content: "\f581"
}

.fa-face-grin-wink::before {
    content: "\f58c"
}

.fa-grin-wink::before {
    content: "\f58c"
}

.fa-face-kiss::before {
    content: "\f596"
}

.fa-kiss::before {
    content: "\f596"
}

.fa-face-kiss-beam::before {
    content: "\f597"
}

.fa-kiss-beam::before {
    content: "\f597"
}

.fa-face-kiss-wink-heart::before {
    content: "\f598"
}

.fa-kiss-wink-heart::before {
    content: "\f598"
}

.fa-face-laugh::before {
    content: "\f599"
}

.fa-laugh::before {
    content: "\f599"
}

.fa-face-laugh-beam::before {
    content: "\f59a"
}

.fa-laugh-beam::before {
    content: "\f59a"
}

.fa-face-laugh-squint::before {
    content: "\f59b"
}

.fa-laugh-squint::before {
    content: "\f59b"
}

.fa-face-laugh-wink::before {
    content: "\f59c"
}

.fa-laugh-wink::before {
    content: "\f59c"
}

.fa-face-meh::before {
    content: "\f11a"
}

.fa-meh::before {
    content: "\f11a"
}

.fa-face-meh-blank::before {
    content: "\f5a4"
}

.fa-meh-blank::before {
    content: "\f5a4"
}

.fa-face-rolling-eyes::before {
    content: "\f5a5"
}

.fa-meh-rolling-eyes::before {
    content: "\f5a5"
}

.fa-face-sad-cry::before {
    content: "\f5b3"
}

.fa-sad-cry::before {
    content: "\f5b3"
}

.fa-face-sad-tear::before {
    content: "\f5b4"
}

.fa-sad-tear::before {
    content: "\f5b4"
}

.fa-face-smile::before {
    content: "\f118"
}

.fa-smile::before {
    content: "\f118"
}

.fa-face-smile-beam::before {
    content: "\f5b8"
}

.fa-smile-beam::before {
    content: "\f5b8"
}

.fa-face-smile-wink::before {
    content: "\f4da"
}

.fa-smile-wink::before {
    content: "\f4da"
}

.fa-face-surprise::before {
    content: "\f5c2"
}

.fa-surprise::before {
    content: "\f5c2"
}

.fa-face-tired::before {
    content: "\f5c8"
}

.fa-tired::before {
    content: "\f5c8"
}

.fa-fan::before {
    content: "\f863"
}

.fa-faucet::before {
    content: "\e005"
}

.fa-fax::before {
    content: "\f1ac"
}

.fa-feather::before {
    content: "\f52d"
}

.fa-feather-pointed::before {
    content: "\f56b"
}

.fa-feather-alt::before {
    content: "\f56b"
}

.fa-file::before {
    content: "\f15b"
}

.fa-file-arrow-down::before {
    content: "\f56d"
}

.fa-file-download::before {
    content: "\f56d"
}

.fa-file-arrow-up::before {
    content: "\f574"
}

.fa-file-upload::before {
    content: "\f574"
}

.fa-file-audio::before {
    content: "\f1c7"
}

.fa-file-code::before {
    content: "\f1c9"
}

.fa-file-contract::before {
    content: "\f56c"
}

.fa-file-csv::before {
    content: "\f6dd"
}

.fa-file-excel::before {
    content: "\f1c3"
}

.fa-file-export::before {
    content: "\f56e"
}

.fa-arrow-right-from-file::before {
    content: "\f56e"
}

.fa-file-image::before {
    content: "\f1c5"
}

.fa-file-import::before {
    content: "\f56f"
}

.fa-arrow-right-to-file::before {
    content: "\f56f"
}

.fa-file-invoice::before {
    content: "\f570"
}

.fa-file-invoice-dollar::before {
    content: "\f571"
}

.fa-file-lines::before {
    content: "\f15c"
}

.fa-file-alt::before {
    content: "\f15c"
}

.fa-file-text::before {
    content: "\f15c"
}

.fa-file-medical::before {
    content: "\f477"
}

.fa-file-pdf::before {
    content: "\f1c1"
}

.fa-file-powerpoint::before {
    content: "\f1c4"
}

.fa-file-prescription::before {
    content: "\f572"
}

.fa-file-signature::before {
    content: "\f573"
}

.fa-file-video::before {
    content: "\f1c8"
}

.fa-file-waveform::before {
    content: "\f478"
}

.fa-file-medical-alt::before {
    content: "\f478"
}

.fa-file-word::before {
    content: "\f1c2"
}

.fa-file-zipper::before {
    content: "\f1c6"
}

.fa-file-archive::before {
    content: "\f1c6"
}

.fa-fill::before {
    content: "\f575"
}

.fa-fill-drip::before {
    content: "\f576"
}

.fa-film::before {
    content: "\f008"
}

.fa-filter::before {
    content: "\f0b0"
}

.fa-filter-circle-dollar::before {
    content: "\f662"
}

.fa-funnel-dollar::before {
    content: "\f662"
}

.fa-filter-circle-xmark::before {
    content: "\e17b"
}

.fa-fingerprint::before {
    content: "\f577"
}

.fa-fire::before {
    content: "\f06d"
}

.fa-fire-extinguisher::before {
    content: "\f134"
}

.fa-fire-flame-curved::before {
    content: "\f7e4"
}

.fa-fire-alt::before {
    content: "\f7e4"
}

.fa-fire-flame-simple::before {
    content: "\f46a"
}

.fa-burn::before {
    content: "\f46a"
}

.fa-fish::before {
    content: "\f578"
}

.fa-flag::before {
    content: "\f024"
}

.fa-flag-checkered::before {
    content: "\f11e"
}

.fa-flag-usa::before {
    content: "\f74d"
}

.fa-flask::before {
    content: "\f0c3"
}

.fa-floppy-disk::before {
    content: "\f0c7"
}

.fa-save::before {
    content: "\f0c7"
}

.fa-florin-sign::before {
    content: "\e184"
}

.fa-folder::before {
    content: "\f07b"
}

.fa-folder-minus::before {
    content: "\f65d"
}

.fa-folder-open::before {
    content: "\f07c"
}

.fa-folder-plus::before {
    content: "\f65e"
}

.fa-folder-tree::before {
    content: "\f802"
}

.fa-font::before {
    content: "\f031"
}

.fa-football::before {
    content: "\f44e"
}

.fa-football-ball::before {
    content: "\f44e"
}

.fa-forward::before {
    content: "\f04e"
}

.fa-forward-fast::before {
    content: "\f050"
}

.fa-fast-forward::before {
    content: "\f050"
}

.fa-forward-step::before {
    content: "\f051"
}

.fa-step-forward::before {
    content: "\f051"
}

.fa-franc-sign::before {
    content: "\e18f"
}

.fa-frog::before {
    content: "\f52e"
}

.fa-futbol::before {
    content: "\f1e3"
}

.fa-futbol-ball::before {
    content: "\f1e3"
}

.fa-soccer-ball::before {
    content: "\f1e3"
}

.fa-g::before {
    content: "\47"
}

.fa-gamepad::before {
    content: "\f11b"
}

.fa-gas-pump::before {
    content: "\f52f"
}

.fa-gauge::before {
    content: "\f624"
}

.fa-dashboard::before {
    content: "\f624"
}

.fa-gauge-med::before {
    content: "\f624"
}

.fa-tachometer-alt-average::before {
    content: "\f624"
}

.fa-gauge-high::before {
    content: "\f625"
}

.fa-tachometer-alt::before {
    content: "\f625"
}

.fa-tachometer-alt-fast::before {
    content: "\f625"
}

.fa-gauge-simple::before {
    content: "\f629"
}

.fa-gauge-simple-med::before {
    content: "\f629"
}

.fa-tachometer-average::before {
    content: "\f629"
}

.fa-gauge-simple-high::before {
    content: "\f62a"
}

.fa-tachometer::before {
    content: "\f62a"
}

.fa-tachometer-fast::before {
    content: "\f62a"
}

.fa-gavel::before {
    content: "\f0e3"
}

.fa-legal::before {
    content: "\f0e3"
}

.fa-gear::before {
    content: "\f013"
}

.fa-cog::before {
    content: "\f013"
}

.fa-gears::before {
    content: "\f085"
}

.fa-cogs::before {
    content: "\f085"
}

.fa-gem::before {
    content: "\f3a5"
}

.fa-genderless::before {
    content: "\f22d"
}

.fa-ghost::before {
    content: "\f6e2"
}

.fa-gift::before {
    content: "\f06b"
}

.fa-gifts::before {
    content: "\f79c"
}

.fa-glasses::before {
    content: "\f530"
}

.fa-globe::before {
    content: "\f0ac"
}

.fa-golf-ball-tee::before {
    content: "\f450"
}

.fa-golf-ball::before {
    content: "\f450"
}

.fa-gopuram::before {
    content: "\f664"
}

.fa-graduation-cap::before {
    content: "\f19d"
}

.fa-mortar-board::before {
    content: "\f19d"
}

.fa-greater-than::before {
    content: "\3e"
}

.fa-greater-than-equal::before {
    content: "\f532"
}

.fa-grip::before {
    content: "\f58d"
}

.fa-grip-horizontal::before {
    content: "\f58d"
}

.fa-grip-lines::before {
    content: "\f7a4"
}

.fa-grip-lines-vertical::before {
    content: "\f7a5"
}

.fa-grip-vertical::before {
    content: "\f58e"
}

.fa-guarani-sign::before {
    content: "\e19a"
}

.fa-guitar::before {
    content: "\f7a6"
}

.fa-gun::before {
    content: "\e19b"
}

.fa-h::before {
    content: "\48"
}

.fa-hammer::before {
    content: "\f6e3"
}

.fa-hamsa::before {
    content: "\f665"
}

.fa-hand::before {
    content: "\f256"
}

.fa-hand-paper::before {
    content: "\f256"
}

.fa-hand-back-fist::before {
    content: "\f255"
}

.fa-hand-rock::before {
    content: "\f255"
}

.fa-hand-dots::before {
    content: "\f461"
}

.fa-allergies::before {
    content: "\f461"
}

.fa-hand-fist::before {
    content: "\f6de"
}

.fa-fist-raised::before {
    content: "\f6de"
}

.fa-hand-holding::before {
    content: "\f4bd"
}

.fa-hand-holding-dollar::before {
    content: "\f4c0"
}

.fa-hand-holding-usd::before {
    content: "\f4c0"
}

.fa-hand-holding-droplet::before {
    content: "\f4c1"
}

.fa-hand-holding-water::before {
    content: "\f4c1"
}

.fa-hand-holding-heart::before {
    content: "\f4be"
}

.fa-hand-holding-medical::before {
    content: "\e05c"
}

.fa-hand-lizard::before {
    content: "\f258"
}

.fa-hand-middle-finger::before {
    content: "\f806"
}

.fa-hand-peace::before {
    content: "\f25b"
}

.fa-hand-point-down::before {
    content: "\f0a7"
}

.fa-hand-point-left::before {
    content: "\f0a5"
}

.fa-hand-point-right::before {
    content: "\f0a4"
}

.fa-hand-point-up::before {
    content: "\f0a6"
}

.fa-hand-pointer::before {
    content: "\f25a"
}

.fa-hand-scissors::before {
    content: "\f257"
}

.fa-hand-sparkles::before {
    content: "\e05d"
}

.fa-hand-spock::before {
    content: "\f259"
}

.fa-hands::before {
    content: "\f2a7"
}

.fa-sign-language::before {
    content: "\f2a7"
}

.fa-signing::before {
    content: "\f2a7"
}

.fa-hands-asl-interpreting::before {
    content: "\f2a3"
}

.fa-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa-asl-interpreting::before {
    content: "\f2a3"
}

.fa-hands-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa-hands-bubbles::before {
    content: "\e05e"
}

.fa-hands-wash::before {
    content: "\e05e"
}

.fa-hands-clapping::before {
    content: "\e1a8"
}

.fa-hands-holding::before {
    content: "\f4c2"
}

.fa-hands-praying::before {
    content: "\f684"
}

.fa-praying-hands::before {
    content: "\f684"
}

.fa-handshake::before {
    content: "\f2b5"
}

.fa-handshake-angle::before {
    content: "\f4c4"
}

.fa-hands-helping::before {
    content: "\f4c4"
}

.fa-handshake-simple-slash::before {
    content: "\e05f"
}

.fa-handshake-alt-slash::before {
    content: "\e05f"
}

.fa-handshake-slash::before {
    content: "\e060"
}

.fa-hanukiah::before {
    content: "\f6e6"
}

.fa-hard-drive::before {
    content: "\f0a0"
}

.fa-hdd::before {
    content: "\f0a0"
}

.fa-hashtag::before {
    content: "\23"
}

.fa-hat-cowboy::before {
    content: "\f8c0"
}

.fa-hat-cowboy-side::before {
    content: "\f8c1"
}

.fa-hat-wizard::before {
    content: "\f6e8"
}

.fa-head-side-cough::before {
    content: "\e061"
}

.fa-head-side-cough-slash::before {
    content: "\e062"
}

.fa-head-side-mask::before {
    content: "\e063"
}

.fa-head-side-virus::before {
    content: "\e064"
}

.fa-heading::before {
    content: "\f1dc"
}

.fa-header::before {
    content: "\f1dc"
}

.fa-headphones::before {
    content: "\f025"
}

.fa-headphones-simple::before {
    content: "\f58f"
}

.fa-headphones-alt::before {
    content: "\f58f"
}

.fa-headset::before {
    content: "\f590"
}

.fa-heart::before {
    content: "\f004"
}

.fa-heart-crack::before {
    content: "\f7a9"
}

.fa-heart-broken::before {
    content: "\f7a9"
}

.fa-heart-pulse::before {
    content: "\f21e"
}

.fa-heartbeat::before {
    content: "\f21e"
}

.fa-helicopter::before {
    content: "\f533"
}

.fa-helmet-safety::before {
    content: "\f807"
}

.fa-hard-hat::before {
    content: "\f807"
}

.fa-hat-hard::before {
    content: "\f807"
}

.fa-highlighter::before {
    content: "\f591"
}

.fa-hippo::before {
    content: "\f6ed"
}

.fa-hockey-puck::before {
    content: "\f453"
}

.fa-holly-berry::before {
    content: "\f7aa"
}

.fa-horse::before {
    content: "\f6f0"
}

.fa-horse-head::before {
    content: "\f7ab"
}

.fa-hospital::before {
    content: "\f0f8"
}

.fa-hospital-alt::before {
    content: "\f0f8"
}

.fa-hospital-wide::before {
    content: "\f0f8"
}

.fa-hospital-user::before {
    content: "\f80d"
}

.fa-hot-tub-person::before {
    content: "\f593"
}

.fa-hot-tub::before {
    content: "\f593"
}

.fa-hotdog::before {
    content: "\f80f"
}

.fa-hotel::before {
    content: "\f594"
}

.fa-hourglass::before {
    content: "\f254"
}

.fa-hourglass-2::before {
    content: "\f254"
}

.fa-hourglass-half::before {
    content: "\f254"
}

.fa-hourglass-empty::before {
    content: "\f252"
}

.fa-hourglass-end::before {
    content: "\f253"
}

.fa-hourglass-3::before {
    content: "\f253"
}

.fa-hourglass-start::before {
    content: "\f251"
}

.fa-hourglass-1::before {
    content: "\f251"
}

.fa-house::before {
    content: "\f015"
}

.fa-home::before {
    content: "\f015"
}

.fa-home-alt::before {
    content: "\f015"
}

.fa-home-lg-alt::before {
    content: "\f015"
}

.fa-house-chimney::before {
    content: "\e3af"
}

.fa-home-lg::before {
    content: "\e3af"
}

.fa-house-chimney-crack::before {
    content: "\f6f1"
}

.fa-house-damage::before {
    content: "\f6f1"
}

.fa-house-chimney-medical::before {
    content: "\f7f2"
}

.fa-clinic-medical::before {
    content: "\f7f2"
}

.fa-house-chimney-user::before {
    content: "\e065"
}

.fa-house-chimney-window::before {
    content: "\e00d"
}

.fa-house-crack::before {
    content: "\e3b1"
}

.fa-house-laptop::before {
    content: "\e066"
}

.fa-laptop-house::before {
    content: "\e066"
}

.fa-house-medical::before {
    content: "\e3b2"
}

.fa-house-user::before {
    content: "\e1b0"
}

.fa-home-user::before {
    content: "\e1b0"
}

.fa-hryvnia-sign::before {
    content: "\f6f2"
}

.fa-hryvnia::before {
    content: "\f6f2"
}

.fa-i::before {
    content: "\49"
}

.fa-i-cursor::before {
    content: "\f246"
}

.fa-ice-cream::before {
    content: "\f810"
}

.fa-icicles::before {
    content: "\f7ad"
}

.fa-icons::before {
    content: "\f86d"
}

.fa-heart-music-camera-bolt::before {
    content: "\f86d"
}

.fa-id-badge::before {
    content: "\f2c1"
}

.fa-id-card::before {
    content: "\f2c2"
}

.fa-drivers-license::before {
    content: "\f2c2"
}

.fa-id-card-clip::before {
    content: "\f47f"
}

.fa-id-card-alt::before {
    content: "\f47f"
}

.fa-igloo::before {
    content: "\f7ae"
}

.fa-image::before {
    content: "\f03e"
}

.fa-image-portrait::before {
    content: "\f3e0"
}

.fa-portrait::before {
    content: "\f3e0"
}

.fa-images::before {
    content: "\f302"
}

.fa-inbox::before {
    content: "\f01c"
}

.fa-indent::before {
    content: "\f03c"
}

.fa-indian-rupee-sign::before {
    content: "\e1bc"
}

.fa-indian-rupee::before {
    content: "\e1bc"
}

.fa-inr::before {
    content: "\e1bc"
}

.fa-industry::before {
    content: "\f275"
}

.fa-infinity::before {
    content: "\f534"
}

.fa-info::before {
    content: "\f129"
}

.fa-italic::before {
    content: "\f033"
}

.fa-j::before {
    content: "\4a"
}

.fa-jedi::before {
    content: "\f669"
}

.fa-jet-fighter::before {
    content: "\f0fb"
}

.fa-fighter-jet::before {
    content: "\f0fb"
}

.fa-joint::before {
    content: "\f595"
}

.fa-k::before {
    content: "\4b"
}

.fa-kaaba::before {
    content: "\f66b"
}

.fa-key::before {
    content: "\f084"
}

.fa-keyboard::before {
    content: "\f11c"
}

.fa-khanda::before {
    content: "\f66d"
}

.fa-kip-sign::before {
    content: "\e1c4"
}

.fa-kit-medical::before {
    content: "\f479"
}

.fa-first-aid::before {
    content: "\f479"
}

.fa-kiwi-bird::before {
    content: "\f535"
}

.fa-l::before {
    content: "\4c"
}

.fa-landmark::before {
    content: "\f66f"
}

.fa-language::before {
    content: "\f1ab"
}

.fa-laptop::before {
    content: "\f109"
}

.fa-laptop-code::before {
    content: "\f5fc"
}

.fa-laptop-medical::before {
    content: "\f812"
}

.fa-lari-sign::before {
    content: "\e1c8"
}

.fa-layer-group::before {
    content: "\f5fd"
}

.fa-leaf::before {
    content: "\f06c"
}

.fa-left-long::before {
    content: "\f30a"
}

.fa-long-arrow-alt-left::before {
    content: "\f30a"
}

.fa-left-right::before {
    content: "\f337"
}

.fa-arrows-alt-h::before {
    content: "\f337"
}

.fa-lemon::before {
    content: "\f094"
}

.fa-less-than::before {
    content: "\3c"
}

.fa-less-than-equal::before {
    content: "\f537"
}

.fa-life-ring::before {
    content: "\f1cd"
}

.fa-lightbulb::before {
    content: "\f0eb"
}

.fa-link::before {
    content: "\f0c1"
}

.fa-chain::before {
    content: "\f0c1"
}

.fa-link-slash::before {
    content: "\f127"
}

.fa-chain-broken::before {
    content: "\f127"
}

.fa-chain-slash::before {
    content: "\f127"
}

.fa-unlink::before {
    content: "\f127"
}

.fa-lira-sign::before {
    content: "\f195"
}

.fa-list::before {
    content: "\f03a"
}

.fa-list-squares::before {
    content: "\f03a"
}

.fa-list-check::before {
    content: "\f0ae"
}

.fa-tasks::before {
    content: "\f0ae"
}

.fa-list-ol::before {
    content: "\f0cb"
}

.fa-list-1-2::before {
    content: "\f0cb"
}

.fa-list-numeric::before {
    content: "\f0cb"
}

.fa-list-ul::before {
    content: "\f0ca"
}

.fa-list-dots::before {
    content: "\f0ca"
}

.fa-litecoin-sign::before {
    content: "\e1d3"
}

.fa-location-arrow::before {
    content: "\f124"
}

.fa-location-crosshairs::before {
    content: "\f601"
}

.fa-location::before {
    content: "\f601"
}

.fa-location-dot::before {
    content: "\f3c5"
}

.fa-map-marker-alt::before {
    content: "\f3c5"
}

.fa-location-pin::before {
    content: "\f041"
}

.fa-map-marker::before {
    content: "\f041"
}

.fa-lock::before {
    content: "\f023"
}

.fa-lock-open::before {
    content: "\f3c1"
}

.fa-lungs::before {
    content: "\f604"
}

.fa-lungs-virus::before {
    content: "\e067"
}

.fa-m::before {
    content: "\4d"
}

.fa-magnet::before {
    content: "\f076"
}

.fa-magnifying-glass::before {
    content: "\f002"
}

.fa-search::before {
    content: "\f002"
}

.fa-magnifying-glass-dollar::before {
    content: "\f688"
}

.fa-search-dollar::before {
    content: "\f688"
}

.fa-magnifying-glass-location::before {
    content: "\f689"
}

.fa-search-location::before {
    content: "\f689"
}

.fa-magnifying-glass-minus::before {
    content: "\f010"
}

.fa-search-minus::before {
    content: "\f010"
}

.fa-magnifying-glass-plus::before {
    content: "\f00e"
}

.fa-search-plus::before {
    content: "\f00e"
}

.fa-manat-sign::before {
    content: "\e1d5"
}

.fa-map::before {
    content: "\f279"
}

.fa-map-location::before {
    content: "\f59f"
}

.fa-map-marked::before {
    content: "\f59f"
}

.fa-map-location-dot::before {
    content: "\f5a0"
}

.fa-map-marked-alt::before {
    content: "\f5a0"
}

.fa-map-pin::before {
    content: "\f276"
}

.fa-marker::before {
    content: "\f5a1"
}

.fa-mars::before {
    content: "\f222"
}

.fa-mars-and-venus::before {
    content: "\f224"
}

.fa-mars-double::before {
    content: "\f227"
}

.fa-mars-stroke::before {
    content: "\f229"
}

.fa-mars-stroke-right::before {
    content: "\f22b"
}

.fa-mars-stroke-h::before {
    content: "\f22b"
}

.fa-mars-stroke-up::before {
    content: "\f22a"
}

.fa-mars-stroke-v::before {
    content: "\f22a"
}

.fa-martini-glass::before {
    content: "\f57b"
}

.fa-glass-martini-alt::before {
    content: "\f57b"
}

.fa-martini-glass-citrus::before {
    content: "\f561"
}

.fa-cocktail::before {
    content: "\f561"
}

.fa-martini-glass-empty::before {
    content: "\f000"
}

.fa-glass-martini::before {
    content: "\f000"
}

.fa-mask::before {
    content: "\f6fa"
}

.fa-mask-face::before {
    content: "\e1d7"
}

.fa-masks-theater::before {
    content: "\f630"
}

.fa-theater-masks::before {
    content: "\f630"
}

.fa-maximize::before {
    content: "\f31e"
}

.fa-expand-arrows-alt::before {
    content: "\f31e"
}

.fa-medal::before {
    content: "\f5a2"
}

.fa-memory::before {
    content: "\f538"
}

.fa-menorah::before {
    content: "\f676"
}

.fa-mercury::before {
    content: "\f223"
}

.fa-message::before {
    content: "\f27a"
}

.fa-comment-alt::before {
    content: "\f27a"
}

.fa-meteor::before {
    content: "\f753"
}

.fa-microchip::before {
    content: "\f2db"
}

.fa-microphone::before {
    content: "\f130"
}

.fa-microphone-lines::before {
    content: "\f3c9"
}

.fa-microphone-alt::before {
    content: "\f3c9"
}

.fa-microphone-lines-slash::before {
    content: "\f539"
}

.fa-microphone-alt-slash::before {
    content: "\f539"
}

.fa-microphone-slash::before {
    content: "\f131"
}

.fa-microscope::before {
    content: "\f610"
}

.fa-mill-sign::before {
    content: "\e1ed"
}

.fa-minimize::before {
    content: "\f78c"
}

.fa-compress-arrows-alt::before {
    content: "\f78c"
}

.fa-minus::before {
    content: "\f068"
}

.fa-subtract::before {
    content: "\f068"
}

.fa-mitten::before {
    content: "\f7b5"
}

.fa-mobile::before {
    content: "\f3ce"
}

.fa-mobile-android::before {
    content: "\f3ce"
}

.fa-mobile-phone::before {
    content: "\f3ce"
}

.fa-mobile-button::before {
    content: "\f10b"
}

.fa-mobile-screen-button::before {
    content: "\f3cd"
}

.fa-mobile-alt::before {
    content: "\f3cd"
}

.fa-money-bill::before {
    content: "\f0d6"
}

.fa-money-bill-1::before {
    content: "\f3d1"
}

.fa-money-bill-alt::before {
    content: "\f3d1"
}

.fa-money-bill-1-wave::before {
    content: "\f53b"
}

.fa-money-bill-wave-alt::before {
    content: "\f53b"
}

.fa-money-bill-wave::before {
    content: "\f53a"
}

.fa-money-check::before {
    content: "\f53c"
}

.fa-money-check-dollar::before {
    content: "\f53d"
}

.fa-money-check-alt::before {
    content: "\f53d"
}

.fa-monument::before {
    content: "\f5a6"
}

.fa-moon::before {
    content: "\f186"
}

.fa-mortar-pestle::before {
    content: "\f5a7"
}

.fa-mosque::before {
    content: "\f678"
}

.fa-motorcycle::before {
    content: "\f21c"
}

.fa-mountain::before {
    content: "\f6fc"
}

.fa-mug-hot::before {
    content: "\f7b6"
}

.fa-mug-saucer::before {
    content: "\f0f4"
}

.fa-coffee::before {
    content: "\f0f4"
}

.fa-music::before {
    content: "\f001"
}

.fa-n::before {
    content: "\4e"
}

.fa-naira-sign::before {
    content: "\e1f6"
}

.fa-network-wired::before {
    content: "\f6ff"
}

.fa-neuter::before {
    content: "\f22c"
}

.fa-newspaper::before {
    content: "\f1ea"
}

.fa-not-equal::before {
    content: "\f53e"
}

.fa-note-sticky::before {
    content: "\f249"
}

.fa-sticky-note::before {
    content: "\f249"
}

.fa-notes-medical::before {
    content: "\f481"
}

.fa-o::before {
    content: "\4f"
}

.fa-object-group::before {
    content: "\f247"
}

.fa-object-ungroup::before {
    content: "\f248"
}

.fa-oil-can::before {
    content: "\f613"
}

.fa-om::before {
    content: "\f679"
}

.fa-otter::before {
    content: "\f700"
}

.fa-outdent::before {
    content: "\f03b"
}

.fa-dedent::before {
    content: "\f03b"
}

.fa-p::before {
    content: "\50"
}

.fa-pager::before {
    content: "\f815"
}

.fa-paint-roller::before {
    content: "\f5aa"
}

.fa-paintbrush::before {
    content: "\f1fc"
}

.fa-paint-brush::before {
    content: "\f1fc"
}

.fa-palette::before {
    content: "\f53f"
}

.fa-pallet::before {
    content: "\f482"
}

.fa-panorama::before {
    content: "\e209"
}

.fa-paper-plane::before {
    content: "\f1d8"
}

.fa-paperclip::before {
    content: "\f0c6"
}

.fa-parachute-box::before {
    content: "\f4cd"
}

.fa-paragraph::before {
    content: "\f1dd"
}

.fa-passport::before {
    content: "\f5ab"
}

.fa-paste::before {
    content: "\f0ea"
}

.fa-file-clipboard::before {
    content: "\f0ea"
}

.fa-pause::before {
    content: "\f04c"
}

.fa-paw::before {
    content: "\f1b0"
}

.fa-peace::before {
    content: "\f67c"
}

.fa-pen::before {
    content: "\f304"
}

.fa-pen-clip::before {
    content: "\f305"
}

.fa-pen-alt::before {
    content: "\f305"
}

.fa-pen-fancy::before {
    content: "\f5ac"
}

.fa-pen-nib::before {
    content: "\f5ad"
}

.fa-pen-ruler::before {
    content: "\f5ae"
}

.fa-pencil-ruler::before {
    content: "\f5ae"
}

.fa-pen-to-square::before {
    content: "\f044"
}

.fa-edit::before {
    content: "\f044"
}

.fa-pencil::before {
    content: "\f303"
}

.fa-pencil-alt::before {
    content: "\f303"
}

.fa-people-arrows-left-right::before {
    content: "\e068"
}

.fa-people-arrows::before {
    content: "\e068"
}

.fa-people-carry-box::before {
    content: "\f4ce"
}

.fa-people-carry::before {
    content: "\f4ce"
}

.fa-pepper-hot::before {
    content: "\f816"
}

.fa-percent::before {
    content: "\25"
}

.fa-percentage::before {
    content: "\25"
}

.fa-person::before {
    content: "\f183"
}

.fa-male::before {
    content: "\f183"
}

.fa-person-biking::before {
    content: "\f84a"
}

.fa-biking::before {
    content: "\f84a"
}

.fa-person-booth::before {
    content: "\f756"
}

.fa-person-dots-from-line::before {
    content: "\f470"
}

.fa-diagnoses::before {
    content: "\f470"
}

.fa-person-dress::before {
    content: "\f182"
}

.fa-female::before {
    content: "\f182"
}

.fa-person-hiking::before {
    content: "\f6ec"
}

.fa-hiking::before {
    content: "\f6ec"
}

.fa-person-praying::before {
    content: "\f683"
}

.fa-pray::before {
    content: "\f683"
}

.fa-person-running::before {
    content: "\f70c"
}

.fa-running::before {
    content: "\f70c"
}

.fa-person-skating::before {
    content: "\f7c5"
}

.fa-skating::before {
    content: "\f7c5"
}

.fa-person-skiing::before {
    content: "\f7c9"
}

.fa-skiing::before {
    content: "\f7c9"
}

.fa-person-skiing-nordic::before {
    content: "\f7ca"
}

.fa-skiing-nordic::before {
    content: "\f7ca"
}

.fa-person-snowboarding::before {
    content: "\f7ce"
}

.fa-snowboarding::before {
    content: "\f7ce"
}

.fa-person-swimming::before {
    content: "\f5c4"
}

.fa-swimmer::before {
    content: "\f5c4"
}

.fa-person-walking::before {
    content: "\f554"
}

.fa-walking::before {
    content: "\f554"
}

.fa-person-walking-with-cane::before {
    content: "\f29d"
}

.fa-blind::before {
    content: "\f29d"
}

.fa-peseta-sign::before {
    content: "\e221"
}

.fa-peso-sign::before {
    content: "\e222"
}

.fa-phone::before {
    content: "\f095"
}

.fa-phone-flip::before {
    content: "\f879"
}

.fa-phone-alt::before {
    content: "\f879"
}

.fa-phone-slash::before {
    content: "\f3dd"
}

.fa-phone-volume::before {
    content: "\f2a0"
}

.fa-volume-control-phone::before {
    content: "\f2a0"
}

.fa-photo-film::before {
    content: "\f87c"
}

.fa-photo-video::before {
    content: "\f87c"
}

.fa-piggy-bank::before {
    content: "\f4d3"
}

.fa-pills::before {
    content: "\f484"
}

.fa-pizza-slice::before {
    content: "\f818"
}

.fa-place-of-worship::before {
    content: "\f67f"
}

.fa-plane::before {
    content: "\f072"
}

.fa-plane-arrival::before {
    content: "\f5af"
}

.fa-plane-departure::before {
    content: "\f5b0"
}

.fa-plane-slash::before {
    content: "\e069"
}

.fa-play::before {
    content: "\f04b"
}

.fa-plug::before {
    content: "\f1e6"
}

.fa-plus::before {
    content: "\2b"
}

.fa-add::before {
    content: "\2b"
}

.fa-plus-minus::before {
    content: "\e43c"
}

.fa-podcast::before {
    content: "\f2ce"
}

.fa-poo::before {
    content: "\f2fe"
}

.fa-poo-storm::before {
    content: "\f75a"
}

.fa-poo-bolt::before {
    content: "\f75a"
}

.fa-poop::before {
    content: "\f619"
}

.fa-power-off::before {
    content: "\f011"
}

.fa-prescription::before {
    content: "\f5b1"
}

.fa-prescription-bottle::before {
    content: "\f485"
}

.fa-prescription-bottle-medical::before {
    content: "\f486"
}

.fa-prescription-bottle-alt::before {
    content: "\f486"
}

.fa-print::before {
    content: "\f02f"
}

.fa-pump-medical::before {
    content: "\e06a"
}

.fa-pump-soap::before {
    content: "\e06b"
}

.fa-puzzle-piece::before {
    content: "\f12e"
}

.fa-q::before {
    content: "\51"
}

.fa-qrcode::before {
    content: "\f029"
}

.fa-question::before {
    content: "\3f"
}

.fa-quote-left::before {
    content: "\f10d"
}

.fa-quote-left-alt::before {
    content: "\f10d"
}

.fa-quote-right::before {
    content: "\f10e"
}

.fa-quote-right-alt::before {
    content: "\f10e"
}

.fa-r::before {
    content: "\52"
}

.fa-radiation::before {
    content: "\f7b9"
}

.fa-rainbow::before {
    content: "\f75b"
}

.fa-receipt::before {
    content: "\f543"
}

.fa-record-vinyl::before {
    content: "\f8d9"
}

.fa-rectangle-ad::before {
    content: "\f641"
}

.fa-ad::before {
    content: "\f641"
}

.fa-rectangle-list::before {
    content: "\f022"
}

.fa-list-alt::before {
    content: "\f022"
}

.fa-rectangle-xmark::before {
    content: "\f410"
}

.fa-rectangle-times::before {
    content: "\f410"
}

.fa-times-rectangle::before {
    content: "\f410"
}

.fa-window-close::before {
    content: "\f410"
}

.fa-recycle::before {
    content: "\f1b8"
}

.fa-registered::before {
    content: "\f25d"
}

.fa-repeat::before {
    content: "\f363"
}

.fa-reply::before {
    content: "\f3e5"
}

.fa-mail-reply::before {
    content: "\f3e5"
}

.fa-reply-all::before {
    content: "\f122"
}

.fa-mail-reply-all::before {
    content: "\f122"
}

.fa-republican::before {
    content: "\f75e"
}

.fa-restroom::before {
    content: "\f7bd"
}

.fa-retweet::before {
    content: "\f079"
}

.fa-ribbon::before {
    content: "\f4d6"
}

.fa-right-from-bracket::before {
    content: "\f2f5"
}

.fa-sign-out-alt::before {
    content: "\f2f5"
}

.fa-right-left::before {
    content: "\f362"
}

.fa-exchange-alt::before {
    content: "\f362"
}

.fa-right-long::before {
    content: "\f30b"
}

.fa-long-arrow-alt-right::before {
    content: "\f30b"
}

.fa-right-to-bracket::before {
    content: "\f2f6"
}

.fa-sign-in-alt::before {
    content: "\f2f6"
}

.fa-ring::before {
    content: "\f70b"
}

.fa-road::before {
    content: "\f018"
}

.fa-robot::before {
    content: "\f544"
}

.fa-rocket::before {
    content: "\f135"
}

.fa-rotate::before {
    content: "\f2f1"
}

.fa-sync-alt::before {
    content: "\f2f1"
}

.fa-rotate-left::before {
    content: "\f2ea"
}

.fa-rotate-back::before {
    content: "\f2ea"
}

.fa-rotate-backward::before {
    content: "\f2ea"
}

.fa-undo-alt::before {
    content: "\f2ea"
}

.fa-rotate-right::before {
    content: "\f2f9"
}

.fa-redo-alt::before {
    content: "\f2f9"
}

.fa-rotate-forward::before {
    content: "\f2f9"
}

.fa-route::before {
    content: "\f4d7"
}

.fa-rss::before {
    content: "\f09e"
}

.fa-feed::before {
    content: "\f09e"
}

.fa-ruble-sign::before {
    content: "\f158"
}

.fa-rouble::before {
    content: "\f158"
}

.fa-rub::before {
    content: "\f158"
}

.fa-ruble::before {
    content: "\f158"
}

.fa-ruler::before {
    content: "\f545"
}

.fa-ruler-combined::before {
    content: "\f546"
}

.fa-ruler-horizontal::before {
    content: "\f547"
}

.fa-ruler-vertical::before {
    content: "\f548"
}

.fa-rupee-sign::before {
    content: "\f156"
}

.fa-rupee::before {
    content: "\f156"
}

.fa-rupiah-sign::before {
    content: "\e23d"
}

.fa-s::before {
    content: "\53"
}

.fa-sailboat::before {
    content: "\e445"
}

.fa-satellite::before {
    content: "\f7bf"
}

.fa-satellite-dish::before {
    content: "\f7c0"
}

.fa-scale-balanced::before {
    content: "\f24e"
}

.fa-balance-scale::before {
    content: "\f24e"
}

.fa-scale-unbalanced::before {
    content: "\f515"
}

.fa-balance-scale-left::before {
    content: "\f515"
}

.fa-scale-unbalanced-flip::before {
    content: "\f516"
}

.fa-balance-scale-right::before {
    content: "\f516"
}

.fa-school::before {
    content: "\f549"
}

.fa-scissors::before {
    content: "\f0c4"
}

.fa-cut::before {
    content: "\f0c4"
}

.fa-screwdriver::before {
    content: "\f54a"
}

.fa-screwdriver-wrench::before {
    content: "\f7d9"
}

.fa-tools::before {
    content: "\f7d9"
}

.fa-scroll::before {
    content: "\f70e"
}

.fa-scroll-torah::before {
    content: "\f6a0"
}

.fa-torah::before {
    content: "\f6a0"
}

.fa-sd-card::before {
    content: "\f7c2"
}

.fa-section::before {
    content: "\e447"
}

.fa-seedling::before {
    content: "\f4d8"
}

.fa-sprout::before {
    content: "\f4d8"
}

.fa-server::before {
    content: "\f233"
}

.fa-shapes::before {
    content: "\f61f"
}

.fa-triangle-circle-square::before {
    content: "\f61f"
}

.fa-share::before {
    content: "\f064"
}

.fa-arrow-turn-right::before {
    content: "\f064"
}

.fa-mail-forward::before {
    content: "\f064"
}

.fa-share-from-square::before {
    content: "\f14d"
}

.fa-share-square::before {
    content: "\f14d"
}

.fa-share-nodes::before {
    content: "\f1e0"
}

.fa-share-alt::before {
    content: "\f1e0"
}

.fa-shekel-sign::before {
    content: "\f20b"
}

.fa-ils::before {
    content: "\f20b"
}

.fa-shekel::before {
    content: "\f20b"
}

.fa-sheqel::before {
    content: "\f20b"
}

.fa-sheqel-sign::before {
    content: "\f20b"
}

.fa-shield::before {
    content: "\f132"
}

.fa-shield-blank::before {
    content: "\f3ed"
}

.fa-shield-alt::before {
    content: "\f3ed"
}

.fa-shield-virus::before {
    content: "\e06c"
}

.fa-ship::before {
    content: "\f21a"
}

.fa-shirt::before {
    content: "\f553"
}

.fa-t-shirt::before {
    content: "\f553"
}

.fa-tshirt::before {
    content: "\f553"
}

.fa-shoe-prints::before {
    content: "\f54b"
}

.fa-shop::before {
    content: "\f54f"
}

.fa-store-alt::before {
    content: "\f54f"
}

.fa-shop-slash::before {
    content: "\e070"
}

.fa-store-alt-slash::before {
    content: "\e070"
}

.fa-shower::before {
    content: "\f2cc"
}

.fa-shrimp::before {
    content: "\e448"
}

.fa-shuffle::before {
    content: "\f074"
}

.fa-random::before {
    content: "\f074"
}

.fa-shuttle-space::before {
    content: "\f197"
}

.fa-space-shuttle::before {
    content: "\f197"
}

.fa-sign-hanging::before {
    content: "\f4d9"
}

.fa-sign::before {
    content: "\f4d9"
}

.fa-signal::before {
    content: "\f012"
}

.fa-signal-5::before {
    content: "\f012"
}

.fa-signal-perfect::before {
    content: "\f012"
}

.fa-signature::before {
    content: "\f5b7"
}

.fa-signs-post::before {
    content: "\f277"
}

.fa-map-signs::before {
    content: "\f277"
}

.fa-sim-card::before {
    content: "\f7c4"
}

.fa-sink::before {
    content: "\e06d"
}

.fa-sitemap::before {
    content: "\f0e8"
}

.fa-skull::before {
    content: "\f54c"
}

.fa-skull-crossbones::before {
    content: "\f714"
}

.fa-slash::before {
    content: "\f715"
}

.fa-sleigh::before {
    content: "\f7cc"
}

.fa-sliders::before {
    content: "\f1de"
}

.fa-sliders-h::before {
    content: "\f1de"
}

.fa-smog::before {
    content: "\f75f"
}

.fa-smoking::before {
    content: "\f48d"
}

.fa-snowflake::before {
    content: "\f2dc"
}

.fa-snowman::before {
    content: "\f7d0"
}

.fa-snowplow::before {
    content: "\f7d2"
}

.fa-soap::before {
    content: "\e06e"
}

.fa-socks::before {
    content: "\f696"
}

.fa-solar-panel::before {
    content: "\f5ba"
}

.fa-sort::before {
    content: "\f0dc"
}

.fa-unsorted::before {
    content: "\f0dc"
}

.fa-sort-down::before {
    content: "\f0dd"
}

.fa-sort-desc::before {
    content: "\f0dd"
}

.fa-sort-up::before {
    content: "\f0de"
}

.fa-sort-asc::before {
    content: "\f0de"
}

.fa-spa::before {
    content: "\f5bb"
}

.fa-spaghetti-monster-flying::before {
    content: "\f67b"
}

.fa-pastafarianism::before {
    content: "\f67b"
}

.fa-spell-check::before {
    content: "\f891"
}

.fa-spider::before {
    content: "\f717"
}

.fa-spinner::before {
    content: "\f110"
}

.fa-splotch::before {
    content: "\f5bc"
}

.fa-spoon::before {
    content: "\f2e5"
}

.fa-utensil-spoon::before {
    content: "\f2e5"
}

.fa-spray-can::before {
    content: "\f5bd"
}

.fa-spray-can-sparkles::before {
    content: "\f5d0"
}

.fa-air-freshener::before {
    content: "\f5d0"
}

.fa-square::before {
    content: "\f0c8"
}

.fa-square-arrow-up-right::before {
    content: "\f14c"
}

.fa-external-link-square::before {
    content: "\f14c"
}

.fa-square-caret-down::before {
    content: "\f150"
}

.fa-caret-square-down::before {
    content: "\f150"
}

.fa-square-caret-left::before {
    content: "\f191"
}

.fa-caret-square-left::before {
    content: "\f191"
}

.fa-square-caret-right::before {
    content: "\f152"
}

.fa-caret-square-right::before {
    content: "\f152"
}

.fa-square-caret-up::before {
    content: "\f151"
}

.fa-caret-square-up::before {
    content: "\f151"
}

.fa-square-check::before {
    content: "\f14a"
}

.fa-check-square::before {
    content: "\f14a"
}

.fa-square-envelope::before {
    content: "\f199"
}

.fa-envelope-square::before {
    content: "\f199"
}

.fa-square-full::before {
    content: "\f45c"
}

.fa-square-h::before {
    content: "\f0fd"
}

.fa-h-square::before {
    content: "\f0fd"
}

.fa-square-minus::before {
    content: "\f146"
}

.fa-minus-square::before {
    content: "\f146"
}

.fa-square-parking::before {
    content: "\f540"
}

.fa-parking::before {
    content: "\f540"
}

.fa-square-pen::before {
    content: "\f14b"
}

.fa-pen-square::before {
    content: "\f14b"
}

.fa-pencil-square::before {
    content: "\f14b"
}

.fa-square-phone::before {
    content: "\f098"
}

.fa-phone-square::before {
    content: "\f098"
}

.fa-square-phone-flip::before {
    content: "\f87b"
}

.fa-phone-square-alt::before {
    content: "\f87b"
}

.fa-square-plus::before {
    content: "\f0fe"
}

.fa-plus-square::before {
    content: "\f0fe"
}

.fa-square-poll-horizontal::before {
    content: "\f682"
}

.fa-poll-h::before {
    content: "\f682"
}

.fa-square-poll-vertical::before {
    content: "\f681"
}

.fa-poll::before {
    content: "\f681"
}

.fa-square-root-variable::before {
    content: "\f698"
}

.fa-square-root-alt::before {
    content: "\f698"
}

.fa-square-rss::before {
    content: "\f143"
}

.fa-rss-square::before {
    content: "\f143"
}

.fa-square-share-nodes::before {
    content: "\f1e1"
}

.fa-share-alt-square::before {
    content: "\f1e1"
}

.fa-square-up-right::before {
    content: "\f360"
}

.fa-external-link-square-alt::before {
    content: "\f360"
}

.fa-square-xmark::before {
    content: "\f2d3"
}

.fa-times-square::before {
    content: "\f2d3"
}

.fa-xmark-square::before {
    content: "\f2d3"
}

.fa-stairs::before {
    content: "\e289"
}

.fa-stamp::before {
    content: "\f5bf"
}

.fa-star::before {
    content: "\f005"
}

.fa-star-and-crescent::before {
    content: "\f699"
}

.fa-star-half::before {
    content: "\f089"
}

.fa-star-half-stroke::before {
    content: "\f5c0"
}

.fa-star-half-alt::before {
    content: "\f5c0"
}

.fa-star-of-david::before {
    content: "\f69a"
}

.fa-star-of-life::before {
    content: "\f621"
}

.fa-sterling-sign::before {
    content: "\f154"
}

.fa-gbp::before {
    content: "\f154"
}

.fa-pound-sign::before {
    content: "\f154"
}

.fa-stethoscope::before {
    content: "\f0f1"
}

.fa-stop::before {
    content: "\f04d"
}

.fa-stopwatch::before {
    content: "\f2f2"
}

.fa-stopwatch-20::before {
    content: "\e06f"
}

.fa-store::before {
    content: "\f54e"
}

.fa-store-slash::before {
    content: "\e071"
}

.fa-street-view::before {
    content: "\f21d"
}

.fa-strikethrough::before {
    content: "\f0cc"
}

.fa-stroopwafel::before {
    content: "\f551"
}

.fa-subscript::before {
    content: "\f12c"
}

.fa-suitcase::before {
    content: "\f0f2"
}

.fa-suitcase-medical::before {
    content: "\f0fa"
}

.fa-medkit::before {
    content: "\f0fa"
}

.fa-suitcase-rolling::before {
    content: "\f5c1"
}

.fa-sun::before {
    content: "\f185"
}

.fa-superscript::before {
    content: "\f12b"
}

.fa-swatchbook::before {
    content: "\f5c3"
}

.fa-synagogue::before {
    content: "\f69b"
}

.fa-syringe::before {
    content: "\f48e"
}

.fa-t::before {
    content: "\54"
}

.fa-table::before {
    content: "\f0ce"
}

.fa-table-cells::before {
    content: "\f00a"
}

.fa-th::before {
    content: "\f00a"
}

.fa-table-cells-large::before {
    content: "\f009"
}

.fa-th-large::before {
    content: "\f009"
}

.fa-table-columns::before {
    content: "\f0db"
}

.fa-columns::before {
    content: "\f0db"
}

.fa-table-list::before {
    content: "\f00b"
}

.fa-th-list::before {
    content: "\f00b"
}

.fa-table-tennis-paddle-ball::before {
    content: "\f45d"
}

.fa-ping-pong-paddle-ball::before {
    content: "\f45d"
}

.fa-table-tennis::before {
    content: "\f45d"
}

.fa-tablet::before {
    content: "\f3fb"
}

.fa-tablet-android::before {
    content: "\f3fb"
}

.fa-tablet-button::before {
    content: "\f10a"
}

.fa-tablet-screen-button::before {
    content: "\f3fa"
}

.fa-tablet-alt::before {
    content: "\f3fa"
}

.fa-tablets::before {
    content: "\f490"
}

.fa-tachograph-digital::before {
    content: "\f566"
}

.fa-digital-tachograph::before {
    content: "\f566"
}

.fa-tag::before {
    content: "\f02b"
}

.fa-tags::before {
    content: "\f02c"
}

.fa-tape::before {
    content: "\f4db"
}

.fa-taxi::before {
    content: "\f1ba"
}

.fa-cab::before {
    content: "\f1ba"
}

.fa-teeth::before {
    content: "\f62e"
}

.fa-teeth-open::before {
    content: "\f62f"
}

.fa-temperature-empty::before {
    content: "\f2cb"
}

.fa-temperature-0::before {
    content: "\f2cb"
}

.fa-thermometer-0::before {
    content: "\f2cb"
}

.fa-thermometer-empty::before {
    content: "\f2cb"
}

.fa-temperature-full::before {
    content: "\f2c7"
}

.fa-temperature-4::before {
    content: "\f2c7"
}

.fa-thermometer-4::before {
    content: "\f2c7"
}

.fa-thermometer-full::before {
    content: "\f2c7"
}

.fa-temperature-half::before {
    content: "\f2c9"
}

.fa-temperature-2::before {
    content: "\f2c9"
}

.fa-thermometer-2::before {
    content: "\f2c9"
}

.fa-thermometer-half::before {
    content: "\f2c9"
}

.fa-temperature-high::before {
    content: "\f769"
}

.fa-temperature-low::before {
    content: "\f76b"
}

.fa-temperature-quarter::before {
    content: "\f2ca"
}

.fa-temperature-1::before {
    content: "\f2ca"
}

.fa-thermometer-1::before {
    content: "\f2ca"
}

.fa-thermometer-quarter::before {
    content: "\f2ca"
}

.fa-temperature-three-quarters::before {
    content: "\f2c8"
}

.fa-temperature-3::before {
    content: "\f2c8"
}

.fa-thermometer-3::before {
    content: "\f2c8"
}

.fa-thermometer-three-quarters::before {
    content: "\f2c8"
}

.fa-tenge-sign::before {
    content: "\f7d7"
}

.fa-tenge::before {
    content: "\f7d7"
}

.fa-terminal::before {
    content: "\f120"
}

.fa-text-height::before {
    content: "\f034"
}

.fa-text-slash::before {
    content: "\f87d"
}

.fa-remove-format::before {
    content: "\f87d"
}

.fa-text-width::before {
    content: "\f035"
}

.fa-thermometer::before {
    content: "\f491"
}

.fa-thumbs-down::before {
    content: "\f165"
}

.fa-thumbs-up::before {
    content: "\f164"
}

.fa-thumbtack::before {
    content: "\f08d"
}

.fa-thumb-tack::before {
    content: "\f08d"
}

.fa-ticket::before {
    content: "\f145"
}

.fa-ticket-simple::before {
    content: "\f3ff"
}

.fa-ticket-alt::before {
    content: "\f3ff"
}

.fa-timeline::before {
    content: "\e29c"
}

.fa-toggle-off::before {
    content: "\f204"
}

.fa-toggle-on::before {
    content: "\f205"
}

.fa-toilet::before {
    content: "\f7d8"
}

.fa-toilet-paper::before {
    content: "\f71e"
}

.fa-toilet-paper-slash::before {
    content: "\e072"
}

.fa-toolbox::before {
    content: "\f552"
}

.fa-tooth::before {
    content: "\f5c9"
}

.fa-torii-gate::before {
    content: "\f6a1"
}

.fa-tower-broadcast::before {
    content: "\f519"
}

.fa-broadcast-tower::before {
    content: "\f519"
}

.fa-tractor::before {
    content: "\f722"
}

.fa-trademark::before {
    content: "\f25c"
}

.fa-traffic-light::before {
    content: "\f637"
}

.fa-trailer::before {
    content: "\e041"
}

.fa-train::before {
    content: "\f238"
}

.fa-train-subway::before {
    content: "\f239"
}

.fa-subway::before {
    content: "\f239"
}

.fa-train-tram::before {
    content: "\f7da"
}

.fa-tram::before {
    content: "\f7da"
}

.fa-transgender::before {
    content: "\f225"
}

.fa-transgender-alt::before {
    content: "\f225"
}

.fa-trash::before {
    content: "\f1f8"
}

.fa-trash-arrow-up::before {
    content: "\f829"
}

.fa-trash-restore::before {
    content: "\f829"
}

.fa-trash-can::before {
    content: "\f2ed"
}

.fa-trash-alt::before {
    content: "\f2ed"
}

.fa-trash-can-arrow-up::before {
    content: "\f82a"
}

.fa-trash-restore-alt::before {
    content: "\f82a"
}

.fa-tree::before {
    content: "\f1bb"
}

.fa-triangle-exclamation::before {
    content: "\f071"
}

.fa-exclamation-triangle::before {
    content: "\f071"
}

.fa-warning::before {
    content: "\f071"
}

.fa-trophy::before {
    content: "\f091"
}

.fa-truck::before {
    content: "\f0d1"
}

.fa-truck-fast::before {
    content: "\f48b"
}

.fa-shipping-fast::before {
    content: "\f48b"
}

.fa-truck-medical::before {
    content: "\f0f9"
}

.fa-ambulance::before {
    content: "\f0f9"
}

.fa-truck-monster::before {
    content: "\f63b"
}

.fa-truck-moving::before {
    content: "\f4df"
}

.fa-truck-pickup::before {
    content: "\f63c"
}

.fa-truck-ramp-box::before {
    content: "\f4de"
}

.fa-truck-loading::before {
    content: "\f4de"
}

.fa-tty::before {
    content: "\f1e4"
}

.fa-teletype::before {
    content: "\f1e4"
}

.fa-turkish-lira-sign::before {
    content: "\e2bb"
}

.fa-try::before {
    content: "\e2bb"
}

.fa-turkish-lira::before {
    content: "\e2bb"
}

.fa-turn-down::before {
    content: "\f3be"
}

.fa-level-down-alt::before {
    content: "\f3be"
}

.fa-turn-up::before {
    content: "\f3bf"
}

.fa-level-up-alt::before {
    content: "\f3bf"
}

.fa-tv::before {
    content: "\f26c"
}

.fa-television::before {
    content: "\f26c"
}

.fa-tv-alt::before {
    content: "\f26c"
}

.fa-u::before {
    content: "\55"
}

.fa-umbrella::before {
    content: "\f0e9"
}

.fa-umbrella-beach::before {
    content: "\f5ca"
}

.fa-underline::before {
    content: "\f0cd"
}

.fa-universal-access::before {
    content: "\f29a"
}

.fa-unlock::before {
    content: "\f09c"
}

.fa-unlock-keyhole::before {
    content: "\f13e"
}

.fa-unlock-alt::before {
    content: "\f13e"
}

.fa-up-down::before {
    content: "\f338"
}

.fa-arrows-alt-v::before {
    content: "\f338"
}

.fa-up-down-left-right::before {
    content: "\f0b2"
}

.fa-arrows-alt::before {
    content: "\f0b2"
}

.fa-up-long::before {
    content: "\f30c"
}

.fa-long-arrow-alt-up::before {
    content: "\f30c"
}

.fa-up-right-and-down-left-from-center::before {
    content: "\f424"
}

.fa-expand-alt::before {
    content: "\f424"
}

.fa-up-right-from-square::before {
    content: "\f35d"
}

.fa-external-link-alt::before {
    content: "\f35d"
}

.fa-upload::before {
    content: "\f093"
}

.fa-user::before {
    content: "\f007"
}

.fa-user-astronaut::before {
    content: "\f4fb"
}

.fa-user-check::before {
    content: "\f4fc"
}

.fa-user-clock::before {
    content: "\f4fd"
}

.fa-user-doctor::before {
    content: "\f0f0"
}

.fa-user-md::before {
    content: "\f0f0"
}

.fa-user-gear::before {
    content: "\f4fe"
}

.fa-user-cog::before {
    content: "\f4fe"
}

.fa-user-graduate::before {
    content: "\f501"
}

.fa-user-group::before {
    content: "\f500"
}

.fa-user-friends::before {
    content: "\f500"
}

.fa-user-injured::before {
    content: "\f728"
}

.fa-user-large::before {
    content: "\f406"
}

.fa-user-alt::before {
    content: "\f406"
}

.fa-user-large-slash::before {
    content: "\f4fa"
}

.fa-user-alt-slash::before {
    content: "\f4fa"
}

.fa-user-lock::before {
    content: "\f502"
}

.fa-user-minus::before {
    content: "\f503"
}

.fa-user-ninja::before {
    content: "\f504"
}

.fa-user-nurse::before {
    content: "\f82f"
}

.fa-user-pen::before {
    content: "\f4ff"
}

.fa-user-edit::before {
    content: "\f4ff"
}

.fa-user-plus::before {
    content: "\f234"
}

.fa-user-secret::before {
    content: "\f21b"
}

.fa-user-shield::before {
    content: "\f505"
}

.fa-user-slash::before {
    content: "\f506"
}

.fa-user-tag::before {
    content: "\f507"
}

.fa-user-tie::before {
    content: "\f508"
}

.fa-user-xmark::before {
    content: "\f235"
}

.fa-user-times::before {
    content: "\f235"
}

.fa-users::before {
    content: "\f0c0"
}

.fa-users-gear::before {
    content: "\f509"
}

.fa-users-cog::before {
    content: "\f509"
}

.fa-users-slash::before {
    content: "\e073"
}

.fa-utensils::before {
    content: "\f2e7"
}

.fa-cutlery::before {
    content: "\f2e7"
}

.fa-v::before {
    content: "\56"
}

.fa-van-shuttle::before {
    content: "\f5b6"
}

.fa-shuttle-van::before {
    content: "\f5b6"
}

.fa-vault::before {
    content: "\e2c5"
}

.fa-vector-square::before {
    content: "\f5cb"
}

.fa-venus::before {
    content: "\f221"
}

.fa-venus-double::before {
    content: "\f226"
}

.fa-venus-mars::before {
    content: "\f228"
}

.fa-vest::before {
    content: "\e085"
}

.fa-vest-patches::before {
    content: "\e086"
}

.fa-vial::before {
    content: "\f492"
}

.fa-vials::before {
    content: "\f493"
}

.fa-video::before {
    content: "\f03d"
}

.fa-video-camera::before {
    content: "\f03d"
}

.fa-video-slash::before {
    content: "\f4e2"
}

.fa-vihara::before {
    content: "\f6a7"
}

.fa-virus::before {
    content: "\e074"
}

.fa-virus-covid::before {
    content: "\e4a8"
}

.fa-virus-covid-slash::before {
    content: "\e4a9"
}

.fa-virus-slash::before {
    content: "\e075"
}

.fa-viruses::before {
    content: "\e076"
}

.fa-voicemail::before {
    content: "\f897"
}

.fa-volleyball::before {
    content: "\f45f"
}

.fa-volleyball-ball::before {
    content: "\f45f"
}

.fa-volume-high::before {
    content: "\f028"
}

.fa-volume-up::before {
    content: "\f028"
}

.fa-volume-low::before {
    content: "\f027"
}

.fa-volume-down::before {
    content: "\f027"
}

.fa-volume-off::before {
    content: "\f026"
}

.fa-volume-xmark::before {
    content: "\f6a9"
}

.fa-volume-mute::before {
    content: "\f6a9"
}

.fa-volume-times::before {
    content: "\f6a9"
}

.fa-vr-cardboard::before {
    content: "\f729"
}

.fa-w::before {
    content: "\57"
}

.fa-wallet::before {
    content: "\f555"
}

.fa-wand-magic::before {
    content: "\f0d0"
}

.fa-magic::before {
    content: "\f0d0"
}

.fa-wand-magic-sparkles::before {
    content: "\e2ca"
}

.fa-magic-wand-sparkles::before {
    content: "\e2ca"
}

.fa-wand-sparkles::before {
    content: "\f72b"
}

.fa-warehouse::before {
    content: "\f494"
}

.fa-water::before {
    content: "\f773"
}

.fa-water-ladder::before {
    content: "\f5c5"
}

.fa-ladder-water::before {
    content: "\f5c5"
}

.fa-swimming-pool::before {
    content: "\f5c5"
}

.fa-wave-square::before {
    content: "\f83e"
}

.fa-weight-hanging::before {
    content: "\f5cd"
}

.fa-weight-scale::before {
    content: "\f496"
}

.fa-weight::before {
    content: "\f496"
}

.fa-wheelchair::before {
    content: "\f193"
}

.fa-whiskey-glass::before {
    content: "\f7a0"
}

.fa-glass-whiskey::before {
    content: "\f7a0"
}

.fa-wifi::before {
    content: "\f1eb"
}

.fa-wifi-3::before {
    content: "\f1eb"
}

.fa-wifi-strong::before {
    content: "\f1eb"
}

.fa-wind::before {
    content: "\f72e"
}

.fa-window-maximize::before {
    content: "\f2d0"
}

.fa-window-minimize::before {
    content: "\f2d1"
}

.fa-window-restore::before {
    content: "\f2d2"
}

.fa-wine-bottle::before {
    content: "\f72f"
}

.fa-wine-glass::before {
    content: "\f4e3"
}

.fa-wine-glass-empty::before {
    content: "\f5ce"
}

.fa-wine-glass-alt::before {
    content: "\f5ce"
}

.fa-won-sign::before {
    content: "\f159"
}

.fa-krw::before {
    content: "\f159"
}

.fa-won::before {
    content: "\f159"
}

.fa-wrench::before {
    content: "\f0ad"
}

.fa-x::before {
    content: "\58"
}

.fa-x-ray::before {
    content: "\f497"
}

.fa-xmark::before {
    content: "\f00d"
}

.fa-close::before {
    content: "\f00d"
}

.fa-multiply::before {
    content: "\f00d"
}

.fa-remove::before {
    content: "\f00d"
}

.fa-times::before {
    content: "\f00d"
}

.fa-y::before {
    content: "\59"
}

.fa-yen-sign::before {
    content: "\f157"
}

.fa-cny::before {
    content: "\f157"
}

.fa-jpy::before {
    content: "\f157"
}

.fa-rmb::before {
    content: "\f157"
}

.fa-yen::before {
    content: "\f157"
}

.fa-yin-yang::before {
    content: "\f6ad"
}

.fa-z::before {
    content: "\5a"
}

.fa-sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa-42-group:before {
    content: "\e080"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-audible:before {
    content: "\f373"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-bots:before {
    content: "\e340"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-figma:before {
    content: "\f799"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-flag:before {
    content: "\f2b4"
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-less:before {
    content: "\f41d"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f23a"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sith:before {
    content: "\f512"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f198"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square-font-awesome:before {
    content: "\f425"
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f2c6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wirsindhandwerk:before {
    content: "\e2d0"
}

.fa-wsh:before {
    content: "\e2d0"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F250, U+F252, U+F27A
}

@font-face {
    font-family: lightcase;
    src: url(/public/product-new/fonts/lightcase.eot);
    src: url(/public/product-new/fonts/lightcase.eot#iefix) format("embedded-opentype"), url(/public/product-new/fonts/lightcase.woff) format("woff"), url(/public/product-new/fonts/lightcase.ttf) format("truetype"), url(/public/product-new/fonts/lightcase.svg#lightcase) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=lightcase-icon-]:before {
    font-family: lightcase, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play::before {
    content: '\e800'
}

.lightcase-icon-pause::before {
    content: '\e801'
}

.lightcase-icon-close::before {
    content: '\e802'
}

.lightcase-icon-prev::before {
    content: '\e803'
}

.lightcase-icon-next::before {
    content: '\e804'
}

.lightcase-icon-spin::before {
    content: '\e805'
}

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

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

#lightcase-loading {
    width: 1.123em;
    height: auto;
    line-height: 1;
    text-align: center;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    -moz-animation: lightcase-spin .5s infinite linear;
    -o-animation: lightcase-spin .5s infinite linear;
    animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition: color, opacity, ease-in-out .25s
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer
}

#lightcase-nav a[class*=lightcase-icon-],
#lightcase-nav a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition: color, opacity, ease-in-out .25s
}

#lightcase-nav a[class*=lightcase-icon-]>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*=lightcase-icon-]:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #333
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.image-gallery .image-link {
    padding: 1px;
    width: 25%;
    height: 95px
}

.image-gallery .thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>:not(iframe) {
        height: auto !important;
        max-height: none !important
    }

    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa
    }

    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }

    .lightcase-open body {
        padding: 55px 0 70px
    }

    .lightcase-open body>:not([id*=lightcase-]) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important
    }

    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }

    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
        position: absolute
    }

    #lightcase-nav a[class*=lightcase-icon-] {
        bottom: 15px;
        font-size: 24px
    }

    #lightcase-overlay {
        opacity: 1 !important
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-backface-visibility: hidden
    }

    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333
    }

    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333
    }

    #lightcase-case p.lightcase-error {
        padding: 0
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
        opacity: 0
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
        position: fixed
    }

    #lightcase-nav a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -.5em
    }

    #lightcase-case:hover~#lightcase-nav a[class*=lightcase-icon-],
    #lightcase-nav a[class*=lightcase-icon-]:hover {
        opacity: 1
    }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../images/ui-icons_555555_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: SVN-Bariol;
    src: url(../fonts/SVN-Bariol%20Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SVN-Friends;
    src: url(../fonts/SVN-Friends%20Forever.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

html {
    font-family: SVN-Bariol, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    height: 100%
}

body {
    background: #fff;
    margin: 0;
    font-family: SVN-Bariol, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #414142;
    position: relative
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-family: SVN-Bariol, "Open Sans Bold", sans-serif
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: SVN-Bariol, monospace, monospace;
    font-size: 1em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: 0;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    line-height: normal
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button,
input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
label,
select {
    cursor: pointer
}

input[type=search] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #bababa
}

:-moz-placeholder {
    color: #bababa
}

::-moz-placeholder {
    color: #bababa
}

:-ms-input-placeholder {
    color: #bababa
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

.rs {
    margin: 0;
    padding: 0
}

ol.rs,
ul.rs {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #333;
    line-height: 1.2em
}

h1 {
    font-size: 3.0769em
}

h2 {
    font-size: 2.3077em
}

h3 {
    font-size: 1.8462em
}

h4 {
    font-size: 1.3846em
}

h5 {
    font-size: 1.0769em
}

h6 {
    font-size: .9231em
}

.w100p {
    width: 100%
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w300 {
    width: 300px
}

.pdb10 {
    padding-bottom: 10px
}

.pdt10 {
    padding-top: 10px
}

.pdt20 {
    padding-top: 20px
}

.pdt30 {
    padding-top: 30px
}

.pdt50 {
    padding-top: 50px
}

.pdt100 {
    padding-top: 100px
}

.pdt1200 {
    padding-top: 120px
}

.pdr40 {
    padding-right: 40px
}

.pdr10 {
    padding-right: 10px
}

.pdall5 {
    padding: 5px
}

.pdall10 {
    padding: 10px
}

.pdall20 {
    padding: 20px
}

.pdall30 {
    padding: 30px
}

.margin-lf40 {
    margin-left: 40px
}

.margin-bt20 {
    margin-bottom: 20px
}

.margin-rt40 {
    margin-right: 40px
}

.margin-t60 {
    margin-top: 60px
}

.margin-t70 {
    margin-top: 70px
}

.margin-t80 {
    margin-top: 80px
}

.margin-t90 {
    margin-top: 90px
}

.make-left {
    float: left
}

.make-right {
    float: right
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.row:after {
    clear: both
}

.tt-l {
    text-transform: lowercase
}

.tt-u {
    text-transform: uppercase
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:active,
a:hover {
    outline: 0
}

.fc-green,
a.fc-green {
    color: #16a085
}

.fc-white,
a.fc-white {
    color: #fff
}

.fc-black,
a.fc-black {
    color: #333
}

.fc-black2,
a.fc-black2 {
    color: #222
}

.fc-blue,
a.fc-blue {
    color: #369
}

.fc-blue2,
a.fc-blue2 {
    color: #5e83a8
}

.fc-gray,
a.fc-gray {
    color: #999
}

.fc-gray2,
a.fc-gray2 {
    color: #666
}

.fc-gray3,
a.fc-gray3 {
    color: #555
}

.fc-yellow,
a.fc-yellow {
    color: #f39a07
}

.fc-orange,
a.fc-orange {
    color: #ff6700
}

.fc-red,
a.fc-red {
    color: red
}

.fc-red-black,
a.fc-red-black {
    color: #be1e2d
}

.fc-blue3,
a.fc-blue3 {
    color: #094361
}

.bd-red {
    border: 1px solid red !important
}

.xxxDropdown {
    position: relative
}

.xxxDropdown .show-val {
    display: block;
    position: relative;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 28px;
    padding: 0 22px 0 10px
}

.xxxDropdown .show-val:before {
    content: "";
    position: absolute;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.xxxDropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.container-page.in-detail-page,
.container-page.in-list-page,
.container-page.in-shop-page {
    background: #fff
}

.container-page.in-event-page {
    background: #fff
}

.container,
.main-layout {
    width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.container-page.in-detail-page .container {
    width: 1280px
}

.layout-2c {
    padding-top: 10px;
    padding-bottom: 50px
}

.layout-2c>.cl {
    width: 230px;
    float: left
}

.layout-2c>.cr {
    width: 890px;
    float: right
}

.layout-nav-right {
    padding-right: 330px;
    word-spacing: -.33em
}

.layout-nav-right>.left-col {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    zoom: 1;
    position: relative
}

.layout-nav-right>.right-col {
    margin-right: -330px;
    width: 330px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    zoom: 1;
    position: relative
}

.fw-ol {
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 300
}

.fw-or {
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 400
}

.fw-ori {
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic
}

.fw-osb {
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 500
}

.fw-ob {
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 700
}

.fw-rbl {
    font-family: SVN-Bariol, Roboto, sans-serif;
    font-weight: 300
}

.fw-rb {
    font-family: SVN-Bariol, Roboto, sans-serif;
    font-weight: 400
}

.fw-rbi {
    font-family: SVN-Bariol, Roboto, sans-serif;
    font-weight: 400;
    font-style: italic
}

.fw-rbm {
    font-family: SVN-Bariol, Roboto, sans-serif;
    font-weight: 500
}

.fw-rbb {
    font-family: SVN-Bariol, Roboto, sans-serif;
    font-weight: 700
}

@font-face {
    font-family: 'UTM Bebas';
    src: url(../fonts/UTMBebas.woff2) format('woff2'), url(../fonts/UTMBebas.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.fw-bb {
    font-family: SVN-Bariol, 'UTM Bebas', sans-serif;
    font-weight: 400
}

.fw-ar {
    font-family: SVN-Bariol, Arial, sans-serif
}

.fwb {
    font-weight: 700
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-25 {
    font-size: 25px
}

.fs-26 {
    font-size: 26px
}

.fs-27 {
    font-size: 27px
}

.fs-28 {
    font-size: 28px
}

.fs-29 {
    font-size: 29px
}

.fs-30 {
    font-size: 30px
}

.fs-40 {
    font-size: 40px
}

.fs-45 {
    font-size: 45px
}

.fs-50 {
    font-size: 50px
}

.lh-100 {
    line-height: 100%
}

.lh-200 {
    line-height: 200%
}

.wDiv100 {
    width: 100%
}

.wDiv80 {
    width: 80%
}

.wDiv50 {
    width: 50%
}

.wDiv49 {
    width: 49%
}

.wDiv20 {
    width: 20%
}

.wDiv10 {
    width: 10%
}

.icons {
    background: transparent no-repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.iLogo {
    background: transparent url(../images/logo.png) no-repeat;
    width: 158px;
    height: 58px
}

.iLogo2 {
    background: transparent url(../images/logo-le-monde-steak-v1.jpg) no-repeat;
    width: 227px;
    height: 61px
}

.iLogo3 {
    background: transparent url(../images/logo-le-monde-steak-v3.png) no-repeat;
    background-size: 100% 100%
}

.wiLogo3 {
    width: 198px;
    height: 56px
}

.iFrom {
    background: transparent url(../images/icons/from.png) no-repeat;
    width: 18px;
    height: 12px
}

.iTo {
    background: transparent url(../images/icons/to.png) no-repeat;
    width: 18px;
    height: 15px
}

.iFrom2 {
    background: transparent url(../images/icons/from2.png) no-repeat;
    width: 19px;
    height: 13px;
    padding-right: 29px
}

.iTo2 {
    background: transparent url(../images/icons/to3.png) no-repeat;
    width: 19px;
    height: 16px;
    padding-right: 29px
}

.iConvert {
    background: transparent url(../images/icons/convert.png) no-repeat;
    width: 22px;
    height: 22px
}

.iConvert2 {
    background: transparent url(../images/icons/convert2.png) no-repeat;
    width: 18px;
    height: 15px;
    vertical-align: -2px;
    margin: 0 -2px 0 5px
}

.iDate {
    background: transparent url(../images/icons/date.png) no-repeat;
    width: 16px;
    height: 17px;
    vertical-align: -5px;
    margin-left: 1px
}

.iPeople {
    background: transparent url(../images/icons/people.png) no-repeat;
    width: 13px;
    height: 17px
}

.iKid {
    background: transparent url(../images/icons/kid.png) no-repeat;
    width: 15px;
    height: 20px
}

.iPop {
    background: transparent url(../images/icons/popular.png) no-repeat;
    width: 18px;
    height: 20px;
    vertical-align: -4px;
    margin-left: 3px
}

.iSearch {
    background: transparent url(../images/icons/search.png) no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: -2px;
    margin: 0 8px 0 -2px
}

.iAct {
    background: transparent url(../images/icons/act.png) no-repeat;
    width: 21px;
    height: 14px;
    margin-left: 8px
}

.iAct2 {
    background: transparent url(../images/icons/act2.png) no-repeat;
    width: 15px;
    height: 10px
}

.iEmail {
    background: transparent url(../images/icons/email.png) no-repeat;
    width: 33px;
    height: 20px
}

.iLocation {
    background: transparent url(../images/icons/location.png) no-repeat;
    width: 11px;
    height: 15px
}

.iEmail2 {
    background: transparent url(../images/icons/email2.png) no-repeat;
    width: 15px;
    height: 12px
}

.iHotline {
    background: transparent url(../images/icons/hotline.png) no-repeat;
    width: 10px;
    height: 16px
}

.iBct {
    background: transparent url(../images/bct.png) no-repeat;
    width: 150px;
    height: 56px
}

.iTriangle {
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 2px;
    transition: all .3s ease-in-out
}

.iTriangle.rotate {
    transform: rotate(180deg)
}

.iTriangle-b {
    border-top-color: #666
}

.iTriangle2 {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #5e83a8;
    margin-left: 2px;
    transition: all .3s ease-in-out
}

.iFlight,
.iFlight2 {
    background: transparent url(../images/icons/line.png) no-repeat;
    width: 25px;
    height: 15px;
    margin: -8px 7px 0 10px
}

.iFlight2 {
    background-image: url(../images/icons/line_down.png)
}

.iEmail3 {
    background: transparent url(../images/icons/email3.png) no-repeat;
    width: 20px;
    height: 15px
}

.iLock {
    background: transparent url(../images/icons/lock.png) no-repeat;
    width: 16px;
    height: 19px;
    vertical-align: -2px;
    margin-left: 2px
}

.iNext {
    background: transparent url(../images/icons/next.png) no-repeat;
    width: 7px;
    height: 11px;
    vertical-align: -2px;
    margin-left: 4px
}

.iPrev {
    background: transparent url(../images/icons/prev.png) no-repeat;
    width: 7px;
    height: 11px;
    vertical-align: -2px;
    margin-left: -5px
}

.iNext2 {
    background: transparent url(../images/icons/next2.png) no-repeat;
    width: 7px;
    height: 12px;
    vertical-align: -1px;
    margin-left: 8px
}

.iPrev2 {
    background: transparent url(../images/icons/prev2.png) no-repeat;
    width: 7px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 6px
}

.iTicket {
    background: transparent url(../images/icons/ticket.png) no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: -5px
}

.iGift {
    background: transparent url(../images/icons/gift.png) no-repeat;
    width: 18px;
    height: 17px;
    vertical-align: -2px
}

.iUser {
    background: transparent url(../images/icons/people2.png) no-repeat;
    width: 18px;
    height: 19px;
    vertical-align: -2px
}

.btn {
    outline: 0;
    border: none
}

.btn-search {
    background: #2f8cb9;
    border-radius: 3px;
    border: 1px solid transparent;
    width: 240px;
    height: 49px;
    color: #fff;
    margin: -2px 99px 12px
}

.content-r .btn-search {
    margin: 12px 42px 14px 50px;
    width: 169px;
    height: 45px
}

.btn-view {
    width: 100%;
    height: 48px;
    background: #2f8cb9;
    padding: 0 0 0 15px
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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
}

.slick-track:after,
.slick-track:before {
    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 a {
    outline: 0
}

.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
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

#agencies-gallery .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #3ba9a0;
    border-radius: 50%;
    opacity: 1
}

#agencies-gallery .slick-dots li.slick-active button:before {
    background: #12302e
}

#agencies-gallery img {
    width: 100%
}

#agencies-gallery {
    padding: 0 10px
}

.slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

[dir=rtl] .slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

[dir=rtl] .slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    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: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    display: none
}

.slick-slider.slick-initialized {
    display: block
}

[role=button] {
    cursor: pointer
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.clearfix:after,
.modal-footer:after,
.modal-header:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.getcode-dialog {
    width: 600px;
    min-height: 400px;
    top: 50%;
    margin-top: -252.5px
}

.getcode-dialog .modal-body {
    padding: 0;
    height: 490px
}

.getcode-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 4px
}

.login-dialog {
    width: 904px;
    height: 505px;
    top: 50%;
    margin-top: -252.5px
}

.login-dialog .modal-body {
    padding: 0;
    height: 505px
}

.login-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 4px
}

.popup-l {
    width: 505px;
    position: absolute;
    top: 0;
    left: 0
}

.popup_bg-txt {
    position: absolute;
    width: 100%;
    bottom: 18px;
    line-height: 19px;
    color: #424242
}

.popup_bg-txt>span {
    display: inline-block;
    margin-left: -4px;
    margin-right: 2px;
    vertical-align: 0;
    color: #ff0d07
}

.popup-c {
    width: 100%;
    border-radius: 3px 0 0 3px;
    padding: 30px 20px 30px 20px
}

.popup-c .popup-img {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding-bottom: 30px;
    text-align: center
}

.popup-c .popup-content {
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 30px
}

.popup-l img {
    border-radius: 3px 0 0 3px
}

.popup-r {
    width: 399px;
    padding: 22px 39px 34px 41px;
    height: 505px;
    position: relative
}

.popup-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e5e5e5;
    height: 71px;
    line-height: 69px;
    padding: 0 35px 0 40px
}

.popup-footer-txt {
    margin-right: 23px
}

.popup-title {
    padding: 0 0 21px
}

.popup-social-login {
    margin: 20px 0 0 40px
}

.register-dialog .popup-social-login {
    margin: 3px 0 25px
}

.popup-subtitle {
    padding: 0 0 16px 2px
}

.register-dialog .popup-subtitle {
    padding: 0 0 16px 0;
    margin-left: -2px
}

.popup-form-row {
    position: relative
}

.popup-form-row label {
    width: 18px;
    margin: 0 18px 33px 0;
    display: inline-block
}

.popup-form-row .pop-input {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    height: 31px;
    width: 278px
}

.popup-form-row-err .pop-input {
    border-color: red
}

.popup-form-row-err .err-notice {
    background: red;
    padding: 6px 10px;
    margin-left: 39px;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 87%;
    z-index: 1;
    font-style: italic
}

.row-err {
    padding: 5px 10px;
    background: red;
    color: #fff;
    margin: 0 0 10px
}

.popup-form-btn button {
    border-radius: 3px;
    background: #ffcb48;
    border: 1px solid #e1b954;
    color: #5c4406;
    width: 282px;
    height: 42px;
    margin: -3px 0 0 39px
}

.popup-form-btn button:hover {
    opacity: .9
}

.popup-footer-btn button {
    border-radius: 3px;
    border: 1px solid #21c2c1;
    height: 38px;
    color: #21c2c1;
    width: 172px;
    background: #fff;
    transition: all .2s ease-in-out
}

.popup-footer-btn button:hover {
    background: #21c2c1;
    color: #fff
}

.popup-subcribe-check input[type=checkbox] {
    display: none
}

.popup-subcribe-check label {
    display: block;
    position: relative;
    padding: 0 0 0 38px;
    margin: -5px 0 20px 0;
    line-height: 18px
}

.popup-subcribe-check label:before {
    content: "";
    display: block;
    width: 22px;
    height: 28px;
    background: #fff url(../images/icons/checkbox.png) no-repeat;
    position: absolute;
    top: -6px;
    left: 1px;
    transition: all .3s ease-in-out
}

.popup-subcribe-check input[type=checkbox]:checked+label:before {
    background-image: url(../images/icons/checkbox-active.png)
}

.popup-fb,
.popup-google {
    background: #3e5699 url(../images/icons/fb.png) no-repeat 0 center;
    background-size: 50px auto;
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    margin-bottom: 20px
}

.popup-google {
    background-image: url(../images/icons/gplus.png);
    background-color: #dc4e41
}

.popup-fb a,
.popup-google a {
    display: block;
    width: 248px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.btn-forgot-password {
    display: block;
    margin: 20px 0 0 40px;
    text-align: center;
    color: #21c2c1;
    font-size: 14px
}

.container {
    max-width: 1170px
}

.container-full {
    width: 100%;
    background: #fff
}

.container-full .menu-top {
    width: calc(100% - 300px)
}

.container-full .menu-lang {
    width: 100px;
    background-color: #fff
}

.container-full .slide {
    margin: 0
}

body {
    margin: 0;
    font-family: SVN-Bariol, 'Open Sans', sans-serif
}

.bg-body {
    background: url(../images/bg-left-page.png) center left repeat-y, url(../images/bg-right-page.png) center right repeat-y
}

.bg-body-reverse {
    transform: scaleX(-1)
}

.header-full-top {
    width: 100%;
    background: #4b7bd7;
    min-height: 80px;
    border-bottom: 2px solid #f2f3f5
}

.fixdiv {
    position: fixed;
    top: 0;
    z-index: 999
}

.footer-full {
    width: 100%;
    min-height: 120px
}

.logo {
    padding-left: 98px;
    padding-top: 8px
}

.logo-in {
    padding-top: 8px
}

.header-full-slide {
    width: 100%;
    background: #f3f3f5 url(../images/bg-slide.png) no-repeat center center;
    margin-bottom: 20px;
    margin-top: 80px
}

.block-full-site {
    width: 100%;
    background: #f3f3f5 url(../images/bg-slide.png) no-repeat center center;
    margin-top: 80px
}

.header {
    height: 682px;
    background-image: -moz-linear-gradient(150deg, #59c7c6 0, #53caa4 100%);
    background-image: -ms-linear-gradient(150deg, #59c7c6 0, #53caa4 100%);
    margin-bottom: 97px;
    background: #2f8cb9
}

.header-list {
    height: 70px;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3
}

.header>.container {
    position: relative
}

.header-cover {
    position: absolute;
    top: 12px;
    right: -34px;
    z-index: 0
}

.top-nav-wrap {
    padding: 17px 0 128px 0;
    position: relative;
    z-index: 2
}

.header-list .top-nav-wrap {
    padding: 4px 0 10px 0
}

.header-list .top-nav-l {
    margin-left: 75px
}

.header-list .top-nav-r {
    margin: -3px -23px 4px 0
}

.nav-lang {
    visibility: hidden;
    padding-right: 22px
}

.nav-lang.is-show {
    visibility: visible
}

.nav-lang .select2-container {
    width: 83px !important
}

.nav-lang .select2-container--default .select2-selection--single {
    background: 0 0;
    border: none;
    outline: 0;
    width: 83px;
    margin: 16px 0 0 0
}

.nav-lang .select2-selection__arrow {
    top: 19px !important;
    right: 5px !important
}

.nav-lang .select2-selection__arrow b {
    border-top-color: #fff !important
}

.nav-lang .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff !important
}

.header-list .nav-lang .select2-selection__arrow b {
    border-top-color: #333 !important
}

.header-list .nav-lang .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #333 !important
}

.header-list .nav-lang .img-flag {
    outline: 1px solid #999
}

.top-nav-l {
    margin-top: 10px;
    padding: 20px 0px;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-nav-l>li>a,
.top-nav-r a {
    color: #fff;
    padding: 2px 4px 2px 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .21);
    display: block;
    text-decoration: none;
    outline: 0;
}

.top-nav-l>li>a.current {
    border-bottom: 2px solid #e54249;
    width: auto
}

.margin-li-menu {
    margin: 0 10px 0 10px
}

.reservation a {
    color: #fff;
    padding: 10px;
    margin: 0 20px 0 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .21);
    text-decoration: none;
    border-radius: 10px;
    background: #e54249
}

.reservation a:hover {
    text-decoration: none
}

.button-form {
    width: 100px;
    margin-left: auto;
    margin-right: auto
}

.button-form a {
    color: #fff;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .21);
    text-decoration: none;
    border-radius: 10px;
    background: #e54249;
    width: 100%
}

.button-input {
    color: #fff;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    border-radius: 10px;
    background: #e54249;
    border: solid #fff;
    border-width: 0 1px;
    line-height: 40px;
    min-width: 150px
}

.button-link {
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #e54249;
    line-height: 30px;
    min-width: 100px
}

.button-link-map {
    color: #fff;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    border-radius: 4px;
    background: #e54249;
    border: 0;
    line-height: 30px;
    min-width: 100px
}

.button-link-map a {
    text-decoration: none;
    color: #fff
}

.top-nav-l>li:hover>a {
    opacity: .9;
    border-bottom: 2px solid #e54249;
    width: auto
}

.header-list .top-nav-l>li>a,
.header-list .top-nav-r a {
    color: #333;
    text-shadow: none;
    transition: all .3s ease-in-out
}

.header-list .top-nav-l li a:hover {
    color: #53ccab
}

.top-nav-l>li {
    float: left;
    position: relative
}

.top-nav-l>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background: #fff;
    line-height: 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    z-index: -1;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .39)
}

.top-nav-l>li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: .3s, 0s, .3s
}

.top-nav-l>li ul a {
    text-transform: initial;
    padding: 5px 20px;
    border-bottom: 1px solid #d0d0d0;
    display: block;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in-out
}

.top-nav-l>li ul a:hover {
    background: #f1f1f1
}

.nav-sign {
    position: relative
}

.nav-sign:before {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background: #36c4c7;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -7px
}

.nav-sign-list {
    margin: 0 23px 0 24px
}

.nav-sign-list li {
    float: left
}

.nav-sign-list li a {
    padding: 0;
    display: inline-block;
    height: 60px;
    line-height: 62px
}

.has-signin {
    display: inline-block;
    float: left;
    padding: 16px 22.7px
}

.has-signin a {
    padding: 7px 11px
}

.nav-dropdown {
    position: absolute;
    width: 182px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .39);
    border-top: none;
    right: 24px;
    display: none;
    top: 100%;
    padding: 0 13px 0 25px;
    margin-top: -7px
}

.nav-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    z-index: 99
}

.header-list .nav-dropdown:before {
    border-bottom-color: transparent
}

.nav-dropdown-wrap:hover .nav-dropdown {
    display: block
}

.nav-dropdown li {
    display: block;
    float: none;
    margin-left: 0;
    position: relative
}

.nav-dropdown li:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #ccc;
    border-bottom: 4px solid transparent;
    top: 14px;
    left: -9px
}

.nav-dropdown li a {
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    color: #333
}

.nav-dropdown li:last-child a {
    border-bottom: none
}

.nav-dropdown li a:hover {
    background: #f9f9f9
}

.has-signin-avatar {
    color: #9dece8;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #368983;
    display: inline-block;
    margin: -3px 0 0
}

.feature-wrap {
    background: #fff;
    position: relative
}

.feature-wrap:after {
    content: "";
    display: block;
    position: absolute;
    height: 37px;
    width: 100%;
    bottom: -37px;
    left: 0
}

.feature-comment-slides,
.feature-slides {
    width: 100%;
    visibility: hidden;
    transition: all .1s ease-out
}

.feature-comment-slides .item-slide,
.feature-slides .item-slide {
    width: 100%;
    min-height: 10px;
    max-height: 512px;
    background-position: left center;
    background-size: 100% 100%
}

.feature-comment-slides.slick-initialized,
.feature-slides.slick-initialized {
    opacity: 1;
    visibility: visible
}

.feature-l {
    width: 100% !important;
    height: 100%;
    padding: 0;
    background: transparent url(../images/loading3.gif) no-repeat center center;
    overflow: hidden
}

.feature-r {
    width: 430px !important;
    padding: 5px
}

.feature-r-title {
    margin: 0 0 13px
}

.feature-comment-slides .slick-dots,
.feature-slides .slick-dots {
    bottom: 4px;
    transform: translateX(-9px)
}

.hot-box-items .slick-dots {
    bottom: -41px;
    left: 30px
}

.feature-comment-slides .slick-dots li,
.feature-slides .slick-dots li,
.hot-box-items .slick-dots li {
    margin: 0 0
}

.feature-slides .slick-dots li button,
.feature-comment-slides .slick-dots li button,
.hot-box-items .slick-dots li button {
    width: 9px;
    height: 9px
}

.feature-comment-slides .slick-dots li button:before,
.feature-slides .slick-dots li button:before,
.hot-box-items .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #3ba9a0;
    border-radius: 50%;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    background: #12302e
}

.hot-box-items .slick-dots li button:before {
    background: #c9c9c9
}

.hot-box-items li.slick-active button:before {
    background: #12302e
}

.tabs {
    position: relative;
    min-height: 100px
}

.feature-r .tabs {
    background: #2f8cb9;
    height: 98px;
    line-height: 56px
}

.tab__navs li {
    float: left
}

.feature-r .tab__navs li {
    margin-right: 7px;
    display: inline-block;
    margin-right: 3px;
    float: none
}

.tab__navs li a {
    display: block;
    padding: 0 4px 0 11px;
    color: #333;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 122px;
    height: 36px;
    transition: all .3s ease-in-out
}

.feature-r .tab__navs li a {
    color: #fff;
    border-radius: 20px;
    border-color: transparent;
    background: 0 0;
    text-transform: uppercase;
    border: 1px solid #fff
}

.feature-r .tab__navs li a.active {
    color: #fff;
    background: #e3b33f;
    border-color: transparent
}

.tab__content {
    display: none
}

.tab__content.active {
    display: block
}

.feature-wrap .tab__content {
    padding: 22px 0 12px 0;
    margin: 0 0 0 -3px
}

.picker-lbl {
    width: 23px;
    line-height: 31px;
    margin-right: 9px
}

.booking-form-lbl {
    width: 32px;
    line-height: 31px
}

.booking-form-bottom2 .booking-form-lbl {
    width: 99px
}

.picker-convert {
    display: block;
    position: absolute;
    top: 35px;
    left: 189px;
    z-index: 2
}

.booking-form-input input[type=text],
.booking-form-item .xxxDropdown .show-val,
.booking-form-wrap input[type=text],
.fight-location-item select {
    width: 130px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    padding: 0 4px 0 1px;
    font-weight: 500
}

.booking-form-bottom2 .booking-form-input input[type=text] {
    width: 290px;
    border: 1px solid #ececed;
    border-radius: 25px;
    background: #f7f9fc url(../images/icons/date2.png) no-repeat 94.9% center;
    padding: 0 15px;
    margin-top: -4px;
    height: 40px
}

.booking-form-select .en {
    width: 120px
}

.booking-form-bottom2 .input-en input[type=text] {
    width: 270px
}

.booking-form-input input[type=text]::-webkit-input-placeholder {
    color: #999
}

.booking-form-input input[type=text]:-moz-placeholder {
    color: #999
}

.booking-form-input input[type=text]::-moz-placeholder {
    color: #999
}

.booking-form-input input[type=text]:-ms-input-placeholder {
    color: #999
}

.booking-form-input input[type=text]::-ms-input-placeholder {
    color: #999
}

.booking-form-input input[type=text]::placeholder,
.booking-form-item .xxxDropdown .show-val>span {
    color: #999
}

.booking-form-item .xxxDropdown .show-val>span.active {
    color: #333
}

.booking-form-item .xxxDropdown .show-val:before {
    border-top-color: #bfbfbf;
    right: -9px;
    margin-top: 0
}

.booking-form-wrap .fight-location-picker {
    margin: -68px auto 22px;
    position: relative;
    width: 402px;
    transform: translateX(2px);
    z-index: 2
}

.booking-form-wrap .fight-location-picker.is-show {
    visibility: visible
}

.fight-location-item {
    position: relative;
    margin-left: 1px
}

.booking-form-wrap .fight-location-item {
    width: 200px;
    height: 88px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.content-list .booking-form-wrap .fight-location-item {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none
}

.fight-location-header {
    padding: 27px 0 25px 0
}

.fight-location-dropdown {
    position: absolute;
    top: 100%;
    left: -85px;
    width: 569px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .39);
    z-index: 1;
    margin: 8px 0 0;
    padding: 13px 20px 0 20px;
    border-top: 1px solid #8d9292;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    z-index: -1;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s
}

.content-list .fight-location-dropdown {
    left: 0 !important;
    right: 0;
    margin-left: -253px
}

.content-list .fight-location-dropdown:before {
    background-position: 71% center
}

.content-list .booking-form-wrap .fight-location-item:last-child .fight-location-dropdown:before {
    background-position: 71% center
}

.booking-form-wrap .fight-location-item .fight-location-dropdown.is-show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: .3s, 0s, .3s
}

.booking-form-wrap .fight-location-item:last-child .fight-location-dropdown {
    left: initial;
    right: -85px
}

.fight-location-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    background: transparent url(../images/icons/triangle2.png) no-repeat 183px center;
    height: 8px
}

.booking-form-wrap .fight-location-item:last-child .fight-location-dropdown:before {
    background-position: 382px center
}

.fight-location-holder {
    width: 26px;
    height: 35px;
    background: transparent url(../images/icons/placeholder-location.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -4px
}

.fight-location-item.is-click .fight-location-holder {
    display: none
}

.location-dropdown-col {
    width: 159px
}

.location-dropdown-col-global {
    margin-left: 6px
}

.location-dropdown-item {
    margin-bottom: 18px
}

.location-dropdown-lbl {
    color: #308cb9;
    padding-bottom: 5px
}

.location-dropdown-list {
    line-height: 27px
}

.global-location-des {
    line-height: 20px;
    margin: 3px 0 7px
}

input[type=text].global-location-search {
    height: 32px !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 3px !important;
    width: 196px !important;
    padding: 0 10px
}

.fight-location-lbl {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 11px;
    margin-left: 2px
}

.select2-selection__placeholder {
    width: 26px;
    height: 35px;
    background: transparent url(../images/icons/placeholder-location.png) no-repeat center center;
    text-indent: -999999px;
    display: block;
    margin: 12px auto 0;
    transform: translateX(14px)
}

.fight-location-code {
    display: block;
    text-align: center;
    padding: 15px 31px 0;
    margin: 0 0 -5px
}

.fight-location-title {
    padding: 12px 0 0 17px;
    display: block;
    transform: translateX(-9px)
}

.booking-form-bottom>div {
    width: 162px
}

.booking-form-bottom2>div {
    width: 410px;
    margin: 0 auto
}

#fight-date-picker {
    background: #fff;
    margin: -3px auto 0;
    padding: 0 0 3px 17px
}

#fight-date-picker .booking-form-select:last-child {
    margin: 0 0 7px
}

.split-picker-wrap {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    margin: 0 auto 13px !important
}

.split-picker-item {
    width: 135px;
    padding: 19px 1px 35px 14px;
    border-right: 1px solid #e9e9e9
}

.split-picker-item:last-child {
    border: none
}

.split-picker-title {
    margin-bottom: 1px
}

.att_quantity_input {
    position: relative;
    width: 136px;
    height: 25px;
    display: inline-block;
    padding: 9px 15px 6px 27px
}

.att_quantity_input input[type=text] {
    width: 42px;
    height: 42px;
    background: #f7f9fc;
    min-width: 42px;
    border: 1px solid #ececed;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    float: left;
    margin: 0 13px 0
}

.att_quantity_input a {
    float: left;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/minus.png) no-repeat center center;
    border: none;
    position: absolute;
    left: 10px;
    top: 19px;
    cursor: pointer
}

.att_quantity_increase {
    left: initial !important;
    right: 27px;
    background: transparent url(../images/icons/plus.png) no-repeat center center !important
}

.att_quantity_increase:hover {
    background-image: url(../images/icons/plus_active.png) !important
}

.att_quantity_decrease:hover {
    background-image: url(../images/icons/minus_active.png)
}

.booking-form-r {
    transform: translateX(-23px)
}

.booking-form-r .iPeople {
    vertical-align: -9px
}

.booking-form-r .booking-form-lbl {
    width: 20px
}

.booking-form-item {
    margin-bottom: 27px
}

.booking-form-title {
    margin-bottom: 9px
}

.booking-form-select {
    margin: 0 0 15px
}

.booking-form-select.is-hidden {
    display: none
}

.form-support {
    margin: 0 0 0 58px
}

.mod-tab-wrap .btn-search {
    color: #fff;
    border-radius: 25px
}

.hotline-txt {
    color: #333;
    margin-right: 11px
}

.box-wrap-top {
    margin-top: 80px;
    margin-bottom: 20px
}

.box-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.box-wrap .box-wrap-content {
    padding: 0 50px 0 50px
}

.info-box-wrapper {
    min-width: 100px;
    display: table;
    width: 100%
}

.info-box-wrapper .box-map {
    margin-top: 20px
}

.info-box-wrapper .morelink {
    font-size: 14px
}

.info-box-wrapper .rowItm {
    display: table-row
}

.info-box-wrapper .rowItm .columnItm {
    display: table-cell
}

.columnItm .wrap-parner-div-img {
    background-size: 350px 450px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    height: 450px;
    border: 1px solid #d0cdcc;
    cursor: pointer
}

.columnItm .wrap-parner-div-img:hover {
    opacity: .5
}

.columnItm .wrap-parner-div-img .header-title {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    color: #414142;
    max-height: 100px;
    padding: 10px 10px 30px 10px;
    width: 100%;
    text-align: center
}

.columnItm .wrap-parner-div-img .header-title a {
    text-decoration: none;
    opacity: .7
}

.columnItm .wrap-parner-div-img-item {
    width: 100%
}

.columnItm .wrap-parner-div-img-item img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #d0cdcc
}

.columnItm .wrap-parner-div-title-item {
    width: 100%;
    padding-top: 30px
}

.columnItm .wrap-parner-div-title-item a {
    text-decoration: none;
    font-family: SVN-Friends
}

.columnItm .wrap-parner-div-title-item span {
    text-decoration: none;
    font-family: SVN-Friends
}

.content-list {
    background: #f1f1f1;
    padding: 10px 0 30px
}

.content-list>.container {
    background: #fff
}

.content-user-pro5 {
    background: #f1f1f1;
    padding: 10px 0 30px
}

.content-user-pro5>.container>div {
    background: #fff
}

.info-box-wrap {
    margin-bottom: 0
}

.ticket-box-wrap {
    margin: -30px 0 46px 0
}

.subcribe-box-wrap {
    margin: 0 0 20px 0;
    padding: 40px 0 49px
}

.box-title {
    transform: translateX(3px);
    padding-bottom: 5px
}

.ticket-box-wrap .box-title {
    transform: translateX(9px);
    padding-bottom: 29px
}

.info-box-wrap .box-title {
    transform: translateX(14px);
    padding-bottom: 29px
}

.hot-box-items {
    margin-left: -30px
}

.box-title .bd-bottom,
.list-item-menu .itm-menu-max .itm-menu-title {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px
}

.itm-menu-title a:hover {
    text-decoration: none
}

.box-wrap-content h2 {
    line-height: 35px;
    font-size: 34px;
    margin-bottom: 15px
}

.box-wrap-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0
}

.columnItm .wrap-parner-div-img .header-title h3 {
    font-size: 20px;
    line-height: 20px
}

.box-title .bd-bottom::after,
.list-item-menu .itm-menu-max .itm-menu-title::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 2px solid #e14449;
    top: 100%;
    left: 0;
    margin-top: 5px
}

.bd-bottom-center {
    background-size: 260px;
    height: 40px
}

.bd-bottom-center a {
    text-decoration: none
}

.bd-bottom-center a:hover {
    text-decoration: none;
    opacity: .7
}

.info-box-wraper {
    font-size: 14px
}

.hot-box-item {
    width: 370px;
    margin-left: 30px
}

.hot-box-item .box-item-wrap {
    background: #f6f6f6;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 18px 18px 22px 18px
}

.box-item-l {
    width: 226px
}

.box-item-title {
    padding-bottom: 8px
}

.box-item-details {
    line-height: 24px;
    color: #333
}

.box-item-type {
    padding: 0 0 7px;
    text-align: right;
    text-transform: uppercase;
    margin: 2px -3px 0
}

.content-main h1 {
    font-size: 32px
}

.content-main h2 {
    font-size: 28px
}

.content-main h3 {
    font-size: 24px
}

.content-main h4 {
    font-size: 22px
}

.content-main h5 {
    font-size: 20px
}

.content-main h6 {
    font-size: 18px
}

.content-main li,
.content-main p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify
}

.content-main {
    padding: 10px
}

select.from-location {
    border: none;
    vertical-align: 0;
    color: #2e8bb8;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 5px;
    text-overflow: '';
    background: transparent url(../images/icons/triangle.png) no-repeat right;
    padding-right: 20px;
    width: 140px
}

select.from-location::-ms-expand {
    display: none
}

.from-location option {
    font-size: 20px
}

.ticket-items {
    margin-left: -19px
}

.ticket-item {
    width: 377px;
    margin: 0 0 30px 19px;
    position: relative
}

.ticket-item-img {
    width: 138px;
    height: 138px;
    overflow: hidden
}

.ticket-item-info {
    width: 239px;
    border: 1px solid #e8e8e8;
    border-left: none;
    height: 138px;
    border-radius: 3px;
    padding: 11px 0 4px 15px
}

.ticket-airline {
    position: absolute;
    top: 8px;
    right: 10px
}

.ticket-item-to {
    padding-bottom: 5px
}

.ticket-item-location {
    padding-bottom: 9px
}

.ticket-line {
    width: 21px;
    height: 2px;
    background: #338fb8;
    margin: 7px 0 9px
}

.ticket-price {
    padding: 0 0 0 2px
}

.ticket-price-t2 {
    margin: 0 10px 0 0
}

.ticket-price .vi {
    margin-top: 5px
}

.info-box-l-le {
    width: 340px;
    margin-right: 10px;
    position: relative
}

.info-box-l-le .map {
    width: 675px;
    height: 440px
}

.info-box-l-le-map {
    min-width: 300px;
    max-width: 680px;
    margin-right: 10px;
    width: calc(100% - 520px);
    position: relative
}

.info-box-l-le-map:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: -31px;
    top: 0
}

.info-box-l-le-map .map {
    max-width: 675px;
    min-width: 200px;
    width: 100%;
    height: 418px
}

.info-box-l {
    width: 570px;
    margin-right: 59px;
    position: relative
}

.info-box-l:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: transparent url(../images/line2.png) no-repeat;
    right: -31px;
    top: 0
}

.info-box-r {
    width: calc(100% - 360px)
}

.info-box-r img {
    min-height: 100px;
    max-height: 600px
}

.info-box-r-le {
    width: 500px;
    background-color: #f2f3f5
}

.info-box-r-le .list-map {
    height: 420px;
    margin: 20px
}

.info-box-r-le .big-list-item-tit {
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0 0 -2px
}

.info-box-r-le .small-list-item:first-child .big-list-item-tit {
    padding-top: 16px
}

.big-list-item {
    margin-bottom: 50px
}

.big-list-img {
    background: no-repeat;
    background-size: cover;
    height: 223px;
    display: block;
    text-decoration: none !important;
    position: relative
}

.big-list-img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url(../images/shadow3.png) no-repeat bottom center;
    width: 100%;
    height: 100%
}

.big-list-date {
    padding: 17px 0 8px;
    color: #999
}

.big-list-date .iDate {
    margin: 0 8px 0 0;
    vertical-align: -4px
}

.info-box-l .big-list-item-tit {
    position: absolute;
    bottom: 15px;
    left: 18px;
    z-index: 1;
    width: 95%;
    overflow: hidden;
    line-height: 20px
}

.big-list-des {
    line-height: 23px;
    padding: 0 2px 0 0
}

.read-more {
    color: #308cb9;
    text-decoration: none !important
}

.small-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    padding-left: 0
}

.small-list-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 0
}

.small-list-abs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    padding-top: 30px;
    padding-left: 0;
    left: -17px
}

.small-list-item-dot {
    padding: 0 0 40px 0;
    margin: 4px 0 4px 0;
    position: relative
}

.small-list-item-dot a {
    background: url(../images/dot-menu-none.png) no-repeat left center;
    padding: 0 0 0 30px;
    background-size: 15px 15px
}

.small-list-item-dot a:hover {
    background: url(../images/dot-menu-hover.png) no-repeat left center;
    padding: 0 0 0 30px;
    background-size: 15px 15px;
    color: #a7a9ac;
    text-decoration: none
}

.small-list-info {
    width: 293px
}

.small-list-img {
    width: 238px;
    height: 112px;
    overflow: hidden
}

.small-list-item {
    padding: 0 0 10px 0;
    margin: -2px 0 10px 0;
    position: relative
}

.small-list-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    right: -31px;
    bottom: 0;
    left: 0;
    z-index: 1
}

.small-list-item:last-child:after {
    content: none
}

.small-list-item .div-img {
    padding-right: 20px
}

.small-list-item .div-img img {
    border-radius: 50%;
    height: 90px;
    width: 90px
}

.info-box-r .big-list-item-tit {
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0 0 -2px
}

.info-box-r .small-list-item:first-child .big-list-item-tit {
    padding-top: 16px
}

.subcribe-title {
    position: relative;
    padding: 0 0 18px
}

.subcribe-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #eac772;
    top: 9px;
    left: 0;
    z-index: -1
}

.subcribe-title>span {
    background: #fff;
    display: inline-block;
    padding: 0 14px;
    transform: translateX(-5px)
}

.subcribe-form {
    width: 853px;
    margin: 0 0 0 194px
}

.subcribe-form-l {
    width: 188px
}

.subcribe-form-r {
    width: 637px;
    margin: 0 0 0 28px;
    padding: 11px 0 0
}

.subcribe-form-des {
    line-height: 21px;
    margin-bottom: 18px
}

.subcribe-form-f {
    position: relative;
    width: 374px
}

.subcribe-form input[type=text] {
    width: 374px;
    height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff url(../images/icons/email.png) no-repeat 10px center;
    padding: 0 10px 0 54px
}

.subcribe-form input[type=submit] {
    width: auto;
    height: 42px;
    background: #308cb9;
    color: #fff;
    font-size: 14.01px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px
}

.footer-t-le {
    background: #4b7bd7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 34px 0 0
}

.footer-t {
    background: #f7f9fb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0 21px
}

.footer-list,
.footer-p {
    font-size: 13.01px
}

.footer-p {
    line-height: 20px;
    padding-right: 105px;
    margin: 13px 0 11px
}

.footer-list {
    line-height: 31px
}

.footer-list-icon {
    display: inline-block;
    width: 13px;
    margin-right: 15px;
    text-align: center
}

.footer-tl {
    width: 759px
}

.footer-t2 .footer-tcol {
    width: 370px
}

.footer-t2 .footer-tcol-right {
    width: 250px
}

.footer-t2 .footer-tl {
    padding-right: 10px
}

.footer-section-label {
    margin-bottom: 16px;
    height: 35px;
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.footer-section-label .bg-label {
    background: url(../images/ico-contact-phone.png) no-repeat;
    background-position: left center;
    padding-left: 50px;
    height: 40px;
    line-height: 35px
}

.footer-section-list {
    margin-bottom: 32px
}

.footer-t2 .footer-tr .footer-section-list {
    margin-bottom: 19px
}

.footer-section-list li {
    margin: 0 0 13px;
    line-height: 16px
}

.bct-dang-ky,
.bct-thong-bao {
    margin: -17px 0 38px -3px;
    display: block
}

.download-list {
    margin-bottom: 38px
}

.download-list li {
    margin-right: 17px
}

.footer-social-list {
    margin-top: -6px
}

.footer-social-list li {
    margin-right: 15px
}

.footer-tr {
    margin: 5px 0 0
}

.footer-t2 .footer-tr {
    margin: 0;
    transform: translateX(-10px)
}

.footer-tr a {
    display: inline-block;
    margin-left: 20px
}

.footer-t2 .footer-tr a {
    margin: 0
}

.bct {
    vertical-align: -7px
}

.footer-tb {
    padding: 25px 0 8px 0
}

.parner-title {
    padding: 0
}

.parners li .wrap-parner-img {
    height: 84px;
    line-height: 84px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center
}

.parners-le li .wrap-parner-div-img {
    background-size: 350px 584px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    height: 584px;
    border: 1px solid #d0cdcc
}

.parners-le li .wrap-parner-div-img .header-title {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
    color: #414142;
    height: 100px;
    width: 100%;
    text-align: center
}

.parners-le li .wrap-parner-img {
    height: 360px;
    line-height: 360px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center
}

.wrap-parner-img>img {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0
}

.content-l {
    width: 870px;
    border-right: 1px solid #dedede
}

.content-r {
    width: 300px
}

.flight-tbl {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 20px;
    padding: 15px
}

.flight-tbl p {
    margin: 0 0 5px
}

.flight-tbl>table>tbody>tr>td {
    border-bottom: 1px solid #ccc;
    padding: 12px 0
}

.fly-img {
    margin: 0 5px
}

.flight-tbl>table>tbody>tr:last-child>td {
    border-bottom: none
}

.sum-price {
    border-top: 1px solid #ccc
}

.sum-price td {
    height: 50px
}

.totalPrice {
    color: #ffa801;
    width: 150px
}

.pick-btn {
    width: 300px;
    display: block;
    margin: 20px auto;
    background: #ffa801;
    border-radius: 20px;
    height: 35px;
    border: none;
    outline: 0
}

.flight-item-wrap {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 18px;
    margin-bottom: 7px
}

.flight-item-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.flight-section-header {
    position: relative;
    height: 78px;
    padding: 21px 0 0 20px
}

.section-header-title {
    margin-bottom: 8px
}

.flight-section-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 4px;
    height: 79px;
    background-image: -moz-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    background-image: -webkit-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    background-image: -ms-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    background: #308cb9
}

.section-header-noti {
    position: absolute;
    bottom: 17px;
    right: 22px
}

.flight-section-tab {
    width: 830px;
    border: 1px solid #e9e9e9;
    margin: 1px auto 20px
}

.mod-tab-inter {
    border: none
}

.flight-section-tab .tab__navs li {
    width: 14.285%;
    margin: 0;
    float: left;
    display: inherit
}

.mod-tab-inter.flight-section-tab .tab__navs {
    border: 1px solid #e9e9e9;
    border-bottom: none
}

.flight-section-tab .tab__navs li a {
    line-height: 20px;
    text-align: center;
    padding: 6px 0 0 0;
    height: 53px;
    background-image: -moz-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    width: 100%;
    display: block;
    position: relative
}

.mod-tab-inter.flight-section-tab .tab__navs li a {
    border-bottom: 1px solid #e9e9e9
}

.flight-section-tab .tab__navs li a:before,
.flight-section-tab .tab__navs li a>span:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.flight-section-tab .tab__navs li a.active {
    color: #318cb9;
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 500;
    background: #fff
}

.mod-tab-inter.flight-section-tab .tab__navs li a.active {
    border-bottom: none
}

.flight-section-tab .tab__navs li a.active:before {
    left: 0;
    opacity: 1;
    visibility: visible
}

.flight-section-tab .tab__navs li a.active>span:after {
    right: 0;
    opacity: 1;
    visibility: visible
}

.flight-section-tab .tab__navs li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #308cb9;
    bottom: initial;
    top: -1px;
    position: absolute
}

.flight-section-tab .tab__navs li:first-child a.active:before,
.flight-section-tab .tab__navs li:last-child a.active>span:after {
    display: none
}

.flight-section-tab .tab__navs li a.not_active {
    color: #bbb;
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 500;
    background: #dfdfdf
}

.tab-date {
    display: block;
    margin: -3px 0 0
}

.flight-section-tab td {
    height: 61px;
    border-bottom: 1px solid #e9e9e9
}

.flight-section-tab tr:last-child td {
    border: none
}

.flight-list-detail {
    display: none
}

.flight-list-item .flight-logo {
    width: 234px;
    margin-top: 10px;
    text-align: center
}

.flight-location-from {
    width: 101px
}

.flight-location-to {
    width: 129px
}

.flight-list-item .flight-location {
    margin-bottom: 1px
}

.flight-lists {
    line-height: 20px
}

.loadding {
    text-align: center;
    padding: 30px 0
}

.loading-notify {
    margin: 35px 50px 0 0;
    color: red;
    font-size: 16px
}

.flight-list-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 0 10px
}

.flight-list-item:last-child {
    border-bottom: none;
    padding: 7px 0 9px
}

.flight-location-detail {
    width: 117px
}

.flight-list-item .flight-code {
    margin: -1px 0 3px
}

.flight-list-item .flight-price {
    margin: 12px 0 0;
    width: 145px
}

.flight-list-item .flight-select {
    margin: 5px 0 0 3px
}

.flight-list-detail {
    background: #f1f1f1;
    margin: 12px 0 -9px 0;
    outline: 1px solid #d2d2d2;
    padding: 10px 0 11px
}

.flight-list-detail .delay-time {
    height: 30px;
    line-height: 30px;
    margin: 10px -15px;
    text-align: center;
    background-color: #f1f1f1
}

.flight-list-detail b {
    font-weight: 700
}

.flight-terms {
    margin: 9px 0 0
}

.flight-term-title {
    padding: 0 0 1px
}

.flight-term-lists {
    line-height: 20px
}

.box-detail-itemz {
    background: #fff;
    width: 805px;
    padding: 13px 15px 19px 14px;
    margin: 15px auto 0
}

.flight-list-detail .book-box-title {
    width: 100px
}

.flight-list-detail .book-box-img {
    padding: 0 0 0 40px
}

.flight-list-detail .book-box-main-c {
    margin: -2px 12px 0 13px
}

.flight-list-detail .fly-chart-code {
    margin: 4px 0 -4px
}

.book-box-class {
    padding: 0 41px 0;
    margin: -2px 0 0
}

.flight-list-detail .fly-chart-time {
    margin: -4px 0 5px -27px
}

.flight-ticket-table {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 9px 0 -6px
}

.flight-ticket-table th {
    background: #f6f5f5;
    border-bottom: 1px solid #e9e9e9;
    height: 35px
}

.flight-ticket-table td {
    height: 37px
}

.flight-ticket-table tr td:first-child,
.flight-ticket-table tr th:first-child {
    padding-left: 17px
}

.flight-location {
    margin-bottom: 3px
}

.flight-detail-link a {
    color: #5e83a8
}

.flight-detail-link .iTriangle {
    width: 0;
    height: 0;
    border-top: 4px solid #5e83a8;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent
}

.flight-code {
    margin: -5px 0 7px
}

.flight-select {
    width: 74px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    background: #318cb9;
    border-radius: 3px;
    text-decoration: none !important;
    margin: -2px 0 0 3px;
    transition: all .3s ease-in-out
}

.flight-select:hover {
    background: #75dad9
}

.changeSelector {
    background: #3997ee
}

.filter-block-content {
    padding: 21px 10px 0 19px
}

.filter-block-items {
    margin: 0 0 32px
}

.block-sub-title {
    padding: 0 0 12px
}

.cate-filter-list ul {
    line-height: 25px;
    padding-left: 3px
}

.cate-filter-list ul li>input[type=radio] {
    vertical-align: -1px;
    margin-right: 5px
}

.cate-filter-list ul li>input[type=checkbox] {
    vertical-align: -1px;
    margin: 0 10px 0 2px
}

.show-all {
    color: #5e83a8;
    float: right;
    margin: 0 6px 0
}

.flight-form-wrap {
    transform: translateX(0);
    background: #318cb9 url(../images/form_bg.png) no-repeat 83% 5px;
    margin: 62px 0 0;
    padding: 49px 0 6px
}

.flight-form-content {
    background: #fff;
    width: 288px;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0 0 0 13px
}

.flight-form-title {
    padding: 25px 0 7px 0;
    margin-left: -5px
}

.flight-form-switch {
    margin: 18px auto 15px
}

.switch-item {
    display: inline-block;
    margin: 0 10px
}

.flight-form-wrap .picker-lbl {
    margin-right: 3px
}

.flight-form-wrap .fight-location-picker {
    margin-bottom: 15px
}

.flight-form-wrap .fight-location-item {
    margin-bottom: 7px
}

.flight-form-wrap .fight-location-item input,
.flight-form-wrap .fight-location-item select {
    width: 230px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    height: 31px
}

.flight-form-wrap .booking-form-item {
    margin-bottom: 7px
}

.flight-form-wrap #fight-date-picker .booking-form-select {
    width: 117px
}

.flight-form-wrap #fight-date-picker .booking-form-select.make-right {
    margin-right: 20px
}

.flight-form-wrap .xxxDropdown .show-val {
    width: 218px
}

.flight-form-wrap .booking-form-input input[type=text] {
    width: 85px;
    text-align: center
}

.start-time-wrap {
    width: 248px;
    position: relative;
    margin: 0 0 0 10px
}

#start-time-range label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align: center;
    display: none
}

#start-time-range label:last-child,
#start-time-range label:nth-last-child(11),
#start-time-range label:nth-last-child(15),
#start-time-range label:nth-last-child(19),
#start-time-range label:nth-last-child(25),
#start-time-range label:nth-last-child(7) {
    display: block
}

#start-time-range {
    height: 5px;
    width: 248px
}

#start-time-range.ui-slider-horizontal .ui-slider-range {
    height: 5px;
    width: 255px;
    background: #318cb9 url(../images/line3.png) no-repeat;
    background: #318cb9
}

#start-time-range.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #318cb9;
    top: -5px;
    outline: 0
}

.date-picker-wrapper {
    background: #fff;
    padding: 0;
    font-size: 12px
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 0
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
    width: auto
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected,
.date-picker-wrapper .month-wrapper table .day.real-today,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    border-radius: 33px
}

.date-picker-wrapper .month-wrapper table .day .lunarDay {
    font-size: 8px;
    text-align: center;
    padding: 2px 0 0
}

.date-picker-wrapper .weekend {
    color: #be4000
}

.date-picker-wrapper .month-wrapper table .day {
    width: 33px
}

.date-picker-wrapper .month-wrapper table .day.toMonth.invalid .weekend {
    opacity: .35;
    filter: Alpha(Opacity=35)
}

.date-picker-wrapper .drp_top-bar {
    background: #979797;
    color: #fff;
    padding-left: 10px
}

.date-picker-wrapper .month-wrapper {
    border: 0;
    border-radius: 0
}

.date-picker-wrapper .month-name {
    color: #2f8cb9
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    color: #2f8cb9;
    padding: 2px 6px
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background: #2f8cb9;
    color: #fff;
    border-radius: 17px
}

.content-book {
    background: #f1f1f1;
    padding: 10px 0 30px
}

.content-book>.container {
    background: #fff;
    padding: 13px 21px 50px 19px
}

.content-pay {
    background: #f1f1f1;
    padding: 10px 0 30px
}

.content-pay>.container {
    background: #fff;
    padding: 13px 21px 10px 19px
}

.book-section-wrap {
    margin-bottom: 35px
}

.book-section-header {
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-bottom: 7px
}

.book-section-header:before {
    content: "";
    display: block;
    width: 4px;
    height: 35px;
    position: absolute;
    top: -2px;
    left: -19px;
    background: #328dba
}

.book-section-title {
    padding-left: 2px
}

.book-section-link {
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 9px
}

.book-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 14px 19px 48px 16px;
    position: relative
}

.content-book .book-box {
    padding-bottom: 0
}

.book-box-title {
    width: 303px
}

.book-box-top-wrapper .book-box-detail-content .book-box-title {
    padding-left: 30px;
    margin-right: 15px
}

.book-box-label {
    margin-bottom: 8px
}

.book-box-main-l,
.book-box-main-r {
    line-height: 21px;
    width: 123px
}

.book-box-main-c {
    margin: 3px 12px 0 13px
}

.fly-chart-code {
    color: #318cb9;
    padding-left: 12px
}

.fly-chart-line {
    margin: -1px 0 5px
}

.booking-addr {
    margin-top: -4px
}

.book-box-bottom .flight-detail-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.book-box-top-wrapper .flight-detail-link {
    position: relative
}

.book-box-bottom .flight-detail-link a {
    background: #f6f5f5;
    height: 35px;
    line-height: 36px;
    display: block;
    padding: 0 16px;
    border-top: 1px solid #e9e9e9
}

.book-box-top-wrapper {
    margin: 14px -19px 0 -16px
}

.book-opt-title {
    margin: 0 29px 7px 0
}

.book-box-opt .xxxDropdown .show-val {
    padding: 0 34px 0 8px
}

.book-box-opt .xxxDropdown .show-val:before {
    right: 9px
}

.book-section-tbl {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: -2px auto 11px
}

.book-section-tbl th {
    background: #f6f5f5;
    height: 35px;
    border-bottom: 1px solid #e9e9e9
}

.book-section-tbl tr td:first-child,
.book-section-tbl tr th:first-child {
    padding-left: 17px
}

.book-section-tbl tr td:last-child {
    padding-right: 17px
}

.book-section-tbl tr td {
    height: 37px;
    border-bottom: 1px solid #e9e9e9
}

.book-section-tbl tr:last-child td {
    border-bottom: none
}

.booking-counpon {
    text-decoration: underline;
    vertical-align: 6px;
    padding-right: 12px
}

.booking-price {
    padding-left: 4px
}

.booking-price span {
    padding-right: 1px
}

.book-section-form {
    margin-bottom: 29px !important;
    width: 33.333%
}

.booking-form-info.xxxDropdown .show-val {
    height: 32px;
    line-height: 31px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    padding: 0 41px 0 10px;
    width: 77px
}

.booking-form-info.xxxDropdown .show-val:before {
    right: 10px
}

.booking-form-l {
    width: 99px;
    margin-right: 14px
}

.booking-form-r {
    width: 246px
}

.booking-form-r .booking-form-input {
    position: relative
}

.booking-form-r .booking-form-input input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 32px
}

.booking-form-input .form-control {
    height: 32px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 0 10px
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: -10px;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    left: 10px;
    margin: auto;
    color: #666
}

.placeholder span {
    color: red
}

.booking-btn {
    margin-top: 30px
}

.booking-btn button {
    color: #5c4406;
    border-radius: 3px;
    background: #ffcb48;
    width: 140px;
    height: 47px;
    border: 1px solid #e1b954
}

.mod-tab-inter .tab__content {
    margin-top: -14px
}

.flight-box-section {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
    display: flex
}

.flight-box-coll {
    border-right: 1px solid #d2d2d2;
    flex: 0 0 681px
}

.flight-box-colr {
    width: 147px;
    flex: 0 0 147px;
    position: relative
}

.flight-box-price {
    position: absolute;
    width: 100%;
    top: 19px;
    left: 0
}

.box-price-btn {
    width: 74px;
    height: 32px;
    border-radius: 3px;
    background: #318cb9;
    margin: 16px 0 0;
    border: none;
    outline: 0;
    transition: all .3s ease-in-out
}

.box-price-btn:hover {
    opacity: .9
}

.box-col-label {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f6f5f5;
    padding: 0 14px
}

.flight-box-sub-section {
    margin: 0 0 4px
}

.flight-box-col .book-box-title {
    width: 161px
}

.flight-box-col .book-box-top {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 13px;
    padding: 14px 0 15px
}

.book-box-top-wrapper .book-box-detail-content .book-box-top {
    padding: 14px 0 15px
}

.flight-box-col .book-box-top-wrapper:last-child .book-box-top {
    border-bottom: none
}

.flight-box-sub-section:last-child .book-box-top-wrapper .book-box-top {
    border-bottom: none;
    padding-bottom: 6px
}

.flight-box-col .book-box-main-c {
    margin: 2px 14px 0 16px
}

.flight-box-col .fly-chart-line {
    margin: 0 0 6px
}

.flight-box-col .book-box-select {
    margin: 0 4px 0
}

.flight-box-col .book-box-select input[type=radio] {
    width: 15px;
    height: 15px;
    margin: 2px 4px 12px 0
}

.flight-box-col .book-box-select .flight-detail-link {
    margin: 0 -4px 0 0
}

.book-box-detail-content {
    background: #f6f5f5;
    border: 1px solid #e7e5e5;
    margin: -5px 10px 10px;
    display: none
}

.book-box-top-wrapper .book-box-detail-content {
    margin: -5px 0 0 0;
    border-color: #f6f5f5 transparent transparent
}

.book-box-detail-content .book-box-top {
    margin: 0;
    border: none
}

.box-detail-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}

.box-detail-item:first-child {
    border-top: none
}

.box-detail-item:last-child {
    border-bottom: none
}

.box-price-btn .content-login {
    background: #f1f1f1;
    padding: 10px 0 40px
}

.content-login .login-wrapper {
    background: #fff;
    padding: 23px 41px 50px 36px;
    width: 776px;
    margin: 0 auto;
    position: relative
}

.login-form-title {
    padding: 0 0 21px
}

.login-form-des {
    padding: 0 0 15px 2px
}

.login-wrapper .popup-olala-login {
    padding: 37px 0 85px
}

.login-wrapper .popup-footer {
    padding: 0 215px 0 234px;
    height: 76px;
    line-height: 71px
}

.content-info {
    padding: 10px 0 34px
}

.content-info>.container {
    background: #fff;
    padding: 10px 0 10px
}

.content-info-detail>.container {
    background: 0 0;
    padding: 0 0 34px
}

.content-booking-confirm {
    background: #f1f1f1;
    padding: 10px 0 34px
}

.content-booking-confirm>.container {
    background: #fff;
    padding: 10px 0 34px
}

.travel-info-wrap {
    padding: 10px 10px 20px 10px
}

.travel-info-wrap .form-reservation {
    margin-left: auto;
    margin-right: auto;
    width: 800px
}

.travel-info-wrap .body-content-wrap {
    width: 100%
}

.travel-info-wrap .body-content-wrap .slideItm {
    margin-top: 20px;
    border: 1px solid #f2f3f5
}

.slideItm .item .bockitem {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 10px);
    text-align: center;
    max-height: 900px
}

.block-menu-tab {
    position: absolute;
    top: -40px;
    min-width: 100%;
    padding: 0 180px 0 180px
}

.block-menu-wrap {
    text-align: justify;
    width: 100%
}

.block-menu-wrap .tab-menu {
    display: inline-block;
    text-align: center;
    width: 176px;
    height: 133px;
    position: relative;
    cursor: pointer
}

.block-menu-wrap .tab-menu .title {
    position: absolute;
    padding: 0 20px 0 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    top: 65px;
    vertical-align: text-top
}

.block-menu-wrap .tab-menu .title a {
    text-decoration: none
}

.icon1 {
    background: #fff url(../images/ico-chef.png) no-repeat center 10px
}

.icon2 {
    background: #fff url(../images/ico-food.png) no-repeat center 10px
}

.icon3 {
    background: #fff url(../images/ico-drink.png) no-repeat center 10px
}

.icon4 {
    background: #fff url(../images/ico-set-combo.png) no-repeat center 10px
}

.icon5 {
    background: #fff url(../images/ico-promotion-01.png) no-repeat center 10px
}

.icon6 {
    background: #fff url(../images/ico-promotion-02.png) no-repeat center 10px
}

.icon7 {
    background: #fff url(../images/ico-promotion-03.png) no-repeat center 10px
}

.icon10 {
    background: #fff url(../images/ico-info-1.png) no-repeat center 10px
}

.icon11 {
    background: #fff url(../images/ico-info-2.png) no-repeat center 10px
}

.icon12 {
    background: #fff url(../images/ico-info-3.png) no-repeat center 10px
}

.active {
    box-shadow: 4px 4px 4px #bfbfbf
}

.none {
    border: 1px solid #f2f1f1
}

.block-menu-wrap:after {
    content: '';
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px
}

.border-wrap {
    border-radius: 10px;
    -moz-box-shadow: 0 0 3px 3px #d7d8da;
    -webkit-box-shadow: 0 0 3px 3px #d7d8da;
    box-shadow: 0 0 3px 3px #d7d8da;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px
}

.border-wrap .form-reservation {
    width: 100%;
    padding: 10px
}

.form-reservation .list-item {
    width: 100%
}

.tab-item-title {
    height: 30px;
    padding: 5px 0 5px 0;
    line-height: 30px;
    margin: 14px 0 14px 0
}

.sub-block-menu {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px
}

.sub-block-menu .centerwrapper {
    margin: auto;
    width: 100%;
    line-height: 30px
}

.sub-block-menu .centerwrapper .scrollLink:hover {
    color: #e54249
}

.sub-block-menu .centerwrapper .itm-sub {
    line-height: 30px;
    border: 1px solid
}

.seperate {
    border-right: 1px solid #4a494b;
    padding: 0 6px 0 6px
}

.list-page {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px
}

.load-page {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    cursor: pointer
}

.load-page .title {
    line-height: 20px;
    color: #414142
}

.load-page .icon {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/icons/down.png) no-repeat center center;
    background-size: 100% 100%
}

.list-block-menu {
    position: relative;
    margin-top: 10px
}

.line-list {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    border-bottom: 1px solid red
}

.line-list-none {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 300px
}

.list-block-menu-center {
    margin: 0 80px 40px 80px;
    background-color: #f1f4f5
}

.bg-menus-left {
    background: url(../images/menu-bg.png) no-repeat 200px center
}

.bg-menus-right {
    background: url(../images/menu-bg.png) no-repeat calc(100% - 200px) center
}

.bg-menus-center {
    background: url(../images/menu-bg-1.png) no-repeat center center
}

.list-block-menu .block-image-larger {
    width: 620px;
    min-height: 200px;
    padding: 0 50px 0 50px
}

.list-block-menu .block-image-larger img {
    max-height: 400px
}

.list-block-menu .block-content-small-right {
    width: 250px;
    height: 400px;
    position: relative
}

.list-block-menu .block-content-small-right .block-content-small {
    width: 250px;
    min-height: 200px;
    position: absolute;
    top: calc(20% - 5px)
}

.block-content-small a {
    line-height: 30px;
    font-weight: 700
}

.block-content-small span {
    line-height: 20px
}

.block-content-small .price {
    border: 1px solid #000;
    padding: 5px;
    max-width: 150px;
    min-width: 100px margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.list-block-menu .block-image {
    width: 476px;
    min-height: 460px;
    padding: 0 50px 0 16px
}

.block-image .title {
    font-size: 30px;
    line-height: 30px
}

.list-block-menu .block-content {
    width: calc(100% - 476px);
    min-height: 200px;
    height: 400px
}

.block-content .itm-block {
    position: relative
}

.itm-block .bleft {
    width: calc(100% - 200px);
    border-bottom: 1px solid #000
}

.bleft a {
    line-height: 30px;
    font-size: 20px
}

.bleft span {
    font-size: 16px
}

.itm-block .bright {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px
}

.ul-itm-list {
    width: 100%;
    padding-bottom: 20px
}

.itm-block-left {
    border-bottom: 1px solid #cccC
}

.itm-block-left a {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700
}

.itm-block-left span {
    font-size: 14px;
    line-height: 20px
}

.itm-block-left .itm-block-right {
    border: 1px solid red;
    width: 150px
}

.itm-block-right .price {
    padding-top: 20px
}

.list-block-menu .block-left-blog {
    width: 410px;
    min-height: 100px;
    padding: 0 47px 0 16px
}

.list-block-menu .block-left {
    width: 410px;
    min-height: 100px;
    padding: 0 47px 0 16px
}

.list-block-menu .block-right-img {
    width: calc(100% - 310px)
}

.list-block-menu .block-left-text {
    width: 310px;
    padding: 0 47px 0 16px
}

.list-block-menu .block-right {
    width: calc(100% - 410px)
}

.list-block-menu .block-right-blog {
    width: calc(100% - 410px)
}

.list-item-menu {
    width: 100%
}

.list-item-menu .itm-menu {
    min-width: 240px;
    margin: 0 50px 20px 0;
    max-width: 250px
}

.list-item-menu .itm-menu .itm-menu-title {
    line-height: 30px
}

.list-item-menu .itm-menu .itm-menu-text {
    line-height: 20px
}

.list-item-menu .itm-menu-max {
    min-width: 240px;
    margin: 0 50px 20px 0;
    max-width: 100%
}

.list-item-menu .itm-menu-max .itm-menu-title {
    line-height: 30px
}

.list-item-menu .itm-menu-max .itm-menu-text {
    line-height: 20px
}

.list-item-menu .itm-menu-max .itm-menu-read-more {
    padding-top: 15px
}

.text-input {
    border: 1px solid #636467;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 4px
}

.text-input::placeholder {
    color: #414142;
    opacity: 1
}

.page-title {
    margin: 20px 0 10px 0
}

.page-title-sub {
    line-height: 40px
}

.travel-info-list .small-list-item {
    padding: 0 0 31px 0;
    margin: -2px 0 33px 0
}

.travel-info-list .small-list-item:after {
    width: 100%;
    background-repeat: repeat
}

.travel-info-list .small-list-img {
    width: 288px;
    height: 152px;
    margin-right: 30px
}

.travel-info-list .small-list-info {
    width: 788px
}

.travel-info-list .big-list-item-tit {
    padding: 6px 0 0;
    line-height: 22px
}

.travel-info-list .big-list-date {
    padding: 10px 0 11px
}

.pagin {
    font-size: 0;
    transform: translateX(4px)
}

.pagin li {
    display: inline-block;
    font-size: 13px
}

.pagin li a {
    display: block;
    width: 42px;
    height: 34px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ededed;
    border-left: none;
    color: #999;
    transition: all .2s ease-in-out
}

.pagin li a:hover {
    font-weight: 700;
    background: #3cc6c5;
    color: #fff
}

.pagin li a:hover .iNext {
    background-image: url(../images/icons/next-active.png)
}

.pagin li a:hover .iPrev {
    background-image: url(../images/icons/prev-active.png)
}

.pagin li:first-child a {
    border-left: 1px solid #ededed;
    border-radius: 3px 0 0 3px
}

.pagin li:last-child a {
    border-radius: 0 3px 3px 0
}

.travel-info-l {
    background: #fff;
    padding: 27px 20px 3px 21px;
    font-size: 14px
}

.travel-info-r {
    width: 270px
}

.travel-info-l .page-title {
    margin: 0 0 2px 0
}

.travel-info-l .big-list-date {
    padding: 17px 0 0
}

.travel-info-l p {
    line-height: 20px
}

.travel-info-content h3 {
    margin: 25px auto 15px
}

.travel-info-content img {
    margin-bottom: 3px
}

.socials {
    margin-left: -8px
}

.related-list {
    margin: 17px 0 0
}

.related-list-title {
    padding: 15px 0 22px
}

.related-list .small-list-item {
    width: 238px;
    margin: 0 56px 0 0
}

.related-list .small-list-item:after {
    height: 219px;
    width: 1px;
    background: transparent url(../images/line2.png) no-repeat;
    left: initial;
    right: -29px;
    top: 0;
    bottom: initial
}

.related-list .small-list-info {
    max-width: 100%;
    line-height: 23px;
    padding: 12px 0 0
}

.related-list .small-list-item:last-child {
    margin-right: 0
}

.related-list .big-list-date {
    padding: 11px 0 13px;
    margin-left: -2px
}

.travel-news {
    margin: 22px 0 0
}

.travel-news-title {
    padding: 0 0 26px 2px
}

.travel-news-list .small-list-item {
    margin: 0 0 13px
}

.travel-news-list .small-list-item:after {
    content: none
}

.travel-news-list .small-list-img {
    width: 270px;
    height: 142px
}

.travel-news-list .small-list-info {
    max-width: 100%
}

.travel-news-list .big-list-item-tit {
    padding: 14px 0 0;
    line-height: 19px
}

.travel-news-list .big-list-date {
    display: none
}

.content-user-pro5 .content-l {
    width: 270px;
    border: none
}

.content-user-pro5 .content-r {
    width: 890px
}

.user-profile-nav {
    padding: 5px 21px 0 23px;
    height: 458px;
    line-height: 52px
}

.user-profile-nav li a {
    display: block;
    border-bottom: 1px solid #eceaea;
    position: relative;
    text-decoration: none
}

.user-profile-nav li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 35px;
    background-image: -moz-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    background-image: -webkit-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    background-image: -ms-linear-gradient(90deg, #59c7c6 0, #53caa4 100%);
    top: 7px;
    left: -23px;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.user-profile-nav li a.active:before,
.user-profile-nav li a:hover:before {
    opacity: 1;
    visibility: visible
}

.user-profile-nav li a.active,
.user-profile-nav li a:hover {
    font-weight: 500
}

.user-profile-nav li:last-child a {
    border-bottom: none
}

.user-profile-nav li i {
    margin-right: 10px
}

.user-pro5-booking .flight-section-tab {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 65px
}

.user-pro5-booking .flight-section-tab .tab__navs {
    text-align: center;
    background-image: -moz-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    padding-left: 43px
}

.user-pro5-booking .flight-section-tab .tab__navs li {
    float: none;
    display: inline-block;
    width: 120px;
    font-size: 14px
}

.user-pro5-booking .flight-section-tab .tab__navs li a {
    position: relative;
    height: 47px;
    line-height: 37px
}

.user-pro5-booking .flight-section-tab .tab__navs li a:after,
.user-pro5-booking .flight-section-tab .tab__navs li a:before,
.user-pro5-booking .flight-section-tab .tab__navs li:first-child a:before {
    content: "";
    display: block;
    position: absolute;
    background: #e9e9e9;
    width: 1px;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.user-pro5-booking .flight-section-tab .tab__navs li a:before {
    left: 0
}

.user-pro5-booking .flight-section-tab .tab__navs li a:after {
    right: 0
}

.user-pro5-booking .flight-section-tab .tab__navs li a.active:after,
.user-pro5-booking .flight-section-tab .tab__navs li a.active:before {
    opacity: 1;
    visibility: visible
}

.user-pro5-booking .flight-section-header:before {
    content: none
}

.user-pro5-booking .book-box {
    margin: 0 11px 11px;
    padding: 14px 15px 48px 16px
}

.user-pro5-booking .book-box-title {
    width: 168px
}

.user-pro5-booking .book-box-main-c {
    margin: 5px 32px 0 13px
}

.user-pro5-booking .book-box-opt {
    margin-left: 1px
}

.user-pro5-booking .book-box-opt .xxxDropdown .show-val {
    padding: 0 25px 0 8px;
    height: 33px
}

.no-booking-wrap {
    width: 890px;
    height: 284px;
    background: transparent url(../images/bg_no_ticket.jpg) no-repeat;
    padding: 101px 0 13px 72px
}

.no-booking-title {
    padding: 1px 0 12px 61px
}

.user-pro5-booking .btn-search {
    margin: 12px 42px 14px 50px;
    width: 245px;
    height: 44px;
    line-height: 44px
}

.user-pro5-booking {
    min-height: 458px
}

.user-pro5-mypro5 {
    padding: 22px 0 15px 18px
}

.pro5-section-title {
    padding: 0 0 21px 0
}

.pro5-section-form {
    padding-right: 18px
}

.user-pro5-section {
    margin-bottom: 57px
}

.pro5-form-row {
    margin-bottom: 10px
}

.pro5-form-label {
    line-height: 32px;
    width: 86px
}

.pro5-form-val {
    width: 246px
}

.pro5-form-val .is-invalid {
    border-color: red
}

.pro5-form-input {
    width: 100%;
    height: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 10px
}

.pro5-change-pw {
    margin: 10px 0 15px
}

.pro5-change-pw a {
    color: #5e83a8;
    text-decoration: underline
}

.pro5-save-btn {
    margin-left: 86px;
    width: 122px;
    height: 32px;
    border-radius: 3px;
    background: #59c7c6;
    border: none;
    outline: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #115770;
    background-color: #d2eef7;
    border-color: #c1e7f4
}

.alert-primary hr {
    border-top-color: #abdff0
}

.alert-primary .alert-link {
    color: #0a3544
}

.alert-secondary {
    color: #555f64;
    background-color: #edf1f3;
    border-color: #e6ebee
}

.alert-secondary hr {
    border-top-color: #d7dfe4
}

.alert-secondary .alert-link {
    color: #3e4548
}

.alert-success {
    color: #28623c;
    background-color: #dbf2e3;
    border-color: #cdedd8
}

.alert-success hr {
    border-top-color: #bae6c9
}

.alert-success .alert-link {
    color: #193e26
}

.alert-info {
    color: #336573;
    background-color: #e0f3f8;
    border-color: #d3eef6
}

.alert-info hr {
    border-top-color: #bee6f2
}

.alert-info .alert-link {
    color: #234650
}

.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: #813838;
    background-color: #fee2e1;
    border-color: #fdd6d6
}

.alert-danger hr {
    border-top-color: #fcbebe
}

.alert-danger .alert-link {
    color: #5d2929
}

.alert-light {
    color: #7d7e7f;
    background-color: #fcfdfd;
    border-color: #fbfcfc
}

.alert-light hr {
    border-top-color: #ecf1f1
}

.alert-light .alert-link {
    color: #646565
}

.alert-dark {
    color: #151c20;
    background-color: #d4d7d8;
    border-color: #c3c7c9
}

.alert-dark hr {
    border-top-color: #b6babd
}

.alert-dark .alert-link {
    color: #010101
}

.sale-news-list li {
    float: left;
    margin-right: 52px
}

.sale-news-list input[type=radio] {
    display: none
}

.sale-news-list label {
    position: relative;
    display: block;
    padding-left: 29px
}

.sale-news-list label:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/radio.png) no-repeat;
    transition: all .3s ease-in-out;
    top: -3px;
    left: 0
}

.sale-news-list input[type=radio]:checked+label:before {
    background-image: url(../images/icons/radio-active.png)
}

.booking-confirm-wrap {
    padding: 80px 0 14px 0
}

.confirm-title {
    padding: 41px 0 9px 17px
}

.confirm-success .confirm-title {
    padding: 41px 0 9px 17px;
    margin: 2px 0 0 38px
}

.confirm-order {
    padding: 24px 0 1px 0;
    margin-left: 1px
}

.confirm-p {
    margin: 0 0 32px 6px
}

.confirm-success .confirm-p {
    margin: 0 0 15px 11px
}

.confirm-btn .btn-search {
    width: 158px;
    height: 45px;
    margin-left: 122px;
    display: inline-block;
    line-height: 45px
}

.confirm-btn .iSearch {
    vertical-align: -4px;
    margin: 0 7px 0 0
}

.go-home {
    margin-left: 24px
}

.confirm-support {
    margin-left: -15px
}

.confirm-success {
    margin: 0 0 -33px
}

.flight-tbl-area {
    margin: 63px 0 30px
}

.flight-tbl-wrap {
    padding: 0 20px;
    margin-bottom: 42px
}

.flight-tbl2 {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0 2px 0 -2px
}

.flight-tbl-label {
    margin-bottom: 15px
}

.flight-tbl2 tr {
    border-bottom: 1px solid #e9e9e9
}

.flight-tbl2 tr:last-child {
    border-bottom-color: transparent
}

.flight-tbl2 th {
    background: #f6f5f5;
    height: 33px;
    text-align: left;
    line-height: 33px
}

.flight-tbl2 td:first-child,
.flight-tbl2 th:first-child {
    padding-left: 18px
}

.flight-tbl2 td {
    padding: 10px 0
}

.flight-tbl22 td {
    padding: 15px 0
}

.flight-tbl-addr {
    line-height: 23px
}

.total-tr {
    height: 41px
}

.flight-chieu-area {
    margin: -4px 0 0
}

.flight-chieu-wrap {
    padding: 0 20px;
    margin-bottom: 34px
}

.book-box-code {
    width: 170px;
    background: #53abfb;
    height: 38px;
    line-height: 29px;
    text-align: center;
    border-top: 3px solid #3184cf;
    margin: 3px 40px 0 2px
}

.box-code-label {
    display: inline-block;
    margin-right: 6px
}

.book-box-img {
    margin: -4px 9px 0 0;
    text-align: center
}

.book-box-type {
    margin: 2px 0 2px 9px
}

.flight-box {
    width: 873px;
    margin: 41px auto;
    margin-left: 177px
}

.flight-box-title {
    margin-bottom: 3px
}

.flight-box-des {
    font-weight: 700;
    font-style: italic;
    color: red;
    margin-left: -2px;
    margin-bottom: 24px;
    margin-top: 24px
}

.flight-box-content {
    border: 1px solid #d2d2d2
}

.flight-box-header {
    background: #e0e0e0;
    padding: 10px 0 21px 12px
}

.flight-box-code>span {
    color: #007e0a;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px
}

.flight-box-brands {
    float: left;
    margin-left: 49px
}

.flight-box-brands ul {
    line-height: 20px
}

.booking-hour {
    color: #00588e
}

.flight-box-cont {
    border: 1px solid #e0e0e0;
    margin: 4px;
    border-radius: 4px;
    padding: 13px 1px 7px
}

.flight-box-logo {
    width: 140px
}

.flight-box-cont .booking-addr {
    color: #005fc9
}

.flight-info-tbl {
    border: 1px solid #d8d8d8
}

.tborder td {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

.flight-info-tbl tr td:first-child,
.flight-info-tbl tr th:first-child {
    padding-left: 11px
}

.flight-info-tbl tr td:last-child,
.flight-info-tbl tr th:last-child {
    padding-right: 11px
}

.bill-export-label input[type=checkbox],
.pay-method-list input[type=radio] {
    display: none
}

.pay-method-list {
    width: 454px;
    margin: 0 auto 27px;
    transform: translateX(14px)
}

.pay-method-list li {
    margin-bottom: 12px
}

.pay-method-list label {
    display: block;
    position: relative;
    padding: 0 5px 0 107px;
    height: 85px;
    border: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 22px
}

.pay-form>.pay-method-list {
    width: 100%;
    margin-right: -20px
}

.pay-form>.pay-method-list label {
    height: 50px;
    padding: 0 5px 0 15px
}

.pay-form>.pay-method-list label:before {
    left: -34px
}

.pay-form>.pay-method-list label:after {
    left: -29px;
    top: 17px
}

.pay-form>.pay-method-list label .method-label-header {
    background-color: #f8b238;
    background-size: 67% auto;
    height: 50px;
    width: 50px
}

.method-txt {
    transform: translateY(-4px)
}

.pay-method-list label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    position: absolute;
    top: 50%;
    left: -31px;
    margin-top: -12px
}

.pay-method-list label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #348fbb;
    left: -26px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.pay-method-list input[type=radio]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.method-label-header {
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background: center center no-repeat
}

.pay-method-label[for=pay-card] .method-label-header {
    background-color: #50c0ea;
    background-size: 65px auto
}

.pay-method-label[for=pay-atm] .method-label-header {
    background-color: #de6e5f;
    background-size: 58px auto;
    background-position: 46% 9px
}

.pay-method-label[for=pay-cod] .method-label-header {
    background-color: #f8b238;
    background-size: 68px auto
}

.pay-method-label[for=pay-office] .method-label-header {
    background-color: #5acea7;
    background-size: 56px auto;
    background-position: 33% 10px
}

.bill-export {
    width: 454px;
    margin: 0 auto;
    padding-left: 23px
}

.bill-export-label label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 17px
}

.bill-export-label label:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    background: #fff;
    left: -9px;
    top: -3px
}

.bill-export-label label:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    border: solid #2f8cb9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.bill-export-label input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.bill-export-content {
    display: none
}

.bill-export-form {
    margin-left: 25px
}

.pay-form {
    margin: 15px 34px;
    display: none
}

.pay-method-list li.active .pay-form {
    display: block
}

.bill-export-form input[type=text],
.bill-export-form select,
.pay-form input[type=text],
.pay-form select {
    width: 246px;
    height: 32px;
    border: 1px solid #e3e3e3;
    display: block;
    margin-bottom: 10px;
    padding: 0 9px
}

.pay-form input[type=text],
.pay-form select {
    width: 100%
}

.pay-form select {
    height: 32px;
    min-width: 86px;
    border: 1px solid #e3e3e3;
    padding: 0 6px
}

.pay-btns {
    width: 454px;
    margin: 26px auto 0;
    padding-left: 14px
}

.pay-btns button {
    height: 37px;
    width: 107px;
    outline: 0;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 10px
}

.pay-btn-back {
    background: #f1f1f1;
    border: 1px solid #d6d6d6;
    color: #333
}

.pay-btn-continute {
    background: #2f8cb9;
    border: 1px solid #2f8cb9;
    color: #fff
}

#news_content b,
#news_content strong {
    font-weight: 700
}

/*! jQuery UI - v1.10.2 - 2013-03-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    font-size: 16px;
    top: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #949698;
    border-radius: 0;
    background-color: #fff;
    color: #414142;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    color: #8e8e8e
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.mt-top {
    margin-top: 80px
}

.breadcrumb {
    margin: 0;
    margin-bottom: 1.5rem
}

.bg-transparent {
    background-color: transparent !important
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item a {
    color: #7f8c8d;
    font-size: 16px
}

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

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite%402x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

a.load_more_post {
    display: block;
    padding: 14px;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
    border-radius: 5px;
    background: #faebd7
}

.list-block-menu .block-content {
    overflow-x: hidden;
    overflow-y: hidden
}

.list-block-menu .block-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5;
    display: none
}

.list-block-menu .block-content:hover {
    overflow-y: auto
}

.list-block-menu .block-content:hover::-webkit-scrollbar-thumb,
.list-block-menu .block-content:hover::-webkit-scrollbar-track {
    display: block
}

.list-block-menu .block-content:hover::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.list-block-menu .block-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #999;
    display: none
}

.box-info {
    text-align: center;
    margin: 30px 0
}

.box-info-title {
    background-color: #4b7bd7;
    padding: 5px;
    text-align: center
}

.box-info-title p {
    font-weight: 600 !important;
    font-size: 32px !important;
    color: #fff !important
}

#form-contact {
    padding: 20px 50px 20px 50px;
    margin: 0;
    border-radius: 30px;
    text-align: left;
    position: relative;
    width: 100%;
    border: 1px solid #a6a9ad;
    font-size: 18px !important
}

.list-item {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 1.2em;
    display: inline-block
}

.form-input {
    margin: 10px 0
}

#form-contact p {
    margin: 5px 0
}

#form-contact label {
    font-weight: 600;
    line-height: 1.6
}

#form-contact textarea {
    width: 100%
}

.btn-submit-form {
    text-align: center;
    margin: 20px 0
}

.btn-submit-contact {
    background-color: #4b7bd7;
    color: #fff;
    border: 0;
    padding: 5px 20px
}

.footer-note {
    margin: 10px 0;
    color: #fff;
    font-size: 18px
}

.footer-tcol-full {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

#content li,
#content p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.2em
}

.list-rate svg {
    margin: 5px 1px
}

.text-danger {
    font-size: 16px;
    color: #c92d3b
}

.item-reviews {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px
}

.item-reviews .avatar {
    flex-basis: 6%;
    width: 6%;
    max-width: 6%
}

.item-reviews .author-info {
    max-width: 94%;
    flex-basis: 94%;
    width: 94%
}

.item-reviews .avatar img {
    width: 60px;
    border-radius: 50%;
    margin: auto
}

.list_review {
    margin-top: 15px;
    padding: 10px
}

.title_form_review {
    font-size: 26px;
    text-align: center
}

.title_form_review strong {
    color: #c92d3b;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: inherit;
    font-weight: bolder
}

.rating_form {
    margin-bottom: 10px
}

.list_review label {
    line-height: 1.4;
    font-size: 24px;
    font-weight: 600
}

.kk-star-ratings {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: text-top
}

.kk-star-ratings .kksr-stars {
    position: relative
}

.kksr-stars-active,
.kksr-stars-inactive {
    display: flex
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    margin-right: 0
}

.kk-star-ratings .kksr-stars .kksr-star {
    margin-right: 4px
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
    background-image: url(/public/images/inactive.svg)
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(/public/images/active.svg)
}

.kksr-star .kksr-icon {
    width: 20px;
    height: 20px
}

.col-md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    display: inline-grid;
    float: left;
    padding: 0 10px
}

.col-md-12 {
    width: 100%;
    padding: 0 10px
}

.box-form_review {
    display: flex;
    flex-wrap: wrap
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

textarea.form-control {
    height: auto
}

.rating_form {
    padding: 0 10px
}

.btn_review,
.load_review {
    text-align: center;
    margin: 20px 0
}

.author-name b {
    font-size: 22px
}

.rating_review {
    margin: 15px 0;
    width: 100%
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.itm-menu-max h2 {
    margin: 0
}

.page_title {
    text-align: center
}

.centerwrapper h2 {
    width: fit-content !important
}

.big-list-item-tit {
    padding-top: 0 !important
}

.big-list-item-tit a {
    font-weight: 600
}

.big-list-date {
    padding: 5px 0 5px
}

.content h2 {
    font-weight: 600
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.info-box-r-le .list-map {
    margin: 0;
    position: relative
}

ul.rs.small-list {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px
}

ul.rs.small-list::-webkit-scrollbar {
    width: 5px
}

ul.rs.small-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

ul.rs.small-list::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px
}

ul.rs.small-list::-webkit-scrollbar-thumb:hover {
    background: #b30000
}

.header-mobile {
    display: none
}

#header-full-top {
    display: block
}

.header-mobile {
    height: 50px;
    line-height: 50px;
    padding: 20px 0 60px 20px;
    background: #4b7bd7;
    border-bottom: 2px solid #f2f3f5;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999
}

.header__logo {
    position: absolute;
    left: 10px
}

.header__logo {
    left: 50%;
    top: 10px;
    margin-left: -68px
}

.header__dropdown {
    margin: 0;
    position: absolute;
    z-index: 9
}

.header-mobile .nav-icons {
    display: inline-block;
    width: 44px;
    height: 40px;
    position: absolute;
    top: 6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer
}

.header-mobile .overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

.header-mobile .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.header-mobile .nav-icons.open {
    z-index: 99;
    position: fixed;
    top: 20px
}

.header-mobile .nav-icons>span {
    display: block;
    position: absolute;
    height: 4px;
    width: 85%;
    background: #e54249;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.header-mobile .nav-icons>span:nth-child(1) {
    top: 0
}

.header-mobile .nav-icons>span:nth-child(2) {
    top: 12px
}

.header-mobile .nav-icons>span:nth-child(3) {
    top: 24px
}

.header-mobile .nav-icons.open>span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header-mobile .nav-icons.open>span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.header-mobile .nav-icons.open>span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header-mobile .overlay-menu .header__logo {
    position: static;
    display: block;
    text-align: center;
    margin: 0 0 13px
}

.header-mobile .overlay-menu li a {
    color: #fff
}

.header-mobile .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    will-change: left, opacity;
    text-align: center
}

.header-mobile .overlay-menu-itm .acvite {
    background: red !important;
    color: #fff
}

.header-mobile .overlay ul li.login {
    height: 38px;
    line-height: 38px;
    margin: 14px 0
}

.header-mobile .no-login {
    margin: -14px 46px 0
}

.header-mobile .no-login li {
    margin-right: 5px
}

.header-mobile .overlay ul li a {
    display: block;
    position: relative;
    color: #414142;
    text-decoration: none;
    overflow: hidden
}

.header-mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.header-mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.header-mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.header-mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.header-mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.header-mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.header-mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.header-mobile .overlay nav {
    position: relative;
    height: 90%;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.header-mobile .overlay ul {
    list-style: none;
    padding: 0 3.5%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    line-height: 80px;
    overflow-y: auto
}

.header-mobile .overlay ul li>ul {
    padding-left: 55px;
    line-height: 60px;
    margin: -3px auto 0;
    border-top: 1px solid #bcbec0
}

.header-mobile .overlay-menu-itm .acvite {
    background: red !important;
    color: #fff
}

.header-mobile .overlay ul li.login {
    height: 38px;
    line-height: 38px;
    margin: 14px 0
}

.header-mobile .no-login {
    margin: -14px 46px 0
}

.header-mobile .no-login li {
    margin-right: 5px
}

.header-mobile .overlay ul li a {
    display: block;
    position: relative;
    color: #414142;
    text-decoration: none;
    overflow: hidden
}

.header-mobile .overlay-menu-itm .active {
    display: block;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    background-color: #4b7bd7
}

.header-mobile .overlay ul li>ul li a {
    color: #000;
    font-size: 22px
}

.title-wc {
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 3px;
    border-bottom: 3px solid #e14449
}

.header-mobile .overlay ul li i {
    vertical-align: middle
}

.header-mobile .menu-icon,
.menu-txt {
    display: block
}

.header-mobile .menu-icon {
    width: 40px;
    margin-right: 21px
}

.header-mobile .menu-icon-ava {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #175d7e;
    color: #70ccf8
}

.header-mobile .menu-txt {
    border-top: 1px solid #bcbec0;
    width: 100%
}

.header-mobile .overlay ul li.login .menu-txt {
    width: calc(100% - 59px)
}

.header-mobile .overlay ul li.has-child .menu-txt,
.overlay ul li.login .menu-txt {
    border-bottom: none
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.iNext2 {
    background: transparent url(../images/next2.png) no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: -3px;
    margin-left: 8px;
    background-size: 11px auto
}

.iPrev2 {
    background: transparent url(../images/prev2.png) no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 8px;
    background-size: 11px auto
}

.iBack {
    background: transparent url(../images/back.png) no-repeat;
    width: 10px;
    height: 17px;
    vertical-align: -3px;
    margin-right: 8px;
    background-size: 10px auto
}

.iBack2 {
    background: transparent url(../images/soha/back.png) no-repeat;
    width: 16px;
    height: 31px;
    vertical-align: -10px;
    margin-right: 8px;
    background-size: 16px auto
}

.iDown {
    background: transparent url(../images/soha/down.png) no-repeat;
    width: 41px;
    height: 41px;
    vertical-align: middle;
    background-size: 41px auto
}

.miDown {
    background: transparent url(../images/menu-down.png) no-repeat;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    background-size: 20px auto
}

.miUp {
    background: transparent url(../images/menu-up.png) no-repeat;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    background-size: 20px auto
}

#custom-modal-parent {
    z-index: 8
}

#custom-modal-children {
    z-index: 11
}

.custom-modal,
.custom-modal-children {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.custom-modal-dialog {
    max-width: 1170px;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    position: relative
}

.custom-modal-content {
    background: #fff;
    padding: 0;
    border-radius: 10px
}

.custom-modal-content .card-header {
    padding: 15px 10px;
    border-bottom: 1px solid #c1c1c1
}

.custom-modal-content .card-title {
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 0
}

#custom-modal-parent .custom-modal-dialog {
    position: absolute;
    z-index: 9
}

.custom-modal-content .card-body {
    padding: 15px
}

.custom-modal-content .card-body>div.content {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden
}

.custom-modal-content .card-body>div.content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
    border-radius: 10px
}

.custom-modal-content .card-body>div.content::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f5f5f5
}

.custom-modal-content .card-body>div.content::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    border: 2px solid #555
}

.close-modal,
.close-modal-children {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 9;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.custom-modal,
.custom-modal-children {
    opacity: 0;
    visibility: hidden
}

body.modal-open .custom-modal,
body.modal-open-children .custom-modal-children {
    opacity: 1;
    visibility: visible
}

.custom-modal .custom-modal-dialog,
.custom-modal-children .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open-children .custom-modal-children .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.custom-modal,
.custom-modal-children,
body .custom-modal,
body .custom-modal-childrecustom-modal,
body .custom-modal-dialog,
body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open-children .custom-modal-childre .custom-modal-dialog {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#news_content a {
    color: #0d6efd
}

.description {
    line-height: 1.2em
}

.mt-2 {
    margin-top: 10px
}

.fw-bold {
    font-weight: 700
}

.header-product a {
    font-size: 25px;
    font-weight: 600
}

.list-block-menu .title-product h3 {
    font-weight: 600 !important
}

.content_brand {
    padding-left: 15px;
    padding-right: 15px
}

.content-page {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.content-page h2,
h3 {
    font-weight: 600
}

.content-page p {
    line-height: 1.5 !important
}

.logo-footer {
    width: 198px
}

.content-footer {
    color: #fff;
    font-size: 18px
}

.content-footer a {
    color: #fff
}

.content-footer li,
.content-footer p {
    line-height: 1.2
}

.block-image .title h2 {
    font-weight: 600
}

.footer-social-list .make-left i {
    font-size: 35px;
    color: #fff
}

.box-dmca {
    padding-top: 15px
}

#content .content-review p {
    margin: 0
}

#content .author-info p {
    margin: 0;
    padding-top: 10px
}

.post-detail {
    padding: 100px 20px 3px 21px
}

.header-post {
    display: flex;
    justify-content: space-between
}

#deftail-content .big-list-date .breadcrumb {
    padding-left: unset
}

.text-date {
    font-size: 16px
}

.table-of-contents {
    background: #f3f9f7;
    padding: 1rem;
    position: relative;
    z-index: 3;
    margin-top: 20px
}

.table-of-contents ul {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
    overflow: hidden;
    height: 0
}

.table-of-contents .head-catalog .action-content {
    color: #0d6efd;
    cursor: pointer
}

.table-of-contents ul.show {
    overflow: visible;
    height: auto;
    margin: 0
}

.table-of-contents ul li {
    padding: .3rem 0
}

#deftail-content .table-of-contents ul li a {
    color: #091b49;
    text-decoration: none;
    background-color: transparent
}

.head-catalog {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.text-logo {
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.pd-25 {
    padding-top: 25px
}

.contact-success {
    font-weight: 600;
    color: #19cd73;
    font-size: 20px;
    text-align: center
}

.logo-in a:hover {
    text-decoration: none
}

.image-gallery,
.preview-gallery .image-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.preview-gallery .image-gallery .image-link {
    padding: 1px;
    width: 25%;
    height: 95px
}

.image-gallery .thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block
}

.footer-tcol .entry-head {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.entry-head p {
    color: #fff;
    margin: 0
}

.entry-head .place-city {
    position: relative;
    padding-left: 10px;
    margin-left: 8px
}

.entry-head .place-city:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 3px;
    height: 3px;
    background-color: #d8d8d8
}

.entry-head .place-city a {
    color: #fff
}

.title-edit {
    margin-left: -10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    display: table-caption;
    width: 160px
}

.entry-head a:hover {
    text-decoration: none
}

@media screen and (max-width:440px) {
    .box-info-box {
        text-align: justify
    }

    #form-contact {
        padding: 20px 10px 20px 10px
    }

    .footer-tcol-full {
        margin-top: 15px
    }

    .item-reviews .avatar {
        flex-basis: 20%;
        width: 20%;
        max-width: 20%
    }

    .item-reviews .author-info {
        flex-basis: 80%;
        width: 80%;
        max-width: 80%
    }

    .footer-tcol {
        margin: 10px 0
    }

    .title_dcma {
        width: 70%;
        padding: 8px
    }

    .link_dcma {
        margin: auto
    }

    .item_product {
        height: 15vh !important
    }

    .info_footer ul {
        padding-left: 30px
    }

    .margin-lf {
        margin-left: 20px
    }

    .mt-top {
        margin-top: 0 !important
    }

    #content h1 {
        margin: 10px
    }

    .slide p {
        padding: 0 20px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .testimonial {
        width: auto !important
    }

    .contact_us {
        padding: 0 5px
    }
}

.breadcrumb-item a {
    display: inline-block
}

.content-parent-page {
    padding: 20px 50px
}

.content-parent-page>div {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #f7f7f9
}

.css-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.css-content>div {
    width: 50%;
    position: relative;
    box-sizing: border-box
}

.content_brand_1 div.content {
    order: 1
}

.content_brand_1 div.image-brand {
    order: 0;
    right: 45px;
    margin: 0
}

.css-content div.content {
    padding: 20px
}

.css-content div.content h2 {
    font-size: 50px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-family: 'La Belle Aurore', sans-serif
}

div.image-brand img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 500px;
    height: 350px
}

.content_brand div.image-brand img,
.content_brand_2 div.image-brand img {
    right: -40px
}

#content h1 {
    color: #333;
    font-weight: 600;
    line-height: 1.2em;
    margin: 5px 0;
    font-size: 30px
}

#content h2 {
    font-size: 25px;
    color: #333;
    line-height: 1.2em
}

#content .travel-info-l {
    width: 100%
}

#content h3 {
    font-size: 22px;
    color: #333;
    line-height: 1.2em
}

#content .travel-info-l {
    text-align: justify
}

#content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.2em
}

#content li,
#content p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.2em
}

.content_brand div.content,
.content_brand_2 div.content {
    padding-left: 60px;
    padding-right: 40px
}

.content_brand_1 div.content {
    padding-right: 60px;
    padding-left: 40px
}

.ul-children p {
    margin: 5px 0
}

.css-content div.content p {
    font-size: 22px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 30px
}

.css-content .detail-content p:first-child {
    margin-top: 10px
}

.footer-section ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.ul-children li::marker {
    content: "-  ";
    font-weight: 900
}

.ui.secondary.button {
    box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .15)
}

.ui.secondary.button,
.ui.secondary.buttons .button {
    background-color: #ca7866;
    background-image: none;
    color: #fff;
    padding: 10px 14px;
    font-size: 1rem;
    margin-right: 3px;
    border-radius: 5px;
    text-shadow: none
}

.ui.card a,
.ui.cards>.card a {
    cursor: pointer
}

.footer-section ul:first-child {
    flex-wrap: wrap
}

.footer-section ul:first-child li {
    display: inline-block;
    margin-left: 15px
}

#footer-full .container {
    display: flex
}

.footer-tcol.footer-tl.make-left.margin-lf40:first-child {
    margin-left: 0
}

#footer-full .container .footer-tcol:first-child {
    width: calc(100% - 40%)
}

#footer-full .footer-t2 .footer-tcol-right {
    width: 40%
}

.footer-tcol-right iframe {
    height: 300px
}

.footer-full .make-left ul:first-child a {
    line-height: 40px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600
}

.footer-section ul li:first-child {
    margin-left: 0
}

.footer-section ul li a {
    color: #fff
}

.content-customers h2 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-family: 'La Belle Aurore', sans-serif
}

.content-customers h3 {
    font-size: 30px;
    font-family: 'La Belle Aurore', sans-serif;
    margin: 0
}

.content-customers li::marker {
    font-size: 20px
}

.content-customers .ul-parent {
    margin-left: 0;
    padding-left: 30px
}

.content-customers .ul-children {
    padding-left: 15px
}

.content-customers .ul-children li {
    margin-bottom: 10px
}

.content-customers .ul-parent>li::marker {
    font-size: 40px;
    font-weight: 700;
    font-family: Satisfy, sans-serif
}

.content-customers .content-title {
    font-size: 25px;
    font-family: 'La Belle Aurore', sans-serif;
    margin: 0
}

.content-customers .content-detail {
    font-size: 20px;
    text-align: justify;
    line-height: 24px
}

.breadcrumb-item h1,
.breadcrumb-item h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 500
}

.box-category .list-item-menu .itm-menu-max .itm-menu-title::after {
    border: none !important
}

#load_data h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600
}

@media screen and (max-device-width:1170px),
screen and (max-width:1170px) {

    .container,
    .main-layout {
        width: inherit
    }

    .container-full {
        width: inherit
    }

    .margin-li-menu {
        margin: 0 10px 0 0 !important
    }

    .wiLogo3 {
        width: 150px !important;
        height: 54px !important
    }
}

@media screen and (max-device-width:1290px),
screen and (max-width:1290px) {
    .wiLogo3 {
        width: 150px !important;
        height: 54px !important
    }

    .margin-li-menu+.margin-li-menu {
        margin: 0 10px 0 0 !important
    }
}

@media (min-width:769px) and (max-width:900px) {
    .container-full {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: red
    }

    .footer-tb {
        background-color: #000
    }
}

@media (max-width:769px) {
    .footer-t2 .footer-tl {
        padding-left: 10px
    }

    .footer-full .make-left ul:first-child a {
        font-size: 18px
    }

    .list-button-restaurant {
        justify-content: center !important
    }

    .header-mobile {
        display: block
    }

    .box-wrap-top {
        margin-top: 0
    }

    #header-full-top {
        display: none
    }

    .info-box-wrapper .rowItm .columnItm {
        display: list-item;
        padding-top: 4px
    }

    .columnItm .wrap-parner-div-img {
        background-size: 100% 100% !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        min-height: 275px;
        max-height: 800px;
        border: 1px solid #d0cdcc;
        cursor: pointer;
        margin-bottom: 4px
    }

    .box-wrap .box-wrap-content {
        padding: 0
    }

    .bd-bottom-center {
        line-height: 1.1
    }

    .info-box-wrapper.ta-c.clearfix.fs-18.lh-200 p {
        font-size: 19px;
        text-align: justify
    }

    .info-box-l-le,
    .info-box-r {
        width: 100%
    }

    .small-list-abs {
        position: relative;
        left: 0;
        padding-top: 360px
    }

    .small-list-item-dot {
        padding: 0
    }

    .info-box-wrapper {
        position: relative
    }

    .small-list-abs .small-list-item-dot a {
        display: block;
        text-align: center;
        border-bottom: 1px solid;
        background: 0 0;
        padding: 0;
        font-size: 16px;
        padding-bottom: 7px;
        line-height: 40px;
        width: 200px;
        margin: 0 auto
    }

    .bd-bottom,
    .info-box-wrap .box-title {
        width: 300px;
        margin: 0 auto;
        background-repeat: repeat;
        text-align: center;
        margin: 0 auto;
        transform: none
    }

    .info-box-r {
        position: absolute;
        top: 40px
    }

    .info-box-r img {
        width: 100%;
        height: 100%;
        max-height: 350px
    }

    .info-box-r-le,
    .info-box-r-le .list-map {
        height: 100%;
        width: 100%
    }

    ul.rs.small-list {
        overflow: none;
        position: relative
    }

    ul.rs.small-list::-webkit-scrollbar-track {
        box-shadow: none
    }

    .small-list-info {
        width: calc(100% - 110px)
    }

    .info-box-l-le-map {
        margin: 15px 0;
        width: 100%
    }

    .footer-t2 .footer-tcol,
    .footer-t2 .footer-tcol-right {
        width: 100%
    }

    .footer-section-label {
        display: none
    }

    .footer-social-list {
        margin-top: 20px;
        justify-content: center;
        display: flex;
        justify-content: center
    }

    .footer-tcol-right.footer-tc.make-right .footer-section {
        display: flex;
        justify-content: center
    }

    .fixDixBank {
        height: 50px;
        line-height: 50px;
        background-image: -moz-linear-gradient(150deg, #59c7c6 0, #53caa4 100%);
        background-image: -webkit-linear-gradient(150deg, #59c7c6 0, #53caa4 100%);
        padding: 20px 0 60px;
        background: #fff;
        border-bottom: 2px solid #f2f3f5;
        width: 100%;
        max-width: 640px
    }

    .feature-comment-slides .item-slide,
    .feature-slides .item-slide {
        width: 100%;
        min-height: 20px;
        max-height: 320px;
        background-position: left center;
        background-size: 100% 100%
    }

    .block-menu-tab {
        padding: 0 150px 0 150px
    }

    .block-menu-wrap .tab-menu {
        display: inline-block;
        text-align: center;
        width: 130px;
        height: 130px;
        position: relative;
        margin: 10px 2px
    }

    .list-block-menu .block-left-blog,
    .list-block-menu .block-right-blog {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .list-block-menu .block-left-blog img {
        width: 100%
    }

    .list-item-menu .itm-menu-max {
        width: 100%
    }

    .block-right-blog .bd-bottom {
        padding: 15px 0;
        background: 0 0
    }

    .bd-bottom {
        width: auto
    }

    .list-item-menu .itm-menu-max .itm-menu-title {
        height: 45px;
        width: auto
    }

    .modal-content {
        width: 90%
    }

    .login-dialog,
    .sub-block-menu .centerwrapper {
        width: 100%
    }

    .block-image.make-left,
    .list-block-menu .block-content {
        height: 100%;
        width: 100%;
        padding: 0
    }

    .block-image.make-left img {
        margin: 0 50px;
        width: calc(100% - 100px)
    }

    .sub-block-menu {
        margin: 15px 0
    }

    .list-block-menu .block-content {
        padding: 15px 50px;
        min-height: auto;
        width: 100%;
        order: 1
    }

    .list-block-menu .block-image {
        width: 100%;
        order: 0
    }

    .list-block-menu {
        border-bottom: none;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 10px
    }

    .itm-block .bleft {
        width: calc(100% - 120px)
    }

    .itm-block .bright {
        width: 100px
    }

    .list-block-menu:first-child {
        padding-top: 0
    }

    .line-list {
        display: none
    }

    .block-home .list-block-menu {
        display: flex;
        flex-wrap: wrap
    }

    .block-home .list-block-menu .block-left-blog {
        order: 0
    }

    .block-home .list-block-menu .block-right-blog {
        order: 1
    }

    .trai-nghiem .info-box-wrapper {
        display: none
    }

    #footer-full .container {
        flex-wrap: wrap
    }

    #footer-full .container .footer-tcol:first-child,
    #footer-full .footer-t2 .footer-tcol-right {
        width: 100%
    }

    .footer-section ul {
        margin-bottom: 20px
    }

    .css-content {
        display: block
    }

    .css-content>div {
        width: 100%
    }

    .css-content div.content {
        padding: 40px
    }

    div.image-brand img {
        position: relative;
        transform: translateY(0);
        width: 100%;
        right: 0 !important;
        left: 0 !important
    }

    .content_brand_1 div.image-brand {
        right: 0
    }

    div.image-brand {
        padding: 0 40px
    }

    .itm-menu-title.bd-bottom.fs-28 {
        font-size: 20px
    }

    #content .travel-info-l .page-title {
        line-height: 28px
    }

    #content .travel-info-l {
        padding: 10px;
        margin-top: 0
    }

    #content h1 {
        font-size: 28px
    }

    #content .travel-info-l img {
        width: 100%
    }

    #content .travel-info-l ul {
        padding-left: 20px
    }

    #content .travel-info-l .big-list-date {
        padding: 0
    }

    #content h2,
    #content h3,
    #content li,
    #content p {
        margin: 5px 0
    }

    #deftail-content .slick-slide,
    #deftail-content .slick-track {
        width: 100% !important;
        margin: 0 !important
    }

    .breadcrumb-item h1,
    .breadcrumb-item h2 {
        font-size: 13px !important;
        margin: 0 !important;
        padding: 0 !important
    }

    #load_data {
        box-sizing: border-box;
        text-align: justify
    }

    #load_data .list-block-menu .block-left,
    #load_data img {
        padding: 0;
        width: 100%
    }

    #load_data .list-block-menu .block-right {
        width: 100%
    }

    #load_data .list-item-menu .itm-menu-max .itm-menu-title {
        font-size: 20px;
        line-height: 25px
    }

    .big-list-date {
        padding: 5px 10px
    }

    .list-item-menu .itm-menu-max .itm-menu-title::after {
        border: none
    }
}

@media (max-width:500px) {
    .box-wrap-content h2 {
        font-size: 30px
    }

    .small-list-abs {
        padding-top: 200px
    }

    .content-parent-page {
        padding: 5px
    }

    .info-box-wrap .box-title {
        font-size: 20px
    }

    .block-menu-tab {
        padding: 0 30px
    }

    .block-menu-wrap .tab-menu {
        width: 95px;
        height: 125px
    }

    .css-content div.content,
    div.image-brand {
        padding: 10px
    }

    .content-customers h2 {
        font-size: 30px
    }

    .content-customers h3 {
        font-size: 20px
    }

    .content-customers .ul-parent>li::marker {
        font-size: 20px
    }

    .content-customers .content-title {
        font-size: 18px
    }

    .content-customers .ul-parent {
        padding-left: 20px
    }

    .content-customers .ul-children {
        padding-left: 10px
    }

    .content-customers ul {
        box-sizing: border-box
    }

    .list-block-menu {
        padding: 0
    }

    .block-image.make-left img {
        margin: 0;
        width: 100%
    }

    #agencies-gallery {
        padding-left: 0
    }

    .list-block-menu .block-image {
        min-height: auto
    }

    .list-block-menu .block-content {
        padding: 15px 0
    }

    .itm-block .bleft {
        width: calc(100% - 80px);
        padding-left: 5px
    }

    .itm-block .bright {
        width: 75px;
        bottom: 50%
    }

    .block-image .title {
        padding: 15px 0
    }

    .sub-block-menu {
        margin: 5px 0
    }

    .css-content div.content h2 {
        font-size: 40px
    }
}

@media screen and (max-width:768px) {
    .box-dmca {
        text-align: center
    }

    .header-post {
        display: unset
    }

    #deftail-content .post-detail h2,
    #deftail-content .post-detail h3 {
        padding-bottom: 10px;
        padding-top: 10px
    }

    #deftail-content .post-detail .table-of-contents ul {
        padding-left: unset
    }
}

.text-white {
    color: #fff;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
}

#header-full-top .container {
    padding: 0 15px;
}

.footer-wrapper a {
    color: #fff;
}

.row {
    display: flex;
}

.section-bg {
    overflow: hidden
}

.is-uppercase,
.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}

.section-bg,
.section-content {
    width: 100%
}

.text-center {
    text-align: center;
}

.social-icons ul {
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-self: center;
}

.social-icons ul li {
    margin: 2px;
}

.align-center {
    justify-content: center !important;
}


.is-uppercase,
.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}

footer section {
    background-color: #346157;
}

/* Container */
footer .container {

    margin: 0 auto;
    padding: 15px;
}

.content_footer {
    color: #fff;
}

.logo-footer h2 {
    margin-bottom: 10px;
}

.text>h2 {
    color: #fff;
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 1.25em;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;

}

.text-footer-end p {
    margin: 0;
    font-size: 1rem;
}

/* Column base styles */
.col {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* Default columns (mobile-first) */
.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 760px) {
    .logo-footer {
        text-align: center;
    }
}

.logo-in a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

/* Responsive breakpoints */
/* Small devices (≥576px) */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

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

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

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

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

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

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

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

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

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

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

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

#reviews p {
    color: #333;
    line-height: 1.2em;
    font-weight: 600 !important;
    text-align: center;
    font-size: 25px !important;
    line-height: 1.2em;
}

.testimonial .image {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.name {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    display: block;
}