#about-special {

}
#about-special h1 {
	bottom: 80px;
	left: 38.2%;
	z-index: 1;
	color: white;
	position: absolute;
	font-size: 7.5rem;
	line-height: 7.5rem;
}
#about-special .top_content {
	color: white;
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 1.2 rem;
	z-index: 1;
	font-weight: bold;
}
#about-special .bottom_content {
	position: absolute;
	color: white;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	background-color: rgb(89, 89, 89);
	height: 100%;
	padding: 4rem;
}

.about-img-full {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-img-full .text-title {
	position: absolute;
	top: calc(60% - 5px);
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-family: "SVN-Gotham Light";
	left: 0;
}

.about-bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 500px;
}

.content-bottom {
	position: relative;
}
.content-bottom .title {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: 'SVN-Gotham Regular';
    font-size: 20px;
}
.content-center {
	position: relative;
}
.content-center .title {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 0px 3px #000;
	font-family: 'SVN-Gotham Regular';
	font-size: 20px;
}

.block-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}
.block-bottom.bottom {
	    justify-content: flex-end;
}
.block-bottom .listitem {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 40px;
}
.block-bottom.bottom .listitem {
	margin-bottom: 0;
}
.block-bottom .listitem .item {
	margin: 0 20px;
}

.block-bottom .caption-special {
	position: relative;
	display: flex;
	text-align: center;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.block-bottom .caption-special.right {
	position: absolute;
	right: 100px;
}
.block-bottom .caption-special.center {
	position: absolute;
	right: 0;
	left: 0;
	top: 40%;
}
.block-bottom .caption-special.left {
	position: absolute;
	left: 100px;
}
.block-bottom .caption-special .titlesub {
position: relative;
display: flex;
align-content: center;
justify-content: flex-end;
align-items: center;
margin-right: 5px;
}
.block-bottom .caption-special .titlesub span {
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #333;
	font-size: 20px;
	line-height: 20px;
	font-family: "SVN-Gotham Light";
}
.block-bottom .caption-special .titlemain {
	position: relative;
	display: flex;
	font-family: "SVN-Gotham Light";
	color: #333;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 10px;
	margin-left: 40px;
}
.block-bottom .caption-special .titlemain_vertical {
	position: relative;
	display: flex;
	font-family: "SVN-Gotham Light";
	color: #333;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 10px;
	margin-left: 10px;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.height-100pc {
	height: 100%;
}
.text-center-w40pc {
	position: relative;
	width: 40%;
	margin: auto;
	display: flex;
	height: 100%;
}
.full-height-content {
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.full-height-content .ctop {
	position: relative;
	height: calc(100% - 90px);
	padding: 40px;
	color: #fff;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.full-height-content .cbottom {
	position: relative;
	height: 90px;
	overflow: hidden;
}
.hover-content {
	position: relative;
}
.hover-content span {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-family: "SVN-Gotham Light";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.hover-content:hover span {
	z-index: 1;
}
.hover-content img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hover-content:hover img {
	opacity: 0;
}

.bg-silver {
	background-color: #e4e4e6;
}
.bg-blue {
	background-color: #2f5597;
}
.bg-blue-2 {
	background-color: #041525;
}

.bg-darkblue {
	background-color: #333f50;
}
.bg-black {
	background-color: #292929;
}
.bg-dark {
	background-color: #565656;
}
.bg-green {
	background-color: #395723;
}
.bg-gradient-darkblue {
	background-image: -moz-linear-gradient(left, #b5bfc9, #788797);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, #b5bfc9), color-stop(1.0, #788797));
}
.bg-orange {
	background-color: #f4b183;
}
.bg-gradient-orange-yellow {
	position: relative;
	background-image: -moz-linear-gradient(-45deg, #db9f76, #e1cdac);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #db9f76), color-stop(1.0, #e1cdac));
}
.bg-gradient-darkblue-blue {
	background-image: -moz-linear-gradient(left, #243040, #3e5069);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, #243040), color-stop(1.0, #3e5069));
}

ul.check {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}
ul.check li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background-image: url(../images/icon-white-check.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.icon-down {
	position: absolute;
	bottom: 20px;
	width: 66px;
	height: 66px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.icon-down img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.icon-down img:hover {
	opacity: 0.5;
}
.column-count-2 {
	column-count: 2;
}
.text-white, .text-white a {
	color: #fff !important;
}

.text-white a:hover {
	color: yellow !important;
}

.text-organge {
	color: #ffa200 !important;
}
.text-yellow {
	color: yellow !important;
}
.text-darkblue, .text-darkblue a {
	color: #333f50 !important;
}
.text-darkblue a:hover {
		color: yellow !important;
}
.text-font-light {
	font-family: "SVN-Gotham Light", Arial, sans-serif;
}
.radius-content {
	padding: 10px;
	width: 400px;
	height: 400px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	align-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	flex-direction: column;
}
.radius-content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(-45deg, #0016ff, #0c7afc 50%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #0016ff), color-stop(0.5, #0c7afc));
	opacity: 0.4;
	border-radius: 50%;
}
.radius-content span {
	font-family: "SVN-Gotham Ultra";
	font-size: 30px;
}
.radius-content h1, .radius-content p {
	position: relative;
	z-index: 1
}

.slider-page {
	position: relative;
	color: #fff;
	clear: both;
	max-width: 700px;
	margin: auto;
}
.slider-page .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin: 0;
	clear: both;
}
.slider-page .bx-wrapper .toppage {
	position: relative;
	margin: auto auto 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "SVN-Gotham Regular";
	font-size: 20px;
}
.slider-page .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	width: 100%;
	display: block;
}
.slider-page .bx-controls-direction:after {
	position: absolute;
	content: "";
	background-color: #343a40;
	width: calc(50% - 50px);
	z-index: 1;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1
}
.slider-page .bx-controls-direction:before {
	position: absolute;
	content: "";
	background-color: #343a40;
	width: calc(50% - 50px);
	z-index: 1;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.slider-page .bx-viewport {
	height: auto !important;
}
.slider-page .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.slider-page .bx-wrapper .bx-prev {
	left: calc(50% - 100px);
}
.slider-page .bx-wrapper .bx-next {
	right: calc(50% - 100px);
}

@media (min-width: 1920px) {
}
@media (max-width: 1920px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
	#about-special h1 {
		font-size: 4.5rem;
		line-height: 4.5rem;
	}
}
@media (max-width: 767px) {
	#about-special {
		padding-top: 10rem;
		background: rgb(89, 89, 89);
	}
	#about-special h1 {
		right: 20px;
		left: 20px;
	}
	#about-special .top_content {
		position: relative;
		top: unset;
		right: unset;
		padding: 0 2rem;
	}
	#about-special .bottom_content {
		position: relative;
		height: unset;
		padding: 2rem;
	}
	.column-count-2 {
		column-count: unset;
	}
	.text-center-w40pc {
		position: relative;
		width: 100%;
		margin: auto;
		display: flex;
		height: 100%;
	}
	#about-img-full .text-title {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.title-mob-white {
		color: white
	}
	.radius-content {
		padding: 30px;
		width: 300px;
		height: 300px;
		top: unset;
		bottom: 20px;
	}
	.slider-page {
		max-width: unset;
	}
	.slider-page ul li img {
		max-width: 70%;
		margin: auto auto 40px;
	}
	.block-bottom {
	}
	.block-bottom .listitem {
		flex-direction: column;
	}
	.block-bottom .listitem .item {
		margin: 20px;
	}
	.block-bottom.bottom .listitem .item {
		margin: 0px;
	}
		
	
	.block-bottom.bottom .caption-special {
		flex-direction: row;
		top: 20%;
	}
	.block-bottom .caption-special .titlemain {
		font-size: 30px;
		line-height: 30px;
	}
	.block-bottom .caption-special.right {
		right: 10px;
		flex-direction: row;
	}
	.block-bottom .caption-special.mobile-row .titlemain_vertical{
		writing-mode: unset;
	}
	.block-bottom .caption-special .titlemain_vertical {
		font-size: 20px;
		line-height: 15px;
		letter-spacing: 0px;
		margin-left: 5px;
	}
	.block-bottom .caption-special .titlesub span {
		font-size: 15px;
		line-height: 15px;
		margin-left: 5px;
	}

	.full-height-content .ctop {
		height: auto;
	}
	.full-height-content .cbottom {
		height: auto;
	}
	.full-height-content .cbottom img {
		width: 100%;
	}
	.title-mob-white{
		color:#fff !important;
	}
}
@media (max-width: 736px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}