@charset "utf-8";
body {
	    font-family: 'Lato',sans-serif;
	margin: 0;
}
.top {
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: #26c1e4;
    z-index: 91;
}
.top img {
	display: none;
	    width: 45px;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    top: 4px;
}
.mob-title {
	display:none;
	    float: right;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}
.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #26c1e4;
    z-index: 9;
}
.bottom p {
	    font-size: 13px;
    text-align: center;
}
.section_wrap {
	width: 100%;
    height: 100vh;
    overflow: hidden;
}
.header {
	    float: left;
    width: 20%;
    height: 100vh;
    box-sizing: border-box;
position: relative;
    z-index: 9;
    background: transparent;
}
.subtitle {
	font-size: 11px;
}
.logo {
	padding-top: 30px;
    border-right: 3px solid #26c1e4;
    padding-right: 50px;
	text-align: right;
}
.logo img {
    max-width: 100%;
    width: 180px;
    display: inline-block;
}
.nav {
	text-align: right;
	    margin: 30px 0;
	padding-right: 50px;
}
.nav ul {
	    list-style: none;
    text-transform: uppercase;
}
.nav ul li {
	margin: 5px 0;
    color: rgb(33, 176, 208);
    font-size: 14px;
    font-weight: 400;
	position:relative;
	line-height: 0.8;
	padding:3px 0 4px 0;
	
}
.nav ul li:hover, .nav ul li.current {
	color: rgb(16, 99, 117);
}
.nav ul li a {
    text-decoration: none;
    color: inherit;
}
.nav-1 {
	background: white;
    position: relative;
    right: 0;
    top: 5px;
    font-size: 13px;
    padding-right: 10px;
}
.sub-item {
	    padding: 5px;
}
.content {
    float: left;
    width: 80%;
    height: 100vh;
    overflow: hidden;
}
.slide_item img {
	min-width: 100%;
	min-height: 100vh;
	max-height: 100vh;
}
.gradient {
    position: absolute;
    top: 0;
    left: 20%;
    height: 100vh;
    width: 25%;
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255,255,255,0) 100%);
    z-index: 9;
	display:none;
}
.gradient-img {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 40%;
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,1) 52%, rgba(0,0,0,0) 100%);
}
.short_description {
	text-align: right;
    color: rgb(33, 176, 208);
    font-size: 14px;
    font-weight: 300;
	padding-right: 50px;
}
.contact {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: right;
    margin-top: 25px;
    padding-right: 50px;
    height: 40vh;
    border-right: 3px solid #26c1e4;
}
.contact span {
	    color: rgb(33, 176, 208);
    font-size: 30px;
    font-weight: 400;
}
.contact span.thin {
	    display: block;
    font-weight: 200;

}
.slide_cap {
position: absolute;
    right: 0;
    bottom: 100px;
    width: 400px;
    background: linear-gradient(270deg, rgba(38,193,228,1) 30%, rgba(38,193,228,0) 100%);
    color: white;
    padding: 20px 20px 20px 100px;
    text-shadow: rgba(97, 97, 97, 0.56) 1px 1px;
}
.slide_cap a {
	color:white;
	text-decoration: none;
}
.nav .nav-1 {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.nav .has-drop:hover .nav-1 {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
	margin-bottom: 15px;
}
.mob-nav {
	display:none;
}
i {
border: solid #26c1e4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
        position: absolute;
    top: 5px;
    right: 105px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#footer {
	display:none;
}
/* Tab */
.tab-item {
	border-left:2px solid white;
	border-right:2px solid white;
}
.tab-item.current, .tab-item:hover {
    border: 2px solid #F57D30;
    border-top: none;
}
.tab-menu .tab-item {
    padding: 5px 15px;
	margin-right: 5px;
}
.cap-log {
	line-height: 1.5;
    margin-top: 10px;
    padding: 5px 10px 7px;
background: rgb(244,214,195); /* Old browsers */
background: -moz-linear-gradient(left, rgba(244,214,195,1) 0%, rgba(246,129,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(244,214,195,1) 0%,rgba(246,129,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(244,214,195,1) 0%,rgba(246,129,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d6c3', endColorstr='#f68135',GradientType=1 );
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
	font-size: 14px;
	color: white;
}
@media only screen and (max-width: 768px) {
	.mob-title, .top img {
	display:block;
	}
	.header {
		display:none;
		background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 99;
	}
	.header_wrap {
		padding-left: 20px;
	}
	.logo {
		    text-align: left;
		    padding-top: 50px;
	}
	.logo img {
		width: 125px;
	}
	.subtitle {
		    display: block;
    font-size: 11px;
	}
	.short_description {
		text-align: left;
	}
	.slide_cap {
		display: none;
	}
	.gradient {
background: linear-gradient(to right,rgb(255, 255, 255) 0%,rgba(210,227,238,0) 100%);
    left: 0;
    width: 100%;
	}
	.contact {
		    text-align: left;
	}
	.contact span {
		    font-size: 20px;
    line-height: 1px;
	}
	.content {
		    width: 100%;
	}
	.bottom p {
		    font-size: 11px;
	}
	.mob-nav::before {
		position: absolute;
    width: 30px;
    top: .6em;
    right: .5em;
    bottom: .5em;
    left: 1em;
    background: linear-gradient(#fff 20%,transparent 20%,transparent 40%,#fff 40%,#fff 60%,transparent 60%,transparent 80%,#fff 80%);
    content: '';
	}
	.top {
		height: 40px;
		z-index: 999;
	}
	.mob-nav {
		display: block;
	}
	.nav {
		    position: absolute;
    background: white;
    height: 100vh;
    top: 40px;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
		    padding-right: 20px;
	}
	.nav ul {
		    padding-left: 15px;
		white-space: nowrap;
	}
	.nav ul li {
		font-size: 14px;
	}
	.logo, .contact {
		border:none;
	}
	i {
		position: relative;
    right: auto;
    top: -3px;
    margin-left: 10px;
    border-width: 0 2px 2px 0;
	}
	.short_description, .contact span {
		color: black;
    font-weight: 600;
	}
	.gradient-img {
		    height: 100vh;
    width: 78%;
		    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 100%);
	}
}

@media only screen and (max-width: 768px) {
	.nav ul li {
		border-bottom:1px solid #dedede;
		padding:5px 0 10px 0;
	}
}