* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-height: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:focus, input:focus, textarea:focus {
	outline: none;
}
html {
	height: 100%;
}
p {
	letter-spacing: 1px;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @import url('css-Roboto.css');
@font-face {
	font-family: 'AvenirNextLTPro-HeavyCn';
	src: url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.eot');
	src: url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.woff2') format('woff2'),  url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'),  url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype'),  url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg'),  url('https://www.cortica.com/automotive/fonts/AvenirNextLTPro-HeavyCn.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNext-Heavy', Helvetica, Arial, Sans-Serif;
	src: url('https://www.cortica.com/css/AvenirNext-Heavy.woff') format('woff'),  url('https://www.cortica.com/css/Avenir%20Next%20Heavy.woff2') format('woff2'),  url('https://www.cortica.com/css/AvenirNext-Heavy.ttf') format('truetype'),  url('https://www.cortica.com/css/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==================
	Preloader + animation
===================== */

#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 9999;
}
/*New Loader*/

.dot {
  height: 15px;
  width: 15px;
  border-radius: 2px;
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#hold {
  position: absolute;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes osc {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes osc {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background: #1349f5;
  }
  25% {
    background: #137df5;
  }
  50% {
    background: #06b4fc;
  }
  75% {
    background: #06c4fc;
  }
  100% {
    background: #06e2fc;
  }
}
@keyframes rainbow {
  0% {
    background: #1349f5;
  }
  25% {
    background: #137df5;
  }
  50% {
    background: #06b4fc;
  }
  75% {
    background: #06c4fc;
  }
  100% {
    background: #06e2fc;
  }
}

.hide-scroll {
	overflow: hidden;
}




/* Video section */

#hero-video-automotive {
	height: 770px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#hero-video-automotive:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
}
#hero-video-automotive video {
	position: absolute;
	min-height: 100%;
	min-width: 100%;

	bottom: 0;
	right: 0;
	z-index: -100;
}
.video-cover {
	height: 770px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	display: none;
	background: url(../image/tablet-header.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#hero-video-automotive h1 {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 50px;
}
#hero-video-automotive h3 {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 26px;
}
#hero-video-automotive .container {
	z-index: 3;
}
.cover-video {
	padding-top: 100px;
}
.play-button {
	margin-top: 40px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.play-button:hover {
	color: #FFF;
	transform: scale(1.1,1.1);
	  -webkit-filter: drop-shadow(0px 0px 15px #222);
    filter:         drop-shadow(0px 0px 15px #222); 
}
.cover-video span {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/* Popup video */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* Section About */

.about {
	text-align: center;
	background-color: #eee;
	padding: 50px 0 70px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 32px;
	color: #000;
	font-size: 20px;
}
.about h1 {
	margin: 25px 0;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #333;
	font-size: 34px;
}
.about p {
	width: 85%;
	margin: auto;
}
hr.separate {
	width: 100%;
	max-width: 320px;
	height: 5px;
	margin: 0 auto 50px auto;
	background-color: #333;
	border: none;
}
/* Perception section */

.perception {
}
.section-number {
	margin-left: 0px;
	font-size: 80px;
	/*color: rgba(51, 51, 51, .2);*/
	color: #e0e0e0;
}
.section-title {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	margin: -60px 0 0 40px;
	letter-spacing: 5px;
	z-index: 2;
}
.section-title:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 440px;
	height: 5px;
	background-color: #333;
	left: 50px;
	transform: rotate(-23deg);
	top: 60px;
}
.section-describe {
	font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
	color: #333;
	line-height: 32px;
	font-size: 20px;
	padding-bottom: 20px;
}
.section-describe h2 {
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 3px;
}
.section-describe h3 {
	margin-bottom: 0;
	letter-spacing: 3px;
	line-height: 34px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.perception .section-describe h3 span {
	font-size: 20px;
	text-transform: none;
	letter-spacing: 2px;
}
#perception-img {
	height: 100%;
	max-height: 960px;
	width: auto;
}
.mt-5 {
	margin-top: 50px;
}
.ml-45 {
	margin-left: 35%;
}
.ml-24 {
	margin-left: 26%;
	margin-bottom: 3%;
	width: 72%;
}
.localization {
	position: relative;
	color: #fff;
	background-image: url(../image/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}
.localization:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	border-top: 40px solid #1d1d1d;
	border-left: 40px solid #eee;
	border-right: 40px solid #eee;
}
.localization .section-title, .localization .section-describe {
	color: #FFF;
}
.localization .section-number {
	color: #5a5a5a;
}
.localization .section-title:after {
	background-color: #FFF;
}
.localization h3 {
	margin-top: 40px;
}
#localization-img {
	max-height: 700px;
	width: auto;
	margin-bottom: 50px;
}
#signature-title {
	margin-top: 20px;
}
#sensor-fusion-title:after {
	left: 80px;
}
.signature {
	background-color: #eee;
}
.mt-mb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.car-graphic {
	height:100%;
	max-height: 620px;
	width:auto;
}
.big-data {
	background-color: #eee;
	position: relative;
}
.big-data:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 10%;
	bottom: -40px;
	border-top: 40px solid #eee;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
}
.big-data .section-title:after {
	left: -40px;
}
.big-data .ml-45 {
	margin-left: 15%;
}
#big-data-img {
	height: 100%;
	position: absolute;
	right: 0;
	display: block;
}
.data-lists {
	margin-bottom: 50px;
	font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color: #FFF;
	background-color: #141414;
	position: relative;
}
.data-lists strong{ display:block;    margin-bottom: .5rem;
    font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 40px;
    color: inherit; letter-spacing:2px; font-size:22px;}
.data-lists ul {
	list-style-type: disc;
	list-style-position: inside; letter-spacing:1px; font-size:14px; line-height:24px;
}
.data-lists:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 120%;
	background-color: #FFF;
	top: -10%;
	left: 50%;
	margin-left: -15px;
	-webkit-transform: rotate(200deg);
	-moz-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-o-transform: rotate(200deg);
	transform: rotate(200deg);
}
.features {
	padding-bottom: 50px;
	background-image: url(../image/features.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.features .section-title {
	margin: 80px 0 120px 60px;
	color: #FFF;
}
.features .section-title:after {
	background-color: #FFF;
	left: -35px;
}
.features .section-describe {
	padding: 0 8%;
	color: #FFF;
}

.data-describe {
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 2;
}

/* Media query */


@media screen and (min-width: 768px) and (max-width: 1280px) {
.section-title:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 440px;
	height: 5px;
	background-color: #333;
	left: -20px;
	transform: rotate(0deg);
	top: 70px;
}
	
.mt-5 {
	margin-top: 50px;
	margin-left: 0;
}
.ml-45 {
	margin-left: 0%;
}
.big-data {
	padding-left: 40px;
}
.big-data .ml-45 {
	margin-left: 1%;
}
.ml-24 {
	margin-left: 0%;
	width: 100%;
}
#sensor-fusion-title:after {
	left: -40px;
}
.features .section-title {
	margin: 50px 0 60px 100px;
}	
}

@media screen and (max-width: 991px){
	.tab-center {margin:20px auto;
	text-align:center;}
	
	.perception .section-title {border-bottom: 5px solid #000;
	width: 50%;
	margin:0 auto;}
	.perception .section-title:after {display:none;}
	.perception .section-number {
		position:absolute;
		top:1%;
		left:28%;
	}
	.cover-video {padding-top:10px;}
	
	#hero-video-automotive {
	margin-top: 45px;
}
	
	#hero-video-automotive h1 {font-size:42px;}
	
	#hero-br {display:none;}
}

@media screen and (max-width: 768px) {
.logo {
	margin-left: 15px;
}
.navbar-brand {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.navbar-toggler {
	margin-top: 30px;
}
#hero-video-automotive {
	height: 720px;
	margin-top: 70px;
}

#hero-video-automotive h1 {
	font-size: 30px;
	line-height: 38px;
	margin-top: 0px;
}
	
	
#hero-video-automotive h3 {
	line-height: 30px;
	font-size: 24px;
}
.cover-video {
	padding-top: 70px;
}	
	
.cover-video span {
	font-size: 24px;
}
.about {
	padding: 30px 0;
	line-height: 30px;
	font-size: 18px;
}
	.about p {width:95%;}
.about h1 {
	font-size: 28px;
	line-height: 34px;
}
hr.separate {
	margin-bottom: 20px;
}
.section-number {
	font-size: 60px;
	text-indent: 40px;
}
.section-title {
	text-align: center;
	font-size: 36px;
	margin: -50px 0 0 10px;
	padding-bottom: 5rem;
}
	
	#sensor-fusion-title:after {
	left: 50%;
}
	
	.perception .section-title {border-bottom: none;
	text-align:center;
	width:100%;}
	.perception .section-title:after {display:block;}
	.perception .section-number {
		position:absolute;
		top:5%;
		left:5%;
	}
	.perception.collapsed .section-number {
		position:absolute;
		top:.6%;
		left:5%;
	}
.features .section-title:after {
	max-width: 180px;
	left: -14%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: -90px;
	top: 55px;
}	
.section-title:after {
	max-width: 180px;
	left: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: -90px;
	top: 55px;
}
.ml-45 {
	margin-left: 0;
}
.ml-24 {
	margin-left: 0%;
	width: 100%;
}	
.section-describe h3 {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
}
.section-describe {
	line-height: 28px;
	font-size: 18px;
}
.pl-5 {
	padding-left: 15px !important;
}
.ml-24 {
	margin-left: 0;
}
.localization .section-number {
	color: rgba(255, 255, 255, .2);
}
.localization:after {
	display: none;
}
.signature .section-describe {
	text-align: left !important;
}
.sensor .px-5, .big-data + section .px-5 {
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.big-data:after {
	left: 50%;
	margin-left: -40px;
}
.features .section-title {
	margin: 60px 0;
}
	.features .section-title:after {margin-left:37%;}	
.features .section-describe {
	padding: 0;
	display: block;
}
footer {
	text-align: center;
}
.social-nav {
	display: none;
}
	.big-data .section-number	{text-indent:110px;}
.big-data .section-title:after {
	left: 50%;
}
.big-data .ml-45 {
	margin-left: 0;
}
.data-lists {
	font-size: 18px;
}
.data-lists:after {
	display: none;
}
.data-lists .col-md-6:first-child {
	padding-right: 15%;
	overflow: hidden;
}
.data-lists .col-md-6:first-child:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 120%;
	background-color: #FFF;
	top: 8%;
	right: -77px;
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	transform: rotate(210deg);
}
.data-lists .col-md-5:last-child {
	padding-left: 28% !important;
}
.data-lists .col-md-5:last-child:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 120%;
	background-color: #FFF;
	top: -30%;
	left: -77px;
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	transform: rotate(210deg);
}
h2 {
	text-align: center;
}
.features {
	background-color: #191919;
	background-image: none;
}
/* Collapsed style */	

.section-describe, .data-lists, .signature, .big-data + section, .big-data:after {
	display: none;
}
.section-number, .section-title {
	cursor: pointer;
}
section.collapsed .section-describe {
	display: block;
}
.localization.collapsed + .signature, .localization.collapsed + .signature .section-describe, .big-data.collapsed + section, .big-data.collapsed:after, .big-data.collapsed + section .section-describe, .big-data.collapsed + section + .data-lists, .big-data.collapsed + section + .data-lists .section-describe {
	display: block;
}
#hero-video-automotive video {
	display: none;
}
.video-cover {
	display: block;
}
	
}

/*========================*/
@media (max-width: 767px){
	.section-title {
		margin: -65px 0 0 10px;
		padding-bottom: 2rem;
		line-height:57px;
	}
	.row.tab-center{
		margin: 10px auto 0px;
	}
	.pt-5 {
		padding-top: 1rem !important;
	}
	.sensor .container-fluid.py-5 {
		padding-bottom: 0rem !important;
		padding-top: 1rem !important;
	}
    .section-describe{
        margin-top: 2rem !important;
    }
}

