@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{	
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 26px;
	z-index:2;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    border:1px solid #ddd;
    background:#fff;
}

@media only screen and (max-width: 639px) {
.slick-prev,
.slick-next		{top: 94px}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{	
    outline: none;
    border:1px solid #ddd;
    background: #f8f8f8;
}
.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
{	
    right: 50px;
}
[dir='rtl'] .slick-prev
{	
    right: 0%;
    left: auto;
}
.slick-prev:before
{	
    content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_left_btn.png' ) no-repeat 50% 50% / 10px;
}
.slick-prev:hover:before
{	
    content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_left_btn.png' ) no-repeat 50% 50% / 10px;
}
[dir='rtl'] .slick-prev:before
{	
   content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_left_btn.png' ) no-repeat 50% 50% / 10px;
}


.slick-next
{	
    right: 0%;
}
[dir='rtl'] .slick-next
{	
    right: auto;
    right: 70px;
}
.slick-next:before
{	
    content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_right_btn.png' ) no-repeat 50% 50% / 10px;
}
.slick-next:hover:before
{	
    content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_right_btn.png' ) no-repeat 50% 50% / 10px;
}
[dir='rtl'] .slick-next:before
{	
    content: ''; width: 10px; height: 18px; display: block; margin: 0 auto; background: url( '/images/lms/web/cont/honors_right_btn.png' ) no-repeat 50% 50% / 10px;
}


@media only screen and (max-width: 959px) {
.slick-prev:before			{background: url( '/images/lms/mobile/cont/honors_left_btn.png') no-repeat 50% 50% / 10px;}
.slick-prev:hover:before	{background: url( '/images/lms/mobile/cont/honors_left_btn.png') no-repeat 50% 50% / 10px;}
.slick-next:before			{background: url( '/images/lms/mobile/cont/honors_right_btn.png') no-repeat 50% 50% / 10px;}
.slick-next:hover:before	{background: url( '/images/lms/mobile/cont/honors_right_btn.png') no-repeat 50% 50% / 10px;}
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{	
    position: absolute;
    bottom: -60px;
    left:0;
    width:100%;
    text-align:center;
	z-index:2;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
   
}

@media only screen and (max-width: 959px) {
.slick-dots	{bottom: -80px;}
}

@media only screen and (max-width: 639px) {

}

.slick-dots li
{	display:inline-block;
    position: relative;
    display: inline-block;
    padding: 0;
	margin: 0 10px 0 0;	
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    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;
    margin: 0 0 0 0;
	-webkit-border-radius:10px;  border-radius:10px;  -moz-border-radius:10px;
    width: 10px;
    height: 10px; 
    background:#ddd;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: black;
    width: 10px;
    margin: 0 5px 0 0;
    background:#3470c6;    
    height: 10px;
}