.banner{
	background-image: url("../images/banner/about.jpg");
	min-height: 350px;
}

.home2{
	/*
	background-image: url("../images/shape/orange_home.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	*/
	background-color: #000000;
}
.home2 .card{
	border:none;
	text-align: center;
	background-color: transparent;
}
.home2 .card .card-img-top{
	width: 100px;
	margin:0 auto;	
}
.home2 .card .card-body span:first-child{
	font-size: 60px;
	font-weight: 700;
	color:#00baff;
	margin-left:5px;
}
.home2 .card .card-body span:last-child{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.shape-white{
	position: relative;
	margin-top:-8em;
	height: 120px;
	overflow-y: hidden;
}
.shape-white img{
	width: 100%;	
}

.btn0.btn6{
	width: 180px;
	height: 48px;
	font-size: 14px;
	padding: 12px 30px 12px 30px;
	background-color: #ffffff;
	font-weight: 400;
	color:#fff;
	transition: background-color 0.2s linear;
	box-shadow: 0 12px 30px 0 rgba(0, 186, 255, 0.5);
    background-image: linear-gradient(to right, #123b59 0%, #00baff 100%);
}
.onemo-logo{
	width: 200px;
	margin:0 auto;
}

.sec-content{
	padding: 2rem 0;
	background-color: #000000;
}
.sec-content .text-detail p{
	color: #ffffff;
}
@media screen and (max-width: 768px){
	.w-80{
		width: 100%;
	}
	.home2{
		padding-top:2rem;
		background-size: cover;
	}
	.home2 .card{
		margin:1rem 0;
	}
	.home2 .card .card-body span:first-child{
		font-size: 30px;
	}
	.home3 .t-40.t-title.c-blue{
		font-size: 25px;
	}
	.button-regis{
		background-size: cover;
		margin-top: -5em;
	}

}