.listpgWraper.about-us {
	padding: 0;
}
.about-us .top {
	background-image: url('../images/about-us/about_us_top_bg.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 45px;
}
.listpgWraper.about-us h2 {
	font-size: 35px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	line-height: 42px;
}
.listpgWraper.about-us p {	
	font-family: 'Open Sauce One', sans-serif;
	font-size: 18px;
	line-height: 26px;
}
.listpgWraper.about-us .top a {
	padding: 12px 40px;
    background: #FE881C;
    color: #FFFFFF;
    font-family: 'Open Sauce One', sans-serif;
    display: inline-block;
    margin: 21px 0px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
}
.about-us .intro {
	margin: 25px 0px;
    text-align: center;
}
.about-us .intro h3 {
	color: #FE881C;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 28px;
}
.about-us .intro p {
	font-family: 'Helvetica', 'Arial', sans-serif;
	max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
}
.about-us .features {
	max-width: 1150px;
	margin: 0 auto;
}
.about-us .features h3 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #004AAD;
	font-size: 20px;
	margin-left: -20px;
    margin-bottom: 10px;
}
.about-us .features ul {
	list-style: disc;
}
.about-us .features ul li {
	font-size: 13px;
    line-height: 20px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.about-us .features .row {
	margin: 10px 0px;
}
.faq-container {
    width: 100%;
    margin: 0 auto;
}

.faq {
    margin-bottom: 10px;
}

.faq-question {
    cursor: pointer;
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
	border-radius: 5px;
}

.faq-question i {
    color: #34d0c6;
}

.faq-answer {
    display: none;
    font-size: 18px;
    padding: 15px 0px;
    line-height: 28px;
}
.about-us .start {
	background-color: transparent;
    background-image: linear-gradient(90deg,  #FE881C 10%, #FDCE1C 100%);
    max-width: 1200px;
    margin: 25px auto;
	color: white;
	padding: 38px 40px 0px;
}
.about-us .start h2 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 43px;
	line-height: 52px;
}
.about-us .start p {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.about-us .start .dang-ky {
	text-align: center;
	display: block;
    margin-top: 25px;
}
.about-us .start a {
	font-family: 'Open Sauce One', sans-serif;
	color: #FFFFFF;
    background: #FE881C;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 20px;
	margin-bottom: 30px;
    display: inline-block;
}
.about-us .why {
    max-width: 1200px;
    margin: 80px auto;
}
.about-us .why h2 {
	font-size: 37px;
    line-height: 47px;
}
.about-us .why h2 span {
	color: #FE881C;
	font-size: 50px;
    line-height: 65px;
}
.about-us .why img {
	max-width: 80%;
}
.about-us .customer {
	background-color: transparent;
    background-image: linear-gradient(180deg, #004AAD 10%, #CB6CE6 100%);
}
.about-us .customer .companies {
	background-image: url('../images/about-us/customer_bg.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
	padding: 60px 120px;
    text-align: center;
	color: #FFFFFF;
}
.about-us .customer .companies img {
	max-width: 90%;
}
.about-us .customer .companies .logo {
	width: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    border: 5px solid #33355e;
    margin: 0 auto 10px;
}
.about-us .customer .companies p {
	margin-bottom: 30px;
	line-height: 25px;
}
.about-us .customer .devfinders {
	padding: 60px 90px;
}
.about-us .customer .devfinders h2 {
	color: #FFFFFF;
    font-size: 60px;
    line-height: 65px;
}
.about-us .customer .devfinders h2 span {
	color: #8CCBE6;
}
.about-us .customer .devfinders p {
	color: #FFFFFF;
    font-size: 29px;
    line-height: 40px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

@media only screen and (max-width: 1250px) {
	.about-us .top {
		background-color: transparent;
		background-image: linear-gradient(90deg, #004AAD 10%, #CB6CE6 100%);
		color: #FFFFFF;
	}
	.about-us .customer .devfinders h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.about-us .customer .companies {
		padding: 60px 75px;
	}
}
@media only screen and (max-width: 767px) {
	.about-us .customer .companies {
		background-position: right;
		padding: 10px;
		max-width: 100%;
	}
	.about-us .customer {
		max-width: 100%;
		margin: 0px;
	}
	.about-us .customer .devfinders {
		padding: 20px;
		max-width: 100%;
	}
	.listpgWraper.about-us p {
		font-size: 18px;
		line-height: 25px;
	}
	.listpgWraper.about-us h2 {
		font-size: 25px;
        line-height: 35px;
	}
	.about-us .top {
		padding: 30px 10px;
        max-width: 100%;
		margin: 0px;
	}
	.about-us .features img {
		max-width: 50%
	}
	.listpgWraper.about-us .why h2 {
		font-size: 25px;
        line-height: 30px;
	}
	.about-us .why h2 span {
		font-size: 28px;
        line-height: 35px;
	}
	.about-us .customer .devfinders p {
		font-size: 20px;
		line-height: 25px;
	}
	.about-us .features .col-sm-3, .about-us .features h3 {
	 text-align: center;
	}
	.about-us .container {
		padding: 0px;
	}
}