header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: rgba(255,255,255, 1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0);
	transition: .4s;
}

header .container {
	max-width: 100%;
    padding-right: 70px;
    padding-left: 70px;
}

header a.logo {
    max-width: 170px;
    display: block;
    line-height: 0;
    margin-top: 8px;
}

header nav {
	display: inline-block;
}

header nav > ul >li {
    display: inline-block;
    line-height: 70px;
    margin-right: 18px;
}

header nav > ul >li a {
	font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
}

nav.nav-desktop ul {
    display: inline-block;
}

.bt-open-nav {
    display: none;
    margin-right: 20px;
    cursor: pointer;
}

.bt-open-nav i {
    line-height: 70px;
    font-size: 30px;
}

.bt-search-mobile {
    display: none !important;
    cursor: pointer;
}

.bt-search-mobile i {
    line-height: 70px;
    font-size: 30px;
}

.bt-open-nav:hover,
.bt-search-mobile:hover {
	color: #07d1c5;
}


.heading {
	width: 100%;
	height: 100vh;
	position: relative;
}

.heading .social-content {
	width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading .social-content span {
	display: block;
    margin-bottom: 40px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-weight: 400;
    font-family: 'Taviraj', serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.heading .social-content hr {
	margin: 10px 25px;
	border: 0;
	border-bottom: 1px solid #07d1c5;
}

.heading .social-content ul li {
	width: 100%;
	display: block;
	text-align: center;
}

.heading .social-content ul li a {
	padding: 5px;
	display: inline-block;
	color: #888;
	font-size: 14px;
}

.heading .social-content ul li a:hover {
	color: #07d1c5;
}

.select-lang {
    width: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.select-lang ul li a {
	color: #888;
	font-size: 12px;
}

.select-lang ul li a.active {
	color: #07d1c5;
}

.select-lang ul li a:hover {
	color: #07d1c5;
	text-decoration: none;
}

.heading .full-media {
	position: absolute;
    width: calc(100% - 140px);
    height: calc(100% - 140px);
    margin: 70px;
    z-index: 1;
    overflow: hidden;
    top: 0;
    background: url(img/banner-home.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.heading .full-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 100%;
}

@media only screen and (max-width: 760px) {
/* start */

.heading .full-media video {
    display: none;
}

}

/* Filter */

.pattern-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/bg-trans.png);
    z-index: 3;
    opacity: .5;
}

.filter-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .3);
    z-index: 2;
}

.heading .full-media .caption {
	position: absolute;
	left: 70px;
	bottom: 60%;
	opacity: 0;
	z-index: 6;
	color: #fff;
}

.heading .full-media .caption p {
    font-size: 22px;
}

.heading .full-media .caption a.link {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 30px 8px 55px;
    color: #fff;
}

.heading .full-media .caption a.link {
	color: #fff;
	text-decoration: none;
}

.heading .full-media .caption a.link:after, 
.heading .full-media .caption a.link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff;
    transition: all .3s;
    margin-top: -1px;
}

.heading .full-media .caption a.link:before {
    right: 100%;
    margin-right: -40px;
    width: 40px;
}

.heading .full-media .caption a.link:after {
    width: 10px;
    left: 100%;
    margin-left: -20px;
}

.heading .full-media .caption a.link:hover:before {
    width: 10px;
}

.heading .full-media .caption a.link:hover:after {
    width: 30px;
}

.heading .full-media .btn-open {
	position: absolute;
	left: -150px;
    bottom: 100px;
	z-index: 6;
	-moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.heading .full-media .btn-open a {
	display: block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.heading .full-media .btn-open a:hover {
	text-decoration: none;
}

.btn-enter {
    position: absolute;
    bottom: 35px;
    left: 50%;
}

.btn-enter a {
  	display: inline-block;
}

.btn-enter a span {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	width: 24px;
  	height: 24px;
  	margin-left: -12px;
  	border-left: 1px solid #252a32;
  	border-bottom: 1px solid #252a32;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	-webkit-animation: sdb04 2s infinite;
  	animation: sdb04 2s infinite;
  	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

header.sticky {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	transition: .4s;
}

a.menuactive {
    color: #07d1c5;
}


.nav-mobile {
    background: rgba(7,209,197, .99);
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    display: none;
    overflow: scroll;
}

.nav-mobile .inner {
    padding-top: 90px;
    text-align: center;
}

.nav-mobile ul li {
    margin-bottom: 15px;
}

.nav-mobile ul li a {
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.nav-mobile ul li a:after, 
.nav-mobile ul li a:before {
    content: "";
    position: absolute;
    top: 52%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff;
    transition: all .3s;
    margin-top: -1px;
}

.nav-mobile ul li a:after {
    right: -50px;
    width: 40px;
}

.nav-mobile ul li a:before {
    left: -50px;
    width: 40px;
}

.nav-mobile .bt-close-nav {
    position: fixed;
    top: 14px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
/* start */

.nav-mobile {
    top: 0;
}

}