html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.navbar {    
    padding-top: 1rem;
    padding-bottom: 1rem;        
    position: absolute;
    width: 100%;

}
.navbar .container .navbar-collapse{
    flex-grow: 0;
}
#navbarNav {
    
}
#navbarNav .navbar-nav{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 700px; */
}
.navbar-brand img {
    width: 260px;
    height: 64px;
}
.navbar-nav .nav-link {
    color: #fff;
    position: relative;
    /* padding-bottom: 20px; */
    padding:10px 10px;
}

.navbar-nav .nav-item{
    position: relative;
    padding:0 30px;
    text-align: center;
}
.navbar-nav .nav-item:hover .nav-inner-items{
    display: block;
}
.nav-inner-items{
    display: none;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width: 240px;
    padding:20px;
}
.nav-inner-items .nav-inner-item{
    background:#9ab8ed;
    text-align: center;
}
.navbar-nav .nav-link::after{
    content: "";
}
.navbar-nav .nav-link.active{
    color:#fff;
    font-size: 16px;
    text-align: center;
}
.navbar-nav .nav-link.active::after{
    content: "";
    display: block;
    width:10px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
.navbar-nav .nav-link:last-child {
    margin-right: 0;
}
/* .navbar-nav .nav-link:hover {
    color: #fff;
} */
div.foot-wrapper{
    width: 100%;
    background: #232949;
}
div.footer {
width: 1200px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 50px 0;
}
div.footer div.foot-item {
    position: relative;
}
div.footer div.foot-item .img-container{
    width: 280px;
    height: 60px;
}
div.footer div.foot-item .img-container img{
    width: 100%;
    height: 100%;
}
div.footer div.foot-item p{
    width: 500px;
    font-size: 16px;
    color:#fff;
    margin-bottom: 30px;
    line-height: 1.5;
}
.foot-right{
    text-align: center;
    font-size: 14px;
    color:#fff;
    background:#232949;
    padding:30px 0;
    border-top:1px solid #FFFFFF;
}
.foot-item a{
    display: block;
    text-align: center;
    color:#fff;    
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding:30px 0; */
}