@charset "utf-8";

@font-face {
    font-family: "iconfont";
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632');
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../../../public/fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../../../public/fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../../../public/fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
    content: "\e601"
}

.icon-next2:before {
    content: "\e636"
}

.icon-prev2:before {
    content: "\e637"
}

.icon-prev1:before {
    content: "\e648"
}

.icon-next1:before {
    content: "\e655"
}

.icon-prev:before {
    content: "\e606"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide:not(:first-child) {
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content>div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.webui-arrow {
    border-width: 11px
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #eee;
    border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #eee
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: #eee;
    border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #eee
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../images/loading.gif') center/contain no-repeat
}

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

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1800;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #777
}

.pswp__error-msg a {
    color: #333;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

[class*=pswp__button--rotate] {
    background: none !important;
    outline: none !important
}

[class*=pswp__button--rotate] .icon {
    top: 1px;
    font-size: 17px;
    font-weight: 400;
    color: #555
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url('../../../public/plugins/PhotoSwipe/default-skin/default-skin.png') 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url('../../../public/plugins/PhotoSwipe/default-skin/default-skin.svg')
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }

    [class*=pswp__button--rotate] {
        opacity: .75
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #555;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #777
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #333
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url('../../../public/plugins/PhotoSwipe/default-skin/preloader.gif') 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

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

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

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

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

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

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

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url('../../../public/fonts/7-stroke/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../../../public/fonts/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../public/fonts/7-stroke/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../public/fonts/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../public/fonts/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg')
}

[class*=" pe-"],
[class^=pe-] {
    position: relative;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-album:before {
    content: "\e6aa"
}

.pe-arc:before {
    content: "\e6ab"
}

.pe-back-2:before {
    content: "\e6ac"
}

.pe-bandaid:before {
    content: "\e6ad"
}

.pe-car:before {
    content: "\e6ae"
}

.pe-diamond:before {
    content: "\e6af"
}

.pe-door-lock:before {
    content: "\e6b0"
}

.pe-eyedropper:before {
    content: "\e6b1"
}

.pe-female:before {
    content: "\e6b2"
}

.pe-gym:before {
    content: "\e6b3"
}

.pe-hammer:before {
    content: "\e6b4"
}

.pe-headphones:before {
    content: "\e6b5"
}

.pe-helm:before {
    content: "\e6b6"
}

.pe-hourglass:before {
    content: "\e6b7"
}

.pe-leaf:before {
    content: "\e6b8"
}

.pe-magic-wand:before {
    content: "\e6b9"
}

.pe-male:before {
    content: "\e6ba"
}

.pe-map-2:before {
    content: "\e6bb"
}

.pe-next-2:before {
    content: "\e6bc"
}

.pe-paint-bucket:before {
    content: "\e6bd"
}

.pe-pendrive:before {
    content: "\e6be"
}

.pe-photo:before {
    content: "\e6bf"
}

.pe-piggy:before {
    content: "\e6c0"
}

.pe-plugin:before {
    content: "\e6c1"
}

.pe-refresh-2:before {
    content: "\e6c2"
}

.pe-rocket:before {
    content: "\e6c3"
}

.pe-settings:before {
    content: "\e6c4"
}

.pe-shield:before {
    content: "\e6c5"
}

.pe-smile:before {
    content: "\e6c6"
}

.pe-usb:before {
    content: "\e6c7"
}

.pe-vector:before {
    content: "\e6c8"
}

.pe-wine:before {
    content: "\e6c9"
}

.pe-cloud-upload:before {
    content: "\e68a"
}

.pe-cash:before {
    content: "\e68c"
}

.pe-close:before {
    content: "\e680"
}

.pe-bluetooth:before {
    content: "\e68d"
}

.pe-cloud-download:before {
    content: "\e68b"
}

.pe-way:before {
    content: "\e68e"
}

.pe-close-circle:before {
    content: "\e681"
}

.pe-id:before {
    content: "\e68f"
}

.pe-angle-up:before {
    content: "\e682"
}

.pe-wristwatch:before {
    content: "\e690"
}

.pe-angle-up-circle:before {
    content: "\e683"
}

.pe-world:before {
    content: "\e691"
}

.pe-angle-right:before {
    content: "\e684"
}

.pe-volume:before {
    content: "\e692"
}

.pe-angle-right-circle:before {
    content: "\e685"
}

.pe-users:before {
    content: "\e693"
}

.pe-angle-left:before {
    content: "\e686"
}

.pe-user-female:before {
    content: "\e694"
}

.pe-angle-left-circle:before {
    content: "\e687"
}

.pe-up-arrow:before {
    content: "\e695"
}

.pe-angle-down:before {
    content: "\e688"
}

.pe-switch:before {
    content: "\e696"
}

.pe-angle-down-circle:before {
    content: "\e689"
}

.pe-scissors:before {
    content: "\e697"
}

.pe-wallet:before {
    content: "\e600"
}

.pe-safe:before {
    content: "\e698"
}

.pe-volume2:before {
    content: "\e601"
}

.pe-volume1:before {
    content: "\e602"
}

.pe-voicemail:before {
    content: "\e603"
}

.pe-video:before {
    content: "\e604"
}

.pe-user:before {
    content: "\e605"
}

.pe-upload:before {
    content: "\e606"
}

.pe-unlock:before {
    content: "\e607"
}

.pe-umbrella:before {
    content: "\e608"
}

.pe-trash:before {
    content: "\e609"
}

.pe-tools:before {
    content: "\e60a"
}

.pe-timer:before {
    content: "\e60b"
}

.pe-ticket:before {
    content: "\e60c"
}

.pe-target:before {
    content: "\e60d"
}

.pe-sun:before {
    content: "\e60e"
}

.pe-study:before {
    content: "\e60f"
}

.pe-stopwatch:before {
    content: "\e610"
}

.pe-star:before {
    content: "\e611"
}

.pe-speaker:before {
    content: "\e612"
}

.pe-signal:before {
    content: "\e613"
}

.pe-shuffle:before {
    content: "\e614"
}

.pe-shopbag:before {
    content: "\e615"
}

.pe-share:before {
    content: "\e616"
}

.pe-server:before {
    content: "\e617"
}

.pe-search:before {
    content: "\e618"
}

.pe-film:before {
    content: "\e6a5"
}

.pe-science:before {
    content: "\e619"
}

.pe-disk:before {
    content: "\e6a6"
}

.pe-ribbon:before {
    content: "\e61a"
}

.pe-repeat:before {
    content: "\e61b"
}

.pe-refresh:before {
    content: "\e61c"
}

.pe-add-user:before {
    content: "\e6a9"
}

.pe-refresh-cloud:before {
    content: "\e61d"
}

.pe-paperclip:before {
    content: "\e69c"
}

.pe-radio:before {
    content: "\e61e"
}

.pe-note2:before {
    content: "\e69d"
}

.pe-print:before {
    content: "\e61f"
}

.pe-network:before {
    content: "\e69e"
}

.pe-prev:before {
    content: "\e620"
}

.pe-mute:before {
    content: "\e69f"
}

.pe-power:before {
    content: "\e621"
}

.pe-medal:before {
    content: "\e6a0"
}

.pe-portfolio:before {
    content: "\e622"
}

.pe-like2:before {
    content: "\e6a1"
}

.pe-plus:before {
    content: "\e623"
}

.pe-left-arrow:before {
    content: "\e6a2"
}

.pe-play:before {
    content: "\e624"
}

.pe-key:before {
    content: "\e6a3"
}

.pe-plane:before {
    content: "\e625"
}

.pe-joy:before {
    content: "\e6a4"
}

.pe-photo-gallery:before {
    content: "\e626"
}

.pe-pin:before {
    content: "\e69b"
}

.pe-phone:before {
    content: "\e627"
}

.pe-plug:before {
    content: "\e69a"
}

.pe-pen:before {
    content: "\e628"
}

.pe-right-arrow:before {
    content: "\e699"
}

.pe-paper-plane:before {
    content: "\e629"
}

.pe-delete-user:before {
    content: "\e6a7"
}

.pe-paint:before {
    content: "\e62a"
}

.pe-bottom-arrow:before {
    content: "\e6a8"
}

.pe-notebook:before {
    content: "\e62b"
}

.pe-note:before {
    content: "\e62c"
}

.pe-next:before {
    content: "\e62d"
}

.pe-news-paper:before {
    content: "\e62e"
}

.pe-musiclist:before {
    content: "\e62f"
}

.pe-music:before {
    content: "\e630"
}

.pe-mouse:before {
    content: "\e631"
}

.pe-more:before {
    content: "\e632"
}

.pe-moon:before {
    content: "\e633"
}

.pe-monitor:before {
    content: "\e634"
}

.pe-micro:before {
    content: "\e635"
}

.pe-menu:before {
    content: "\e636"
}

.pe-map:before {
    content: "\e637"
}

.pe-map-marker:before {
    content: "\e638"
}

.pe-mail:before {
    content: "\e639"
}

.pe-mail-open:before {
    content: "\e63a"
}

.pe-mail-open-file:before {
    content: "\e63b"
}

.pe-magnet:before {
    content: "\e63c"
}

.pe-loop:before {
    content: "\e63d"
}

.pe-look:before {
    content: "\e63e"
}

.pe-lock:before {
    content: "\e63f"
}

.pe-lintern:before {
    content: "\e640"
}

.pe-link:before {
    content: "\e641"
}

.pe-like:before {
    content: "\e642"
}

.pe-light:before {
    content: "\e643"
}

.pe-less:before {
    content: "\e644"
}

.pe-keypad:before {
    content: "\e645"
}

.pe-junk:before {
    content: "\e646"
}

.pe-info:before {
    content: "\e647"
}

.pe-home:before {
    content: "\e648"
}

.pe-help2:before {
    content: "\e649"
}

.pe-help1:before {
    content: "\e64a"
}

.pe-graph3:before {
    content: "\e64b"
}

.pe-graph2:before {
    content: "\e64c"
}

.pe-graph1:before {
    content: "\e64d"
}

.pe-graph:before {
    content: "\e64e"
}

.pe-global:before {
    content: "\e64f"
}

.pe-gleam:before {
    content: "\e650"
}

.pe-glasses:before {
    content: "\e651"
}

.pe-gift:before {
    content: "\e652"
}

.pe-folder:before {
    content: "\e653"
}

.pe-flag:before {
    content: "\e654"
}

.pe-filter:before {
    content: "\e655"
}

.pe-file:before {
    content: "\e656"
}

.pe-expand1:before {
    content: "\e657"
}

.pe-exapnd2:before {
    content: "\e658"
}

.pe-edit:before {
    content: "\e659"
}

.pe-drop:before {
    content: "\e65a"
}

.pe-drawer:before {
    content: "\e65b"
}

.pe-download:before {
    content: "\e65c"
}

.pe-display2:before {
    content: "\e65d"
}

.pe-display1:before {
    content: "\e65e"
}

.pe-diskette:before {
    content: "\e65f"
}

.pe-date:before {
    content: "\e660"
}

.pe-cup:before {
    content: "\e661"
}

.pe-culture:before {
    content: "\e662"
}

.pe-crop:before {
    content: "\e663"
}

.pe-credit:before {
    content: "\e664"
}

.pe-copy-file:before {
    content: "\e665"
}

.pe-config:before {
    content: "\e666"
}

.pe-compass:before {
    content: "\e667"
}

.pe-comment:before {
    content: "\e668"
}

.pe-coffee:before {
    content: "\e669"
}

.pe-cloud:before {
    content: "\e66a"
}

.pe-clock:before {
    content: "\e66b"
}

.pe-check:before {
    content: "\e66c"
}

.pe-chat:before {
    content: "\e66d"
}

.pe-cart:before {
    content: "\e66e"
}

.pe-camera:before {
    content: "\e66f"
}

.pe-call:before {
    content: "\e670"
}

.pe-calculator:before {
    content: "\e671"
}

.pe-browser:before {
    content: "\e672"
}

.pe-box2:before {
    content: "\e673"
}

.pe-box1:before {
    content: "\e674"
}

.pe-bookmarks:before {
    content: "\e675"
}

.pe-bicycle:before {
    content: "\e676"
}

.pe-bell:before {
    content: "\e677"
}

.pe-battery:before {
    content: "\e678"
}

.pe-ball:before {
    content: "\e679"
}

.pe-back:before {
    content: "\e67a"
}

.pe-attention:before {
    content: "\e67b"
}

.pe-anchor:before {
    content: "\e67c"
}

.pe-albums:before {
    content: "\e67d"
}

.pe-alarm:before {
    content: "\e67e"
}

.pe-airplay:before {
    content: "\e67f"
}

.slick-loading .slick-list {
    background: #fff url('../../../public/plugins/slick/./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../public/plugins/slick/./fonts/slick.eot');
    src: url('../../../public/plugins/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../public/plugins/slick/./fonts/slick.woff') format('woff'), url('../../../public/plugins/slick/./fonts/slick.ttf') format('truetype'), url('../../../public/plugins/slick/./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.head_nav_met_76_2_6 h2,
.head_nav_met_76_2_6 h1,
.head_nav_met_76_2_6 p,
.head_nav_met_76_2_6 ul,
.head_nav_met_76_2_6 li {
    margin: 0;
    padding: 0
}

.head_nav_met_76_2_6 ul li {
    list-style: none
}

.head_nav_met_76_2_6 .text-center {
    text-align: center
}

.head_nav_met_76_2_6 .transition,
.head_nav_met_76_2_6+.scroll-container .transition {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.head_nav_met_76_2_6 .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.head_nav_met_76_2_6 .full-img img {
    display: block;
    width: 100%
}

.head_nav_met_76_2_6 .float-left {
    float: left
}

.head_nav_met_76_2_6 .float-right {
    float: right
}

.head_nav_met_76_2_6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: ;
    background-color: #ffffff;
    background-image: url();
    background-size: cover;
    background-position: center center
}

.head_nav_met_76_2_6 .head-nav {
    height: 4.715rem
}

.head_nav_met_76_2_6 .logo-wrap img {
    height: 100%
}

.head_nav_met_76_2_6 .nav-link {
    font-size: 14px;
    color: #212121;
    color:
}

.head_nav_met_76_2_6 .nav-item.active .nav-link,
.head_nav_met_76_2_6 .nav-link:hover,
.head_nav_met_76_2_6 .nav-item.active .nav-link span,
.head_nav_met_76_2_6 .nav-link:hover span {
    background-color: #315cc4;
    background-color: ;
    color: #ffffff !important
}

.head_nav_met_76_2_6 .nav-item.active .nav-link.dropdown-toggle:after,
.head_nav_met_76_2_6 .nav-link:hover.dropdown-toggle:after {
    border-top-color: #ffffff !important
}

.head_nav_met_76_2_6 .nav-link:hover .arrow-icon {
    color: #ffffff
}

.head_nav_met_76_2_6 .login-btn,
.head_nav_met_76_2_6 .signin-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 0 10px;
    border: 1px solid;
    font-size: 14px;
    line-height: 30px
}

.head_nav_met_76_2_6 .login-btn {
    margin-right: 10px;
    background-color: transparent;
    border-color: #315cc4;
    border-color: ;
    color: #315cc4;
    color:
}

.head_nav_met_76_2_6 .signin-btn {
    background-color: #315cc4;
    background-color: ;
    border-color: #315cc4;
    border-color: ;
    color: #ffffff
}

.head_nav_met_76_2_6 .login-btn:hover,
.head_nav_met_76_2_6 .signin-btn:hover {
    background-color: #315cc4;
    background-color: ;
    border-color: #315cc4;
    border-color: ;
    color: #ffffff
}

.head_nav_met_76_2_6 .user-msg {
    position: relative;
    display: block;
    font-size: 14px
}

.head_nav_met_76_2_6 .flag-icon {
    display: inline-block;
    width: 16px;
    vertical-align: middle
}

.head_nav_met_76_2_6 .user-head {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 2.143rem;
    border-radius: 99px;
    vertical-align: middle;
    overflow: hidden
}

.head_nav_met_76_2_6 .user-name {
    color: #212121;
    color:
}

.head_nav_met_76_2_6 .select-list {
    display: none
}

.head_nav_met_76_2_6 .select-item {
    color: #212121;
    color:
}

.head_nav_met_76_2_6 .select-item.active,
.head_nav_met_76_2_6 .select-item:hover,
.head_nav_met_76_2_6 .select-item.active span,
.head_nav_met_76_2_6 .select-item:hover span,
.head_nav_met_76_2_6 .select-item.active i,
.head_nav_met_76_2_6 .select-item:hover i {
    background-color: #315cc4;
    background-color: ;
    color: #ffffff !important
}

@media screen and (min-width:992px) {
    .head_nav_met_76_2_6 .logo-wrap {
        margin-top: 3px;
        height: 60px
    }

    .head_nav_met_76_2_6 .nav-list {
        float: right;
        font-size: 0
    }

    .head_nav_met_76_2_6 .nav-item {
        position: relative;
        float: left;
        font-size: 0
    }

    .head_nav_met_76_2_6 .mb-nav-item {
        display: none
    }

    .head_nav_met_76_2_6 .nav-link {
        display: block;
        padding: 0 25px;
        line-height: 4.715rem;
        cursor: pointer
    }

    .head_nav_met_76_2_6 .nav-link.dropdown-toggle:after {
        position: absolute;
        top: 34px;
        right: 25px;
        margin-right: -14px
    }

    .head_nav_met_76_2_6 .user-msg {
        padding: 0 20px;
        line-height: 4.715rem
    }

    .head_nav_met_76_2_6 .dropdown-toggle:after {
        border-top-color: #212121;
        border-top-color:
    }

    .head_nav_met_76_2_6 .select-btn:hover+.select-list,
    .head_nav_met_76_2_6 .select-list:hover {
        display: block
    }

    .head_nav_met_76_2_6 .select-list {
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: ;
        background-color: #ffffff
    }

    .head_nav_met_76_2_6 .arrow-icon {
        display: none
    }

    .head_nav_met_76_2_6 .select-list:before {
        position: absolute;
        display: block;
        content: " ";
        left: 50%;
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid;
        border-bottom-color: ;
        border-bottom-color: #ffffff
    }

    .head_nav_met_76_2_6 .select-item {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding: 0 5px;
        box-sizing: border-box;
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center
    }

    .head_nav_met_76_2_6 .select-list .select-item:last-child {
        border-bottom: none
    }

    .head_nav_met_76_2_6 .lang-select .select-item {
        padding: 0 10px;
        text-align: left
    }
}

@media screen and (max-width:991px) {
    .head_nav_met_76_2_6 .pc-nav-item {
        display: none
    }

    .head_nav_met_76_2_6 .nav-list {
        display: none;
        position: absolute;
        top: 4.715rem;
        left: 0;
        z-index: 1;
        padding-bottom: 10px;
        width: 100%;
        background-color: ;
        background-color: #ffffff;
        overflow: hidden;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .head_nav_met_76_2_6 .nav-link,
    .head_nav_met_76_2_6 .login-box {
        padding: 0 .9375rem;
        line-height: 40px
    }

    .head_nav_met_76_2_6 .menu-btn {
        position: relative;
        top: 26px;
        width: 20px;
        height: 16px
    }

    .head_nav_met_76_2_6 .menu-btn:before,
    .head_nav_met_76_2_6 .menu-btn:after {
        position: absolute;
        left: 0;
        content: " ";
        transform-origin: left center;
        transition: all .2s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    .head_nav_met_76_2_6 .menu-btn span,
    .head_nav_met_76_2_6 .menu-btn:before,
    .head_nav_met_76_2_6 .menu-btn:after {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #212121;
        background-color:
    }

    .head_nav_met_76_2_6 .menu-btn:before {
        top: 0
    }

    .head_nav_met_76_2_6 .menu-btn:after {
        bottom: 0
    }

    .head_nav_met_76_2_6 .menu-btn.active span {
        opacity: 0
    }

    .head_nav_met_76_2_6 .menu-btn.active:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .head_nav_met_76_2_6 .menu-btn.active:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .head_nav_met_76_2_6 .select-list .select-item {
        display: block;
        padding: 0 .9375rem;
        line-height: 40px
    }

    .head_nav_met_76_2_6 .dropdown-toggle::after {
        opacity: 0
    }

    .head_nav_met_76_2_6 .arrow-icon {
        line-height: 1;
        right: 0.9375rem;
        color: #212121;
        color:
    }

    .head_nav_met_76_2_6 .user-msg .arrow-icon i {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    .head_nav_met_76_2_6 .user-msg.active .arrow-icon i,
    .head_nav_met_76_2_6 .nav-item.active .arrow-icon i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        color: #ffffff
    }

    .pagination-list {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .head_nav_met_76_2_6 .logo-wrap {
        margin-top: 8px;
        height: 50px
    }

    .head_nav_met_76_2_6 .nav-link,
    .head_nav_met_76_2_6 .login-box {
        margin: 0 auto;
        max-width: 750px
    }
}

@media screen and (max-width:767px) {
    .head_nav_met_76_2_6 .logo-wrap {
        margin-top: 8px;
        height: 50px
    }
}

.scroll-container {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.scroll-container .swiper-sub {
    height: 100%
}

.swiper-sub .swiper-slide {
    margin: 0 !important;
    padding: 0 !important
}

.swiper-sub .swiper-slide .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.pagination-list {
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 50%;
    bottom: auto;
    left: 15px;
    width: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    list-style: none
}

.pagination-item {
    position: relative;
    display: block;
    padding: 5px;
    margin: 35px 7px 7px 7px;
    cursor: pointer;
    border: 1px dotted transparent
}

.pagination-item span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #333333;
    background-color: ;
    position: static;
    margin: 0 auto
}

.pagination-item span:before,
.pagination-item:before,
.pagination-item:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #333333;
    background-color: ;
    left: 50%;
    margin-left: -1px
}

.pagination-item:before {
    top: -28px
}

.pagination-item:after {
    top: -18px
}

.pagination-item span:before {
    top: -8px
}

.pagination-list .pagination-item:first-child {
    margin-top: 0
}

.pagination-list .pagination-item:first-child:before,
.pagination-list .pagination-item:first-child:after,
.pagination-list .pagination-item:first-child span:before {
    background-color: transparent
}

.pagination-item.active {
    border-color: #315cc4;
    border-color:
}

.pagination-item.active span {
    background-color: #315cc4;
    background-color:
}

.banner_met_36_6_7 {
    width: 100%;
    height: auto;
    display: table;
    min-height: 65px
}

.banner_met_36_6_7.slick-slider {
    display: block
}

.banner_met_36_6_7 .slick-list,
.banner_met_36_6_7 .slick-track {
    height: 100%
}

.banner_met_36_6_7 .slick-slide {
    height: auto;
    position: relative;
    overflow: hidden;
    display: block
}

.banner_met_36_6_7 .slick-slide img {
    display: none
}

.banner_met_36_6_7 .slick-slide.white img {
    object-fit: contain
}

.banner_met_36_6_7 .slick-slide.cart img {
    object-fit: cover
}

.banner_met_36_6_7 .slick-slide:nth-child(1) img {
    display: block !important;
    height: auto
}

.banner_met_36_6_7 .animation-fade {
    -webkit-animation-duration: .66s !important;
    -o-animation-duration: .66s !important;
    animation-duration: .66s !important
}

.banner_met_36_6_7 .slick-dots {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto
}

.banner_met_36_6_7 .slick-dots li {
    margin: 0;
    width: 40px;
    height: 5px;
    background-color: #ffffff;
    list-style: none;
    float: left
}

.banner_met_36_6_7 .slick-dots li.slick-active {
    background: #315cc4;
    background:
}

.banner_met_36_6_7 .slick-dots li button {
    display: none
}

@media (max-width:767px) {
    .banner_met_36_6_7 .slick-dots {
        bottom: 5px
    }

    .banner_met_36_6_7 .slick-dots li {
        width: 20px;
        height: 5px;
        margin: 0
    }
}

.banner_met_36_6_7 .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%;
    text-align: center;
    display: none !important;
    z-index: 1;
    position: absolute
}

.banner_met_36_6_7 .slick-arrow:before {
    display: none
}

.banner_met_36_6_7:hover .slick-arrow {
    display: block
}

.banner_met_36_6_7 .slick-arrow.slick-prev {
    border-color: transparent;
    background-color: transparent;
    left: 20px
}

.banner_met_36_6_7 .slick-arrow.slick-prev i.left-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    background: url(../ui/banner/met_36_6/img/iconhei.png) no-repeat 0 -8px
}

.banner_met_36_6_7 .slick-arrow.slick-prev i.self-left-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    background: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner_met_36_6_7 .slick-arrow.slick-next {
    border-color: transparent;
    background-color: transparent;
    right: 20px
}

.banner_met_36_6_7 .slick-arrow.slick-next i.right-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    ;
    right: 0;
    background: url(../ui/banner/met_36_6/img/iconhei.png) -50px -8px
}

.banner_met_36_6_7 .slick-arrow.slick-next i.self-right-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    background: url();
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner_met_36_6_7 .slick-arrow:hover {
    opacity: .9;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.banner_met_36_6_7 .slick-arrow:hover i {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.banner_met_36_6_7 .slick-arrow i {
    font-size: 0;
    color: #fff !important;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    width: 38px;
    height: 10px
}

.banner_met_36_6_7 .slick-arrow.slick-prev {
    left: 5%
}

@media screen\0 {
    .banner_met_36_6_7 .slick-arrow.slick-prev {
        background: rgba(0, 0, 0, .001)
    }
}

.banner_met_36_6_7 .slick-arrow.slick-next {
    right: 5%
}

@media screen\0 {
    .banner_met_36_6_7 .slick-arrow.slick-next {
        background: rgba(0, 0, 0, .001)
    }
}

.banner_met_36_6_7 .slick-arrow i {
    font-size: 70px;
    color: #fff !important
}

@media (max-width:767px) {
    .banner_met_36_6_7 .slick-arrow i {
        font-size: 50px
    }
}

.banner_met_36_6_7 .slick-dots {
    margin: 0;
    bottom: 20px
}

.banner_met_36_6_7 .slick-dots li {
    margin: 0 2px
}

@media (max-width:991px) {}

@media (min-width:768px) {
    .banner_met_36_6_7:hover .slick-arrow {
        display: block !important
    }
}

@media (max-width:767px) {
    .banner_met_36_6_7 .slick-dots {
        bottom: 5px
    }
}

.banner_met_36_6_7 .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.banner_met_36_6_7 .banner-text .container {
    height: 100%;
    display: table;
    text-align: center
}

.banner_met_36_6_7 .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle
}

.banner_met_36_6_7 .banner-text.p-0 .container {
    text-align: left
}

.banner_met_36_6_7 .banner-text.p-0 .container .banner-text-con div {
    width: 60%;
    float: left
}

.banner_met_36_6_7 .banner-text.p-1 .container {
    text-align: right
}

.banner_met_36_6_7 .banner-text.p-1 .container .banner-text-con div {
    width: 60%;
    float: right
}

.banner_met_36_6_7 .banner-text.p-2 {
    top: 10%
}

.banner_met_36_6_7 .banner-text.p-2 .container .banner-text-con {
    vertical-align: top
}

.banner_met_36_6_7 .banner-text.p-3 {
    top: auto;
    bottom: 10%
}

.banner_met_36_6_7 .banner-text.p-3 .container .banner-text-con {
    vertical-align: bottom
}

.banner_met_36_6_7 .banner-text.p-2 .container .banner-text-con div,
.banner_met_36_6_7 .banner-text.p-3 .container .banner-text-con div,
.banner_met_36_6_7 .banner-text.p-4 .container .banner-text-con div {
    width: 60%;
    display: inline-block
}

.banner_met_36_6_7 .banner-text h3,
.banner_met_36_6_7 .banner-text p {
    color: #fff
}

.banner_met_36_6_7 .banner-text h3 {
    margin: 0;
    font-size: 42px
}

.banner_met_36_6_7 .banner-text p {
    font-size: 28px;
    margin: 20px 0 0;
    text-shadow: none
}

.banner_met_36_6_7 .banner-text .btn {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2.5
}

@media (max-width:991px) {
    .banner_met_36_6_7 .banner-text h3 {
        font-size: 30px
    }

    .banner_met_36_6_7 .banner-text p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .banner_met_36_6_7 .banner-text .container {
        width: 100%
    }

    .banner_met_36_6_7 .banner-text.p-4 .container .banner-text-con {
        width: 100%
    }

    .banner_met_36_6_7 .banner-text h3 {
        font-size: 24px
    }

    .banner_met_36_6_7 .banner-text p {
        margin-top: 15px;
        font-size: 18px
    }

    .banner_met_36_6_7 .banner-text .btn {
        margin-top: 20px;
        font-size: 16px
    }
}

@media (max-width:479px) {
    .banner_met_36_6_7 .banner-text h3 {
        font-size: 20px
    }

    .banner_met_36_6_7 .banner-text p {
        margin-top: 10px;
        font-size: 16px
    }
}

.banner_met_36_6_7-ny {
    background-color: ;
    background-color: ;
    height: 120px
}

.banner_met_36_6_7-ny h1 {
    margin: 0px;
    padding: 10px 30px;
    font-size: 35px;
    text-shadow: none;
    color: #212121;
    color:
}

@media(max-width:768px) {
    .banner_met_36_6_7 .slick-arrow i {
        max-width: 100px;
        max-height: 100px
    }
}

@media(max-width:767px) {
    .banner_met_36_6_7 .slick-arrow i {
        max-width: 50px;
        max-height: 50px
    }
}

.foot_nav_met_16_2_8 {
    background-color: ;
    background-color: ;
    color: #212121;
    color: #ffffff
}

.foot_nav_met_16_2_8 {
    padding: 60px 0px 20px;
    border-color: #f0f2f5;
    background-image: url(../images/1579424174.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.foot_nav_met_16_2_8 h4 {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 24px;
    color: #212121;
    color: #ffffff
}

.foot_nav_met_16_2_8 .list ul li {
    margin-bottom: 3px
}

.foot_nav_met_16_2_8 .list img {
    max-width: 100%
}

.foot_nav_met_16_2_8 .list ul li a {
    font-size: 16px;
    color: #333333;
    color: #ffffff
}

.foot_nav_met_16_2_8 .info,
.foot_nav_met_16_2_8 .list {
    text-align: left
}

.foot_nav_met_16_2_8 .info i {
    font-size: 26px;
    cursor: pointer;
    color: #333333;
    color: #ffffff
}

.foot_nav_met_16_2_8 .info i:hover {
    color: #315cc4;
    color:
}

.foot_nav_met_16_2_8 #met-weixin {
    margin-left: 0px
}

.foot_nav_met_16_2_8 .info a {
    color: #315cc4
}

.foot_nav_met_16_2_8 .info p {
    color: #333333;
    color: #ffffff;
    font-size: 16px;
    width: 80%
}

.foot_nav_met_16_2_8 .list ul li a:hover,
.foot_nav_met_16_2_8 .list ul li a:hover span {
    color: #315cc4 !important;
    color: #ffffff !important
}

.foot_nav_met_16_2_8 .info a {
    display: inline-block;
    margin: 0px 8px
}

.foot_nav_met_16_2_8 .met-langlist .btn-outline.btn-default:hover,
.foot_nav_met_16_2_8 .met-langlist .btn-outline.btn-default:active,
.foot_nav_met_16_2_8 .met-langlist .btn-outline.btn-default:focus {
    border-color: #212121;
    border-color: #f0f2f5;
    background-color: #212121;
    background-color: #f0f2f5;
    color: #315cc4;
    color: #ffffff
}

.foot_nav_met_16_2_8 .met-langlist .dropdown-menu {
    background: ;
    border-color:
}

.foot_nav_met_16_2_8 .met-langlist .dropdown-menu a:hover {
    background: !important
}

.foot_nav_met_16_2_8 {
    line-height: 1.8
}

.foot_nav_met_16_2_8 p {
    margin-bottom: 0px
}

.foot_nav_met_16_2_8 .met-langlist {
    margin-top: 10px
}

.foot_nav_met_16_2_8 .met-langlist li {
    display: inline-block;
    list-style: none
}

.foot_nav_met_16_2_8 .met-langlist .btn-lang .flag-icon {
    margin-right: 3px
}

.foot_nav_met_16_2_8 .met-langlist .dropdown-menu {
    min-width: 160px;
    width: 100%
}

.foot_nav_met_16_2_8 .met-langlist .dropdown-menu .dropdown-item {
    white-space: nowrap
}

.foot_nav_met_16_2_8 .met-copyright {
    margin-top: 40px
}

.foot_nav_met_16_2_8 .met-copyright * {
    max-width: 100%
}

.foot_nav_met_16_2_8 .met-copyright img {
    height: auto !important
}

@media (max-width:479px) {
    .foot_nav_met_16_2_8 .met-langlist .btn-lang {
        padding-left: 5px;
        padding-right: 5px
    }
}

.foot_nav_met_16_2_8 .link-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 42px
}

.foot_nav_met_16_2_8 .link-img a {
    color: #212121;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap
}

.foot_nav_met_16_2_8 .link-img a:hover {
    color: #315cc4;
    color: #ffffff
}

.foot_nav_met_16_2_8 .link-img .breadcrumb-item {
    display: inline-block;
    float: none
}

.foot_nav_met_16_2_8 .met-langlist .dropdown-menu .dropdown-item:hover {
    color: #315cc4;
    color: #ffffff
}

.foot_nav_met_16_2_8 .btn-outline.btn-default {
    color: #212121;
    color: #ffffff;
    border-color: #212121;
    border-color: #ffffff
}

.foot_nav_met_16_2_8 .powered_by_metinfo a {
    color: #315cc4;
    color: #ffffff
}

#met-langlist-modal .modal-body .close {
    position: absolute;
    right: 10px;
    top: 0px
}

#met-langlist-modal a.btn {
    border: none;
    font-size: 16px;
    height: 50px;
    line-height: 50px
}

#met-langlist-modal .flag-icon {
    margin-right: 8px;
    top: 7px;
    font-size: 30px
}

@media (max-width:991px) {
    .foot_nav_met_16_2_8 {
        padding: 30px 0 10px
    }

    .foot_nav_met_16_2_8 h4 {
        margin-bottom: 28px
    }

    .foot_nav_met_16_2_8 .list {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .foot_nav_met_16_2_8 {
        padding: 20px 0 10px
    }

    .foot_nav_met_16_2_8 h4 {
        margin-bottom: 18px
    }

    .foot_nav_met_16_2_8 .list {
        margin-bottom: 15px
    }

    .foot_nav_met_16_2_8 .link-img {
        width: 100%
    }

    .foot_nav_met_16_2_8 .info p {
        width: 100%
    }
}

.foot_nav_met_16_2_8_bottom {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.foot_nav_met_16_2_8_bottom a.item {
    color: #ffffff;
    padding: 5px 0;
    display: inline-block
}

.foot_nav_met_16_2_8_bottom a.item i {
    color: #ffffff;
    font-size: 16px;
    display: block
}

.foot_nav_met_16_2_8_bottom {
    display: none
}

.foot_nav_met_16_2_8_bottom.iskeshi {
    display: block
}

.foot_nav_met_16_2_8_bottom .main {
    display: flex
}

.foot_nav_met_16_2_8_bottom .main>div {
    flex: 1
}

@media (max-width:767px) {
    .foot_nav_met_16_2_8_bottom {
        display: none
    }
}

.back_top_met_36_4_64.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    z-index: 9;
    position: fixed;
    bottom: 55px;
    right: 10px;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    border-color: #315cc4;
    border-color: #315cc4;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background-color: #315cc4;
    background-color: #315cc4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.back_top_met_36_4_64.cd-top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.back_top_met_36_4_64.cd-top.cd-is-visible,
.back_top_met_36_4_64.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    -ms-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.back_top_met_36_4_64.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.back_top_met_36_4_64.cd-top.cd-fade-out {
    opacity: 1
}

.back_top_met_36_4_64.cd-top:hover {
    background-color: #212121;
    background-color: #294fb0;
    opacity: 1;
    border-color: #212121;
    border-color: #294fb0
}

@media(max-width:767px) {
    .back_top_met_36_4_64.cd-top {
        width: 50px;
        height: 50px
    }
}

.service_list_met_65_2_55.met-index-body.bgcolor {
    background: ;
    background:
}

.service_list_met_65_2_55.met-index-body.bgpic {
    background: url() no-repeat;
    background-size: cover;
    background-position: center
}

.service_list_met_65_2_55.met-index-body {
    padding: 35px 0px;
    width: 100%
}

.service_list_met_65_2_55.met-index-body:after {
    content: "";
    clear: both;
    width: 0;
    height: 0
}

.service_list_met_65_2_55.met-index-body h2 {
    font-size: 36px;
    font-weight: 300;
    color: #212121;
    color:
}

.service_list_met_65_2_55.met-index-body p.desc {
    font-size: 26px;
    color: #333333;
    color:
}

.service_list_met_65_2_55.met-index-body .hsan {
    margin: 0;
    font-size: 60px;
    font-weight: 400;
    color: #315cc4;
    color:
}

.service_list_met_65_2_55.met-index-body .subtitlex {
    font-size: 42px;
    color: #212121;
    color: ;
    font-weight: 200
}

.service_list_met_65_2_55.met-index-body .ban {
    color: #315cc4;
    color: ;
    font-size: 36px;
    font-style: normal
}

.service_list_met_65_2_55 .subtitle {
    color: #333333;
    color: ;
    font-size: 26px
}

.service_list_met_65_2_55 .index-service-list li h3 {
    color: #212121;
    color: ;
    margin-top: 27px
}

.service_list_met_65_2_55 .index-service-list li p {
    color: #333333;
    color: ;
    height: 62px;
    overflow: hidden
}

.service_list_met_65_2_55 .index-service-list li i {
    color: #333333;
    color:
}

.service_list_met_65_2_55 .index-service-list li {
    position: relative
}

.service_list_met_65_2_55 .boxx:hover {
    opacity: 0
}

.service_list_met_65_2_55 .index-service-list li {
    margin: 50px 0 0;
    float: left
}

.service_list_met_65_2_55 .index-service-list li.donttop {
    margin: 0 !important;
    margin-top: 20px !important
}

.service_list_met_65_2_55 .index-service-list {
    overflow: hidden
}

.service_list_met_65_2_55 .index-service-list li i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
    background: #315cc4;
    background: ;
    color: #ffffff
}

.service_list_met_65_2_55 .index-service-list i:hover {
    background: #1641ad;
    color: #ffffff
}

.service_list_met_65_2_55 .boxx {
    opacity: 1;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 100%;
    border: 2px solid;
    border-color: #315cc4;
    border-color:
}

.service_list_met_65_2_55 .index-service-list li img {
    max-width: 100%
}

.service_list_met_65_2_55 .index-service-list li h3 {
    font-size: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .service_list_met_65_2_55.conceal {
        display: none
    }
}

@media (max-width:991px) {
    .service_list_met_65_2_55.met-index-body {
        padding: 30px 0px
    }

    .service_list_met_65_2_55 .index-service-list li {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .service_list_met_65_2_55 .subtitle {
        color: #333333;
        color: ;
        font-size: 16px
    }

    .service_list_met_65_2_55.met-index-body {
        padding: 25px 0px
    }

    .service_list_met_65_2_55.met-index-body h2 {
        font-size: 28px;
        font-weight: 300
    }

    .service_list_met_65_2_55.met-index-body .ban {
        font-size: 28px;
        font-weight: 300
    }

    .service_list_met_65_2_55 .index-service-list li h3 {
        font-size: 14px !important;
        margin-top: 18px !important;
        white-space: nowrap;
        overflow: hidden
    }

    .service_list_met_65_2_55 .index-service-list {
        margin: 0 -5px
    }

    .service_list_met_65_2_55 .index-service-list li {
        margin-top: 15px;
        padding: 0 5px
    }

    .service_list_met_65_2_55 .index-service-list li p {
        height: 45px
    }

    .service_list_met_65_2_55 .index-service-list li i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 40px
    }

    .service_list_met_65_2_55 .boxx {
        width: 115px;
        height: 115px;
        top: -13px;
        right: -12px
    }

    .service_list_met_65_2_55.met-index-body .subtitlex {
        font-size: 27px
    }

    .service_list_met_65_2_55.met-index-body .hsan {
        font-size: 45px
    }

    .service_list_met_65_2_55 .mar_top {
        margin-top: 30px !important
    }

    .service_list_met_65_2_55.met-index-body p.desc {
        font-size: 18px
    }
}

@media (min-width:480px) {
    .service_list_met_65_2_55 .index-service-list li p {
        padding: 0 10%
    }
}

.service_list_met_65_2_55 .index-service-list li:hover h3 {
    color: #315cc4;
    color:
}

.service_list_met_65_2_55 .index-service-list li:hover p {
    color: #315cc4;
    color:
}

.service_list_met_65_2_55 .news-bg {
    margin-top: 20px;
    opacity: 1
}

.service_list_met_65_2_55 .news-bg .bg {
    height: 100%;
    no-repeat;
    background-size: cover;
    background-position: center
}

.service_list_met_65_2_55 .news-bg .bg img {
    width: 100%
}

.service_list_met_65_2_55 .container-fluid {
    padding: 0
}

.service_list_met_65_2_55 .teshu {
    margin: 0px
}

.service_list_met_65_2_55 .mar_top {
    margin-top: 60px
}

.service_list_met_65_2_55 .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    border: #333333 1px solid;
    border: 1px solid;
    color: #333333;
    color: ;
    background-color: ;
    background-color: ;
    margin-top: 70px;
}

.service_list_met_65_2_55 .more:hover {
    color: #ffffff;
    border-color: #315cc4;
    border-color: ;
    background-color: #315cc4;
    background-color: ;
}

.about_list_met_28_12_58.bgcolor {
    background: ;
    background: #fafafa
}

.about_list_met_28_12_58.bgpic {
    background: url(../images/1580560826.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.about_list_met_28_12_58 {
    padding: 70px 0px
}

.about_list_met_28_12_58 h2 {
    font-size: 36px;
    color: #212121;
    color:
}

.about_list_met_28_12_58 p.desc {
    font-size: 16px;
    color: #333333;
    color:
}

.about_list_met_28_12_58 .met-editor {
    margin-top: 50px
}

@media (max-width:991px) {
    .about_list_met_28_12_58 {
        padding: 60px 0px
    }

    .about_list_met_28_12_58 .met-editor {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .about_list_met_28_12_58 {
        padding: 50px 0px
    }

    .about_list_met_28_12_58 .met-editor {
        margin-top: 30px
    }
}

.about_list_met_28_12_58.met-index-body h3.title {
    margin: 0px;
    text-align: center
}

.about_list_met_28_12_58.met-index-body h3.title span {
    color: #212121;
    color: ;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 4px solid #063177
}

.about_list_met_28_12_58 .headbox .desc {
    margin-bottom: 20px
}

.about_list_met_28_12_58.met-index-body p.desc {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #333333;
    color: ;
    margin-top: 8px
}

@media (max-width:768px) {
    .about_list_met_28_12_58.met-index-body p.desc {
        max-width: 100%;
        font-size: 14px
    }
}

@media screen and (max-width:25em) {
    .codrops-icon span {
        display: none
    }
}

.about_list_met_28_12_58 .grid {
    margin-top: 50px;
    list-style: none;
    text-align: center;
    overflow: hidden
}

.about_list_met_28_12_58 .grid li {
    display: inline-block;
    margin: 0 0 30px 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 300ms ease
}

.about_list_met_28_12_58 .grid figure {
    margin: 0;
    position: relative
}

.about_list_met_28_12_58 .content {
    padding-top: 50px;
    overflow: hidden
}

.about_list_met_28_12_58 .content ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden
}

.about_list_met_28_12_58 .content ul li {
    float: left;
    max-width: 50%
}

.about_list_met_28_12_58 .content ul li img {
    max-width: 100%
}

.about_list_met_28_12_58 .content ul li:last-child {
    padding-left: 10px
}

.about_list_met_28_12_58 .content ul li:first-child {
    padding-right: 10px
}

.about_list_met_28_12_58 .grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.about_list_met_28_12_58 .grid figure img:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5
}

.about_list_met_28_12_58 .grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #212121;
    color:
}

.about_list_met_28_12_58 .grid figcaption span {
    color: #333333;
    color:
}

.about_list_met_28_12_58 .grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #315cc4;
    background: ;
    color:
}

.about_list_met_28_12_58 .cs-style-4 figure {}

.about_list_met_28_12_58 .cs-style-4 figure>div {
    overflow: hidden
}

.about_list_met_28_12_58 .cs-style-4 figure img {}

.about_list_met_28_12_58 .newpd-list {
    margin-top: 25px
}

.about_list_met_28_12_58 .contantbox {
    padding: 10px 10px 0 10px;
    background: ;
    background: ;
    transition: all 300ms ease
}

.about_list_met_28_12_58 .contantbox .txtbox h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #212121;
    color: ;
    transition: all 300ms ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.about_list_met_28_12_58 .tem_index_more {
    text-align: left;
    margin-top: 20px
}

.about_list_met_28_12_58 .tem_index_more a {
    padding: 6px 30px;
    border: 1px solid;
    border-radius: 8px;
    color: #333333;
    color: ;
    border-color: #333333;
    border-color: ;
    display: inline-block
}

.about_list_met_28_12_58 .contantbox .pricep {
    margin: 0;
    text-align: center;
    color:
}

.about_list_met_28_12_58 .tem_index_more a:hover {
    color: #315cc4;
    color: ;
    border-color: #315cc4;
    border-color:
}

@media (max-width:991px) {
    .about_list_met_28_12_58 .content .right {
        display: none
    }
}

@media (max-width:767px) {
    .about_list_met_28_12_58 .contantbox {
        padding: 0
    }

    .about_list_met_28_12_58 .grid {
        margin: 20px -5px 0 -5px
    }

    .about_list_met_28_12_58 .grid li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .about_list_met_28_12_58 .content {
        padding-top: 20px
    }

    .about_list_met_28_12_58 .content .left {
        padding: 0
    }
}

.product_list_met_16_9_57.met-index-body.bgcolor {
    background: !important;
    background: !important
}

.product_list_met_16_9_57.met-index-body.bgpic {
    background: url(../images/1580559612.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.product_list_met_16_9_57.met-index-body {
    padding: 50px 0px
}

.product_list_met_16_9_57.met-index-body h2 {
    font-size: 36px;
    color: #212121;
    color: ;
    font-weight: 300
}

.product_list_met_16_9_57.met-index-body p.desc {
    padding: 0 10%;
    font-size: 16px;
    color: #333333;
    color:
}

.product_list_met_16_9_57 .index-product-list li {
    margin: 15px 0
}

.product_list_met_16_9_57 .index-product-list li img {
    width: 100%;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 18s ease 0s;
    transition: all 1s ease 0s
}

.product_list_met_16_9_57 .index-product-list li h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #212121;
    color: ;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product_list_met_16_9_57 .index-product-list li h3 span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%
}

.product_list_met_16_9_57 .index-product-list li p {
    color: #333333;
    color: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_list_met_16_9_57 .index-product-list li .service-shadow {
    display: block;
    width: 100%;
    overflow: hidden
}

.product_list_met_16_9_57 .index-product-list li .service-info {
    padding: 5px 15px;
    background: #fff;
    display: block;
    position: relative
}

.product_list_met_16_9_57 .index-product-list li .service-info:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #315cc4;
    background: ;
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.product_list_met_16_9_57 .index-product-list li:hover .service-info:after {
    width: 100%
}

.product_list_met_16_9_57 .index-product-list li:hover h3,
.product_list_met_16_9_57 .index-product-list li:hover h3 span {
    color: #315cc4 !important;
    color: !important
}

.product_list_met_16_9_57 .index-product-list li:hover img {
    moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.product_list_met_16_9_57 .index-product-list li:hover .service-shadow {
    box-shadow: 0px 5px 10px #e0e0e0
}

.product_list_met_16_9_57 .more {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #212121;
    color: ;
    border: 1px solid #212121;
    border: 1px solid;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear
}

.product_list_met_16_9_57 .more:hover {
    color: #fff;
    background-color: #315cc4;
    border-color: #315cc4;
    background-color: ;
    border-color:
}

@media (max-width:1200px) {
    .product_list_met_16_9_57.met-index-body {
        padding: 50px 0px
    }

    .product_list_met_16_9_57 .index-product-list {
        margin: 0 -7.5px
    }

    .product_list_met_16_9_57 .index-product-list li {
        margin: 10px 0px;
        padding: 0 7.5px
    }

    .product_list_met_16_9_57 .more {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .product_list_met_16_9_57.met-index-body {
        padding: 50px 0px
    }

    .product_list_met_16_9_57.met-index-body h2 {
        font-size: 28px
    }

    .product_list_met_16_9_57.met-index-body p.desc {
        font-size: 14px;
        padding: 0px
    }

    .product_list_met_16_9_57 .index-product-list li h3 {
        font-size: 16px
    }

    .product_list_met_16_9_57 .index-product-list {
        margin: 0 -5px
    }

    .product_list_met_16_9_57 .index-product-list li {
        margin: 5px 0px;
        padding: 0 5px
    }

    .product_list_met_16_9_57 .index-product-list li .service-info {
        padding: 5px 10px
    }

    .product_list_met_16_9_57 .index-product-list li i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 40px
    }

    .product_list_met_16_9_57 .more {
        margin-top: 30px;
        width: 120px;
        height: 35px;
        line-height: 35px
    }
}

.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 {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -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 {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -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;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    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(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    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(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    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: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    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 {

    0%,
    60%,
    75%,
    90%,
    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 {

    0%,
    60%,
    75%,
    90%,
    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 {

    0%,
    60%,
    75%,
    90%,
    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 {

    0%,
    60%,
    75%,
    90%,
    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 bounceInRight {

    0%,
    60%,
    75%,
    90%,
    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
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    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, -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    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, -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: translateZ(0);
        transform: translateZ(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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -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)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -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)
    }

    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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    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 {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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 rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    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 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.service_list_met_28_5_54 .head .title {
    font-size: 36px;
    font-weight: 700 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #212121;
    color: ;
    opacity: 0;
    transform: translate(0, 100%)
}

.service_list_met_28_5_54 .head .subtitle {
    margin-top: 0;
    color: #333333;
    color: ;
    opacity: 0;
    transform: translate(0, 100%)
}

.service_list_met_28_5_54 .head .desc {
    margin-top: 0;
    color: #333333;
    color: ;
    opacity: 0;
    transform: translate(0, 100%)
}

.service_list_met_28_5_54 li {
    list-style: none
}

.service_list_met_28_5_54 li a {
    display: block;
    width: 100%;
    position: relative
}

.service_list_met_28_5_54 li a img {
    margin: 0 auto;
    max-width: 100%
}

.service_list_met_28_5_54 li a h4 {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0
}

// .service_list_met_28_5_54 li a h4{overflow:hidden;text-shadow:none;font-size:16px;height:46px;line-height:46px;color:#212121;color:;-webkit-transition:all .66s cubic-bezier(.17,.84,.44,1);transition:all .66s cubic-bezier(.17,.84,.44,1);border-bottom:1px solid #e1e1e1;text-align:left;width:100%}// .service_list_met_28_5_54 li a h4:before{position:absolute;content:"";width:10px;height:1px;background-color:#212121;background-color:;margin-top:46px;-webkit-transition:all .66s cubic-bezier(.17,.84,.44,1);transition:all .66s cubic-bezier(.17,.84,.44,1)}.service_list_met_28_5_54 li a p{color:#333333;color:;font-size:13px;line-height:24px;height:50px;overflow:hidden;width:100%;margin-top:10px}.service_list_met_28_5_54 li a:hover{text-decoration:none}.service_list_met_28_5_54 li a:hover h4{color:#315cc4;color:}.service_list_met_28_5_54 li a:hover h4:before{width:100%;background-color:#315cc4;background-color:}@media (min-width:767px) and (max-width:1200px){.service_list_met_28_5_54 img{max-width:300px;margin:0 auto}}.service_list_met_28_5_54 .slick-arrow{width:20px;font-size:30px}.service_list_met_28_5_54 .slick-arrow:hover{ background:#315cc4; background:#053636}.service_list_met_28_5_54 .head{ margin-bottom:30px}// .service_list_met_28_5_54 .slick-arrow:before{display:none}@media (max-width:768px){.service_list_met_28_5_54 .slick-arrow.slick-prev{left:50% !important;top:104%;margin-left:-46px} .service_list_met_28_5_54 .slick-arrow.slick-next{ left:50% !important;bottom:0;top:104%} .service_list_met_28_5_54 .service-list{padding:0 !important} .service_list_met_28_5_54 .welcome-wrp{display:none} .service_list_met_28_5_54 .service-list .item{ margin-left:10px !important;margin-right:10px}}@media (min-width:767px){ .service_list_met_28_5_54 .slick-arrow.slick-prev{left:-158px} .service_list_met_28_5_54 .slick-arrow.slick-next{left:-100px}}.service_list_met_28_5_54 .slick-arrow i{  color:#ffffff;  opacity:1}.service_list_met_28_5_54 .slick-prev:hover i,.slick-next:hover i{ color:#333333; color:#ffffff}.service_list_met_28_5_54 .slick-arrow{ position:absolute; top:68%; cursor:pointer; background:#333333; background:#053636; color:#fff; width:45px; height:45px; border:2px solid #fbca00; font-size:22px; line-height:43px; padding:0; margin:0; border-radius:0; margin-left:15px}.service_list_met_28_5_54 .services-wlc{ background-color:#053636; background:#ffffff; min-height:320px}.service_list_met_28_5_54 .services-wlc .content{ float:right; padding-right:35px; position:relative; right:0; text-align:right; top:50px; width:65%}.service_list_met_28_5_54 .services-wlc .content .title{  font-size:22px; font-weight:600; margin-bottom:15px; margin-top:0; text-transform:uppercase}.service_list_met_28_5_54 .color-light-white,.color-light-white i{ color:#ffffff}.service_list_met_28_5_54 .des{ color:#9c9c9c}.service_list_met_28_5_54{ padding:70px 0}.service_list_met_28_5_54 .service-list{ margin:0; padding:0; background:; background:}.service_list_met_28_5_54 .service-list .item{  opacity:1;  transform:translate(0,100%);  margin-left:30px}.service_list_met_28_5_54 .service-list.services-carousel .service-box{ margin-bottom:30px}.service_list_met_28_5_54 .service-list .service-box{ margin-bottom:30px; overflow:hidden; position:relative; transition:all ease-in 400ms; -webkit-transition:all ease-in 400ms; -moz-transition:all ease-in 400ms}.service_list_met_28_5_54 .service-list .service-box .img-thumb img{ min-height:320px; width:100%}.service_list_met_28_5_54 .service-list .service-box .content{ bottom:0; display:inline-block; left:0; position:absolute; right:0; text-align:center; z-index:1}.service_list_met_28_5_54 .service-list .service-box .content .title{ background-color:#315cc4; background-color:; font-size:16px; font-weight:600; margin:0 40px; padding:12px 0; position:relative; text-transform:uppercase; transition:all ease-in 400ms; -webkit-transition:all ease-in 400ms; -moz-transition:all ease-in 400ms}.service_list_met_28_5_54 .service-list .service-box .content .title:before{ background-color:#315cc4; background-color:; bottom:0; content:""; height:101%; left:-25px; position:absolute; transform:skewX(-40deg); -webkit-transform:skewX(-40deg); width:50px; transition:all ease-in 400ms; -webkit-transition:all ease-in 400ms; -moz-transition:all ease-in 400ms}.service_list_met_28_5_54 .service-list .service-box .content .title a{ color:#212121; color:#ffffff; position:relative; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; z-index:9999}.service_list_met_28_5_54 .service-list .service-box .content .title a span{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block}.service_list_met_28_5_54 .service-list .service-box .content .title:after{ background-color:#315cc4; background-color:; bottom:0; content:""; height:101%; position:absolute; right:-25px; transform:skewX(40deg); -webkit-transform:skewX(40deg); width:50px; transition:all ease-in 400ms; -webkit-transition:all ease-in 400ms; -moz-transition:all ease-in 400ms}.service_list_met_28_5_54 .service-list .service-box .overlay{ background-color:#000000; display:inline-block; left:0; padding:50px 30px 30px; position:absolute; right:0; text-align:center; top:-100%; height:100%; transition:all ease-in 500ms; -webkit-transition:all ease-in 500ms; -moz-transition:all ease-in 500ms; z-index:0}.service_list_met_28_5_54 .service-list .service-box .overlay::before{ // background-color:attr(data-bg); bottom:-50px; content:""; height:50px; left:-25px; position:absolute; transform:skewX(-40deg); -webkit-transform:skewX(-40deg); width:40px}// .service_list_met_28_5_54 .service-list .service-box .addbefore::before{//   background-color:attr(data-bg)//}.service_list_met_28_5_54 .service-list .service-box .overlay p{ color:#333333; color:#ffffff; font-family:'Montserrat',sans-serif; line-height:22px}.service_list_met_28_5_54 .service-list .service-box .overlay .value{ color:#fff; display:inline-block; font-size:18px; font-style:italic; font-weight:600; width:100%}.service_list_met_28_5_54 .btn-link i{ color:#ffffff}.service_list_met_28_5_54 .service-list .service-box .overlay .btn-link{ color:#ffffff; display:inline-block; font-size:13px; font-weight:600; margin-top:10px}.service_list_met_28_5_54 .service-list .service-box .overlay::after{ // background-color:#000000; bottom:-50px; content:""; height:50px; right:-25px; position:absolute; transform:skewX(40deg); -webkit-transform:skewX(40deg); width:40px}.service_list_met_28_5_54 .service-list .service-box:hover .overlay{ top:0}.service_list_met_28_5_54 .overlay{ overflow:initial}.service_list_met_28_5_54 .service-list .service-box:hover .content .title:before{ background-color:#000000}.service_list_met_28_5_54 .service-list .service-box:hover .content .title:after{ background-color:#000000}.service_list_met_28_5_54 .service-list .service-box:hover .content .title{ background-color:#000000}.news_list_met_35_5_61 .blog-section{}.news_list_met_35_5_61 .default-blog-news{position:relative;transition:0.5s ease-in-out}.news_list_met_35_5_61 .default-blog-news,.news_list_met_35_5_61 .lower-content{overflow:hidden}.news_list_met_35_5_61 .default-blog-news:hover{box-shadow:0 15px 16px 0 rgba(0,0,0,0.03), 0 0px 82px 0 rgba(0,0,0,0.02);transition:0.2s cubic-bezier(0.4,0,1,1)}.news_list_met_35_5_61 .default-blog-news .lower-content{position:relative;padding:20px 0px;padding-left:75px;border-bottom:1px solid #fafafa}.news_list_met_35_5_61 .default-blog-news .date{position:absolute;left:0px;top:30px;height:64px;width:64px;background-color:#315cc4;background-color:;line-height:20px;padding-top:13px;z-index:9;color:#ffffff;text-align:center}.news_list_met_35_5_61 .default-blog-news .lower-content h4{font-weight:400;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.news_list_met_35_5_61 .default-blog-news .lower-content h4 a{transition:all 300ms ease;font-size:18px}.news_list_met_35_5_61 .default-blog-news .lower-content h4 a:hover{transition:all 300ms ease}.news_list_met_35_5_61 .default-blog-news .lower-content .post-meta{font-size:14px;margin-bottom:7px}.news_list_met_35_5_61 .default-blog-news .lower-content .default_link{text-transform:capitalize;transition:0.5s ease}.news_list_met_35_5_61 .default-blog-news .lower-content .default_link:hover{transition:0.5s ease}.news_list_met_35_5_61 .default-blog-news .img-holder{display:block;overflow:hidden;position:relative;margin:0px}.news_list_met_35_5_61 .default-blog-news .img-holder a{width:100%}.news_list_met_35_5_61 .default-blog-news .img-holder img{transform:scale(1);transition:all 0.5s ease 0s;width:100%}.news_list_met_35_5_61 .default-blog-news:hover .img-holder img{transform:scale(1.1)}.news_list_met_35_5_61 .default-blog-news .overlay{text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;opacity:0;filter:alpha(opacity=0);transition:all 450ms ease-out 0s;transform:rotateY(180deg) scale(0.5,0.5)}.news_list_met_35_5_61 .news_list_met_35_5_61 .default-blog-news .myoverlay{background-color:rgba(12,166,232,0.9)}.news_list_met_35_5_61 .default-blog-news:hover .img-holder .overlay{opacity:1;filter:alpha(opacity=100);transform:rotateY(0deg) scale(1,1)}.news_list_met_35_5_61 .default-blog-news .overlay .box{display:table;height:100%;width:100%}.news_list_met_35_5_61 .default-blog-news .overlay .box .content{display:table-cell;text-align:center;vertical-align:middle}.news_list_met_35_5_61 .default-blog-news .img-holder .overlay .box .content a i{background-color:#315cc4;background-color:;opacity:0;border-radius:50%;color:#ffffff;display:inline-block;font-size:16px;height:45px;line-height:48px;transition:all 50ms ease-in 0s;width:45px}.news_list_met_35_5_61 .default-blog-news:hover .img-holder .overlay .box .content a i{transition:all 450ms ease-out 0s;opacity:1}.news_list_met_35_5_61 .default-blog-news .img-holder .overlay .box .content a:hover i{background:#48c7ec}.news_list_met_35_5_61 .section-title{position:relative;padding-bottom:15px;text-align:center}.news_list_met_35_5_61 .section-title:before{content:"";position:absolute;top:48px;left:0;width:100%;height:1px;background:#fafafa}.news_list_met_35_5_61 .section-title:after{content:"";position:absolute;top:48px;left:48%;width:50px;height:1px;background-color:#315cc4;background-color:}.news_list_met_35_5_61 .text-center{font-size:30px;color:#212121;color:;margin:0px}.news_list_met_35_5_61 .time a,.news_list_met_35_5_61 .link a{color:#212121;color:}.news_list_met_35_5_61 .time a:hover,.news_list_met_35_5_61 .time a:hover span,.news_list_met_35_5_61 .link a{color:#315cc4 !important;color:!important}.news_list_met_35_5_61 .default-blog-news .lower-content .text p,.news_list_met_35_5_61 .default-blog-news .lower-content .post-meta{margin-bottom:10px;color:#333333;color:;margin:0;max-width:100%;font-size:14px;text-align:left}.news_list_met_35_5_61 .row_div{margin-top:40px}.news_list_met_35_5_61 .myli{margin:10px 0px 0px 0px}.news_list_met_35_5_61.met-index-body{background-color:;background-color:#fafafa;background-image:url("");background-repeat:no-repeat;background-position:center;background-size:cover;padding:30px 0px}@media (max-width:1024px){.news_list_met_35_5_61 .section-title:after{ left:47%}}@media (max-width:991px){.news_list_met_35_5_61.met-index-body{ padding:15px 0px}.news_list_met_35_5_61 .section-title:after{ left:47%}}@media (max-width:767px){.news_list_met_35_5_61.met-index-body{ padding:10px 0px}}



#pages li{
    float: left;
}