html,body {height: 100%;}
.outer_wrapper{width: 100%;height: 100%;}
.banner_wrap {width: 100%;height: 100%;position: relative;}
.banner_wrap .icon_arrow{position: absolute;top: 50%;margin-top: -30px;height: 46px;width: 46px;z-index: 10;border-radius: 100%}
.banner_wrap .arrow_left {left: 10px;background: url(../images/arrow_left.png) no-repeat center;background-size: 100%;}
.banner_wrap .arrow_right {right: 10px;background: url(../images/arrow_right.png) no-repeat center;background-size: 100%;}
.swiper-container {height: 100%;width: 100%;}
.swiper-slide{width: 100%;height: 100%;overflow: hidden;}
.swiper-slide img{min-width: 100%;min-height: 100%;}

.navbar_wrap.navbar{position: absolute;top: 0;left: 0;width: 100%;margin:0;z-index: 10;background: transparent;border:0;}
.navbar-header.navbar_logo{padding-bottom:7.5px;margin-top: 10px;}
.navbar_logo .navbar-brand{padding:5px 0 0 10px;}
.navbar_logo .navbar-brand>img{height: 46px;}
.navbar_wrap .navbar-toggle {margin-top: 10px;}
.navbar_wrap .navbar-collapse{padding: 0;margin-left: -15px;}
.navbar_wrap .navbar-nav {margin:0;background: rgba(0,0,0,.2)}
.navbar-default .navbar-nav.nav_list>li>a{color: #fff;font-size: 14px;}
.navbar-default .navbar-nav.nav_list>li>a:hover{color: #1e1c1c;}
.navbar_wrap .navbar-collapse.in .navbar-nav.nav_list>li>a:hover{background: rgba(255,255,255,.3);}

@media (min-width: 768px){
	.navbar_wrap.navbar{bottom: 80px;top:auto;min-height:80px;}
	.navbar_logo .navbar-brand{height: 80px;}
	.navbar_logo .navbar-brand>img{height: auto;}
	.navbar_wrap .navbar-toggle {margin-top: 24px;}
	.navbar_wrap .navbar-nav {background:transparent;}
	.swiper_wrap .icon_arrow{height: 54px;width: 54px;}
	.navbar-header.navbar_logo {float: right;padding-bottom: 0;margin-top: 0;}
	.navbar_wrap .navbar-collapse{margin-top:30px;}
	.navbar-default .navbar-nav.nav_list>li>a{color: #fff;font-size: 14px;padding: 10px 12px;}
}
@media (min-width: 992px){
	.swiper_wrap .icon_arrow{height: 60px;width: 60px;}
	.navbar-default .navbar-nav.nav_list>li>a{font-size: 16px;margin:0 10px;}
}
@media (min-width: 1200px){
	.navbar-default .navbar-nav.nav_list>li>a{font-size: 18px;margin:0 10px;}
}
.navbar-default .navbar-toggle {border-color: #fff;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: #f4f4f4;}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{background-color: #888;}

.footer_wrap{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 12;}
.copy_right{text-align: center;color: #eee;font-size: 14px;}