/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:transparent;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:5px 5px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#d7212c;}

/*banner*/
.banner .owl-nav {position: absolute; top: 44%; margin-top: -40px; left: 0; width: 100%; z-index: 9;}
.banner .owl-theme .owl-dots .owl-dot span {width: 11px; height: 11px; background: #fff; transition: all 0.25s ease 0s;}
.banner .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.banner .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}

/*indexAR*/
.indexAR .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.indexAR .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}
.indexAR .owl-theme .owl-nav.disabled+.owl-dots {margin: 3.75% 0 0 0;}

/*indexCC*/
.indexCC .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.indexCC .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}
.indexCC .owl-theme .owl-nav.disabled+.owl-dots {margin: 3.75% 0 0 0;}


/*indexDC*/
.indexDC .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.indexDC .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}
.indexDC .owl-theme {margin-top: 4.033%;}
.indexDC .owl-theme .owl-nav.disabled+.owl-dots {margin: 5.65% 0 0 0;}


/*related*/
.related .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.related .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}
.related .owl-theme .owl-nav.disabled+.owl-dots {margin: 3.75% 0 0 0;}
.related .owl-nav .owl-prev {position: absolute; top: 21%; left: -50px;}
.related .owl-nav .owl-next {position: absolute; top: 21%; right: -50px;}
.related .owl-nav .owl-prev span::before {content:url("../../../../images/prev_e.png"); font-size: 0; line-height: 0;}
.related .owl-nav .owl-next span::before {content: url("../../../../images/next_e.png"); font-size: 0; line-height: 0;}


/*applicationList*/
.applicationList .owl-theme .owl-dots {padding: 30px 0 0 0;}
.applicationList .owl-theme .owl-dots .owl-dot.active span {background:#d7212c; width: 29px;}
.applicationList .owl-theme .owl-dots .owl-dot:hover span {background:#d7212c;}
.applicationList .owl-theme .owl-nav.disabled+.owl-dots {margin: 3.75% 0 0 0;}
.applicationList .owl-nav .owl-prev {position: absolute; top: 37%; left: -85px;}
.applicationList .owl-nav .owl-next {position: absolute; top: 37%; right: -85px;}
.applicationList .owl-nav .owl-prev span::before {content:url("../../../../images/prev_g.png"); font-size: 0; line-height: 0; height: 60px; width: 60px; border-radius: 30px; background-color: rgba(255, 255, 255, 0.85); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; box-shadow: 4px 0 5px rgba(0, 0, 0, 0.25);}
.applicationList .owl-nav .owl-next span::before {content: url("../../../../images/next_g.png"); font-size: 0; line-height: 0; height: 60px; width: 60px; border-radius: 30px; background-color: rgba(255, 255, 255, 0.85); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; box-shadow: -4px 0 5px rgba(0, 0, 0, 0.25);}
