.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100% }
.owl-carousel .owl-item { float: left; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item img{ width:100%;}
.owl-carousel .owl-item video{ width:100%; object-fit: fill; vertical-align:top;}
.owl-theme .owl-controls { width: 100%; position: absolute; left: 0; bottom: 48px; text-align: center;  }
.owl-theme .owl-controls .owl-page { display:inline-block; position:relative; width: 10px; height: 10px; border: 2px solid rgba(255,255,255,0.32); border-radius: 50%; cursor: pointer; margin:0 45px; }
.owl-theme .owl-controls .owl-page:before, .owl-theme .owl-controls .owl-page:after { content: ""; position: absolute; transform-origin: 0 0; transform: translate3d(-50%, -50%, 0); width: 24px; height: 24px; border: 1px solid transparent; border-radius: 50%; box-sizing:border-box; top: 2px; }
.owl-theme .owl-controls .owl-page:after { width:34px; height:34px }
.owl-theme .owl-controls .owl-page:hover:before, .owl-theme .owl-controls .owl-page:hover:after { border-color: rgba(255,255,255,0.3) }
.owl-theme .owl-controls .owl-page:hover:before { border-top-color: transparent; animation: rotating 3s linear infinite }
.owl-theme .owl-controls .owl-page:hover:after { width: 34px; height: 34px; border-top-color: transparent; border-bottom-color: transparent; animation: rotating 3s linear reverse infinite }
.owl-theme .owl-controls .owl-page.active { border: 2px solid white }
.owl-theme .owl-controls .owl-page.active:before { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2) }
.owl-theme .owl-controls .owl-page.animate+.timeline:after { animation: fillWidth linear forwards; animation-duration: inherit }
.owl-theme .owl-controls .owl-page.animate--last+.timeline:after { animation: unfillWidth linear both; animation-duration: inherit }
#progressBar{ position:absolute; left:50%; margin-left:-95px; bottom:57px; width:190px; background:rgba(255,255,255,.32);}
#bar{ width: 0%; max-width: 100%; height:1px; background:#fff; overflow: hidden;}

/*.owl-word{ background:rgba(0,0,0,.6); width:660px; position:absolute; left:50%; top:70px; margin-left:-640px; z-index:2; color:#fff; padding:30px; color:#fff;}*/

.owl-word{width:660px; position:absolute; left:50%; top:70px; margin-left:-640px; z-index:2; color:#fff; padding:30px; color:#fff;}
.owl-word .t{ font-size:36px; padding-bottom:20px;}
.owl-word .c{ font-size:16px; line-height:28px; max-height:84px; overflow:hidden;}
.owl-word .m{ background:#e5212a; width:250px; line-height:50px; text-align:center; color:#fff; display:inline-block; font-size:16px; margin-top:20px;}
.owl-word .m .arrow{ padding-left:10px; font-style:normal;}


@keyframes rotating { from {
transform:rotate(0) translate3d(-50%, -50%, 0)
}
to { transform: rotate(360deg) translate3d(-50%, -50%, 0) }
}
@keyframes fillWidth { from {
width:0
}
to { width: 100% }
}
@keyframes unfillWidth { from {
left:0;
width:100%
}
to { left: 100%; width: 0 }
}

