@font-face {
  font-family: 'icomoon';
  src:  url('custom-font/icomoon.eot?4791d6');
  src:  url('custom-font/icomoon.eot?4791d6#iefix') format('embedded-opentype'),
    url('custom-font/icomoon.ttf?4791d6') format('truetype'),
    url('custom-font/icomoon.woff?4791d6') format('woff'),
    url('custom-font/icomoon.svg?4791d6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.outline-button-home .Defaults-long-arrow-right, .swiper-button-next11, .swiper-button-prev11{
	font-family: 'icomoon' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	
	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  font-size: 12px !important;
}
.outline-button-home .Defaults-long-arrow-right:before {
  content: "\e901" !important;
}
.swiper-button-next11{
	font-size: 1.5vw !important; 
	left: 0 !important;
	    right: auto !important;
}


.swiper-button-next11:before{
	content: "\e900" !important;
}
.swiper-button-next11:after{
	display: none;
}
.swiper-button-next3:before, .swiper-button-next11:before{
	    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;

    -webkit-transform: rotate(0deg) translate(0, 0) !important;
    -ms-transform: rotate(0deg) translate(0, 0) !important;
    -moz-transform: rotate(0deg) translate(0, 0) !important;
    transform: rotate(0deg) translate(0, 0) !important;
    left: 0 !important;
    top: 0 !important;
}



.swiper-button-prev11{
	font-size: 1.5vw !important;
	right: 0 !important; 
	 left: auto !important;
}


.swiper-button-prev11:before{
	content: "\e901" !important;
}
.swiper-button-prev11:after{
	display: none;
}
.swiper-button-prev11:before, .swiper-button-prev11:before{
	    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;

    -webkit-transform: rotate(0deg) translate(0, 0) !important;
    -ms-transform: rotate(0deg) translate(0, 0) !important;
    -moz-transform: rotate(0deg) translate(0, 0) !important;
    transform: rotate(0deg) translate(0, 0) !important;
    left: 0 !important;
    top: 0 !important;
}
.red-cat-link{
	color: red !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 20px;
}
@media only screen and (max-width:768px) {
    
	.hide-for-mob{
		display: none;
	}
    .swiper-button-prev11, .swiper-button-next11 {
        top: 100% !important;
        bottom: 0 !important;
    }
}
.mc-banner{
	top: auto !important;
	bottom: 0 !important;
}