/* nền full */
body{
  background: url("http://x4game.mobi/client/images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* layout full */
.ServiceLayout{
  background: transparent !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* chỉ phần nội dung mới giới hạn */
.ServiceLayoutView .Container{
  max-width: 1280px;
  margin: 0 auto;
}

