.newthem-nav{
    background-image: url(../newthem/bg-head.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.new-footter{
    margin-top:20px;
    padding:2vmin 0vmin;
    background-image: url(../newthem/bg-head.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    min-height: 20vmin;
}
.force-logo{
    margin-top: 3vmin;
    padding: 0 4vmin;
}
.force-logo-sm{
    padding:15px;
}
.row-nav{
    margin-top: 0.90vmin;
}
.float-right{
    float: right;
}
.pad-right-3{
    padding-right: 3vmin;
}

.text-logo{
    float: right;
    padding-right: 5vmin;
    margin-top: 3vmin;
}
.text-logo-sm{
    padding-top:15px;
}

#video-index{
    margin-top: 50%;
}
#titel > #left > img {
    width: 4.2vmin;
    height: auto;
}

.nav-newthem > li > a {
    font-size: 14px;
    display: block;
    color: white;
    text-align: left;
    padding: 14px 9px;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
}
.nav-newthem li a:hover:not(.active) , .dropdown:hover .dropbtn{
    background-color: #36a8de !important;
    color: #fff;
}
.nav-newthem li a.active {
    background-color: #2383c0;
    color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #36a8de !important;
    color: #fff;
}
li.sss{
    color: #fff;
}
li.sss > a:hover, li.sss > a:focus{
    color: #fff;
    background-color: #36a8de;
}
#sel1{
    margin-top: 8px;
}
@media screen and (max-width: 768px){
    #video-index{
        margin-top: 40%;
    }
    .text-logo{
        padding-right: 0;
    }
    .nav-newthem > li > a {
        padding: 10px 8px;
        padding-top:12px;
    }
    .form-group{
        margin-top: 8px;
    }
    .form-control{
        height: 30px;
        padding: 6px 6px;
        max-width:130px;
    }
    .newthem-nav{
        background-image: url(../newthem/bg-head.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size:auto 100%;
    }
}

