    html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #fff;
      /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
      font-size: 16px;
      color:#000;
      margin: 0;
      padding: 0;
    }

	.swiper-top {
      width: 100%;
	  position:fixed;	  
	  overflow:hidden;
	  background:#fff;
    }

	.swiper-menu {
      width: 100%;
	  position:fixed;	  
	  overflow:hidden;
	  background:#fff;
	  bottom:0px;
    }

	.swiper-menu .swiper-slide {
      text-align: center;
      background: #FFF;
	  padding:5px 0px 3px 0px;
	  box-sizing: border-box;
	  font-weight:normal;
	  border-bottom:3px solid #FFF;
	  color:#AFAFAF;
	  width:25%;
	}


    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-container .swiper-slide {
      text-align: left;
      font-size: 1.1em;
      background: #fff;
	  padding:15vw 0px 20vw 0px !important;
	  box-sizing: border-box;
	  overflow:auto !important;	
    }

	.swiper-container .swiper-slide::-webkit-scrollbar {
	  display: none;
	}
	
	
	.sel{border-bottom:0px solid #010534 !important;color:#0a0a0a !important;}
	.material-icons{font-size:30px !important;}
	.fa{font-size:30px !important;}