@charset "UTF-8";

.sdk_bg{
	padding-top: 12rem;
	background: url(../images/sdk_bg.jpg) no-repeat fixed center;
	background-size: cover;
	color: #fff;
}
.sdk_box h2{
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.sdk_box h3{
	margin-top: 6.8rem;
	padding-bottom: 7.3rem;
	font-size: 1.25rem;
	font-weight: 600;
}
#section--1{
	background: url(../images/white.svg) no-repeat center;
	background-size: cover;
	margin-top: -10rem;
	text-align: center;
	padding-top: 6.8rem;
	margin-bottom: 6.25rem;
}
#section--1 .row{
	margin-bottom: 1.12rem;
}
#section--1 .row img{
	width: 5rem;
	height: 5rem;
}
#section--1 .row  p{
    font-size: 0.875rem;
    margin-top: 10px;
    margin-bottom:2rem;
}
#section--1 .computer_img{
	max-width: 48rem;
}
#section--2 h2{
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 6rem;
}
#section--2 img{
	width: 8.75rem;
	height: 8.75rem;
}
#section--2 h4{
	font-size: 1.25rem;
	margin-top: 1.25rem;
}
#section--2 .text_contain{
	width: 18.75rem;
	position: absolute;
	text-align: left;
	background:rgba(243,246,248,1);
	border-radius: 10px;
	padding: 8.37rem 1.56rem 3rem;
	font-size: 0.875rem;
	/*margin:0 auto 20px;*/
	left: 50%;
	margin-left: -9.37rem;
	top: 0;
	display: none;
}

#section--2 .hover_sdk{
	position: relative;
	height: 22rem;
	cursor: pointer;
}
.title_img{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

/*
* about
*/
.about_bg{
	padding-top: 9rem;
	background: url(../images/about_bg.jpg) no-repeat fixed center;
	background-size: cover;
	color: #fff;
	padding-bottom: 9.06rem;
}
.about_box h2{
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 2.6rem;
}
/*
* Contact Us
*/
#contact{
  padding-top: 15.25rem;
  position: relative;
  /*background: url(../images/white.svg) no-repeat center;*/
  margin-top: -11rem;
  
}
#contact .container{
	position: relative;
}
.white_about{
	background: url(../images/white.svg) no-repeat center;
	background-size: cover;
	height:47rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#contact a{
  color: #2A0704;
  margin: 0 20px;
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2A0704 ;
}
#contact a.active{
  background-image: linear-gradient(#F2FF64 0%, #FFF400 100%);
}
#contact a:hover{
  background-image: linear-gradient(#EEDF06 0%, #EEDF06 100%);
}
#contact h2{
  font-size: 5rem;
  margin-bottom: 2rem;
}
#contact p{
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
#contact .form_box{
  box-shadow: 0 14px 13px -3px rgba(102,126,142,0.3);
  border-radius: 20px;
  margin-top:-20px;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#contact .form_box>div{
  width: 92%;
  margin: 0 auto;
}
.form_box>div>div{
  margin-bottom: 2.65rem;
}
.form-control{
  width: 100%;
  border:1px solid #E9E0E0;
  border-radius: 25px;
  height: 2.37rem;
  padding-left: 1.125rem;
  outline: none;
  font-size: 0.875rem;
}
.textarea_form_control{
  width: 100%;
  border:1px solid #E9E0E0;
  border-radius: 25px;
  height: 10.25rem!important;
  padding-left: 1.125rem;
  outline: none;
  resize: none;
  padding-top: 1.25rem;
  font-size: 0.875rem;
}
.form_box .help-block{
  text-align: left;
}
.form_box .disabled{
  color: #CFCFCF;
  background: #F3F6F8;
  cursor: not-allowed;
}
.qq_skype{
  width: 100%;
  border: 1px solid #E9E0E0;
  border-radius: 25px;
  height: 2.37rem;
  font-size: 0.875rem;
  color: #A9A09A;
  position: relative;
  padding-left: 1.125rem;
}
.qq_skype p{
  margin-bottom: 0!important;
  text-align: left;
}
.qq_skype .select_type{
  width: 20%;
  height: 2.37rem;
  line-height: 2.30rem;
  cursor: pointer;
}
.qq_skype .select_type span{
  font-size: 0.875rem;
  color: #A9A09A;
}
.qq_skype ul{
  background:#fff;
  border:1px solid #E9E0E0;
  border-radius: 10px ; 
  padding:8px;
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 10;

}
.qq_skype ul{
  display: none;
}
.qq_skype ul li{
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-align: left;
}
.qq_skype ul li.active{
  background-color: #FFEF00;
}
.qq_skype ul li:hover{
  background-color: #FFEF00;
}
.qq_skype input{
  border:0!important;
  line-height: 2.12rem;
  background: transparent;
  float: left;
  width: 75%;
  color: #2A0704;
}
/*
* privacy
*/
.privacy_bg{
	padding-top: 9rem;
	background: url(../images/about_bg.jpg) no-repeat fixed center;
	background-size: cover;
	padding-bottom: 9.06rem;
}
.privacy_box h2{
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 2.6rem;
	color: #fff;
}
#privacy{
	padding-top: 11rem;
  	position: relative;
  	margin-top: -10rem;
}
#privacy .container{
	position: relative;
}
.margin-bottom-privacy{
	margin-bottom: 2rem;
}
#privacy{
	font-size: 0.875rem;
}

























