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: relative;
    width: 100%;
    /* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15), inset 0px -1px 0px 0px rgba(0,0,0,0.2); */
}
.container-wrapper{    
    padding:16px 0;
}
.navbar .container{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin:0 auto;
    align-items: center;
}
.navbar .container .navbar-collapse{
    flex-grow: 0;
}
.navbar-nav{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 700px; */
}
.navbar-brand {   
    display: block; 
    flex:0 0 auto;    
    margin:0 auto;   
}
.navbar-brand img {
    display: block;
    width: 340px;
    height: 52px;
    margin-bottom: 20px;
}
.navbar-nav .nav-link {
    display: block;    
    position: relative;
    color:#EC9C33;    
    padding:10px 30px;
    border-radius: 5px;
}

.navbar-nav .nav-item{
    position: relative;    
    margin-right: 20px;
    /* width: 200px; */
    text-align: center;
}

.navbar-nav .nav-link::after{
    content: "";
}
.navbar-nav .nav-link.active{  
    background:#EC3137;  
    color:#fff;
    font-size: 16px;
    text-align: center; 
    font-weight: 700;   
}
.navbar-nav .nav-link:last-child {
    margin-right: 0;
}
/* .navbar-nav .nav-link:hover {
    color: #fff;
} */
div.foot-wrapper {
    background:#2D2C45;
    padding:50px 0;
}

div.foot-wrapper div.footer {
    width: 1200px;
    margin:0 auto;
}

div.foot-wrapper div.footer div.foot-inner-item {

}

div.foot-wrapper div.footer div.foot-inner-item div.foot-row {
    display: flex;
    justify-content: space-around;
    align-items: start;
}

div.foot-wrapper div.footer div.foot-inner-item div.foot-row div.foot-column {
    /* margin-right: 50px;     */
}
div.foot-column p a{
    color:#fff;
    text-decoration: underline;
}
h2.fc-title {
    font-size: 20px;
    color:#fff;
    text-align: center;
    margin-bottom: 15px;
}

.foot-holder{
    width: 1px;
    height:80px;
    background:#ACABB5;
    margin:0 25px;
}


p.fc-content {
font-size: 16px;
text-align: center;
line-height: 1.5;
color:#ACABB5;
}


div.foot-wrapper div.footer div.foot-inner-item div.foot-row div.foot-column div.foot-logo {
    width: 269px;
    height:106px;
}

div.foot-wrapper div.footer div.foot-inner-item div.foot-row div.foot-column div.foot-logo img {
    width: 100%;
    height: 100%;
}
.foot-info{
    display: flex;
    justify-content: start;
}
.foot-info .foot-info-text{
    font-size: 16px;
    color:#fff;
    line-height: 1.5;
    margin-bottom: 30px;
}
.foot-info .icon-email{
    display: block;
    width:30px;
    height:30px;
    background:url("../img/icon-email.png") no-repeat;
    background-size: 100% 100%;
    flex:0 0 auto;
    margin-right: 20px;
}
.foot-info .icon-location{
    display: block;
    width:30px;
    height:30px;
    background:url("../img/icon-location.png") no-repeat;
    background-size: 100% 100%;
    flex:0 0 auto;
    margin-right: 20px;
}

.copyright{
    width: 100%;
    height:45px;
    line-height: 45px;
    text-align: center;
    background:#162B4C;
    color:#fff;
    font-size: 16px;
    padding:20px 0;
    border-top:1px solid #d0d0d0;
}

.foot-column .foot-link{
    color:#fff;
    margin-bottom: 10px;
    display: block;
}