/* ======================================================================== */
/* 776   */
/* ======================================================================== */

.project776 {
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	background: #fff;
}
.project776 .project776-fullheight {
	position: relative;
	height: 100%;
}
.project776 .title {
	float: left;
	margin: 0;
	color: #000;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
    letter-spacing: -0.5px;
}
.project776 .title i {
	margin: 0 5px 0 0;
	color: #858f9d;
	font-weight: 300;
	font-style: normal;
}
.project776 .title span {
	position: relative;
}
.project776 .title span::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0px;
	background-color: #000;
	content: "";
}
.project776 .text {
	float: left;
	margin: 0 0 0 135px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7778;
}
.project776 .lazy {
	position: relative;
    overflow: visible !important;
}
.project776 .page-title {
	display: block;
	position: absolute;
    top: 269px;
	margin: 0 0 0 63px;
	padding: 0;
	text-align: left;
}
.project776 .page-title p {
	position: relative;
	margin: 0 0 0 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
}
.project776 .page-title p::before {
	display: block;
	position: absolute;
	top: 6px;
	left: -68px;
	width: 40px;
	height: 1px;
	background-color: #cececf;
	content: "";
}
.project776 .page-title h2 {
	margin: 30px 0 0;
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0px;
}
.project776 .page-title h3 {
	margin: 20px 0 0;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0;
}
.project776 .page-subtitle {
	position: absolute;
    bottom: 68px;
}
.project776 .page-subtitle > p {
    display: block;
    margin: 55px 95px 0 0;
    float: left;
    text-align: left;
}
.project776 .page-subtitle > p > strong {
	display: block;
	margin: 0 0 13px;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.project776 .page-subtitle > p > span {
	display: block;
	color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.project776 .image-box {
	position: relative;
}
.project776 .image-box .image {
	width: 100%;
	max-width: none;
}
.project776 .image-box .btn-play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -39px 0 0 -39px;
	width: 78px;
	height: 78px;
}


.project776 .section1 {
	position: relative;
	padding: 200px 0 0;
}
.project776 .section1 .image1 {
	position: relative;
	margin: 60px 0 0;
}
.project776 .section1 .image2 {
	position: relative;
	margin: -34% 0 0;
}
.project776 .section1 .image1 img,
.project776 .section1 .image2 img {
	display: block;
	width: 100%;
}

.project776 .section2 {
	position: relative;
	padding: 160px 0 0;
}
.project776 .section2 .image1 {
	margin: 300px 0 0 53px;
}
.project776 .section2 .image2 {
	margin: -30px 0 0 -127px;
}
.project776 .section2 .image3 {
	margin: 3px 0 0 167px;
}
.project776 .section2 .image4 {
	margin: 23px 0 0 -171px;
}

.project776 .section3 {
	position: relative;
	padding: 155px 0 0;
}
.project776 .section3 .image1 {
	margin: 40px 0 0;
}
.project776 .section3 .image1 img {
	width: 100%;
}
.project776 .section4 {
	position: relative;
	padding: 190px 0 0;
}
.project776 .section4 .text {
	margin-left: 70px;
	margin-bottom: 30px;
}
.project776 .section4 .image {
	margin: 45px 0 0;
}
.project776 .section4 .image img {
	width: 100%;
}

.project776 .section5 {
	position: relative;
	padding: 215px 0 0;
}
.project776 .section5 .image1 {
	margin: 54px auto 0;
	text-align: center;
}
.project776 .section5 .image2 {
	margin: 44px auto 0;
	text-align: center;
}
.project776 .section5 .image3 {
	margin: 54px auto 0;
	text-align: center;
}
.project776 .section5 .image4 {
	margin: 210px 0 0;
}
.project776 .section5 .image5 {
	margin: 24px 0 0;
}
.project776 .section5 .image4 img,
.project776 .section5 .image5 img {
	width: 100%;
	max-width: none;
}
.project776 .section4 .slider__arrow_left > span,
.project776 .section4 .slider__arrow_right > span {
	display: none;
}
.project776 .section4 .slider__arrow_left,
.project776 .section4 .slider__arrow_right {
	display: block;
	width: 80px;
	height: 80px;
	border: 0;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.7);
	background-image: url(/img/776/arrow-left.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	transition: all 300ms ease;
}
.project776 .section4 .slider__arrow_right {
	background-image: url(/img/776/arrow-right.png);
}
.project776 .section4 .slider__arrow_left:hover,
.project776 .section4 .slider__arrow_right:hover {
	background-color: rgba(0,0,0,1);
}
.project776 .section4 .slider__arrow_left span,
.project776 .section4 .slider__arrow_right span {
	display: none;
}
.mt-xsmall {
    margin-top: -100px;
}
.project776 .section4 .slider__dot::after {
    width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,0.1);
}
.project776 .section4 .slider__dot_active::after {
    background-color: rgba(255,255,255,0.7);
}




@media (max-width: 1499px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1299px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
	.project776 .title {
		font-size: 15px;
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.project776 .subtitle {
    	margin: 80px 0 0;
		font-size: 18px;
	}
	.project776 .text {
		font-size: 14px;
		margin: 0;
		float: none;
	}
	.project776 .page-title {
	    top: 20%;
	    left: 10%;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.project776 .page-title img {
		width: 200px;
	}
	.project776 .section1, .project776 .section2,
	.project776 .section3, .project776 .section4,
	.project776 .section5 {
		text-align: center;
		padding-top: 100px;
	}
	.project776 .section2 .image1 {
	    margin: 70px 0 0 40px;
	}
	.project776 .section2 .image2 {
	    margin: 0 0 0 -25px;
	}
	.project776 .section2 .image3 {
	    margin: 0 0 0 25px;
	}
	.project776 .section2 .image4 {
	    margin: 0 0 0 -30px;
	}
	.project776 .section4 .text {
	    margin-left: 0;
	}
	.project776 .section5 .image1, .project776 .section5 .image2, .project776 .section5 .image3 {
	    padding: 0 30px;
	}
	.project776 .section5 .image4 {
	    margin: 80px 0 0;
	}
	
	.project776 .section4 .section-slider-images, .project776 .section4 .section-slider-images .slider {
		height: 150px;
	}
	.project776 .section4 .swiper-container {
		height: 150px;
		padding:0px;
		margin:0px;
	}
	.project776 .section4 .swiper-wrapper {
		height: 150px;
	}
	.project776 .section4 .swiper-slide {
		margin-right: 0px !important;
		margin: 0 -10px 0 -7% !important;
		width: 100% !important;
	}
	.project776 .section4 .slider__arrow_left > span,
	.project776 .section4 .slider__arrow_right > span {
		display: none;
	}
	.project776 .section4 .slider__arrow_left,
	.project776 .section4 .slider__arrow_right {
		display: block;
		width: 20px;
		height: 20px;
		border: 0;
		border-radius: 100%;
		background-color: rgba(0,0,0,0.7);
		background-image: url(/img/776/arrow-left.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		transition: all 300ms ease;
		visibility: hidden;
	}
	.project776 .section4 .slider__arrow_right {
		background-image: url(/img/776/arrow-right.png);
	}
	.project776 .section4 .slider__arrow_left:hover,
	.project776 .section4 .slider__arrow_right:hover {
		background-color: rgba(0,0,0,1);
	}
	.project776 .section4 .slider__arrow_left span,
	.project776 .section4 .slider__arrow_right span {
		display: none;
	}
	.mt-xsmall {
	    margin-top: -55px;
	}
	.slider__dot {
	    width: 10px;
	    height: 10px;
	    margin: 0 2px;
	}
	.project776 .section4 .slider__dot::after {
	    width: 8px;
	    height: 8px;
	    background-color: rgba(0,0,0,0.1);
	}
	.project776 .section4 .slider__dot_active::after {
	    background-color: rgba(0,0,0,0.7);
	}
	.slider__dot svg .circle {
	    stroke: #ffffff;
	}
	.project776 .title i {
		display: block;
		margin: 0 5px 0 0;
		color: #858f9d;
		font-weight: 300;
		font-style: normal;
		font-size: 20px;
		line-height: 2;
	}
	.project776 .title span {
		font-size: 20px;
	}
	
}




