#container {
  width: 960px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.header {
  width: 100%;
  height: 50px;
}
.logo {
  margin: 20px 0 0 150px;
}
.content {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.enquiry_lists {
  float: left;
  width: 20%;
  padding-top: 10px;
}
.enquiry_lists h4 {
	margin-top: 8px;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
li {
  line-height: 30px;
}
li a {
  color: #4f81bd;
  text-decoration: none;
  text-decoration: underline;
}
.img_content {
  float: right;
  width: 45%;
  padding: 20px 20px;
}
.img_content img {
  width: 100%;
}
.footer {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 35px;
  font-size: 11px;
  color: #5f5f5f;
  text-align: center;
}
.footer_logo {
  width: 200px;
  height: 25px;
  margin-top: 10px;
  vertical-align: middle;
}

.CorpswissSprite {
  width: 776px;
  height: 22px;
  background: url(../images/CorpswissSprite.png) 0 -165px no-repeat;
}
.auto {
  margin: auto;
}

@media only screen
and (max-width : 768px) {
  #container {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
  }
  .logo {
    margin: 20px 0;
    text-align: center;
  }
  .enquiry_lists {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  li a {
    text-decoration: none;
  }
  .img_content {
    display: none;
  }
  .CorpswissSprite {
    display: none;
  }
  .footer {
    padding: 10px 0;
  }
}
/* ----- End of Smartphones ----- */
