@import url('https://fonts.googleapis.com/css?family=Montserrat|Nanum+Gothic|Open+Sans+Condensed:300');
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	
}
#logo {
    position: absolute;
    z-index: 99;
    margin-left: 6%;
    top: 17px;
    cursor: pointer;
    border-radius: 10px;
}
nav{
	width:100%;
	height: 80px;
	position: absolute;
	z-index: 9999;
	}
	nav>.ul{
        padding: 0;
        list-style: none;
        margin: auto;
        width: 1076px;
        text-align: center;
        
    }
    nav>.ul>li{
        display: inline-block;
        position: relative;
        line-height: 80px;
        height: 76px;
        margin-left: 60px;
        text-align: left;
    }
  
    nav>.ul>li a{
           display: block;
    padding: 12px 10px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    height: 56px;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }

 nav>.ul>li a:hover{
    color: #ebd31b;
    }
	
	
#baner{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 20px;
    border: 1px solid rgba(255,255,255, 0.3);
    top: 28px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
      z-index: 9999;
}
.nav-bar-menu{
    width: 100%;
    background-color: #fff;
    top: 81px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
    text-align: center;
}
.main_rgba{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 1;
}
.leng{
		width: 70px;
		position: absolute;
		right: 40px;
	    top: 40px;
	    color: #fff;
		height: 20px;
        text-align: center;
        line-height: 20px;
        border-left: 1px solid rgba(255,255,255,0.3);
        z-index: 9999;
	}
	
	.leng a{
		margin: 4px;
		text-decoration: none;
		color: #fff;
		font-size: 15px;
		width: 50px;
		height: 150px;
		line-height: 00px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
	}
	
	.leng a:hover{
		color: #efaa1a;
	}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
}
.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 15px;
    bottom: 100px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    display: none;
    z-index: 999999999;
}
footer{
		width: 100%;
		height: 70px;
		position: relative;
		overflow: hidden;
		margin-top:100px;
	    background-size: cover;
	    background-position: center center;
	    border-top: 1px solid rgba(0,0,0,0.1);
	    text-align: center;
	    line-height: 50px;
	    font-family: 'bpg_nino_medium_capsregular';
	    color: #474b47
	}
	
