* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link {
	color: #000;
	text-decoration: none !important;
}
a:visited {
  color: #000;
}

.divbanner01{
	display:block;
	width:100%;
}
.divbanner02{
	display:none;
	width:100%;
}



.mainContent{
	display: flex; 
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	width:100%;
	word-wrap: break-word;
	padding-left:10%;
	padding-right:10%;
}

.content_001 {
	display: flex; 
    justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	width:100%;
	background-color:#fff;
	margin-top:40px;
	align-items: flex-start;
}

.imgLeft_001{
	width:50%;
	height:400px;
	max-width:400px;
	max-height:400px;
	padding-top:400px;
	overflow: hidden;
	word-wrap: break-word;
	no-repeat 50% 50%; 
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover; 
	background-size:cover;
	-webkit-border-radius:10%;
	word-wrap: break-word;
	display: flex;
	position: relative;
	float:left;
	margin-right:75px;
}

.divImgLogoOnImg {
	position: absolute;
	bottom: 0;
	right: 0; /* set the right to 0 */
	width:100%;
}

.imgLogoOnImg {
	width:15%;
	height:auto;
	margin-left:5%;
	opacity: 0.3;
}

.cText004{
	width:50%;
	font-size:22px;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	vertical-align: middle;
	word-wrap: break-word;
	background-color:#fff;
	align-items : flex-start;
}

.divShowOption_001{
	width:50%;
	padding : 5px;
	background-color : #fff;
	font-size:25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	cursor:pointer;
}

.divImgPO_001{
	width: 20%;
	height: auto;
	background-color: #fff;
	word-wrap: break-word;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.divImgIcon01 {
    width: 12%;
    height: auto;
    background-color: #fff;
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.divImgIcon02 {
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    word-wrap: break-word;
    background-position: 50% 50%;
    -webkit-background-size: 95%;
    background-repeat: no-repeat;
}

.divTextOption01 {
    width: 75%;
    height: auto;
    background-color: #fff;
    font-size: 25px;
    word-wrap: break-word;
    display: block;
    padding-left: 17px;
}

.divBoxOP{
	width: 95%;
    padding: 5px;
    background-color: #fff;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.divShowOption_002{
	width:33.33%;
	padding : 5px;
	background-color : #fff;
	font-size:25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	cursor:pointer;
}

.divImgPO_002{
	width: 20%;
	height: auto;
	background-color: #cc99ff;
	word-wrap: break-word;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.divTextOption_002{
    width: 80%;
    height: auto;
    background-color: #fff;
    font-size: 25px;
    word-wrap: break-word;
    display: block;
    padding-left: 17px;
	color:#f00;
}

.textH_6{
	font-size:30px;
	width:100%;
	font-weight: 500;
}

.cH1{
	font-size:36px;
	font-weight: 500;
}

.HH_1{
	font-size:36px; font-weight:900; width:100%; text-align:center;
	font-weight: 500;
}

/*===========================================*/

/*===MainContent===*/
.content_L{
	width: 100%;
	word-wrap:break-word;
	padding-left:10px;
	margin:auto;
	background-color:#fff;
	margin-top: 65px;
}

.imgCT_001{
	width: 100%;
	height: 400px;
	max-width: 400px;
	max-height: 400px;
	padding-top: 400px;
	overflow: hidden;
	word-wrap: break-word;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 10%;
	word-wrap: break-word;
	display: flex;
	position: relative;
	float: left;
	margin-right: 75px;
	background-position: 50% 50%;
}

.textCT_001{
	width: 100%;
	font-size: 22px;
	height: auto;
	vertical-align: middle;
	word-wrap: break-word;
}

.content_R{
	width: 100%;
	word-wrap:break-word;
	padding-right:10px;
	margin:auto;
	background-color:#fff;
	margin-top: 65px;
}

.imgCT_R001{
	width: 100%;
	height: 400px;
	max-width: 400px;
	max-height: 400px;
	padding-top: 400px;
	overflow: hidden;
	word-wrap: break-word;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 10%;
	word-wrap: break-word;
	display: flex;
	position: relative;
	float: right;
	margin-left: 75px;
	background-position: 50% 50%;
}
.textH_X1{
	font-size:36px; 
	font-weight: 500;
}

.cH2{
	font-size:36px;
	font-weight: 500;
}

.cH3{
	color:#ffa31a;
	font-size:25px;
	font-weight: normal;
	display: inline;
	font-weight: 300;
}

/*===========================================*/

/*===LinkPOV===*/
.linkPOV_1{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 40px;
}

.linkPOV_2{
	display: flex;
	width: 12.5%;
	height: auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	background-color: #fff;
	margin-bottom: 4px;
	padding:5px;
}

.linkPOV_3 {
	word-wrap: break-word;
	display: block;
	width: 95%;
	padding: 3px 5px 3px 5px;
	font-size: 18px;
	background-color: #ffcc00;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: .1s;
	cursor: pointer;
	border-radius: 7px;
}
.linkPOV_3:hover{
	color: #ffcc00;
	background-color: #000;
}

.showPOV_001{
	font-size:36px;
	font-weight:900;
	width:50%; 
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffcc00;
	cursor: pointer;
	border-radius: 7px;
	padding-top:2px;
	font-weight: 500;
}
.cH4{
	font-size:18px;
	font-weight: normal;
	display: none;
}

/*===========================================*/

/*===footter===*/

	.footer_001{
		width: 100%;
		background-color: #ffcc00;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding:15px;
		padding-bottom:25px;
		font-size: 18px;
		margin-top:20px;
	}
	
	.divImgLOGO_002{
		width: 5%;
		height: auto;
		background-color: #cc99ff;
		word-wrap: break-word;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	
		.divImgIcon_002 {
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		word-wrap: break-word;
		background-position: 50% 50%;
		-webkit-background-size: 95%;
		background-repeat: no-repeat;
	}
	
/*===========================================*/

/*===cotact===*/

	.divContact{
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: center;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.divContactX_1{
		display: flex;
		width: 50%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: center;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.dividconC01{
		width:15%;
		height:auto;
		background-color : #fff;
		word-wrap: break-word;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	
	.dividtextC01{
		width:85%;
	}
	
	.dividconC02{
		width:100%;
		padding-top:100%;
		background-color : #fff;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		word-wrap: break-word;
		background-position: 50% 50%;
		-webkit-background-size: 80%;
		background-repeat: no-repeat;
	}
	
	.textButtonC01{
		margin-left:5px;
		font-size:1.5vw;
	}
	
	.divBt01{
		background-color: #fff;
		width:100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: stretch;
		margin:auto;
		cursor : pointer;
	}