body,h5{font-family:'Times New Roman','LAOS'}
	#toTop{
		position: fixed;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		display: none;
	}
	.img-hover img {
		-webkit-transition: all .3s ease; /* Safari and Chrome */
		-moz-transition: all .3s ease; /* Firefox */
		-o-transition: all .3s ease; /* IE 9 */
		-ms-transition: all .3s ease; /* Opera */
		transition: all .3s ease;
	}
	.img-hover img:hover {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform:translateZ(0) scale(1.01); /* Safari and Chrome */
		-moz-transform:scale(1.01); /* Firefox */
		-ms-transform:scale(1.01); /* IE 9 */
		-o-transform:translatZ(0) scale(1.01); /* Opera */
		transform:translatZ(0) scale(1.01);
	}
		/* width */
	::-webkit-scrollbar {
	  width: 6px;
	  height:6px;
	}
	/* Track */
	::-webkit-scrollbar-track {
	  box-shadow: inset 0 0 5px white; 
	  border-radius: 5px;
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: gray; 
	  border-radius: 5px;
	}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #343a40; 
	}
	.scrollmenu {
		overflow: auto;
		white-space: nowrap;
	}
	.scrollmenu a {
		display: inline-block;
		color: white;
		text-align: center;
		text-decoration: none;
	}
	
	
	
	
	