html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #f3f5f7;
    scroll-behavior:smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #18191a;
}

a:hover,
a:focus {
    color: #18191a;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-bg img{
    max-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
.top-bg img{
    height: 100%;
    width: 100%;
}
/* Global bootstrapmb.com*/
/* v1.1 */
.navbar-inverse .nav-active::after{
    content: '';
    display: block;
    width: 75%;
    height: 5px;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.navbar {
    border: none;
}

.dropdown-menu {
    border: none;
    box-shadow: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    margin-left: 1px;
    top: -7px;
    left: 100%;
}

.dropdown-submenu .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.navbar-form,.input-group-addon,.form-control {
    border: none;
    box-shadow: none;
}

.input-group {
    margin-bottom: 4px;
}

.btn {
    transition: border-color .5s, background .5s;
}

.btn,.btn:hover {
    border-color: transparent;
}

.center {
    text-align: center;
}

/* Inverse navigation bar */
.navbar-inverse,.navbar-inverse .dropdown-menu {
    background: #34495E;
}

.navbar-inverse .navbar-brand {
    font-family: 'Oleo Script Swash Caps', cursive;
    color: #FFFFFF;
    transition: color .5s;
    max-height: 60px;
    padding: 5px 0;
    overflow: hidden;
}

.navbar-inverse .navbar-brand:hover {
    color: #3C8CE7;
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav .dropdown-menu>li>a,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #FFFFFF;
    transition: background .25s, color .5s;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #3C8CE7;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    color: #FFFFFF;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
    transition: background .5s;
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #FFFFFF;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
}

.navbar-inverse .dropdown-header,.navbar-inverse .navbar-nav .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #6F7982;
}

.navbar-inverse .divider {
    background-color: #6F7982;
}

.navbar-inverse .btn {
    border-color: #3C8CE7;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
    color: #FFFFFF;
}

.navbar-inverse .btn:hover {
    border-color: #3C8CE7;
    background: #3C8CE7;
    color: #FFFFFF;
}

.navbar-inverse .btn:focus {
    box-shadow: none;
    outline: none;
    border-color:#3C8CE7;
    background:#3C8CE7;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>.dropdown a .caret,.navbar-inverse .navbar-nav>.open>a .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    transition: border-color .5s;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret,.navbar-inverse .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #3C8CE7;
    border-bottom-color: #3C8CE7;
}

.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.navbar-inverse .badge {
    border-radius: 4px;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
}

.navbar-inverse .input-group-addon {
    background: #FFFFFF;
    color: #3C8CE7;
}

.navbar-inverse .form-control:focus {
    border: 1px solid #3C8CE7;
    box-shadow: none;
}

.navbar-inverse .navbar-toggle,.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    outline: none;
    background-color: #3C8CE7;
    border-color: #3C8CE7;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-collapse {
    border-color: #3C8CE7;
}
.navbar, .navbar-header, .collapse, .navbar-brand,
.nav, .nav>li{
    min-height: 60px;
}
.nav>li{
    display: flex;
    align-items: center;
}
.navbar-brand>img{
    display: inline-block;
    height: 100%;
    padding-right: 10px;
}
.dropdown-menu{
    float: left!important;
    min-width: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navbar-header>.navbar-toggle {
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.empty{
    width: 95%;
    height: 100px;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #eee;
}
.empty .empty-img{
    width: 40px;
    padding: 10px 0;
    margin: 0 auto;
}
.empty .empty-img img{
    width: 100%;
}
.empty p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
#content-container{
    min-height: calc(100vh - 160px);
}
footer {
    background-color: #34495E!important;
    padding: 20px 0;
    text-align: center;
    min-height: 260px;
}
footer.footer{
    margin-top: 0;
    position: relative;
}

footer.footer .copyright {
    background-color: #34495E!important;
    line-height: 25px;
}

footer p {
    font-size: 14px;
    margin: 0;
}
footer .container{
    display: flex;
    align-items: center;
}
footer p a{
    color: #aaa;
}
footer p a:hover{
    color: #fff;
}
footer .info{
    color: rgb(233, 233, 233);
    text-align: left;
    width: 650px;
    margin-bottom: 30px;
}
footer .info h3{
    font-weight: 600;
}
footer .info .info-item{
    padding: 15px 0;
}
footer .info .info-item p{
    line-height: 196%;
}
footer .right{
    width: 50%;
}
footer .polaroid{
    width: 130px;
    float: right;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}
footer .polaroid .container{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    width: 100%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/**
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}
.sidebar-toggle {
    display: none;
}

.sidebar-open .sidenav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
}
#sidebar-nav{
    width: 250px;
    font-size: 16px;
    border-radius: 10px;
}
.sidenav .list-group .list-group-heading{
    font-size: 16px;
}
.panel{
    border-radius: 10px;
}
.list-group{
    font-size: 16px;
}

.breadcrumb{
    background-color: #fff;
}
.breadcrumb li, .breadcrumb li a{
    font-size: 14px;
}
.sidenav .list-group .list-group-item.active{
    border-color: #3C8CE7;
}
.sidenav .list-group .list-group-item.active > a{
    color: #3C8CE7;
}
.hide{
    display: none;
}
.back-top{
    display: none;
    position: fixed;
    right: 70px;
    bottom: 90px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}
.m-t-20{
    margin-top: 20px;
}
.dura-1000{
    animation-duration: 1s;
}
.dura-1200{
    animation-duration: 1.2s;
}
.dura-1500{
    animation-duration: 1.5s;
}
.dura-2000{
    animation-duration: 2s;
}
footer .info .w-icon{
    height: 35px;
    float: right;
    margin-right: 3px;
    display: none;
    cursor: pointer;
}
footer .info .w-icon img{
    height: 100%;
}
footer .w-img{
    right: 6px;
    top: 98px;
    position: absolute;
    overflow: hidden;
    height: 0;
}
footer .w-img p{
    font-size: 18px;
    color: #666;
    line-height: 18px;
}
@media (max-width: 991px) {
    .top-bg{
        display: none;
    }
    .back-top{
        right: 20px;
        bottom: 120px;
    }
    #sidebar-nav{
        border-radius: 0;
    }
    .sidenav {
        position: fixed;
        top: 50px;
        z-index: 1029;
        height: calc(100vh - 50px);
        padding: 20px 0 20px 0;
        min-width: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 250px;
        left: -250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }   
    .sidebar-toggle {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 60px;
        border-radius: 50%;
        background: #eee;
        font-size: 22px;
        padding: 10px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        text-align: center;
        z-index: 999999;
    }
}
@media (max-width: 767px) {
    .dropdown-menu{
        display: none!important;
    }
    .nav>li, .nav>li>a{
        min-height: 40px;
    }
    .nav>li{
        display: block;
    }
    .navbar, .navbar-header, .collapse, .navbar-brand, .nav{
        text-align: center;
    }
    footer {
        padding-top: 0;
    }
    footer .info{
        padding: 15px 20px;
        margin-bottom: 0;
        position: relative;
    }
    footer .info h3{
        padding: 0;
        margin: 0;
        height: 35px;
        line-height: 35px;
    }
    footer .info .w-icon:hover+ .w-img{
        height: 160px;
    }
    footer .polaroid .container{
        padding: 3px 0;
    }
    .autohide{
        display: none;
    }
    .autoshow{
        display: block!important;
    }
}