@charset "utf-8";
/* CSS Document */

.other-banner{
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.other-banner.about, .other-banner.support, .other-banner.newsletter, .other-banner.help, .other-banner.faq {
	height: 300px;	
}
.other-banner.privacy, .other-banner.terms, .other-banner.refund-policy{
	height: 250px;	
}
.other-banner.about{
	background-image:url(/fr/images/about-banner-bg.jpg);
}
.other-banner.support{
	background-image:url(/fr/images/support-banner-bg.jpg);
}
.other-banner.newsletter{
	background-image:url(/fr/images/newsletter-banner-bg.jpg);
}
.other-banner.help{
	background-image:url(/fr/images/help-banner-bg.jpg);
}
.other-banner.faq{
	background-image:url(/fr/images/faq-banner-bg.jpg);
}
.other-banner.privacy{
	background-image:url(/fr/images/privacy-banner-bg.jpg);
}
.other-banner.refund-policy{
	background-image:url(/fr/images/refund-policy-banner-bg.jpg);
}
.other-banner.terms{
	background-image:url(/fr/images/terms-conditions-banner-bg.jpg);
}
.other-banner-content-wrap{
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.other-banner-content-wrap h1{
	padding: 70px 0;
	font-size: 48px;
	color: #FFF;
}
.other-banner-content-wrap p{
	font-size: 24px;
	color: #FFF;
	margin-bottom: 10px;	
}

.other-content{
	padding: 40px 0px;	
}
.other-content h2{
	font-size: 24px;
	font-weight: bold;
	margin:40px auto 10px;	
}
.other-content ol{
	list-style: decimal;
	margin-left:16px;	
}
.other-content .des{
	font-weight: bold;
	margin-bottom: 10px;	
}
.other-content .address-map{
	width: 100%;
	height:380px;
	padding: 0px 10px;
	margin-top: 40px;
	overflow: hidden;
}
.other-content .address-map img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);	
}

.other-content .partner{
	margin-top: 40px;
}
.other-content .partner p{
	margin-top: 15px;
}


.other-content ul.faq-manua-links{
	text-align: justify;
	margin: 40px auto;
}
.other-content ul.faq-manua-links:after{
	display: inline-block;
	content: "";
	width: 100%;
}
.other-content ul.faq-manua-links li{
	display: inline-block;
	font-size: 16px;
	width: 46%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	background-color: #eee;
}
.other-content ul.faq-manua-links li>a{
	display: block;
	color: #555;
	padding-left: 40px;
}
.other-content ul.faq-manua-links li>a:before{
	float: right;
	margin-right: 20px;
}
.other-content ul.faq-manua-links li>a:hover{
	color: #2887f5;
	text-decoration: none;
	background-color: #f5f5f5;
}

.other-content .newsletter-content{
	font-weight: bold;
}
.other-content ul.newsletter-content-more{
	margin-top: 20px;	
}
.other-content ul.newsletter-content-more li:before{
	color: #09F;
	margin-right: 10px;
}
.other-content .newsletter-subscribe{
	width: 100%;
	border: 1px solid #ccc;
	margin: 40px auto;	
}
.other-content .newsletter-subscribe .text{
	position: relative;
	height: 238px;
	background-image: url(/fr/images/newsletter-sign-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
}
.other-content .newsletter-subscribe .text>p{
	position: absolute;
	width: 100%;
	line-height: 55px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	background-color: rgba(59,145,243,0.9);
	left: 0px;
	bottom: 40px;
}
.other-content .newsletter-subscribe .input-box{
	height: 238px;	
}
.other-content .newsletter-subscribe .input-box input{
	display: block;
	width: 80%;
	height: 50px;
	font-size: 18px;
	margin: auto;
}
.other-content .newsletter-subscribe .input-box input.email{
	border: 1px solid #CCC;
	padding-left: 10px;
	margin-top: 60px;
	
}
.other-content .newsletter-subscribe .input-box input[type=submit]{
	margin-top: 20px;
	color: #FFF;
	background-color: #fb7460;
	transition: all 0.3s;
}
.other-content .newsletter-subscribe .input-box input[type=submit]:hover{
	background-color: #f14b33;
}

.other-content.help-content h2, .other-content.faq-content h2{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}
.other-content.help-content .help-section{
	height: 260px;
	font-size: 14px;
	padding: 10px 30px;
	border-left: 1px solid #ccc;
}
.other-content.help-content .help-section:nth-last-child(n+4){
	border-bottom: 1px solid #CCC;
}
.other-content.help-content .help-section:nth-child(3n+1){
	border-left: none;	
}
.other-content.help-content ul.help-list li{
	color: #2887f5;
	list-style: outside;
	margin-left: 18px;
}
.other-content.help-content ul.help-list li a{
	color: #555;	
}
.other-content.help-content .help-more-btn{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #2887f5;
	border: 1px solid #2887f5;
	margin-top: 20px;
	transition: all 0.3s;
}
.other-content.help-content .help-more-btn:hover{
	color:#FFF;
	text-decoration: none;
	background-color: #2887f5;
}


.other-content.faq-content .faq-section{
	display: inline-block;
	width: 32%;
	height: 300px;
	border: 1px solid #CCC;
	margin: 0px 1.5% 20px 0px;
	vertical-align: top;
}
.other-content.faq-content .faq-section:nth-child(3n){
	margin-right: 0px;	
}
.other-content.faq-content .faq-section h2{
	padding: 5px 20px 15px;
	border-bottom: 1px solid #e5e5e5;	
}
.other-content.faq-content .faq-section h2:before{
	font-size: 24px;
	margin-right: 15px;	
}
.other-content.faq-content .faq-section ul.faq-list{
	padding: 10px 20px 20px 35px;	
	list-style: outside;
}
.other-content.faq-content .faq-section ul.faq-list li{
	color: #555;
}
.other-content.faq-content .faq-section ul.faq-list a{
	color: #555;	
}
.other-content.faq-content .faq-more-btn{
	display: block;
	text-decoration: underline;
	margin-left: 20px;
}

.other-content h3{
	
	margin: 20px auto 10px;	
}
.other-content ol.refund-list{
	margin-bottom: 20px;
}

.faq-banner{
	height: 198px;
	background-image: url(/fr/images/faq-banner-bg.jpg);
}
.faq-tab-wrap{ 
	width:100%; 
	border-bottom: 1px solid #1970e7;
	font-size: 0;
	text-align: center;
}
.faq-tab-wrap li{
	display:inline-block;
	width: 340px;
	height: 60px;
	padding: 17px 0;
	border: 1px solid #1970e7;
	border-bottom: none;
	font-size: 20px;
	text-align: center;
}
.faq-tab-wrap li:first-child{
	border-right:none;
}
.faq-tab-wrap .faq-function-btn{
	display:block;	
	color: #333;
}
.faq-tab-wrap .faq-function-btn:hover{
	text-decoration:none;
}
.faq-tab-wrap .active{
	background-color:#1970e7;
}
.faq-tab-wrap .active a{
	color: #fff;
}
.faq-content-wrap{
	margin-top:40px;
}
.faq-cate-wrap{
	width:100%;
}
.faq-cate-wrap li{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	padding:0 10px;
	margin: 5px;
	cursor: pointer;
}
.faq-cate-wrap li:hover{
	background-color: #1970e7;
	border: 1px solid #fff;
	color: #fff;
}
.faq-cate-wrap li.active{
	background-color: #1970e7;
	border: 1px solid #fff;
	color: #fff;
}
.faq-cate-content-wrap{
	margin-top:50px;
	margin-bottom: 40px;
}
.faq-question-wrap{
	width:100%;
}
.faq-question-wrap li{
	position: relative;
	padding:0 35px 0 8px;
	border-bottom: 1px solid #8e8d8d;
	font-size: 20px;
	
}
.faq-question-wrap li:first-child{
	border-top: 1px solid #8e8d8d;
}
.faq-question-wrap li:after{
	position:absolute;
	font-family: FontAwesome;
	font-size: 22px;
	content: "\f105";
	top: 16px;
	right: 10px;
}
.faq-question-wrap li.active:after{
	content:"\f107";
}
.faq-question-wrap li .faq-answer{
	font-size:16px;
	line-height: 30px;
	color: #686869;
	padding-bottom: 10px;
	display: none;
}
.faq-question-wrap li .faq-answer img{
	display: block;
	margin-top:10px;
	margin-bottom:20px;
}
.faq-question-wrap li .faq-question{
	padding:20px 0px;
}
.faq-question-wrap li .faq-question:hover{
	cursor: pointer;
	color:#0553CC;
}
.faq-content-wrap .hide{
	display: none;
}

.help-us-banner{
	height: 565px;
	background-image: url(/fr/images/help-us-translate-banner-bg.jpg);
}
.help-us-translate{
	padding: 50px 35px;
	border:2px solid #e6e6e6;
}
.help-us-translate p{
	line-height: 30px;
	font-size: 18px;
	color: #464646;
}
.help-us p:first-child{
	margin-bottom: 30px;
}
.translate-step-wrap{
	height: 660px;
	background: url(/fr/images/help-us-translate-step-bg.jpg) center no-repeat;
	background-size: cover;
}
.translate-step-content{
	padding-top:60px;
	padding-bottom: 60px;
}
.translate-step-content h2{
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.translate-step-content .translate-step{
	width: 100%;
	text-align: justify;
	margin-top: 50px;
}
.translate-step-content .translate-step:after{
	content:"";
	display: inline-block;
	width: 100%;
}
.translate-step-content .translate-step .step-wrap{
	display:inline-block;
	width: 30%;
	padding: 30px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	vertical-align: top;
}
.translate-step-content .translate-step .step-wrap h3{
	font-size: 30px;
	color: #1b6999;
	font-style: italic;
	padding-bottom: 20px;
}
.translate-step-content .translate-step .step-wrap p{
	height: 50px;
	margin-top: 20px;
	font-size: 18px;
}
.translate-step-content .translate-step .step-wrap .color-org{
	color: #ff5400;
}
.translate-note-wrap{
	color: #fff;
	margin-top: 10px;
}
.translate-note-wrap .note{
	font-size: 24px;
}
.translate-note-wrap ul{
	margin-top:10px;
}
.translate-note-wrap ul li{
	list-style: disc inside;
	line-height: 36px;
}
.down-lang-files{
	padding-top:40px;
	padding-bottom: 60px;
}
.down-lang-files h2{
	font-size:30px;
	text-align: center;
}
.choose-product{
	margin-top:40px;
}
.choose-product .product-translate{
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
}
.choose-product .product-translate .title{
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	background-color: #4676b1;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.choose-product .product-translate .title:before{
	display: inline-block;
	font-family: 'FontAwesome';
	content:"\f067";
	position: absolute;
	right: 20px;
}

.choose-product .active .title:before{
	content:"\f068";
}
.product-translate .lang-files{
	display: table;
	width: 100%;
	margin: 20px auto;
	border:1px solid #dadada;
}
.product-translate .lang-files .table-title li{
	font-size: 22px;
}
.product-translate .lang-files ul{
	width: 100%;
	display: table-row;
	background-color: #f4f4f4;
}
.product-translate .lang-files ul li{
	float:left;
	width: 30%;
	height: 60px;
	line-height: 60px;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	text-align: center;
	overflow: hidden;
}
.product-translate .lang-files ul li.language{
	width:40%;
}
.product-translate .lang-files ul li:last-child{
	border-right:none;
}
.product-translate .lang-files ul:last-child li{
	border-bottom:none;
}

.choose-product .product-translate.active {
	height: 100%;
}


.privacy-content ul{
	margin-bottom: 20px;
}
.privacy-content ul li{
	list-style: disc;
	padding-left: 10px;
	margin-left: 20px;
}
.privacy-content p{
	margin-bottom: 20px;
}

/*--media--*/
@media screen and (max-width: 1023px){
.other-content ul.faq-manua-links li{
	font-size: 14px;
	width: 48%;	
}
.other-content.help-content .help-section:nth-last-child(n+2){
	border-bottom: 1px solid #CCC;	
}
.other-content.help-content .help-section:nth-child(3n+1){
	border-left: 1px solid #CCC;	
}
.other-content.help-content .help-section:nth-child(2n+1){
	border-left: none;
}
.other-content.faq-content .faq-section{
	width: 48%;
	margin-right: 3%;
}
.other-content.faq-content .faq-section:nth-child(3n){
	margin-right: 3%;	
}
.other-content.faq-content .faq-section:nth-child(2n){
	margin-right: 0px;	
}
}

@media screen and (max-width: 767px){
.other-banner.about{
	height: 200px;	
}
.other-banner.privacy, .other-banner.terms{
	height: 150px;	
}
.other-banner-content-wrap h1{
	font-size: 32px;
}
.other-banner-content-wrap p{
	font-size: 14px;	
}
.other-content h2{
	font-size: 20px;	
}

.other-content ul.faq-manua-links li{
	display: block;
	width: 100%;
	margin: 0px auto 10px;	
}

.other-content.help-content .help-section:nth-last-child(n+1){
	border-bottom: 1px solid #CCC;	
}
.other-content.help-content .help-section:nth-child(n){
	border-left: none;
}
.other-content.help-content .help-section:nth-child(1){
	border-top: 1px solid #CCC;
}

.other-content.faq-content .faq-section{
	width: 100%;
	margin-right: 0px;
}
.other-content.faq-content .faq-section:nth-child(3n){
	margin-right: 0px;	
}
.faq-tab-wrap li{
	width: 50%;	
}
.translate-step-wrap{
	height: auto;
}
.translate-step-content .translate-step .step-wrap{
	width:100%;
	margin-bottom: 20px;
}
.translate-note-wrap ul li{
	line-height: 24px;
}
}

@media screen and (max-width: 479px){
.other-content ul.faq-manua-links li a{
	padding-left: 15px;
}
.other-content .newsletter-subscribe .text>p{
	font-size: 20px;	
}
.other-content .newsletter-subscribe .input-box input{
	font-size: 16px;	
}
.other-content.faq-content .faq-section h2:before{
	font-size: 20px;
	margin-right: 10px;	
}
.faq-tab-wrap li{
	padding: 8px 0;
	font-size: 16px;	
}
.faq-question-wrap li{
	font-size: 18px;
}
.faq-question-wrap li .faq-answer img{
	width: 100%;
	height: auto;
}
.help-us-translate p{
	font-size: 16px;
	line-height: 24px;
}
}