.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}
#lg-counter, .lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}
@font-face {
    font-family: lg;
    src: url('../fonts/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../fonts/lg.woff?n1z373') format("woff"), url('../fonts/lg.ttf?n1z373') format("truetype"), url('../fonts/lg.svg?n1z373#lg') format("svg");
    font-weight: 400;
    font-style: normal
}
.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}
.lg-actions .lg-next {
    right: 20px
}
.lg-actions .lg-next:before {
    content: "\e095"
}
.lg-actions .lg-prev {
    left: 20px
}
.lg-actions .lg-prev:after {
    content: "\e094"
}
@-webkit-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}
@-moz-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}
@-ms-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}
@keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}
@-webkit-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}
@-moz-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}
@-ms-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}
@keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
    color: #FFF
}
.lg-toolbar .lg-close:after {
    content: "\e070"
}
.lg-toolbar .lg-download:after {
    content: "\e0f2"
}
.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}
#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}
.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}
@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}
.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}
.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}
.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url('../../../public/plugins/lightGallery/css/../img/vimeo-play.png') no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url('../../../public/plugins/lightGallery/css/../img/vimeo-play.png') 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: url('../../../public/plugins/lightGallery/css/../img/video-play.png') no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url('../../../public/plugins/lightGallery/css/../img/youtube-play.png') no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url('../../../public/plugins/lightGallery/css/../img/youtube-play.png') 0 -60px no-repeat
}
.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}
.lg-autoplay-button:after {
    content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
#lg-zoom-in:after {
    content: "\e311"
}
#lg-actual-size {
    font-size: 20px
}
#lg-actual-size:after {
    content: "\e033"
}
#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}
#lg-zoom-out:after {
    content: "\e312"
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}
.lg-fullscreen:after {
    content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}
.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}
.lg-outer .lg-dropdown>li:hover .lg-icon, .lg-outer .lg-dropdown>li:hover a {
    color: #333
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
    width: 100%;
    height: 100%
}
.lg-outer #lg-share {
    position: relative
}
.lg-outer #lg-share:after {
    content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}
.lg-group:after {
    content: "";
    display: table;
    clear: both
}
.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.lg-outer.lg-visible {
    opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}
.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}
.lg-outer .lg-item {
    background: url('../images/loading.gif') center center no-repeat;
    display: none!important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.lg-outer .lg-item.lg-complete {
    background-image: none
}
.lg-outer .lg-item.lg-current {
    z-index: 1060
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}
.lg-backdrop.in {
    opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
    opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}



    @font-face {
        font-family: swiper-icons;
        src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
        font-weight: 400;
        font-style: normal
    }
    :root {
        --swiper-theme-color: #007aff
    }

    .subcolumn_nav_met_152_8_46, .subcolumn_nav_met_152_8_46 * {
        padding: 0;
        margin: 0
    }
    .subcolumn_nav_met_152_8_46 {
        position: relative;
        z-index: 2;
        background-color: transparent;
        background-color:
    }
    .subcolumn_nav_met_152_8_46 .container {
        background-color: #ffffff;
        border-bottom: 1px solid;
        border-color: #000000;
        border-color: #ffffff;
        margin-right: auto;
        margin-left: auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .subcolumn_nav_met_152_8_46 .swiper-slide {
        margin-top: 39px;
        margin-bottom: 25px;
        text-align: center;
        width: auto
    }
    .subcolumn_nav_met_152_8_46 .bar {
        margin: 0 31px
    }
    .subcolumn_nav_met_152_8_46 .swiper-slide:last-child {
        border-right: none
    }
    .subcolumn_nav_met_152_8_46 .swiper-pagination {
        top: unset !important;
        bottom: 5px;
        background-color: #BFBFBF
    }
    .subcolumn_nav_met_152_8_46 .swiper-pagination .swiper-pagination-progressbar-fill {
        background-color: #BFBFBF
    }
    .subcolumn_nav_met_152_8_46 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
    .subcolumn_nav_met_152_8_46 li {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center
    }
    .subcolumn_nav_met_152_8_46 .bar {
        color: #000000;
        color:
    }
    .subcolumn_nav_met_152_8_46 li:last-child {
        border-right: none
    }
    .subcolumn_nav_met_152_8_46 .swiper-container {
        margin: 0 auto
    }
    .subcolumn_nav_met_152_8_46 a.link {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        color:
    }
    .subcolumn_nav_met_152_8_46 a.link:hover, .subcolumn_nav_met_152_8_46 a.link.active {
        color: #0fa7a3;
        color:
    }
    .subcolumn_nav_met_152_8_46 .sw_box>div {
        overflow-x: auto
    }
    .subcolumn_nav_met_152_8_46 .sw_box>div::-webkit-scrollbar {
        height: 4px
    }
    .subcolumn_nav_met_152_8_46 .sw_box>div::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2)
    }
    .subcolumn_nav_met_152_8_46 .sw_box>div::-webkit-scrollbar-track {
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1)
    }
    .about_list_met_07_1_63 {
        padding: 70px 0px;
        background-color: #ffffff;
        background-color:
    }
    .about_list_met_07_1_63.about_bg_type {
        background: url(../images/1688094022.jpg) no-repeat center / cover
    }
    .about_list_met_07_1_63 .about_lf {
        width: 50%
    }
    .about_list_met_07_1_63 .about_lf img {
        min-height: 500px;
        border-radius: 10px 0 0 10px
    }
    .about_list_met_07_1_63 .about_lf img:not(.imgloading) {
        object-fit: cover
    }
    .about_list_met_07_1_63 .about_mid {
        font-size: 18px;
        flex: 1;
        padding: 50px 0 50px 70px;
        align-items: center
    }
    .about_list_met_07_1_63 .about_info_i {
        color: #000000;
        color:
    }
    .about_list_met_07_1_63 .about_info_m {
        color: #000000;
        color: ;
        font-size: 42px;
        font-weight: 400;
        margin: 30px 0px;
        line-height: 1.2
    }
    .about_list_met_07_1_63 .about_info_des {
        color: #999999;
        color:
    }
    .about_list_met_07_1_63 .about_link {
        border: 1px solid;
        font-size: 14px;
        color: #0fa7a3;
        color: #000000;
        margin-top: 70px
    }
    .about_list_met_07_1_63 .about_link:hover {
        color: #0fa7a3;
        color:
    }
    @media (max-width:1399px) {
        .about_list_met_07_1_63 .about_mid {
            padding-left: 50px
        }
    }
    @media (max-width:991px) {
        .about_list_met_07_1_63 {
            padding: 60px 0px
        }
        .about_list_met_07_1_63 .about_con {
            flex-direction: column
        }
        .about_list_met_07_1_63 .about_lf {
            width: 100%
        }
        .about_list_met_07_1_63 .about_lf img {
            min-height: 0;
            border-radius: 10px
        }
        .about_list_met_07_1_63 .about_mid {
            padding: 30px 0px 0px
        }
        .about_list_met_07_1_63 .about_link {
            margin-top: 50px
        }
    }
    @media (max-width:767px) {
        .about_list_met_07_1_63 {
            padding: 50px 0px
        }
        .about_list_met_07_1_63 .about_info_i {
            font-size: 16px;
        }
        .about_list_met_07_1_63 .about_info_m {
            font-size: 24px;
            margin: 10px 0
        }
        .about_list_met_07_1_63 .about_link {
            margin-top: 30px
        }
    }
    .time_list_met_21_2_82.bgcolor {
        background: #ffffff;
        background:
    }
    .time_list_met_21_2_82.bgpic {
        background: url(../images/a3.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }
    .time_list_met_21_2_82 {
        padding: 70px 0px
    }
    .time_list_met_21_2_82 h2 .titles {
        color: #000000;
        color: #ffffff;
        margin-bottom: 0
    }
    @media (min-width:1200px) {
        .container {
            width: 1310px
        }
    }
    .time_list_met_21_2_82 p.desc {
        font-size: 16px;
        color: #999999;
        color:
    }
    .time_list_met_21_2_82 .met-editor {
        margin-top: 50px
    }
    @media (max-width:991px) {
        .time_list_met_21_2_82 {
            padding: 60px 0px
        }
        .time_list_met_21_2_82 .met-editor {
            margin-top: 40px
        }
    }
    @media (max-width:767px) {
        .time_list_met_21_2_82 {
            padding: 50px 0px
        }
        .time_list_met_21_2_82 .met-editor {
            margin-top: 30px
        }
    }
    .time_list_met_21_2_82 .box-head {
        overflow: hidden;
        border-bottom: 1px solid;
        border-color: #0fa7a3;
        border-color: #c7c7c7
    }
    .time_list_met_21_2_82.met-index-body h3.title {
        font-size: 28px;
        margin-top: 0px;
        text-align: center;
        color: #000000;
        color: #ffffff;
        margin-bottom: 20px;
        float: left
    }
    .time_list_met_21_2_82 .box-more {
        color: #0fa7a3;
        color: #ffffff;
        float: right;
        padding: 5px 10px;
        border: 1px solid;
        border-color: #0fa7a3;
        border-color: #ffffff
    }
    .time_list_met_21_2_82.met-index-body h3.title:after {
        content: '';
        display: block;
        margin: 25px auto 0px;
        width: 75px;
        height: 5px;
        background: #0fa7a3;
        background: #c7c7c7;
        display: none
    }
    .time_list_met_21_2_82.met-index-body p.desc {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        max-width: 60%;
        color: #999999;
        color: ;
        margin: 10px auto
    }
    @media (max-width:768px) {
        .time_list_met_21_2_82.met-index-body p.desc {
            max-width: 100%;
            margin: 30px auto;
            font-size: 14px
        }
    }
    @media (min-width:1000px) {
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .head::after, .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .head::before {
            display: inline-block;
            content: "";
            background-color: #0fa7a3;
            background-color: #0fa7a3;
            border-radius: 9px; // box-shadow:0px 0px 2px 8px
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .head::before {
            margin-left: -8px;
            margin-right: 25px
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .head::after {
            margin-right: -8px;
            margin-left: 25px
        }
    }
    .time_list_met_21_2_82 {
        font-family: Roboto;
        box-sizing: border-box
    }
    .time_list_met_21_2_82 #timeline h1 {
        text-align: center;
        font-size: 3rem;
        font-weight: 200;
        margin-bottom: 20px
    }
    .time_list_met_21_2_82 #timeline p.leader {
        text-align: center;
        max-width: 90%;
        margin: auto;
        margin-bottom: 45px
    }
    .time_list_met_21_2_82 #timeline .demo-card-wrapper {
        position: relative;
        margin: auto;
        padding-top: 20px
    }
    @media (min-width:1024px) {
        .time_list_met_21_2_82 #timeline .demo-card-wrapper {
            display: block;
            flex-flow: column wrap;
            width: 100%;
            height: auto;
            margin: 0 auto;
            overflow: hidden
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card-wrapper::after {
        z-index: 1;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 1px solid;
        border-color: #0fa7a3;
        border-color: #c7c7c7
    }
    .time_list_met_21_2_82 #timeline .demo-card {
        position: relative;
        display: block;
        margin: 10px auto 50px;
        z-index: 2;
        text-align: right
    }
    @media (min-width:480px) {
        .time_list_met_21_2_82 #timeline .demo-card {
            max-width: 60%
        }
    }
    @media (min-width:720px) {
        .time_list_met_21_2_82 #timeline .demo-card {
            max-width: 50%
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card .head {
        position: relative;
        align-items: center;
        font-weight: 400;
        color: #000000;
        color: #ffffff;
        word-wrap: break-word;
        word-break: normal
    }
    .time_list_met_21_2_82 #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.17)
    }
    .time_list_met_21_2_82 #timeline .demo-card .head .number-box span {
        color: #000000;
        color:
    }
    .time_list_met_21_2_82 #timeline .demo-card .head h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: inherit;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 6px;
        line-height: 1
    }
    .time_list_met_21_2_82 #timeline .demo-card .body h3 {
        margin-top: 0;
        color: #000000;
        color: #ffffff
    }
    .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .head::after, .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .head::before {
        top: 50%;
        width: 15px;
        height: 15px;
        border: 4px solid #ffffff;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
    .time_list_met_21_2_82 #timeline .demo-card:hover .head::before, .time_list_met_21_2_82 #timeline .demo-card:hover .head::after {
        border: 0px solid
    }
    @media (min-width:1000px) {
        .time_list_met_21_2_82 #timeline .demo-card {
            width: 50%;
            height: auto;
            margin-top: 25px;
            margin-bottom: 25px;
            display: inline-block;
            float: left
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) {
            text-align: right;
            margin-right: 45px
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) {
            text-align: left;
            margin-left: 70px;
            float: right
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .head {
        font-size: 22px;
        width: 20%;
        float: right
    }
    .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .body {
        width: 80%;
        padding: 0;
        float: left;
        padding-right: 10px
    }
    .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .head {
        font-size: 22px;
        width: 20%;
        float: left
    }
    .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .body {
        width: 80%;
        padding: 0;
        float: right;
        padding-left: 10px
    }
    @media (max-width:1024px) {
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) {
            text-align: left;
            margin-left: 55px;
            margin-top: 25px;
            float: right
        }
        .time_list_met_21_2_82 .container {
            width: 100%
        }
        .time_list_met_21_2_82 #timeline .demo-card {
            width: 90%;
            height: auto;
            margin-bottom: 25px;
            display: inline-block;
            float: left;
            margin-top: 25px
        }
        .time_list_met_21_2_82 #timeline .demo-card-wrapper {
            display: block;
            flex-flow: column wrap;
            width: 100%;
            height: auto;
            margin: 0 auto;
            overflow: hidden
        }
    }
    @media (max-width:768px) {
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .head, .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .head {
            font-size: 22px;
            width: auto;
            float: none;
            text-align: center
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .body, .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .body {
            width: auto;
            padding: 0;
            float: none;
            text-align: center;
            padding: 0 50px
        }
        .time_list_met_21_2_82 #timeline .demo-card-wrapper {
            display: block;
            flex-flow: column wrap;
            width: 100%;
            height: auto;
            margin: 0 auto;
            overflow: hidden
        }
        .time_list_met_21_2_82 .box-head {
            padding: 0 10px
        }
        .time_list_met_21_2_82 #timeline .demo-card {
            min-width: 100%;
            margin: 0!important;
            margin-bottom: 30px!important;
            padding: 0 20px
        }
        .time_list_met_21_2_82 #timeline .demo-card-wrapper::after {
            display: none
        }
    }
    @media (max-width:700px) {
        .time_list_met_21_2_82 {
            background-attachment: inherit!important
        }
        .time_list_met_21_2_82 #timeline .demo-card:nth-child(odd) .body, .time_list_met_21_2_82 #timeline .demo-card:nth-child(even) .body {
            padding: 0px
        }
    }
    @media (min-width:480px) {
        .time_list_met_21_2_82 #timeline .demo-card .head h2 {
            font-size: 165%
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card .head h2 span {
        display: block;
        font-size: 0.6rem;
        margin: 0;
        color: #000000;
        color: ;
        margin-bottom: 2px
    }
    @media (min-width:480px) {
        .time_list_met_21_2_82 #timeline .demo-card .head h2 span {
            font-size: 0.8rem
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card .body {
        border-top: 0;
        padding: 15px
    }
    @media (min-width:1000px) {
        .time_list_met_21_2_82 #timeline .demo-card .body {
            height: auto
        }
    }
    .time_list_met_21_2_82 #timeline .demo-card .body p {
        color: #999999;
        color: #e0e0e0;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px
    }
    .time_list_met_21_2_82 #timeline .demo-card .body img {
        display: block;
        width: 100%
    }
    .img_list_met_83_2_85 {
        padding: 70px 0;
        max-width: 100%;
        overflow: hidden
    }
    .img_list_met_83_2_85.bgcolor {
        background: #ffffff;
        background-color: #fafafa
    }
    .img_list_met_83_2_85 .container {
        margin-bottom: 40px
    }
    .img_list_met_83_2_85 .t {
        color: #000000;
        color: ;
        margin-bottom: 0;
        font-size: 32px;
        text-align: center;
        line-height: 36px;
        padding-bottom: 15px
    }
    .img_list_met_83_2_85 .en {
        color: #999999;
        color: ;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        text-align: center;
        padding-bottom: 0
    }
    .img_list_met_83_2_85.bgimg {
        background: url('') no-repeat top center;
        background-size: cover
    }
    .img_list_met_83_2_85 .service-list {
        margin: 0;
        padding: 0;
        margin-top: 40px
    }
    .img_list_met_83_2_85 .slick-initialized .slick-slide {
        padding: 0 10px
    }
    .img_list_met_83_2_85 .img img, .img_list_met_83_2_85 .box:hover img {
        max-width: 100%;
        margin: 0 auto;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out
    }
    .img_list_met_83_2_85 .img {
        overflow: hidden
    }
    .img_list_met_83_2_85 .img img:hover, .img_list_met_83_2_85 .box:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    .img_list_met_83_2_85 .service-list .item {
        opacity: 0;
        transform: translate(0, 100%);
        height: 100%;
        margin: 0 10px
    }
    .img_list_met_83_2_85 .item a {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        height: 100%;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.09);
        border-radius: 0.5rem;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out
    }
    .img_list_met_83_2_85 .item a.nopointer {
        cursor: auto
    }
    .img_list_met_83_2_85 .item .text {
        padding: 30px 30px 30px 30px;
        background: #ffffff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        min-height: 147px
    }
    .img_list_met_83_2_85 .item:hover .text {
        background: #0fa7a3;
        background: #000000
    }
    .img_list_met_83_2_85 .item a h4 {
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        margin-bottom: 10px;
        color: #000000;
        color:
    }
    .img_list_met_83_2_85 .item a h4 span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block
    }
    .img_list_met_83_2_85 .item:hover a h4 span {
        color: #ffffff !important
    }
    .img_list_met_83_2_85 .item .text .em {
        color: #999999;
        color:
    }
    .img_list_met_83_2_85 .item .text .p {
        color: #999999;
        color: ;
        font-size: 14px
    }
    .img_list_met_83_2_85 .item:hover h4, .img_list_met_83_2_85 .item:hover .text .em, .img_list_met_83_2_85 .item:hover .text .p {
        color: #ffffff
    }
    .img_list_met_83_2_85 .item:hover a h4, .img_list_met_83_2_85 .item:hover a p {
        color: #ffffff
    }
    .img_list_met_83_2_85 .slick-arrow:hover, .img_list_met_83_2_85 .slick-arrow:hover i {
        color: #0fa7a3 !important;
        color: !important;
        border-color: #0fa7a3;
        border-color:
    }
    .img_list_met_83_2_85 .item a:hover {
        text-decoration: none
    }
    .img_list_met_83_2_85 .item a:hover h4:before {
        width: 100%;
        background-color: #0fa7a3;
        background-color:
    }
    .img_list_met_83_2_85 .slick-arrow {
        cursor: pointer;
        border: 2px solid #999999;
        width: 45px;
        height: 45px;
        line-height: 30px;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        cursor: pointer;
        border-radius: 100%;
        border-color: ;
        color: #999999;
        color:
    }
    .img_list_met_83_2_85 .slick-list {
        padding: 10px 0
    }
    .img_list_met_83_2_85 .slick-arrow.slick-next {
        right: 45%
    }
    .img_list_met_83_2_85 .slick-arrow.slick-prev {
        left: 45%
    }
    .img_list_met_83_2_85 .slick-prev, .img_list_met_83_2_85 .slick-next {
        bottom: 0;
        top: 110%
    }
    .img_list_met_83_2_85 .slick-arrow i {
        line-height: 40px;
        font-size: 24px;
        opacity: 0.8;
        font-weight: 100;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        color: #999999;
        color:
    }
    .img_list_met_83_2_85 .slick-slider {
        margin-top: 30px
    }
    @media (min-width:767px) and (max-width:1200px) {
        .img_list_met_83_2_85 img {
            max-width: 300px;
            margin: 0 auto
        }
        .img_list_met_83_2_85 .slick-arrow.slick-next {
            right: 44%
        }
        .img_list_met_83_2_85 .slick-arrow.slick-prev {
            left: 44%
        }
    }
    .img_list_met_83_2_85 .slick-arrow {
        font-size: 30px;
        color: !important
    }
    @media (max-width:991px) {
        .img_list_met_83_2_85 {
            padding: 60px 0
        }
        .img_list_met_83_2_85 .slick-arrow i {
            font-size: 24px
        }
        .img_list_met_83_2_85 .slick-prev {
            width: 32px;
            height: 32px
        }
        .img_list_met_83_2_85 .slick-next {
            width: 32px;
            height: 32px
        }
        .img_list_met_83_2_85 .t {
            font-size: 30px;
            line-height: 30px
        }
        .img_list_met_83_2_85 .en {
            font-size: 20px;
            line-height: 22px;
            padding-bottom: 6px
        }
        .img_list_met_83_2_85 .slick-arrow.slick-next {
            padding-left: 2px;
            font-size: inherit
        }
        .img_list_met_83_2_85 .slick-arrow.slick-prev {
            padding-right: 2px;
            font-size: inherit
        }
        .img_list_met_83_2_85 .slick-arrow i {
            line-height: 28px
        }
    }
    @media (max-width:767px) {
        .img_list_met_83_2_85 .service-list .item {
            margin: 0 5px
        }
        .img_list_met_83_2_85 {
            padding: 50px 0
        }
        .img_list_met_83_2_85 .service-list {
            margin-top: 12px
        }
        .img_list_met_83_2_85 .slick-arrow.slick-next {
            right: 35%
        }
        .img_list_met_83_2_85 .slick-arrow.slick-prev {
            left: 35%
        }
    }
    .img_list_met_36_1_91.met-index-body {
        padding: 70px 0px;
        background-color: #ffffff;
        background-color: ;
        background-image: url('');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative
    }
    @media (max-width:767px) {
        .img_list_met_36_1_91.met-index-body {
            padding: 50px 0px
        }
    }
    @media (max-width:991px) {
        .img_list_met_36_1_91.met-index-body {
            padding: 60px 0px
        }
    }
    .img_list_met_36_1_91 h2, .img_list_met_36_1_91 h6, .img_list_met_36_1_91 .h2, .img_list_met_36_1_91 .h6 {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
        color: #000000;
        color: ;
        font-weight: 400;
        line-height: 1.7em;
        letter-spacing: 1px;
        text-transform: uppercase
    }
    .img_list_met_36_1_91 h2, .img_list_met_36_1_91 .h2 {
        font-size: 36px
    }
    .img_list_met_36_1_91 h6, .img_list_met_36_1_91 .h6 {
        font-size: 15px
    }
    .img_list_met_36_1_91 img.align-left {
        margin: 0 20px 20px 0
    }
    .img_list_met_36_1_91 img.align-right {
        margin: 0 0 20px 20px
    }
    .img_list_met_36_1_91 p {
        margin: 0 0 20px 0
    }
    .img_list_met_36_1_91 b, .img_list_met_36_1_91 strong, .img_list_met_36_1_91 .bold {
        font-weight: 600
    }
    .img_list_met_36_1_91 a {
        transition: all 0.4s ease-in-out;
        text-decoration: none;
        color: #222
    }
    .img_list_met_36_1_91 a:hover, .img_list_met_36_1_91 a:focus {
        text-decoration: none;
        outline: none;
        color: rgba(34, 34, 34, 0.7)
    }
    .img_list_met_36_1_91 .jarallax {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden
    }
    .img_list_met_36_1_91.met-index-body::after {
        content: '';
        clear: both;
        display: table
    }
    .img_list_met_36_1_91 .filters-wrap {
        margin: 0;
        text-align: center
    }
    .img_list_met_36_1_91 .filters-wrap a {
        display: inline-block;
        margin: 0 15px;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 1em;
        letter-spacing: 2px;
        transition: all 0.4s ease-in-out;
        position: relative
    }
    .img_list_met_36_1_91 .filters-wrap a::before {
        color: rgba(0, 0, 0, 0);
        content: ".";
        font-size: 10px;
        left: 0;
        pointer-events: none;
        position: absolute;
        text-shadow: 0 0 rgba(0, 0, 0, 0);
        top: 100%;
        transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s
    }
    .img_list_met_36_1_91 .filters-wrap a:hover::before, .filters-wrap a.active::before, .filters-wrap a:focus::before {
        color: #222222;
        text-shadow: 7px 0 #222222, 14px 0 #222222
    }
    .img_list_met_36_1_91 .text-center {
        text-align: center
    }
    .img_list_met_36_1_91 .filters-wrap+.portfolio-masonry-wrapper {
        margin-top: 40px
    }
    .img_list_met_36_1_91 .equal-grid.portfolio-masonry-wrapper {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .img_list_met_36_1_91 .portfolio-masonry-wrapper .portfolio-item-wrap {
        padding: 10px
    }
    .img_list_met_36_1_91 .portfolio-item-wrap, .img_list_met_36_1_91 .portfolio-item {
        position: relative;
        overflow: hidden
    }
    .img_list_met_36_1_91 .portfolio-img {
        position: relative;
        overflow: hidden
    }
    .img_list_met_36_1_91 .portfolio-img img {
        transition: all 0.7s ease 0s;
        transform: scale(1);
        width: 100%;
        height: auto
    }
    .img_list_met_36_1_91 .portfolio-img figcaption {
        background-color: transparent;
        position: absolute;
        z-index: 996;
        bottom: 0;
        left: 0;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        transform: scale(1)
    }
    .img_list_met_36_1_91 .portfolio-img figcaption a p {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffff;
        font-size: 18px;
        transform: translatex(-8px);
        text-align: center;
        line-height: 64px
    }
    .img_list_met_36_1_91 .portfolio-img figcaption a p:hover, .img_list_met_36_1_91 .portfolio-img figcaption a p:hover span {
        color: #999191 !important;
        transition: all 0.7s ease 0s;
        transform: scale(1)
    }
    .img_list_met_36_1_91 .portfolio-img figure:hover figcaption {
        visibility: visible;
        color: #fff;
        background-color: #0fa7a3;
        background-color: #000000;
        overflow: hidden;
        opacity: 0.6;
        height: 64px;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        transform: scale(1)
    }
    .img_list_met_36_1_91 .equal-grid .portfolio-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 80%
    }
    .img_list_met_36_1_91 .equal-grid .portfolio-img.large {
        padding-top: 160%
    }
    .img_list_met_36_1_91 .portfolio-content-wrap, .img_list_met_36_1_91 .portfolio-title, .img_list_met_36_1_91 .portfolio-categories {
        transition: all 0.4s ease-in-out;
        white-space: nowrap;
        webkit-font-smoothing: antialiased;
        -khtml-font-smoothing: antialiased;
        -apple-font-smoothing: antialiased
    }
    .img_list_met_36_1_91 .portfolio-item:hover img {
        transform: scale(1.1)
    }
    .img_list_met_36_1_91 .portfolio-content-wrap {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2
    }
    .img_list_met_36_1_91 .portfolio-content-wrap::after {
        content: '';
        height: 100%;
        display: inline-block;
        width: 0;
        vertical-align: middle;
        font-size: 0
    }
    .img_list_met_36_1_91 .potfolio-content {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle
    }
    .img_list_met_36_1_91 .portfolio-categories {
        transform: translatex(8px);
        font-size: px;
        font-style: italic;
        letter-spacing: 2px
    }
    .img_list_met_36_1_91 .btn.btn-brand:hover {
        color: #000000;
        background-color: #0fa7a3;
        background-color: #0fa7a3;
        border-color: #0fa7a3;
        border-color: #0fa7a3
    }
    .img_list_met_36_1_91 .btn.pill {
        border-radius: 5px
    }
    .img_list_met_36_1_91 .btn.btn-brand {
        background-color: #0fa7a3;
        background-color: #ffffff;
        color: #000000;
        border-color: #0fa7a3;
        border-color: #000000;
        width: 130px;
        margin: 10px;
        opacity: 0.8;
        display: block;
        width: 120px;
        margin: 0 auto
    }
    .img_list_met_36_1_91 .btn {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.78571;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .img_list_met_36_1_91 dl, .img_list_met_36_1_91 ol, .img_list_met_36_1_91 ul {
        margin-top: 0;
        padding: 0;
        overflow: hidden
    }
    .img_list_met_36_1_91 p.desc {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #8c8c8c;
        margin: 0px auto;
        margin-bottom: 47px
    }
    @media (max-width:767px) {
        .img_list_met_36_1_91 .portfolio-masonry-wrapper .portfolio-item-wrap {
            padding: 0 5px
        }
        .img_list_met_36_1_91 .portfolio-img figure {
            margin-bottom: 10px
        }
        .img_list_met_36_1_91 ul.met-img-list {
            margin: 0 -5px
        }
    }
    .adbanner_met_184_10_87 ul, .adbanner_met_184_10_87 li, .adbanner_met_184_10_87 h4, .adbanner_met_184_10_87 p {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .adbanner_met_184_10_87 .container {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        padding: 0px
    }
    .adbanner_met_184_10_87 {
        position: relative;
        padding: 50px 0px;
        background: #ffffff;
        background: #f5f5f5;
        overflow: hidden
    }
    .adbanner_met_184_10_87.ad_bg_type {
        background: url() no-repeat center / cover
    }
    .adbanner_met_184_10_87 .adbanner_cont {
        text-align: center
    }
    .adbanner_met_184_10_87 .adbanner_cont .title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 43px;
        line-height: 1;
        color: #000000;
        color:
    }
    .adbanner_met_184_10_87 .adbanner_cont a {
        padding: 15px 43px;
        font-size: 18px;
        display: inline-block;
        background-color: #ffffff;
        background-color: ;
        line-height: 1;
        box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        color: #000000;
        color:
    }
    .adbanner_met_184_10_87 .adbanner_cont a:hover {
        color: #0fa7a3;
        color: ;
        background-color: #ffffff;
        background-color:
    }
    .adbanner_met_184_10_87_particles {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    @media screen and (min-width:1200px) {
        .adbanner_met_184_10_87 .container {
            width: 1200px
        }
    }
    @media screen and (min-width:992px) and (max-width:1200px) {}
    @media screen and (min-width:768px) and (max-width:992px) {
        .adbanner_met_184_10_87 {
            padding: 50px 0px
        }
    }
    @media screen and (max-width:767px) {
        .adbanner_met_184_10_87 {
            padding: 50px 0px
        }
        .adbanner_met_184_10_87 .container {
            width: unset;
            padding: 0px 15px
        }
        .adbanner_met_184_10_87 .adbanner_cont .title {
            font-size: 24px;
            margin-bottom: 20px
        }
        .adbanner_met_184_10_87 .adbanner_cont a {
            padding: 10px 32px;
            font-size: 16px
        }
    }