@font-face {
  font-family: 'SVNAgudaBlack';
  src: url("../fonts/SVN-AgudaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-AgudaBlack.otf") format("opentype"), url("../fonts/SVN-AgudaBlack.woff") format("woff"), url("../fonts/SVN-AgudaBlack.ttf") format("truetype"), url("../fonts/SVN-AgudaBlack.svg#SVN-AgudaBlack") format("svg");
  font-weight: normal;
  font-style: normal;
}

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, main {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clearfix:after, .clearfix:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.responsive-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
  background-color: #b30308;
  background: url(../images/bg.jpg) top center fixed no-repeat;
}

.line-btn {
  text-align: center;
}

.btn {
  display: inline-block;
  background-color: #f10b18;
  background: url(../images/bg_btn.jpg) center center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.250em;
  font-family: "SVNAgudaBlack", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  height: 50px;
  line-height: 47px;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  text-decoration: none;
  text-align: center;
  padding: 0 25px;
  min-width: 230px;
  border: #ff4e00 solid 2px;
}

.btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 980px) {
  .btn {
    height: 45px;
    line-height: 42px;
    font-size: 1.125em;
    min-width: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1212;
  background: #111;
  width: 100%;
  height: 50px;
  padding: 0 15px;
}

.header .header-container .logo {
  display: block;
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: 100px 40px;
  width: 100px;
  height: 40px;
  margin-right: 15px;
  margin-top: 5px;
  text-indent: -9999px;
}

.header .header-container .title-article {
  display: block;
  float: left;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 980px) {
  .header .header-container .title-article {
    display: none;
  }
}

.header .header-container .func-header {
  float: right;
  margin: 10px 0 0 0;
}

.header .header-container .func-header .btn-share {
  position: relative;
  display: block;
  border: #f10b18 solid 1px;
  width: 100px;
  padding: 0 0 0 33px;
  text-align: left;
  line-height: 1;
  color: #f10b18;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.header .header-container .func-header .btn-share:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: "";
  background: url(../images/ic_fb.png) 0 0 no-repeat;
  background-size: 36px 18px;
  width: 18px;
  height: 18px;
}

.header .header-container .func-header .btn-share:hover {
  background-color: #333;
}

.quiz-body {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  outline: rgba(255, 255, 255, 0.3) solid 4px;
  padding: 60px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 980px) {
  .quiz-body {
    margin-top: 50px;
    padding: 20px;
    margin-bottom: 0;
  }
}

.quiz-body .start-page {
  text-align: center;
}

.quiz-body .start-page h2 {
  font-family: "SVNAgudaBlack", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
  .quiz-body .start-page h2 {
    max-width: 100%;
    font-size: 1.5em;
  }
}

.quiz-body .start-page p {
  margin: 30px 0;
}

.quiz-body .question-page h2 {
  font-family: "SVNAgudaBlack", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.688em;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 980px) {
  .quiz-body .question-page h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 1.350em;
  }
}

.quiz-body .question-page .answer li {
  position: relative;
  float: left;
  padding-left: 15px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .quiz-body .question-page .answer li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
  }
}

.quiz-body .question-page .answer li span {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #f10b18;
  border: #fff solid 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.quiz-body .question-page .answer li p {
  display: block;
  height: 100%;
  border: #fff solid 1px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  padding-left: 20px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.quiz-body .question-page .answer li p:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.quiz-body .question-page .answer li.true span {
  text-indent: -99999px;
  background: url(../images/checked.jpg) center center no-repeat;
  background-color: #FFF;
}

.quiz-body .question-page .answer li.true p {
  background-color: #0e9f4c;
}

.quiz-body .question-page .answer.four-options li {
  width: 48%;
  margin-right: 4%;
}

.quiz-body .question-page .answer.four-options li:nth-child(2n) {
  margin-right: 0;
}

.quiz-body .question-page .answer.three-options li {
  width: 31.33%;
  margin-right: 3%;
}

.quiz-body .question-page .answer.three-options li:nth-child(3n) {
  margin-right: 0;
}

.quiz-body .question-page .result {
  text-align: center;
  padding: 30px 0;
  margin-top: -30px;
}

.quiz-body .question-page .result img {
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
}

.quiz-body .question-page .result h3 {
  font-size: 1.350em;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .quiz-body .question-page .result h3 {
    font-size: 1.125em;
  }
}

.quiz-body .end-page {
  text-align: center;
}

.quiz-body .end-page h2 {
  font-size: 1.250em;
  margin: 20px 0 10px 0;
}

.quiz-body .end-page p {
  opacity: 0.75;
}

.hidden{
    display: none;
}