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 {        
    position: relative;
    width: 100%;
}
body {
    background:#F7EFED;
}
.navbar .container{
    padding:15px 0;
}
.navbar .container .navbar-collapse{
    flex-grow: 0;
}
#navbarNav {
    
}
#navbarNav .navbar-nav{
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 700px; */
}
.navbar-brand img {
    width: 160px;
    height: 50px;
}
.navbar-nav .nav-link {
    color: #333;
    position: relative;
    /* padding-bottom: 20px; */
    padding:10px 10px;
}

.navbar-nav .nav-item{
    position: relative;
    padding:0 10px;
    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:#333;
    text-align: center;
}
.navbar-nav .nav-link::after{
    content: "";
}
.navbar-nav .nav-link.active{
    color:#fff;
    font-size: 16px;
    text-align: center;
    background:#333;
    border-radius: 5px;
}

.navbar-nav .nav-link:last-child {
    margin-right: 0;
}
/* .navbar-nav .nav-link:hover {
    color: #fff;
} */
div.foot-wrapper{
    width: 100%;
    background: #232949;
}
div.foot-wrapper {
    width: 100%;
    background-color: #F7EFED;
}

div.foot-wrapper div.foot-content-top {
    text-align: center;
    color:#333;
    font-weight: 700;
    font-size: 20px;
}
div.foot-wrapper div.foot-content-top img{
    width: 105px;
    height: 54px;
    margin:50px auto 30px auto;
}



div.foot-wrapper div.footer {
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:40px 0 20px 0;
}

div.foot-wrapper div.footer div.foot-item-border {
    padding:15px 0;
    border:1px solid #AFAFB1;
    flex:1;
    height: 80px;
}

div.foot-wrapper div.footer div.foot-item-border div.foot-title {
    font-size: 14px;
    color:#fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin:0 auto;
}

div.foot-wrapper div.footer div.foot-item-border p.foot-content-text {
    color:#AFAFB1;
    text-align: center;
    font-size: 16px;
}
.foot-item-container{
    margin-bottom: 20px;
}
.foot-item-container a{
    text-decoration: underline;
    color:#7E7E81;
}

div.foot-intro {
    /* width: 300px;
    height: 100px; */
    padding:0 0 15px 0;
    width: 300px;
}

div.foot-intro h3.foot-intro-title {
    font-size: 16px;
    color:#333;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}



div.foot-intro p.foot-intro-text {
    font-size: 14px;
    color:#7E7E81;
    text-align: left;
    line-height: 1.5;
}
.foot-text a{
    display: block;
    margin-bottom: 20px;
    color:#7E7E81;
}
div.copyright{
    background-color: #908685;
    padding:20px 0;
    color:#fff;
    text-align: center;
    border-top: 1px solid #7E7E81;
}


.nav-top-wrapper{
    background:#908784;
    padding:20px 0;
}
.nav-top-wrapper .ntw-text{
    text-align: right;
    color:#fff;
    font-size: 15px;
}