/*  Include Font  */
@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../fonts/FiraSans-Italic.ttf") format("truetype");
  font-style: italic;
}

/*  Global Reset  */
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;
}

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-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
  font-family: "Kiosk-Font";
  src: url("../fonts/Kiosk-Font.eot?d5o7tn");
  src: url("../fonts/Kiosk-Font.eot?d5o7tn#iefix") format("embedded-opentype"), url("../fonts/Kiosk-Font.ttf?d5o7tn") format("truetype"), url("../fonts/Kiosk-Font.woff?d5o7tn") format("woff"), url("../fonts/Kiosk-Font.svg?d5o7tn#Kiosk-Font") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  General Style  */
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #f0f2fa;
}

a {
  color: #065693;
}

a:hover {
  color: #065693;
  opacity: 0.9;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #454e68;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

.content-wrap {
  background-size: cover;
}

.content {
  text-align: center;
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content > * {
  margin: 0 auto;
}

.spinner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.spinner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.85);
  z-index: 1;
}

.spinner img {
  position: absolute;
  z-index: 10;
}

.wait-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin-top: calc( 100vh - (70px + 146px));
    font-style: italic;
}

.footer-nav-page .content {
  min-height: calc( 100vh - (70px + 146px));
  /* Header Height + footer height */
  max-height: calc( 100vh - (70px + 146px));
  /* Header Height + footer height */
}

.content-title {
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}

.content-subtitle {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #6d768e;
  margin-bottom: 2rem;
}

/*  Header Style  */
.header {
  background-color: #fff;
  height: 70px;
  border-bottom: 1px solid #d6dae4;
  position: relative;
}

.header .logo-wrap {
  width: 75px;
  height: 100%;
  border-right: 1px solid #d6dae4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.header .logo-wrap .header-logo {
  max-width: 50px;
}
.header .logo-wrap .header-logo img {
  max-width: 100%;
}

.header .header-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-content > * {
  color: #454e68;
  font-weight: 500;
  border-right: 1px solid #d6dae4;
  width: 180px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-content > * span {
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}

.header .header-content > * strong {
  font-size: 15px;
}

.header .header-content > *:first-child {
  border-left: 1px solid #d6dae4;
}

.header .header-content .timer {
  font-size: 30px;
}

.header .header-content .timer.time-expired span {
  font-size: 23px;
}

.header .header-content .correct-answers span {
  color: #3fbf44;
}

.header .header-content .wrong-answers span {
  color: #a52525;
}

.header .header-content .header-title {
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  color: #6d768e;
  border: none;
  width: auto;
  height: auto;
}

/*  Buttons Style  */
.btn {
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}

.btn i,
  .btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  cursor: pointer;
  opacity: 1;
  color: #fff;
}

.btn.disabled, .btn.hard-disabled, .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}

.btn.btn-1 {
  font-size: 23px;
  text-transform: uppercase;
  background-color: #065693;
  border: none;
  border-radius: 5px;
  padding: 35px 60px 35px 88px;
  -webkit-box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
  box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
  letter-spacing: 5px;
}

.btn.btn-1 i {
  font-size: 18px;
}

.btn.btn-1:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2);
}

.btn.btn-1:active {
  -webkit-box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
  box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
  -webkit-transition: -webkit-box-shadow 0s;
  transition: -webkit-box-shadow 0s;
  transition: box-shadow 0s;
  transition: box-shadow 0s, -webkit-box-shadow 0s;
}

.btn.btn-2, .btn.btn-3, .btn.btn-4 {
  color: #454e68;
  border: 1px solid #d6dae4;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
}

.btn.btn-2 i, .btn.btn-3 i, .btn.btn-4 i {
  font-size: 18px;
  margin-right: 4px;
}

.btn.btn-2:hover, .btn.btn-3:hover, .btn.btn-4:hover {
  /*
  -webkit-box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  */
}

.btn.btn-2:active, .btn.btn-3:active, .btn.btn-4:active {
  -webkit-box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.btn.btn-3 {
  color: #a52525;
  text-transform: uppercase;
}

.btn.btn-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #59b359;
  border-color: #59b359;
}

.btn.btn-4:active {
  -webkit-box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
}

/*  Intro Style  */
.intro {
  max-width: 660px;
  margin: 0 auto;
}

.intro .content-subtitle {
  margin-bottom: 5rem;
}

/*  Code Form Style  */
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #065693;
  letter-spacing: 9px;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #065693;
  letter-spacing: 9px;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #065693;
  letter-spacing: 9px;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #065693;
  letter-spacing: 9px;
}

form input {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 9px;
  color: #065693;
  border: 2px solid #c7c9d6;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

form input:focus {
  outline: none;
}

form .field-text {
  margin-bottom: 5rem;
  position: relative;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

.validate-status {
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.validate-status i {
  font-family: "Kiosk-Font" !important;
}

.validate-status.valid {
  color: #3fbf44;
}

.validate-status.valid i {
  font-size: 21px;
}

.validate-status.valid i::before {
  content: "\e901";
}

.validate-status.error {
  color: #a52525;
}

.validate-status.error i {
  font-size: 27px;
}

.validate-status.error i::before {
  content: "\e900";
}

/* Select Language */
.select-language {
  max-width: 1000px;
}

.select-language .content-subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.select-language .lang {
  display: inline-block;
  text-decoration: none;
}

.select-language .lang .lang-title {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #6d768e;
  margin-bottom: 30px;
}

.select-language .lang .lang-img {
  -webkit-box-shadow: 0px 4px 19px 0px rgba(6, 49, 82, 0.56);
  box-shadow: 0px 4px 19px 0px rgba(6, 49, 82, 0.56);
  border-radius: 50%;
  display: inline-block;
}

.select-language .lang .lang-img img {
  display: block;
}

.select-language .lang span {
  font-size: 19px;
  font-weight: 500;
  color: #454e68;
  display: block;
  margin-top: 19px;
  text-transform: uppercase;
}

.select-language .lang:active .lang-img {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.select-language .default-lang,
  .select-language .other-lang {
  width: 100%;
}

.select-language .other-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #d6dae4;
  padding: 57px 0;
  margin-top: 46px;
}

.select-language .other-lang .lang {
  margin: 0 40px;
}

/* Personal Data Style */
.personal-data .content-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.6rem;
}

.personal-data table {
  width: 100%;
  border: 1px solid #c7c9d7;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 4.5rem;
  text-align: center;
}

.personal-data table thead th {
  font-size: 15px;
  font-weight: 500;
  color: #6d768e;
  text-transform: uppercase;
  background-color: #dde0e8;
  border-right: 1px solid #ebecef;
  padding: 23px 5px;
  width: 17rem;
}

.personal-data table thead th:last-child {
  border-right: none;
  width: 13.4rem;
}

.personal-data table tbody td {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #065693;
  padding: 40px 15px;
  border-right: 1px solid #ebecef;
  vertical-align: middle;
}

.personal-data table tbody td:last-child {
  border-right: none;
  font-size: 40px;
}

.personal-data .btn {
  margin-bottom: 5rem;
}

.info-div {
  font-size: 20px;
  font-weight: 400;
  color: #454e68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-div i {
  font-size: 18px;
  margin-right: 12px;
}

/* Questions Style */
.questions .questions-title {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 3rem;
}

.questions .question-list .question {
  border: 1px solid #c7c9d7;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 7em;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0s;
  transition: 0s;
  min-width: 450px;
  max-width: 100%;
}

.questions .question-list .question:last-child {
  margin-bottom: 0;
}

.questions .question-list .question .question-variant {
  font-size: 36px;
  font-weight: 600;
  color: #454e68;
  width: 90px;
  height: 100%;
  background-color: #dde0e8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.questions .question-list .question .question-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #454e68;
  margin-left: 120px;
  text-align: left;
  padding-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}

.questions .question-list .question:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.questions .question-list .question.selected {
  -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  background-color: #fee38c;
}

.questions .question-list .question.selected .question-variant {
  -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  background-color: #f9cb3c;
}

.questions .question-image img {
  max-width: 100%;
  -webkit-box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
  box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
}

.questions.type1 .question-list {
  max-width: 870px;
  margin: 0 auto;
}

.questions.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions.type2 .question-list,
  .questions.type2 .question-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.questions.type2 .question-list {
  padding-right: 30px;
}

.questions.type2 .question-image {
  padding-left: 30px;
}

.questions.type2 .questions-title {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.3em;
}

.accommodation-test .question-list {
  max-width: 490px;
  margin: 0 auto;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #d6dae4;
  padding: 35px 15px;
  height: 146px;
}
.footer-nav .btn:first-child {
  margin-left: 0;
}
.footer-nav .btn:last-child {
  margin-right: 0;
}

/* Route Programming Style */
.route-programming {
  width: 100%;
  position: relative;
}

.route-programming .questions .question-list {
  max-width: 532px;
}

.route-programming .questions-title {
  font-size: 30px;
  margin-bottom: 1rem;
}

.route-programming .questions-subtitle {
  color: #454e68;
  margin-bottom: 2.4rem;
}

.route-programming .questions .question-list .question .question-title {
  margin: 0;
  padding-left: 35px;
}

.route-programming .carousel {
  padding: 0 60px;
  outline: none;
}

.route-programming .carousel .carousel-inner {
  padding-bottom: 10px;
}

.route-programming .carousel-control-next,
  .route-programming .carousel-control-prev {
  width: auto;
  opacity: 1;
}

.route-programming .carousel-control-next .carousel-control-prev-icon,
    .route-programming .carousel-control-next .carousel-control-next-icon,
    .route-programming .carousel-control-prev .carousel-control-prev-icon,
    .route-programming .carousel-control-prev .carousel-control-next-icon {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}

.route-programming .carousel-control-next .carousel-control-prev-icon::before,
      .route-programming .carousel-control-next .carousel-control-next-icon::before,
      .route-programming .carousel-control-prev .carousel-control-prev-icon::before,
      .route-programming .carousel-control-prev .carousel-control-next-icon::before {
  content: "\e906";
  font-size: 100px;
  opacity: 0;
  display: inline-block;
}

.route-programming .carousel-control-next:active .carousel-control-prev-icon,
    .route-programming .carousel-control-next:active .carousel-control-next-icon,
    .route-programming .carousel-control-prev:active .carousel-control-prev-icon,
    .route-programming .carousel-control-prev:active .carousel-control-next-icon {
  top: 2px;
}

.route-programming .carousel-control-prev > span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.route-programming .carousel-indicators {
  bottom: -60px;
}

.route-programming .carousel-indicators li {
  width: 60px;
  height: 20px;
  border: 2px solid #d6dae4;
  border-radius: 50px;
  background-color: #d6dae4;
}

.route-programming .carousel-indicators li.active {
  background-color: #fff;
}

.carousel-item.active {

  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;

}

@keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* All Message: Accept, Error, Done etc */
.message .content-subtitle {
  max-width: 750px;
  margin: 0 auto;
}

.message .content-subtitle strong {
  font-weight: 500;
  color: #454e68;
}

.message .info-div {
  font-size: 16px;
  font-weight: 500;
  margin-top: 75px;
}

.exam-start-info {
  max-width: 940px;
}

.exam-start-info .btn {
  margin-top: 2rem;
}

.success-message .message-icon {
  font-size: 94px;
  color: #3fbf44;
  margin-bottom: 3rem;
}

.success-message .content-title {
  color: #2f9b33;
}

.error-message .message-icon {
  font-size: 94px;
  color: #a52525;
  margin-bottom: 3rem;
}

.error-message .content-title {
  color: #a52525;
}

/*----> Responsive <---- */
/* Screen 1024px > 1920px */
@media (max-width: 1920px) {
  .footer-nav-page .content-wrap {
    padding-bottom: 120px;
    min-height: calc(100vh - 70px);
  }
  .content {
    padding: 20px 0;
    min-height: calc(100vh - 70px);
    max-height: none;
  }
  .footer-nav {
    padding: 0 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    height: 120px;
  }
  .footer-nav-page .content {
    /* min-height: calc( 100vh - 70px); */
    max-height: none;
  }
  .route-programming .questions .question-list .question,
	.questions.type2 .question-list .question {
	  max-width: 100%;
	  min-width: 0;
  }
  .route-programming {
    padding-bottom: 50px;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .footer-nav-page .content-wrap {
    padding-bottom: 110px;
  }
  .footer-nav-page .exam-page .content-wrap {
    min-height: calc(100vh - 140px);
  }
  .footer-nav-page .exam-page .content {
    min-height: calc(100vh - (140px + 110px));
  }
  /* Buttons Responsive */
  .btn.btn-1 {
    font-size: 19px;
    padding: 20px 45px 20px 65px;
  }
  .btn.btn-1 i {
    font-size: 16px;
  }
  .btn.btn-2,
  .btn.btn-3,
  .btn.btn-4 {
    padding: 20px 25px;
    font-size: 18px;
  }
  .btn.btn-2 i,
  .btn.btn-3 i,
  .btn.btn-4 i {
    font-size: 15px;
  }
  /* Header */
  .exam-page .header {
    height: 140px;
  }
  .exam-page .header .logo-wrap {
    height: 70px;
    position: relative;
  }
  .exam-page .header .header-content {
    height: auto;
    width: 100%;
    border-top: 1px solid #d6dae4;
  }
  .exam-page .header .header-content > *:first-child {
    border-left: none;
  }
  .exam-page .header .header-content > *:last-child {
    border-right: none;
  }
  .exam-page .header .header-content > * {
    padding: 0 5px;
    height: 70px;
  }
  .exam-page .header .header-content .timer {
    position: absolute;
    top: 70px;
    width: 120px;
    border: 0
  }
  .exam-page .header .header-content {
    padding-left: 0;
  }
  /* Language */
  .select-language .other-lang {
    display: block;
  }
  .select-language .other-lang > div {
    display: inline-block;
    width: 48%;
    float: left;
  }
  .select-language .other-lang .lang {
    margin: 0 0 35px;
  }
  /* Questions */
  .questions.type2 .question-list,
  .questions.type2 .question-image {
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .questions.type2 .questions-title {
    order: 1;
  }
  .questions.type2 .question-list {
    order: 3;
    margin-bottom: 20px;
  }
  .questions.type2 .question-image {
    order: 2;
    max-width: 80%;
    margin: 0 auto 40px;
  }
  /* Personal Data */
  .personal-data table tbody td {
    font-size: 22px;
    line-height: 30px;
  }
  /* Footer */
  .footer-nav {
    height: 110px;
  }
  .footer-nav .btn {
    padding: 15px;
  }
}
/* (Iphone 6/7/8 Plus  landscape) */
/* Screen 736px */
@media (max-width: 767px) {
  /* Content */
  .footer-nav-page .content-wrap {
    padding-bottom: 90px;
    min-height: calc(100vh - 60px);
  }
  .footer-nav-page .content {
    min-height: calc( 100vh - (60px + 90px));
  }
  /* Header */
  .header {
    height: 60px;
  }
  .header .logo-wrap {
    width: 70px;
  }
  .header .logo-wrap .header-logo {
    max-width: 45px;
  }
  .header .header-content .header-title {
    font-size: 17px;
  }
  /* Button */
  .btn.btn-1 {
    font-size: 17px;
    padding: 20px 35px 20px 50px;
  }
  .btn.btn-1 i {
    font-size: 14px;
  }
  /* Content Title */
  .content-title {
    font-size: 25px;
    margin-bottom: 1.2rem;
    line-height: 1.2em;
  }
  .content-subtitle {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 1.4rem;
  }
  /* Intro */
  .intro .content-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .intro .content-subtitle {
    margin-bottom: 1.5rem;
  }
  form input {
    font-size: 37px;
    height: 65px;
    letter-spacing: 3px;
  }
  form .field-text {
    margin-bottom: 1.5rem;
  }
  /* Language */
  .select-language .other-lang {
    padding: 30px 0;
    margin-top: 30px;
    display: block;
  }
  .select-language .lang .lang-img {
    max-width: 65px;
  }
  .select-language .default-lang .lang .lang-img {
    max-width: 80px;
  }
  .select-language .lang .lang-img img {
    max-width: 100%;
  }
  .select-language .lang .lang-title {
    margin-bottom: 20px;
  }
  .select-language .lang .lang-title,
  .select-language .lang span {
    font-size: 16px;
  }
  /* Questions */
  .questions .questions-title {
    font-size: 22px;
    margin-bottom: 1.4rem;
  }
  .questions .question-list .question {
    height: 7em;
  }
  .questions .question-list .question .question-title {
    margin-left: 100px;
    -webkit-line-clamp: 7;
  }
  .questions .question-list .question .question-variant {
    font-size: 28px;
    width: 75px;
  }
  .questions.type2 .question-list,
  .questions.type2 .question-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .questions.type2 .question-image {
    max-width: 90%;
  }
  /* Footer */
  .footer-nav {
    justify-content: space-between;
    height: 90px;
  }
  .footer-nav.two-btn .btn {
    min-width: 48%;
  }
  .footer-nav .btn {
    min-width: 31%;
    margin: 0;
    padding: 15px 10px;
    font-size: 11px;
  }
  /* Success Message */
  .success-message .message-icon,
  .error-message .message-icon {
    font-size: 70px;
    margin-bottom: 2rem;
  }
  .info-div,
  .message .info-div {
    font-size: 17px;
    margin-top: 60px;
  }
  .info-div i,
  .message .info-div i {
    font-size: 15px;
    margin-right: 10px;
  }
  /* Route Programming */
  .route-programming .carousel-control-prev {
    left: -10px;
  }
  .route-programming .carousel-control-next {
    right: -10px;
  }
  .route-programming .carousel-control-prev .carousel-control-prev-icon::before,
  .route-programming .carousel-control-next .carousel-control-next-icon::before {
    font-size: 30px;
  }
  /* Personal Data */
  .personal-data .btn {
    margin-bottom: 3rem;
  }
  .personal-data table {
    margin-bottom: 2.5em;
  }
  .personal-data table tbody td {
		font-size: 16px;
		line-height: 23px;
	}
	.personal-data table tbody td:last-child {
		font-size: 35px;
	}
}

/* Portrait for all phone */
/* Screen 320px */
@media (max-width: 479px) {
  /* Content */
  .footer-nav-page .content-wrap {
    padding-bottom: 140px;
  }
  .footer-nav-page .content {
    min-height: calc( 100vh - (60px + 140px));
  }
  .footer-nav-page .exam-page .content {
    min-height: calc(100vh - (140px + 140px));
  }
  .content {
    min-height: calc(100vh - 60px);
  }
  /* Header */
  .header .header-content .header-title {
    font-size: 16px;
    padding-left: 65px;
  }
  .header .header-content > * strong {
    font-size: 13px;
  }
  .exam-page .header .header-content .timer.time-expired {
    width: 130px;
  }
  .header .header-content .timer.time-expired span {
    font-size: 20px;
  }
  .header .header-content .timer.time-expired > div > span {
    display: inline-block;
  }
  .header .header-content .timer.time-expired > div > span:first-child {
    margin-right: 5px;
  }
  /* Title */
  .content-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1.3rem;
  }
  /* Intro Form */
  form input {
    font-size: 30px;
    height: 60px;
    letter-spacing: 2px;
  }
  form .field-text {
    margin-bottom: 1.3rem;
  }
  /* Personal Data */
  .personal-data {
    max-width: 100%;
  }
  .personal-data table {
    /*display: block;*/
    overflow-x: auto;
  }
  .personal-data .btn {
    margin-bottom: 3rem;
  }
  /* Questions */
  .questions .questions-title,
  .content-title {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 1.2rem;
  }
  .questions .question-list .question {
    min-width: calc(100vw - 30px);
    max-width: 100%;
    height: 5em;
  }
  .questions .question-list .question .question-title {
    font-size: 17px;
    /* -webkit-line-clamp: 3; */
    width: 100%;
    max-height: 80px;
    overflow-y: auto !important;
    vertical-align: middle;
  }
  .questions.type2 .question-image {
    margin-bottom: 30px;
  }
  /* Programming route */
  .route-programming .carousel {
    padding: 0 45px;
  }
  /* Footer */
  .footer-nav {
    height: 140px;
    flex-wrap: wrap;
    align-content: center;
  }
  .footer-nav.two-btn .btn {
    width: 100%;
  }
  .footer-nav .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-nav .btn:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 325px) {
  .footer-nav .btn {
    font-size: 10px;
    padding: 15px 0;
  }
  .footer-nav .btn i {
    font-size: 10px;
  }
  .footer-nav .btn:last-child {
    font-size: 14px;
  }
  .footer-nav .btn:last-child i {
    font-size: 13px
  }
}

div.field-recapthca {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* radio button css for public */
input[type=radio] {
    background: #454e68;
    position: absolute;
    visibility: hidden;
    display: none;
}

label {
    color: #454e68;
    display: inline-flex;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 15px;
    font-size: 15px;
}

input[type=radio]:checked + label{
    color: #ffffff;
    background: #065693;
}

label + input[type=radio] + label {
    border-left: solid 3px #FFFFFF;
}

.radio-group {
    border: solid 3px #065693;
    display: inline-block;
    margin: 5px;
    border-radius: 50px;
    overflow: hidden;
}

.header .header-content .appversion,
.appversion {
  border-right: none;
  font-size: 0.8em;
  margin-inline-start: 25%;
  margin-right: -40%;
  align-items: flex-end;
}

.appversion-hidden {
  color: #f0f0f7;
  width: 1em;
  margin-inline-start: 50%;
  text-align: center;
}

div.hard-disabled{
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}

.dga-content {
  font-weight: bold;
  text-align: left;
  padding-top: 40px;
}

.dga-content h1 {
  font-weight: bold;
  color: #050e28;
}