body {
	margin: 0;
	padding: 0;
	/*min-height: 2000px;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
}

/*#ups-banner {*/
	/*background: #bebebe;*/
/*}*/

.swiper-container {
	width: 100%;
	/*height: 750px;*/
	/*max-width: 1600px;*/
	margin: 0 auto;
}

.swiper-slide {
	position: relative;
	border-radius: 8px;
}

.swiper-slide .content {
	width:50%;
	max-width: 460px;
	position: absolute;
	right: 60px;
	bottom: 90px;
	z-index: 20;
}
@media screen and (max-width: 768px) {
	.swiper-slide .content {
		display:none;
	}
	.toggleBgOption,#searchName{
		width: 104px!important;
	}
	.logo{
		/* width: 30% !important; */
		position: absolute;
		left: 50%;
		/* margin-left: -50%; */
		transform: translate(-50%, 0)
	}
}
.swiper-slide .content .txt {
	padding: 20px;
	background: rgba(255,255,255,0.85);
}

.swiper-slide .content .txt h3 {
	font-family: "BerlingskeSans Serif",Georgia,Times,serif;
	margin: 0;
	font-size: 2.3em;
	font-weight: normal;
}
.swiper-slide .content .txt p {
	margin: 5px 0 0;
	font-size: 1.2em;
}

.swiper-slide .content .link {
	border-radius: 25px;
	display: block;
	background: #008369;
	transition: .2s background;
	color: #fff;
	font-family: "BerlingskeSans Bd",Tahoma,helvetica,arial,sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 10px 30px 10px;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}

.swiper-slide .content .link:hover {
	background: #006a55;
}

.img-fix {
	/*margin-top: -25%;*/
	/*overflow: hidden;*/
	height: 100%;
	border-radius: 20px;
}

.txt {
	/*margin-top: -25%;*/
	/*overflow: hidden;*/
	/*background-color: rgba(0,0,0,0.1);*/
	opacity: 0.46;
	height: 100%;
	border-radius: 20px;
}
.img-inner {
	/*transform: translateY(40%);*/
	height: 100%;
	border-radius: 8px;
}

.swiper-container img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
}

.swiper-button-next,.swiper-button-prev {
	background: none;
	/*top: auto;*/
	bottom: 30px;
}

.swiper-button-prev {
	left: 5px;
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before,.swiper-button-prev:before {
	font-family: "upsicons";
	position: absolute;
	display: block;
	height: 54px;
	width: 50px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
    color: #9b3535;
    border: 1px solid;
    border-radius: 50%;
	font-size: 68px;
}

.swiper-button-prev:before {
	content: '\e628';
    font-size: 19px;
}
.swiper-button-next:before {
	content: '\e62a';
    font-size: 19px;
}

.bottom-nav {
	width: 100%;
	text-align: center;
	position: absolute;
    display: flex;
    justify-content: center;
	bottom: 30px;
	z-index: 10;
}

.ups-icon-videoplay {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

.ups-icon-videoplay:before {
	font-family: "upsicons";
	content: "\e680";
	font-size: 28px;
	color: white;
}

.stop-status.ups-icon-videoplay:before {
	content: "\e681";
}

.swiper-pagination {
	position: relative;
	height: 29px;
	vertical-align: middle;
    display: flex;
    align-items: center;
}

#ups-banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 1;
	box-sizing: border-box;
	border: 3px solid #fff;
	margin: 0 15px;
	vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet-active {
	background: #ffb500;
}

@media (max-width: 767px){
	  .swiper-button-prev:before {
		  content: '\e627';
	  }

	  .swiper-button-next:before {
		  content: '\e629';
	  }
	  .swiper-button-next,.swiper-button-prev {
		  bottom: 10px;
	  }
	  .swiper-button-next:before,.swiper-button-prev:before {
		  font-size: 32px;
	  }
	  .bottom-nav {
		  bottom: 10px;
	  }
	  #ups-banner .swiper-pagination-bullet {
		  width: 12px;
	      height: 12px;
		  border-width: 2px;
		  margin:0 10px;
	  }
	  .ups-icon-videoplay {
		  margin-right: 10px;
	  }
}



.section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.center-heading {
	text-align: center;
}
.center-heading .section-title {
	font-weight: 400;
	font-size: 30px;
	color: #3B566E;
	letter-spacing: 1.3px;
	line-height: 40px;
	margin-bottom: 20px;
}
.center-text {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #6F8BA4;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.center-text p {
	margin-bottom: 30px;
}
.roadmap-full {
	position: relative;
	border-bottom: 1px dashed #CEE1F8;
}
.roadmap-full .roadmap-item-full {
	border-top: 1px dashed #CEE1F8;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.roadmap-full .roadmap-item-full .date {
	float: right;
	color: #3B566E;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.78px;
}
.roadmap-full .roadmap-item-full .status.complate {
	background: #3266C6;
}
.roadmap-full .roadmap-item-full .status {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -100px;
	width: 2px;
	height: 124px;
	background: #CEE1F8;
	margin: auto;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.roadmap-full .roadmap-item-full .status.complate:before {
    background: #3266C6;
}
.roadmap-full .roadmap-item-full .status:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 0px;
    left: -8px;
    background: #CEE1F8;
    box-shadow: 0 1px 18px 10px #f3f8ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.roadmap-full .roadmap-item-full .status:after {
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: -24px;
    left: -32px;
    border: 1px solid #CEE1F8;
    z-index: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.roadmap-full .roadmap-item-full p {
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 0.69px;
}
.roadmap-full .roadmap-item-full:hover {
    background: #F3F8FF;
}
.roadmap-full .roadmap-item-full:hover .status {
    height: 134px;
}
