.bgimage {
	background-image: url(../images/sime2097.svg);
	background-position: left top;
	background-size: 2450px;
	background-repeat: no-repeat;	
}

@font-face {
  font-family: SimeReg;
  src: url(../fonts/sime_reg-webfont.ttf);
}

body {
    font-family: SimeReg;
    font-size: 20px
}

header .navbar {
    padding-bottom: 230px
}

.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}