.header {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	background-image: url(../img/img_banner.png);
}

.header img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.title-container {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	margin: 20px 0 30px 0;
}


.function-container {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.function-item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.function-item img {
	width: 100%;
	height: 100%;
	min-width: 210px;
}

.function-item h6 {
	color: #333333;
	margin-top: 10px;
}

.function-item p {
	color: #C1C1C1;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.function-content {
	color: #333333!important;
	font-weight: 400!important;	
}
.function-divide {
	height: 4px;
	border-radius: 10px;
	margin: 10px 0;
	width: 20%;
	background-color: #4859A7;
}

.sub-flow {
	background-color: #4859A7;
	padding: 15px;
	text-align: center;
	border-radius: 28px;
	margin: auto;
	color: #FFFFFF;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.result-detail {
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
}
.result-detail a{
	color:#4859A7;
	padding-bottom: 2px;
	border-bottom: 1px solid #4859A7;
	text-decoration: none;
}

.container-default{
	max-width:1220px;
}
.flex-center{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	margin-top: 8px;
}
.margin-top-0{
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-top: 0px!important;
}
@media screen and (max-width: 600px) {
    .responsive-img {
        display: none;
    }
}


.footer{
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.footer a{
	color: rgb(72,89,167);
}
.footer a:active,.footer a:visited,.footer a:hover{
	color: rgba(72,89,167,.75);
}
