.divider,
.divider-white {
    width: 120px;
    height: 2px;
    background-color: #0B80B7;
    margin: 1rem auto;
}
.divider-white {
    background-color: #fff;
}

.divider-grey {
	width: 25px;
    height: 2px;
    background-color: #58585a;
    margin: 1rem auto;
}
#nsection1 {
	height: 600px;
    background-image: url('../img/news.png');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 100% 100%;
}
#nsection1 .newstag {
    width: auto;
    background-repeat: no-repeat;
	margin-top: 80px;
	margin-bottom: 0;
    padding-top: 118px;
    padding-left: 105px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
}
#nsection1 .newstag .title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.newstag h3{
	text-align: center;
	font-size: 36px;
}
.newstag h2{
	font-size: 48px !important;
	font-weight: 600 !important;
}
.newstag p{
	margin: 0 auto !important;
	padding: 0;
	font-weight: 400;
	font-size: 16px !important;
	text-align: center;
	display: block;
}
#nsection1 h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
#nsection1 h1 {
    font-size: 26px;
}
#nsection1 span {
    font-size: 10px;
}
#nsection1 p {
	margin-top: 40px;
	color: white;
	font-size: 16px;
	padding: 0;
}

#nsection2{
	padding: 3rem 0 6rem;
}

#nsection2 .container {
	max-width: 1400px;
}
#nsection2 .item {
	margin-top: 100px;
	box-shadow: 0 8px 12px 0 rgba(0,32,100,0.09);
}
#nsection2 .item img{
	width: 100%;
}
#nsection2 .item .date {
	font-weight: bold;
	font-size: 16px;
	color: #BCBEC0;
	text-align: left;
	padding: 0.8rem 2rem 0;
}
#nsection2 .item .shortline {
	margin-top: 20px;
}

#nsection2 ul li{
	list-style-type: none;
	box-shadow: 0 8px 12px 0 rgba(0,32,100,0.09);
	padding: 0;
	margin: 1rem;
}

#nsection2 h3{
	padding-left: 1rem;
	margin-bottom: 2rem;
}

#nsection2 ul{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

#nsection2 .col-sm-4{
	max-width: 30%;
	flex: 0 0 30%;
	float: left;
}

.new-clear{
	margin-top: 0.1rem !important;
}

#nsection2 .col-sm-4 a:hover{
	text-decoration: none;
}
#nsection2 .item h4 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
	color: #58595B;
	text-align: left !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 2rem;
}
#nsection2 .item .content {
	font-size: 16px;
	color: #58595B;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0 2rem;
	text-overflow: ellipsis;
	-moz-box-orient: vertical;
	overflow: hidden;
	text-align: left !important;
}
#nsection2 .item a.readmore {
	width: 130px;
	/* height: 36px; */
	padding: 10px 15px;
	/* background-image: url(../img/newsroom-section2-readmorebutton.png); */
	background-size: cover;
	font-weight: bold;
	background: #1581b9;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 50px;
	text-align: center;
}
#nsection2 a.loadmore {
	width: 184px;
	height: 59px;
	background-image: url('../img/newsroom-section2-loadmorebutton.png');
    background-size: cover;
	margin-top: 150px;
	padding: 20px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
}

.page-size {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.page-size a {
	font-size: 24px;
	color: #999999;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.information-paging-select{
	background: #0062f9;
	color: white !important;
	padding: 0.35rem 1rem !important;
	border: 1px solid #0062f9;
}

.page-size .information-paging-select {
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A062;
	background-position: center center
}

.page-size a:hover {
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	color: white;
	background: #5a9bff;
	border: 1px solid #5a9bff;
	padding: 0.35rem 1rem !important;
	width: 3rem;
	height: 3rem;
}

.page-size span:hover{
	cursor: pointer;
}

.page-size span:first-child {
	background: #f7f7f7;
	padding: 0.6rem 1rem;
	border: 1px solid #eaeaea;
	border-radius: 5px 0 0 5px;
	width: 3rem;
	height: 3rem;
}

.page-size span:last-child {
	background: #f7f7f7;
	padding: 0.6rem 1rem;
	border: 1px solid #eaeaea;
	border-radius: 0 5px 5px 0;
	width: 3rem;
	height: 3rem;
}

@media (max-width: 1500px) {
	#nsection2 .container {
		max-width: 1200px;
	}
	#nsection2 .item {
		margin-top: 75px;
	}
	#nsection2 .item .itemimg {
		width: 100%;
		height: auto;
	}
	#nsection2 .item .date {
		margin-top: 35px;
		font-size: 12px;
	}
	#nsection2 .item .shortline {
		width: 19px;
		margin-top: 20px;
	}
	#nsection2 .item h4 {
		margin-top: 20px;
		font-size: 18px;
	}
	#nsection2 .item .content {
		width: 350px;
		margin-top: 30px;
		font-size: 12px;
	}
	#nsection2 a.loadmore {
		width: 138px;
		height: 44px;
		margin-top: 110px;
        padding: 15px 10px;
        font-size: 10px;
	}
	#nsection2 .loadmoreshadow {
		width: 100%;
		height: auto;
	}
}

#sectionbeforefooter {
    width: 100%;
    height: 725px;
    background-image: url('../img/aboutus-section3-bg.png');
    position: relative;
    margin-top: 100px;
}
#sectionbeforefooter .phone {
    width: 705px;
    height: 643px;
    position: absolute;
    top: -85px;
    left: 540px;
}
#sectionbeforefooter .people {
    width: 1024px;
    height: 577px;
    position: absolute;
    top: 270px;
    left: 150px;
}
#sectionbeforefooter .words {
    position: absolute;
    top: 45px;
    right: 295px;
}
#sectionbeforefooter h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
#sectionbeforefooter .logos {
    position: absolute;
    top: 245px;
    right: 245px;
}
#sectionbeforefooter .logo {
	display: block;
	margin: 2rem auto 0;
}
#sectionbeforefooter .appstore {
	display: inline-block;
	width: 172px;
	height: 85px;
	margin: 2rem 0.5rem 0;
}
#sectionbeforefooter .googleplay {
	display: inline-block;
	width: 172px;
	height: 85px;
	margin: 2rem 0.5rem 0;
}
#sectionbeforefooter .android {
	display: block;
	width: 172px;
	height: 85px;
	margin: 0 7rem 0;
}
@media (max-width: 1500px) {
	#sectionbeforefooter {
		width: 100%;
		height: 544px;
		background-size: 100% 544px;
		margin-top: 75px;
	}
	#sectionbeforefooter .phone {
		width: 529px;
		height: 482px;
		top: -79px;
		left: 385px;
	}
	#sectionbeforefooter .people {
		width: 768px;
		height: 433px;
		top: 185px;
		left: 90px;
	}
	#sectionbeforefooter .words {
		top: 35px;
		right: 205px;
	}
	#sectionbeforefooter h2 {
		font-size: 30px;
		text-align: center;
	}
	#sectionbeforefooter .logos {
		top: 165px;
		right: 120px;
	}
	#sectionbeforefooter .logo {
		width: 137px;
		height: auto;
		display: block;
		margin: 2rem auto 0;
	}
	#sectionbeforefooter .appstore {
		display: inline-block;
		width: 172px;
		height: 85px;
		margin: 2rem 0.5rem 0;
	}
	#sectionbeforefooter .googleplay {
		display: inline-block;
		width: 172px;
		height: 85px;
		margin: 2rem 0.5rem 0;
	}
	#sectionbeforefooter .android {
		display: block;
		width: 172px;
		height: 85px;
		margin: 0 7rem 0;
	}
}
@media (max-width: 768px) {
	#sectionbeforefooter {
		width: 100%;
		height: 543px;
		background-image: url('../img/aboutus-section3-bg-mobile.png');
		position: relative;
		margin-top: 10px;
	}
	#sectionbeforefooter .phone {
		width: 237px;
		height: auto;
		top: 285px;
		left: 70px;
	}
	#sectionbeforefooter .people {
		width: 337px;
		height: auto;
		top: 400px;
		left: 20px;
	}
	#sectionbeforefooter .words {
		position: absolute;
		top: 25px;
		right: 100px;
	}
	#sectionbeforefooter h2 {
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
	}
	#sectionbeforefooter .logos {
		position: absolute;
		top: 135px;
		right: 10px;
	}
	#sectionbeforefooter .logo {
		width: 90px;
		height: auto;
		margin-top: 0;
		margin-left: 150px;
		display: block;
	}
	#sectionbeforefooter .appstore {
		width: auto;
        height: 60px;
		margin-top: 10px;
		margin-left: 60px;
		display: inline-block;
	}
	#sectionbeforefooter .googleplay {
		width: auto;
        height: 60px;
		margin-top: 10px;
		margin-left: 10px;
		display: inline-block;
	}
	#sectionbeforefooter .android {
		width: auto;
        height: 60px;
		margin-top: -10px;
		margin-left: 125px;
		display: inline-block;
	}
}

#footer {
    z-index: 999;
    position: absolute;
}

.about-banner{
	background-image: url("../img/js-12.jpg") !important;
	background-size: 100% 100%;
	height: auto !important;
}

@media (max-width: 1500px) {
	.divider,
	.divider-white {
		width: 100px;
		margin: 0.8rem auto;
	}
}
@media (max-width: 768px) {
	#nsection1 .newstag {
		width: auto;
		background-repeat: no-repeat;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 60px;
		padding-left: 0;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
	}
	#nsection1 h1{font-size:20px;}
	#nsection1 span{font-size:6px;}
	#nsection1 p{font-size:12px;}
	.about-img-wrap{
		padding: 1rem 0 0;
	}
	.about-inner .left .email{
		margin-right: 2rem;
		width: 6rem;
		height: 3rem;
		padding: 0 0 2rem;
	}
	.about-inner .left,.about-inner .right {
		padding: 2rem 0 3rem;
	}
	.about-inner .right .betay{
		margin-left: 2rem;
		width: 8rem;
		height: 3rem;
		padding: 0 0 2rem;
	}
	.product-wrap{
		width: 90%;
		padding: 2rem 1rem;
	}
	.product-wrap-p{
		font-size: 12px !important;
		margin-top: 1rem !important;
		line-height:1.4rem;
		text-align:center;
	}
	.product-wrap ul li h2 {
		color: #000 !important;
		font-weight: 600 !important;
		font-size: 0.9rem !important;
	}
	.product-wrap h1{
		font-size: 1.4rem;
	}
	.product-wrap ul li p{
		font-size: 8px !important;
		margin-bottom: 0;
		margin-top: -0.5rem !important;
	}
	.product-wrap ul{
		align-items: flex-start;
		padding: 1rem 0;
	}
	.row {
		margin: 0 0 2rem;
	}
	.vision-wrap .left h3 {
		font-size: 1.1rem;
		color: #353D5B;
		margin-bottom: 1rem;
	}
	.vision-wrap .left p{
		margin-bottom: 1rem;
		font-size: 13px;
		color: #686A6F;
		text-align: center;
		padding: 0 2rem;
	}
	.our-team {
		width: 100%;
		margin: 0 auto;
		padding: 1rem;
		text-align: center;
	}
	.col-lg-4{
		padding: 1rem;
		width: 50%;
		overflow: hidden;
		height: 26rem;
	}
	.task-introduction p img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.our-team h2 {
		font-size: 26px;
	}
	.team-type {
		padding: 2rem 0;
	}
	.task-introduction ul {
		display: block;
		margin: 0;
		width: 85%;
		background: white;
	}
	.position-wrap {
		position: relative;
		width: 80%;
		margin: -2rem auto 0;
		padding: 0.1rem 0;
	}
	.task-introduction ul li {
		list-style-type: none;
		text-align: left;
		width: 100%;
		padding: 0;
		color: black;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		font-size: 0.8rem;
	}
	.our-team h3 {
		font-size: 17px;
		padding: 1rem 0;
	}
	.vision-wrap {
		display: block;
		margin-top: 2rem;
	}
	.our-vision {
		width:100%;
		margin: 0 auto;
		padding: 1rem;
	}
	.vision-wrap .left{
		width: 100%;
		text-align: center;
	}
	.vision-wrap .right img {
		margin-top: 2rem;
		width: 70%;
	}
	#row_row-19 {
		padding: 2rem 0 1rem;
		justify-content: space-around;
	}
	#row_row-19 div{
		width: 33.33333333%;
		text-align: center;
	}
	#row_row-19 div:nth-child(4){
		width: 50%;
		padding-left: 4rem;
	}
	#row_row-19 div:nth-child(5){
		 width: 50%;
		padding-right: 4rem;
	 }
	#row_row-19 div img{
		width: 7rem;
	}
	.newstag h3{
		font-size: 22px !important;
		margin-bottom: 0;
	}
	.newstag h2 {
		font-size: 28px !important;
		font-weight: 400 !important;
		padding: 1rem 0 0.5rem;
	}
	.divider,
	.divider-white {
		width: 50px;
		height: 1px;
		margin: 0.5rem auto;
	}
	.divider-grey {
		height: 1px;
	}
	#nsection1{
		height: 250px;
		background-size: cover;
	}
	#nsection2 .col-sm-4 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	#nsection2 .item {
		margin-top: 50px;
	}
	#nsection2 .item .itemimg {
		width: 100%;
		height: auto;
	}
	#nsection2 .item .date {
		font-size: 14px;
		margin-top: 0;
	}
	#nsection2 .item h4 {
		font-size: 16px;
	}
	#nsection2 .item .content {
		margin-top: 20px;
		font-size: 13px;
		width: auto;
		color: #BCBEC0;
	}
	#nsection2 .loadmore {
		margin-top: 70px;
	}
	#nsection2 .loadmoreshadow {
		width: 315px;
		height: auto;
	}
	.page-size span,.page-size a{
		width: 1.5rem !important;
		height: 1.5rem !important;
		padding: 1rem !important;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
	.page-size span img{
		width: 0.5rem;
	}
	.page-size a:hover{
		padding: 1rem !important;
	}
	#nsection2 ul {
		padding: 0 2rem;
		display: flex;
	}
	#nsection2 h3 {
		text-align: center;
		padding-bottom: 1rem;
		padding-left: 0;
	}
	.newstag p{
		display: none;
	}
	#nsection2 {
		padding: 2rem 0 6rem;
	}
}