@charset "utf-8";
/* CSS Document */
header{
	width: 100%;
	max-width: 1920px;
	height: 580px;
	margin: 0 auto;
	background: url("/en/Assets/Web/Images/Faqs/HeadBg.png") no-repeat center bottom;

	background-color: #f2eee9;
}	
#HeaderForm{
	width: 100%;
	height: 550px;
	max-width: 1600px;
	margin: 0 auto;		
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#Logo{
	width: 84px;
	height: 96px;
	margin-top: 60px;	
	position: fixed;
}	
#LogoName{
	width: 84px;
	height: 170px;
	font-family: 'Vollkorn', serif;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	color: #8c8c8c;
	font-style: italic;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;		
	margin-top: 250px;
}
#Banner{
	width: calc(100% - 160px);
	max-width: 1260px;
	height: 353px;
	background: url("/en/Assets/Web/Images/Faqs/Banner.png") no-repeat center center;
	margin: 0 auto;
	margin-top: -225px;
	box-sizing: border-box;

}
#SearchForm{
	width: 180px;
	height: 35px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
#Search{
	width: 140px;
	height: 35px;
	background: #FFF;
	border: none;	
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	border-radius: 3px 0 0 3px;
	font-size: 16px;		
}
#Search::placeholder{
	color: #c8c8c8;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 200;
}
#BtnSearch{
	width: 35px;
	height: 35px;
	background: url("/en/Assets/Web/Images/Faqs/BtnSearch.png") no-repeat center center;
	float: left;
	background-color: #FFF;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
#Faq{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;

}
.FaqForm{
	width: 100%;
}
.FaqForm:after{
	content: '';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.FaqLeft{
	width: 155px;
	float: left;
	background: url("/en/Assets/Web/Images/Faqs/Line1.png") no-repeat top;

}
.FaqRight{
	width: calc(100% - 195px);
	float: right;
	border-top: 2px solid #b7a393;
}
.HeadCustomer{
	width: 100%;
	height: 150px;
	background: url("/en/Assets/Web/Images/Faqs/f-customer.svg") no-repeat center center;
	text-align: center;
	color: #8f3834;
	box-sizing: border-box;
	padding-top: 120px;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Vollkorn', serif;
	letter-spacing: 1px;
}
.HeadEnterprise{
	width: 100%;
	height: 150px;
	background: url("/en/Assets/Web/Images/Faqs/f-enterprise.svg") no-repeat center center;
	text-align: center;
	color: #8f3834;
	box-sizing: border-box;
	padding-top: 120px;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Vollkorn', serif;
	letter-spacing: 1px;
}
.FaqList{
	width: 100%;
	min-height: 40px;
	border-bottom: 2px solid #b7a393;
	padding-top: 75px;
	padding-bottom: 75px;
	
}
.FaqList:after{
	content: '';
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	
}
.Question{
	width: calc(100% - 120px);
	min-height: 45px;
	line-height: 40px;
	font-size: 24px;
	color: #6e6e6e;
	padding-left: 30px;
	letter-spacing: 1px;
	float: left;

}
.BtnDown{
	width: 80px;
	height: 50px;
	background: url("/en/Assets/Web/Images/Faqs/BtnDown.png") no-repeat center center;
	cursor: pointer;
	float: right;

	transition: all .5s;
}
.Answer{
	width: 100%;
	padding-left:30px;
	padding-top: 30px;
	display: none;
	padding-bottom: 00px;
	overflow: hidden;
}
.AnserIcon{
	width: 50px;
	height: 50px;
	background: url("/en/Assets/Web/Images/Faqs/f-answer.svg") no-repeat center center;
	float: left;
}
.AText{
	width: calc(100% - 150px);
	padding-left: 0px;
	margin-left: 80px;
	padding-top: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
}
.BtnAct{
	transform: rotate(180deg);
}
.NoBorder{
	border-bottom: none;
}
#BtnForm{
	width: 100%;
	margin: 0 auto;
	padding-top: 140px;
	text-align: center;
	padding-bottom: 150px;
}
.BtnSend{
	width: 390px;
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
	letter-spacing: 1px;
}
.BtnTitle{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	padding-left: 40px;
	color: #b7a393;
	text-align: left;
	font-size: 24px;
}
.BtnMore{
	width: 390px;
	height: 65px;
	line-height: 65px;

	border-radius: 30px;
	color: #FFFFFF;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 40px;
	text-align: left;
	font-style: italic;
	background: url("/en/Assets/Web/Images/Faqs/IconNext.png") no-repeat;
	background-color: #b7a393;
	background-position: calc(100% - 40px);
	cursor: pointer;
}
.Height1{
	height: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1360px){
	#Banner{
		width: calc(100% - 280px);
		max-width: 1260px;
		height: 353px;
		background: url("/en/Assets/Web/Images/Faqs/Banner.png") no-repeat center center;
		margin: 0 auto;
		margin-top: -225px;
		box-sizing: border-box;

	}
	#Faq{

		padding-left: 120px;
		padding-right: 120px;

	}
}
@media screen and (max-width: 991px){
	header{
		width: 100%;
		max-width: 1920px;
		height: 300px;
		margin: 0 auto;
		background: url("/en/Assets/Web/Images/Faqs/HeadBg.png") no-repeat center bottom;
		background-size: 120%;
		background-color: #f2eee9;
	}	
	#HeaderForm{
		width: 100%;
		height: 300px;
		max-width: 1600px;
		margin: 0 auto;		
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		background: url("/en/Assets/Web/Images/Faqs/Banner.png") no-repeat center center;
		background-size: cover;
	}
	#Logo{
		width: 58px;
		height: 65px;
		margin-top: 30px;
		left: 35px;		
		position: absolute;
	}
	#Logo img{
		width: 58px;
	}

	#LogoName{
		width: 100%;
		height: 70px;
		font-family: 'Vollkorn', serif;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		color: #8c8c8c;
		font-style: italic;
		font-weight: bold;
		font-size: 32px;
		letter-spacing: 2px;
		display: inline-block;
		align-items: center;
		justify-content:center;	
		text-align: center;
		margin-top: 140px;
	}
	#Faq{
		padding-left: 30px;
		padding-right: 30px;
	}
	.FaqLeft{
		width: 100%;
		float: none;
		background: none;
	}
	.HeadCustomer{
		width: 100%;
		height: 150px;
		background: url("/en/Assets/Web/Images/Faqs/f-customer.svg") no-repeat center top;		
		text-align: center;
		color: #8f3834;
		box-sizing: border-box;
		padding-top: 70px;
		font-weight: 500;
		font-size: 18px;
		font-family: 'Vollkorn', serif;
		letter-spacing: 1px;
	}
	.FaqRight{
		width: 100%;
		float: none;
		background: none;
		border-top: 2px solid #b7a393;
	}
	.HeadEnterprise{
		width: 100%;
		height: 200px;
		background: url("/en/Assets/Web/Images/Faqs/f-enterprise.svg") no-repeat center center;
		background-position: center 50px;
		text-align: center;
		color: #8f3834;
		box-sizing: border-box;
		padding-top: 120px;
		font-weight: 500;
		font-size: 18px;
		font-family: 'Vollkorn', serif;
		letter-spacing: 1px;
	}
	.FaqList{
		width: 100%;
		min-height: 40px;
		box-sizing: border-box;
		border-bottom: 2px solid #b7a393;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.Question{
		width: calc(100% - 60px);
		min-height: 45px;
		line-height: 30px;
		font-size: 18px;
		color: #6e6e6e;
		padding-left: 20px;
		letter-spacing: 1px;
		float: left;

	}
	.BtnDown{
		width: 40px;
		height: 50px;
		background: url("/en/Assets/Web/Images/Faqs/BtnDown.png") no-repeat center center;
		background-size: 26px;
		cursor: pointer;
		float: right;

		transition: all .5s;
	}
	.Answer{
		width: 100%;
		padding-left:15px;
		padding-top: 10px;
		display: none;
		padding-bottom: 30px;
		overflow: hidden;
	}
	.AnserIcon{
		width: 100%;
		height: 40px;
		background: url("/en/Assets/Web/Images/Faqs/f-answer.svg") no-repeat left center;
		background-size: 32px;
		float: none;
	}
	.AText{
		width: calc(100% - 50px);
		padding-left: 0px;
		margin-left: 0px;
		padding-top: 10px;
		line-height: 30px;
		letter-spacing: 1px;
		font-weight: 300;
		font-size: 14px;
	}
	.BtnAct{
		transform: rotate(180deg);
	}
	.NoBorder{
		border-bottom: 2px solid #b7a393;
	}
	#BtnForm{
		width: 100%;
		margin: 0 auto;
		padding-top: 60px;
		text-align: center;
		padding-bottom: 50px;
	}
	.BtnSend{
		width: 200px;
		display: inherit;
		margin-left: 30px;
		margin-right: 30px;
		letter-spacing: 1px;
		text-align: center;
		margin: 0 auto;
	}
	.BtnTitle{
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		padding-left: 0px;
		color: #b7a393;
		text-align: center;
		font-size: 16px;
	}
	.BtnMore{
		width: 170px;
		height: 35px;
		line-height: 35px;

		border-radius: 15px;
		color: #FFFFFF;
		font-size: 12px;
		box-sizing: border-box;
		padding-left: 15px;
		text-align: left;
		font-style: italic;
		background: url("/en/Assets/Web/Images/Faqs/IconNext.png") no-repeat;
		background-size: 25px;
		background-color: #b7a393;
		background-position: calc(100% - 10px);
		cursor: pointer;
		margin: 0 auto;
		margin-bottom: 40px;


	}
	.Height1{
		height: 5px;
	}
}
