.about-item-content > .row > div {
	padding: 0;
}
.about-item {
	padding-top: 49px;
	min-height: 203px;
	/*overflow: hidden;*/
	padding-bottom:45px;
}

.about-item:nth-child(1)  {
	padding-top: 0;
}
.about-item:nth-child(2),
.about-item:nth-child(4),
.about-item:nth-child(6),
.about-item:nth-child(8),
.about-item:nth-child(10),
.about-item:nth-child(12),
.about-item:nth-child(14),
.about-item:nth-child(16),
.about-item:nth-child(18),
.about-item:nth-child(20){
	background-color: #333;
	color:#fff!important;
}

.about-item:nth-child(2) h3,
.about-item:nth-child(4) h3,
.about-item:nth-child(6) h3,
.about-item:nth-child(8) h3,
.about-item:nth-child(10) h3,
.about-item:nth-child(12) h3,
.about-item:nth-child(14) h3,
.about-item:nth-child(16) h3,
.about-item:nth-child(18) h3,
.about-item:nth-child(20) h3{
	color:#fff!important;
}

.about-item:nth-child(2) div,
.about-item:nth-child(4) div,
.about-item:nth-child(6) div,
.about-item:nth-child(8) div,
.about-item:nth-child(10) div,
.about-item:nth-child(12) div,
.about-item:nth-child(14) div,
.about-item:nth-child(16) div,
.about-item:nth-child(18) div,
.about-item:nth-child(20) div{
	color:#fff!important;
}

.about-item:nth-child(2) p,
.about-item:nth-child(4) p,
.about-item:nth-child(6) p,
.about-item:nth-child(8) p,
.about-item:nth-child(10) p,
.about-item:nth-child(12) p,
.about-item:nth-child(14) p,
.about-item:nth-child(16) p,
.about-item:nth-child(18) p,
.about-item:nth-child(20) p{
	color:#fff!important;
}

.about-item-right {
	color: #333;
}

.about-item:nth-child(2) .about-item-right,
.about-item:nth-child(4) .about-item-right,
.about-item:nth-child(6) .about-item-right,
.about-item:nth-child(8) .about-item-right,
.about-item:nth-child(10) .about-item-right,
.about-item:nth-child(12) .about-item-right,
.about-item:nth-child(14) .about-item-right,
.about-item:nth-child(16) .about-item-right,
.about-item:nth-child(18) .about-item-right,
.about-item:nth-child(20) .about-item-right{
	color: #fff;
}
.about-right-box {
    padding: 0 1% 0 4%;
}
.about-item:nth-child(2) .about-right-box,
.about-item:nth-child(4) .about-right-box,
.about-item:nth-child(6) .about-right-box,
.about-item:nth-child(8) .about-right-box,
.about-item:nth-child(10) .about-right-box,
.about-item:nth-child(12) .about-right-box
{
    padding: 0 5% 0 2%;
}
.about-item:nth-child(2) .about-item-right-plus-btn {
	margin-top: -7px;
    background: url("../img/about-item-right-plus-btn-bg2.png") no-repeat center;
}
.about-item-right-title {
	margin-top: 0;
	font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
	line-height: 34px;
}
.about-item-right-text-box {
	margin-top: 33px;
}
.about-item-right-text {
	margin-bottom: 24px;
	font-size: 16.8px;
	line-height: 24px;
    letter-spacing: 0.45px;
}
.about-item-right-plus-btn {
	margin: -17px 0 0 -10px;
	width: 45px;
	height: 45px;
	border: 0;
	background: url("../img/about-item-right-plus-btn-bg.png") no-repeat 9px 0;
}
.about .flexslider {
	margin: 15px 0 47px;
	padding: 4px 16px;
	border: 0;
	background: transparent;
}
.about .flexslider .slides img {
	max-width: 100%;
	max-height: 100%;
    /*height: 499px;*/
}
.about .flex-control-nav.flex-control-thumbs {
    margin-top: 17px;
	/*min-height: 117px;*/
}
.about .flex-control-nav.flex-control-thumbs > li > img {
    width: 178px;
	max-width: 100%;
}
.about .flex-direction-nav a {
	display: none;
	width: 23px;
	height: 42px;
	text-indent: 999999px;
	opacity: 1;
}
.about .flex-direction-nav .flex-prev,
.about .flex-direction-nav .flex-prev:hover {
	top: 570px;
    left: -27px;
	background: url("../img/about-slider-left-arrow.png");
}
.about .flex-direction-nav .flex-next,
.about .flex-direction-nav .flex-next:hover {
	top: 570px;
    right: -28px;
	background: url("../img/about-slider-right-arrow.png");
}
.about .flex-control-nav.flex-control-thumbs > li > img {
	padding-bottom: 7px;
	margin: 0 auto;
}
.flex-active {
	border-bottom: 7px solid #0033cc;
}

.about-slider {
	max-width: 730px;
}

.slider-top,
.slider-nav {
	width: 730px;
}

.slider-top {
	margin-bottom: 15px;
}

.slider-top-item {
	width: 100%;
	height: 497px;
	position: relative;
	overflow: hidden;
}

.slider-top-item img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.slider-nav-item {
	width: 178px;
	height: 103px;
	margin: 0 8px;
	position: relative;
	overflow: hidden;
}

.slider-nav-item img {
	position: absolute;
	width: 100%;
}

.slider-nav-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	background-color: #0C3FE4;
	transition: all .3s ease-in-out;
}

.slider-nav-item.active::after,
.slick-current::after {
	width: 100%;
}

.arrow__prev {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 47%;
	left: -5%;
	height: 30px;
	width: 30px;
	background: url('../img/about-slider-left-arrow.png') no-repeat;
	background-size: 15px auto;
}
.arrow__next {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 47%;
	right: -9%;
	height: 30px;
	width: 30px;
	background: url('../img/about-slider-right-arrow.png') no-repeat;
	background-size: 15px auto;
}

.slider-nav .arrow__next {
	top: 36%;
}
.slider-nav .arrow__prev {
	top: 36%;
	left: -3%;
}

.one-block {
	opacity: 1 !important;
}
