body {
    background: linear-gradient(270deg, #00c455, #0026cc) !important;
}

.logo {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    width: 40em;
}

.logo span {
    font-size: 16px;
    font-weight: bold;
    margin-left: .5em;
}

.navbar {
    width: 100%;
    height: auto;
    background: #f7f7f7;
}

nav {
    /*margin: auto;*/
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: arial;
}

nav ul.navbar-nav {
    margin: 0px !important;
    padding: 0px !important;
    background: #f7f7f7;
    padding: 0 20px;
    list-style: none;
    position: relative;
    display: inline-table;
    width: 100%;
    height: 100%;
}

nav ul.navbar-nav li.nav {
    float: left;
}

nav ul.navbar-nav li.nav:hover {
    background: #20bdff;
}

nav ul.navbar-nav li.nav:hover a.nav-link {
    color: white;
}

nav ul.navbar-nav li.nav a.nav-link {
    display: block;
    padding: 10px 10px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-weight: unset !important;
}

div.header {
    width: 100%;
    height: 400px;
    position: relative;
}

.sliders {
    width: 100%;
    height: 100%;
}

div.boxs {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 51%;
    height: 100%;
}

.slick-list {
    height: 95%;
}

.slick-track {
    height: 100%;
}

.slick-dots {
    bottom: 0px !important;
}

.your-clock {
    zoom: 0.3;
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
}

.slide {
    position: relative;
}

.slide__caption {
    bottom: 0;
    text-align: center;
    /* min-height: 39px; */
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: white;
    padding: 16px 0px;
    font-size: 16px;
}