html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html, html a {
    -webkit-font-smoothing: antialiased;
}
html {
    -ms-overflow-style: scrollbar;
}
body {
    font-size: 14px;
    color: #777777;
    font-family:"Hind", sans-serif;
    word-wrap: break-word;
    line-height: 1.571;
    font-weight: 300;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.row {
    clear: both;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    padding: 0px;
    margin: 0px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
a:active, a:focus {
    text-decoration: none;
    outline: none;
}
.value:empty {
    display: none;
}
input {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.wrap {
    width: auto;
    clear: both;
}
.center {
    text-align: center;
}

.row {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}

#wrapper .container .row{
	max-width: 1200px;
	margin: 70px auto;
}
@font-face {
	font-family: Aileron;
	src: url("../fonts/Aileron-Regular-10.ttf");
}
@font-face {
	font-family: AileronTHin;
	src: url("../fonts/Aileron-Thin-13.ttf");
}

body{
	background-color: rgb(242,242,242);
	font-family:Aileron;
}
.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 60px;
}

.MsoNormal{
	height: 370px;
	background-color: rgba(0,162,233,1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
	font-family:AileronTHin;
}

.MsoNormal>span>a{
	font-weight: 200;
	font-size: 45px;
}

.MsoNormal>span{
	line-height: 1;
}
.sub-title{
	font-size: 30px;
	color: #fff;
}
.text-list{
	padding: 0;
	margin-top: 30px;
	height: 185px;
	background-color: #FBFBFCFF;
	display: flex;
	justify-content: space-around;
	align-items:center;
	color: #00a2e9;
}
.text-item{
	list-style: none;
	display: inline-block;
	color: #00a2e9;
}
.text-item>img{
	margin-bottom: 20px;
	width: 60px;
	height: 62px;
}
.text-item>span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.MsoNormal>.MsorlAto{
	width: 360px;
	height: 70px;
	display: block;
	background-color: #fff;
	color: rgba(0,162,233,1);
	font-size: 41px;
	margin: 15px auto 0;
	text-align: center;
	line-height: 70px;
	border-radius: 40px;
}
@media screen and (max-width: 1200px) {
	.MsoNormal {
		height: 340px;
	}
	.MsoNormal>span>a{
		font-size: 30px;
	}

	.MsoNormal>.MsorlAto{
		width: 250px;
		height: 50px;
		font-size: 30px;
		margin: 25px auto 0;
		line-height: 50px;
		border-radius: 25px;
	}
	.sub-title{
		font-size: 25px;
		color: #fff;
	}
	.text-list{
		padding: 0;
		margin-top: 30px;
		height: 185px;
		background-color: #FBFBFCFF;
		display: flex;
		justify-content: space-around;
		align-items:center;
		color: #00a2e9;
	}
	.text-item{
		list-style: none;
		display: inline-block;
		color: #00a2e9;
	}
	.text-item>img{
		margin-bottom: 20px;
		width: 60px;
		height: 62px;
	}
	.text-item>span{
		display: block;
		font-size: 18px;
		font-weight: bold;
	}
}
@media screen and (max-width: 900px) {
	.MsoNormal {
		height: 220px;
	}
	.MsoNormal>span>a{
		font-size: 25px;
	}
	.MsoNormal>.MsorlAto{
		width: 150px;
		height: 30px;
		font-size: 20px;
		margin: 10px auto 0;
		line-height: 30px;
		border-radius: 15px;
	}
	.sub-title{
		font-size: 20px;
		color: #fff;
	}
	.text-list{
		padding: 0;
		margin-top: 30px;
		height: 110px;
		background-color: #FBFBFCFF;
		display: flex;
		justify-content: space-around;
		align-items:center;
		color: #00a2e9;
	}
	.text-item{
		list-style: none;
		display: inline-block;
		color: #00a2e9;
	}
	.text-item>img{
		margin-bottom: 10px;
		width: 30px;
		height: 31px;
	}
	.text-item>span{
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
}
@media screen and (max-width: 430px) {
	.MsoNormal {
		height: 185px;
		padding-top: 25px;
	}
	.MsoNormal>span>a{
		font-size: 18px;
	}
	.MsoNormal>.MsorlAto{
		width: 150px;
		height: 30px;
		font-size: 20px;
		margin: 5px auto 0;
		line-height: 30px;
		border-radius: 15px;
	}
	.sub-title{
		font-size: 15px;
		color: #fff;
	}
	.text-list{
		padding: 0;
		margin-top: 15px;
		height: 100px;
		background-color: #FBFBFCFF;
		display: flex;
		justify-content: space-around;
		align-items:center;
		color: #00a2e9;
	}
	.text-item{
		list-style: none;
		display: inline-block;
		color: #00a2e9;
	}
	.text-item>img{
		margin-bottom: 10px;
		width: 21px;
		height: 21.7px;
	}
	.text-item>span{
		display: block;
		font-size: 10px;
		font-weight: bold;
	}
}