@charset 'UTF-8';
.slick-loading .slick-list{background: #fff url('./ajax-loader.gif') center center no-repeat}
.slick-prev,.slick-next{position: absolute;bottom: -8px;display: block;width: 35px;height: 35px;padding: 0;cursor: pointer;color: #fff;text-indent: -9999px;border: none;border-radius:50%;outline: none;background:#0F1E64 url(/images/icons/svg/arrow-right-white.svg) center center no-repeat}
.slick-prev{background:#0F1E64 url(/images/icons/svg/arrow-left-white.svg) center center no-repeat}
.slick-prev:hover,.slick-next:focus{outline: none;background-color:#009bdc}
.slick-prev{left:0}
.slick-next{left:40px}
.slick-disabled{background-color:#c4c4c4;color:#000}
.slick-dotted.slick-slider{}
.slick-dots{display: block;width: auto !important;max-width: 100% !important;padding: 0;margin: 20px auto !important;list-style: none;text-align: right}
.slick-dots li{display: inline-block;width: 20px !important;height: 20px;margin: 0 5px !important;padding: 0 !important;cursor: pointer;position: relative;float:none}
.slick-dots li button{width: 20px;height: 20px;padding: 5px;border-radius:50%;color: #000;border: 0;outline: none;background: #ccc;display: block;cursor: pointer;text-indent: -9999px}
.slick-dots li button:hover,.slick-dots li button:focus,.slick-dots li.slick-active button{outline: none;background: #00447e;color:#fff}
