.tabs-name {
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}
.tabs-name li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 1.28;
	padding: 0 2em 1em 2em;
	margin: 0;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}
.tabs-name li.current {
	font-weight: 500;
	border-color: #FAA519;
}
.tabs-content {
	padding: 60px 0;
	background: #DEDEDE;
	overflow: hidden;
}
.tabs-content .tab {
	display: flex;
}
.tabs-content .tab h2 {
	display: flex;
	align-items: flex-end;
}
.tabs-content .tab > * {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 60px;
}
.tabs-content .tab-left {
	padding-left: 0;
	padding-right: 40px;
}
.tabs-content  .arrows_show .tab-left {
	padding-right: 80px;
}
.tabs-content .tab-right {
	color: #fff;
	padding-right: 0;
}
.arrows_show .tab-right {
	padding-left: 140px;
}
.tab-right:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	background: #003767;
	z-index: 0;
	box-shadow: 0px 7.13558292388916px 14.27116584777832px 0px #00000033;
}
.arrows_show .tab-right:after {
	position: absolute;
	content: '';
	width: 136px;
	height: 40px;
	top: 50%;
	left: 0;
	transform: translate(-68px, -20px);
	background: url(arrows.svg) center no-repeat;
	background-size: contain;
}
.tab-right > * {
	position: relative;
	z-index: 9;
}
.tab .step {
	display: flex;
	flex-direction: column;
	min-height: 120px;
	padding: 20px 180px 20px 75px;
	transform: translateY(400px);
	font-family: 'Roboto', sans-serif;
	-ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.arrows_show.tab .tab-right .step {
	padding-left: 0;
}
.tab .step.show{
	transform: translateY(0);
	opacity: 1;
}
.tab .step::before,
.tab .step::after {
	position: absolute;
	display: block;
	content: '';
	top: 40px;
	right: 7rem;
}
.tab .step::before {
	width: 0;
	height: 0;
	opacity: 0;
	border-left: 3px dashed #286BA0;
	-ms-transition: all 0.6s ease-out 1s;
    transition: all 0.6s ease-out 1s;
}
.tab .step.aos-animate::before {
	height: 100%;
	opacity: 1;
}
.tab .step:last-child:before {
	display: none;
}
.tab .step::after {
	width: 1rem;
	height: 1rem;
	opacity: 0;
	border-radius: 1rem;
	background-color: #9AB4C9;
	transform: translateX(0.4rem) scale(0);
	-ms-transition: all 0.6s ease-out 0.3s;
    transition: all 0.6s ease-out 0.3s;
}
.tab .step.aos-animate::after {
	opacity: 1;
	transform: translateX(0.4rem) scale(1);
}
.row_idx {
	position: absolute;
	margin: 0;
	top: 20px;
	left: 0;
	font-size: 4rem;
	line-height: 0.8;
	color: #9AB4C9;
}
.tab-right .row_idx {
	color: #286BA0;
}
.arrows_show .tab-right .row_idx  {
	display: none;
}
.tab .icon {
	position: absolute;
	right: 0;
	top: 20px;
	width: 80px;
	text-align: center;
}
.tab .step h5,
.tab .step p {
	margin-bottom: 0;
}
.tab .step p {
	margin-top: 16px;
	max-width: 300px;
}
.tab .step p:first-of-type {
	margin-top: 0;
}
@media only screen and (max-width: 1024px) {
	.tab .step { padding-right: 36vw; }
	.tab .step::before,
	.tab .step::after { right: calc(18vw + 40px); }
	.tabs-content,
	.tabs-content .wrapper { padding: 0;}
	.tabs-content .tab { flex-direction: column; }
	.tabs-content .tab-left,
	.tabs-content .tab-right,
	.tabs-content .arrows_show .tab-left { width: 100%; padding: 62px 32px;}
	.tabs-content .tab-right { background: #003767; }
	.tabs-content .tab-right::before { display: none; }
	.arrows_show .tab-right::after {  top: 0; left: 50%; transform: rotate(90deg) translate(-23px, 23px);}
}
@media only screen and (max-width: 800px) {
	.tabs-name { justify-content: flex-start; max-width: 100%; overflow: auto;}
	.tabs-name li { white-space: nowrap; }
}
@media only screen and (max-width: 600px) {
	.arrows_show .tab-right:after { display: none; }
}
@media only screen and (max-width: 480px) {
	.tabs-content .tab-left,
	.tabs-content .tab-right {  padding-left: 24px; padding-right: 24px; }
	.tab .step { padding-right: 125px; }
	.tab .step::before { right: 40px;}
	.tab .step::after { display: none; }
}