/*==========================================*/
img, .container, iframe {max-width: 100% !important}
[id*="map"] img, [class*='map'] img {max-width: none !important}
img {height: auto !important}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {line-height: 1.425}
/*==========================================*/
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px}
.col-xs-20 {float: left;width: 20%}
.col-xs-pull-20 {right: 20%}
.col-xs-push-20 {left: 20%}
.col-xs-offset-20 {margin-left: 20%}
@media (min-width: 768px) {
    .col-sm-20 {float: left;width: 20%}
    .col-sm-pull-20 {right: 20%}
    .col-sm-push-20 {left: 20%}
    .col-sm-offset-20 {margin-left: 20%}
}
@media (min-width: 992px) {
    .col-md-20 {float: left;width: 20%}
    .col-md-pull-20 {right: 20%}
    .col-md-push-20 {left: 20%}
    .col-md-offset-20 {margin-left: 20%}
}
@media (min-width: 1200px) {
    .col-lg-20 {float: left;width: 20%}
    .col-lg-pull-20 {right: 20%}
    .col-lg-push-20 {left: 20%}
    .col-lg-offset-20 {margin-left: 20%}
}
/*==========================================*/
ol > br, ul > br {display: none}
:focus {outline: none}
a:hover, a:focus {text-decoration: none}
/*==========================================*/
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {visibility: hidden}
.slick-slider {
    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 {
    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 {
    top: 0;
    left: 0
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {clear: both}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {float: right}
.slick-slide img {display: block}
.slick-slide.slick-loading img {display: none}
.slick-slide.dragging img {pointer-events: none}
.slick-initialized .slick-slide {display: block}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {display: none}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    50%, from, to {opacity: 1}
    25%, 75% {opacity: 0}
}
@keyframes flash {
    50%, from, to {opacity: 1}
    25%, 75% {opacity: 0}
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}
@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}
@keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    from {opacity: 1}
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    from {opacity: 1}
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    from {opacity: 1}
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {opacity: 1}
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {opacity: 1}
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    from {opacity: 1}
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {opacity: 0}
}
@keyframes zoomOut {
    from {opacity: 1}
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {opacity: 0}
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
@charset "UTF-8";
.tether-element, .tether-element *, .tether-element :after, .tether-element :before, .tether-element:after, .tether-element:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.tether-element {
    position: absolute;
    display: none
}
.tether-element.tether-open {display: block}
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {margin: 0}
article, aside, footer, header, nav, section {display: block}
h1 {
    font-size: 2em;
    margin: .67em 0
}
figcaption, figure, main {display: block}
figure {margin: 1em 40px}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active, a:hover {outline-width: 0}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {font-weight: inherit}
b, strong {font-weight: bolder}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
dfn {font-style: italic}
mark {
    background-color: #FFFF00;
    color: #000000
}
small {font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {bottom: -.25em}
sup {top: -.5em}
audio, video {display: inline-block}
audio:not([controls]) {
    display: none;
    height: 0
}
img {border-style: none}
svg:not(:root) {overflow: hidden}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, input {overflow: visible}
button, select {text-transform: none}
[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: button}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {outline: 1px dotted ButtonText}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {overflow: auto}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {height: auto}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {-webkit-appearance: none}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details, menu {display: block}
summary {display: list-item}
canvas {display: inline-block}
template {display: none}
[hidden] {display: none}
@media print {
    *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited {text-decoration: underline}
    abbr[title]::after {content: " (" attr(title) ")"}
    pre {white-space: pre-wrap !important}
    blockquote, pre {
        border: 1px solid #999999;
        page-break-inside: avoid
    }
    thead {display: table-header-group}
    img, tr {page-break-inside: avoid}
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {page-break-after: avoid}
    .navbar {display: none}
    .badge {border: 1px solid #000000}
    .table {border-collapse: collapse !important}
    .table td, .table th {background-color: #FFFFFF !important}
    .table-bordered td, .table-bordered th {border: 1px solid #DDDDDD !important}
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
@-ms-viewport {width: device-width}
html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292B2C;
    background-color: #FFFFFF
}
[tabindex="-1"]:focus {outline: 0 !important}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {cursor: help}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {margin-bottom: 0}
dt {font-weight: 700}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {margin: 0 0 1rem}
a {
    color: #0275D8;
    text-decoration: none
}
a:focus, a:hover {
    color: #014C8C;
    text-decoration: underline
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {outline: 0}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}
figure {margin: 0 0 1rem}
img {vertical-align: middle}
[role=button] {cursor: pointer}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
table {
    border-collapse: collapse;
    background-color: transparent
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636C72;
    text-align: left;
    caption-side: bottom
}
th {text-align: left}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button, input, select, textarea {line-height: inherit}
input[type=checkbox]:disabled, input[type=radio]:disabled {cursor: not-allowed}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {-webkit-appearance: listbox}
textarea {resize: vertical}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}
input[type=search] {-webkit-appearance: none}
output {display: inline-block}
[hidden] {display: none !important}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    /*line-height: 1.1;*/
    color: inherit
}
.h1, h1 {font-size: 2.5rem}
.h2, h2 {font-size: 2rem}
.h3, h3 {font-size: 1.75rem}
.h4, h4 {font-size: 1.5rem}
.h5, h5 {font-size: 1.25rem}
.h6, h6 {font-size: 1rem}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.mark, mark {
    padding: .2em;
    background-color: #FCF8E3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {display: inline-block}
.list-inline-item:not(:last-child) {margin-right: 5px}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #ECEEEF
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636C72
}
.blockquote-footer::before {content: "\2014 \00A0"}
.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #ECEEEF;
    border-left: 0
}
.blockquote-reverse .blockquote-footer::before {content: ""}
.blockquote-reverse .blockquote-footer::after {content: "\00A0 \2014"}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}
.figure {display: inline-block}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #636C72
}
code, kbd, pre, samp {font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}
code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #BD4147;
    background-color: #F7F7F9;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #FFFFFF;
    background-color: #292B2C;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292B2C
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}
.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.pull-0 {right: auto}
.pull-1 {right: 8.333333%}
.pull-2 {right: 16.666667%}
.pull-3 {right: 25%}
.pull-4 {right: 33.333333%}
.pull-5 {right: 41.666667%}
.pull-6 {right: 50%}
.pull-7 {right: 58.333333%}
.pull-8 {right: 66.666667%}
.pull-9 {right: 75%}
.pull-10 {right: 83.333333%}
.pull-11 {right: 91.666667%}
.pull-12 {right: 100%}
.push-0 {left: auto}
.push-1 {left: 8.333333%}
.push-2 {left: 16.666667%}
.push-3 {left: 25%}
.push-4 {left: 33.333333%}
.push-5 {left: 41.666667%}
.push-6 {left: 50%}
.push-7 {left: 58.333333%}
.push-8 {left: 66.666667%}
.push-9 {left: 75%}
.push-10 {left: 83.333333%}
.push-11 {left: 91.666667%}
.push-12 {left: 100%}
.offset-1 {margin-left: 8.333333%}
.offset-2 {margin-left: 16.666667%}
.offset-3 {margin-left: 25%}
.offset-4 {margin-left: 33.333333%}
.offset-5 {margin-left: 41.666667%}
.offset-6 {margin-left: 50%}
.offset-7 {margin-left: 58.333333%}
.offset-8 {margin-left: 66.666667%}
.offset-9 {margin-left: 75%}
.offset-10 {margin-left: 83.333333%}
.offset-11 {margin-left: 91.666667%}
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {right: auto}
    .pull-sm-1 {right: 8.333333%}
    .pull-sm-2 {right: 16.666667%}
    .pull-sm-3 {right: 25%}
    .pull-sm-4 {right: 33.333333%}
    .pull-sm-5 {right: 41.666667%}
    .pull-sm-6 {right: 50%}
    .pull-sm-7 {right: 58.333333%}
    .pull-sm-8 {right: 66.666667%}
    .pull-sm-9 {right: 75%}
    .pull-sm-10 {right: 83.333333%}
    .pull-sm-11 {right: 91.666667%}
    .pull-sm-12 {right: 100%}
    .push-sm-0 {left: auto}
    .push-sm-1 {left: 8.333333%}
    .push-sm-2 {left: 16.666667%}
    .push-sm-3 {left: 25%}
    .push-sm-4 {left: 33.333333%}
    .push-sm-5 {left: 41.666667%}
    .push-sm-6 {left: 50%}
    .push-sm-7 {left: 58.333333%}
    .push-sm-8 {left: 66.666667%}
    .push-sm-9 {left: 75%}
    .push-sm-10 {left: 83.333333%}
    .push-sm-11 {left: 91.666667%}
    .push-sm-12 {left: 100%}
    .offset-sm-0 {margin-left: 0}
    .offset-sm-1 {margin-left: 8.333333%}
    .offset-sm-2 {margin-left: 16.666667%}
    .offset-sm-3 {margin-left: 25%}
    .offset-sm-4 {margin-left: 33.333333%}
    .offset-sm-5 {margin-left: 41.666667%}
    .offset-sm-6 {margin-left: 50%}
    .offset-sm-7 {margin-left: 58.333333%}
    .offset-sm-8 {margin-left: 66.666667%}
    .offset-sm-9 {margin-left: 75%}
    .offset-sm-10 {margin-left: 83.333333%}
    .offset-sm-11 {margin-left: 91.666667%}
}
@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {right: auto}
    .pull-md-1 {right: 8.333333%}
    .pull-md-2 {right: 16.666667%}
    .pull-md-3 {right: 25%}
    .pull-md-4 {right: 33.333333%}
    .pull-md-5 {right: 41.666667%}
    .pull-md-6 {right: 50%}
    .pull-md-7 {right: 58.333333%}
    .pull-md-8 {right: 66.666667%}
    .pull-md-9 {right: 75%}
    .pull-md-10 {right: 83.333333%}
    .pull-md-11 {right: 91.666667%}
    .pull-md-12 {right: 100%}
    .push-md-0 {left: auto}
    .push-md-1 {left: 8.333333%}
    .push-md-2 {left: 16.666667%}
    .push-md-3 {left: 25%}
    .push-md-4 {left: 33.333333%}
    .push-md-5 {left: 41.666667%}
    .push-md-6 {left: 50%}
    .push-md-7 {left: 58.333333%}
    .push-md-8 {left: 66.666667%}
    .push-md-9 {left: 75%}
    .push-md-10 {left: 83.333333%}
    .push-md-11 {left: 91.666667%}
    .push-md-12 {left: 100%}
    .offset-md-0 {margin-left: 0}
    .offset-md-1 {margin-left: 8.333333%}
    .offset-md-2 {margin-left: 16.666667%}
    .offset-md-3 {margin-left: 25%}
    .offset-md-4 {margin-left: 33.333333%}
    .offset-md-5 {margin-left: 41.666667%}
    .offset-md-6 {margin-left: 50%}
    .offset-md-7 {margin-left: 58.333333%}
    .offset-md-8 {margin-left: 66.666667%}
    .offset-md-9 {margin-left: 75%}
    .offset-md-10 {margin-left: 83.333333%}
    .offset-md-11 {margin-left: 91.666667%}
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {right: auto}
    .pull-lg-1 {right: 8.333333%}
    .pull-lg-2 {right: 16.666667%}
    .pull-lg-3 {right: 25%}
    .pull-lg-4 {right: 33.333333%}
    .pull-lg-5 {right: 41.666667%}
    .pull-lg-6 {right: 50%}
    .pull-lg-7 {right: 58.333333%}
    .pull-lg-8 {right: 66.666667%}
    .pull-lg-9 {right: 75%}
    .pull-lg-10 {right: 83.333333%}
    .pull-lg-11 {right: 91.666667%}
    .pull-lg-12 {right: 100%}
    .push-lg-0 {left: auto}
    .push-lg-1 {left: 8.333333%}
    .push-lg-2 {left: 16.666667%}
    .push-lg-3 {left: 25%}
    .push-lg-4 {left: 33.333333%}
    .push-lg-5 {left: 41.666667%}
    .push-lg-6 {left: 50%}
    .push-lg-7 {left: 58.333333%}
    .push-lg-8 {left: 66.666667%}
    .push-lg-9 {left: 75%}
    .push-lg-10 {left: 83.333333%}
    .push-lg-11 {left: 91.666667%}
    .push-lg-12 {left: 100%}
    .offset-lg-0 {margin-left: 0}
    .offset-lg-1 {margin-left: 8.333333%}
    .offset-lg-2 {margin-left: 16.666667%}
    .offset-lg-3 {margin-left: 25%}
    .offset-lg-4 {margin-left: 33.333333%}
    .offset-lg-5 {margin-left: 41.666667%}
    .offset-lg-6 {margin-left: 50%}
    .offset-lg-7 {margin-left: 58.333333%}
    .offset-lg-8 {margin-left: 66.666667%}
    .offset-lg-9 {margin-left: 75%}
    .offset-lg-10 {margin-left: 83.333333%}
    .offset-lg-11 {margin-left: 91.666667%}
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {right: auto}
    .pull-xl-1 {right: 8.333333%}
    .pull-xl-2 {right: 16.666667%}
    .pull-xl-3 {right: 25%}
    .pull-xl-4 {right: 33.333333%}
    .pull-xl-5 {right: 41.666667%}
    .pull-xl-6 {right: 50%}
    .pull-xl-7 {right: 58.333333%}
    .pull-xl-8 {right: 66.666667%}
    .pull-xl-9 {right: 75%}
    .pull-xl-10 {right: 83.333333%}
    .pull-xl-11 {right: 91.666667%}
    .pull-xl-12 {right: 100%}
    .push-xl-0 {left: auto}
    .push-xl-1 {left: 8.333333%}
    .push-xl-2 {left: 16.666667%}
    .push-xl-3 {left: 25%}
    .push-xl-4 {left: 33.333333%}
    .push-xl-5 {left: 41.666667%}
    .push-xl-6 {left: 50%}
    .push-xl-7 {left: 58.333333%}
    .push-xl-8 {left: 66.666667%}
    .push-xl-9 {left: 75%}
    .push-xl-10 {left: 83.333333%}
    .push-xl-11 {left: 91.666667%}
    .push-xl-12 {left: 100%}
    .offset-xl-0 {margin-left: 0}
    .offset-xl-1 {margin-left: 8.333333%}
    .offset-xl-2 {margin-left: 16.666667%}
    .offset-xl-3 {margin-left: 25%}
    .offset-xl-4 {margin-left: 33.333333%}
    .offset-xl-5 {margin-left: 41.666667%}
    .offset-xl-6 {margin-left: 50%}
    .offset-xl-7 {margin-left: 58.333333%}
    .offset-xl-8 {margin-left: 66.666667%}
    .offset-xl-9 {margin-left: 75%}
    .offset-xl-10 {margin-left: 83.333333%}
    .offset-xl-11 {margin-left: 91.666667%}
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ECEEEF
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ECEEEF
}
.table tbody + tbody {border-top: 2px solid #ECEEEF}
.table .table {background-color: #FFFFFF}
.table-sm td, .table-sm th {padding: .3rem}
.table-bordered {border: 1px solid #ECEEEF}
.table-bordered td, .table-bordered th {border: 1px solid #ECEEEF}
.table-bordered thead td, .table-bordered thead th {border-bottom-width: 2px}
.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, .05)}
.table-hover tbody tr:hover {background-color: rgba(0, 0, 0, .075)}
.table-active, .table-active > td, .table-active > th {background-color: rgba(0, 0, 0, .075)}
.table-hover .table-active:hover {background-color: rgba(0, 0, 0, .075)}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {background-color: rgba(0, 0, 0, .075)}
.table-success, .table-success > td, .table-success > th {background-color: #DFF0D8}
.table-hover .table-success:hover {background-color: #D0E9C6}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {background-color: #D0E9C6}
.table-info, .table-info > td, .table-info > th {background-color: #D9EDF7}
.table-hover .table-info:hover {background-color: #C4E3F3}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {background-color: #C4E3F3}
.table-warning, .table-warning > td, .table-warning > th {background-color: #FCF8E3}
.table-hover .table-warning:hover {background-color: #FAF2CC}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {background-color: #FAF2CC}
.table-danger, .table-danger > td, .table-danger > th {background-color: #F2DEDE}
.table-hover .table-danger:hover {background-color: #EBCCCC}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {background-color: #EBCCCC}
.thead-inverse th {
    color: #FFFFFF;
    background-color: #292B2C
}
.thead-default th {
    color: #464A4C;
    background-color: #ECEEEF
}
.table-inverse {
    color: #FFFFFF;
    background-color: #292B2C
}
.table-inverse td, .table-inverse th, .table-inverse thead th {border-color: #FFFFFF}
.table-inverse.table-bordered {border: 0}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive.table-bordered {border: 0}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464A4C;
    background-color: #FFFFFF;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #464A4C;
    background-color: #FFFFFF;
    border-color: #5CB3FD;
    outline: 0
}
.form-control::-webkit-input-placeholder {
    color: #636C72;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: #636C72;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #636C72;
    opacity: 1
}
.form-control::placeholder {
    color: #636C72;
    opacity: 1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ECEEEF;
    opacity: 1
}
.form-control:disabled {cursor: not-allowed}
select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
    color: #464A4C;
    background-color: #FFFFFF
}
.form-control-file, .form-control-range {display: block}
.col-form-label {
    padding-top: -webkit-calc(.5rem - 1px * 2);
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: -webkit-calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}
.col-form-label-lg {
    padding-top: -webkit-calc(.75rem - 1px * 2);
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: -webkit-calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
    font-size: 1.25rem
}
.col-form-label-sm {
    padding-top: -webkit-calc(.25rem - 1px * 2);
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: -webkit-calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}
.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {height: 1.8125rem}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {height: 3.166667rem}
.form-group {margin-bottom: 1rem}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}
.form-check.disabled .form-check-label {
    color: #636C72;
    cursor: not-allowed
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}
.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}
.form-check-input:only-child {position: static}
.form-check-inline {display: inline-block}
.form-check-inline .form-check-label {vertical-align: middle}
.form-check-inline + .form-check-inline {margin-left: .75rem}
.form-control-feedback {margin-top: .25rem}
.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem
}
.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {color: #5CB85C}
.has-success .form-control {border-color: #5CB85C}
.has-success .input-group-addon {
    color: #5CB85C;
    border-color: #5CB85C;
    background-color: #EAF6EA
}
.has-success .form-control-success {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}
.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {color: #F0AD4E}
.has-warning .form-control {border-color: #F0AD4E}
.has-warning .input-group-addon {
    color: #F0AD4E;
    border-color: #F0AD4E;
    background-color: #FFFFFF
}
.has-warning .form-control-warning {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}
.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {color: #D9534F}
.has-danger .form-control {border-color: #D9534F}
.has-danger .input-group-addon {
    color: #D9534F;
    border-color: #D9534F;
    background-color: #FDF7F7
}
.has-danger .form-control-danger {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}
.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.form-inline .form-check {width: 100%}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {display: inline-block}
    .form-inline .input-group {width: auto}
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {padding-left: 0}
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {top: 0}
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.btn:focus, .btn:hover {text-decoration: none}
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}
.btn.active, .btn:active {background-image: none}
a.btn.disabled, fieldset[disabled] a.btn {pointer-events: none}
.btn-primary {
    color: #FFFFFF;
    background-color: #0275D8;
    border-color: #0275D8
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #025AA5;
    border-color: #01549B
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275D8;
    border-color: #0275D8
}
.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #025AA5;
    background-image: none;
    border-color: #01549B
}
.btn-secondary {
    color: #292B2C;
    background-color: #FFFFFF;
    border-color: #CCCCCC
}
.btn-secondary:hover {
    color: #292B2C;
    background-color: #E6E6E6;
    border-color: #ADADAD
}
.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #FFFFFF;
    border-color: #CCCCCC
}
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #292B2C;
    background-color: #E6E6E6;
    background-image: none;
    border-color: #ADADAD
}
.btn-info {
    color: #FFFFFF;
    background-color: #5BC0DE;
    border-color: #5BC0DE
}
.btn-info:hover {
    color: #FFFFFF;
    background-color: #31B0D5;
    border-color: #2AABD2
}
.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #5BC0DE;
    border-color: #5BC0DE
}
.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #31B0D5;
    background-image: none;
    border-color: #2AABD2
}
.btn-success {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C
}
.btn-success:hover {
    color: #FFFFFF;
    background-color: #449D44;
    border-color: #419641
}
.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #5CB85C;
    border-color: #5CB85C
}
.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #449D44;
    background-image: none;
    border-color: #419641
}
.btn-warning {
    color: #FFFFFF;
    background-color: #F0AD4E;
    border-color: #F0AD4E
}
.btn-warning:hover {
    color: #FFFFFF;
    background-color: #EC971F;
    border-color: #EB9316
}
.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #F0AD4E;
    border-color: #F0AD4E
}
.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #EC971F;
    background-image: none;
    border-color: #EB9316
}
.btn-danger {
    color: #FFFFFF;
    background-color: #D9534F;
    border-color: #D9534F
}
.btn-danger:hover {
    color: #FFFFFF;
    background-color: #C9302C;
    border-color: #C12E2A
}
.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #D9534F;
    border-color: #D9534F
}
.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #C9302C;
    background-image: none;
    border-color: #C12E2A
}
.btn-outline-primary {
    color: #0275D8;
    background-image: none;
    background-color: transparent;
    border-color: #0275D8
}
.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #0275D8;
    border-color: #0275D8
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0275D8;
    background-color: transparent
}
.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #0275D8;
    border-color: #0275D8
}
.btn-outline-secondary {
    color: #CCCCCC;
    background-image: none;
    background-color: transparent;
    border-color: #CCCCCC
}
.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #CCCCCC;
    border-color: #CCCCCC
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #CCCCCC;
    background-color: transparent
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #CCCCCC;
    border-color: #CCCCCC
}
.btn-outline-info {
    color: #5BC0DE;
    background-image: none;
    background-color: transparent;
    border-color: #5BC0DE
}
.btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #5BC0DE;
    border-color: #5BC0DE
}
.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5BC0DE;
    background-color: transparent
}
.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5BC0DE;
    border-color: #5BC0DE
}
.btn-outline-success {
    color: #5CB85C;
    background-image: none;
    background-color: transparent;
    border-color: #5CB85C
}
.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C
}
.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5CB85C;
    background-color: transparent
}
.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C
}
.btn-outline-warning {
    color: #F0AD4E;
    background-image: none;
    background-color: transparent;
    border-color: #F0AD4E
}
.btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #F0AD4E;
    border-color: #F0AD4E
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F0AD4E;
    background-color: transparent
}
.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #F0AD4E;
    border-color: #F0AD4E
}
.btn-outline-danger {
    color: #D9534F;
    background-image: none;
    background-color: transparent;
    border-color: #D9534F
}
.btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #D9534F;
    border-color: #D9534F
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D9534F;
    background-color: transparent
}
.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D9534F;
    border-color: #D9534F
}
.btn-link {
    font-weight: 400;
    color: #0275D8;
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {background-color: transparent}
.btn-link, .btn-link:active, .btn-link:focus {border-color: transparent}
.btn-link:hover {border-color: transparent}
.btn-link:focus, .btn-link:hover {
    color: #014C8C;
    text-decoration: underline;
    background-color: transparent
}
.btn-link:disabled {color: #636C72}
.btn-link:disabled:focus, .btn-link:disabled:hover {text-decoration: none}
.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block + .btn-block {margin-top: .5rem}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.show {opacity: 1}
.collapse {display: none}
.collapse.show {display: block}
tr.collapse.show {display: table-row}
tbody.collapse.show {display: table-row-group}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}
.dropdown, .dropup {position: relative}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}
.dropdown-toggle:focus {outline: 0}
.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292B2C;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #ECEEEF
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292B2C;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1D1E1F;
    text-decoration: none;
    background-color: #F7F7F9
}
.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0275D8
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636C72;
    cursor: not-allowed;
    background-color: transparent
}
.show > .dropdown-menu {display: block}
.show > a {outline: 0}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636C72;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {z-index: 2}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {z-index: 2}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {margin-left: -1px}
.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.btn-toolbar .input-group {width: auto}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn-group > .btn:first-child {margin-left: 0}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group > .btn-group {float: left}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {outline: 0}
.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}
.btn + .dropdown-toggle-split::after {margin-left: 0}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}
.btn-group-vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {width: 100%}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {z-index: 3}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464A4C;
    text-align: center;
    background-color: #ECEEEF;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {margin-top: 0}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:not(:last-child) {border-right: 0}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
.form-control + .input-group-addon:not(:first-child) {border-left: 0}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}
.input-group-btn > .btn + .btn {margin-left: -1px}
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {z-index: 3}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {margin-right: -1px}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}
.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {z-index: 3}
.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #FFFFFF;
    background-color: #0275D8
}
.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0275D8;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0275D8
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #FFFFFF;
    background-color: #8FCAFE
}
.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #ECEEEF
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #636C72;
    cursor: not-allowed
}
.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #DDDDDD;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}
.custom-checkbox .custom-control-indicator {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0275D8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}
.custom-controls-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.custom-controls-stacked .custom-control {margin-bottom: .25rem}
.custom-controls-stacked .custom-control + .custom-control {margin-left: 0}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464A4C;
    vertical-align: middle;
    background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}
.custom-select:focus {
    border-color: #5CB3FD;
    outline: 0
}
.custom-select:focus::-ms-value {
    color: #464A4C;
    background-color: #FFFFFF
}
.custom-select:disabled {
    color: #636C72;
    cursor: not-allowed;
    background-color: #ECEEEF
}
.custom-select::-ms-expand {opacity: 0}
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464A4C;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.custom-file-control:lang(en)::after {content: "Choose file..."}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464A4C;
    background-color: #ECEEEF;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}
.custom-file-control:lang(en)::before {content: "Browse"}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5em 1em
}
.nav-link:focus, .nav-link:hover {text-decoration: none}
.nav-link.disabled {
    color: #636C72;
    cursor: not-allowed
}
.nav-tabs {border-bottom: 1px solid #DDDDDD}
.nav-tabs .nav-item {margin-bottom: -1px}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color: #ECEEEF #ECEEEF #DDDDDD}
.nav-tabs .nav-link.disabled {
    color: #636C72;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464A4C;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD #FFFFFF
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}
.nav-pills .nav-link {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #FFFFFF;
    cursor: default;
    background-color: #0275D8
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}
.tab-content > .tab-pane {display: none}
.tab-content > .active {display: block}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem
}
.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {text-decoration: none}
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}
.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {text-decoration: none}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
.navbar-toggler-left {
    position: absolute;
    left: 1rem
}
.navbar-toggler-right {
    position: absolute;
    right: 1rem
}
@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable .navbar-toggler {display: none}
}
@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-sm .navbar-toggler {display: none}
}
@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-md .navbar-toggler {display: none}
}
@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-lg .navbar-toggler {display: none}
}
.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0
}
.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}
.navbar-toggleable-xl .navbar-toggler {display: none}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {color: rgba(0, 0, 0, .9)}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {color: rgba(0, 0, 0, .9)}
.navbar-light .navbar-nav .nav-link {color: rgba(0, 0, 0, .5)}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgba(0, 0, 0, .7)}
.navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, .3)}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {color: rgba(0, 0, 0, .9)}
.navbar-light .navbar-toggler {border-color: rgba(0, 0, 0, .1)}
.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}
.navbar-light .navbar-text {color: rgba(0, 0, 0, .5)}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {color: #FFFFFF}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {color: #FFFFFF}
.navbar-inverse .navbar-nav .nav-link {color: rgba(255, 255, 255, .5)}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {color: rgba(255, 255, 255, .75)}
.navbar-inverse .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, .25)}
.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {color: #FFFFFF}
.navbar-inverse .navbar-toggler {border-color: rgba(255, 255, 255, .1)}
.navbar-inverse .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}
.navbar-inverse .navbar-text {color: rgba(255, 255, 255, .5)}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-title {margin-bottom: .75rem}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}
.card-text:last-child {margin-bottom: 0}
.card-link:hover {text-decoration: none}
.card-link + .card-link {margin-left: 1.25rem}
.card > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #F7F7F9;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
    -webkit-border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #F7F7F9;
    border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-primary {
    background-color: #0275D8;
    border-color: #0275D8
}
.card-primary .card-footer, .card-primary .card-header {background-color: transparent}
.card-success {
    background-color: #5CB85C;
    border-color: #5CB85C
}
.card-success .card-footer, .card-success .card-header {background-color: transparent}
.card-info {
    background-color: #5BC0DE;
    border-color: #5BC0DE
}
.card-info .card-footer, .card-info .card-header {background-color: transparent}
.card-warning {
    background-color: #F0AD4E;
    border-color: #F0AD4E
}
.card-warning .card-footer, .card-warning .card-header {background-color: transparent}
.card-danger {
    background-color: #D9534F;
    border-color: #D9534F
}
.card-danger .card-footer, .card-danger .card-header {background-color: transparent}
.card-outline-primary {
    background-color: transparent;
    border-color: #0275D8
}
.card-outline-secondary {
    background-color: transparent;
    border-color: #CCCCCC
}
.card-outline-info {
    background-color: transparent;
    border-color: #5BC0DE
}
.card-outline-success {
    background-color: transparent;
    border-color: #5CB85C
}
.card-outline-warning {
    background-color: transparent;
    border-color: #F0AD4E
}
.card-outline-danger {
    background-color: transparent;
    border-color: #D9534F
}
.card-inverse {color: rgba(255, 255, 255, .65)}
.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {color: #FFFFFF}
.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {color: rgba(255, 255, 255, .65)}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {color: #FFFFFF}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}
.card-img {
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}
.card-img-top {
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}
.card-img-bottom {
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card-deck .card:not(:first-child) {margin-left: 15px}
    .card-deck .card:not(:last-child) {margin-right: 15px}
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}
.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ECEEEF;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.breadcrumb::after {
    display: block;
    content: "";
    clear: both
}
.breadcrumb-item {float: left}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636C72;
    content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: underline}
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: none}
.breadcrumb-item.active {color: #636C72}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 2;
    color: #FFFFFF;
    background-color: #0275D8;
    border-color: #0275D8
}
.page-item.disabled .page-link {
    color: #636C72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #FFFFFF;
    border-color: #DDDDDD
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275D8;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD
}
.page-link:focus, .page-link:hover {
    color: #014C8C;
    text-decoration: none;
    background-color: #ECEEEF;
    border-color: #DDDDDD
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}
.pagination-lg .page-item:first-child .page-link {
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}
.pagination-sm .page-item:first-child .page-link {
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.badge:empty {display: none}
.btn .badge {
    position: relative;
    top: -1px
}
a.badge:focus, a.badge:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem
}
.badge-default {background-color: #636C72}
.badge-default[href]:focus, .badge-default[href]:hover {background-color: #4B5257}
.badge-primary {background-color: #0275D8}
.badge-primary[href]:focus, .badge-primary[href]:hover {background-color: #025AA5}
.badge-success {background-color: #5CB85C}
.badge-success[href]:focus, .badge-success[href]:hover {background-color: #449D44}
.badge-info {background-color: #5BC0DE}
.badge-info[href]:focus, .badge-info[href]:hover {background-color: #31B0D5}
.badge-warning {background-color: #F0AD4E}
.badge-warning[href]:focus, .badge-warning[href]:hover {background-color: #EC971F}
.badge-danger {background-color: #D9534F}
.badge-danger[href]:focus, .badge-danger[href]:hover {background-color: #C9302C}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ECEEEF;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}
@media (min-width: 576px) {
    .jumbotron {padding: 4rem 2rem}
}
.jumbotron-hr {border-top-color: #D0D5D8}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.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-success {
    background-color: #DFF0D8;
    border-color: #D0E9C6;
    color: #3C763D
}
.alert-success hr {border-top-color: #C1E2B3}
.alert-success .alert-link {color: #2B542C}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCDFF1;
    color: #31708F
}
.alert-info hr {border-top-color: #A6D5EC}
.alert-info .alert-link {color: #245269}
.alert-warning {
    background-color: #FCF8E3;
    border-color: #FAF2CC;
    color: #8A6D3B
}
.alert-warning hr {border-top-color: #F7ECB5}
.alert-warning .alert-link {color: #66512C}
.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCCC;
    color: #A94442
}
.alert-danger hr {border-top-color: #E4B9B9}
.alert-danger .alert-link {color: #843534}
@-webkit-keyframes progress-bar-stripes {
    from {background-position: 1rem 0}
    to {background-position: 0 0}
}
@keyframes progress-bar-stripes {
    from {background-position: 1rem 0}
    to {background-position: 0 0}
}
.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #ECEEEF;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.progress-bar {
    height: 1rem;
    color: #FFFFFF;
    background-color: #0275D8
}
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.list-group-item-action {
    width: 100%;
    color: #464A4C;
    text-align: inherit
}
.list-group-item-action .list-group-item-heading {color: #292B2C}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464A4C;
    text-decoration: none;
    background-color: #F7F7F9
}
.list-group-item-action:active {
    color: #292B2C;
    background-color: #ECEEEF
}
.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.list-group-item:focus, .list-group-item:hover {text-decoration: none}
.list-group-item.disabled, .list-group-item:disabled {
    color: #636C72;
    cursor: not-allowed;
    background-color: #FFFFFF
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {color: inherit}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {color: #636C72}
.list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #0275D8;
    border-color: #0275D8
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {color: inherit}
.list-group-item.active .list-group-item-text {color: #DAEEFF}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {border-top: 0}
.list-group-flush:last-child .list-group-item:last-child {border-bottom: 0}
.list-group-item-success {
    color: #3C763D;
    background-color: #DFF0D8
}
a.list-group-item-success, button.list-group-item-success {color: #3C763D}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {color: inherit}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3C763D;
    background-color: #D0E9C6
}
a.list-group-item-success.active, button.list-group-item-success.active {
    color: #FFFFFF;
    background-color: #3C763D;
    border-color: #3C763D
}
.list-group-item-info {
    color: #31708F;
    background-color: #D9EDF7
}
a.list-group-item-info, button.list-group-item-info {color: #31708F}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {color: inherit}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708F;
    background-color: #C4E3F3
}
a.list-group-item-info.active, button.list-group-item-info.active {
    color: #FFFFFF;
    background-color: #31708F;
    border-color: #31708F
}
.list-group-item-warning {
    color: #8A6D3B;
    background-color: #FCF8E3
}
a.list-group-item-warning, button.list-group-item-warning {color: #8A6D3B}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {color: inherit}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8A6D3B;
    background-color: #FAF2CC
}
a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #FFFFFF;
    background-color: #8A6D3B;
    border-color: #8A6D3B
}
.list-group-item-danger {
    color: #A94442;
    background-color: #F2DEDE
}
a.list-group-item-danger, button.list-group-item-danger {color: #A94442}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {color: inherit}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #A94442;
    background-color: #EBCCCC
}
a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #FFFFFF;
    background-color: #A94442;
    border-color: #A94442
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {padding-top: 42.857143%}
.embed-responsive-16by9::before {padding-top: 56.25%}
.embed-responsive-4by3::before {padding-top: 75%}
.embed-responsive-1by1::before {padding-top: 100%}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    opacity: .5
}
.close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.modal-open {overflow: hidden}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}
.modal-backdrop.fade {opacity: 0}
.modal-backdrop.show {opacity: .5}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ECEEEF
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #ECEEEF
}
.modal-footer > :not(:first-child) {margin-left: .25rem}
.modal-footer > :not(:last-child) {margin-right: .25rem}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {max-width: 300px}
}
@media (min-width: 992px) {
    .modal-lg {max-width: 800px}
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}
.tooltip.show {opacity: .9}
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000000
}
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}
.popover.bs-tether-element-attached-bottom, .popover.popover-top {margin-top: -10px}
.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
    left: 50%;
    border-bottom-width: 0
}
.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}
.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #FFFFFF
}
.popover.bs-tether-element-attached-left, .popover.popover-right {margin-left: 10px}
.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0
}
.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}
.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #FFFFFF
}
.popover.bs-tether-element-attached-top, .popover.popover-bottom {margin-top: 10px}
.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0
}
.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #F7F7F7
}
.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #F7F7F7
}
.popover.bs-tether-element-attached-right, .popover.popover-left {margin-left: -10px}
.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
    top: 50%;
    border-right-width: 0
}
.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #FFFFFF
}
.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    -webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    -webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}
.popover-title:empty {display: none}
.popover-content {padding: 9px 14px}
.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover::before {
    content: "";
    border-width: 11px
}
.popover::after {
    content: "";
    border-width: 10px
}
.carousel {position: relative}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-item {
    position: relative;
    display: none;
    width: 100%
}
@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}
@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}
@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #FFFFFF;
    text-align: center;
    opacity: .5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
.carousel-control-prev {left: 0}
.carousel-control-next {right: 0}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}
.carousel-control-prev-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
.carousel-control-next-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators .active {background-color: #FFFFFF}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center
}
.align-baseline {vertical-align: baseline !important}
.align-top {vertical-align: top !important}
.align-middle {vertical-align: middle !important}
.align-bottom {vertical-align: bottom !important}
.align-text-bottom {vertical-align: text-bottom !important}
.align-text-top {vertical-align: text-top !important}
.bg-faded {background-color: #F7F7F7}
.bg-primary {background-color: #0275D8 !important}
a.bg-primary:focus, a.bg-primary:hover {background-color: #025AA5 !important}
.bg-success {background-color: #5CB85C !important}
a.bg-success:focus, a.bg-success:hover {background-color: #449D44 !important}
.bg-info {background-color: #5BC0DE !important}
a.bg-info:focus, a.bg-info:hover {background-color: #31B0D5 !important}
.bg-warning {background-color: #F0AD4E !important}
a.bg-warning:focus, a.bg-warning:hover {background-color: #EC971F !important}
.bg-danger {background-color: #D9534F !important}
a.bg-danger:focus, a.bg-danger:hover {background-color: #C9302C !important}
.bg-inverse {background-color: #292B2C !important}
a.bg-inverse:focus, a.bg-inverse:hover {background-color: #101112 !important}
.border-0 {border: 0 !important}
.border-top-0 {border-top: 0 !important}
.border-right-0 {border-right: 0 !important}
.border-bottom-0 {border-bottom: 0 !important}
.border-left-0 {border-left: 0 !important}
.rounded {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}
.rounded-top {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.rounded-right {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}
.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.rounded-left {
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}
.rounded-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.rounded-0 {
    -webkit-border-radius: 0;
    border-radius: 0
}
.clearfix::after {
    display: block;
    content: "";
    clear: both
}
.d-none {display: none !important}
.d-inline {display: inline !important}
.d-inline-block {display: inline-block !important}
.d-block {display: block !important}
.d-table {display: table !important}
.d-table-cell {display: table-cell !important}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
@media (min-width: 576px) {
    .d-sm-none {display: none !important}
    .d-sm-inline {display: inline !important}
    .d-sm-inline-block {display: inline-block !important}
    .d-sm-block {display: block !important}
    .d-sm-table {display: table !important}
    .d-sm-table-cell {display: table-cell !important}
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 768px) {
    .d-md-none {display: none !important}
    .d-md-inline {display: inline !important}
    .d-md-inline-block {display: inline-block !important}
    .d-md-block {display: block !important}
    .d-md-table {display: table !important}
    .d-md-table-cell {display: table-cell !important}
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 992px) {
    .d-lg-none {display: none !important}
    .d-lg-inline {display: inline !important}
    .d-lg-inline-block {display: inline-block !important}
    .d-lg-block {display: block !important}
    .d-lg-table {display: table !important}
    .d-lg-table-cell {display: table-cell !important}
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width: 1200px) {
    .d-xl-none {display: none !important}
    .d-xl-inline {display: inline !important}
    .d-xl-inline-block {display: inline-block !important}
    .d-xl-block {display: block !important}
    .d-xl-table {display: table !important}
    .d-xl-table-cell {display: table-cell !important}
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
.flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}
@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}
.float-left {float: left !important}
.float-right {float: right !important}
.float-none {float: none !important}
@media (min-width: 576px) {
    .float-sm-left {float: left !important}
    .float-sm-right {float: right !important}
    .float-sm-none {float: none !important}
}
@media (min-width: 768px) {
    .float-md-left {float: left !important}
    .float-md-right {float: right !important}
    .float-md-none {float: none !important}
}
@media (min-width: 992px) {
    .float-lg-left {float: left !important}
    .float-lg-right {float: right !important}
    .float-lg-none {float: none !important}
}
@media (min-width: 1200px) {
    .float-xl-left {float: left !important}
    .float-xl-right {float: right !important}
    .float-xl-none {float: none !important}
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.w-25 {width: 25% !important}
.w-50 {width: 50% !important}
.w-75 {width: 75% !important}
.w-100 {width: 100% !important}
.h-25 {height: 25% !important}
.h-50 {height: 50% !important}
.h-75 {height: 75% !important}
.h-100 {height: 100% !important}
.mw-100 {max-width: 100% !important}
.mh-100 {max-height: 100% !important}
.m-0 {margin: 0 0 !important}
.mt-0 {margin-top: 0 !important}
.mr-0 {margin-right: 0 !important}
.mb-0 {margin-bottom: 0 !important}
.ml-0 {margin-left: 0 !important}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}
.m-1 {margin: .25rem .25rem !important}
.mt-1 {margin-top: .25rem !important}
.mr-1 {margin-right: .25rem !important}
.mb-1 {margin-bottom: .25rem !important}
.ml-1 {margin-left: .25rem !important}
.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}
.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}
.m-2 {margin: .5rem .5rem !important}
.mt-2 {margin-top: .5rem !important}
.mr-2 {margin-right: .5rem !important}
.mb-2 {margin-bottom: .5rem !important}
.ml-2 {margin-left: .5rem !important}
.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}
.m-3 {margin: 1rem 1rem !important}
.mt-3 {margin-top: 1rem !important}
.mr-3 {margin-right: 1rem !important}
.mb-3 {margin-bottom: 1rem !important}
.ml-3 {margin-left: 1rem !important}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}
.m-4 {margin: 1.5rem 1.5rem !important}
.mt-4 {margin-top: 1.5rem !important}
.mr-4 {margin-right: 1.5rem !important}
.mb-4 {margin-bottom: 1.5rem !important}
.ml-4 {margin-left: 1.5rem !important}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}
.m-5 {margin: 3rem 3rem !important}
.mt-5 {margin-top: 3rem !important}
.mr-5 {margin-right: 3rem !important}
.mb-5 {margin-bottom: 3rem !important}
.ml-5 {margin-left: 3rem !important}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}
.p-0 {padding: 0 0 !important}
.pt-0 {padding-top: 0 !important}
.pr-0 {padding-right: 0 !important}
.pb-0 {padding-bottom: 0 !important}
.pl-0 {padding-left: 0 !important}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.p-1 {padding: .25rem .25rem !important}
.pt-1 {padding-top: .25rem !important}
.pr-1 {padding-right: .25rem !important}
.pb-1 {padding-bottom: .25rem !important}
.pl-1 {padding-left: .25rem !important}
.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}
.p-2 {padding: .5rem .5rem !important}
.pt-2 {padding-top: .5rem !important}
.pr-2 {padding-right: .5rem !important}
.pb-2 {padding-bottom: .5rem !important}
.pl-2 {padding-left: .5rem !important}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}
.p-3 {padding: 1rem 1rem !important}
.pt-3 {padding-top: 1rem !important}
.pr-3 {padding-right: 1rem !important}
.pb-3 {padding-bottom: 1rem !important}
.pl-3 {padding-left: 1rem !important}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.p-4 {padding: 1.5rem 1.5rem !important}
.pt-4 {padding-top: 1.5rem !important}
.pr-4 {padding-right: 1.5rem !important}
.pb-4 {padding-bottom: 1.5rem !important}
.pl-4 {padding-left: 1.5rem !important}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.p-5 {padding: 3rem 3rem !important}
.pt-5 {padding-top: 3rem !important}
.pr-5 {padding-right: 3rem !important}
.pb-5 {padding-bottom: 3rem !important}
.pl-5 {padding-left: 3rem !important}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.m-auto {margin: auto !important}
.mt-auto {margin-top: auto !important}
.mr-auto {margin-right: auto !important}
.mb-auto {margin-bottom: auto !important}
.ml-auto {margin-left: auto !important}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}
@media (min-width: 576px) {
    .m-sm-0 {margin: 0 0 !important}
    .mt-sm-0 {margin-top: 0 !important}
    .mr-sm-0 {margin-right: 0 !important}
    .mb-sm-0 {margin-bottom: 0 !important}
    .ml-sm-0 {margin-left: 0 !important}
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {margin: .25rem .25rem !important}
    .mt-sm-1 {margin-top: .25rem !important}
    .mr-sm-1 {margin-right: .25rem !important}
    .mb-sm-1 {margin-bottom: .25rem !important}
    .ml-sm-1 {margin-left: .25rem !important}
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-sm-2 {margin: .5rem .5rem !important}
    .mt-sm-2 {margin-top: .5rem !important}
    .mr-sm-2 {margin-right: .5rem !important}
    .mb-sm-2 {margin-bottom: .5rem !important}
    .ml-sm-2 {margin-left: .5rem !important}
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-sm-3 {margin: 1rem 1rem !important}
    .mt-sm-3 {margin-top: 1rem !important}
    .mr-sm-3 {margin-right: 1rem !important}
    .mb-sm-3 {margin-bottom: 1rem !important}
    .ml-sm-3 {margin-left: 1rem !important}
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {margin: 1.5rem 1.5rem !important}
    .mt-sm-4 {margin-top: 1.5rem !important}
    .mr-sm-4 {margin-right: 1.5rem !important}
    .mb-sm-4 {margin-bottom: 1.5rem !important}
    .ml-sm-4 {margin-left: 1.5rem !important}
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-sm-5 {margin: 3rem 3rem !important}
    .mt-sm-5 {margin-top: 3rem !important}
    .mr-sm-5 {margin-right: 3rem !important}
    .mb-sm-5 {margin-bottom: 3rem !important}
    .ml-sm-5 {margin-left: 3rem !important}
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-sm-0 {padding: 0 0 !important}
    .pt-sm-0 {padding-top: 0 !important}
    .pr-sm-0 {padding-right: 0 !important}
    .pb-sm-0 {padding-bottom: 0 !important}
    .pl-sm-0 {padding-left: 0 !important}
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {padding: .25rem .25rem !important}
    .pt-sm-1 {padding-top: .25rem !important}
    .pr-sm-1 {padding-right: .25rem !important}
    .pb-sm-1 {padding-bottom: .25rem !important}
    .pl-sm-1 {padding-left: .25rem !important}
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-sm-2 {padding: .5rem .5rem !important}
    .pt-sm-2 {padding-top: .5rem !important}
    .pr-sm-2 {padding-right: .5rem !important}
    .pb-sm-2 {padding-bottom: .5rem !important}
    .pl-sm-2 {padding-left: .5rem !important}
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-sm-3 {padding: 1rem 1rem !important}
    .pt-sm-3 {padding-top: 1rem !important}
    .pr-sm-3 {padding-right: 1rem !important}
    .pb-sm-3 {padding-bottom: 1rem !important}
    .pl-sm-3 {padding-left: 1rem !important}
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {padding: 1.5rem 1.5rem !important}
    .pt-sm-4 {padding-top: 1.5rem !important}
    .pr-sm-4 {padding-right: 1.5rem !important}
    .pb-sm-4 {padding-bottom: 1.5rem !important}
    .pl-sm-4 {padding-left: 1.5rem !important}
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {padding: 3rem 3rem !important}
    .pt-sm-5 {padding-top: 3rem !important}
    .pr-sm-5 {padding-right: 3rem !important}
    .pb-sm-5 {padding-bottom: 3rem !important}
    .pl-sm-5 {padding-left: 3rem !important}
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-sm-auto {margin: auto !important}
    .mt-sm-auto {margin-top: auto !important}
    .mr-sm-auto {margin-right: auto !important}
    .mb-sm-auto {margin-bottom: auto !important}
    .ml-sm-auto {margin-left: auto !important}
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}
@media (min-width: 768px) {
    .m-md-0 {margin: 0 0 !important}
    .mt-md-0 {margin-top: 0 !important}
    .mr-md-0 {margin-right: 0 !important}
    .mb-md-0 {margin-bottom: 0 !important}
    .ml-md-0 {margin-left: 0 !important}
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {margin: .25rem .25rem !important}
    .mt-md-1 {margin-top: .25rem !important}
    .mr-md-1 {margin-right: .25rem !important}
    .mb-md-1 {margin-bottom: .25rem !important}
    .ml-md-1 {margin-left: .25rem !important}
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-md-2 {margin: .5rem .5rem !important}
    .mt-md-2 {margin-top: .5rem !important}
    .mr-md-2 {margin-right: .5rem !important}
    .mb-md-2 {margin-bottom: .5rem !important}
    .ml-md-2 {margin-left: .5rem !important}
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-md-3 {margin: 1rem 1rem !important}
    .mt-md-3 {margin-top: 1rem !important}
    .mr-md-3 {margin-right: 1rem !important}
    .mb-md-3 {margin-bottom: 1rem !important}
    .ml-md-3 {margin-left: 1rem !important}
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {margin: 1.5rem 1.5rem !important}
    .mt-md-4 {margin-top: 1.5rem !important}
    .mr-md-4 {margin-right: 1.5rem !important}
    .mb-md-4 {margin-bottom: 1.5rem !important}
    .ml-md-4 {margin-left: 1.5rem !important}
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-md-5 {margin: 3rem 3rem !important}
    .mt-md-5 {margin-top: 3rem !important}
    .mr-md-5 {margin-right: 3rem !important}
    .mb-md-5 {margin-bottom: 3rem !important}
    .ml-md-5 {margin-left: 3rem !important}
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-md-0 {padding: 0 0 !important}
    .pt-md-0 {padding-top: 0 !important}
    .pr-md-0 {padding-right: 0 !important}
    .pb-md-0 {padding-bottom: 0 !important}
    .pl-md-0 {padding-left: 0 !important}
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {padding: .25rem .25rem !important}
    .pt-md-1 {padding-top: .25rem !important}
    .pr-md-1 {padding-right: .25rem !important}
    .pb-md-1 {padding-bottom: .25rem !important}
    .pl-md-1 {padding-left: .25rem !important}
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-md-2 {padding: .5rem .5rem !important}
    .pt-md-2 {padding-top: .5rem !important}
    .pr-md-2 {padding-right: .5rem !important}
    .pb-md-2 {padding-bottom: .5rem !important}
    .pl-md-2 {padding-left: .5rem !important}
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-md-3 {padding: 1rem 1rem !important}
    .pt-md-3 {padding-top: 1rem !important}
    .pr-md-3 {padding-right: 1rem !important}
    .pb-md-3 {padding-bottom: 1rem !important}
    .pl-md-3 {padding-left: 1rem !important}
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {padding: 1.5rem 1.5rem !important}
    .pt-md-4 {padding-top: 1.5rem !important}
    .pr-md-4 {padding-right: 1.5rem !important}
    .pb-md-4 {padding-bottom: 1.5rem !important}
    .pl-md-4 {padding-left: 1.5rem !important}
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {padding: 3rem 3rem !important}
    .pt-md-5 {padding-top: 3rem !important}
    .pr-md-5 {padding-right: 3rem !important}
    .pb-md-5 {padding-bottom: 3rem !important}
    .pl-md-5 {padding-left: 3rem !important}
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-md-auto {margin: auto !important}
    .mt-md-auto {margin-top: auto !important}
    .mr-md-auto {margin-right: auto !important}
    .mb-md-auto {margin-bottom: auto !important}
    .ml-md-auto {margin-left: auto !important}
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}
@media (min-width: 992px) {
    .m-lg-0 {margin: 0 0 !important}
    .mt-lg-0 {margin-top: 0 !important}
    .mr-lg-0 {margin-right: 0 !important}
    .mb-lg-0 {margin-bottom: 0 !important}
    .ml-lg-0 {margin-left: 0 !important}
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {margin: .25rem .25rem !important}
    .mt-lg-1 {margin-top: .25rem !important}
    .mr-lg-1 {margin-right: .25rem !important}
    .mb-lg-1 {margin-bottom: .25rem !important}
    .ml-lg-1 {margin-left: .25rem !important}
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-lg-2 {margin: .5rem .5rem !important}
    .mt-lg-2 {margin-top: .5rem !important}
    .mr-lg-2 {margin-right: .5rem !important}
    .mb-lg-2 {margin-bottom: .5rem !important}
    .ml-lg-2 {margin-left: .5rem !important}
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-lg-3 {margin: 1rem 1rem !important}
    .mt-lg-3 {margin-top: 1rem !important}
    .mr-lg-3 {margin-right: 1rem !important}
    .mb-lg-3 {margin-bottom: 1rem !important}
    .ml-lg-3 {margin-left: 1rem !important}
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {margin: 1.5rem 1.5rem !important}
    .mt-lg-4 {margin-top: 1.5rem !important}
    .mr-lg-4 {margin-right: 1.5rem !important}
    .mb-lg-4 {margin-bottom: 1.5rem !important}
    .ml-lg-4 {margin-left: 1.5rem !important}
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-lg-5 {margin: 3rem 3rem !important}
    .mt-lg-5 {margin-top: 3rem !important}
    .mr-lg-5 {margin-right: 3rem !important}
    .mb-lg-5 {margin-bottom: 3rem !important}
    .ml-lg-5 {margin-left: 3rem !important}
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-lg-0 {padding: 0 0 !important}
    .pt-lg-0 {padding-top: 0 !important}
    .pr-lg-0 {padding-right: 0 !important}
    .pb-lg-0 {padding-bottom: 0 !important}
    .pl-lg-0 {padding-left: 0 !important}
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {padding: .25rem .25rem !important}
    .pt-lg-1 {padding-top: .25rem !important}
    .pr-lg-1 {padding-right: .25rem !important}
    .pb-lg-1 {padding-bottom: .25rem !important}
    .pl-lg-1 {padding-left: .25rem !important}
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-lg-2 {padding: .5rem .5rem !important}
    .pt-lg-2 {padding-top: .5rem !important}
    .pr-lg-2 {padding-right: .5rem !important}
    .pb-lg-2 {padding-bottom: .5rem !important}
    .pl-lg-2 {padding-left: .5rem !important}
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-lg-3 {padding: 1rem 1rem !important}
    .pt-lg-3 {padding-top: 1rem !important}
    .pr-lg-3 {padding-right: 1rem !important}
    .pb-lg-3 {padding-bottom: 1rem !important}
    .pl-lg-3 {padding-left: 1rem !important}
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {padding: 1.5rem 1.5rem !important}
    .pt-lg-4 {padding-top: 1.5rem !important}
    .pr-lg-4 {padding-right: 1.5rem !important}
    .pb-lg-4 {padding-bottom: 1.5rem !important}
    .pl-lg-4 {padding-left: 1.5rem !important}
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {padding: 3rem 3rem !important}
    .pt-lg-5 {padding-top: 3rem !important}
    .pr-lg-5 {padding-right: 3rem !important}
    .pb-lg-5 {padding-bottom: 3rem !important}
    .pl-lg-5 {padding-left: 3rem !important}
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-lg-auto {margin: auto !important}
    .mt-lg-auto {margin-top: auto !important}
    .mr-lg-auto {margin-right: auto !important}
    .mb-lg-auto {margin-bottom: auto !important}
    .ml-lg-auto {margin-left: auto !important}
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {margin: 0 0 !important}
    .mt-xl-0 {margin-top: 0 !important}
    .mr-xl-0 {margin-right: 0 !important}
    .mb-xl-0 {margin-bottom: 0 !important}
    .ml-xl-0 {margin-left: 0 !important}
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {margin: .25rem .25rem !important}
    .mt-xl-1 {margin-top: .25rem !important}
    .mr-xl-1 {margin-right: .25rem !important}
    .mb-xl-1 {margin-bottom: .25rem !important}
    .ml-xl-1 {margin-left: .25rem !important}
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-xl-2 {margin: .5rem .5rem !important}
    .mt-xl-2 {margin-top: .5rem !important}
    .mr-xl-2 {margin-right: .5rem !important}
    .mb-xl-2 {margin-bottom: .5rem !important}
    .ml-xl-2 {margin-left: .5rem !important}
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-xl-3 {margin: 1rem 1rem !important}
    .mt-xl-3 {margin-top: 1rem !important}
    .mr-xl-3 {margin-right: 1rem !important}
    .mb-xl-3 {margin-bottom: 1rem !important}
    .ml-xl-3 {margin-left: 1rem !important}
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {margin: 1.5rem 1.5rem !important}
    .mt-xl-4 {margin-top: 1.5rem !important}
    .mr-xl-4 {margin-right: 1.5rem !important}
    .mb-xl-4 {margin-bottom: 1.5rem !important}
    .ml-xl-4 {margin-left: 1.5rem !important}
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-xl-5 {margin: 3rem 3rem !important}
    .mt-xl-5 {margin-top: 3rem !important}
    .mr-xl-5 {margin-right: 3rem !important}
    .mb-xl-5 {margin-bottom: 3rem !important}
    .ml-xl-5 {margin-left: 3rem !important}
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-xl-0 {padding: 0 0 !important}
    .pt-xl-0 {padding-top: 0 !important}
    .pr-xl-0 {padding-right: 0 !important}
    .pb-xl-0 {padding-bottom: 0 !important}
    .pl-xl-0 {padding-left: 0 !important}
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {padding: .25rem .25rem !important}
    .pt-xl-1 {padding-top: .25rem !important}
    .pr-xl-1 {padding-right: .25rem !important}
    .pb-xl-1 {padding-bottom: .25rem !important}
    .pl-xl-1 {padding-left: .25rem !important}
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-xl-2 {padding: .5rem .5rem !important}
    .pt-xl-2 {padding-top: .5rem !important}
    .pr-xl-2 {padding-right: .5rem !important}
    .pb-xl-2 {padding-bottom: .5rem !important}
    .pl-xl-2 {padding-left: .5rem !important}
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-xl-3 {padding: 1rem 1rem !important}
    .pt-xl-3 {padding-top: 1rem !important}
    .pr-xl-3 {padding-right: 1rem !important}
    .pb-xl-3 {padding-bottom: 1rem !important}
    .pl-xl-3 {padding-left: 1rem !important}
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {padding: 1.5rem 1.5rem !important}
    .pt-xl-4 {padding-top: 1.5rem !important}
    .pr-xl-4 {padding-right: 1.5rem !important}
    .pb-xl-4 {padding-bottom: 1.5rem !important}
    .pl-xl-4 {padding-left: 1.5rem !important}
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {padding: 3rem 3rem !important}
    .pt-xl-5 {padding-top: 3rem !important}
    .pr-xl-5 {padding-right: 3rem !important}
    .pb-xl-5 {padding-bottom: 3rem !important}
    .pl-xl-5 {padding-left: 3rem !important}
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-xl-auto {margin: auto !important}
    .mt-xl-auto {margin-top: auto !important}
    .mr-xl-auto {margin-right: auto !important}
    .mb-xl-auto {margin-bottom: auto !important}
    .ml-xl-auto {margin-left: auto !important}
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}
.text-justify {text-align: justify !important}
.text-nowrap {white-space: nowrap !important}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {text-align: left !important}
.text-right {text-align: right !important}
.text-center {text-align: center !important}
@media (min-width: 576px) {
    .text-sm-left {text-align: left !important}
    .text-sm-right {text-align: right !important}
    .text-sm-center {text-align: center !important}
}
@media (min-width: 768px) {
    .text-md-left {text-align: left !important}
    .text-md-right {text-align: right !important}
    .text-md-center {text-align: center !important}
}
@media (min-width: 992px) {
    .text-lg-left {text-align: left !important}
    .text-lg-right {text-align: right !important}
    .text-lg-center {text-align: center !important}
}
@media (min-width: 1200px) {
    .text-xl-left {text-align: left !important}
    .text-xl-right {text-align: right !important}
    .text-xl-center {text-align: center !important}
}
.text-lowercase {text-transform: lowercase !important}
.text-uppercase {text-transform: uppercase !important}
.text-capitalize {text-transform: capitalize !important}
.font-weight-normal {font-weight: 400}
.font-weight-bold {font-weight: 700}
.font-italic {font-style: italic}
.text-white {color: #FFFFFF !important}
.text-muted {color: #636C72 !important}
a.text-muted:focus, a.text-muted:hover {color: #4B5257 !important}
.text-primary {color: #0275D8 !important}
a.text-primary:focus, a.text-primary:hover {color: #025AA5 !important}
.text-success {color: #5CB85C !important}
a.text-success:focus, a.text-success:hover {color: #449D44 !important}
.text-info {color: #5BC0DE !important}
a.text-info:focus, a.text-info:hover {color: #31B0D5 !important}
.text-warning {color: #F0AD4E !important}
a.text-warning:focus, a.text-warning:hover {color: #EC971F !important}
.text-danger {color: #D9534F !important}
a.text-danger:focus, a.text-danger:hover {color: #C9302C !important}
.text-gray-dark {color: #292B2C !important}
a.text-gray-dark:focus, a.text-gray-dark:hover {color: #101112 !important}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.invisible {visibility: hidden !important}
.hidden-xs-up {display: none !important}
@media (max-width: 575px) {
    .hidden-xs-down {display: none !important}
}
@media (min-width: 576px) {
    .hidden-sm-up {display: none !important}
}
@media (max-width: 767px) {
    .hidden-sm-down {display: none !important}
}
@media (min-width: 768px) {
    .hidden-md-up {display: none !important}
}
@media (max-width: 991px) {
    .hidden-md-down {display: none !important}
}
@media (min-width: 992px) {
    .hidden-lg-up {display: none !important}
}
@media (max-width: 1199px) {
    .hidden-lg-down {display: none !important}
}
@media (min-width: 1200px) {
    .hidden-xl-up {display: none !important}
}
.hidden-xl-down {display: none !important}
.visible-print-block {display: none !important}
@media print {
    .visible-print-block {display: block !important}
}
.visible-print-inline {display: none !important}
@media print {
    .visible-print-inline {display: inline !important}
}
.visible-print-inline-block {display: none !important}
@media print {
    .visible-print-inline-block {display: inline-block !important}
}
@media print {
    .hidden-print {display: none !important}
}
@-ms-viewport {width: device-width}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}
.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.pull-0 {right: auto}
.pull-1 {right: 8.333333%}
.pull-2 {right: 16.666667%}
.pull-3 {right: 25%}
.pull-4 {right: 33.333333%}
.pull-5 {right: 41.666667%}
.pull-6 {right: 50%}
.pull-7 {right: 58.333333%}
.pull-8 {right: 66.666667%}
.pull-9 {right: 75%}
.pull-10 {right: 83.333333%}
.pull-11 {right: 91.666667%}
.pull-12 {right: 100%}
.push-0 {left: auto}
.push-1 {left: 8.333333%}
.push-2 {left: 16.666667%}
.push-3 {left: 25%}
.push-4 {left: 33.333333%}
.push-5 {left: 41.666667%}
.push-6 {left: 50%}
.push-7 {left: 58.333333%}
.push-8 {left: 66.666667%}
.push-9 {left: 75%}
.push-10 {left: 83.333333%}
.push-11 {left: 91.666667%}
.push-12 {left: 100%}
.offset-1 {margin-left: 8.333333%}
.offset-2 {margin-left: 16.666667%}
.offset-3 {margin-left: 25%}
.offset-4 {margin-left: 33.333333%}
.offset-5 {margin-left: 41.666667%}
.offset-6 {margin-left: 50%}
.offset-7 {margin-left: 58.333333%}
.offset-8 {margin-left: 66.666667%}
.offset-9 {margin-left: 75%}
.offset-10 {margin-left: 83.333333%}
.offset-11 {margin-left: 91.666667%}
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {right: auto}
    .pull-sm-1 {right: 8.333333%}
    .pull-sm-2 {right: 16.666667%}
    .pull-sm-3 {right: 25%}
    .pull-sm-4 {right: 33.333333%}
    .pull-sm-5 {right: 41.666667%}
    .pull-sm-6 {right: 50%}
    .pull-sm-7 {right: 58.333333%}
    .pull-sm-8 {right: 66.666667%}
    .pull-sm-9 {right: 75%}
    .pull-sm-10 {right: 83.333333%}
    .pull-sm-11 {right: 91.666667%}
    .pull-sm-12 {right: 100%}
    .push-sm-0 {left: auto}
    .push-sm-1 {left: 8.333333%}
    .push-sm-2 {left: 16.666667%}
    .push-sm-3 {left: 25%}
    .push-sm-4 {left: 33.333333%}
    .push-sm-5 {left: 41.666667%}
    .push-sm-6 {left: 50%}
    .push-sm-7 {left: 58.333333%}
    .push-sm-8 {left: 66.666667%}
    .push-sm-9 {left: 75%}
    .push-sm-10 {left: 83.333333%}
    .push-sm-11 {left: 91.666667%}
    .push-sm-12 {left: 100%}
    .offset-sm-0 {margin-left: 0}
    .offset-sm-1 {margin-left: 8.333333%}
    .offset-sm-2 {margin-left: 16.666667%}
    .offset-sm-3 {margin-left: 25%}
    .offset-sm-4 {margin-left: 33.333333%}
    .offset-sm-5 {margin-left: 41.666667%}
    .offset-sm-6 {margin-left: 50%}
    .offset-sm-7 {margin-left: 58.333333%}
    .offset-sm-8 {margin-left: 66.666667%}
    .offset-sm-9 {margin-left: 75%}
    .offset-sm-10 {margin-left: 83.333333%}
    .offset-sm-11 {margin-left: 91.666667%}
}
@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {right: auto}
    .pull-md-1 {right: 8.333333%}
    .pull-md-2 {right: 16.666667%}
    .pull-md-3 {right: 25%}
    .pull-md-4 {right: 33.333333%}
    .pull-md-5 {right: 41.666667%}
    .pull-md-6 {right: 50%}
    .pull-md-7 {right: 58.333333%}
    .pull-md-8 {right: 66.666667%}
    .pull-md-9 {right: 75%}
    .pull-md-10 {right: 83.333333%}
    .pull-md-11 {right: 91.666667%}
    .pull-md-12 {right: 100%}
    .push-md-0 {left: auto}
    .push-md-1 {left: 8.333333%}
    .push-md-2 {left: 16.666667%}
    .push-md-3 {left: 25%}
    .push-md-4 {left: 33.333333%}
    .push-md-5 {left: 41.666667%}
    .push-md-6 {left: 50%}
    .push-md-7 {left: 58.333333%}
    .push-md-8 {left: 66.666667%}
    .push-md-9 {left: 75%}
    .push-md-10 {left: 83.333333%}
    .push-md-11 {left: 91.666667%}
    .push-md-12 {left: 100%}
    .offset-md-0 {margin-left: 0}
    .offset-md-1 {margin-left: 8.333333%}
    .offset-md-2 {margin-left: 16.666667%}
    .offset-md-3 {margin-left: 25%}
    .offset-md-4 {margin-left: 33.333333%}
    .offset-md-5 {margin-left: 41.666667%}
    .offset-md-6 {margin-left: 50%}
    .offset-md-7 {margin-left: 58.333333%}
    .offset-md-8 {margin-left: 66.666667%}
    .offset-md-9 {margin-left: 75%}
    .offset-md-10 {margin-left: 83.333333%}
    .offset-md-11 {margin-left: 91.666667%}
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {right: auto}
    .pull-lg-1 {right: 8.333333%}
    .pull-lg-2 {right: 16.666667%}
    .pull-lg-3 {right: 25%}
    .pull-lg-4 {right: 33.333333%}
    .pull-lg-5 {right: 41.666667%}
    .pull-lg-6 {right: 50%}
    .pull-lg-7 {right: 58.333333%}
    .pull-lg-8 {right: 66.666667%}
    .pull-lg-9 {right: 75%}
    .pull-lg-10 {right: 83.333333%}
    .pull-lg-11 {right: 91.666667%}
    .pull-lg-12 {right: 100%}
    .push-lg-0 {left: auto}
    .push-lg-1 {left: 8.333333%}
    .push-lg-2 {left: 16.666667%}
    .push-lg-3 {left: 25%}
    .push-lg-4 {left: 33.333333%}
    .push-lg-5 {left: 41.666667%}
    .push-lg-6 {left: 50%}
    .push-lg-7 {left: 58.333333%}
    .push-lg-8 {left: 66.666667%}
    .push-lg-9 {left: 75%}
    .push-lg-10 {left: 83.333333%}
    .push-lg-11 {left: 91.666667%}
    .push-lg-12 {left: 100%}
    .offset-lg-0 {margin-left: 0}
    .offset-lg-1 {margin-left: 8.333333%}
    .offset-lg-2 {margin-left: 16.666667%}
    .offset-lg-3 {margin-left: 25%}
    .offset-lg-4 {margin-left: 33.333333%}
    .offset-lg-5 {margin-left: 41.666667%}
    .offset-lg-6 {margin-left: 50%}
    .offset-lg-7 {margin-left: 58.333333%}
    .offset-lg-8 {margin-left: 66.666667%}
    .offset-lg-9 {margin-left: 75%}
    .offset-lg-10 {margin-left: 83.333333%}
    .offset-lg-11 {margin-left: 91.666667%}
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {right: auto}
    .pull-xl-1 {right: 8.333333%}
    .pull-xl-2 {right: 16.666667%}
    .pull-xl-3 {right: 25%}
    .pull-xl-4 {right: 33.333333%}
    .pull-xl-5 {right: 41.666667%}
    .pull-xl-6 {right: 50%}
    .pull-xl-7 {right: 58.333333%}
    .pull-xl-8 {right: 66.666667%}
    .pull-xl-9 {right: 75%}
    .pull-xl-10 {right: 83.333333%}
    .pull-xl-11 {right: 91.666667%}
    .pull-xl-12 {right: 100%}
    .push-xl-0 {left: auto}
    .push-xl-1 {left: 8.333333%}
    .push-xl-2 {left: 16.666667%}
    .push-xl-3 {left: 25%}
    .push-xl-4 {left: 33.333333%}
    .push-xl-5 {left: 41.666667%}
    .push-xl-6 {left: 50%}
    .push-xl-7 {left: 58.333333%}
    .push-xl-8 {left: 66.666667%}
    .push-xl-9 {left: 75%}
    .push-xl-10 {left: 83.333333%}
    .push-xl-11 {left: 91.666667%}
    .push-xl-12 {left: 100%}
    .offset-xl-0 {margin-left: 0}
    .offset-xl-1 {margin-left: 8.333333%}
    .offset-xl-2 {margin-left: 16.666667%}
    .offset-xl-3 {margin-left: 25%}
    .offset-xl-4 {margin-left: 33.333333%}
    .offset-xl-5 {margin-left: 41.666667%}
    .offset-xl-6 {margin-left: 50%}
    .offset-xl-7 {margin-left: 58.333333%}
    .offset-xl-8 {margin-left: 66.666667%}
    .offset-xl-9 {margin-left: 75%}
    .offset-xl-10 {margin-left: 83.333333%}
    .offset-xl-11 {margin-left: 91.666667%}
}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {display: none !important}
.bootstrap-select {/*IE9 and below*/}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {color: #999999}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {border-color: #B94A48}
.bootstrap-select.fit-width {width: auto !important}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 220px}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}
.bootstrap-select.form-control:not([class*=col-]) {width: 100%}
.bootstrap-select.form-control.input-group-btn {z-index: auto}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    -webkit-border-radius: 0;
    border-radius: 0
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {float: right}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {margin-bottom: 0}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {padding: 0}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit
}
.form-inline .bootstrap-select.btn-group .form-control {width: 100%}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {cursor: not-allowed}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {outline: 0 !important}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {z-index: 1060}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {width: 100%}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu li {position: relative}
.bootstrap-select.btn-group .dropdown-menu li.active small {color: #FFFFFF}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {cursor: not-allowed}
.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    color: inherit;
    font-size: 85%;
    padding: 4px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {display: none}
.bootstrap-select.btn-group .dropdown-menu li a span.text {display: inline-block}
.bootstrap-select.btn-group .dropdown-menu li small {padding-left: .5em}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #F5F5F5;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #F5F5F5;
    margin: 0 5px;
    white-space: nowrap
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {position: static}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {margin-right: 34px}
.bootstrap-select.show .dropdown-menu {display: block}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {z-index: 1061}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #FFFFFF;
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {display: block}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {padding: 4px 8px}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bs-actionsbox .btn-group button {width: 50%}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bs-donebutton .btn-group button {width: 100%}
.bs-searchbox + .bs-actionsbox {padding: 0 8px 4px}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -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);
    -ms-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 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}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {font-size: 2em}
.fa-3x {font-size: 3em}
.fa-4x {font-size: 4em}
.fa-5x {font-size: 5em}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul > li {position: relative}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {left: -1.85714286em}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #EEEEEE;
    -webkit-border-radius: .1em;
    border-radius: .1em
}
.fa-pull-left {float: left}
.fa-pull-right {float: right}
.fa.fa-pull-left {margin-right: .3em}
.fa.fa-pull-right {margin-left: .3em}
.pull-right {float: right}
.pull-left {float: left}
.fa.pull-left {margin-right: .3em}
.fa.pull-right {margin-left: .3em}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {line-height: inherit}
.fa-stack-2x {font-size: 2em}
.fa-inverse {color: #FFFFFF}
.fa-glass:before {content: "\f000"}
.fa-music:before {content: "\f001"}
.fa-search:before {content: "\f002"}
.fa-envelope-o:before {content: "\f003"}
.fa-heart:before {content: "\f004"}
.fa-star:before {content: "\f005"}
.fa-star-o:before {content: "\f006"}
.fa-user:before {content: "\f007"}
.fa-film:before {content: "\f008"}
.fa-th-large:before {content: "\f009"}
.fa-th:before {content: "\f00a"}
.fa-th-list:before {content: "\f00b"}
.fa-check:before {content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {content: "\f00d"}
.fa-search-plus:before {content: "\f00e"}
.fa-search-minus:before {content: "\f010"}
.fa-power-off:before {content: "\f011"}
.fa-signal:before {content: "\f012"}
.fa-cog:before, .fa-gear:before {content: "\f013"}
.fa-trash-o:before {content: "\f014"}
.fa-home:before {content: "\f015"}
.fa-file-o:before {content: "\f016"}
.fa-clock-o:before {content: "\f017"}
.fa-road:before {content: "\f018"}
.fa-download:before {content: "\f019"}
.fa-arrow-circle-o-down:before {content: "\f01a"}
.fa-arrow-circle-o-up:before {content: "\f01b"}
.fa-inbox:before {content: "\f01c"}
.fa-play-circle-o:before {content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {content: "\f01e"}
.fa-refresh:before {content: "\f021"}
.fa-list-alt:before {content: "\f022"}
.fa-lock:before {content: "\f023"}
.fa-flag:before {content: "\f024"}
.fa-headphones:before {content: "\f025"}
.fa-volume-off:before {content: "\f026"}
.fa-volume-down:before {content: "\f027"}
.fa-volume-up:before {content: "\f028"}
.fa-qrcode:before {content: "\f029"}
.fa-barcode:before {content: "\f02a"}
.fa-tag:before {content: "\f02b"}
.fa-tags:before {content: "\f02c"}
.fa-book:before {content: "\f02d"}
.fa-bookmark:before {content: "\f02e"}
.fa-print:before {content: "\f02f"}
.fa-camera:before {content: "\f030"}
.fa-font:before {content: "\f031"}
.fa-bold:before {content: "\f032"}
.fa-italic:before {content: "\f033"}
.fa-text-height:before {content: "\f034"}
.fa-text-width:before {content: "\f035"}
.fa-align-left:before {content: "\f036"}
.fa-align-center:before {content: "\f037"}
.fa-align-right:before {content: "\f038"}
.fa-align-justify:before {content: "\f039"}
.fa-list:before {content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {content: "\f03b"}
.fa-indent:before {content: "\f03c"}
.fa-video-camera:before {content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {content: "\f03e"}
.fa-pencil:before {content: "\f040"}
.fa-map-marker:before {content: "\f041"}
.fa-adjust:before {content: "\f042"}
.fa-tint:before {content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {content: "\f044"}
.fa-share-square-o:before {content: "\f045"}
.fa-check-square-o:before {content: "\f046"}
.fa-arrows:before {content: "\f047"}
.fa-step-backward:before {content: "\f048"}
.fa-fast-backward:before {content: "\f049"}
.fa-backward:before {content: "\f04a"}
.fa-play:before {content: "\f04b"}
.fa-pause:before {content: "\f04c"}
.fa-stop:before {content: "\f04d"}
.fa-forward:before {content: "\f04e"}
.fa-fast-forward:before {content: "\f050"}
.fa-step-forward:before {content: "\f051"}
.fa-eject:before {content: "\f052"}
.fa-chevron-left:before {content: "\f053"}
.fa-chevron-right:before {content: "\f054"}
.fa-plus-circle:before {content: "\f055"}
.fa-minus-circle:before {content: "\f056"}
.fa-times-circle:before {content: "\f057"}
.fa-check-circle:before {content: "\f058"}
.fa-question-circle:before {content: "\f059"}
.fa-info-circle:before {content: "\f05a"}
.fa-crosshairs:before {content: "\f05b"}
.fa-times-circle-o:before {content: "\f05c"}
.fa-check-circle-o:before {content: "\f05d"}
.fa-ban:before {content: "\f05e"}
.fa-arrow-left:before {content: "\f060"}
.fa-arrow-right:before {content: "\f061"}
.fa-arrow-up:before {content: "\f062"}
.fa-arrow-down:before {content: "\f063"}
.fa-mail-forward:before, .fa-share:before {content: "\f064"}
.fa-expand:before {content: "\f065"}
.fa-compress:before {content: "\f066"}
.fa-plus:before {content: "\f067"}
.fa-minus:before {content: "\f068"}
.fa-asterisk:before {content: "\f069"}
.fa-exclamation-circle:before {content: "\f06a"}
.fa-gift:before {content: "\f06b"}
.fa-leaf:before {content: "\f06c"}
.fa-fire:before {content: "\f06d"}
.fa-eye:before {content: "\f06e"}
.fa-eye-slash:before {content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {content: "\f071"}
.fa-plane:before {content: "\f072"}
.fa-calendar:before {content: "\f073"}
.fa-random:before {content: "\f074"}
.fa-comment:before {content: "\f075"}
.fa-magnet:before {content: "\f076"}
.fa-chevron-up:before {content: "\f077"}
.fa-chevron-down:before {content: "\f078"}
.fa-retweet:before {content: "\f079"}
.fa-shopping-cart:before {content: "\f07a"}
.fa-folder:before {content: "\f07b"}
.fa-folder-open:before {content: "\f07c"}
.fa-arrows-v:before {content: "\f07d"}
.fa-arrows-h:before {content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {content: "\f080"}
.fa-twitter-square:before {content: "\f081"}
.fa-facebook-square:before {content: "\f082"}
.fa-camera-retro:before {content: "\f083"}
.fa-key:before {content: "\f084"}
.fa-cogs:before, .fa-gears:before {content: "\f085"}
.fa-comments:before {content: "\f086"}
.fa-thumbs-o-up:before {content: "\f087"}
.fa-thumbs-o-down:before {content: "\f088"}
.fa-star-half:before {content: "\f089"}
.fa-heart-o:before {content: "\f08a"}
.fa-sign-out:before {content: "\f08b"}
.fa-linkedin-square:before {content: "\f08c"}
.fa-thumb-tack:before {content: "\f08d"}
.fa-external-link:before {content: "\f08e"}
.fa-sign-in:before {content: "\f090"}
.fa-trophy:before {content: "\f091"}
.fa-github-square:before {content: "\f092"}
.fa-upload:before {content: "\f093"}
.fa-lemon-o:before {content: "\f094"}
.fa-phone:before {content: "\f095"}
.fa-square-o:before {content: "\f096"}
.fa-bookmark-o:before {content: "\f097"}
.fa-phone-square:before {content: "\f098"}
.fa-twitter:before {content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {content: "\f09a"}
.fa-github:before {content: "\f09b"}
.fa-unlock:before {content: "\f09c"}
.fa-credit-card:before {content: "\f09d"}
.fa-feed:before, .fa-rss:before {content: "\f09e"}
.fa-hdd-o:before {content: "\f0a0"}
.fa-bullhorn:before {content: "\f0a1"}
.fa-bell:before {content: "\f0f3"}
.fa-certificate:before {content: "\f0a3"}
.fa-hand-o-right:before {content: "\f0a4"}
.fa-hand-o-left:before {content: "\f0a5"}
.fa-hand-o-up:before {content: "\f0a6"}
.fa-hand-o-down:before {content: "\f0a7"}
.fa-arrow-circle-left:before {content: "\f0a8"}
.fa-arrow-circle-right:before {content: "\f0a9"}
.fa-arrow-circle-up:before {content: "\f0aa"}
.fa-arrow-circle-down:before {content: "\f0ab"}
.fa-globe:before {content: "\f0ac"}
.fa-wrench:before {content: "\f0ad"}
.fa-tasks:before {content: "\f0ae"}
.fa-filter:before {content: "\f0b0"}
.fa-briefcase:before {content: "\f0b1"}
.fa-arrows-alt:before {content: "\f0b2"}
.fa-group:before, .fa-users:before {content: "\f0c0"}
.fa-chain:before, .fa-link:before {content: "\f0c1"}
.fa-cloud:before {content: "\f0c2"}
.fa-flask:before {content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {content: "\f0c5"}
.fa-paperclip:before {content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {content: "\f0c7"}
.fa-square:before {content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {content: "\f0c9"}
.fa-list-ul:before {content: "\f0ca"}
.fa-list-ol:before {content: "\f0cb"}
.fa-strikethrough:before {content: "\f0cc"}
.fa-underline:before {content: "\f0cd"}
.fa-table:before {content: "\f0ce"}
.fa-magic:before {content: "\f0d0"}
.fa-truck:before {content: "\f0d1"}
.fa-pinterest:before {content: "\f0d2"}
.fa-pinterest-square:before {content: "\f0d3"}
.fa-google-plus-square:before {content: "\f0d4"}
.fa-google-plus:before {content: "\f0d5"}
.fa-money:before {content: "\f0d6"}
.fa-caret-down:before {content: "\f0d7"}
.fa-caret-up:before {content: "\f0d8"}
.fa-caret-left:before {content: "\f0d9"}
.fa-caret-right:before {content: "\f0da"}
.fa-columns:before {content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {content: "\f0de"}
.fa-envelope:before {content: "\f0e0"}
.fa-linkedin:before {content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {content: "\f0e4"}
.fa-comment-o:before {content: "\f0e5"}
.fa-comments-o:before {content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {content: "\f0e7"}
.fa-sitemap:before {content: "\f0e8"}
.fa-umbrella:before {content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {content: "\f0ea"}
.fa-lightbulb-o:before {content: "\f0eb"}
.fa-exchange:before {content: "\f0ec"}
.fa-cloud-download:before {content: "\f0ed"}
.fa-cloud-upload:before {content: "\f0ee"}
.fa-user-md:before {content: "\f0f0"}
.fa-stethoscope:before {content: "\f0f1"}
.fa-suitcase:before {content: "\f0f2"}
.fa-bell-o:before {content: "\f0a2"}
.fa-coffee:before {content: "\f0f4"}
.fa-cutlery:before {content: "\f0f5"}
.fa-file-text-o:before {content: "\f0f6"}
.fa-building-o:before {content: "\f0f7"}
.fa-hospital-o:before {content: "\f0f8"}
.fa-ambulance:before {content: "\f0f9"}
.fa-medkit:before {content: "\f0fa"}
.fa-fighter-jet:before {content: "\f0fb"}
.fa-beer:before {content: "\f0fc"}
.fa-h-square:before {content: "\f0fd"}
.fa-plus-square:before {content: "\f0fe"}
.fa-angle-double-left:before {content: "\f100"}
.fa-angle-double-right:before {content: "\f101"}
.fa-angle-double-up:before {content: "\f102"}
.fa-angle-double-down:before {content: "\f103"}
.fa-angle-left:before {content: "\f104"}
.fa-angle-right:before {content: "\f105"}
.fa-angle-up:before {content: "\f106"}
.fa-angle-down:before {content: "\f107"}
.fa-desktop:before {content: "\f108"}
.fa-laptop:before {content: "\f109"}
.fa-tablet:before {content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {content: "\f10b"}
.fa-circle-o:before {content: "\f10c"}
.fa-quote-left:before {content: "\f10d"}
.fa-quote-right:before {content: "\f10e"}
.fa-spinner:before {content: "\f110"}
.fa-circle:before {content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {content: "\f112"}
.fa-github-alt:before {content: "\f113"}
.fa-folder-o:before {content: "\f114"}
.fa-folder-open-o:before {content: "\f115"}
.fa-smile-o:before {content: "\f118"}
.fa-frown-o:before {content: "\f119"}
.fa-meh-o:before {content: "\f11a"}
.fa-gamepad:before {content: "\f11b"}
.fa-keyboard-o:before {content: "\f11c"}
.fa-flag-o:before {content: "\f11d"}
.fa-flag-checkered:before {content: "\f11e"}
.fa-terminal:before {content: "\f120"}
.fa-code:before {content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {content: "\f123"}
.fa-location-arrow:before {content: "\f124"}
.fa-crop:before {content: "\f125"}
.fa-code-fork:before {content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {content: "\f127"}
.fa-question:before {content: "\f128"}
.fa-info:before {content: "\f129"}
.fa-exclamation:before {content: "\f12a"}
.fa-superscript:before {content: "\f12b"}
.fa-subscript:before {content: "\f12c"}
.fa-eraser:before {content: "\f12d"}
.fa-puzzle-piece:before {content: "\f12e"}
.fa-microphone:before {content: "\f130"}
.fa-microphone-slash:before {content: "\f131"}
.fa-shield:before {content: "\f132"}
.fa-calendar-o:before {content: "\f133"}
.fa-fire-extinguisher:before {content: "\f134"}
.fa-rocket:before {content: "\f135"}
.fa-maxcdn:before {content: "\f136"}
.fa-chevron-circle-left:before {content: "\f137"}
.fa-chevron-circle-right:before {content: "\f138"}
.fa-chevron-circle-up:before {content: "\f139"}
.fa-chevron-circle-down:before {content: "\f13a"}
.fa-html5:before {content: "\f13b"}
.fa-css3:before {content: "\f13c"}
.fa-anchor:before {content: "\f13d"}
.fa-unlock-alt:before {content: "\f13e"}
.fa-bullseye:before {content: "\f140"}
.fa-ellipsis-h:before {content: "\f141"}
.fa-ellipsis-v:before {content: "\f142"}
.fa-rss-square:before {content: "\f143"}
.fa-play-circle:before {content: "\f144"}
.fa-ticket:before {content: "\f145"}
.fa-minus-square:before {content: "\f146"}
.fa-minus-square-o:before {content: "\f147"}
.fa-level-up:before {content: "\f148"}
.fa-level-down:before {content: "\f149"}
.fa-check-square:before {content: "\f14a"}
.fa-pencil-square:before {content: "\f14b"}
.fa-external-link-square:before {content: "\f14c"}
.fa-share-square:before {content: "\f14d"}
.fa-compass:before {content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {content: "\f152"}
.fa-eur:before, .fa-euro:before {content: "\f153"}
.fa-gbp:before {content: "\f154"}
.fa-dollar:before, .fa-usd:before {content: "\f155"}
.fa-inr:before, .fa-rupee:before {content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {content: "\f158"}
.fa-krw:before, .fa-won:before {content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {content: "\f15a"}
.fa-file:before {content: "\f15b"}
.fa-file-text:before {content: "\f15c"}
.fa-sort-alpha-asc:before {content: "\f15d"}
.fa-sort-alpha-desc:before {content: "\f15e"}
.fa-sort-amount-asc:before {content: "\f160"}
.fa-sort-amount-desc:before {content: "\f161"}
.fa-sort-numeric-asc:before {content: "\f162"}
.fa-sort-numeric-desc:before {content: "\f163"}
.fa-thumbs-up:before {content: "\f164"}
.fa-thumbs-down:before {content: "\f165"}
.fa-youtube-square:before {content: "\f166"}
.fa-youtube:before {content: "\f167"}
.fa-xing:before {content: "\f168"}
.fa-xing-square:before {content: "\f169"}
.fa-youtube-play:before {content: "\f16a"}
.fa-dropbox:before {content: "\f16b"}
.fa-stack-overflow:before {content: "\f16c"}
.fa-instagram:before {content: "\f16d"}
.fa-flickr:before {content: "\f16e"}
.fa-adn:before {content: "\f170"}
.fa-bitbucket:before {content: "\f171"}
.fa-bitbucket-square:before {content: "\f172"}
.fa-tumblr:before {content: "\f173"}
.fa-tumblr-square:before {content: "\f174"}
.fa-long-arrow-down:before {content: "\f175"}
.fa-long-arrow-up:before {content: "\f176"}
.fa-long-arrow-left:before {content: "\f177"}
.fa-long-arrow-right:before {content: "\f178"}
.fa-apple:before {content: "\f179"}
.fa-windows:before {content: "\f17a"}
.fa-android:before {content: "\f17b"}
.fa-linux:before {content: "\f17c"}
.fa-dribbble:before {content: "\f17d"}
.fa-skype:before {content: "\f17e"}
.fa-foursquare:before {content: "\f180"}
.fa-trello:before {content: "\f181"}
.fa-female:before {content: "\f182"}
.fa-male:before {content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {content: "\f184"}
.fa-sun-o:before {content: "\f185"}
.fa-moon-o:before {content: "\f186"}
.fa-archive:before {content: "\f187"}
.fa-bug:before {content: "\f188"}
.fa-vk:before {content: "\f189"}
.fa-weibo:before {content: "\f18a"}
.fa-renren:before {content: "\f18b"}
.fa-pagelines:before {content: "\f18c"}
.fa-stack-exchange:before {content: "\f18d"}
.fa-arrow-circle-o-right:before {content: "\f18e"}
.fa-arrow-circle-o-left:before {content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {content: "\f191"}
.fa-dot-circle-o:before {content: "\f192"}
.fa-wheelchair:before {content: "\f193"}
.fa-vimeo-square:before {content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {content: "\f195"}
.fa-plus-square-o:before {content: "\f196"}
.fa-space-shuttle:before {content: "\f197"}
.fa-slack:before {content: "\f198"}
.fa-envelope-square:before {content: "\f199"}
.fa-wordpress:before {content: "\f19a"}
.fa-openid:before {content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {content: "\f19d"}
.fa-yahoo:before {content: "\f19e"}
.fa-google:before {content: "\f1a0"}
.fa-reddit:before {content: "\f1a1"}
.fa-reddit-square:before {content: "\f1a2"}
.fa-stumbleupon-circle:before {content: "\f1a3"}
.fa-stumbleupon:before {content: "\f1a4"}
.fa-delicious:before {content: "\f1a5"}
.fa-digg:before {content: "\f1a6"}
.fa-pied-piper-pp:before {content: "\f1a7"}
.fa-pied-piper-alt:before {content: "\f1a8"}
.fa-drupal:before {content: "\f1a9"}
.fa-joomla:before {content: "\f1aa"}
.fa-language:before {content: "\f1ab"}
.fa-fax:before {content: "\f1ac"}
.fa-building:before {content: "\f1ad"}
.fa-child:before {content: "\f1ae"}
.fa-paw:before {content: "\f1b0"}
.fa-spoon:before {content: "\f1b1"}
.fa-cube:before {content: "\f1b2"}
.fa-cubes:before {content: "\f1b3"}
.fa-behance:before {content: "\f1b4"}
.fa-behance-square:before {content: "\f1b5"}
.fa-steam:before {content: "\f1b6"}
.fa-steam-square:before {content: "\f1b7"}
.fa-recycle:before {content: "\f1b8"}
.fa-automobile:before, .fa-car:before {content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {content: "\f1ba"}
.fa-tree:before {content: "\f1bb"}
.fa-spotify:before {content: "\f1bc"}
.fa-deviantart:before {content: "\f1bd"}
.fa-soundcloud:before {content: "\f1be"}
.fa-database:before {content: "\f1c0"}
.fa-file-pdf-o:before {content: "\f1c1"}
.fa-file-word-o:before {content: "\f1c2"}
.fa-file-excel-o:before {content: "\f1c3"}
.fa-file-powerpoint-o:before {content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {content: "\f1c8"}
.fa-file-code-o:before {content: "\f1c9"}
.fa-vine:before {content: "\f1ca"}
.fa-codepen:before {content: "\f1cb"}
.fa-jsfiddle:before {content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {content: "\f1cd"}
.fa-circle-o-notch:before {content: "\f1ce"}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {content: "\f1d0"}
.fa-empire:before, .fa-ge:before {content: "\f1d1"}
.fa-git-square:before {content: "\f1d2"}
.fa-git:before {content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {content: "\f1d4"}
.fa-tencent-weibo:before {content: "\f1d5"}
.fa-qq:before {content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {content: "\f1d9"}
.fa-history:before {content: "\f1da"}
.fa-circle-thin:before {content: "\f1db"}
.fa-header:before {content: "\f1dc"}
.fa-paragraph:before {content: "\f1dd"}
.fa-sliders:before {content: "\f1de"}
.fa-share-alt:before {content: "\f1e0"}
.fa-share-alt-square:before {content: "\f1e1"}
.fa-bomb:before {content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {content: "\f1e3"}
.fa-tty:before {content: "\f1e4"}
.fa-binoculars:before {content: "\f1e5"}
.fa-plug:before {content: "\f1e6"}
.fa-slideshare:before {content: "\f1e7"}
.fa-twitch:before {content: "\f1e8"}
.fa-yelp:before {content: "\f1e9"}
.fa-newspaper-o:before {content: "\f1ea"}
.fa-wifi:before {content: "\f1eb"}
.fa-calculator:before {content: "\f1ec"}
.fa-paypal:before {content: "\f1ed"}
.fa-google-wallet:before {content: "\f1ee"}
.fa-cc-visa:before {content: "\f1f0"}
.fa-cc-mastercard:before {content: "\f1f1"}
.fa-cc-discover:before {content: "\f1f2"}
.fa-cc-amex:before {content: "\f1f3"}
.fa-cc-paypal:before {content: "\f1f4"}
.fa-cc-stripe:before {content: "\f1f5"}
.fa-bell-slash:before {content: "\f1f6"}
.fa-bell-slash-o:before {content: "\f1f7"}
.fa-trash:before {content: "\f1f8"}
.fa-copyright:before {content: "\f1f9"}
.fa-at:before {content: "\f1fa"}
.fa-eyedropper:before {content: "\f1fb"}
.fa-paint-brush:before {content: "\f1fc"}
.fa-birthday-cake:before {content: "\f1fd"}
.fa-area-chart:before {content: "\f1fe"}
.fa-pie-chart:before {content: "\f200"}
.fa-line-chart:before {content: "\f201"}
.fa-lastfm:before {content: "\f202"}
.fa-lastfm-square:before {content: "\f203"}
.fa-toggle-off:before {content: "\f204"}
.fa-toggle-on:before {content: "\f205"}
.fa-bicycle:before {content: "\f206"}
.fa-bus:before {content: "\f207"}
.fa-ioxhost:before {content: "\f208"}
.fa-angellist:before {content: "\f209"}
.fa-cc:before {content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {content: "\f20b"}
.fa-meanpath:before {content: "\f20c"}
.fa-buysellads:before {content: "\f20d"}
.fa-connectdevelop:before {content: "\f20e"}
.fa-dashcube:before {content: "\f210"}
.fa-forumbee:before {content: "\f211"}
.fa-leanpub:before {content: "\f212"}
.fa-sellsy:before {content: "\f213"}
.fa-shirtsinbulk:before {content: "\f214"}
.fa-simplybuilt:before {content: "\f215"}
.fa-skyatlas:before {content: "\f216"}
.fa-cart-plus:before {content: "\f217"}
.fa-cart-arrow-down:before {content: "\f218"}
.fa-diamond:before {content: "\f219"}
.fa-ship:before {content: "\f21a"}
.fa-user-secret:before {content: "\f21b"}
.fa-motorcycle:before {content: "\f21c"}
.fa-street-view:before {content: "\f21d"}
.fa-heartbeat:before {content: "\f21e"}
.fa-venus:before {content: "\f221"}
.fa-mars:before {content: "\f222"}
.fa-mercury:before {content: "\f223"}
.fa-intersex:before, .fa-transgender:before {content: "\f224"}
.fa-transgender-alt:before {content: "\f225"}
.fa-venus-double:before {content: "\f226"}
.fa-mars-double:before {content: "\f227"}
.fa-venus-mars:before {content: "\f228"}
.fa-mars-stroke:before {content: "\f229"}
.fa-mars-stroke-v:before {content: "\f22a"}
.fa-mars-stroke-h:before {content: "\f22b"}
.fa-neuter:before {content: "\f22c"}
.fa-genderless:before {content: "\f22d"}
.fa-facebook-official:before {content: "\f230"}
.fa-pinterest-p:before {content: "\f231"}
.fa-whatsapp:before {content: "\f232"}
.fa-server:before {content: "\f233"}
.fa-user-plus:before {content: "\f234"}
.fa-user-times:before {content: "\f235"}
.fa-bed:before, .fa-hotel:before {content: "\f236"}
.fa-viacoin:before {content: "\f237"}
.fa-train:before {content: "\f238"}
.fa-subway:before {content: "\f239"}
.fa-medium:before {content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {content: "\f23b"}
.fa-optin-monster:before {content: "\f23c"}
.fa-opencart:before {content: "\f23d"}
.fa-expeditedssl:before {content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {content: "\f244"}
.fa-mouse-pointer:before {content: "\f245"}
.fa-i-cursor:before {content: "\f246"}
.fa-object-group:before {content: "\f247"}
.fa-object-ungroup:before {content: "\f248"}
.fa-sticky-note:before {content: "\f249"}
.fa-sticky-note-o:before {content: "\f24a"}
.fa-cc-jcb:before {content: "\f24b"}
.fa-cc-diners-club:before {content: "\f24c"}
.fa-clone:before {content: "\f24d"}
.fa-balance-scale:before {content: "\f24e"}
.fa-hourglass-o:before {content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {content: "\f253"}
.fa-hourglass:before {content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {content: "\f256"}
.fa-hand-scissors-o:before {content: "\f257"}
.fa-hand-lizard-o:before {content: "\f258"}
.fa-hand-spock-o:before {content: "\f259"}
.fa-hand-pointer-o:before {content: "\f25a"}
.fa-hand-peace-o:before {content: "\f25b"}
.fa-trademark:before {content: "\f25c"}
.fa-registered:before {content: "\f25d"}
.fa-creative-commons:before {content: "\f25e"}
.fa-gg:before {content: "\f260"}
.fa-gg-circle:before {content: "\f261"}
.fa-tripadvisor:before {content: "\f262"}
.fa-odnoklassniki:before {content: "\f263"}
.fa-odnoklassniki-square:before {content: "\f264"}
.fa-get-pocket:before {content: "\f265"}
.fa-wikipedia-w:before {content: "\f266"}
.fa-safari:before {content: "\f267"}
.fa-chrome:before {content: "\f268"}
.fa-firefox:before {content: "\f269"}
.fa-opera:before {content: "\f26a"}
.fa-internet-explorer:before {content: "\f26b"}
.fa-television:before, .fa-tv:before {content: "\f26c"}
.fa-contao:before {content: "\f26d"}
.fa-500px:before {content: "\f26e"}
.fa-amazon:before {content: "\f270"}
.fa-calendar-plus-o:before {content: "\f271"}
.fa-calendar-minus-o:before {content: "\f272"}
.fa-calendar-times-o:before {content: "\f273"}
.fa-calendar-check-o:before {content: "\f274"}
.fa-industry:before {content: "\f275"}
.fa-map-pin:before {content: "\f276"}
.fa-map-signs:before {content: "\f277"}
.fa-map-o:before {content: "\f278"}
.fa-map:before {content: "\f279"}
.fa-commenting:before {content: "\f27a"}
.fa-commenting-o:before {content: "\f27b"}
.fa-houzz:before {content: "\f27c"}
.fa-vimeo:before {content: "\f27d"}
.fa-black-tie:before {content: "\f27e"}
.fa-fonticons:before {content: "\f280"}
.fa-reddit-alien:before {content: "\f281"}
.fa-edge:before {content: "\f282"}
.fa-credit-card-alt:before {content: "\f283"}
.fa-codiepie:before {content: "\f284"}
.fa-modx:before {content: "\f285"}
.fa-fort-awesome:before {content: "\f286"}
.fa-usb:before {content: "\f287"}
.fa-product-hunt:before {content: "\f288"}
.fa-mixcloud:before {content: "\f289"}
.fa-scribd:before {content: "\f28a"}
.fa-pause-circle:before {content: "\f28b"}
.fa-pause-circle-o:before {content: "\f28c"}
.fa-stop-circle:before {content: "\f28d"}
.fa-stop-circle-o:before {content: "\f28e"}
.fa-shopping-bag:before {content: "\f290"}
.fa-shopping-basket:before {content: "\f291"}
.fa-hashtag:before {content: "\f292"}
.fa-bluetooth:before {content: "\f293"}
.fa-bluetooth-b:before {content: "\f294"}
.fa-percent:before {content: "\f295"}
.fa-gitlab:before {content: "\f296"}
.fa-wpbeginner:before {content: "\f297"}
.fa-wpforms:before {content: "\f298"}
.fa-envira:before {content: "\f299"}
.fa-universal-access:before {content: "\f29a"}
.fa-wheelchair-alt:before {content: "\f29b"}
.fa-question-circle-o:before {content: "\f29c"}
.fa-blind:before {content: "\f29d"}
.fa-audio-description:before {content: "\f29e"}
.fa-volume-control-phone:before {content: "\f2a0"}
.fa-braille:before {content: "\f2a1"}
.fa-assistive-listening-systems:before {content: "\f2a2"}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {content: "\f2a3"}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {content: "\f2a4"}
.fa-glide:before {content: "\f2a5"}
.fa-glide-g:before {content: "\f2a6"}
.fa-sign-language:before, .fa-signing:before {content: "\f2a7"}
.fa-low-vision:before {content: "\f2a8"}
.fa-viadeo:before {content: "\f2a9"}
.fa-viadeo-square:before {content: "\f2aa"}
.fa-snapchat:before {content: "\f2ab"}
.fa-snapchat-ghost:before {content: "\f2ac"}
.fa-snapchat-square:before {content: "\f2ad"}
.fa-pied-piper:before {content: "\f2ae"}
.fa-first-order:before {content: "\f2b0"}
.fa-yoast:before {content: "\f2b1"}
.fa-themeisle:before {content: "\f2b2"}
.fa-google-plus-circle:before, .fa-google-plus-official:before {content: "\f2b3"}
.fa-fa:before, .fa-font-awesome:before {content: "\f2b4"}
.fa-handshake-o:before {content: "\f2b5"}
.fa-envelope-open:before {content: "\f2b6"}
.fa-envelope-open-o:before {content: "\f2b7"}
.fa-linode:before {content: "\f2b8"}
.fa-address-book:before {content: "\f2b9"}
.fa-address-book-o:before {content: "\f2ba"}
.fa-address-card:before, .fa-vcard:before {content: "\f2bb"}
.fa-address-card-o:before, .fa-vcard-o:before {content: "\f2bc"}
.fa-user-circle:before {content: "\f2bd"}
.fa-user-circle-o:before {content: "\f2be"}
.fa-user-o:before {content: "\f2c0"}
.fa-id-badge:before {content: "\f2c1"}
.fa-drivers-license:before, .fa-id-card:before {content: "\f2c2"}
.fa-drivers-license-o:before, .fa-id-card-o:before {content: "\f2c3"}
.fa-quora:before {content: "\f2c4"}
.fa-free-code-camp:before {content: "\f2c5"}
.fa-telegram:before {content: "\f2c6"}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {content: "\f2c7"}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {content: "\f2c8"}
.fa-thermometer-2:before, .fa-thermometer-half:before {content: "\f2c9"}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {content: "\f2ca"}
.fa-thermometer-0:before, .fa-thermometer-empty:before {content: "\f2cb"}
.fa-shower:before {content: "\f2cc"}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {content: "\f2cd"}
.fa-podcast:before {content: "\f2ce"}
.fa-window-maximize:before {content: "\f2d0"}
.fa-window-minimize:before {content: "\f2d1"}
.fa-window-restore:before {content: "\f2d2"}
.fa-times-rectangle:before, .fa-window-close:before {content: "\f2d3"}
.fa-times-rectangle-o:before, .fa-window-close-o:before {content: "\f2d4"}
.fa-bandcamp:before {content: "\f2d5"}
.fa-grav:before {content: "\f2d6"}
.fa-etsy:before {content: "\f2d7"}
.fa-imdb:before {content: "\f2d8"}
.fa-ravelry:before {content: "\f2d9"}
.fa-eercast:before {content: "\f2da"}
.fa-microchip:before {content: "\f2db"}
.fa-snowflake-o:before {content: "\f2dc"}
.fa-superpowers:before {content: "\f2dd"}
.fa-wpexplorer:before {content: "\f2de"}
.fa-meetup:before {content: "\f2e0"}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Light-webfont.svg') format('svg');
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Light-webfont.svg') format('svg');
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg') format('svg');
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg') format('svg');
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Semibold-webfont.svg') format('svg');
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Semibold-webfont.svg') format('svg');
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Bold-webfont.svg') format('svg');
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Bold-webfont.svg') format('svg');
}
@font-face {
    font-family: 'UTM_Bebas';
    src: url("fonts/utm_bebas.eot");
    src: url("fonts/utm_bebas.woff") format("woff"),
    url("fonts/utm_bebas.ttf") format("truetype"),
    url("fonts/utm_bebas.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMBebas';
    src: url("fonts/utmbebas.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: UTMBebas;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADGgAA8AAAAAfbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAB1AAAAEIA\a  AABORCKVpVBDTFQAADFoAAAANgAAADZD9kC/Y21hcAAAA1QAAAJ3AAAESNGAAw9jdnQgAAAGNAAA ADwAAAA8yITLLWZwZ20AAAXMAAAAFAAAABSDM8JPZ2x5ZgAACHQAACNNAABjsIMcHMloZWFkAAAB WAAAADUAAAA28f7qBWhoZWEAAAGQAAAAIQAAACQbexJBaG10eAAAAhgAAAE5AAAEACG/NQVrZXJu AAArxAAAAZoAAAU0X0pdjGxvY2EAAAZwAAACAgAAAgLgWct8bWF4cAAAAbQAAAAgAAAAIAIUBxdu YW1lAAAtYAAAAnMAAAUBAZt9SHBvc3QAAC/UAAABkwAAArN1jGJIcHJlcAAABeAAAABRAAAAhAVk FFJ42mNgZGBgAOLmnTEF8fw2XxmYORhAYPuOTA8QfcLHZPH/af96hP04JgO5bCC1DAwAQmQL4gAA AHjaY2BkYOCY8q+HgUF4w/9p/1mE/RiAIsiAkQEAluoF5gAAAAABAAABAAZRAHEAAAAAAAIACABA AAoAAACQAIQAAAAAeNpjYGDaxziBgZWBjXUWqzEDA6M0hGa+yJDGJMTKxMTCxszKygakGdCAd4iC AoMDg4KSJOssIPcsxxTGEgBE0giaAAB42u2TsUoDQRCG/9vdgyBBBEMqCZaBEIKFpAghhBiDWBxH wNraKo2djchV9oK+gJ1aW/kM9hZia2NhI4h+szkrEQKClQcfu/vPzuzM3O7qjdricz0p6UOh3J0r 9xM1fEvjNGjsM02TmXad0z6soweYJEfsbc5HX9US2gAeIDdfWLN9MCrZhJ7tjz4t9Ut77h7VTE+0 4Yeq+wG2OrFG6C9wx7rB+gA/y6+qGjnl7lZ5mCpDz+LZIcYc+C62d3WIWfMd4ndVD8fUM4s1Vdwr NmqxnBnbaM1gPZB6f3b+MpqSK0br54qdnz7RAyCPofUufUYLKkp2Ym6/JNazIEnxcW31Qpf5mc3L f7wYVvui/Byn8o3/PkTCnk7dNvd2Cw6l8Cb5Cxhhh6935i7n+HvuK/esAvjLbJ8JAJWJAAAAeNqt knVMllEUxn/3A7FAKRUU8BUVwe7uxMLuzoHd3bXZ7WaDiYoCBiooYjvFFhv4FAFxgMrGFDf2evg+ Rcemf3G2e8+977s9u+f5PYAF5nJB5TRDW/miTHdLg6d0b1pSgEIs4hinOMt5IrnOXe7ziBheE0sC n0gjk2/8IFtZKBtlp7yUnwpQIW5Zmq3mqDlrrpqHu727s66LokagSSmMS0Rxh2hResIrUTLykVQy RClLlAzKWtkqT+Wr/FWwm78oOWhOmstvJT1BD9fD9FDQg3JerkdQUfZIPdp0i5X1XTfq6dKT9URy y4gxxRhvjDXGxKXGJZmnNlVL02pvOpt3b3xk7/7rv7n7SO9Jb/qSt8aiM54JTGESC1jIUtaxns1s 5KTMe5oQce6KePeAhzzlMbO4wBqZfhdvOcAH9hDHZEKZSDDTxJ+pnGE655ghTs0U3+cQzmwuMpcI 5ol387nMEq4JmSgWc5Xl3GQZN1jBLVZym1Xi7WrusVZYbRKHN4jPW4XZFp6xjeds5wU7eMkhkjhI IodJ5ogQOEoKu4XGTt6wT+zaSzz7eYc/7wkQ2oHCO4h0jgurE0LeymAp0yuy8/ihcrNl4P9lZmCB pSTNioKStsIUoSjW2FCM4thihz0OOFKCkpTCCWdKU0Yy6oobZSVR5XCnPBUkAR5UwhMvKlOFqlSj OjWoSS1qU4e61KM+DWhIIxrThKY0ozkthHorWtOGtrQT8h2Ee0c60ZkudBXe3YR4D2HeS6j3Ee79 6M8ABjKIwQxhKMMYzgjyv0YyKvc8+q/vY0xZ+1O++DFOek720oTLvyozX1/3WdYXvprOGT8B4MHI pwBAAQAsdkUgsAMlRSNhaBgjaGBELXjac9AUFxcTExUVEREWFhISFBQQ4Ofn4+Pl5eHh5ubi4uTk 4GBmZmJiZGRgYOzdwfi/1TXDhWy0mZXFjUF7MzsbkNzIwgIU2cjGBiQBWCIduwAAAP5q //EDcQT0\a    AKsByQBLAGEAhABIARYBoQIYAdgA4wMWAYEBtwOeAvwD8QFSAyUCWFpyWnJaclpyAAQABgAACEAI QAhACEAIWAhsCKQI7gkuCWoJeAmUCbAJ0gnsCfwKCgoWCiQKSApeCpwK0AruCxoLTAtgC5wLzgvg C/YMCAwcDC4MbgzeDPgNKA1ODW4NiA2eDcgN4A3uDggOJA40DlAOZg6KDqoO2A8ID0wPXg96D44P rA/KD+IP+hAMEBoQLBBAEEwQWhB0EKQQyhDqEQQRGhFEEVwRahGEEaARsBHMEeISBhImElQShBLI EtoS9hMKEygTRhNeE3YTqBO2E+gUIBQgFHQU1hTkFQAVABU4FZYV5BYGFigWdBawFtAW9hckF1IX qhfyGB4YRhh2GKYZABlKGXgZmBm4GgQaQBpgGoQasBrcGzIbeBuiG7YbyhwKHDocTBx4HKQc+h1A HWodmB3OHgQeZh64Hu4fEB8yH4AfvB/eH/4gJCBKIJwg3CECISwhXiGQIe4iOiJsIooiqiL0Iy4j TCNuI5Aj3CQYJDgkXiSMJLolEiVaJYYlriXeJg4maCayJuAnACcgJ2wnqCfIJ+woGChEKJoo4CkK KR4pMilyKaIptCngKgwqYiqoKtIrACs2K2wrziwgLFYseCyaLOgtJC1GLWYtjC2yLgQuRC5qLpQu xi74L1Yvoi/UL/IwEjBcMJYwtDDiMOIw4jDiMOIw4jEKMTIxRDFUMW4xiDGgMa4xvDHKMdgAAHja 7X15fJTVvfdzznmWycxk9iX7ZGYyM8lMkiF5ZmGysIeEsCYCsklZIxRUaEBafS2lmhcUgkVoVYoa KVbl9XJp3y7B9toWq9ZitLTlKvXS3lyK2BaVqlANycP9nfNMkskkUfp57x/vH5lkMs9yzm/9/n6/ swwP3GauTNljnSP1cSaugAtyCW4ut5rbyG3n9nPPcS9zZ7iLSIOK0QS0HG1DX0ft6BF0CP0r+hX6 A3oXfYL1OBe7cBmuxo24GS/Ht+Ov4YP4BdyF/4DfwR/ha4QjIjEQJ/GSACklVWQOaSYryBqyjmwk d5G95Cj5Bfk9uUiu8nrexNv4LN7Lh/kYP4Wfwy/hl/Or+Dv5u/gd/E5+D/9d/l/4H/O/4t/l3+N7 BIvgEAJCjdAgLBY2CjuEbwrPCj8VXhPeEz4S/iHqRKNoFV2iXywVE2KdOI/jkOyw2yRvZCLyB7we yRsTnHAakAKxauSUKwXZ7rXTt+Q1+2Rn8jDqjcpRdgqtKl3I7o1GQsiTj9RGDjlWi+Iy0BW9noA/ CodeM/zAgcMpx2U48kpeTxh57V4EZ4FoPCDS8yiIUemUKQ24FRW9/loEZFxIrpyIKEt22au2Td6A FpXRuFDpdDhtRgTsalEk7pYrnYNCQdMYveL1h5BolxwgcxzEcMbhJ8k3HlO70B6S3eYEoxiRPyrb wAbxCOgQ8QEHSkttAVLE+8lGA1RXIwJdqX6V8VjcyxQPROJgP8qOquENyKBo1GtjqgtwGawEEnkE JlCEmp9djcKhaKeWF4AjdU5cvQTMqaJeP7QUqfaghmphKj+TL2lyaoOYIFNhnGIIUXcKIKnDLnrt tBUICxI5mFnBEKqnwuAzsH5Udpq9AAbVN4h2Aw8DKoAQ6oeDk7pUYDIACTBQwCP57NQTfq/b7rQn r3opV7AT9SXQj8R9g46hRuy3IMUKMx+1RL9LaFsGsKThAS+s02BnOeYbSl6g/gLW1KySwPARZyeC XbU3JSKC3CBpJICckj/gA82odZwAei9IA5/URT4ZtI5NBIUJNZU3Tq2CkhGgBkBcHo5/K9z2pbUy Jw1pp9aAxhSm/bZgmvmHWkOODsCJKdCPJR/tLXkdshP8bh8CXJkZwZtqOSkZfjRyKeFBQwUYNgZx qUKSgibOpE++WYM4DRkVoKqYPjk6iNkoC6jkcRLAsup6epykRDHAFIr0e4ZmGSkgQLRI/qjPKXkC MfgboNFCgSWZBxzKwgss41P9QxXzBmgk+FhOoQEViMMPuwA601+7NAQ2KYmJihOXJTjwBwDe9pg8 NKjNNBPFqxFrqLo2aUTqvhRnA0YoUSrEQIJhwPanZBxoCyEDBlGjNJr0IDhEzUApIaEKEfCmwyDF p/SaynxIMxdiWc+uOhm6DUGkRJN1JDAgJMDcLvW7OAUAahYZcD3Leiojn6zGkjw8ilJRYWddKBwy nVpfYV4eFoQMDS4Qey7nF1urdXm6Ql0Qa3uEvcsXLxYq8A9DYkGBWJGdjd4K8sTpwlXZOBKUQjJu qBC03lKhYorRFvYa/vbE+Gj8Z/XSLDxvRgw3lvIxK4nzrZEygZD8iqluYZnTm0c+XVzEl41zFi2W cyxiTiaJCt9whbExOM1CIlZ7RjCXJ1f2T/NmkCWFE/36tchEGjPkoFAaKS9AF6UGd40pxxwl+ooM R3YxJpj+umfP8vCzjeKTuMIeMfEGYVpBrXNWLJe3CtM8/Ka4Q4oU69xSBONwNtILxfmEhBe4peme 6ix7psNulEhhSSKg5W/u+31U9EjlcpjAi0+Q6mz80dPaqFSdWS5U6bZmjhOqNLLDZ8UXNAmhutow XpkSiXz8cqgwzyXptXnuDLSsvMYXihdqmyxFgdrS5beM0y7JR7ckysuXugsWV2Suyu85jMNEZ7RY zCRms1l6Mqx36rK1tnBdbKoUjIqBfCPhy4TirOJ4EX+9GsYOlXxV/goSRcWxGL6q+bbVmcWTZu+k OMp59Na1a/nVj/WdnGudlkdq9LlTCq7YM2JEZ9G78ToLLsyOfnxC8LsrKopKZ+YIC1CQmVLrESLh PMgUZTnhdaZGT3WOxRDRu0M1JdICtAuHoKOPTzg0EafeWMhHQppCPlaJRXQ4nBcOFwUb88QF1zJq +TIz0ZcZSizoasgihE26sL4SnzUGDVU+i3ZST5M0O6y5I0u2ZPQcWGC/2QKYjMfsTtBhcvH4WBay xq40RDQBT0b2uNimUvSMLL9YLkbIi2W8yxXNydkUwU4XSWSRSEAbjHwQiaCNpWJ+fiw397eRCP4d nN8qy1fiwk25ZIF3lpe/BWXx0WwpJhVo/XysIgfp+TILqVicJ8xwR3xGQ6XOXTyhSIcWkrm4OR/j 54wFhnxbwjtjtgcVevBqoSQfh8PYG6wvEOajSmmRFU+xZ3sKhIoKF/pjqauiwhtcZpph/OgrlSQA WAwL40k8l/+7LAvdkYi4RZY //iSznK+WMst11egDY6lunC6z3BAwk8q7TCHJi72AnUimNmwaj3T6\a    ClJprHCEdegl7Xgwd8QSNPctlmV8WpZ77uO9mixtXh4holaDCsRrOyI5kWub+Jla2yL9goUWbZOR b7AutS378LeyYDAI5Z5wQwFZa3C7xVAFshWPjzqdUf4Xbr0cc1qrruZ0jK/kMXvF8N6weoSJ2UOi WRAVmlAELw0LEfz9yPQJc5ZM106KoLys/IRTGyvRucQogtdlkOz7cm4JmVkgTCqwlrjC/K3MPTUO HCnU6n2Ry98iQjAatiBdvREypVgWqcwmrze4BSw8ay7Lykq4Zza7FvMdwuwCQo5avHq7vdpTP9+F l6JsPpYlxbw6vxCrzMZfEosLqB88pfUF/GwdKuIn2EjMn6H6dAdqLODnZ5fkRsIFeJPgyc8NiuOd YgRqjSiMc5mL5bDjA1eFIFSQo4CQFRE+wFNX6cORXIGUyLImQ5Y/fEjWx/Qxs9+G1t9l8UohK3 //\a    XXa3VI6na2Vhkt9iqEGcYZyuxKIZZw7r8arqjEpdZplxvNSnDerLsgq0mdhake8yGfT67HydpWZm 9Q4BTRWEOZGfCr+IzBGE5Vn1gQdb5y28jV79oyxF/l14a0GuJp7l/s8a5WOkjwv8P64pnR9++KOa D1GD0inosKF4aYAsd5HCuFhxzuky3HRo3VxJKMppyxbj57Ldc/If+nKlRar7ah5xzrYULQqQGY4C 7fLCtY9smzVr2xV7/mKXIWysy6VZi0hNy4sgKDQ1BlNmZkaOtbjKQfT1NsHpcOQWTtFNtITv2XRT rF3A79vziy1E95uVXn6eAzkyA8XTLWWLfMKu6ltarmiJgIlTM3OBu84gGyfPaJhZYU+YGvQ1tXpT +VOJJ3V+3hzKLpT0hDeKhfqa1cFpjuw5hSiwcpPLtTJuDMuTbIsTmWvduZZVUR3W6YqsWqnIRHJy ihKiM2SZmC2ghrO1gYJTovh/7jTmzIq9/t57ovLCuBfepzZBDcW6SUU6vDxuRA01MxONQgJNeVQ7 qxAttBlr3Rpy08ypeYbs1wmeZcz3eJzG4sIrhcUrixYXkZaHvzZ1QhsYpbjw7S+4mrNnB5tKTXP9 xOeLZ9sefaBUhyd/fVd14oEr9iwh6IFey0qWeHePyyw3OiYkTONsfMI5ebqhVh/RldkETahZKPNo lNa8uN7gihlzYyXumpycmpocwR7h227XLNuPledRQywmKP+GGgAEv6AYWOWs93+jtenm29id5EWq FX3H7C1O3U0+YWXhSjeuyR6/6aHKxG6QN+B6vcVNmmykITDL6Vvgx+uyc8uIg8xamaepKA4EXFdc gcVFhoUe/DVknFyiK1wtoLq8Inb9vvk+jWZXzc23XclyZkzzTmoSrtDXvaYps+pNk6fMRPUJLS6b O22ivsFQoW+ocYQcDRlTxhlNMUPNc5FIZFclNmWbs10YW62V5hprRDtO76vICFQF4kUkGAlU5ViF IkH5i6t4fU5LvrtaKDLV5ubW1ubaRb4CUC1cYZWYkJg4A/7SX3hnVZmzH90+DSJhiihWxF9uvfMe 7LilFTWszhpvrfpy24T4HlTFWsfjG93LfTPLdMUuerex5IE7mvG81r4q6qf8m7+7q3r+HXCwPJAV ts9d72sqIitz7Jlw3JJ/i5fUZCfueGBcBmsLQHAVL/Hpm73inPlL4WrkQbh6S/EiP/F8EU3P9/l8 U+Rdd82o3CPsCWbOvhNuasS/UnPtqmlqvZLlnqh3PAZnd0VtU7RRc0IbLiXhCboZmokC4MEwsa4m c8YMnSNsnDXdzHEc5ppgXl4pHOQELoPjrMQsmwkdXN6e352XdRbVYgkv7Dva9+mas2c5tT35GNdD e8JJ0F4mXvpuOut+VDnrPigcVJag7ypLoF0Bx5FiaJfLuYCDF9rBvIa9ZcLekpe94a/Vi37eFjoR WmNaG7jV3OLt9LZ5T3jXmdYH1pvWhzob2wJt6KDSgg4+gbZ1oEblR/Tdodz/hNKCE2gblQtxddeP 4AvCVU7mOAudLjvMbPDsoRNsF3I42Y/dREezfjOd9bBpmT+M/DDh8Udnvt/54ZnNm+tyS2v0GZUF oby6jzs/PrN1y7Tc0qZKVzCvTrg5smFDhfK7eN3evSubXYFKrRR0hUJfvF85XbluXSUK39m2e/fK 5kL/tBJ6+QEOLFp3/TL/gnAELGvlnJybC4HFKF8zlUuKyJV2s83riSIZhvcjXP99I7wePAsvYmjr O9WG72mcMUO9gM8tWYIuLVmie+cdpeTCBfx/e1pOwZW/LVmivXCBXmG+uun6ZVIFPnBzQeAcicO0 y1SC2DzCVk1XNejExgazHD9dEzHHQYa4GUS46dAhNA9hpXXn6u7q6ux39AKp+WZP99Y7xIUH0Kvv 1k25kINWd+1e/HBHR5dSsqUqlFO6A9Vb996DZv2I+mIm+RgVMYwwhMwEdFBkMD+tgD/dcM8InyAJ aErnQIXZyORG3fH16+PTlZdQtXDwxI7eszs6UYIEUBXtVwh/nlT7WVlrmGRQi4VQtAVVKy9Np32B y8u9Z5VXOneQwI4TjB+PH4chz0HOACdEJj4nTAd1KBD3xdHt0RMxVFGlHL984PHHDlxWjif4BtSs HHv0WOLyRhRWTm+8nDhGadSjNfg8X6HK7IaJNp1sM+vZ8fm+NYqidCgK5js6jnT85S8dRxjfpusy CnJnOZHjaFvJG286u2pZ9dmTf+5i9+txC+omMrOR2+6upwgnsnqPxiTtC/d8gFcUpC6H61qIKaza lWIGT3yx79SLwsGeFvD1xOuX8d+EowxrHBpEk8nNrFVoRoVb4dWNFqKFylHlKGrcu5eI7e0GtE55 pM+hPILWMd7nADgbgQfNBnR5SaaraefurAq4H+4+xl+IFS3taeGnc/1y4r8DTz+cqfM+ygimsZJo RPDHCYrR6WQ8NhHF6EcUG7dsPQPYmjfLVe6Jzi/PnmJAR/u2Ts8L5caDTnNpXh1/rv3gHirTEw9W 1ZZXLZd9K5q7jrd/uSJaWFuebY+O23Z/Mt4vQ7wf5YrgJDLI3G6TYIJLj9QYhwkkIASsgUmS8+OP K8eV4xDa+2ct2sknjrQvm0PZ+d6ZXPfuZmqGbW17D2/+UdfDar7LA5s7wB5aLhMsgmSzusDo9plJ Hjp4ZcOGbqUZHfsTOk1e7Y13Kb2I78KWvvdVH4OMF1kOBNz0u4Su3IBdSEyuVB0TRXlbt4BwJbhZ +Yp1UlsPlQ+90bZnD6pubw+RSV3K0XXKCeXnTDgq01Sg+wHobqe51crUVnOdeYCoBQJLZTgVLULz zmy9p/ZAD/V7N4CAj6KtoLHcflzp2a50Kj2UMtrRrijAE7cz2acCIyq7SGVHXuSO4ovKD7oh9U4U Dr50LcR3UawSLgqyXAVZrFw+F4C2TCM11STdYRdsbIrPgp15BI7wVeUJpWP3brQCrdyzRyncfg/e zl5oERVm83/MnXmmnPql/Hez5/7HhsOH2w4fxuLDD887ckT1SzWzbdIGKQ6PmiGVqTbAaggAUxD9 GepzagQaANQIaI0COPPJe7+HxO2oHkmUm7K9HeHduxWlvb82BskFtdbRSLQORCPkZD3EJFbjHNqI NDqTkU6bsWi/9yyNd3KBFU/E1aKd+CxvoTa1Rn32TGSvxYeUKDqF7+m48uSRI4eBXj16E58nL6o8 abahb5pl8CF4b+voQLM6OmjsAa33+mmVoahgb0KnlCg+hHYePnLkySsdQKsYlPg52MjHlUArtnTL AjEaSYvWZLzSNVYQ/Yreb8xa6jT5N20+g2ahWUFzjsUlSEW5pmCGCGMCX2TdzZ7A7hL/ym3t7Yf2 Urt99dZgqDAoaSN+17ybS4vYaAFzFdfbhOXCJa6GowkjIAb81rgF6nBcJiJdu2bLtoWSCDXIwday qSTewoDfbIpb3IVOR790XiQ6HSC61y8Rv37CrrdczsI/fDWof2mCGJ5XFli5vkv5cN+eLXd9cNct G1rMKzbecrfyg2cP/fQ1BGn8wbuLiyYlZkyarOw3tKw12PRrWgyI37lDlFD0DTQ+g/yvbX3HIwfv /f6rd3z51MvKIeX+b+S55/xyUm7WrzrRbPSNHmT63iPK+9/f9eWm+iIXar6PkPtOtpL7QD8HBEAQ YkSivnd7iRtGOW4kExI8H1AuBd64ANFy/g+3IV7pFQ72luEz4FXAFMmAPnrORnMLGkhZJchsNavh QZKf6Ck056FnIGof796xdd/aRbtaocD9SD43bcrftyrPAcm/KQ3t9xzDDUrbw/MOqDmZ1oE/gc+d FD0Dyb8/P7D4w39iGWYeTQvwws6f0ZDDf6WO3HOwvb23Z8+eriT+icD0o1WX0SpBVEgaWE1oDZoH hA51b2+lcj3WF1Ie57t6ud34r7sH68OPob8OTiDlmZNvVIliyq9RW99B3KLcTWpfU5Z1CQe7Bvs8 pdYf1seb7OFVznXj+Uo7ye/qO85aD+qaTduaR1I2avai76CaIfreSlxKYrjGSNPPn2SpMru9MBp2 m2kFBAm6uxH3zjvXOeFg36P41p4W3DJQqyv7xzpmb1N3NyvI7J7tei/6pTr2iNMVzCjQUhd5bSZn YEf3qnn7Gnxd+H5++rVfv7x4Bt/PvyppM8lMJUByBuTfO6eBAFWvK6+i+EU8bZsigxxb8J6+e3vP D7GbwOQAmzV1o9Y+AMk1mdlqLsfxiOGOQ1ZqVhh5U8Vw+UGUOPPtM8+8hBKog/RAdeev9ZKrvVpo rPYjOUl/0PZWag+UcwrlXnz1Xd5w7UOA4VNk6f/gGIThDr/HeJrVCIHRHvB29ofFYxR4G7q7N9x+ OwXe88rjfRcAEkrOrjd3ckyOZ4gN5LDQCLMy7ja6FQfjTRjoFpqdA6JNpKKE9BGba19F43y1Om7l p6jyfGVewaurctA6gyol1y8byQTZHHSG4/az/a8Qs0x/JNucKCkoLtbxwoE53Wg+mnPgW1mKDyLY kxWY2/3jvk4ayZvPTZ/w0bktVXyXUv9I+wHmxzDY8A2QvQzmMYNYHjqJGSx2KTOYKE3VQ6cwyYHO 4BzmqPLIrCXt7SsXe4LjdZpyT7h80wPU6rsf3bNn5SJPaCZcKtv8AMMuKPsai306PmV7qjbc+bfu S2DoazLfpY5v3mdjhEyKDWZTWY1CVLx16xnKHeB3bM8evvnaTykbfpoaFzRvFibHFjBBcBMZPfXc G+eU4+fOIw3/UE8LhR60Awvzq5KYpa1yEf0lblzXrJzqePsrt53dtPWlDuUM7u3jgdM3+Q3X2vlW Gn2sL2lKxhGxenUw6qIEyORLve+deP53vZf+evQYhFB9nwvH+17F3fhE3wfYrMoHmYB4oS98ZjCW 4F/kU85feu65N5Xz3eht8rO+L+G9vZMVn+ozsNXJZIzYadaK0uHSSWU+eq7vNvScsk44+Oq13q5X eb5rYA50JsW2st29Am09cEDZDfOea292ckPH+m4vKI3VsT7rD9hAh9X+JTC4NXujbnRY2b1/P9ra yZeo855i4iIoaWOYK4D+qO4JlP+DzhM/ALXb0DGlmbXjrjfw3PVLlI8dJOe5Xs52BK5XC39CJ8U3 2FwDZogovP/oOfGNy5e5sbo3VvfG6t5Y3Rure2N175+se6A/ovgGGTnmWBWaxO+NVsatMXbGJqIS ynJnE51mjbv190aTZv16jcn4+1b3Go2OZLsb8E/iwaldD3WeR9a7O+9Glj+f2Nc1NRi3UB7o2PW7 cYvoUtfIQPxjnZ2i69NlXP8a4j9U/hYGILY05LQ6ZLtHIiI7U1eqrnwW+z9R9vtO/Fl5H9gr753v fKifPfAw4QTJISs4N+AHKKlfaXKw+a1TVL8xlcSu1yOZ6qsjE3yh/PIim9GfL8 //Yl2NPNEfygsT\a    MReu5MWa8TPrQj5rZoEzU7JtvaOl2GPLLMC8Wa+xbuHY+kvx9cvCCVb3AlycrTN5PRDjciX7msdA 7ePiMTahNkmim06wLeqM22xicohm8puL77578cDcefPm9l567RQUnopTr712SnlDef3Ua/sPd3z8 0ZPw+ujjjsN4W2tPD2pXlBkLV61Slq9YcTc68Js33viNclI5efr110+jCde5p+GFwBj08zqVkx+Q 08i5uPHcJLpK/9kSqeHdn2WoPv1Zxq5mmeLPFvMQT3d01kcPvX/xi1+0Kj+YtHw+r/tsQZVGnaTV Zye+sF15hmy8YP12uPTpL8wtweeurvOth1aTYUz0QnJMJHnj6IVzHfvVMRHi8gB3b6k1T2BZw8q+ 5gQDB/zWd+44wn+1vg4q8cY24e6eNnxk1fLHn0erqV3arvfwb7NYN3G5FJls1ZV+G4wS8cHQLUNd dISMSBcd2xr9Jr0gaJc/eAf+hO4KoOOI //a0ae3K+8iyTwh4DM4MvbP3S/jHb/a0IDdu6Tt475Ej\a    99LKwfDSdl3hX0nyqxmBW3Ihl25C9C/kqiE5wmpuqizPU1lIWeOMnWfOVFjzHR4bIiaNkG8KapFB WV1qztMZI0ZdrqU0TUZiWbJi0fnza5b6Avk+J8JWjeh21kZ23LFodoHHYKoyZ3oKZi1iGJoBtvqD cIQr4oo5mYvRlV8Ws7X9K8CRQZh4Pez7nJCc0TAbojW3VIxf2NgIoq5Zc+bMzsZGXAbi/290CPGH pk5tV95D1odIReuOVfL6JVXhd95x7CsJHWi4cKFx/pL1+NiIdmVjYsAGHRMbUkfFOjp8ThsZOw8c PTc4OsYyhdBn0SAUbumj69w/PrE/nUiShtTGaIwbKsfwBcABLw8sADrTuEwlZlHjFUW9xXLPvn0m jVbMxNigkfRkkDWKZ+rLPEaTnGlwBQoK5s08dEgOmax6E+atem12rmQc0O0VJpdnqG6i+o1QGvYB ljJd7Jts6fpWjwsXV1dOGZdjH+9pheOaiqnsOEWQMwsL8/KsGdMWLizMzYVPylf55cBcZahN6Spt Go8tpweJ9Xx6+nSaT8xD5Y6zLwqmkVC6f/bmC6dWLE+Raurly9u2UfxSWhulLUlZ7EOp0UnWiBTR VECLsi+dLH7r8mVlg0papc1zUuvItGmyGpE23gAg6lsxjPabQHtjKm1yq6Yqian4UCveEKqEEbn3 jAquvtuHWfHS54Hs2SHyBqU/J7FWckNoG8X2t44Cur5Lw2z2YRr4+q4N+J1icCCu7cNROCLvLadP pvOgmBQbk3oOxaZtKFUb+4rz8Cjq+/gSaZeWfkGTmjk++WTt2kG7XU3KmTUsi6HRqBYAQrFhOGmy BHB0ViU/QP/CSPQZRkeVGlUCTH84Av0ZQP+vQ+lr9idxWvXPZz/XqBqWjwrV749g0brPw6olzSaf JrFaekNYHd1O60aBqzSC7aQ0vCr/PoCDIXjNGobXUa0E+XPJcE4UtVIVI67OcX8MtHVsNz1ldcRK ATZkhaQMUDWwSoKxuvY0an+W5Ib0RysBNUMJJPtDfdRxFWn8byiRDeWQiU1iBgxW9RbrPQ8BKnSi HmOjBv4OsEXi5xbHgbn/K1AfdZw3Ta/REtZQXb+Z4u0vpaBgUJAj6cVR5av8MrlWle4P6ughPH5y eoBYz6+gOHJD/WEZ2j+Z1IaSeFvNaINCWdRkpq4PxqE2UjkcaRYYLI1pSm+mlfHpNJr46cHCqNJ9 T2oZke5gWRxKF/+EVsX56XQfBbpfSaVbpylkOBqfRvefKYlpGlWNiqi+L6Xb7snPQ9aDTFgmK35L Os+wFbxBdI0o3XdHAVnfh+m2+nl6Meztl4XiLRm/juGIGxE1Pzn9Uhp9ir/+Qoiv/yvQibF5maSu RtJcclN397z9R8/RVcn+dWu6Zvnb1HYUAU3d3WjHuY4DAw0xm0cvgRxB2L45pXdDHgVK48B9UCYk vRXKxENmKBOQCgzUfZS88LsbygXXvwX8P4FcQOg3R5ico3ip6b/+Cz094IeEOzXlM302jxbzybXb pB3oN/5A+rOnaacNbNzL1jTBVup310Ze1aRxmbayKR84+scRljeFbWyKc4N0aVwOpYtbwEOfTxd8 RukmRqF7Yxk+TSNjeuWX9GrlxyPIw9/9+R7ut8ErTNbQKLKOFpdpdtnJvD91XHbS+/Q4x5Zwj2Sr 7OFgAFkgHvvXrkfzB60EaVZ54TcjcFBqaVUY6uOckWlak3E+lGzohbfYgHcEw+5kwc5T2mSBtDEp b8FnIHNEDvjrAFDlsVH5iDZI8q0pvBRp5efwSqkiQ3mRnwFo+xaMzisDeH01hdcyTUkSv5P+XxAs jKx53ahA7rt9VBkF1+cB+pHkdETVAffA+F7FdeU/ieyRpf7JKADvOz+6XePpxacnRUaK94H8UzA6 4smI8gDwXxyVMcX/wPSMfpeL7hMAr0y2nzN0p4AitH+3AIUBlOlbBijKatFn0aDI66eBV7EaNjoN yI2Z9NvRQ2n4biwnDkgqEZOkgihlfGLIYAVuKO/EjY17Vf1eAdl8w2QbDSkDOm8fZTySLsub6ZkP +AIO1D2c4Xal+W5A487T6dQ+vcYGv2wfiMSEqyoF1lVOEorKdvyO8j3lePfWLatP8nf2/qfaVSW0 7PkB3Yk6brEnd9mHUUF3whgGrxkgRUcofU8PI5dOiyJjuETP0iLqv0FagBcfGwndGEKGSz47ZSwE UMnQDgxlUeGADJ8/JFK+M4Lx+vW9BjEMY7RRJ8rDbfAyhUzqDDl5vH/QLE+lp4+7R7IRzJGp75m9 BYqY4Ra4fhp1DpCFYRXfPTIOaO6PA60MtqM/kI98Dnv/5j77F9XITb8njF7FkIieRTfvuelkfw4q zStQMxDd2q+9/3m1BpM4y3OZXH4qVTbPHpFyM4XahuHU8XbAyb+ks/gsHgx/I0vfdq5jPyq/USZJ HmxcF+YmDtHjxnA5ohRlo0PTO1w0dO/nYvTZYdYZtM8VkN3NVhsG7TMaXke22Q9HwezOEcw4Nx28 O0ewKWBXxVs6NiiOR5Th3Gn0b8O5XasDUF8cQXes7iUDNjR0F3tgN5mBb3BHmSIudVc5Of8auS8D VcpuNENSeudB3oAZDVeeyvvGADPIYaqKEjFzYDLH1vzETJLK9oYmdf06vQKfhak6jVbiUvR8clw4 UDPSvkeq7iNM9IAn+Fndz0+1I53spdB/+3QqoQ3qus7YftbYftbYftbYftbYftbYftbYftbYftbY ftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftbYftb/3/tZ u7lu8mu+mc3T6fO4bCAnGBAkdKCo2556jh9MlJRUVZWUJPp6yUTlpf4zcilUUxMKVVcrU7dvV95P niRtIbI1J5hxWL1R2Tz4zAD6eAeGxubGxoEnB+zevb21FW/uxJv7Hx+gLOtUlqlPEPifpofoMxtR sP9ZXvS/RpBQkD6eiu9KPo5uaBtryvPq+F+cffF8V/K5jwvY/cwBKu5UYmjHIElGNq1Pkmrqw/DO DHJgXPrXob7Gnn0n0X/DTJ+65U6+gQ/m6W/ypT6/Am/mOVJC/02mOfn8ClLSyfXf06Tc03CfDLlH QoP3SKj3zMC9JrwCBUmC/TtPlS9JMHb/Da1bWZoAAAB42h3Su1JTYRiG0a2O4314BXSOvQUzdpmh +K/PGgKBhBAg59OkSLJzRlRAScL5Frb/rGb13/c+SZK8S5KPO9HrD0ny6f3nZCf5llWiu9znAfM8 5BELPOYJiyzxlGWescJzXvCSVdZYZ4NNtthmh1322OeQI46ZcsIpZ5xzwSVXvOeaG275wEc+8Zkv fOVb9Euyl/1IvsbvNaO7zHGfB8zzkEcs8JgnLLLEU5Z5xgrPecFLVlljnQ022WKbHXbZY59Djjhm ygmnnHHOBZdcRb/H2wfR3ewqmsvuovtZGj1gnoc8YoHHPGGRJZ6yzDNWeM4LXrLKGutssMkW2+yw yx77HGa30RHHTDnhlDPOueCSK17xJ6/5i7/5hze85R3/8h/vueaGWz7wkU985gtf+Rbdiz9Po0OO OGbKCaeccc4Fl1zxnmtuuOUDH6NB5yFuPYnm4uJB50HnQedB50HnQedB50HnQedB50HnQedB50Hn QedB50HnIW49iNZYZ4NNtthmh1322OeQI46ZcsIpZ5xzwSVX2eA/9eFntgAAeNqNU01rE1EUvZOk LYUiUhCEwnDpUtppu01dlKRNqW2glCRdz2ReM49mZsLMm8biXnDhr/Av6NaNiL/AhSsRcSn+Bc/7 aEy1FOeR98497368w70hojXvGbnPW63JG0ir9RcO1+jBjQfViWdWY85ngV5S4PDiHL9Ez+mtwyv0 pP4ame33yttw2KNl753DNVry3jtcp4feR4cbcz4L1PY+O7w4xy/R09pjh1foUa2HDF5j2emy2Oqy 2Oqy2OqyuDHnY3VZvDjHW10WW11nJGhEFY0ppIL61KMuNWkAtqCSJOWUocYOsm1jtfwvsDqGVUBD SvxfOAck/U+GKf2f2GP/BzxGQJH/xqGUvmPvw5KIyylGDaZN/BJEKpqg7hbW1KyALlwV1MD7tPcE 7BW4UzDfTDWFV0r/g3lj5H9FZoaCBKcwXBcog83URraANoBOEBXfW1nNMqQu3tTtJVIovhQc5ZK7 cpiEYsz7Mkv4WIqMN3n9KOPDPOZzwb2iKhWoTiEEX+QFiytRXOeZWOeDNJTjJshMDZMqFpO9kWaC YZ7u8nQ6Df7c3MldZf1el1siCsszMarGYQG7ORBFKfOMd4Lt7VbOHfgzAnig31xWHFfZiKMQWxpy P5PDPBZ4X6LUpLm19U+J0yRUrAqtS6vV0jNohtZ2HmzwiYpvByvtkOIesY6+LWPWFt22S9P6CC2R rkm6ySHYMez9WdOOZ43UzVqnI4MPzfAwnZssPYxAhVFVzqsDW5gbPUAFToHm6XG+NgMlkIfpAK0N kX2M1vOdo7aHob3xCczAprQL3/vH83/99BjbPxtTC1yESuVf43hPhd81rvSoAHjazcTFThAAAIDh /6e7pDuU7m6UDgHpLjFQwcIOsHU6fRFv9iu5uXlRr7jp1QfwO3wE8MdBGzv8g38LIJAgggkhlDDC iSCSKKKJIZY44kngEIkkkUwKqaSRTgaZZJFNDrnkkU8BhzlCIUUUU0IpZZRTQSVVVFNDLXXU00Aj TTTTQitttNNBJ10c5Rjd9NBLH/0MMMgQw4xwnFHGGOcEE0wyxTQzzDLHPAssssQyK6yyxjobvOEV L3nNC77ykx/8MsBAgww2xFDDDDfCSKOMNsZY44w3wUMmmmSyKaaaZroZZppltjnmmme+BR72iIUW WWyJpZZZboWVVlltjbXWWW+DjTbZbIutttluh512edRjdttjr332O+CgQw474nFHHXPcE0446ZTT zjjrnPMuuOiSy6646prrbnjSTU952jOedctznveC2+540Ute9opX3fWa173hTW952zve9Z733XPf Bz70kY994lO+sM8e3zgQnymf+MwHPvKWd7znu8/5D4T07m5v7G4Fb27VNlX/BtzVTGMAAAEAAIAA AGMCOwNkAABwYwToAABVVk5BaUNhcFJlZ3VsYXIg /////zf///5VQUNSMDAAAIIAAAA=") format("woff"),
        url(fonts/utmbebas.ttf) format("truetype"),
    url(fonts/utmbebas.svg#utmbebas) format("svg");
    font-weight: 400;
    font-style: normal
}
body {
    min-width: 320px;
    padding-top: 54px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background: #FFFFFF;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}
@media (max-width: 991px) {
    body.nav-expand {overflow: hidden !important}
}
@media (min-width: 400px) {
    body {font-size: 15px}
}
@media (min-width: 520px) {
    body {font-size: 16px}
}
@media (min-width: 600px) {
    body {font-size: 18px}
}
@media (min-width: 768px) {
    body {
        font-size: 20px;
        padding-top: 70px
    }
}
@media (min-width: 992px) {
    body {
        font-size: 14px;
        padding-top: 120px
    }
}
img {max-width: 100%}
.img-full {
    display: block;
    width: 100%
}
.img-center {
    display: block;
    margin: 0 auto
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}
a, a:focus, a:hover {
    text-decoration: none;
    cursor: pointer
}
a, button, input {outline: 0 !important}
#main {min-height: 33vh}
@media (min-width: 1400px) {
    #main {min-height: 40vh}
}
@media (min-width: 1600px) {
    #main {min-height: 50vh}
}
@media (min-width: 1800px) {
    #main {min-height: 54vh}
}
#header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    height: 54px;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    font-size: 14px;
    background: #F0F0F0;
    z-index: 100
}
@media (min-width: 400px) {
    #header {font-size: 16px}
}
@media (min-width: 520px) {
    #header {font-size: 18px}
}
@media (min-width: 768px) {
    #header {
        height: 70px;
        font-size: 22px
    }
}
@media (min-width: 992px) {
    #header {
        height: 120px;
        font-size: 14px;
        overflow: visible;
        background: #333333
    }
    #header.active {top: -50px}
    #header.active .main-logo {
        height: 70px;
        top: 50px
    }
    #header.active-2 {top: -120px}
}
#header.nav-expand {height: 100vh}
@media (min-width: 992px) {
    #header.nav-expand {height: 120px}
}
#header:after {
    display: block;
    content: "";
    clear: both
}
#header .nav-toggle {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    z-index: 100
}
@media (min-width: 768px) {
    #header .nav-toggle {
        width: 70px;
        height: 70px
    }
}
#header .nav-toggle:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    bottom: 8px;
    border-left: 1px solid #CCCCCC
}
#header .nav-toggle span {
    position: absolute;
    width: 50%;
    height: 4px;
    top: 50%;
    left: 25%;
    margin-top: -2px;
    background: #E00028
}
@media (min-width: 768px) {
    #header .nav-toggle span {height: 6px}
}
#header .nav-toggle span:after, #header .nav-toggle span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -200%;
    left: 0;
    background: #E00028
}
#header .nav-toggle span:after {
    top: auto;
    bottom: -200%
}
#header .nav-toggle span, #header .nav-toggle span:after, #header .nav-toggle span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#header .nav-toggle.active span {background: #FFFFFF}
#header .nav-toggle.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#header .nav-toggle.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#header .main-logo {
    position: absolute;
    height: 54px;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
@media (min-width: 768px) {
    #header .main-logo {height: 70px}
}
@media (min-width: 992px) {
    #header .main-logo {
        height: 120px;
        left: 15px
    }
}
#header .main-logo img {height: 100%}
#header .top-header {
    height: 105px;
    line-height: 24px;
    text-align: center
}
@media (min-width: 768px) {
    #header .top-header {
        height: 140px;
        line-height: 38px
    }
}
@media (min-width: 992px) {
    #header .top-header {
        height: 50px;
        line-height: 20px;
        background: #FFFFFF
    }
}
#header .header-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px
}
@media (min-width: 992px) {
    #header .header-inner {
        padding-top: 10px;
        text-align: right
    }
}
#header .header-inner:after {
    display: block;
    content: "";
    clear: both
}
#header .hotline-box {
    height: 54px;
    margin: 0 -15px;
    line-height: 52px;
    border-bottom: 1px solid #CCCCCC;
    background: #FFFFFF;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
@media (min-width: 768px) {
    #header .hotline-box {
        height: 70px;
        line-height: 70px
    }
}
@media (min-width: 992px) {
    #header .hotline-box {
        display: inline-block;
        height: auto;
        margin: 0;
        line-height: 20px;
        border: none;
        -webkit-transition: all 0s;
        transition: all 0s
    }
}
#header .hotline-box a {
    font-size: 130%;
    font-weight: 700;
    color: #DE0029;
    margin-left: 5px
}
#header .search-frm {position: relative}
#header .language-box, #header .search-box, #header .social-box {
    float: left;
    margin: 15px 0 0
}
@media (min-width: 992px) {
    #header .language-box, #header .search-box, #header .social-box {
        float: none;
        display: inline-block;
        margin: 0 0 0 3vw
    }
}
#header .search-box {
    font-size: 100%;
    color: #CCCCCC;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px)
}
@media (min-width: 400px) {
    #header .search-box {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px)
    }
}
@media (min-width: 520px) {
    #header .search-box {
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px)
    }
}
@media (min-width: 768px) {
    #header .search-box {
        width: -webkit-calc(100% - 220px);
        width: calc(100% - 220px)
    }
}
@media (min-width: 992px) {
    #header .search-box {width: auto}
}
#header .search-box .search-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 22px 0 0;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    background: 0 0
}
@media (min-width: 992px) {
    #header .search-box .search-input {
        width: 180px;
        line-height: 1
    }
}
#header .search-box .search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 2px;
    color: grey;
    background: 0 0;
    font-size: 110%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%)
}
@media (min-width: 992px) {
    #header .search-box .search-btn {font-size: 100%}
}
#header .social-box {
    width: 70px;
    text-align: right
}
@media (min-width: 400px) {
    #header .social-box {width: 80px}
}
@media (min-width: 520px) {
    #header .social-box {width: 90px}
}
@media (min-width: 768px) {
    #header .social-box {width: 110px}
}
@media (min-width: 992px) {
    #header .social-box {width: auto}
}
#header .social-box li {
    display: inline-block;
    margin-left: 7px
}
#header .social-box li a {
    display: inline-block;
    min-width: 20px;
    font-size: 140%;
    color: #4060A0;
    text-align: center
}
#header .social-box li a.icon-yt {color: #DE0029}
#header .language-box {
    width: 70px;
    text-align: right
}
@media (min-width: 400px) {
    #header .language-box {width: 80px}
}
@media (min-width: 520px) {
    #header .language-box {width: 90px}
}
@media (min-width: 768px) {
    #header .language-box {width: 110px}
}
@media (min-width: 992px) {
    #header .language-box {width: auto}
}
#header .language-box li {
    display: inline-block;
    margin-left: 5px
}
#header .language-box li a {
    font-size: 100%;
    color: #CCCCCC
}
#header .language-box li a:hover, #header .language-box li.active a {color: #333333}
#header .nav-header {
    max-width: 1140px;
    max-height: 80vh;
    max-height: -webkit-calc(100vh - 105px);
    max-height: calc(100vh - 105px);
    margin: 0 auto;
    padding: 0 15px;
    overflow: auto
}
@media (min-width: 768px) {
    #header .nav-header {
        max-height: 75vh;
        max-height: -webkit-calc(100vh - 140px);
        max-height: calc(100vh - 140px)
    }
}
@media (min-width: 992px) {
    #header .nav-header {
        max-height: none;
        overflow: visible
    }
}
#header .main-nav {padding: 0 0 15px}
@media (min-width: 992px) {
    #header .main-nav {
        float: right;
        padding: 0;
        margin-right: -1.5vw
    }
    #header .main-nav:after {
        display: block;
        content: "";
        clear: both
    }
}
@media (min-width: 1200px) {
    #header .main-nav {margin-right: -20px}
}
#header .nav-item {margin: 8px 0}
@media (min-width: 768px) {
    #header .nav-item {margin: 14px 0}
}
@media (min-width: 992px) {
    #header .nav-item {
        margin: 0;
        float: left;
        padding: 10px 0 0
    }
    #header .nav-item.expand:hover .sub-nav, #header .nav-item:hover .sub-nav {
        max-height: 1000px;
        overflow: visible
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    #header .nav-item:last-child .nav-dropdown {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
#header .nav-item.expand .sub-nav {max-height: 1000px}
@media (min-width: 992px) {
    #header .nav-item.expand .sub-nav {max-height: 0}
}
#header .nav-item.mn-current > a, #header .nav-item.mn-current > a.level-first {color: #E00028}
@media (min-width: 992px) {
    #header .nav-item.mn-current > a, #header .nav-item.mn-current > a.level-first {background: #FFFFFF}
}
#header .nav-item a {
    display: block;
    padding: 4px 0;
    font-size: 100%;
    font-weight: 700;
    color: grey;
    text-transform: uppercase
}
#header .nav-item a:hover {color: #E0032B}
@media (max-width: 991px) {
    #header .nav-item a.active {color: #E0032B}
}
#header .nav-item > a {
    position: relative;
    padding-right: 30px;
    color: #333333
}
@media (min-width: 992px) {
    #header .nav-item > a {
        display: table;
        height: 60px;
        padding: 0 1.5vw 10px;
        text-align: center;
        line-height: 18px;
        color: #FFFFFF
    }
}
@media (min-width: 1200px) {
    #header .nav-item > a {padding: 0 20px 10px}
}
@media (min-width: 992px) {
    #header .nav-item > a span {
        display: table-cell;
        vertical-align: middle
    }
}
#header .nav-item span {
    display: inline-block;
    margin-left: 3px
}
@media (min-width: 992px) {
    #header .nav-item span {margin: 0}
}
#header .nav-item:hover > a {color: #E00028}
@media (min-width: 992px) {
    #header .nav-item:hover > a {background: #FFFFFF}
}
#header .nav-item.has-dropdown {position: relative}
#header .nav-item.has-dropdown > a:after {
    position: absolute;
    content: "\f067";
    top: 3px;
    right: 0;
    font-family: FontAwesome, Sans-serif
}
@media (min-width: 992px) {
    #header .nav-item.has-dropdown > a:after {display: none}
}
#header .nav-item.has-dropdown.expand > a:after {content: "\f068"}
@media (min-width: 992px) {
    #header .nav-item .nav-dropdown {
        position: absolute;
        width: auto;
        height: auto;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
        background: #FFFFFF;
        z-index: 100
    }
}
#header .sub-nav, #header .sub-nav-2 {
    font-family: sans-serif;
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
@media (min-width: 768px) {
    #header .sub-nav, #header .sub-nav-2 {padding-left: 30px}
}
@media (min-width: 992px) {
    #header .sub-nav, #header .sub-nav-2 {
        padding: 0;
        -webkit-transition: all 0s;
        transition: all 0s;
        -webkit-box-shadow: 0 3px 12px -5px #CCCCCC;
        box-shadow: 0 3px 12px -5px #CCCCCC
    }
    #header .sub-nav-2.sub-nav-2, #header .sub-nav.sub-nav-2 {
        -webkit-box-shadow: 2px -3px 10px -6px #CCCCCC, 2px 4px 10px -6px #CCCCCC;
        box-shadow: 2px -3px 10px -6px #CCCCCC, 2px 4px 10px -6px #CCCCCC
    }
}
#header .sub-nav li, #header .sub-nav-2 li {padding: 4px 0}
@media (min-width: 768px) {
    #header .sub-nav li, #header .sub-nav-2 li {padding: 8px 0}
}
@media (min-width: 992px) {
    #header .sub-nav li, #header .sub-nav-2 li {
        position: relative;
        padding: 0;
        font-size: 100%;
        font-weight: 400;
        color: #333333
    }
}
@media (min-width: 992px) {
    #header .sub-nav a, #header .sub-nav-2 a {padding: 18px 35px 0}
    #header .sub-nav a:hover ~ .sub-nav-2, #header .sub-nav-2 a:hover ~ .sub-nav-2 {max-height: none}
}
@media (min-width: 992px) {
    #header .sub-nav-2 > li:last-child > a, #header .sub-nav > li:last-child > a {padding-bottom: 20px}
}
#header .sub-nav a > i.fa, #header .sub-nav-2 a > i.fa {margin-right: 3px}
#header .sub-nav a > p, #header .sub-nav-2 a > p {
    display: inline-block;
    margin: 0;
    font-size: 100%
}
@media (min-width: 992px) {
    #header .sub-nav, #header .sub-nav-2 {max-height: 0}
}
#header .sub-level-2, #header .sub-level-3 {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
#header .sub-level-2.active, #header .sub-level-3.active {max-height: 500px}
@media (min-width: 992px) {
    #header .sub-level-2, #header .sub-level-3 {
        position: absolute;
        min-height: 100%;
        max-height: none !important;
        top: 0;
        left: 100%;
        padding: 15px 0;
        margin-left: -1px;
        background: #F0F0F0;
        display: none
    }
    #header .sub-level-2 > li, #header .sub-level-3 > li {position: static}
    #header .sub-level-2 a, #header .sub-level-3 a {
        position: relative;
        padding: 10px 45px 10px 30px;
        white-space: nowrap;
        font-size: 14px;
        color: #333333
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .sub-level-2 a, #header .sub-level-3 a {padding: 10px 55px 10px 40px}
}
@media (min-width: 992px) {
    #header .sub-level-2.sub-level-2, #header .sub-level-3.sub-level-2 {overflow: visible}
    #header .sub-level-2.sub-level-2 > li:hover .sub-level-3, #header .sub-level-3.sub-level-2 > li:hover .sub-level-3 {display: block}
    #header .sub-level-2.sub-level-2 > li.has-arrow > a, #header .sub-level-3.sub-level-2 > li.has-arrow > a {position: relative}
    #header .sub-level-2.sub-level-2 > li.has-arrow > a:after, #header .sub-level-3.sub-level-2 > li.has-arrow > a:after {
        display: none;
        position: absolute;
        content: "\f105";
        top: 50%;
        right: 15px;
        font-size: 120%;
        line-height: 1;
        color: inherit;
        font-family: FontAwesome, sans-serif;
        -webkit-transform: translate(-50%, -54%);
        -ms-transform: translate(-50%, -54%);
        transform: translate(-50%, -54%)
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .sub-level-2.sub-level-2 > li.has-arrow > a:after, #header .sub-level-3.sub-level-2 > li.has-arrow > a:after {right: 20px}
}
@media (min-width: 992px) {
    #header .sub-level-2.sub-level-2 > li.has-arrow:hover > a, #header .sub-level-3.sub-level-2 > li.has-arrow:hover > a {color: #E00028}
    #header .sub-level-2.sub-level-2 > li.has-arrow:hover > a:after, #header .sub-level-3.sub-level-2 > li.has-arrow:hover > a:after {display: block}
    #header .sub-level-2.sub-level-3, #header .sub-level-3.sub-level-3 {border-left: 1px solid #E0E0E0}
    #header .sub-level-2.sub-level-3 a, #header .sub-level-3.sub-level-3 a {font-weight: 700}
}
@media (min-width: 992px) {
    #header .nav-item.nav-products .nav-dropdown {
        width: 320px;
        white-space: normal
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .nav-item.nav-products .nav-dropdown {width: 340px}
}
@media (min-width: 992px) {
    #header .nav-item.nav-products .sub-nav > li {
        position: static;
        cursor: pointer
    }
    #header .nav-item.nav-products .sub-nav > li > a {
        display: table;
        position: relative;
        width: 100%;
        padding: 5px 25px
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .nav-item.nav-products .sub-nav > li > a {padding: 7px 30px}
}
@media (min-width: 992px) {
    #header .nav-item.nav-products .sub-nav > li > a:after {
        display: none;
        position: absolute;
        content: "";
        width: 12px;
        height: 24px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../image/triangular-icon.png) no-repeat scroll 0 0/100% auto
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .nav-item.nav-products .sub-nav > li > a:after {
        width: 16px;
        height: 32px
    }
}
@media (min-width: 992px) {
    #header .nav-item.nav-products .sub-nav > li:hover > a:after {display: block}
    #header .nav-item.nav-products .sub-nav > li:hover > .sub-level-2 {display: block}
    #header .nav-item.nav-products .sub-nav > li:first-child {padding-top: 10px}
    #header .nav-item.nav-products .sub-nav > li:last-child {padding-bottom: 20px}
    #header .nav-item.nav-products .sub-nav img {
        display: table-cell;
        vertical-align: middle
    }
    #header .nav-item.nav-products .sub-nav p {
        display: table-cell;
        width: 50%;
        padding: 5px 0 0 20px;
        font-size: 28px;
        line-height: 1.2;
        color: #E00028;
        vertical-align: middle;
        font-family: UTM_Bebas, sans-serif
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .nav-item.nav-products .sub-nav p {font-size: 30px}
}
@media (min-width: 992px) {
    #header .nav-item.nav-products .sub-nav p span {
        display: block;
        text-transform: none;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        color: #333333
    }
}
#header .sub-nav-2 {max-height: none}
@media (min-width: 992px) {
    #header .sub-nav-2 {
        position: absolute;
        max-height: 0;
        top: 0;
        left: -webkit-calc(100% - 2px);
        left: calc(100% - 2px);
        background: #FFFFFF
    }
    #header .sub-nav-2:hover {max-height: none}
}
@media (min-width: 992px) {
    #header .dropdown-inner {
        max-width: 1170px;
        margin: 0 auto
    }
}
#floating_btn, #floating_frm {
    position: fixed;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 15px -3px #CCCCCC;
    box-shadow: 0 2px 15px -3px #CCCCCC;
    overflow: hidden;
    z-index: 90;
    opacity: 0;
    display: none
}
@media (min-width: 992px) {
    #floating_btn, #floating_frm {
        display: block;
        opacity: 1
    }
}
#floating_btn {
    width: 80px;
    height: 66px;
    padding: 43px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    background: #E00028 url(../image/contact-icon.png) no-repeat scroll center 9px/30px
}
#floating_btn:hover {
    color: #FDFF7F;
    background-position: center -141px
}
#floating_frm {
    width: 300px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}
#floating_frm .description {
    font-size: 13px;
    text-align: left
}
@media (min-width: 992px) {
    #floating_frm {width: 320px}
}
@media (min-width: 1400px) {
    #floating_frm {width: 340px}
}
@media (min-width: 1600px) {
    #floating_frm {width: 360px}
}
@media (min-width: 1800px) {
    #floating_frm {width: 380px}
}
#floating_frm.active {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
#floating_frm .frm-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 0;
    background: #E00028;
    cursor: pointer
}
#floating_frm .frm-close:after, #floating_frm .frm-close:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    top: 20%;
    left: 50%;
    margin-left: -1px;
    background: #FFFFFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#floating_frm .frm-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#floating_frm .frm-close:hover:after, #floating_frm .frm-close:hover:before {background: #FDFF7F}
.frm-header {
    padding: 8px 20px 10px;
    font-size: 100%;
    color: #FFFFFF;
    background: #E00028
}
@media (min-width: 992px) {
    .frm-header {padding: 1vw 2vw}
}
@media (min-width: 1200px) {
    .frm-header {font-size: 110%}
}
@media (min-width: 1600px) {
    .frm-header {font-size: 125%}
}
.frm-header strong {font-size: 130%}
@media (min-width: 1200px) {
    .frm-header strong {font-size: 140%}
}
@media (min-width: 1600px) {
    .frm-header strong {font-size: 150%}
}
.frm-body {
    padding: 15px 20px 20px;
    background: #FFFFFF
}
@media (min-width: 992px) {
    .frm-body {padding: 1.5vw 2vw 2vw}
}
.frm-title {
    margin: 0;
    font-size: 100%
}
@media (min-width: 1200px) {
    .frm-title {font-size: 125%}
}
.frm-input {margin: 2.5vw 0 0}
@media (min-width: 992px) {
    .frm-input {margin-top: 1vw}
}
.frm-input input, .frm-input textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    resize: none;
    outline: 0
}
.frm-input .err-msg {
    margin: 0 0 3vw;
    font-size: 90%;
    color: red
}
@media (min-width: 992px) {
    .frm-input .err-msg {margin-bottom: 1vw}
}
.frm-input .btn {min-width: 120px}
@media (min-width: 1200px) {
    .frm-input .btn {font-size: 115%}
}
.frm-input .label-field {
    margin-bottom: 5px;
    text-align: left
}
.btn {
    margin: 0 auto;
    padding: 7px 15px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 100%;
    color: #FFFFFF;
    background: #E00028;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.btn:focus, .btn:hover {
    color: #FFFBBB;
    background: #BE001F
}
@media (min-width: 1400px) {
    .btn {padding: 8px 20px 11px}
}
#footer {font-size: 14px}
@media (min-width: 400px) {
    #footer {font-size: 16px}
}
@media (min-width: 520px) {
    #footer {font-size: 18px}
}
@media (min-width: 768px) {
    #footer {font-size: 15px}
}
@media (min-width: 992px) {
    #footer {font-size: 13px}
}
@media (min-width: 1200px) {
    #footer {font-size: 14px}
}
#footer .wrapper {
    max-width: 1110px;
    margin: 0 auto
}
@media (min-width: 520px) and (max-width: 577px) {
    #footer .col-xs-5 {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}
@media (min-width: 520px) and (max-width: 577px) {
    #footer .col-xs-7 {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}
#footer .top-content {
    padding: 25px 15px 20px;
    background: #F0F0F0
}
@media (min-width: 768px) {
    #footer .top-content {padding: 30px 15px}
}
#footer .top-content h3 {
    margin: 0;
    font-size: 100%;
    font-weight: 700;
    color: #303030;
    text-transform: uppercase
}
#footer .top-content ul {padding: 5px 0 0}
#footer .top-content li {margin: 5px 0 0}
@media (min-width: 768px) {
    #footer .top-content li {
        margin: 10px 0 0;
        line-height: 22px
    }
}
#footer .top-content a {
    font-size: 100%;
    color: grey
}
#footer .top-content a:hover {color: #E60012}
#footer .top-content .nav-link {padding: 0 15px}
#footer .top-content .nav-link .row .col-4:nth-child(2) {padding: 0}
#footer .top-content .contact-us {margin: 0 0 25px}
@media (min-width: 768px) and (max-width: 991px) {
    #footer .top-content .contact-us {margin: 30px 0 0}
}
@media (min-width: 992px) {
    #footer .top-content .contact-us {margin: 0}
}
#footer .top-content .contact-us li {
    font-size: 100%;
    font-weight: 700;
    color: #303030;
    padding-left: 12vw
}
@media (min-width: 520px) {
    #footer .top-content .contact-us li {padding-left: 20px}
}
@media (min-width: 768px) {
    #footer .top-content .contact-us li {padding: 0}
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer .top-content .contact-us li {
        float: left;
        width: 33.3%
    }
}
#footer .top-content .contact-us li span {
    display: inline-block;
    min-width: 80px;
    padding-right: 5px
}
@media (min-width: 320px) {
    #footer .top-content .contact-us li span {min-width: 110px}
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer .top-content .contact-us li span {
        min-width: 0;
        padding-right: 10px
    }
}
@media (min-width: 992px) {
    #footer .top-content .contact-us li span {min-width: 88px}
}
#footer .top-content .contact-us li a {
    font-size: 110%;
    color: #E60012
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer .top-content .follow-us {display: none !important}
}
#footer .top-content .follow-us li {
    display: inline-block;
    margin-left: 12vw;
    margin-top: 10px
}
@media (min-width: 520px) {
    #footer .top-content .follow-us li {
        display: block;
        margin-left: 20px
    }
}
@media (min-width: 992px) {
    #footer .top-content .follow-us li {margin-left: 15px}
}
#footer .top-content .icon-fb, #footer .top-content .icon-yt, #footer .top-content [class*="icon-"] {
    display: inline-block;
    width: 29px;
    height: 29px;
    color: #FFFFFF;
    background: #4060A0;
    text-align: center;
    font-size: 20px;
    padding: 5px 0 0;
    margin-right: 5px;
    vertical-align: middle
}
#footer .top-content .icon-yt {
    background: #E60012;
    padding: 4px 0 0
}
#footer .bottom-content {
    padding: 20px 15px;
    background: #CCCCCC
}
#footer .bottom-content li {
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    margin-left: 10px;
    padding-left: 10px
}
#footer .bottom-content li:first-child {
    margin: 0;
    padding: 0;
    border: none
}
@media (min-width: 768px) {
    #footer .bottom-content li {border: none}
}
#footer .bottom-content a {
    font-size: 100%;
    font-weight: 700;
    color: #FFFFFF
}
#footer .bottom-content a:hover {color: #E60012}
#footer .bottom-content .copy-right {
    margin: 10px 0 0;
    font-size: 100%;
    color: #FFFFFF
}
@media (min-width: 768px) {
    #footer .bottom-content .copy-right {
        margin: 0;
        text-align: right
    }
}
@media (min-width: 992px) {
    #footer .bottom-content .copy-right {
        margin: 0;
        text-align: center
    }
}
#footer .bottom-content .icon-up {
    font-size: 120%;
    font-weight: 700
}
#err_404 .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 15px
}
.right-menu-news {margin-bottom: 10px !important}
.box-hotline {margin-bottom: 10px}
@keyframes _scrollDownButton {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(45%);
        transform: translateY(45%)
    }
}
@-webkit-keyframes _scrollDownButton {
    0%, 100% {-webkit-transform: translateY(0)}
    50% {-webkit-transform: translateY(45%)}
}
.banners {
    position: relative;
    background: #F0F0F0
}
.banners .banner-list .show-mobile {display: block !important}
@media (min-width: 768px) {
    .banners .banner-list .show-mobile {display: none !important}
}
.banners .banner-list .slick-prev {
    left: 80px;
    background: url(../image/arrow-left.png) no-repeat scroll center center/34px auto
}
@media (min-width: 320px) {
    .banners .banner-list .slick-prev {
        left: 30px;
        background: url(../image/arrow-left.png) no-repeat scroll center center/20px auto
    }
}
@media (min-width: 668px) {
    .banners .banner-list .slick-prev {left: 40px}
}
@media (min-width: 770px) {
    .banners .banner-list .slick-prev {
        left: 80px;
        background: url(../image/arrow-left.png) no-repeat scroll center center/34px auto
    }
}
.banners .banner-list .slick-next {
    right: 80px;
    background: url(../image/arrow-right.png) no-repeat scroll center center/34px auto
}
@media (min-width: 320px) {
    .banners .banner-list .slick-next {
        right: 30px;
        background: url(../image/arrow-right.png) no-repeat scroll center center/20px auto
    }
}
@media (min-width: 668px) {
    .banners .banner-list .slick-next {right: 40px}
}
@media (min-width: 770px) {
    .banners .banner-list .slick-next {
        right: 80px;
        background: url(../image/arrow-right.png) no-repeat scroll center center/34px auto
    }
}
.banners .banner-list .slick-next, .banners .banner-list .slick-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    width: 40px;
    height: 64px;
    border: none
}
@media (min-width: 320px) {
    .banners .banner-list .slick-next, .banners .banner-list .slick-prev {top: 23%}
}
@media (min-width: 668px) {
    .banners .banner-list .slick-next, .banners .banner-list .slick-prev {top: 34%}
}
@media (min-width: 770px) {
    .banners .banner-list .slick-next, .banners .banner-list .slick-prev {top: 44%}
}
@media (min-width: 1600px) {
    .banners .banner-list .slick-next, .banners .banner-list .slick-prev {top: 50%}
}
.banners li {position: relative}
.banners li > a {display: block}
.banners li img {width: 100%}
.banners .detail-box {padding: 15px}
@media (min-width: 768px) {
    .banners .detail-box {display: none}
}
.banners .detail-box h3 {
    margin: 0;
    font-size: 225%;
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
.banners .detail-box h3 span {
    display: block;
    margin: 5px 0 0;
    color: #333333
}
.banners .desc-box {padding: 15px}
@media (min-width: 768px) {
    .banners .desc-box {
        position: absolute;
        width: 35%;
        max-width: 420px;
        top: 50%;
        left: 56%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
        -webkit-box-shadow: 1px 2px 15px -7px #888888;
        box-shadow: 1px 2px 15px -7px #888888;
        background: rgba(255, 255, 255, .8)
    }
}
@media (min-width: 992px) {
    .banners .desc-box {
        width: 33%;
        left: 57%;
        padding: 1.5vw 2vw 2vw
    }
}
.banners .desc-box .name {
    margin: 0;
    font-size: 225%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
@media (min-width: 768px) and (max-width: 991px) {
    .banners .desc-box .name {font-size: 100%}
}
@media (min-width: 992px) {
    .banners .desc-box .name {font-size: 155%}
}
@media (min-width: 1200px) {
    .banners .desc-box .name {font-size: 200%}
}
@media (min-width: 1600px) {
    .banners .desc-box .name {font-size: 260%}
}
.banners .desc-box .desc {
    margin: 5px 0 0;
    font-size: 100%;
    color: #333333
}
@media (min-width: 768px) and (max-width: 991px) {
    .banners .desc-box .desc {font-size: 70%}
}
@media (min-width: 992px) {
    .banners .desc-box .desc {margin-top: .5vw}
}
.banners .desc-box .model {
    margin: 10px 0 0;
    display: none
}
@media (min-width: 992px) {
    .banners .desc-box .model {
        display: block;
        margin-top: 1vw
    }
}
.banners .desc-box .model h3 {
    margin: 0;
    font-size: 100%;
    color: #333333
}
.banners .desc-box .model ul {margin: 5px 0 0}
.banners .desc-box .model ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: grey
}
@media (min-width: 992px) {
    .banners .desc-box .model ul li {margin-top: 3px}
}
@media (min-width: 1200px) {
    .banners .desc-box .model ul li {padding: 0 10px}
}
.banners .desc-box .model ul li:before {
    position: absolute;
    content: "";
    height: 80%;
    top: 10%;
    left: 1px;
    border-right: 1px solid grey
}
.banners .desc-box .view-btn {
    min-width: 0;
    margin: 10px 0 0
}
@media (min-width: 768px) and (max-width: 991px) {
    .banners .desc-box .view-btn {
        padding: 6px 15px 8px;
        font-size: 75%
    }
}
@media (min-width: 992px) {
    .banners .desc-box .view-btn {margin-top: 1.2vw}
}
.banners .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -10
}
@media (min-width: 768px) {
    .banners .slick-dots {
        visibility: visible;
        opacity: 1;
        z-index: 10
    }
}
@media (min-width: 992px) {
    .banners .slick-dots {
        left: 2%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.banners .slick-dots li {
    float: left;
    margin: 0 5px
}
.banners .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    background: #FFFFFF;
    text-indent: -999px
}
.banners .slick-dots li.slick-active button {background: #E00028}
.banners .scroll-down {
    position: absolute;
    width: 40px;
    height: 25px;
    top: 90%;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    z-index: 20;
    background: url(../image/down-icon.png) no-repeat scroll center center/34px auto;
    -webkit-animation: _scrollDownButton 1s ease-in-out infinite;
    animation: _scrollDownButton 1s ease-in-out infinite;
    display: none
}
@media (min-width: 992px) {
    .banners .scroll-down {display: block}
}
#home .section-title {
    margin: 0;
    font-size: 225%;
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
@media (min-width: 992px) {
    #home .section-title {font-size: 380%}
}
@media (min-width: 1200px) {
    #home .section-title {font-size: 400%}
}
@media (min-width: 1400px) {
    #home .section-title {font-size: 420%}
}
@media (min-width: 1600px) {
    #home .section-title {font-size: 450%}
}
#home .view-btn {min-width: 180px}
@media (min-width: 992px) {
    #home .view-btn {min-width: 150px}
}
#home .products {padding: 15px 0 30px}
@media (min-width: 992px) {
    #home .products {padding: 3vw 0 4vw}
}
#home .products .series-list {
    margin: 15px 0 0;
    text-align: center
}
@media (min-width: 992px) {
    #home .products .series-list {display: none}
}
#home .products .series-list li {
    position: relative;
    min-width: 30vw;
    padding: 5px;
    font-size: 100%;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}
@media (min-width: 520px) {
    #home .products .series-list li {
        min-width: 0;
        width: 25vw
    }
}
#home .products .series-list li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #CCCCCC
}
#home .products .series-list li.slick-current {
    font-weight: 700;
    color: #E00028
}
#home .products .series-list li.slick-current:after {
    height: 2px;
    background: #E00028
}
#home .products .products-list {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}
@media (min-width: 992px) {
    #home .products .products-list {padding: 3vw 0 2vw}
}
#home .products .products-list li {padding: 15px}
@media (min-width: 992px) {
    #home .products .products-list li {padding: 15px 0}
}
#home .products .products-list li img {
    width: 75%;
    max-width: 420px;
    margin: 0 auto
}
#home .products .products-list li h3 {
    margin: 0;
    font-size: 225%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
#home .products .products-list li a {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 100%;
    color: #E00028
}
#home .products .products-list li a:hover {text-decoration: underline}
#home .products .products-list li a i {margin-left: 3px}
@media (min-width: 992px) {
    #home .services .services-list {margin: 0 -1px}
}
#home .services .services-list:after {
    display: block;
    content: "";
    clear: both
}
#home .services .services-list li {
    position: relative;
    overflow: hidden
}
@media (min-width: 992px) {
    #home .services .services-list li {
        float: left;
        width: 24%;
        width: -webkit-calc(25% - 2px);
        width: calc(25% - 2px);
        margin: 1px
    }
}
#home .services .services-list li img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
#home .services .services-list li .detail {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}
#home .services .services-list li .detail h3 {
    margin: 0;
    font-size: 225%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
@media (min-width: 1400px) {
    #home .services .services-list li .detail h3 {font-size: 260%}
}
@media (min-width: 1600px) {
    #home .services .services-list li .detail h3 {font-size: 285%}
}
#home .services .services-list li .detail a {
    display: inline-block;
    margin: 8px auto 0;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all .2s;
    transition: all .2s
}
#home .services .services-list li .detail a:hover {
    color: #FFF444;
    border-bottom-color: #FFF444
}
#home .services .services-list li:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}
#home .news {padding: 15px 0 30px}
@media (min-width: 992px) {
    #home .news {padding: 3vw 0 4vw}
}
#home .news .news-list {
    max-width: 1140px;
    margin: 20px auto 15px
}
@media (min-width: 992px) {
    #home .news .news-list {margin: 3vw auto 1.5vw}
}
#home .news .news-list li {
    min-height: 355px;
    margin: 0 1% 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px -2px #CCCCCC;
    box-shadow: 0 0 20px -2px #CCCCCC
}
@media (min-width: 992px) {
    #home .news .news-list li {margin: 0 15px 10px}
}
#home .news .news-list li img {width: 100%}
#home .news .news-list .detail {padding: 15px}
@media (min-width: 992px) {
    #home .news .news-list .detail {padding: 1.2vw 1.5vw}
}
#home .news .news-list .detail h3 {
    min-height: 40px;
    margin: 0;
    font-size: 85%;
    font-weight: 700;
    line-height: 1.4;
    color: #131314;
    text-transform: uppercase
}
@media (min-width: 992px) {
    #home .news .news-list .detail h3 {font-size: 100%}
}
#home .news .news-list .detail a {
    display: inline-block;
    margin: 7px 0 0;
    color: #E60012;
    font-size: 85%
}
#home .news .news-list .detail a:hover {text-decoration: underline}
@media (min-width: 992px) {
    #home .news .news-list .detail a {
        margin-top: 1vw;
        font-size: 100%
    }
}
@media (min-width: 992px) {
    #home .about {
        position: relative;
        height: 33vw;
        max-height: 640px
    }
}
#home .about:before {
    display: block;
    content: "";
    padding: 0 0 75%
}
@media (min-width: 992px) {
    #home .about:before {display: none}
}
#home .about .content {
    padding: 0 15px 30px;
    text-align: center
}
@media (min-width: 992px) {
    #home .about .content {
        position: absolute;
        width: 30%;
        max-width: 430px;
        max-height: 85%;
        top: 8%;
        left: 50%;
        margin: 0;
        padding: 0;
        -webkit-transform: translate(-130%, 0);
        -ms-transform: translate(-130%, 0);
        transform: translate(-130%, 0);
        text-align: left;
        overflow: hidden
    }
}
@media (min-width: 992px) {
    #home .about .content .section-title {text-align: left}
}
#home .about .content .desc {
    margin: 15px 0 0;
    font-size: 100%;
    color: grey;
    text-align: left
}
@media (min-width: 992px) {
    #home .about .content .desc {margin-top: 1vw}
}
#home .about .content a {margin: 15px 0 0}
@media (min-width: 992px) {
    #home .about .content a {margin-top: 1.5vw}
}
.section-product {position: relative}
.section-product > img {
    display: block;
    width: 100%;
    max-width: 100%
}
.section-product .copy {
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px 5%
}
.section-product .copy .c-title {
    color: #333333;
    display: block;
    font-family: UTMBebas, sans-serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-top: -10px;
    margin-bottom: 6px
}
.section-product .copy .c-content {
    color: #333333;
    font-size: .875rem
}
.section-product .copy .c-model {
    color: #333333;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: block
}
.section-product .copy .c-listmodel {
    list-style: none;
    padding: 0 0 4px
}
.section-product .copy .c-listmodel li {
    color: grey;
    display: inline-block;
    margin-right: 2%;
    font-size: .875rem;
    font-family: Sans-serif
}
.section-product .copy .c-listmodel li:before {
    content: '|';
    font-size: 1.125rem;
    margin-right: 6px;
    display: inline-block
}
.section-product .copy .c-divlink {padding-top: 10px}
@media screen and (min-width: 992px) {
    .section-product .copy {
        position: absolute;
        top: 50%;
        left: 73%;
        padding: 30px 40px 40px;
        width: 26%;
        min-width: 400px;
        max-height: 88%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .section-product .copy {padding: 30px 20px}
    .section-product .copy .c-title {
        font-size: 1.875rem;
        margin-bottom: 0
    }
    .section-product .copy .c-content {margin-bottom: .625rem}
    .section-product .copy .c-video {
        width: 70%;
        margin: 0 auto
    }
    .section-product .copy .c-listmodel {padding: 0}
}
@media screen and (max-width: 992px) {
    .section-product .copy .c-divlink {text-align: center}
}
#product {position: relative}
#product #product_gallery .p-360, #product #product_gallery .p-gallerylist {margin-top: 20px}
@media (min-width: 320px) {
    #product #product_feature_mid {padding: 0 35px}
}
@media (min-width: 668px) {
    #product #product_feature_mid {padding: 0}
}
#product #product_feature_mid .p-slider .slick-prev {
    left: -25px;
    background: url(../image/arrow-left.png) no-repeat scroll center center/34px auto
}
#product #product_feature_mid .p-slider .slick-next {
    right: -25px;
    background: url(../image/arrow-right.png) no-repeat scroll center center/34px auto
}
#product #product_feature_mid .p-slider .slick-next, #product #product_feature_mid .p-slider .slick-prev {
    font-size: 0;
    position: absolute;
    top: 22%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 64px;
    border: none
}
@media (min-width: 320px) {
    #product #product_feature_mid .p-slider .slick-next, #product #product_feature_mid .p-slider .slick-prev {top: 25%}
}
@media (min-width: 668px) {
    #product #product_feature_mid .p-slider .slick-next, #product #product_feature_mid .p-slider .slick-prev {top: 22%}
}
#product > .pro-section {background-color: #FFFFFF}
#product > .pro-section:not(.banners) {
    padding: 3% 0;
    position: relative;
    overflow: hidden
}
#product > .pro-section:not(.banners) > img {
    margin-left: auto;
    margin-right: auto
}
#product > .pro-section:not(.banners):after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-box-shadow: 0 -20px 100px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 -20px 100px 0 rgba(0, 0, 0, .4)
}
#product .p-title {
    color: #E00028;
    font-family: UTMBebas, sans-serif;
    font-size: 2.75rem
}
@media screen and (min-width: 992px) {
    #product .p-title {font-size: 4rem}
}
@media screen and (max-width: 992px) {
    #product .p-title {text-align: center}
}
#product .p-model {
    color: #333333;
    font-size: 1.125rem;
    font-family: sans-serif;
    font-weight: 700
}
#product .p-keyword {
    font-family: OpenSans, sans-serif;
    margin-top: 30px
}
#product .p-keyword span {
    color: #8A8A8A;
    font-size: .875rem;
    margin-bottom: 15px;
    display: block
}
#product .p-keyword .item-wrap .item {
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    border-left: solid 3px #333333;
    color: #333333;
    padding-left: 7px;
    padding-right: 100px;
    margin-bottom: 15px
}
#product .p-titlenote {
    color: #333333;
    font-size: .875rem;
    font-family: OpenSans, sans-serif
}
#product .p-bottom {margin-top: 5%}
#product .p-bottom .p-model-info-1 {
    background-color: #333333;
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 10
}
#product .p-bottom .p-model-info-1 .model-name {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 35px;
    color: #FFFFFF;
    display: inline-block;
    font-family: sans-serif
}
#product .p-bottom .p-model-info-1 .model-weight {margin-right: 10px}
#product .p-bottom .p-model-info-1 .model-type, #product .p-bottom .p-model-info-1 .model-weight {
    background-color: #E00028;
    padding: 11px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 700
}
@media screen and (max-width: 767px) {
    #product .p-bottom .p-model-info-1 {
        display: table;
        width: 100%
    }
    #product .p-bottom .p-model-info-1 .model-name {
        padding: 0;
        display: block;
        margin-bottom: 15px;
        text-align: center
    }
    #product .p-bottom .p-model-info-1 .model-type, #product .p-bottom .p-model-info-1 .model-weight {
        font-size: .75rem;
        text-align: center
    }
    #product .p-bottom .p-model-info-1 .model-weight {
        float: left;
        width: 49%;
        margin: 0
    }
    #product .p-bottom .p-model-info-1 .model-type {
        float: right;
        width: 49%
    }
}
@media screen and (max-width: 1199px) {
    #product .p-bottom .p-model-info-1 .model-name {padding: 0 14px}
}
#product .p-bottom .intro-car {
    padding-top: 30px;
    text-align: center
}
#product .p-bottom .p-model-info-2 {
    padding: 20px;
    display: inline-block;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .05);
    margin-left: 30px;
    margin-top: -25px;
    padding-top: 55px;
    padding-left: 40px;
    position: relative;
    z-index: 6
}
#product .p-bottom .p-model-info-2 ul li {
    list-style-type: disc;
    margin-bottom: 15px;
    color: #A7A7A7
}
@media screen and (max-width: 767px) {
    #product .p-bottom .p-model-info-2 {
        margin: 0;
        padding-top: 30px
    }
}
#product .p-slider {
    margin-top: 10%;
    margin-bottom: 30px
}
#product .p-slider .item {
    display: inline-block;
    width: 25%;
    margin: 0 15px
}
#product .p-slider .item .slide-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}
#product .p-slider .item .slide-img:after {
    content: '';
    display: block;
    padding-bottom: 75%
}
#product .p-slider .item .slide-img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}
#product #product_info p, #product #product_intro p {
    color: grey;
    font-size: .875rem;
    line-height: 23px
}
#product #product_info strong, #product #product_intro strong {
    color: #333333;
    font-family: UTMBebas, sans-serif;
    font-size: 1.5rem;
    margin: .625rem 0;
    font-weight: 400
}
@media screen and (min-width: 992px) {
    #product .banners {position: relative}
}
#product .p-select {
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px
}
#product .p-select .p-sName {
    color: #DF0028;
    font-weight: 700;
    display: inline-block
}
#product .p-select .p-sBody {
    display: inline-block;
    margin-left: 5%;
    width: 50%;
    max-width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden;
    top: 14px
}
#product .p-select .p-sBody:after {
    color: #DF0028;
    content: "\f078";
    background-color: #FFFFFF;
    font-family: FontAwesome, Sans-serif;
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    width: 10%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#product .p-select .p-sBody select {
    color: grey;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    height: auto !important;
    position: relative;
    z-index: 10;
    width: 110%
}
.pro-navigator {position: relative}
.pro-menu {
    background-color: rgba(0, 0, 0, .76);
    color: #FFFFFF;
    padding: 10px 0 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s;
    transition: all .6s
}
@media screen and (min-width: 992px) {
    .pro-menu {
        padding: 10px 10px 0;
        padding: 10px 0
    }
}
.pro-menu .pro-name {
    color: #FFFFFF;
    display: block;
    font-family: UTMBebas, sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 10px
}
@media screen and (min-width: 992px) {
    .pro-menu .pro-name {
        display: inline-block;
        padding-right: 26px;
        margin-bottom: 0;
        position: relative
    }
    .pro-menu .pro-name:after {
        content: '';
        background-color: #FFFFFF;
        width: 1px;
        height: 90%;
        position: absolute;
        top: 6%;
        right: 0
    }
}
.pro-menu .nav {display: block}
@media screen and (min-width: 992px) {
    .pro-menu .nav {
        display: inline-block;
        max-width: 60%;
        width: 60%;
        padding-left: 20px;
        position: relative;
        top: -8px;
        left: 0
    }
}
@media screen and (max-width: 992px) {
    .pro-menu .nav {margin: 0 -15px 0 0}
}
.pro-menu .nav .nav-item {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s
}
@media screen and (max-width: 992px) {
    .pro-menu .nav .nav-item {
        padding-bottom: 10px;
        margin: 0 20px
    }
    .pro-menu .nav .nav-item.slick-cloned {opacity: 0}
}
@media screen and (min-width: 992px) {
    .pro-menu .nav .nav-item {margin: 0 2%}
}
.pro-menu .nav .nav-item a {
    color: grey;
    font-size: 1.25rem;
    display: block;
    cursor: pointer
}
@media screen and (max-width: 992px) {
    .pro-menu .nav .nav-item.active {border-bottom: 2px solid #E00028}
}
.pro-menu .nav .nav-item.active a {color: #FFFFFF}
@media screen and (min-width: 992px) {
    .pro-menu .nav .nav-item:hover a {color: #FFFFFF}
}
.pro-menu .btn-share {display: none}
@media screen and (min-width: 992px) {
    .pro-menu .btn-share {
        display: block;
        background-color: transparent;
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
.pro-menu.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 99
}
@media screen and (min-width: 992px) {
    .pro-menu.menu-fixed.menu-fixed2 {top: 70px}
}
@media screen and (max-width: 992px) {
    .pro-menu.menu-fixed {top: -6}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .pro-menu.menu-fixed {top: 12px}
}
.pro-intro .p-img {
    padding: 5%;
    text-align: center
}
.pro-info .p-content {margin-bottom: 2.5rem}
.pro-info .p-subtitle {
    color: #333333;
    font-family: UTMBebas, sans-serif;
    font-size: 1.5rem;
    margin: .625rem 0
}
.pro-info .p-sName {
    color: #DF0028;
    font-weight: 700;
    display: inline-block
}
.p-infotech {
    color: grey;
    padding: 0 0 10px
}
.p-infotech .it-row {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 10px 0
}
.p-infotech .it-row .it-title {
    font-weight: 700;
    margin-bottom: 8px
}
.p-infotech .it-sub {
    color: #333333;
    font-size: 1.5rem;
    margin-top: 20px
}
.p-listbtn {margin: 30px 0}
@media screen and (max-width: 992px) {
    .p-listbtn {text-align: center}
}
.pro-gallery .p-360 {
    position: relative;
    overflow: hidden
}
.pro-gallery .p-360:before {
    content: '';
    display: block;
    padding-bottom: 64%
}
@media screen and (min-width: 768px) {
    .pro-gallery .p-360:before {padding-bottom: 55%}
}
@media screen and (min-width: 992px) {
    .pro-gallery .p-360:before {padding-bottom: 45%}
}
@media screen and (min-width: 1200px) {
    .pro-gallery .p-360:before {padding-bottom: 40%}
}
@media screen and (min-width: 1400px) {
    .pro-gallery .p-360:before {padding-bottom: 38%}
}
.pro-gallery .p-360 .p-360item {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    text-align: center
}
.pro-gallery .p-360 .p-360item.active {display: block}
.pro-gallery .p-360 .p-360item > .img-full {
    display: block;
    margin: 0 auto
}
.pro-gallery .p-360 .p-360item > .img-full img {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.pro-gallery .p-360 .p-360item .threesixty {
    max-width: 100%;
    z-index: 10
}
.pro-gallery .p-360 .p-360item .p-360line {
    position: absolute;
    bottom: 15%;
    left: 50%;
    z-index: 1;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media screen and (min-width: 992px) {
    .pro-gallery .p-360 .p-360item .p-360line {bottom: 13%}
}
.pro-gallery .p-360 .p-360item .gl360-direc {
    color: #ED1C24;
    z-index: 14;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%
}
.pro-gallery .p-360 .p-360item .gl360-direc a {color: #ED1C24}
.pro-gallery .p-360 .p-360item .gl360-direc i {
    font-size: 1.275rem;
    top: .3125rem
}
@media screen and (min-width: 992px) {
    .pro-gallery .p-360 .p-360item .gl360-direc i {
        font-size: 1.875rem;
        top: .3125rem
    }
}
.pro-gallery .p-360 .p-360item .gl360-direc .gl360-title {
    font-weight: 700;
    font-size: 1.5rem;
    padding-left: 1.125rem;
    padding-right: .475rem
}
@media screen and (min-width: 992px) {
    .pro-gallery .p-360 .p-360item .gl360-direc .gl360-title {
        font-size: 2.5rem;
        padding-left: 3.125rem;
        padding-right: 1.875rem
    }
}
.pro-gallery .p-gallerylist .glist {
    display: none;
    position: relative
}
.pro-gallery .p-gallerylist .glist.active {display: block}
.pro-gallery .p-gallerylist .gitem {
    display: inline-block;
    margin: 0 15px 20px
}
@media screen and (max-width: 992px) {
    .pro-gallery .p-gallerylist .gitem {max-width: 100px}
}
.pro-gallery .p-gallerylist .gitem .gthumb {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    text-align: center
}
.pro-gallery .p-gallerylist .gitem .gthumb > img {
    max-width: 100%;
    opacity: .6
}
.pro-gallery .p-gallerylist .gitem .gtitle {
    margin-top: 10px;
    color: #191919
}
.pro-gallery .p-gallerylist .gitem.active .gthumb, .pro-gallery .p-gallerylist .gitem > a:hover .gthumb {border: 1px solid #E00028}
.pro-gallery .p-gallerylist .gitem.active .gthumb > img, .pro-gallery .p-gallerylist .gitem > a:hover .gthumb > img {opacity: 1}
.pro-gallery .p-select {
    margin-left: -150px;
    left: 50%;
    margin-top: 0 !important;
    margin-bottom: 30px !important
}
.pro-gallery .p-select .p-sBody {margin-left: 10px}
.threesixty {position: relative}
.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}
.threesixty .threesixty_images img {
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0
}
.threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: auto
}
.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333333;
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -30px;
    margin-top: 170px !important
}
.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    display: block
}
#contact .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 5vw 0 7vw
}
@media (min-width: 992px) {
    #contact .wrapper {
        width: 85%;
        padding: 2.5vw 0
    }
}
#contact .wrapper:after {
    display: block;
    content: "";
    clear: both
}
#contact .section-title {
    margin: 0;
    font-size: 225%;
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
@media (min-width: 992px) {
    #contact .section-title {font-size: 380%}
}
@media (min-width: 1200px) {
    #contact .section-title {font-size: 400%}
}
@media (min-width: 1400px) {
    #contact .section-title {font-size: 420%}
}
@media (min-width: 1600px) {
    #contact .section-title {font-size: 450%}
}
#contact .map-area {margin: 6vw 0 0}
@media (min-width: 992px) {
    #contact .map-area {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px;
        margin: 3vw 0 0
    }
}
#contact .map-area img {
    display: block;
    width: 100%
}
#contact .map-area .map-wrap {position: relative}
#contact .map-area .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}
@media (min-width: 992px) {
    #contact .map-area .map {display: block}
}
#contact .map-area .map iframe {
    width: 100%;
    height: 100%
}
#contact .map-area .detail-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 5vw 15px
}
@media (min-width: 992px) {
    #contact .map-area .detail-wrap {padding: 20px 0 0}
}
#contact .map-area .detail-wrap h2 {
    margin: 0;
    font-size: 185%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
@media (min-width: 992px) {
    #contact .map-area .detail-wrap h2 {font-size: 175%}
}
#contact .map-area .detail-wrap ul {margin: 5px 0 10px}
@media (min-width: 992px) {
    #contact .map-area .detail-wrap ul {margin-top: .5vw}
}
#contact .map-area .detail-wrap ul li {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 100%;
    color: #333333
}
@media (min-width: 992px) {
    #contact .map-area .detail-wrap ul li {margin-top: .5vw}
}
#contact .map-area .detail-wrap ul li:last-child {margin-left: 15px}
#contact .map-area .detail-wrap ul li i.fa {
    margin-right: 7px;
    color: #E00028
}
#contact .map-area .detail-wrap ul li a {
    color: #333333;
    text-decoration: none
}
#contact .phone-area {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px 30px
}
@media (min-width: 992px) {
    #contact .phone-area {
        float: left;
        width: 100%;
        max-width: none;
        padding: 4vw 0 2vw
    }
}
#contact .phone-area li {
    padding: 3vw 0;
    border-top: 2px solid #F0F0F0
}
@media (min-width: 992px) {
    #contact .phone-area li {
        float: left;
        width: 33%;
        padding: 0 2vw;
        border: none;
        border-left: 1px solid #CCCCCC
    }
}
#contact .phone-area h3 {
    margin: 0;
    font-size: 185%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif
}
@media (min-width: 992px) {
    #contact .phone-area h3 {
        font-size: 165%;
        padding-bottom: 5px
    }
}
#contact .phone-area p {
    margin: 5px 0 0;
    font-size: 155%;
    font-weight: 700;
    color: #E00028
}
@media (min-width: 992px) {
    #contact .phone-area p {font-size: 150%}
}
#contact .phone-area p i.fa {
    min-width: 20px;
    margin-right: 5px;
    text-align: center
}
#contact .phone-area p a {
    display: inline-block;
    vertical-align: top;
    color: #E00028
}
#contact .phone-area p small {
    display: block;
    font-size: 65%;
    font-weight: 400;
    color: #333333
}
#contact .form-area {
    width: 90%;
    max-width: 570px;
    margin: 0 auto
}
@media (min-width: 992px) {
    #contact .form-area {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px 0 40px;
        margin: 3vw 0 0
    }
}
#contact .form-area .hino-frm {
    padding: 4vw 5vw 6vw;
    -webkit-box-shadow: 0 0 15px 0 #CCCCCC;
    box-shadow: 0 0 15px 0 #CCCCCC
}
@media (min-width: 992px) {
    #contact .form-area .hino-frm {
        padding: 1.5vw 2vw 2vw;
        -webkit-box-shadow: 0 3px 25px -5px #DDDDDD;
        box-shadow: 0 3px 25px -5px #DDDDDD
    }
}
#contact .form-area .frm-title {
    margin: 0;
    font-size: 225%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
#contact .form-area .frm-input input, #contact .form-area .frm-input textarea {
    padding: 0;
    border: none;
    line-height: 30px
}
#contact .form-area .frm-input input {border-bottom: 1px solid #CCCCCC}
#contact .form-area .frm-input h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 120%;
    font-weight: 700
}
#contact .form-area .frm-input textarea {background: url(../image/textarea-bg.png) repeat scroll 0 0/auto 30px}
#contact .form-area .frm-btn {
    margin-top: 4vw;
    text-align: center
}
@media (min-width: 992px) {
    #contact .form-area .frm-btn {margin-top: 1.5vw}
}
#contact .frm-scroll-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px 12px;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#contact .frm-scroll-btn.active {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%)
}
@media (min-width: 992px) {
    #contact .frm-scroll-btn {display: none !important}
}
#comparison {padding: 40px 0 30px}
#comparison .title-page, #comparison .title-section {font-family: UTMBebas, sans-serif}
@media (min-width: 320px) {
    #comparison .title-page h2, #comparison .title-section h2 {
        padding: 0;
        font-size: 40px
    }
}
@media (min-width: 960px) {
    #comparison .title-page h2, #comparison .title-section h2 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
#comparison .red {color: #E00028}
#comparison .img-product {position: relative}
#comparison .img-product:before {
    content: '';
    display: block;
    padding-bottom: 75%
}
#comparison .img-product > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}
#comparison .img-product > img.no-image {width: 75%}
#comparison .row .div-select:first-child {margin-top: 20%}
#comparison .div-select {
    width: 100%;
    position: relative;
    overflow: hidden
}
@media screen and (min-width: 992px) {
    #comparison .div-select {width: 90%}
}
#comparison .div-select:after {
    color: #DF0028;
    content: "\f078";
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    width: 20px;
    padding-top: 12px;
    z-index: 0
}
#comparison .p-select {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding-left: 0;
    width: 110%;
    color: grey;
    font-size: .875rem;
    font-weight: 700;
    background: 0 0;
    position: relative;
    z-index: 10
}
#comparison .select-model {color: #333333}
#comparison .table {
    color: grey;
    font-size: .875rem
}
#comparison .table th {
    border: none;
    color: #333333;
    font-size: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem
}
#comparison .table tr > th:first-child {padding-left: 0}
#comparison .table td {
    border-top: none;
    border-bottom: 1px solid #F0F0F0;
    vertical-align: bottom
}
#comparison .table tr > td:first-child {
    border-right: 1px solid #F0F0F0;
    padding-left: 0
}
#comparison .table label {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem
}
#comparison .download_catalog {color: red}
.recruitment-detail ul {
    list-style-type: disc;
    margin: 0 0 15px 15px
}
#recruitment .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 5vw 0 7vw
}
@media (min-width: 992px) {
    #recruitment .wrapper {
        width: 85%;
        padding: 2.5vw 0 5vw
    }
}
#recruitment .wrapper:after {
    display: block;
    content: "";
    clear: both
}
#recruitment .section-title {
    margin: 0;
    font-size: 225%;
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
@media (min-width: 992px) {
    #recruitment .section-title {font-size: 380%}
}
@media (min-width: 1200px) {
    #recruitment .section-title {font-size: 400%}
}
@media (min-width: 1400px) {
    #recruitment .section-title {font-size: 420%}
}
@media (min-width: 1600px) {
    #recruitment .section-title {font-size: 450%}
}
#recruitment .download-area {
    max-width: 600px;
    margin: 5vw auto 0;
    padding: 0 15px;
    font-size: 100%;
    color: grey
}
@media (min-width: 992px) {
    #recruitment .download-area {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px;
        margin: 3vw 0 0
    }
}
#recruitment .download-area .email {
    margin: 2.5vw 0 0;
    padding: 0 0 4vw;
    border-bottom: 2px solid #F0F0F0;
    color: #333333
}
@media (min-width: 992px) {
    #recruitment .download-area .email {
        margin: 1vw 0 0;
        padding: 0 0 1.5vw;
        border-bottom-width: 1px
    }
}
#recruitment .download-area .email a {
    font-weight: 700;
    color: #E00028;
    margin-left: 5px
}
#recruitment .download-area .download {
    max-width: 600px;
    margin: 0 auto;
    padding: 2vw 0 8vw
}
@media (min-width: 992px) {
    #recruitment .download-area .download {padding: 0}
}
#recruitment .download-area .download img {max-width: 280px}
#recruitment .download-area .download ul {padding: 2vw 0}
@media (min-width: 992px) {
    #recruitment .download-area .download ul {padding: 25px 0 0}
}
@media (min-width: 1200px) {
    #recruitment .download-area .download ul {padding-top: 30px}
}
#recruitment .download-area .download ul:after {
    display: block;
    content: "";
    clear: both
}
#recruitment .download-area .download li.des, #recruitment .download-area .download li.image, #recruitment .download-area .download li.title {
    width: 100%;
    padding: 0
}
#recruitment .download-area .download li.des {margin-top: 10px}
#recruitment .download-area .download li.title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700
}
@media (min-width: 992px) {
    #recruitment .download-area .download li.title {padding-right: 10px}
}
#recruitment .download-area .download li.vietnamwork {
    position: relative;
    padding-left: 5vw;
    margin-left: 5vw;
    color: grey
}
@media (min-width: 992px) {
    #recruitment .download-area .download li.vietnamwork {
        padding-left: 10px;
        margin-left: 10px
    }
}
#recruitment .download-area .download li.vietnamwork:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    top: 17%;
    right: 100%;
    background: grey
}
#recruitment .download-area .download li.position {
    position: relative;
    padding-right: 5vw;
    margin-right: 5vw;
    color: grey
}
@media (min-width: 992px) {
    #recruitment .download-area .download li.position {
        padding-right: 10px;
        margin-right: 10px
    }
}
#recruitment .download-area .download li.position:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    top: 17%;
    left: 100%;
    background: grey
}
#recruitment .download-area .download li.image {margin-top: 2vw}
@media (min-width: 992px) {
    #recruitment .download-area .download li.image {margin-top: 10px}
}
#recruitment .download-area .download li {
    float: left;
    margin: 1vw 0 0;
    font-size: 100%;
    color: #333333
}
@media (min-width: 992px) {
    #recruitment .download-area .download li {margin: 0}
}
#recruitment .download-area .download li a {
    font-weight: 700;
    color: #E00028
}
#recruitment .download-area .download li a i.fa {margin-left: 3px}
#recruitment .form-area {
    width: 90%;
    max-width: 570px;
    margin: 0 auto
}
@media (min-width: 992px) {
    #recruitment .form-area {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px 0 40px;
        margin: 3vw 0 0
    }
}
#recruitment .form-area .hino-frm {
    padding: 4vw 5vw 6vw;
    -webkit-box-shadow: 0 0 15px 0 #CCCCCC;
    box-shadow: 0 0 15px 0 #CCCCCC
}
@media (min-width: 992px) {
    #recruitment .form-area .hino-frm {
        padding: 1.5vw 2vw 2vw;
        -webkit-box-shadow: 0 3px 25px -5px #DDDDDD;
        box-shadow: 0 3px 25px -5px #DDDDDD
    }
}
#recruitment .form-area .frm-title {
    margin: 0;
    font-size: 225%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
#recruitment .form-area .frm-input .btn-select, #recruitment .form-area .frm-input input, #recruitment .form-area .frm-input select, #recruitment .form-area .frm-input textarea {
    width: 100%;
    padding: 0;
    line-height: 30px;
    outline: 0 !important;
    font-size: 100%;
    border: 0;
    color: #333333
}
#recruitment .form-area .frm-input .bootstrap-select .btn, #recruitment .form-area .frm-input input {border-bottom: 1px solid #CCCCCC}
#recruitment .form-area .frm-input .bootstrap-select {width: 100%}
#recruitment .form-area .frm-input .bootstrap-select .btn {
    padding-right: 20px;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#recruitment .form-area .frm-input .bootstrap-select .btn:before {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 5px;
    font-family: FontAwesome, sans-serif;
    font-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#recruitment .form-area .frm-input .bootstrap-select .btn .bs-caret, #recruitment .form-area .frm-input .bootstrap-select .btn:after {
    opacity: 0;
    display: none !important
}
#recruitment .form-area .frm-input textarea {background: url(../image/textarea-bg.png) repeat scroll 0 0/auto 30px}
#recruitment .form-area .frm-input h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 100%;
    font-weight: 700
}
#recruitment .form-area .frm-input .upload-file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}
#recruitment .form-area .frm-input .upload-btn {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 100%;
    font-weight: 700;
    color: #E00028;
    cursor: pointer
}
#recruitment .form-area .frm-input .upload-btn i.fa {margin-left: 3px}
#recruitment .form-area .frm-btn {
    margin-top: 4vw;
    text-align: center
}
@media (min-width: 992px) {
    #recruitment .form-area .frm-btn {margin-top: 1.5vw}
}
#recruitment .frm-scroll-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px 12px;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#recruitment .frm-scroll-btn.active {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%)
}
@media (min-width: 992px) {
    #recruitment .frm-scroll-btn {display: none !important}
}
#faq .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 5vw 0 7vw
}
@media (min-width: 992px) {
    #faq .wrapper {
        width: 85%;
        padding: 2.5vw 0 4vw
    }
}
#faq .wrapper:after {
    display: block;
    content: "";
    clear: both
}
#faq .section-title {
    margin: 0;
    font-size: 225%;
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
@media (min-width: 992px) {
    #faq .section-title {font-size: 380%}
}
@media (min-width: 1200px) {
    #faq .section-title {font-size: 400%}
}
@media (min-width: 1400px) {
    #faq .section-title {font-size: 420%}
}
@media (min-width: 1600px) {
    #faq .section-title {font-size: 450%}
}
#faq .content-area {
    max-width: 600px;
    margin: 5vw auto 0;
    font-size: 100%;
    color: grey;
    text-align: center
}
@media (min-width: 992px) {
    #faq .content-area {
        float: left;
        width: 50%;
        max-width: none;
        margin: 3vw 0 0;
        text-align: left
    }
}
#faq .content-area .cat-list-wrap {
    max-height: 50px;
    overflow: hidden
}
@media (min-width: 520px) {
    #faq .content-area .cat-list-wrap {padding: 0 15px}
}
@media (min-width: 992px) {
    #faq .content-area .cat-list-wrap {padding: 0}
}
#faq .content-area .cat-list {
    margin: 0 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC
}
@media (min-width: 520px) {
    #faq .content-area .cat-list {
        display: inline-block;
        width: auto;
        margin: 0 auto
    }
    #faq .content-area .cat-list .slick-track {
        width: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}
@media (min-width: 992px) {
    #faq .content-area .cat-list {
        display: block;
        margin: 0 15px
    }
}
#faq .content-area .cat-list li a {
    display: block;
    position: relative;
    padding: 5px 0;
    margin: 0 6vw 0 0;
    font-size: 100%;
    font-weight: 700;
    color: #CCCCCC;
    text-transform: uppercase;
    z-index: 1
}
@media (min-width: 520px) {
    #faq .content-area .cat-list li a {margin-right: 5vw}
}
@media (min-width: 768px) {
    #faq .content-area .cat-list li a {margin-right: 20px}
}
@media (min-width: 992px) {
    #faq .content-area .cat-list li a {margin-right: 1.5vw}
}
@media (min-width: 1200px) {
    #faq .content-area .cat-list li a {margin-right: 25px}
}
#faq .content-area .cat-list li a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #E00028
}
@media (min-width: 520px) {
    #faq .content-area .cat-list li a:after {
        -webkit-transition: all 0s;
        transition: all 0s
    }
}
#faq .content-area .cat-list li.slick-current a {color: #E00028}
#faq .content-area .cat-list li.slick-current a:after {opacity: 1}
@media (min-width: 520px) {
    #faq .content-area .cat-list li:last-child a {margin: 0}
}
#faq .content-area #cat_list_desk {display: none !important}
@media (min-width: 520px) {
    #faq .content-area #cat_list_desk {display: block !important}
}
@media (min-width: 520px) {
    #faq .content-area #cat_list_mb {display: none !important}
}
#faq .content-area .faq-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 1vw 15px 4vw;
    text-align: left
}
@media (min-width: 520px) {
    #faq .content-area .faq-list {padding-bottom: 30px}
}
@media (min-width: 992px) {
    #faq .content-area .faq-list {padding: 5px 15px 0}
}
#faq .content-area .faq-list .item {
    margin: 3vw 0 0;
    padding: 3vw 4vw 4vw;
    background: #F0F0F0
}
@media (min-width: 992px) {
    #faq .content-area .faq-list .item {
        margin-top: 1vw;
        padding: 1.5vw 2vw 2vw
    }
}
#faq .content-area .faq-list .item .question {
    font-size: 100%;
    font-weight: 700;
    color: #333333
}
#faq .content-area .faq-list .item .date {
    margin: 1vw 0 0;
    font-size: 100%;
    color: #CCCCCC
}
@media (min-width: 992px) {
    #faq .content-area .faq-list .item .date {margin-top: .5vw}
}
#faq .content-area .faq-list .item .answer {
    margin: 2vw 0 0;
    font-size: 100%;
    color: grey
}
@media (min-width: 992px) {
    #faq .content-area .faq-list .item .answer {margin-top: 1vw}
}
#faq .content-area .faq-list .paging {
    padding: 5vw 0;
    text-align: center
}
@media (min-width: 992px) {
    #faq .content-area .faq-list .paging {
        padding: 3vw 0 0;
        text-align: left
    }
}
#faq .content-area .faq-list .paging li {
    display: inline-block;
    margin: 0 1.5vw
}
@media (min-width: 992px) {
    #faq .content-area .faq-list .paging li {margin: 0 1vw}
    #faq .content-area .faq-list .paging li:first-child {margin-left: 0}
}
@media (min-width: 1200px) {
    #faq .content-area .faq-list .paging li {margin: 0 15px}
}
#faq .content-area .faq-list .paging li a, #faq .content-area .faq-list .paging li span {
    display: inline-block;
    min-width: 15px;
    color: grey;
    text-align: center
}
#faq .content-area .faq-list .paging li a:hover {text-decoration: underline}
#faq .content-area .faq-list .paging li span {cursor: default}
#faq .content-area .faq-list .paging li.current a {
    color: #333333;
    font-weight: 700;
    cursor: default
}
#faq .content-area .faq-list .paging li.current a:hover {text-decoration: none}
#faq .form-area {
    width: 90%;
    max-width: 570px;
    margin: 0 auto
}
@media (min-width: 992px) {
    #faq .form-area {
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px 0 40px;
        margin: 3.3vw 0 0
    }
}
#faq .form-area .hino-frm {
    padding: 4vw 5vw 6vw;
    -webkit-box-shadow: 0 0 15px 0 #CCCCCC;
    box-shadow: 0 0 15px 0 #CCCCCC
}
@media (min-width: 992px) {
    #faq .form-area .hino-frm {
        padding: 1.5vw 2vw 2vw;
        -webkit-box-shadow: 0 3px 25px -5px #DDDDDD;
        box-shadow: 0 3px 25px -5px #DDDDDD
    }
}
#faq .form-area .frm-title {
    margin: 0;
    font-size: 225%;
    color: #333333;
    text-transform: uppercase;
    font-family: UTMBebas, sans-serif;
    text-align: center
}
#faq .form-area .frm-input .btn-select, #faq .form-area .frm-input input, #faq .form-area .frm-input select, #faq .form-area .frm-input textarea {
    width: 100%;
    padding: 0;
    line-height: 30px;
    outline: 0 !important;
    font-size: 100%;
    border: 0;
    color: #333333
}
#faq .form-area .frm-input .bootstrap-select .btn, #faq .form-area .frm-input input {border-bottom: 1px solid #CCCCCC}
#faq .form-area .frm-input .bootstrap-select {width: 100%}
#faq .form-area .frm-input .bootstrap-select .btn {
    padding-right: 20px;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#faq .form-area .frm-input .bootstrap-select .btn:before {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 5px;
    font-family: FontAwesome, sans-serif;
    font-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#faq .form-area .frm-input .bootstrap-select .btn .bs-caret, #faq .form-area .frm-input .bootstrap-select .btn:after {
    opacity: 0;
    display: none !important
}
#faq .form-area .frm-input textarea {background: url(../image/textarea-bg.png) repeat scroll 0 0/auto 30px}
#faq .form-area .frm-input h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 100%;
    font-weight: 700
}
#faq .form-area .frm-input .upload-file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}
#faq .form-area .frm-input .upload-btn {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 100%;
    font-weight: 700;
    color: #E00028;
    cursor: pointer
}
#faq .form-area .frm-input .upload-btn i.fa {margin-left: 3px}
#faq .form-area .frm-btn {
    margin-top: 4vw;
    text-align: center
}
@media (min-width: 992px) {
    #faq .form-area .frm-btn {margin-top: 1.5vw}
}
#faq .frm-scroll-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px 12px;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#faq .frm-scroll-btn.active {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%)
}
@media (min-width: 992px) {
    #faq .frm-scroll-btn {display: none !important}
}
#faq .page-link {
    border: none !important;
    font-size: .875rem;
    color: grey;
    background: 0 0;
    min-width: 31px;
    min-height: 31px;
    text-align: center;
    padding: 6px 2px 0
}
#faq .page-link:hover {
    color: #E00028;
    font-weight: 700
}
#faq .page-item.active .page-link {
    color: #E00028;
    font-weight: 700;
    background: #ECEEEF
}
#faq .page-item.disabled .page-link:hover {
    cursor: default;
    color: grey
}
#faq .wrap-pagination {margin: 10px 0 20px 0}
#fancybox-wrap {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -safari-box-sizing: content-box !important;
    box-sizing: content-box !important
}
#fancybox-overlay {position: fixed !important}
#dealer {padding: 40px 0 60px}
#dealer .p-select {
    position: relative;
    left: 50%;
    margin-left: -180px;
    margin-bottom: 35px
}
#dealer .p-select .p-sName {
    color: #DF0028;
    font-weight: 700;
    display: inline-block
}
#dealer .p-select .p-sBody {
    display: inline-block;
    margin-left: 20px;
    width: 260px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden;
    top: 8px
}
#dealer .p-select .p-sBody:after {
    color: #DF0028;
    content: "\f078";
    background-color: #FFFFFF;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    width: 10%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#dealer .p-select .p-sBody select {
    color: grey;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    height: auto !important;
    position: relative;
    z-index: 10;
    width: 110%
}
.fd-map-wrap {
    position: relative;
    width: 100%;
    height: 100%
}
.fd-map-wrap .fd-near {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1
}
.fd-map-wrap .fd-near-list-item {
    position: relative;
    border-bottom: 2px solid #E8E8E8;
    padding: 20px 150px 20px 40px;
    background-color: #FFFFFF;
    overflow: hidden
}
.fd-map-wrap .fd-near-list-item .col-stt {display: none}
.fd-map-wrap .fd-near-list-item .col-detail .d-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
    text-transform: uppercase
}
.fd-map-wrap .fd-near-list-item .col-detail .d-address, .fd-map-wrap .fd-near-list-item .col-detail .d-phone {
    font-size: 1.625rem;
    line-height: 1.4;
    color: grey;
    display: none
}
.fd-map-wrap .fd-near-list-item .col-detail .content-custom {display: none}
.fd-map-wrap .fd-near-list-item .col-detail .d-info {
    overflow: hidden;
    font-size: 2rem;
    margin-top: 5px;
    display: none
}
.fd-map-wrap .fd-near-list-item .col-detail .d-link {
    float: left;
    color: #ED1C24;
    display: none
}
.fd-map-wrap .fd-near-list-item .col-detail .d-distance {
    float: right;
    color: #ED1C24;
    display: none
}
.fd-map-wrap .fd-near-list-item .col-distance {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    background-color: #F0F0F0
}
.fd-map-wrap .fd-near-list-item .col-distance a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}
.fd-map-wrap .fd-near-list-item .col-distance .svg-icon, .fd-map-wrap .fd-near-list-item .col-distance .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.fd-map-wrap .fd-near-list-item .d-img {display: none}
.fd-map-wrap .fd-map {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 30%;
    overflow: hidden;
    background: #D1D1D1;
    opacity: 0;
    z-index: 0
}
.fd-map-wrap .fd-map #map {
    width: 100%;
    height: 100%
}
.fd-map-wrap .fd-map img.img-map-demo {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.fd-all-wrap {
    position: relative;
    padding-top: 40px;
    overflow: hidden
}
.fd-all-wrap .fd-result {position: relative}
.fd-all-wrap .fd-result-item {
    position: relative;
    border-bottom: 2px solid #E8E8E8;
    padding: 20px 150px 20px 40px;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transition: all .7s ease-in-out, opacity 1s .2s;
    transition: all .7s ease-in-out, opacity 1s .2s;
    max-height: 400px
}
.fd-all-wrap .fd-result-item .col-detail .d-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
    text-transform: uppercase
}
.fd-all-wrap .fd-result-item .col-detail .d-address, .fd-all-wrap .fd-result-item .col-detail .d-phone {
    font-size: 1.625rem;
    line-height: 1.4;
    color: grey;
    display: none
}
.fd-all-wrap .fd-result-item .col-detail .d-link {
    margin-top: 5px;
    font-size: 2rem;
    color: #ED1C24;
    display: none
}
.fd-all-wrap .fd-result-item .col-buttons {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    background-color: #F0F0F0
}
.fd-all-wrap .fd-result-item .col-buttons .phone-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}
.fd-all-wrap .fd-result-item .col-buttons .phone-box i.svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.fd-all-wrap .fd-result-item .find-map, .fd-all-wrap .fd-result-item .find-road {display: none}
.fd-all-wrap .fd-result-item.remove {
    opacity: 0 !important;
    -webkit-transition: all .5s linear, opacity 1s 0s;
    transition: all .5s linear, opacity 1s 0s;
    border: 0
}
.fd-all-wrap .fd-result-item.remove2 {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    -webkit-transition: all .5s linear, opacity 1s 0s;
    transition: all .5s linear, opacity 1s 0s;
    border: 0
}
.fd-all-wrap .fd-result-head {
    position: relative;
    height: 60px;
    padding: 22px 180px 15px 20px;
    opacity: 0;
    display: none;
    background: #F0F0F0;
    overflow: hidden
}
.fd-all-wrap .fd-result-head .col-detail {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ED1C24
}
.fd-all-wrap .fd-result-head .col-buttons {
    position: absolute;
    width: 20%;
    top: 0;
    right: 0;
    width: 200px
}
.fd-all-wrap .fd-result-head .col-buttons a {
    float: left;
    width: 50%;
    padding: 25px 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ED1C24;
    text-align: center;
    cursor: default
}
.fd-all-wrap .fd-reg {
    position: relative;
    margin: 40px 0
}
.fd-all-wrap .fd-reg img {
    display: block;
    width: 100%;
    max-width: 100%
}
.fd-all-wrap .fd-reg a {
    position: absolute;
    width: 80%;
    bottom: 8%;
    left: 10%;
    padding: 14px 25px 13px;
    font-size: 3rem;
    color: #FFFFFF;
    text-align: center;
    border: none;
    outline: 0;
    background: #ED1C24;
    -webkit-transition: all .3s;
    transition: all .3s
}
.fd-all-wrap .fd-reg a:hover {background: #C4070E}
@media (min-width: 768px) {
    .fd-all-wrap {padding-top: 40px}
    .fd-all-wrap .fd-reg {margin: 60px 0}
    .fd-all-wrap .fd-reg a {
        font-size: 3.125rem;
        padding: 28px 30px 25px
    }
    .list-dealer .title-intro {font-size: 3rem}
    .list-dealer-block {overflow: hidden}
    .list-dealer-item {
        float: left;
        width: 50%
    }
    .list-dealer-item .title {
        font-size: 1.875rem;
        line-height: 1.5
    }
    .list-dealer-item .info-list li {font-size: 1.375rem}
}
@media (min-width: 992px) {
    .fd-map-wrap {
        padding: 10px;
        position: relative
    }
    .fd-map-wrap:before {
        content: '';
        display: block;
        padding-bottom: 45%
    }
    .fd-map-wrap:after {
        content: '';
        display: block;
        clear: both
    }
    .fd-map-wrap .fd-near {
        width: 35%;
        height: 100%;
        z-index: 10;
        -webkit-box-shadow: 0 0 15px 0 #BBBBBB;
        box-shadow: 0 0 15px 0 #BBBBBB;
        top: 0;
        left: 0;
        position: absolute
    }
    .fd-map-wrap .fd-near-search .s-icon {
        font-size: 1.375rem;
        padding: 12px 0 10px
    }
    .fd-map-wrap .fd-near-search input {font-size: 1.375rem}
    .fd-map-wrap .fd-near-list-item {
        padding: .875rem 1.25rem .875rem;
        border-bottom-width: 1px
    }
    .fd-map-wrap .fd-near-list-item .col-stt {
        display: block;
        position: absolute;
        top: 1.0625rem;
        left: 1.25rem
    }
    .fd-map-wrap .fd-near-list-item .col-stt span {
        display: block;
        text-align: center;
        height: 1.875rem;
        width: 1.875rem;
        font-size: 1.25rem;
        line-height: 2rem;
        color: #FFFFFF;
        font-weight: 700;
        background-color: #ED1C24
    }
    .fd-map-wrap .fd-near-list-item .col-detail .d-name {font-size: 16px}
    .fd-map-wrap .fd-near-list-item .col-detail .d-address, .fd-map-wrap .fd-near-list-item .col-detail .d-phone {
        font-size: .9375rem;
        display: none
    }
    .fd-map-wrap .fd-near-list-item .col-detail .content-custom {display: none}
    .fd-map-wrap .fd-near-list-item .col-detail .d-phone {
        margin-top: .3125rem;
        display: none
    }
    .fd-map-wrap .fd-near-list-item .col-detail .d-link {
        font-size: 1.0625rem;
        display: none
    }
    .fd-map-wrap .fd-near-list-item .col-detail .d-distance {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        font-size: 1.25rem;
        color: silver
    }
    .fd-map-wrap .fd-near-list-item .col-distance {display: none}
    .fd-map-wrap .fd-map {
        display: block;
        opacity: 1
    }
    .fd-all-wrap {
        padding: 0;
        text-align: left
    }
    .fd-all-wrap .title-trapezoid {
        position: absolute;
        width: auto;
        height: 42px;
        top: -42px;
        left: 50%;
        margin: 0;
        padding: 0 25px;
        border-bottom: 42px solid #ED1C24;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-transform: none;
        font-size: 21px;
        line-height: 46px;
        color: #FFFFFF;
        z-index: 1
    }
    .fd-all-wrap .title-trapezoid:after, .fd-all-wrap .title-trapezoid:before {
        display: none;
        opacity: 0
    }
    .fd-all-wrap .fd-result-item {
        padding: .9375rem 1.25rem .9375rem;
        border-bottom-width: 1px
    }
    .fd-all-wrap .fd-result-item .col-detail .d-name {font-size: 16px}
    .fd-all-wrap .fd-result-item .col-detail .d-address, .fd-all-wrap .fd-result-item .col-detail .d-phone {
        font-size: .9375rem;
        display: none
    }
    .fd-all-wrap .fd-result-item .col-detail .d-phone {
        margin-top: 3px;
        display: none
    }
    .fd-all-wrap .fd-result-item .col-detail .d-link {
        font-size: 1.0625rem;
        display: none
    }
    .fd-all-wrap .fd-result-item .col-buttons {
        background-color: transparent;
        overflow: hidden;
        width: 250px;
        height: 100%
    }
    .fd-all-wrap .fd-result-item .col-buttons .phone-box {display: none !important}
    .fd-all-wrap .fd-result-item .col-buttons .find-map, .fd-all-wrap .fd-result-item .col-buttons .find-road {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        height: 100%
    }
    .fd-all-wrap .fd-result-item .col-buttons .find-map .svg-icon, .fd-all-wrap .fd-result-item .col-buttons .find-road .svg-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .fd-all-wrap .fd-result-item .col-buttons .find-map .icon-dealer-small, .fd-all-wrap .fd-result-item .col-buttons .find-road .icon-dealer-small {
        width: 1rem;
        height: 1.375rem
    }
    .fd-all-wrap .fd-result-item .col-buttons .find-map .icon-find-road, .fd-all-wrap .fd-result-item .col-buttons .find-road .icon-find-road {
        width: 1.375rem;
        height: 1.375rem
    }
    .fd-all-wrap .fd-result-head {
        display: block;
        opacity: 1;
        padding-right: 250px
    }
    .fd-all-wrap .fd-result-head .col-detail {font-size: 1.4375rem}
    .fd-all-wrap .fd-result-head .col-buttons {width: 250px}
    .fd-all-wrap .fd-result-head .col-buttons a {
        padding: 12px 0 0;
        font-size: 1.375rem;
        line-height: 1.15
    }
    .fd-all-wrap .fd-all-block {
        display: block;
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0;
        text-align: left
    }
    .fd-all-wrap .fd-all-block:after {
        display: block;
        content: "";
        clear: both
    }
    .fd-all-wrap .fd-all-block .block-left {
        display: inline-block;
        width: 100%;
        max-width: 800px;
        padding: 0
    }
    .fd-all-wrap .fd-all-block .block-right {
        float: right;
        width: 32%;
        max-width: 400px
    }
    .fd-all-wrap .fd-reg {
        margin: 0;
        -webkit-box-shadow: 0 3px 20px 0 #DDDDDD;
        box-shadow: 0 3px 20px 0 #DDDDDD
    }
    .fd-all-wrap .fd-reg a {
        font-size: 1.75rem;
        line-height: 1.3;
        padding: 12px 20px 10px
    }
    .list-dealer .title-intro {
        border-bottom: none;
        font-size: 2rem;
        font-weight: 300
    }
    .list-dealer .title-intro:before {content: none}
    .list-dealer .title-intro span {font-weight: 300}
    .list-dealer-block {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
    .list-dealer-item {
        width: 25%;
        margin-bottom: 30px
    }
    .list-dealer-item .title {font-size: 1.25rem}
    .list-dealer-item .info-list li {font-size: 1.125rem}
    .fd-select {
        width: 100%;
        padding-bottom: 15px
    }
    .fd-select .dropdown {width: 100%}
    .fd-select .dropdown-toggle {display: none}
    .fd-select .dropdown-menu {
        display: block;
        border: none;
        position: relative;
        top: 0;
        bottom: unset;
        width: 100%;
        text-align: center;
        z-index: 0
    }
    .fd-select .dropdown-menu .dropdown-item {
        display: inline-block;
        width: auto;
        color: grey;
        background-color: transparent
    }
    .fd-select .dropdown-menu .dropdown-item:not(:first-child) {border-left: 2px solid grey}
    .fd-select .dropdown-menu .dropdown-item.active, .fd-select .dropdown-menu .dropdown-item:hover {color: #E00028}
    .fd-near-list-item.open, .fd-result-item.open {color: #E00028}
    .fd-near-list-item.open .col-detail .d-no, .fd-result-item.open .col-detail .d-no {background-color: #E00028}
    .fd-map-detail {
        max-width: 400px;
        padding: 10px
    }
    .fd-map-detail .col-detail {min-width: 320px}
    .fd-map-detail .d-no {display: none}
    .fd-map-detail .d-name {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .fd-map-detail .d-address {
        margin-top: 10px;
        color: grey
    }
    .fd-map-detail .d-phone {
        margin-top: 10px;
        font-weight: 700
    }
    .fd-map-detail .d-link {
        margin-top: 10px;
        display: block;
        color: #E00028
    }
    #mapClose, .fd-map-detail-mobile {display: none}
}
@media (min-width: 1600px) {
    .fd-map-wrap .fd-near-search {min-height: 50px}
    .fd-map-wrap .fd-near-search .s-icon {
        font-size: 1.25rem;
        padding: 15px 0 12px
    }
    .fd-map-wrap .fd-near-search input {font-size: 1.125rem}
    .fd-all-wrap .title-block {
        height: 50px;
        top: -50px;
        line-height: 56px;
        padding: 0 25px;
        border-bottom-width: 50px
    }
    .fd-all-wrap .fd-result-head {padding: 20px 270px 18px 20px}
    .fd-all-wrap .fd-result-head .col-detail {font-size: 1.0625rem}
    .fd-all-wrap .fd-result-head .col-buttons {width: 280px}
    .fd-all-wrap .fd-result-head .col-buttons a {
        font-size: 1rem;
        padding: 12px 0 0 30px
    }
    .fd-all-wrap .fd-result-head .col-buttons a.find-road {padding: 12px 30px 0 0}
    .fd-all-wrap .fd-reg a {
        font-size: 1.5rem;
        padding-top: 14px
    }
}
.fd-select {
    text-transform: uppercase;
    font-weight: 700
}
.fd-select .dropdown-menu .dropdown-item {font-weight: 700}
.fd-all-wrap .fd-near-list-item, .fd-all-wrap .fd-result-item {
    padding: 0;
    cursor: pointer
}
.fd-all-wrap .col-detail {
    position: relative;
    padding: 4% 1.25rem 3.8% 12%
}
.fd-all-wrap .col-detail .d-no {
    background-color: grey;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF
}
.fd-all-wrap .col-detail .d-no span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#dealer .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: grey
}
#dealer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #333333;
    cursor: pointer
}
@media (max-width: 991px) {
    .fd-select {
        width: 100%;
        margin-top: 15px
    }
    .fd-select .dropdown {
        width: 100%;
        text-align: center
    }
    .fd-select .dropdown .dropdown-toggle {
        background-color: transparent;
        border-bottom: 2px solid #CCCCCC;
        color: #333333;
        font-weight: 700;
        text-transform: uppercase
    }
    .fd-select .dropdown .dropdown-toggle:after {margin-left: .6rem}
    .fd-select .dropdown .dropdown-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .fd-select .dropdown .dropdown-item.active, .fd-select .dropdown .dropdown-item:hover {
        color: #FFFFFF;
        background: #E00028
    }
    #dealer .p-select {
        left: 0;
        margin-left: 0
    }
    #dealer .p-select .p-sName {
        padding-top: 30px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        text-align: center
    }
    #dealer .p-select .p-sBody {
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-left: 0
    }
    #dealer .find-dealer {padding-top: 20px}
    #dealer .find-dealer.show-map .fd-near {display: none}
    #dealer .find-dealer.show-map .fd-map {
        position: relative;
        width: 100%;
        left: 0
    }
    #dealer .find-dealer.show-map .fd-map #map:before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
    #dealer .fd-all-wrap {
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        padding-top: 0
    }
    #dealer .fd-all-wrap .fd-near-list-item, #dealer .fd-all-wrap .fd-result-item {
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8
    }
    #dealer .fd-all-wrap .fd-near-list-item.remove, #dealer .fd-all-wrap .fd-result-item.remove {border: none}
    #dealer .fd-all-wrap .col-detail .d-name {font-size: 16px}
    #dealer .fd-map {background-color: #FFFFFF}
    #dealer .fd-map.open {
        display: block;
        opacity: 1;
        z-index: 10
    }
    #dealer .fd-map #map {height: 80%}
    #dealer #mapClose {
        background-color: #8E8E8E;
        color: #FFFFFF;
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 5px
    }
    #dealer #mapClose i {
        font-size: 12px;
        position: relative;
        top: -10%
    }
    #dealer .fd-map-detail-mobile {display: block}
    #dealer .fd-map-detail-mobile .col-detail {padding: 5% 0}
    #dealer .fd-map-detail-mobile .col-detail > div {padding: 0 5%}
    #dealer .fd-map-detail-mobile .col-detail .d-no {display: none}
    #dealer .fd-map-detail-mobile .col-detail .d-name {
        color: #404040;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #F0F0F0;
        font-weight: 700
    }
    #dealer .fd-map-detail-mobile .col-detail .d-address {
        margin-top: 15px;
        color: grey
    }
    #dealer .fd-map-detail-mobile .col-detail .d-phone {
        color: #404040;
        font-weight: 700;
        margin-top: 15px
    }
    #dealer .fd-map-detail-mobile .col-detail .d-info {margin-top: 15px}
    #dealer .fd-map-detail-mobile .col-detail .d-info a {color: #ED1C24}
}
.fd-map-detail .col-detail:after {
    content: '';
    display: block;
    clear: both
}
.fd-map-detail .d-thumb {
    margin-right: 10px;
    margin-bottom: 6px;
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative
}
.fd-map-detail .d-thumb:before {
    content: '';
    display: block;
    padding-bottom: 100%
}
.fd-map-detail .d-thumb .d-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%
}
.fd-map-detail .wrap-content {
    width: 64%;
    float: right
}
.fd-map-detail-mobile .d-thumb {
    width: 35%;
    margin-left: 10px
}
.fd-map-detail-mobile .wrap-content {
    width: 100%;
    float: none
}
.chang-duong {
    overflow: hidden;
    padding: 0 0 10vw
}
@media (min-width: 992px) {
    .chang-duong {padding: 0 0 4vw}
}
.chang-duong .title-page {margin-top: 4vw}
@media (min-width: 992px) {
    .chang-duong .title-page {margin-top: 40px}
}
.chang-duong .wrapper {position: relative}
.chang-duong .select-year {
    display: inline-block;
    margin: 15px 0 70px 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (min-width: 992px) {
    .chang-duong .select-year {display: none}
}
.chang-duong .select-year select {
    display: block;
    padding: 0 7vw 2px;
    border: none;
    border-bottom: solid 1px #CCCCCC;
    outline: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    cursor: pointer
}
.chang-duong .select-year span {
    position: absolute;
    top: 10%;
    right: 5%;
    line-height: 1;
    z-index: -1
}
.chang-duong .timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 4vw;
    left: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    color: #999999;
    z-index: 10
}
@media (max-width: 991px) {
    .chang-duong .timeline {display: none !important}
}
@media (min-width: 1200px) {
    .chang-duong .timeline {left: 30px}
}
.chang-duong .timeline:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: -1px;
    background: #FFFFFF
}
.chang-duong .timeline li {
    position: relative;
    margin: 2.8vw 0 0;
    text-align: right;
    cursor: pointer
}
@media (min-width: 1200px) {
    .chang-duong .timeline li {margin-top: 35px}
}
.chang-duong .timeline li:first-child {margin: 0}
.chang-duong .timeline li.active:before, .chang-duong .timeline li:hover:before {background: #FFFFFF}
.chang-duong .timeline li.active span, .chang-duong .timeline li:hover span {color: #FFFFFF}
.chang-duong .timeline li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 0;
    border: solid 1.5px #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #5B5B56;
    -webkit-transition: .5s;
    transition: .5s
}
.chang-duong .timeline li span {
    display: block;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (min-width: 1200px) {
    .chang-duong .timeline li span {font-size: 15px}
}
.chang-duong .content {
    position: relative;
    background: #F8F8F8
}
@media (min-width: 992px) {
    .chang-duong .content {background: #555555}
}
.chang-duong .slide-images {
    position: initial;
    display: none
}
.chang-duong .slide-images.active, .chang-duong .slide-images:first-child {display: block}
.chang-duong .slide-images .thumb {
    position: relative;
    overflow: hidden
}
.chang-duong .slide-images .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6)
}
.chang-duong .slide-images .thumb img {
    display: block;
    width: 100%
}
.chang-duong .slide-images .text {
    position: relative;
    padding: 30px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    z-index: 2
}
@media (min-width: 992px) {
    .chang-duong .slide-images .text {
        position: absolute;
        top: 2vw;
        left: 10%;
        padding: 0;
        z-index: 2;
        color: #FFFFFF
    }
}
.chang-duong .slide-images .text h3 {
    margin: 0;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
    color: #333333
}
@media (min-width: 992px) {
    .chang-duong .slide-images .text h3 {
        font-size: 2.8em;
        color: #FFFFFF
    }
}
.chang-duong .slide-images .text p {
    color: grey;
    padding: 0 0 0 15px;
    margin: 10px 0 0 20px;
    border-left: solid 3px red
}
@media (min-width: 992px) {
    .chang-duong .slide-images .text p {
        font-size: 1.2em;
        margin: 15px 0 0 15px;
        color: #FFFFFF
    }
}
.chang-duong .slide-images .text span {
    display: block;
    white-space: nowrap
}
.chang-duong .slide-images .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}
@media (min-width: 992px) {
    .chang-duong .slide-images .slick-dots {
        top: auto;
        bottom: 30px
    }
}
.chang-duong .slide-images .slick-dots li {
    width: 6vw;
    max-width: 30px;
    height: 3px;
    margin: 0 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #CCCCCC;
    cursor: pointer
}
.chang-duong .slide-images .slick-dots li.slick-active {
    height: 5px;
    width: 11vw;
    max-width: 50px;
    background: grey
}
@media (min-width: 992px) {
    .chang-duong .slide-images .slick-dots li.slick-active {background: #FFFFFF}
}
.chang-duong .slide-images .slick-dots li.hightlight {background: #E00028 !important}
.chang-duong .slide-images .slick-dots li button {display: none}
.form {overflow: hidden}
.form .title-page {margin: 4vw 0 10vw 0}
@media (min-width: 992px) {
    .form .title-page {margin: 4vw 0 3vw 0}
}
.form .title-page span {display: block}
@media (min-width: 992px) {
    .form .title-page span {display: inline-block}
}
.form h3 {
    font-family: UTMBebas, Sans-serif;
    margin: 0 0 8vw 0;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1;
    color: #333333
}
@media (min-width: 992px) {
    .form h3 {
        text-align: center;
        margin: 0 0 3vw 0
    }
}
.form .signup-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.form .input-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 992px) {
    .form .input-info {
        max-width: 992px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}
.form .input-info .wrapper {
    padding: 30px;
    width: 90%;
    -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .1);
    margin: 0 0 5vw 0
}
@media (min-width: 992px) {
    .form .input-info .wrapper {
        -webkit-box-flex: 30%;
        -webkit-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        margin-right: 5%;
        padding: 20px 15px 0 15px
    }
    .form .input-info .wrapper:last-child {margin-right: 0}
}
.form .wrapper-select {
    position: relative;
    overflow: hidden;
    margin: 0 0 5vw 0
}
@media (min-width: 992px) {
    .form .wrapper-select {
        margin: 0 0 2vw 0;
        padding: 0 30px
    }
}
.form .wrapper-select .arrow-icon {
    position: absolute;
    color: #E00028;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2em
}
@media (min-width: 992px) {
    .form .wrapper-select .arrow-icon {right: 30px}
}
.form input[type=text], .form select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: solid 1px #CCCCCC;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0
}
.form .wrapper-input {
    margin: 0 0 5vw 0;
    width: 100%
}
@media (min-width: 992px) {
    .form .wrapper-input {
        margin: 0 0 2vw 0;
        padding: 0 30px
    }
}
.form .dai-ly span {
    display: block;
    font-style: italic
}
.form .dai-ly span:nth-child(1) {font-weight: 700}
.form .qui-dinh {cursor: pointer}
.form .qui-dinh input[type=checkbox] {display: none}
.form .qui-dinh input[type=checkbox]:checked ~ span.custom-checkbox {
    background: #E00028;
    border-color: #E00028
}
.form .qui-dinh input[type=checkbox]:checked ~ span.custom-checkbox::before {opacity: 1}
.form .qui-dinh .custom-checkbox {
    width: 15px;
    height: 15px;
    background: 0 0;
    border: solid 1px #000000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 2vw;
    position: relative
}
@media (min-width: 992px) {
    .form .qui-dinh .custom-checkbox {margin-right: 10px}
}
.form .qui-dinh .custom-checkbox:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    border-right: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    top: 50%;
    left: 18%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    opacity: 0
}
.form .qui-dinh span {
    text-decoration: underline;
    -webkit-text-decoration-color: grey;
    -moz-text-decoration-color: grey;
    text-decoration-color: grey;
    color: grey
}
.form .notice {
    display: block;
    color: #E00028
}
.form button.xac-nhan {
    padding: 12px 40px;
    margin: 20px 0 50px;
    background: #E00028;
    font-size: 1.2em;
    color: #FFFFFF;
    border: none;
    font-family: "Open Sans", sans-serif;
    cursor: pointer
}
@media (min-width: 992px) {
    .form button.xac-nhan {margin: 15px 0 40px}
}
.milestone .no-padding {padding: 0 !important}
@media (min-width: 320px) {
    .milestone .section {padding: 30px 0}
}
@media (min-width: 960px) {
    .milestone .section {padding: 40px 0}
}
.milestone .bg-gray {background: #F0F0F0}
.milestone .no-bg {background: 0 0 !important}
.milestone .bg-blue {background: #F0FCFF !important}
.milestone h1.red, .milestone h2.red, .milestone h3.red, .milestone h4.red, .milestone h5.red, .milestone h6.red, .milestone p.red, .milestone span.red {color: #E00028}
.milestone hr.red {border-color: #E00028}
.milestone .title-page, .milestone .title-section {font-family: UTMBebas, sans-serif}
@media (min-width: 320px) {
    .milestone .title-page h2, .milestone .title-section h2 {
        padding: 0 0 20px 0;
        font-size: 40px
    }
}
@media (min-width: 960px) {
    .milestone .title-page h2, .milestone .title-section h2 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
@media (min-width: 320px) {
    .milestone .title-page h3, .milestone .title-section h3 {
        padding: 0 0 20px 0;
        font-size: 32px
    }
}
@media (min-width: 960px) {
    .milestone .title-page h3, .milestone .title-section h3 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
.milestone .treelife {position: relative}
.milestone .treelife .tree:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 2px;
    background: #CCCCCC;
    left: 28.5%;
    margin-left: -10px;
    z-index: 11
}
@media (min-width: 568px) {
    .milestone .treelife .tree:before {left: 24%}
}
@media (min-width: 667px) {
    .milestone .treelife .tree:before {left: 16.5%}
}
@media (min-width: 768px) {
    .milestone .treelife .tree:before {left: 16.2%}
}
@media (min-width: 992px) {
    .milestone .treelife .tree:before {left: 24.1%}
}
@media (min-width: 1200px) {
    .milestone .treelife .tree:before {left: 24%}
}
.milestone .treelife .tree .year {
    position: relative;
    padding: 20px 0
}
.milestone .treelife .tree .year .number {
    line-height: 26px;
    font-size: 24px;
    text-align: center;
    font-weight: 700
}
@media (min-width: 320px) {
    .milestone .treelife .tree .year .number {font-size: 25px}
}
.milestone .treelife .tree .year .number:after {
    content: " • ";
    position: absolute;
    font-size: 32px;
    color: #CCCCCC;
    top: 0;
    right: -10%;
    z-index: 20
}
@media (min-width: 568px) {
    .milestone .treelife .tree .year .number:after {right: 5%}
}
.milestone .treelife .tree .year .info {font-size: 20px}
@media (min-width: 320px) {
    .milestone .treelife .tree .year .event img {padding: 10px 0 20px 0}
}
@media (min-width: 960px) {
    .milestone .treelife .tree .year .event img {padding: 0}
}
.milestone .treelife .tree .year:nth-of-type(odd) {background: #F5F5F5}
.milestone .treelife .tree .year:nth-of-type(even).red, .milestone .treelife .tree .year:nth-of-type(odd).red {
    background: #E00028;
    color: #FFFFFF
}
.milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 10px;
    background: #F5F5F5;
    left: 23%;
    z-index: 11
}
@media (min-width: 375px) {
    .milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {left: 24%}
}
@media (min-width: 568px) {
    .milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {left: 21%}
}
@media (min-width: 667px) {
    .milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {left: 14%}
}
@media (min-width: 1024px) {
    .milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {left: 14.5%}
}
@media (min-width: 1200px) {
    .milestone .treelife .tree .year:nth-of-type(odd):last-of-type:before {left: 23%}
}
.milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 10px;
    background: #FFFFFF;
    left: 23%;
    z-index: 11
}
@media (min-width: 375px) {
    .milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {left: 24%}
}
@media (min-width: 568px) {
    .milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {left: 21%}
}
@media (min-width: 667px) {
    .milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {left: 14%}
}
@media (min-width: 1024px) {
    .milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {left: 14.5%}
}
@media (min-width: 1200px) {
    .milestone .treelife .tree .year:nth-of-type(even):last-of-type:before {left: 23%}
}
.about-us .no-padding {padding: 0 !important}
@media (min-width: 320px) {
    .about-us .section {padding: 30px 0}
}
@media (min-width: 960px) {
    .about-us .section {padding: 40px 0}
}
.about-us .bg-gray {background: #F0F0F0}
.about-us .no-bg {background: 0 0 !important}
.about-us .bg-blue {background: #F0FCFF !important}
.about-us h1.red, .about-us h2.red, .about-us h3.red, .about-us h4.red, .about-us h5.red, .about-us h6.red, .about-us p.red, .about-us span.red {color: #E00028}
.about-us hr.red {border-color: #E00028}
.about-us .title-page, .about-us .title-section {font-family: UTMBebas, Sans-serif}
@media (min-width: 320px) {
    .about-us .title-page h2, .about-us .title-section h2 {
        padding: 0;
        font-size: 40px
    }
}
@media (min-width: 960px) {
    .about-us .title-page h2, .about-us .title-section h2 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
@media (min-width: 320px) {
    .about-us .title-page h3, .about-us .title-section h3 {
        padding: 0 0 20px 0;
        font-size: 32px
    }
}
@media (min-width: 960px) {
    .about-us .title-page h3, .about-us .title-section h3 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
@media (min-width: 320px) {
    .about-us .block-feature {margin-bottom: 30px}
}
@media (min-width: 960px) {
    .about-us .block-feature {margin-bottom: 0}
}
.about-us .block-feature .title-feature {font-family: UTMBebas, Sans-serif}
@media (min-width: 768px) {
    .about-us .block-feature .title-feature {
        display: table-cell;
        height: 60px;
        vertical-align: middle;
        text-align: center;
        width: 330px
    }
    .about-us .block-feature .title-feature:after, .about-us .block-feature .title-feature:before {
        content: "";
        display: block
    }
}
@media (min-width: 960px) {
    .about-us .block-feature .title-feature {
        display: table-cell;
        height: 100px;
        vertical-align: middle;
        text-align: center;
        width: 330px
    }
    .about-us .block-feature .title-feature:after, .about-us .block-feature .title-feature:before {
        content: "";
        display: block
    }
}
@media (min-width: 320px) {
    .about-us .block-feature .title-feature h4 {font-size: 26px}
}
@media (min-width: 960px) {
    .about-us .block-feature .title-feature h4 {font-size: 40px}
}
.about-us .info {
    font-size: 14px;
    line-height: 20px;
    color: grey
}
@media (min-width: 320px) {
    .about-us .section-1 .box-gioithieu {
        width: 100%;
        margin: 30px auto;
        padding: 0
    }
}
@media (min-width: 960px) {
    .about-us .section-1 .box-gioithieu {
        width: 100%;
        padding: 0;
        margin-top: 0
    }
}
.about-us .section-1 .box-thongdiep {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}
@media (min-width: 320px) {
    .about-us .section-1 .box-thongdiep {
        width: 100%;
        margin: 0 auto;
        padding: 30px
    }
}
@media (min-width: 960px) {
    .about-us .section-1 .box-thongdiep {
        width: 100%;
        padding: 50px 70px 70px;
        margin-top: 0
    }
}
.about-us .section-1 .box-thongdiep .video {margin: 20px 0}
.about-us .section-4 .img-description {
    color: #146579;
    margin-top: 20px
}
#news .no-padding {padding: 0 !important}
@media (min-width: 320px) {
    #news .section {padding: 30px 0}
}
@media (min-width: 992px) {
    #news .section {padding: 40px 0}
}
#news .bg-gray {background: #F0F0F0}
#news .no-bg {background: 0 0 !important}
#news .bg-blue {background: #F0FCFF !important}
#news h1.red, #news h2.red, #news h3.red, #news h4.red, #news h5.red, #news h6.red, #news p.red, #news span.red {color: #E00028}
#news hr.red {border-color: #E00028}
#news a {
    color: #333333;
    -webkit-transition: .3s;
    transition: .3s
}
#news a:hover {color: #E00028}
#news a.red {color: #E00028}
@media (min-width: 320px) {
    #news .title {line-height: 1.5625rem}
}
@media (min-width: 992px) {
    #news .title {line-height: 1.5625rem}
}
#news .info {
    color: grey;
    font-size: 14px;
    line-height: 20px
}
#news .date-news {color: #CCCCCC}
@media (min-width: 320px) {
    #news .date-news {font-size: .6875rem}
}
@media (min-width: 992px) {
    #news .date-news {font-size: .75rem}
}
#news ul li {list-style-type: none}
#news a {text-decoration: none}
#news a:active, #news a:focus, #news a:hover, #news a:visited {text-decoration: none}
#news .title-page, #news .title-section {font-family: UTMBebas, sans-serif}
@media (min-width: 320px) {
    #news .title-page h2, #news .title-section h2 {
        padding: 0 0 30px 0;
        font-size: 2.5rem
    }
}
@media (min-width: 992px) {
    #news .title-page h2, #news .title-section h2 {
        padding: 0 0 40px 0;
        font-size: 4rem
    }
}
@media (min-width: 320px) {
    #news .title-page h3, #news .title-section h3 {
        padding: 0;
        font-size: 2rem
    }
}
@media (min-width: 992px) {
    #news .title-page h3, #news .title-section h3 {
        padding: 0 0 40px 0;
        font-size: 4rem
    }
}
#news .other-news .updating {
    text-align: center;
    padding: 4vw 0 7vw;
    font-size: 18px;
    font-weight: 600
}
@media (min-width: 992px) {
    #news .other-news .updating {padding-left: 33.34%}
}
@media (min-width: 320px) {
    #news .block-feature-news .title {
        padding: 10px 0;
        font-size: 1.5rem
    }
}
@media (min-width: 768px) {
    #news .block-feature-news .title {
        padding: 0 0 10px 0;
        font-size: 1.5rem
    }
}
@media (min-width: 992px) {
    #news .block-feature-news .title {
        padding: 0 0 10px 0;
        line-height: 30px
    }
}
@media (min-width: 768px) {
    #news .block-feature-news .info {
        display: block;
        font-size: .875rem;
        overflow: hidden;
        line-height: 20px;
        max-height: 160px;
        margin-bottom: 13px
    }
}
@media (min-width: 1200px) {
    #news .block-feature-news .info {
        max-height: 200px;
        margin-bottom: 20px
    }
}
#news .block-related-news .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px
}
@media (min-width: 320px) {
    #news .block-related-news .title {
        padding: 10px 0 0 0;
        font-size: .75rem;
        line-height: .9375rem
    }
}
@media (min-width: 768px) {
    #news .block-related-news .title {
        padding: 10px 0 0 0;
        height: 70px;
        font-size: .875rem;
        line-height: 1.125rem
    }
}
@media (min-width: 992px) {
    #news .block-related-news .title {
        height: 90px;
        font-size: 1.125rem;
        line-height: 1.5625rem
    }
}
#news .block-related-news .info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 80px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    #news .block-related-news .info {
        font-size: .875rem;
        overflow: hidden;
        line-height: 20px;
        margin-bottom: 13px
    }
}
@media (min-width: 1200px) {
    #news .block-related-news .info {margin-bottom: 20px}
}
@media (min-width: 320px) {
    #news .block-other-news {margin-bottom: 25px}
}
@media (min-width: 992px) {
    #news .block-other-news {margin-bottom: 40px}
}
@media (min-width: 320px) {
    #news .block-other-news .title {
        font-size: .75rem;
        line-height: .9375rem;
        max-height: 30px;
        overflow: hidden
    }
}
@media (min-width: 992px) {
    #news .block-other-news .title {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        max-height: 25px;
        overflow: hidden
    }
}
#news .block-other-news .info {
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden
}
@media (min-width: 320px) {
    #news .right-menu-news {margin: 20px -15px}
}
@media (min-width: 992px) {
    #news .right-menu-news {margin: 0}
}
#news .right-menu-news li {
    min-height: 60px;
    background: #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    margin: 0 0 2px 0
}
#news .right-menu-news li a {
    color: grey;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 0
}
#news .right-menu-news li a i {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}
#news .right-menu-news li a.active {color: #333333}
#news .right-menu-news li a.active i {
    display: inline-block;
    padding-right: 10px
}
#news .right-menu-news li a:hover {color: #333333}
@media (min-width: 320px) {
    #news .box-bn {margin: 2px 0}
}
@media (min-width: 992px) {
    #news .box-bn {margin: 15px 0}
}
#news .box-hotline .card .card-header {
    padding: 20px;
    background: #333333;
    color: #FFFFFF
}
#news .box-hotline .card .card-header i {padding-right: 10px}
@media (min-width: 1024px) {
    #news .box-hotline .card .card-header {font-size: 14px}
}
@media (min-width: 1200px) {
    #news .box-hotline .card .card-header {font-size: 16px}
}
@media (min-width: 1024px) {
    #news .box-hotline .card .card-block .city {font-size: 13px}
}
@media (min-width: 1200px) {
    #news .box-hotline .card .card-block .city {font-size: 16px}
}
@media (min-width: 1024px) {
    #news .box-hotline .card .card-block .hotline {font-size: 13px}
}
@media (min-width: 1200px) {
    #news .box-hotline .card .card-block .hotline {font-size: 16px}
}
#news .page-link {
    border: none !important;
    font-size: .875rem;
    color: grey;
    background: 0 0;
    min-width: 31px;
    min-height: 31px;
    text-align: center;
    padding: 6px 2px 0
}
#news .page-link:hover {
    color: #E00028;
    font-weight: 700
}
#news .page-item.active .page-link {
    color: #E00028;
    font-weight: 700;
    background: #ECEEEF
}
#news .page-item.disabled .page-link:hover {
    cursor: default;
    color: grey
}
#news .wrap-img-feature {
    position: relative;
    overflow: hidden;
    height: 310px
}
#news .wrap-img-feature:before {
    content: '';
    display: block;
    padding-bottom: 100%
}
#news .wrap-img-feature .img-fluid {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    height: 100%;
    max-width: unset;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}
@media (min-width: 992px) {
    #news .wrap-img-feature:hover .img-fluid {
        -webkit-transform: translate(-50%, 0) scale(1.1);
        -ms-transform: translate(-50%, 0) scale(1.1);
        transform: translate(-50%, 0) scale(1.1)
    }
}
#news .thumb-fluid {
    position: relative;
    overflow: hidden
}
#news .thumb-fluid:before {
    content: '';
    display: block;
    padding-bottom: 100%
}
#news .thumb-fluid .img-fluid {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    height: 100%;
    max-width: unset;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}
@media (min-width: 992px) {
    #news .thumb-fluid:hover .img-fluid {
        -webkit-transform: translate(-50%, 0) scale(1.1);
        -ms-transform: translate(-50%, 0) scale(1.1);
        transform: translate(-50%, 0) scale(1.1)
    }
}
#download-center {padding: 40px 0}
#download-center a {text-decoration: none}
#download-center a:active, #download-center a:focus, #download-center a:hover, #download-center a:visited {text-decoration: none}
#download-center .title {
    color: #E00028;
    text-transform: uppercase;
    font-family: UTMBebas;
    font-size: 2.75rem;
    margin-bottom: 15px
}
@media screen and (min-width: 992px) {
    #download-center .title {
        font-size: 4rem;
        margin-bottom: 25px
    }
}
@media screen and (max-width: 992px) {
    #download-center .title {text-align: center}
}
#download-center .header-download h3 {
    background: red;
    float: left;
    padding: 7px
}
#download-center .header-download span {
    color: #FFFFFF;
    font-weight: 700
}
#download-center .thumb-wrap {
    margin-bottom: 30px;
    -webkit-transition: all .5s cubic-bezier(.17, .67, .43, 1.01);
    transition: all .5s cubic-bezier(.17, .67, .43, 1.01)
}
#download-center .thumb-wrap.hidden {display: none}
#download-center .thumb-wrap.animate-in {
    display: block;
    -webkit-animation: animate-in .5s forwards;
    animation: animate-in .5s forwards
}
#download-center .thumb-wrap .img-wrap {
    position: relative;
    margin-bottom: 5px;
    min-width: 130px;
    min-height: 73px
}
#download-center .thumb-wrap .caption {
    color: #000000;
    font-weight: 700;
    line-height: 1.2
}
#download-center .thumb-wrap .overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 1
}
#download-center .thumb-wrap .download-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    background-color: #E60012;
    font-size: .75rem;
    padding: 5px 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s cubic-bezier(0, .02, 0, .99);
    transition: all .3s cubic-bezier(0, .02, 0, .99);
    z-index: 1
}
@media (min-width: 992px) {
    #download-center .thumb-wrap .download-btn {
        font-size: 1rem;
        padding: 7px 15px
    }
}
#download-center .thumb-wrap .download-btn:focus, #download-center .thumb-wrap .download-btn:hover {background-color: #C30211}
#download-center .thumb-wrap .load-more-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
    z-index: 1
}
#download-center .thumb-wrap:last-child .overlay-bg {
    background-color: #DE0029;
    opacity: 1;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}
#download-center .thumb-wrap figure.img-wrap.fade-out {opacity: 0}
@media (min-width: 992px) {
    #download-center .caption-link {
        pointer-events: none;
        cursor: default;
        text-align: center
    }
    #download-center .thumb-wrap .download-btn {
        opacity: 0;
        -webkit-transform: translate(-50%, -15%);
        -ms-transform: translate(-50%, -15%);
        transform: translate(-50%, -15%)
    }
    #download-center .thumb-wrap .overlay-bg {opacity: 0}
    #download-center .thumb-wrap:hover .download-btn {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #download-center .thumb-wrap:hover .overlay-bg {opacity: 1}
    #download-center .img-wrap:last-child:hover .overlay-bg {
        background-color: #BC0124;
        opacity: 1
    }
    #download-center .img-wrap:not(:last-child) {overflow: hidden}
    #download-center .img-wrap:not(:last-child) img {
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease
    }
    #download-center .img-wrap:not(:last-child):hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07)
    }
    #download-center .img-wrap:not(:last-child):hover .overlay-bg {opacity: 1}
}
@-webkit-keyframes animate-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes animate-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
#news-detail {overflow: hidden}
#news-detail table {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}
#news-detail table td {padding: 10px}
#news-detail .wp-video {margin: 0 auto}
#news-detail ul {list-style-type: none}
#news-detail a {text-decoration: none}
#news-detail a:active, #news-detail a:focus, #news-detail a:hover, #news-detail a:visited {text-decoration: none}
#news-detail a.red {color: #E00028}
#news-detail .title {
    margin: 30px 0;
    color: #E00028;
    font-family: UTMBebas, sans-serif;
    text-transform: uppercase;
    font-size: 2.75rem
}
@media screen and (min-width: 992px) {
    #news-detail .title {
        margin: 3vw 0 25px;
        font-size: 4rem
    }
}
@media screen and (max-width: 992px) {
    #news-detail .title {text-align: center}
}
#news-detail .news-title {
    font-weight: 700;
    font-size: 1.5rem
}
@media (min-width: 1600px) {
    #news-detail .news-title {font-size: 2rem}
}
#news-detail .link-wrap {
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 0;
    margin: 3% 0 5%;
    font-size: 1rem
}
@media (min-width: 992px) {
    #news-detail .link-wrap {margin: 3% 0}
}
#news-detail .link-wrap .date {
    color: #CCCCCC;
    display: block;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    #news-detail .link-wrap .date {
        display: inline-block;
        padding-right: 15px;
        border-right: solid 2px silver
    }
}
#news-detail .link-wrap .social-link {
    display: inline-block;
    padding: 0
}
#news-detail .link-wrap .social-link li {
    display: inline-block;
    padding: 0 5px;
    border-right: solid 2px silver
}
@media (min-width: 768px) {
    #news-detail .link-wrap .social-link li {padding: 0 10px}
}
#news-detail .link-wrap .social-link li:first-child {padding-left: 0}
@media (min-width: 768px) {
    #news-detail .link-wrap .social-link li:first-child {padding-left: 10px}
}
#news-detail .link-wrap .social-link li:last-child {
    padding-right: 0;
    border: none
}
#news-detail .link-wrap .social-link li.facebook-link {color: #365FB3}
#news-detail .link-wrap .social-link li.facebook-link:hover {color: #234899}
#news-detail .link-wrap .social-link li.mail-link {color: #E00028}
#news-detail .link-wrap .social-link li.mail-link:hover {color: #B5011F}
#news-detail .link-wrap .social-link li.news-link {color: #404040}
#news-detail .link-wrap .social-link li.news-link:hover {color: #000000}
#news-detail .link-wrap .back-link {
    float: right;
    display: inline-block;
    color: #CCCCCC
}
@media (min-width: 992px) {
    #news-detail .link-wrap .back-link:hover {color: #9E9A9A}
}
#news-detail .content-wrap {line-height: 25px}
#news-detail .content-wrap .content {word-wrap: break-word}
#news-detail .content-wrap .content p {color: grey}
#news-detail .content-wrap .content ol {
    list-style-type: decimal;
    font-size: 18px;
    padding-left: 20px
}
#news-detail .content-wrap .content ol li {font-size: 1rem}
#news-detail .content-wrap .content ul {
    font-size: 18px;
    padding-left: 20px
}
#news-detail .content-wrap .content ul li {font-size: 1rem}
#news-detail .content-wrap .headline, #news-detail .content-wrap p {font-size: .875rem}
@media (min-width: 768px) {
    #news-detail .content-wrap .headline, #news-detail .content-wrap p {font-size: 1rem}
}
#news-detail .content-wrap .headline {font-weight: 700}
#news-detail .content-wrap .detail-img {
    margin-left: -15px;
    margin-right: -15px
}
@media (min-width: 768px) {
    #news-detail .content-wrap .detail-img {
        margin-left: 0;
        margin-right: 0
    }
}
#news-detail .content-wrap img {
    margin: 10px 0;
    height: auto
}
#news-detail .content-wrap img.aligncenter {
    margin: 10px auto;
    display: block
}
@media (min-width: 320px) {
    #news-detail .right-menu-news {margin: 20px -15px}
}
@media (min-width: 992px) {
    #news-detail .right-menu-news {margin: 0}
}
#news-detail .right-menu-news li {
    min-height: 60px;
    background: #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    margin: 0 0 2px 0
}
#news-detail .right-menu-news li a {
    color: grey;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 0
}
#news-detail .right-menu-news li a i {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}
#news-detail .right-menu-news li a.active, #news-detail .right-menu-news li a:hover {color: #333333}
#news-detail .right-menu-news li a.active i, #news-detail .right-menu-news li a:hover i {
    display: inline-block;
    padding-right: 10px
}
@media (min-width: 320px) {
    #news-detail .box-bn {margin: 2px 0}
}
@media (min-width: 992px) {
    #news-detail .box-bn {margin: 15px 0}
}
#news-detail .box-hotline .card .card-header {
    padding: 20px;
    background: #333333;
    color: #FFFFFF
}
#news-detail .box-hotline .card .card-header i {padding-right: 10px}
#news-detail .box-hotline .card .city {font-size: 14px}
#news-detail .box-hotline .card .hotline {
    font-weight: 700;
    font-size: 18px
}
@media (min-width: 768px) and (max-width: 1200px) {
    #news-detail .box-hotline .card .hotline {
        font-size: 16px;
        text-align: right
    }
}
#news-detail.phutung .content {
    font-size: 14px;
    color: grey;
    padding-bottom: 15px
}
@media (min-width: 360px) {
    #news-detail.phutung .content {font-size: 15px}
}
@media (min-width: 768px) {
    #news-detail.phutung .content {
        font-size: 16px;
        padding-bottom: 30px
    }
}
@media (min-width: 992px) {
    #news-detail.phutung .content {
        font-size: 14px;
        padding-bottom: 50px
    }
}
#news-detail.phutung .content li {line-height: 20px}
#news-detail.phutung .content .smart-choice-detail:after {
    display: block;
    content: "";
    clear: both
}
@media (min-width: 992px) {
    #news-detail.phutung .content .block-left, #news-detail.phutung .content .block-right {
        float: left;
        width: 50%
    }
}
@media (min-width: 992px) {
    #news-detail.phutung .content .block-left {padding-right: 30px}
}
#news-detail.phutung .content .block-right {
    margin: 20px 0 0;
    -webkit-box-shadow: 0 0 20px -5px #CCCCCC;
    box-shadow: 0 0 20px -5px #CCCCCC;
    overflow: hidden
}
@media (min-width: 992px) {
    #news-detail.phutung .content .block-right {margin: 0}
}
#news-detail.phutung .content .block-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase
}
@media (min-width: 360px) {
    #news-detail.phutung .content .block-title {font-size: 24px}
}
@media (min-width: 768px) {
    #news-detail.phutung .content .block-title {font-size: 28px}
}
@media (min-width: 992px) {
    #news-detail.phutung .content .block-title {font-size: 32px}
}
#news-detail.phutung .content .block-detail {
    margin: 15px 0 0;
    color: #333333
}
#news-detail.phutung .content .block-detail p {
    font-size: 100%;
    margin: 15px 0 0
}
#news-detail.phutung .content .block-detail > :first-child {margin-top: 0}
#news-detail.phutung .content .smart-choice-list img {
    width: 100%;
    margin: 0
}
@media (min-width: 992px) {
    #news-detail.phutung .content .smart-choice-nav {padding: 30px 0 0}
}
#news-detail.phutung .content .smart-choice-nav:after {
    display: block;
    content: "";
    clear: both
}
#news-detail.phutung .content .smart-choice-nav img {margin: 0}
#news-detail.phutung .content .block-red {margin: 30px 0 0}
@media (min-width: 992px) {
    #news-detail.phutung .content .block-red {
        float: left;
        width: 50%;
        padding: 0 15px
    }
    #news-detail.phutung .content .block-red:nth-of-type(2n+1) {clear: both}
}
#news-detail.phutung .content .col-9 {padding-left: 0}
#news-detail.phutung b {color: #333333}
#news-detail.phutung .style-disc {list-style-type: disc}
#news-detail.phutung .style-cricle {list-style-type: circle}
#news-detail.phutung .style-gach li:before {content: '-'}
#news-detail.phutung .table-bordered {border-width: 2px}
#news-detail.phutung .table-bordered td {border-width: 2px}
#news-detail.phutung .block-red .title-red {
    font-size: 24px;
    font-family: UTMBebas, sans-serif;
    color: #E00028;
    text-transform: uppercase;
    padding-bottom: .8rem
}
#news-detail.phutung .block-red .title-red small {opacity: .8}
#news-detail.phutung .block-gray {background-color: #F0F0F0}
#news-detail.phutung .text-center {text-align: center !important}
#news-detail.phutung .table-gray {
    border-width: 2px;
    border-color: #FFFFFF
}
#news-detail.phutung .table-gray td, #news-detail.phutung .table-gray th {
    border-width: 2px;
    border-color: #FFFFFF
}
#news-detail.phutung .table-gray th {
    background-color: grey;
    color: #FFFFFF
}
#news-detail.phutung .table-gray td {background-color: #F0F0F0}
#news-detail.phutung .table-gray .td-red {
    background-color: #E00028;
    color: #FFFFFF
}
.related-news {margin-bottom: 5%}
.related-news-title {
    margin-bottom: 15px;
    color: #CCCCCC
}
.related-news figure .img-wrap {
    position: relative;
    overflow: hidden
}
.related-news figure .img-wrap:before {
    content: '';
    display: block;
    padding-bottom: 100%
}
.related-news figure .img-wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    height: 100%;
    max-width: unset;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}
@media (min-width: 992px) {
    .related-news figure .img-wrap:hover img {
        -webkit-transform: translate(-50%, 0) scale(1.1);
        -ms-transform: translate(-50%, 0) scale(1.1);
        transform: translate(-50%, 0) scale(1.1)
    }
}
.related-news figure figcaption {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px
}
.related-news figure figcaption:hover {color: #000000}
.related-news .short-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 60px;
    color: grey;
    margin-bottom: 10px
}
@media (min-width: 992px) {
    .related-news .short-desc {font-size: 85%}
}
.related-news .date {
    color: #CCCCCC;
    font-size: 14px
}
#warranty .title {
    margin: 30px 0;
    color: #E00028;
    font-family: UTMBebas, serif;
    text-transform: uppercase;
    font-size: 2.75rem;
    margin-bottom: 30px
}
@media screen and (min-width: 992px) {
    #warranty .title {
        margin: 3vw 0;
        font-size: 4rem
    }
}
@media screen and (max-width: 992px) {
    #warranty .title {text-align: center}
}
#warranty .block-wrap {margin-bottom: 30px}
#warranty .block-header {
    position: relative;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    #warranty .block-header {line-height: 64px}
}
@media (min-width: 992px) {
    #warranty .block-header .toggle-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 15px;
        top: 5px;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: -webkit-transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: transform .4s cubic-bezier(.82, 0, .27, 1), -webkit-transform .4s cubic-bezier(.82, 0, .27, 1)
    }
    #warranty .block-header .toggle-icon:after, #warranty .block-header .toggle-icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #E00028;
        top: 50%;
        left: 50%
    }
    #warranty .block-header .toggle-icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    #warranty .block-header .toggle-icon:after {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transition: -webkit-transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: -webkit-transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: transform .4s cubic-bezier(.82, 0, .27, 1);
        transition: transform .4s cubic-bezier(.82, 0, .27, 1), -webkit-transform .4s cubic-bezier(.82, 0, .27, 1)
    }
    #warranty .block-header.collapsed .toggle-icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.82, 0, .27, 1);
        transition: -webkit-transform .5s cubic-bezier(.82, 0, .27, 1);
        transition: transform .5s cubic-bezier(.82, 0, .27, 1);
        transition: transform .5s cubic-bezier(.82, 0, .27, 1), -webkit-transform .5s cubic-bezier(.82, 0, .27, 1)
    }
    #warranty .block-header.collapsed .toggle-icon:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.82, 0, .27, 1) .2s;
        transition: -webkit-transform .25s cubic-bezier(.82, 0, .27, 1) .2s;
        transition: transform .25s cubic-bezier(.82, 0, .27, 1) .2s;
        transition: transform .25s cubic-bezier(.82, 0, .27, 1) .2s, -webkit-transform .25s cubic-bezier(.82, 0, .27, 1) .2s
    }
}
#warranty .block-title, #warranty .section-title {
    font-size: 1.375rem;
    font-weight: 700
}
@media (min-width: 768px) {
    #warranty .block-title, #warranty .section-title {font-size: 1.625rem}
}
@media (min-width: 992px) {
    #warranty .block-title, #warranty .section-title {font-size: 1.75rem}
}
#warranty .section-title {margin-bottom: 20px}
#warranty .block-title {
    color: #E00028;
    text-transform: uppercase;
    float: right;
    width: 80%
}
@media (min-width: 768px) {
    #warranty .block-title {
        float: none;
        width: 80%;
        display: inline-block
    }
}
@media (min-width: 992px) {
    #warranty .block-title:hover {color: #B0001F}
}
#warranty .header-icon {
    width: 20%;
    float: left;
    padding-right: 15px
}
@media (min-width: 768px) {
    #warranty .header-icon {max-width: 55px}
}
#warranty .block-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .6s cubic-bezier(.71, .01, .4, 1);
    transition: max-height .6s cubic-bezier(.71, .01, .4, 1)
}
#warranty .block-content .content p {color: grey}
#warranty .block-content .content .content-row {
    margin: 0 0 15px;
    padding: 15px
}
#warranty .block-content .content .content-row p {margin-bottom: 0}
#warranty .block-content.trach-nhiem .content-row, #warranty .block-content.trong-pham-vi .content-row {background-color: #F0F0F0}
#warranty .block-content.trach-nhiem ul.list, #warranty .block-content.trong-pham-vi ul.list {margin-top: 15px}
#warranty .block-content.trach-nhiem ul.list li, #warranty .block-content.trong-pham-vi ul.list li {
    margin-bottom: 1rem;
    clear: both;
    display: block
}
#warranty .block-content.trach-nhiem ul.list .num-box, #warranty .block-content.trong-pham-vi ul.list .num-box {
    width: 30px;
    height: 30px;
    border: solid 3px #E00028;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #E00028;
    float: left
}
#warranty .block-content.trach-nhiem ul.list p, #warranty .block-content.trong-pham-vi ul.list p {
    float: right;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    color: #333333
}
#warranty .block-content.ngoai-pham-vi h5 {
    font-size: 1.125rem;
    color: #333333
}
#warranty .block-content.ngoai-pham-vi b {color: #333333}
#warranty .block-content.ngoai-pham-vi .content-row {
    margin-bottom: 25px;
    border-left: solid 2px #CCCCCC
}
#warranty .block-content.ngoai-pham-vi .content-row p {margin-bottom: 1rem}
#warranty .block-content.ngoai-pham-vi .content-row ul.info-list {padding-left: 30px}
#warranty .block-content.ngoai-pham-vi .content-row ul.info-list li {
    position: relative;
    color: grey;
    margin-bottom: 15px
}
#warranty .block-content.ngoai-pham-vi .content-row ul.info-list li:before {
    content: '•';
    position: absolute;
    left: -15px;
    color: #333333
}
@media (min-width: 320px) {
    #warranty .right-menu-news {margin: 20px -15px}
}
@media (min-width: 992px) {
    #warranty .right-menu-news {margin: 0}
}
#warranty .right-menu-news li {
    min-height: 60px;
    background: #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    margin: 0 0 2px 0
}
#warranty .right-menu-news li a {
    color: grey;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 0;
    font-weight: 700
}
#warranty .right-menu-news li a i {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}
#warranty .right-menu-news li a.active, #warranty .right-menu-news li a:hover {color: #333333}
#warranty .right-menu-news li a.active i, #warranty .right-menu-news li a:hover i {
    display: inline-block;
    padding-right: 10px
}
@media (min-width: 320px) {
    #warranty .box-bn {margin: 2px 0}
}
@media (min-width: 992px) {
    #warranty .box-bn {margin: 15px 0}
}
#warranty .box-hotline .card .card-header {
    padding: 20px;
    background: #333333;
    color: #FFFFFF
}
#warranty .box-hotline .card .card-header i {padding-right: 10px}
#warranty .box-hotline .card .city {font-size: 14px}
#warranty .box-hotline .card .hotline {font-size: 18px}
@media (min-width: 768px) and (max-width: 1200px) {
    #warranty .box-hotline .card .hotline {
        font-size: 16px;
        text-align: right
    }
}
#warranty .content-wrap .content ul li {line-height: 25px}
#warranty .content-wrap .content .title-red {
    color: #DF0028;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px
}
#after-sale {padding: 40px 0}
#after-sale .title {
    color: #E00028;
    font-family: UTMBebas, sans-serif;
    text-transform: uppercase;
    font-size: 2.75rem;
    margin-bottom: 20px
}
@media screen and (min-width: 992px) {
    #after-sale .title {
        font-size: 4rem;
        margin-bottom: 25px
    }
}
@media screen and (max-width: 992px) {
    #after-sale .title {text-align: center}
}
#after-sale .section-title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    #after-sale .section-title {
        font-size: 1.625rem;
        margin-bottom: 30px
    }
}
@media (min-width: 992px) {
    #after-sale .section-title {font-size: 2rem}
}
#after-sale .after-sale-wrap .headline {color: #000000}
#after-sale .after-sale-wrap p {color: grey}
@media (min-width: 320px) {
    #after-sale .right-menu-news {margin: 20px -15px}
}
@media (min-width: 992px) {
    #after-sale .right-menu-news {margin: 0}
}
#after-sale .right-menu-news li {
    min-height: 60px;
    background: #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    margin: 0 0 2px 0
}
#after-sale .right-menu-news li a {
    color: grey;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 0
}
#after-sale .right-menu-news li a i {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}
#after-sale .right-menu-news li a.active, #after-sale .right-menu-news li a:hover {color: #333333}
#after-sale .right-menu-news li a.active i, #after-sale .right-menu-news li a:hover i {
    display: inline-block;
    padding-right: 10px
}
@media (min-width: 320px) {
    #after-sale .box-bn {margin: 2px 0}
}
@media (min-width: 992px) {
    #after-sale .box-bn {margin: 15px 0}
}
#after-sale .box-hotline .card .card-header {
    padding: 20px;
    background: #333333;
    color: #FFFFFF
}
#after-sale .box-hotline .card .card-header i {padding-right: 10px}
#after-sale .box-hotline .card .city {font-size: 14px}
#after-sale .box-hotline .card .hotline {font-size: 18px}
body {font-family: "Open Sans", sans-serif}
a {cursor: pointer}
img {max-width: 100%}
.btn-red {
    color: #FFFFFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #E00028;
    padding: 10px 30px;
    min-width: 160px;
    margin-bottom: 10px
}
.btn-red:hover {color: #FFFFFF}
.btn-gray {
    color: #FFFFFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: grey;
    padding: 10px 30px;
    min-width: 160px;
    margin-bottom: 10px
}
.btn-gray:hover {color: #FFFFFF}
@media screen and (min-width: 400px) {
    .btn + .btn {margin-left: 30px}
}
.title-page, .title-section {font-family: UTMBebas, Sans-serif}
@media (min-width: 320px) {
    .title-page h1, .title-page h2, .title-section h1, .title-section h2 {
        padding: 0;
        font-size: 40px
    }
}
@media (min-width: 960px) {
    .title-page h1, .title-page h2, .title-section h1, .title-section h2 {
        padding: 0 0 40px 0;
        font-size: 64px
    }
}
.red {color: #E00028}
.tether-element, .tether-element *, .tether-element :after, .tether-element :before, .tether-element:after, .tether-element:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.tether-element {
    position: absolute;
    display: none
}
.tether-element.tether-open {display: block}
#header .sub-nav .multiple-column {min-width: 420px}
#header .multiple-column > li {
    float: left;
    width: 50%;
}
#header .multiple-column > li > ul {position: relative}
#header .multiple-column > li > ul:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 10px;
    bottom: 5px;
    left: -1px;
    background: #E0E0E0;
}
#header .multiple-column > li > ul:first-child:before {
    left: auto;
    right: 0;
}
#header .multiple-column a {white-space: normal}
@media (min-width: 992px) {
    #header .multiple-column a {padding: 10px 20px 10px 30px}
}
@media (min-width: 1200px) {
    #header .multiple-column a {padding-left: 40px}
}
/*==========================================*/
/*==========================================*/
#header .main-logo img {max-height: 100%}
#header .social-box li a.icon-tw {color: #1DA1F2}
#header .social-box li a.icon-in {color: #2C2C2C}
#footer .top-content .icon-tw {background: #1DA1F2}
#footer .top-content .icon-in {background: #2C2C2C}
.banner-list .slick-prev, .banner-list .slick-next {opacity: 0}
.banner-list:hover .slick-prev, .banner-list:hover .slick-next {opacity: 1}
#news .block-related-news .title {height: auto}
/*==========================================*/
@media (min-width: 481px) {
}
@media (min-width: 561px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    #header .main-logo img {max-height: 100%}
}
@media (min-width: 1200px) {
}
/*==========================================*/
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 740px) {
}
@media (max-width: 560px) {
}
@media (max-width: 500px) {
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
/*==========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 1199px) and (min-width: 768px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}