html, body { position: relative; height: 100%; }
body { background: #fff; font: 14px/1.5em "Helvetica", Arial; font-weight: 200; color: #000;  margin: 0; padding: 0; }

a:hover, a:focus, a:active { text-decoration: none; }
a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { line-height: normal; }

img { max-width: 100%; }

ul { padding-left: 20px; }

.red { color: #e00; }

.row { margin-left: -5px; margin-right: -5px; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 5px; padding-right: 5px; }

.swiper-container { width: 100%; height: 100%; }
.swiper-slide .swiper-slide { height: auto; }
.swiper-container-hh .swiper-slide { height: 100%; }
.swiper-container-hh .swiper-slide .swiper-slide { height: auto; }
.swiper-scrollbar { display: none; }
.swiper-container-horizontal > .swiper-pagination { bottom: 0; }
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { margin: 2px; height: 2px; }
.swiper-pagination { position: fixed; bottom: 0; }
.swiper-pagination-bullet { border-radius: 0; }
.swiper-pagination-bullet-active { height: 4px!important; }
.swiper-no-swiping .swiper-slide { height: 100%!important; overflow-y: scroll!important; }

.navbar { position: fixed; top: -54px; z-index: 2; width: 100%; height: 48px; margin: 0;

background: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0.95) 60%, rgba(240, 240, 240, 0.95) 60%);
background: -moz-linear-gradient(-60deg, rgba(255, 255, 255, 0.95) 60%, rgba(240, 240, 240, 0.95) 60%);
background: -ms-linear-gradient(-60deg, rgba(255, 255, 255, 0.95) 60%, rgba(240, 240, 240, 0.95) 60%);
background: -o-linear-gradient(-60deg, rgba(255, 255, 255, 0.95) 60%, rgba(240, 240, 240, 0.95) 60%);

border-bottom: 1px solid #d6d6d6; color: #000; border-radius: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
.navbar .logo { float: left; height: 100%; }
.navbar .logo img { height: 100%; padding: 7.5px 0; vertical-align: top; }
.navbar h1 { position: absolute; top: 0; left: 0; right: 0; margin: 0; text-align: center; height: 48px; padding: 0 45px; font-size: 1.3em; line-height: 48px; font-weight: 300; }
.navbar a { font-size: 1.5em; line-height: 48px; color: #000; position: relative; z-index: 1; }
.navbar a:first-child, .navbar a.turn-back, .navbar a.home { margin-left: 10px; }
.navbar a:last-child { margin-right: 10px; }
.navbar a.turn-back { display: none; }
.navbar a.turn-back.active { display: block; }
.navbar .nav-toggle { position: relative; }
.navbar .notification { width: 8px; height: 8px; border-radius: 100%; position: absolute; top: 12px; right: -4px; z-index: 1; background: #e00; }

.container { position: relative; width: 100%; height: 100%; padding: 0; }
.content { padding: 68px 10px 30px 10px; }
.index .content { padding: 40px 5px 20px 5px; }

.index-sidebar .content { padding: 45% 10px 20px 10px; }
.index-sidebar .navbar { top: 0!important; background: none; box-shadow: none; border: none; }
.index-sidebar .nav-title { display: none; }
.index-sidebar .logo-main { width: 65%; }


/* Start Style */
.light .list-nav li span:first-child { background: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0.8) 50%, rgba(225, 225, 225, 0.8) 50%); background: -moz-linear-gradient(-60deg, rgba(255, 255, 255, 0.8) 50%, rgba(225, 225, 225, 0.8) 50%); }
.light .list-nav li > a > span > i, .light .list-nav.inner-text li span > span { color: #000; background: -webkit-linear-gradient(-60deg, #333 60%, #000 60%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.dark .list-nav li span:first-child { background: rgba(0, 0, 0, 0.65); background: -webkit-linear-gradient(-60deg, rgba(30, 30, 30, 0.65) 50%, rgba(0, 0, 0, 0.65) 50%); background: -moz-linear-gradient(-60deg, rgba(30, 30, 30, 0.65) 50%, rgba(0, 0, 0, 0.65) 50%); border-color: #484848; }
.dark .list-nav li i, .dark .list-nav.inner-text li span > span { color: #fff; background: -webkit-linear-gradient(-60deg, #fff 60%, #ddd 60%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.dark > .navbar {
background: -webkit-linear-gradient(-60deg, rgba(45, 45, 45, 0.95) 60%, rgba(30, 30, 30, 0.95) 60%);
background: -moz-linear-gradient(-60deg, rgba(45, 45, 45, 0.95) 60%, rgba(30, 30, 30, 0.95) 60%);
background: -ms-linear-gradient(-60deg, rgba(45, 45, 45, 0.95) 60%, rgba(30, 30, 30, 0.95) 60%);
background: -o-linear-gradient(-60deg, rgba(45, 45, 45, 0.95) 60%, rgba(30, 30, 30, 0.95) 60%);

border-bottom: 1px solid #111; color: #fff;
}
.dark > .navbar a { color: #fff; }

.bg1 { background: url("../img/bg1.jpg") no-repeat center; background-size: cover; }
.bg2 { background: url("../img/bg2.jpg") no-repeat center; background-size: cover; }
.bg3 { background: url("../img/bg3.jpg") no-repeat center; background-size: cover; }
.bg4 { background: url("../img/bg4.jpg") no-repeat center; background-size: cover; }

/* End Style */

.content img { border-radius: 3px; margin-bottom: 10px; }
.content h2 { margin-top: 0; padding-bottom: 10px; font-size: 1.5em; font-weight: bold; border-bottom: 2px solid #ddd; }
.content h3 { margin: 0 0 10px 0; font-size: 1.2em; font-weight: bold; }
.content p:last-child { margin-bottom: 0; }
.content .media { border-bottom: 1px solid #ddd; padding: 10px 0; }
.content .media > .pull-left > i { font-size: 1.6em; border: 2px solid #000; width: 48px; height: 48px; line-height: 44px; text-align: center; border-radius: 100%; }
.content .media > .pull-left > img { width: 48px; height: 48px; border-radius: 100%; }
.content a.media { display: block; color: #000; padding-right: 30px; position: relative; }
.content a.media > i { position: absolute; right: 0; top: 50%; margin-top: -20px; color: #ddd; }

.content .post { display: inline-block; }
.content .post:after { content: "·";  margin: 0 5px; color: #888; font-size: 2em; vertical-align: top; }
.content .post:last-child:after { content: none; }
.content .post i { color: #ccc; }

.logo-main { width: 45%; margin: 0 auto 20px auto!important; display: block; }
.logo-nav { height: 70%; }

.list-nav { display: block; overflow: hidden; list-style: none; padding: 0; }
.list-nav li { float: left; width: 33.33%; text-align: center; }
.list-nav li a { display: block; text-align: center; color: #000; }
.list-nav li i { font-size: 2.8em; position: absolute; left: 0; right: 0; top: 50%; margin-top: -18px; }
.list-nav li span:first-child { display: block; border: 1px solid #dfdfdf; padding: 42%; border-radius: 100%; width: 54px; height: 54px; position: relative; margin: 0 auto; background: rgba(225, 225, 225, 0.5); }
.list-nav li span:last-child { display: block; margin: 5px 0 7% 0; font-size: 0.85em; }

.list-nav.inner-text li i { top: 44%; }
.list-nav.inner-text li a > span { margin: 0 auto 14% auto; }
.list-nav li span > span { position: absolute; left: 0; right: 0; top: 58%; }
.list-nav .notification { display: block!important; position: absolute!important; top: 0!important; right: -70%!important; background: #f00!important; border-color: #f44!important; width: 30%!important; height: 30%!important; text-align: center!important; padding: 0!important; }
.list-nav .notification > i { display: block; width: 100%; margin-top: -0.7em; top: 50%!important; font-style: normal; font-size: 0.8em; line-height: normal; color: #fff; -webkit-text-fill-color: currentcolor; font-weight: 300; }

.list-social { display: block; overflow: hidden; list-style: none; padding: 0; margin: 0 -5px; }
.list-social li { float: left; width: 33.33%; text-align: center; margin-bottom: 5%; }
.list-social li a { display: block; text-align: center; color: #000; }
.list-social li i { font-size: 2.8em; position: absolute; left: 0; right: 0; top: 50%; margin-top: -18px; }
.list-social li span:first-child { display: block; border: 1px solid #dfdfdf; padding: 42%; border-radius: 100%; width: 54px; height: 54px; position: relative; margin: 0 auto; background: rgba(0, 0, 0, 0.05); }

.list-social a span { color: #fff; }
.list-social a.facebook span { background: #3b5998; }
.list-social a.twitter span { background: #1baae1; }
.list-social a.google span { background: #c63d2d; }
.list-social a.instagram span { background: #4e433c; }
.list-social a.linkedin span { background: #4075b3; }
.list-social a.pinterest span { background: #cd2028; }
.list-social a.flickr span { background: #fe0883; }
.list-social a.digg span { background: #365790; }
.list-social a.youtube span { background: #f33; }

.nav-slide { background: rgba(40, 40, 40, 0.99); display: block; height: 100%; overflow: auto; position: absolute; top: 0; left: -250px; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition-duration: 400ms; -webkit-transition-duration: 400ms; width: 250px; z-index: 1000; }
.nav-slide.active { transform: translate3d(250px, 0px, 0px); -webkit-transform: translate3d(250px, 0px, 0px); }
.nav-slide ul { padding-right: 20px; list-style: none; }
.nav-slide ul ul { margin-top: 10px; padding-right: 0; padding-left: 25px; }
.nav-slide ul ul li { border: none; margin-bottom: 5px; padding-bottom: 0; }
.nav-slide li a { border-bottom: 1px solid #404040; padding-bottom: 12px; margin-bottom: 12px; color: #fff; display: block; position: relative; }
.nav-slide li.active > a { font-weight: bold; }
.nav-slide li a > i { width: 24px; color: #999; font-size: 1.1em; }
.nav-slide li a > span { position: absolute; right: 0; top: 3px; }
.nav-slide .logo { width: 50%; display: block; margin: 20px auto 0 auto; }
.nav-slide hr { border-color: #444; border-width: 2px; }
.nav-slide .sub li a:before { content: "·"; margin-right: 10px; }
.nav-slide .notification { background: #e00; color: #fff; position: absolute; right: 0; top: 0; border-radius: 100%; width: 24px; height: 24px; line-height: 24px; text-align: center; font-size: 0.7em; font-weight: bold; font-style: normal; }
.nav-slide hr { margin-bottom: 0; }

.copyright { font-size: 0.8em; margin-top: 10px; }

.list-toggle-switch > .form-group { overflow: hidden; }

ul.row { list-style: none; padding: 0; }

iframe { width: 100%; height: 200px; margin-bottom: 10px; }

/* Override Bootstrap */
.nav-tabs { margin-bottom: 20px; border: none; }
.nav-tabs > li { width: 50%; text-align: center; }
.nav-tabs > li > a {  border-radius: 0; margin: 0 0 0 -1px; border: 1px solid #337ab7; }
.nav-tabs > li > a:hover { border-color: #337ab7; }
.nav-tabs > li > a:hover { background: none; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background: #337ab7; color: #fff; border-color: #337ab7; }
.nav-tabs > li:first-child > a { margin: 0; }

.form-group { margin-bottom: 10px; }
.form-control { height: 40px; padding: 6px 15px; border-radius: 3px; }
.btn { padding: 10px 12px; }
.btn-xs { padding: 6px 12px; }
.btn-sm { padding: 8px 12px; }
.btn-md { padding: 10px 12px; }
.btn-lg { height: auto; }

.panel-group { margin-bottom: 0; }
.panel-group .panel { border-radius: 0; border-top-width: 0; }
.panel-group .panel:first-child { border-top-width: thin; }
.panel-group .panel+.panel { margin-top: 0; }
.panel-heading { padding: 0; border-radius: 0; }
.panel-body { padding: 10px; }
.panel-title > a { display: block; padding: 15px 30px 15px 10px; }

label > small { font-weight: 300; display: block; line-height: normal; margin-top: 2px; }

#map { width: 100%; height: 250px; margin-bottom: 10px; }

.userbar { margin: 0 -20px; padding: 20px; background: #222; margin-bottom: 10px; text-align: center; }
.userbar .media { font-weight: normal!important; line-height: normal; }
.userbar > a { overflow: hidden; border-bottom: 0!important; padding-bottom: 0!important; margin-bottom: 0!important; }
.userbar img { width: 45%; border-radius: 100%; margin-bottom: 10px; border: 2px solid #888; }
.userbar h4 { margin: 0; font-size: 1.2em; margin-bottom: 3px; font-weight: bold; }
.userbar p { font-size: 0.8em; margin: 0; color: #bbb; }
.userbar .sub { margin-top: 20px; }
.userbar .sub li:last-child { margin: 0; }
.userbar .sub li:last-child a { margin-bottom: 0!important; }

.userbar .navi-icon { margin-top: 15px; padding-top: 5px; border-top: 1px solid #444; padding-left: 0; list-style: none; display: block; overflow: hidden; text-align: center; }
.userbar .navi-icon li { display: inline-block; margin-bottom: 0; }
.userbar .navi-icon li a { display: block; padding: 5px 0 0 10px; margin-bottom: 0; position: relative; border: 0; }
.userbar .navi-icon li a i:first-child { padding-right: 15px; border-right: 1px solid #444; color: #fff; font-size: 1.2em; width: inherit; }
.userbar .navi-icon li a .notification { padding-right: 0; font-size: 0.6em; width: 21px; height: 21px; line-height: 21px; }
.userbar .navi-icon li:last-child a i { border-right: 0; color: #666; }

.user-profile { text-align: center; margin: -68px -10px 0 -10px; background-size: cover!important; padding: 35% 10px 20px 10px; background-repeat: no-repeat!important; position: relative; margin-bottom: 10px; }
.user-profile img { border-radius: 100%; width: 30%; position: relative; z-index: 1; border: 3px solid #fff; }
.user-profile .overlay { background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; }
.user-profile h4, .user-profile p { color: #fff; position: relative; z-index: 1; margin: 0; line-height: normal; }
.user-profile p { font-size: 0.85em; color: #ccc; }
.user-profile .nav-tabs { margin-top: 20px; margin-bottom: 0; }
.user-profile .nav-tabs li { width: 35%; }
.user-profile .nav-tabs .toggle-icon { width: 15%!important; }
.user-profile a { color: #fff; }
.user-profile .nav-tabs .notification { width: 21px; height: 21px; line-height: 21px; border-radius: 100%; position: absolute; top: 0; right: 0; z-index: 1; background: #e00; font-size: 0.7em; text-align: center; }

@media (min-width: 360px) {
.list-nav li i, .list-social li i { font-size: 3.2em; margin-top: -21px; }
}

@media (min-width: 480px) {
.list-nav li i, .list-social li i { font-size: 4.2em; margin-top: -28px; }
.list-nav li span:last-child { font-size: 1em; }
.list-nav.inner-text li span > span { font-size: 1em; top: 62%; }
.list-nav.inner-text .notification > i { font-size: 1.1em; }
iframe { height: 300px; }
}

@media (min-width: 767px) {
.index .content { padding-left: 20px; padding-right: 20px; }
.logo-main { width: 35%; margin-bottom: 40px!important; margin-top: 20px!important; }
.list-nav li { width: 25%; }
.list-nav li i, .list-social li i { margin-top: -24px; }
/*.list-nav li span:first-child { padding: 40%; }
.list-nav li i, .list-social li i { font-size: 5.2em; margin-top: -35px; }
.list-nav li span:last-child { font-size: 1.2em; }*/
.list-nav.inner-text li i { top: 40%; }
.list-nav.inner-text li span > span { font-size: 1.2em; top: 66%; }
.list-nav .notification > i { font-size: 1.2em; }
.content .media > .pull-left > i { font-size: 3em; width: 90px; height: 90px; line-height: 86px; }
.content .media > .pull-left > img { width: 90px; height: 90px; }
}

@media (min-width: 991px) {
.list-nav li i, .list-social li i { font-size: 6.2em; margin-top: -42px; }
}


/* Overfide */
blockquote { font-size: inherit; padding: 0 0 0 15px; margin-bottom: 10px; border-color: #333; }