html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
			font-smoothing: antialiased;
			font-smooth: always;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	display: block;
}
nav ul {
	list-style: none;
}





html, body {
	font-family: "Roboto", sans-serif;
	line-height: 1.4;
	font-size: 18px;
}


.text-center {
	text-align: center;
}

.btn {
	font-size: 1.5rem;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.btn:hover {
	text-decoration: underline;
}









header {
	height: 8rem;
}
header .header-logo {
	padding-bottom: .5rem;
	border-bottom: 1px solid #000;
	display: table;
}

footer {
	padding: 2rem 0;
}






.align-right {
	text-align: right;
}
.content {
	line-height: 1.4;
}

.content > * {
	margin-bottom: 1rem;
}
.content img {
	max-width: 100%;
	height: auto;
}

h1, h2 {
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5rem;
	font-weight: 400;
}
h4 {
	font-size: 1.25rem;
	font-weight: bold;
}
a {
	color: #000;
}









.intro-section {
	height: calc(100vh - 8rem);
	background-color: #000;
	padding: 0;
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
}
.intro-section video {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	height: auto;
}
.intro-section video.fh {
	width: auto;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
}

.brief-section {

}
	.b-content {
	}
	.b-logo {
		font-size: .9rem;
		margin-top: 3rem;
	}
	.b-download {
		margin-top: 5rem;
	}


.slider-section {
	padding-left: 5rem;
	padding-right: 5rem;
}
	.sl-carousel {
		background-color: #000;
	}
		.sl-item {
		}
		.sl-item img {
			width: 100%;
			height: auto;
		}
	.sl-content {
		margin-top: 1rem;
	}



.tech-section {
	overflow: hidden;
}
	.tc-items {
		margin: 8rem 0 5rem 0;
	}
		.tc-item {
			margin-bottom: 3rem;
		}
		.tc-item h3 {
			text-align: center;
			margin-bottom: 2rem;
		}



.team-section {

}
	.te-items {
		padding: 3rem 0;
	}
		.te-item-bottom {
			margin-top: 2rem;
		}
		.te-item {
			margin-bottom: 4rem;
		}
		.te-you img {
			width: 100%;
			height: auto;
		}
	.te-contact {
		font-weight: bold;
		font-size: 1.25rem;
		display: table;
		margin: 0 auto;
		margin-bottom: 3rem;
	}




body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .5) !important;
	padding: 2rem 1rem 2.25rem 1rem !important;
	transition: .2s;
}

body .owl-carousel .owl-nav button.owl-prev:focus,
body .owl-carousel .owl-nav button.owl-next:focus {
	outline: none !important;
}
body .owl-carousel .owl-nav button.owl-prev:hover,
body .owl-carousel .owl-nav button.owl-next:hover {
	background: rgba(255, 255, 255, .75) !important;
}
.owl-prev span,
.owl-next span {
	font-size: 3rem;
	font-weight: 300;
}
body .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
body .owl-carousel .owl-nav button.owl-next {
	right: 0;
}











section {
	padding: 3rem 0;
}

.section-title {
	border-bottom: 1px solid #000;
	padding-bottom: 2.5rem;
	margin-bottom: 3.5rem;
}

.circle-item {
	border-radius: 50%;
	background-color: #e1e1e1;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
	.circle-item-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.circle-item-inner img {
		width: 100%;
		height: auto;
	}

.container {
	max-width: 1316px;
	padding: 0 2rem;
}
	.container-inner {
		max-width: 900px;
		margin: 0 auto;
	}


.row-h {
	height: 100%;
}
.row {
	margin-left: -2rem;
	margin-right: -2rem;
}
	.row > * {
		padding-left: 2rem;
		padding-right: 2rem;
	}



@media screen and (max-width: 1366px) {


	h1, h2 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 565px) {
	html, body {
		font-size: 16px;
	}

	h1, h2 {
		font-size: 1.5rem;
	}

	header {
		height: 6rem;
	}


	section {
		padding: 1rem 0;
	}
	.section-title {
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}

	.slider-section {
		padding: 3rem 1rem;
	}
	.sl-content {
		font-size: .9rem;
	}

	body .owl-carousel .owl-nav button.owl-prev,
	body .owl-carousel .owl-nav button.owl-next {
		padding: 0 .75rem .25rem .75rem !important;
	}


	.intro-section {
		height: calc(50vh - 6rem);
		margin-bottom: 1rem;
	}

	.tc-items {
		margin-bottom: 0;
	}

	.te-item-bottom {
		margin-top: 1.5rem;
	}
	.te-contact {
		margin-bottom: 2rem;
	}

	.container {
		padding: 0 1rem;
	}
	.row {
		margin-left: -1rem;
		margin-right: -1rem;
	}
		.row > * {
			padding-left: 1rem;
			padding-right: 1rem;
		}
}
