.nav-box {
	position: absolute;
	left: 3%;
	right: 3%;
}
.nav {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 280px;
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 48px;
	transition: background 0.75s ease;
}
.nav:hover {
	background: rgba(255, 255, 255, 0.25);
}
.nav-prev {
	left: 24px;
}
.nav-next {
	right: 24px;
}
.nav-prev::before {
	content: '\2039';
}
.nav-next::before {
	content: '\203a';
}
.nav-inactive {
	opacity: 0.1;
}
.slider {
	margin-left: 0%;
	width: 100%;
	color: #fff;
	text-align: center;
	transition: margin-left 0.75s ease;
}
.slider-panel {
	display: inline-block;
	width: 100%;
}
.slider-item {
	margin: 0 auto;
	overflow: hidden;
	width: 70%;
}
.tab-box {
	margin: 0;
	width: 100%;
	text-align: center;
}
.tab {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 1px solid #000;
	border-radius: 50%;
	transition: background 0.75s ease;
	cursor: pointer;
}
.tab:hover {
	background: rgba(255, 255, 255, 0.25);
}
.tab-active, .tab-active:hover {
	background: #ac2426;
}

.pic-left-box img{ border-radius:46px;}


 @media screen and (min-width: 500px) {
h1 {
	font-size: 2em;
}
}
@media screen and (max-width: 499px) {
h1 {
	font-size: 1.5em;
}
}
.slider-item h3 {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}
.slider-item h2 {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-align: left;
	margin: 0 !important;
}
.slider-item p {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}
.text-right-box {
	width: auto;
	overflow: hidden;
}
.pic-left-box {
	float: left;
	  margin-right: 2%;
}
}
 @media (max-width:767px) {
}
